@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400&display=swap);
@charset "UTF-8";

/*! tailwindcss v2.0.3 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

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

/**
Use a better box model (opinionated).
*/

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

/**
Use a more readable tab size (opinionated).
*/

:root {
  -o-tab-size: 4;
     tab-size: 4;
}

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

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

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

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

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

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		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;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

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

/**
Remove the inheritance of text transform in Edge and Firefox.
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.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-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.
*/

::-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 Chrome and Safari.
*/

summary {
  display: list-item;
}

/**
 * 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.
 */

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

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

button {
  background-color: transparent;
  background-image: none;
}

/**
 * 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 user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) 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: "Noto Sans", sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 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 {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #a1a1aa;
}

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

/**
 * adding @tailwindcss/forms to plugins lists on 
 * tailwind.config.js file doesn't work perfectly when
 * compiling to production, so coping its content 
 * and adding it manually here.
 */

[type=text],
[type=email],
[type=url],
[type=password],
[type=number],
[type=date],
[type=datetime-local],
[type=month],
[type=search],
[type=tel],
[type=time],
[type=week],
[multiple],
textarea,
select {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

[type=text]:focus, [type=email]:focus, [type=url]:focus, [type=password]:focus, [type=number]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=week]:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  border-color: #2563eb;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder, textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
  color-adjust: unset;
}

[type=checkbox],
[type=radio] {
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
}

[type=checkbox] {
  border-radius: 0px;
}

[type=radio] {
  border-radius: 100%;
}

[type=checkbox]:focus,
[type=radio]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

[type=checkbox]:checked,
[type=radio]:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type=radio]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type=checkbox]:checked:hover,
[type=checkbox]:checked:focus,
[type=radio]:checked:hover,
[type=radio]:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type=checkbox]:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type=checkbox]:indeterminate:hover,
[type=checkbox]:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type=file] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type=file]:focus {
  outline: 1px auto -webkit-focus-ring-color;
}

html {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*:focus:not(:focus-visible) {
  outline: none;
}

#main {
  overflow-x: hidden;
  width: 100%;
}

#main > .wp-block-image {
  margin-bottom: 1em;
}

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

.tw-children-font-bold a {
  font-weight: bold;
}

.tw-arrow-up {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
  top: -8px;
  left: 50%;
}

/**
 * Style wp_list_pages tree in sidebar
 */

.pagenav {
  display: block;
}

.pagenav > ul > li {
  font-weight: bold;
  margin-bottom: 0.75rem;
}

.pagenav > ul > li ul {
  font-weight: normal;
  padding-left: 1.5rem;
  list-style-type: disc;
}

.pagenav > ul > li ul li {
  margin-bottom: 0.75rem;
}

.pagenav li.current_page_item {
  font-weight: bold;
}

.pagenav li > a {
  margin-bottom: 0.75rem;
  display: block;
}

.pagenav li > a:hover{
  --tw-text-opacity: 1;
  color: rgba(16, 106, 163, var(--tw-text-opacity));
  text-decoration: underline;
}

.pagenav > ul > li ul {
  display: none;
}

.pagenav li.current_page_item > ul {
  display: block;
}

.pagenav li.current_page_parent > ul {
  display: block;
}

.pagenav li.current_page_ancestor > ul {
  display: block;
}

.ais-Panel--noRefinement .ais-Panel-body {
  display: none;
}

.ais-SearchBox {
  width: 100%;
}

.site-logo {
  width: 112px;
}

#wpadminbar {
  position: fixed;
}

.prose h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
}

.prose h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin-bottom: 1rem;
}

.prose h4 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}

.prose h5 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 1rem;
}

.prose h6 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 1rem;
}

.prose {
  font-size: 1.25rem;
}

.prose p {
  margin-bottom: 2rem;
}

.prose p a {
  --tw-text-opacity: 1;
  color: rgba(16, 106, 163, var(--tw-text-opacity));
}

.prose p a:visited{
  --tw-text-opacity: 1;
  color: rgba(127, 31, 125, var(--tw-text-opacity));
}

.prose p a{
  text-decoration: underline;
  text-underline-offset: 2px;
}

.prose hr {
  margin-bottom: 2rem;
}

.prose iframe {
  width: 100%;
}

.prose figcaption {
  font-style: italic;
}

.prose ul, .prose ol{
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 2rem;
  padding-right: 1.5rem;
}

.prose ul {
  padding-left: 1.5rem;
}

.prose ol {
  padding-left: 2rem;
}

.prose ul ul, .prose ol ol, .prose ol ul, .prose ul ol{
  margin-bottom: 0px;
}

.prose ul ul, .prose ol ul{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.prose ul ol, .prose ol ol{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

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

.prose li {
  margin-bottom: 1rem;
}

.prose li a {
  --tw-text-opacity: 1;
  color: rgba(16, 106, 163, var(--tw-text-opacity));
}

.prose li a:visited{
  --tw-text-opacity: 1;
  color: rgba(127, 31, 125, var(--tw-text-opacity));
}

.prose li a{
  text-decoration: underline;
}

.prose pre {
  margin-bottom: 2rem;
}

.prose code {
  --tw-text-opacity: 1;
  color: rgba(187, 0, 52, var(--tw-text-opacity));
}

.ais-RefinementList-list {
  font-size: 1rem !important;
}

.ais-RefinementList-item {
  margin-bottom: 0.5rem !important;
}

.ais-Hits-list,
.ais-Pagination-list,
.ais-RefinementList-list {
  list-style: none !important;
  padding-left: 0 !important;
}

.n-dropdown-menu ul {
  list-style-type: none !important;
  padding-left: 0 !important;
}

.n-dropdown-menu li {
  margin-bottom: 0 !important;
}

.nav-pagination .page-numbers {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.nav-pagination .page-numbers:hover{
  --tw-text-opacity: 1;
  color: rgba(16, 106, 163, var(--tw-text-opacity));
}

.nav-pagination .page-numbers{
  text-decoration: underline;
}

@media (min-width: 576px){
  .nav-pagination .page-numbers:first-child{
    display: inline;
  }

  .nav-pagination .page-numbers:last-child{
    display: inline;
  }

  .nav-pagination .page-numbers{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
}

.nav-pagination .current {
  --tw-bg-opacity: 1;
  background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  border-radius: 0.25rem;
}

.v-pagination {
  list-style-type: none !important;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}

.v-pagination li {
  margin-bottom: 0 !important;
}

.n-postcode ul {
  list-style-type: none !important;
  padding-left: 0 !important;
}

.n-postcode li {
  margin-bottom: 0 !important;
}

.wp-block-columns {
  gap: 30px;
}

/**
 * collapse columns at 768px and apply flex-col so
 * you can ad a flex-col-reverse to switch de order
 */

@media only screen and (max-width: 767px) {
  .wp-block-columns {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    flex-wrap: nowrap !important;
  }

  .wp-block-columns .wp-block-column {
    margin-left: 0px;
  }
}

/**
 * helper class to switch order when collapse
 */

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

@media (min-width: 768px){
  .tw-reverse{
    flex-direction: row;
  }
}

.tw-mb-0-p p {
  margin-bottom: 0.5rem !important;
}

.h2-stories {
  font-size: 1.875rem !important;
}

@media only screen and (min-width: 768px) {
  .h2-stories {
    margin-bottom: 0 !important;
    font-size: 2.25rem !important;
  }
}

@media only screen and (min-width: 1366px) {
  .h2-stories {
    font-size: 3rem !important;
  }
}

.h2-search-page {
  font-size: 1.5rem !important;
  margin-bottom: 0.5rem !important;
}

.tablepress {
  margin-bottom: 2rem;
  min-width: 600px;
  table-layout: auto;
  width: 100%;
}

.tablepress thead tr th {
  border: 1px solid #dadada !important;
  background: #F5F5F5 !important;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.tablepress thead tr th:hover {
  background: #dadada !important;
}

.tablepress thead tr th .sorting_asc, .tablepress thead tr th .sorting_desc {
  background: #dadada !important;
}

.tablepress tbody tr:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.tablepress th, .tablepress td {
  padding: 0.75rem;
}

@media (min-width: 576px){
  .tablepress th, .tablepress td{
    padding: 1.5rem;
  }
}

.tablepress th, .tablepress td{
  border: 1px solid #dadada !important;
}

.tablepress caption {
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-decoration: underline;
  margin-top: 1rem !important;
}

.tablepress .sorting {
  position: relative;
}

.tablepress .sorting:after {
  content: url('data:image/svg+xml;utf8,<svg height="14" width="14" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="currentColor" d="M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41zm255-105L177 64c-9.4-9.4-24.6-9.4-33.9 0L24 183c-15.1 15.1-4.4 41 17 41h238c21.4 0 32.1-25.9 17-41z" class=""></path></svg>');
  font-weight: 400;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 6px;
  margin: auto;
  height: 14px;
  line-height: 1;
}

.dataTables_wrapper {
  flex-wrap: wrap;
  margin-bottom: 3rem;
  overflow-x: auto;
}

@media (min-width: 768px){
  .dataTables_wrapper{
    display: flex;
  }
}

.tablepress-table-description {
  display: block;
  margin-bottom: 1rem;
}

.dataTables_length, .dataTables_filter, .dataTables_info, .dataTables_paginate{
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 2rem;
}

@media (min-width: 576px){
  .dataTables_length, .dataTables_filter, .dataTables_info, .dataTables_paginate{
    width: 50%;
  }
}

.dataTables_info, .dataTables_paginate{
  margin-bottom: 0px;
  margin-top: 1rem;
}

.dataTables_length {
  padding-right: 2rem;
}

.dataTables_filter label {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.dataTables_filter input {
  margin-left: 1rem;
}

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

.dataTables_paginate a {
  cursor: pointer;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.dataTables_paginate a:hover{
  --tw-text-opacity: 1;
  color: rgba(16, 106, 163, var(--tw-text-opacity));
}

.dataTables_paginate .paginate_button.next:after {
  content: url('data:image/svg+xml;utf8,<svg height="15px" width="15px" viewBox="5 -40 31 41" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path transform="scale(0.037, -0.037)" glyph-name="arrow_right2" d="M258.867 920.473c-7.373-7.373-7.373-14.746-7.373-22.118s0-14.746 7.373-22.118l395.674-395.639c24.781-25.361 23.552-50.108 0-73.728l-395.674-395.639c-7.373-7.373-7.373-14.746-7.373-22.118s0-14.746 7.373-22.118c14.746-14.746 36.864-14.746 51.61 0l454.656 454.622c7.373 7.373 7.373 14.746 7.373 22.118s0 14.746-7.373 22.118l-454.656 454.622c-14.746 14.746-36.864 14.746-51.61 0v0z"></path></svg>');
}

.dataTables_paginate .paginate_button.previous:before {
  content: url('data:image/svg+xml;utf8,<svg height="15px" width="15px" viewBox="5 -40 31 41" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path transform="scale(0.037, -0.037)" glyph-name="arrow_right2" d="M765.133 910.54c7.373-7.373 7.373-14.746 7.373-22.118s0-14.746-7.373-22.118l-395.674-395.639c-24.781-25.361-23.552-50.108 0-73.728l395.674-395.639c7.373-7.373 7.373-14.746 7.373-22.118s0-14.746-7.373-22.118c-14.746-14.746-36.864-14.746-51.61 0l-454.656 454.622c-7.373 7.373-7.373 14.746-7.373 22.118s0 14.746 7.373 22.118l454.656 454.622c14.746 14.746 36.864 14.746 51.61 0v0z"></path></svg>');
}

.tw-stroke-path {
  stroke-width: 1;
  stroke: #fff;
}

.wistia_embed {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.wp-block-quote::before, .wp-block-quote::after {
  content: "“";
  display: block;
  font-family: Georgia, Cambria;
  font-size: 3.75rem;
  line-height: 1;
}

.wp-block-quote::after {
  content: "”";
}

.wp-block-quote p, .wp-block-quote cite{
  display: block;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.375;
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgba(102, 102, 102, var(--tw-text-opacity));
}

.form-group {
  margin-bottom: 1rem;
}

.form-group label {
  display: block;
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 0.5rem;
}

.form-group input[type=text], .form-group input[type=password], .form-group input[type=email], .form-group input[type=number], .form-group input[type=url], .form-group input[type=date], .form-group input[type=tel], .form-group textarea{
  --tw-border-opacity: 1;
  border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  border-radius: 0.375rem;
  border-width: 1px;
  display: block;
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.form-check {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.form-check input {
  --tw-border-opacity: 1;
  border-color: rgba(118, 118, 118, var(--tw-border-opacity));
  margin-right: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
}

.form-check label, .form-check input{
  margin-bottom: 0px;
}

.form-check input[type=checkbox] {
  border-radius: 0.375rem;
}

.post-password-form input[type=submit] {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.post-password-form input[type=submit]:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
}

.post-password-form input[type=submit]{
  --tw-border-opacity: 1;
  border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  border-radius: 0.375rem;
  border-width: 1px;
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

.post-password-form input[type=password] {
  --tw-border-opacity: 1;
  border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  border-radius: 0.375rem;
  border-width: 1px;
  display: block;
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.hf-form p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 1rem;
}

.hf-form .font-italic {
  font-style: italic;
}

.hf-form input[type=submit] {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.hf-form input[type=submit]:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
}

.hf-form input[type=submit]{
  --tw-border-opacity: 1;
  border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  border-radius: 0.375rem;
  border-width: 1px;
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

.hf-form small {
  display: block;
  margin-bottom: 0.5rem;
}

.hf-form .required::after {
  content: "*";
  font-size: 2rem;
  color: #E35100;
  margin-left: 0.5rem;
  position: relative;
  top: 7px;
}

.n-uk-map-wrapper ul, .n-uk-western-map ul{
  font-size: 1rem;
  line-height: 1.5rem;
  list-style-type: none;
  padding-left: 0px;
}

.n-uk-map-wrapper li, .n-uk-western-map li{
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.25rem;
}

.n-uk-map-wrapper li h5, .n-uk-western-map li h5{
  cursor: pointer;
}

.n-uk-map-wrapper li a, .n-uk-western-map li a{
  text-decoration: none;
}

.azure-block ul {
  list-style-type: none;
  padding-left: 0;
  font-size: 1rem;
}

.azure-block ul li {
  margin-bottom: 0;
}

.azure-block a {
  text-decoration: none;
}

.prose .card-component h3,
.prose .card-image h3,
.prose .card-xl-component h3 {
  font-weight: bold !important;
  margin-bottom: 0 !important;
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.prose .card-component a,
.prose .card-image a,
.prose .card-xl-component a {
  text-decoration: none;
}

@media only screen and (min-width: 1366px) {
  .prose .card-xl-component h3 {
    font-size: 1.875rem !important;
  }
}

.card-link,
.card-image,
.card-xs-component,
.file-list,
.cta-button {
  text-decoration: none !important;
}

.cta-button:hover {
  color: white !important;
}

.has-small-font-size {
  font-size: 1rem;
  line-height: 1.5rem;
}

.has-regular-font-size {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.has-medium-font-size {
  font-size: 1.5rem;
  line-height: 2rem;
}

.has-large-font-size {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.has-huge-font-size {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.n-slider ol {
  margin-bottom: 0 !important;
}

.vue-slider-active .vue-slider-dot:focus .vue-slider-dot-handle {
  outline: 2px solid -webkit-focus-ring-color;
}

.autocomplete ul {
  list-style-type: none !important;
  padding-left: 0.25rem !important;
}

.autocomplete li {
  margin-bottom: 0 !important;
}

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

.tw-text-base-i {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

@media (min-width: 768px) {
  .md\:tw-text-3xl-i {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }

  .md\:tw-text-5xl-i {
    font-size: 3rem !important;
    line-height: 1 !important;
  }
}

@media (min-width: 1366px) {
  .xl\:tw-text-5xl-i {
    font-size: 3rem !important;
    line-height: 1 !important;
  }
}

.retailer-title {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.accordion-title {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  margin-bottom: 0 !important;
}

.flickity-enabled:focus-visible {
  outline: 1px solid blue;
  outline: 5px auto -webkit-focus-ring-color !important;
}

.card-link h3 {
  margin-bottom: 0.25rem !important;
  font-size: 1.5rem;
  line-height: 2rem;
}

.card-link p {
  margin-bottom: 0 !important;
}

.station-retail-directory .station-retail-directory__list {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.station-retail-directory .station-retail-directory__list li {
  margin-bottom: 0;
}

:root {
  --site-header--height: 73px;
}

@media (min-width: 768px) {
  :root {
    --site-header--height: 79px;
  }
}

@media (min-width: 1366px) {
  :root {
    --site-header--height: 84px;
  }
}

.site-header {
  height: var(--site-header--height);
}

.site-header__spacer {
  height: var(--site-header--height);
}

.site-header__inner {
  grid-template-columns: 1fr min-content 1fr;
}

@media (min-width: 1366px) {
  .site-header__inner {
    grid-template-columns: min-content 1fr min-content;
  }
}

.admin-bar .site-header {
  margin-top: var(--wp-admin--admin-bar--height);
}

.site-header__search__input {
  top: calc(var(--site-header--height) - 5px);
}

.the-phone-menu {
  top: calc(var(--site-header--height) + var(--wp-admin--admin-bar--height, 0px));
  height: calc(100% - calc(var(--site-header--height) + var(--wp-admin--admin-bar--height, 0px)));
  transition-property: transform, visibility;
}

.tw-container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 576px){
  .tw-container{
    max-width: 576px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 768px){
  .tw-container{
    max-width: 768px;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

@media (min-width: 1024px){
  .tw-container{
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media (min-width: 1366px){
  .tw-container{
    max-width: 1366px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media (min-width: 1440px){
  .tw-container{
    max-width: 1440px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media (min-width: 1600px){
  .tw-container{
    max-width: 1600px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}

.tw-space-y-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

.tw-space-x-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.tw-space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.tw-space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.tw-space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.tw-space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.tw-space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.tw-space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-y-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}

.tw-space-x-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.75rem * var(--tw-space-x-reverse));
  margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.tw-space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-y-9 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
}

.tw-space-x-9 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2.25rem * var(--tw-space-x-reverse));
  margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

.tw-space-x-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-y-11 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
}

.tw-space-x-11 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2.75rem * var(--tw-space-x-reverse));
  margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-y-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

.tw-space-x-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-y-13 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.25rem * var(--tw-space-y-reverse));
}

.tw-space-x-13 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(3.25rem * var(--tw-space-x-reverse));
  margin-left: calc(3.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-y-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
}

.tw-space-x-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(3.5rem * var(--tw-space-x-reverse));
  margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-y-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}

.tw-space-x-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(4rem * var(--tw-space-x-reverse));
  margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-y-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}

.tw-space-x-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(5rem * var(--tw-space-x-reverse));
  margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-y-24 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(6rem * var(--tw-space-y-reverse));
}

.tw-space-x-24 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(6rem * var(--tw-space-x-reverse));
  margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-y-28 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(7rem * var(--tw-space-y-reverse));
}

.tw-space-x-28 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(7rem * var(--tw-space-x-reverse));
  margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-y-32 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8rem * var(--tw-space-y-reverse));
}

.tw-space-x-32 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(8rem * var(--tw-space-x-reverse));
  margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-y-36 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(9rem * var(--tw-space-y-reverse));
}

.tw-space-x-36 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(9rem * var(--tw-space-x-reverse));
  margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-y-40 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10rem * var(--tw-space-y-reverse));
}

.tw-space-x-40 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(10rem * var(--tw-space-x-reverse));
  margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-y-44 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(11rem * var(--tw-space-y-reverse));
}

.tw-space-x-44 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(11rem * var(--tw-space-x-reverse));
  margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-y-48 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(12rem * var(--tw-space-y-reverse));
}

.tw-space-x-48 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(12rem * var(--tw-space-x-reverse));
  margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-y-52 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(13rem * var(--tw-space-y-reverse));
}

.tw-space-x-52 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(13rem * var(--tw-space-x-reverse));
  margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-y-56 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(14rem * var(--tw-space-y-reverse));
}

.tw-space-x-56 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(14rem * var(--tw-space-x-reverse));
  margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-y-60 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(15rem * var(--tw-space-y-reverse));
}

.tw-space-x-60 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(15rem * var(--tw-space-x-reverse));
  margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-y-64 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16rem * var(--tw-space-y-reverse));
}

.tw-space-x-64 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(16rem * var(--tw-space-x-reverse));
  margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-y-72 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(18rem * var(--tw-space-y-reverse));
}

.tw-space-x-72 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(18rem * var(--tw-space-x-reverse));
  margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-y-80 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20rem * var(--tw-space-y-reverse));
}

.tw-space-x-80 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(20rem * var(--tw-space-x-reverse));
  margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-y-96 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(24rem * var(--tw-space-y-reverse));
}

.tw-space-x-96 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(24rem * var(--tw-space-x-reverse));
  margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-y-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1px * var(--tw-space-y-reverse));
}

.tw-space-x-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1px * var(--tw-space-x-reverse));
  margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}

.tw-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.125rem * var(--tw-space-x-reverse));
  margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}

.tw-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}

.tw-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
}

.tw-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.875rem * var(--tw-space-x-reverse));
  margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-y-2\/3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(66.666% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(66.666% * var(--tw-space-y-reverse));
}

.tw-space-x-2\/3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(66.666% * var(--tw-space-x-reverse));
  margin-left: calc(66.666% * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-y-3\/2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(150% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(150% * var(--tw-space-y-reverse));
}

.tw-space-x-3\/2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(150% * var(--tw-space-x-reverse));
  margin-left: calc(150% * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-y-square > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(100% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(100% * var(--tw-space-y-reverse));
}

.tw-space-x-square > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(100% * var(--tw-space-x-reverse));
  margin-left: calc(100% * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-y-58px > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(58px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(58px * var(--tw-space-y-reverse));
}

.tw-space-x-58px > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(58px * var(--tw-space-x-reverse));
  margin-left: calc(58px * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-y-63px > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(63px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(63px * var(--tw-space-y-reverse));
}

.tw-space-x-63px > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(63px * var(--tw-space-x-reverse));
  margin-left: calc(63px * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-y-73px > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(73.px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(73.px * var(--tw-space-y-reverse));
}

.tw-space-x-73px > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(73.px * var(--tw-space-x-reverse));
  margin-left: calc(73.px * calc(1 - var(--tw-space-x-reverse)));
}

.tw--space-y-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

.tw--space-x-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

.tw--space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
}

.tw--space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw--space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
}

.tw--space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw--space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
}

.tw--space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw--space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
}

.tw--space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-1rem * var(--tw-space-x-reverse));
  margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw--space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
}

.tw--space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw--space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
}

.tw--space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw--space-y-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
}

.tw--space-x-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw--space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
}

.tw--space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-2rem * var(--tw-space-x-reverse));
  margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw--space-y-9 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
}

.tw--space-x-9 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw--space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
}

.tw--space-x-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw--space-y-11 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
}

.tw--space-x-11 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw--space-y-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
}

.tw--space-x-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-3rem * var(--tw-space-x-reverse));
  margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw--space-y-13 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-3.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-3.25rem * var(--tw-space-y-reverse));
}

.tw--space-x-13 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-3.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-3.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw--space-y-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
}

.tw--space-x-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw--space-y-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
}

.tw--space-x-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-4rem * var(--tw-space-x-reverse));
  margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw--space-y-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
}

.tw--space-x-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-5rem * var(--tw-space-x-reverse));
  margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw--space-y-24 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
}

.tw--space-x-24 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-6rem * var(--tw-space-x-reverse));
  margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw--space-y-28 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
}

.tw--space-x-28 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-7rem * var(--tw-space-x-reverse));
  margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw--space-y-32 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
}

.tw--space-x-32 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-8rem * var(--tw-space-x-reverse));
  margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw--space-y-36 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
}

.tw--space-x-36 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-9rem * var(--tw-space-x-reverse));
  margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw--space-y-40 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
}

.tw--space-x-40 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-10rem * var(--tw-space-x-reverse));
  margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw--space-y-44 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
}

.tw--space-x-44 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-11rem * var(--tw-space-x-reverse));
  margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw--space-y-48 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
}

.tw--space-x-48 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-12rem * var(--tw-space-x-reverse));
  margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw--space-y-52 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
}

.tw--space-x-52 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-13rem * var(--tw-space-x-reverse));
  margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw--space-y-56 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
}

.tw--space-x-56 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-14rem * var(--tw-space-x-reverse));
  margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw--space-y-60 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
}

.tw--space-x-60 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-15rem * var(--tw-space-x-reverse));
  margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw--space-y-64 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
}

.tw--space-x-64 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-16rem * var(--tw-space-x-reverse));
  margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw--space-y-72 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
}

.tw--space-x-72 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-18rem * var(--tw-space-x-reverse));
  margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw--space-y-80 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
}

.tw--space-x-80 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-20rem * var(--tw-space-x-reverse));
  margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw--space-y-96 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
}

.tw--space-x-96 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-24rem * var(--tw-space-x-reverse));
  margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw--space-y-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1px * var(--tw-space-y-reverse));
}

.tw--space-x-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-1px * var(--tw-space-x-reverse));
  margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
}

.tw--space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
}

.tw--space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw--space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
}

.tw--space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw--space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
}

.tw--space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw--space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
}

.tw--space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw--space-y-2\/3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-66.666% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-66.666% * var(--tw-space-y-reverse));
}

.tw--space-x-2\/3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-66.666% * var(--tw-space-x-reverse));
  margin-left: calc(-66.666% * calc(1 - var(--tw-space-x-reverse)));
}

.tw--space-y-3\/2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-150% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-150% * var(--tw-space-y-reverse));
}

.tw--space-x-3\/2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-150% * var(--tw-space-x-reverse));
  margin-left: calc(-150% * calc(1 - var(--tw-space-x-reverse)));
}

.tw--space-y-square > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-100% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-100% * var(--tw-space-y-reverse));
}

.tw--space-x-square > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-100% * var(--tw-space-x-reverse));
  margin-left: calc(-100% * calc(1 - var(--tw-space-x-reverse)));
}

.tw--space-y-58px > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-58px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-58px * var(--tw-space-y-reverse));
}

.tw--space-x-58px > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-58px * var(--tw-space-x-reverse));
  margin-left: calc(-58px * calc(1 - var(--tw-space-x-reverse)));
}

.tw--space-y-63px > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-63px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-63px * var(--tw-space-y-reverse));
}

.tw--space-x-63px > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-63px * var(--tw-space-x-reverse));
  margin-left: calc(-63px * calc(1 - var(--tw-space-x-reverse)));
}

.tw--space-y-73px > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-73px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-73px * var(--tw-space-y-reverse));
}

.tw--space-x-73px > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-73px * var(--tw-space-x-reverse));
  margin-left: calc(-73px * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-y-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 1;
}

.tw-space-x-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 1;
}

.tw-divide-y-0 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
}

.tw-divide-x-0 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(0px * var(--tw-divide-x-reverse));
  border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
}

.tw-divide-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}

.tw-divide-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(2px * var(--tw-divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
}

.tw-divide-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
}

.tw-divide-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(4px * var(--tw-divide-x-reverse));
  border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
}

.tw-divide-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
}

.tw-divide-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(8px * var(--tw-divide-x-reverse));
  border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
}

.tw-divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.tw-divide-x > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.tw-divide-y-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 1;
}

.tw-divide-x-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 1;
}

.tw-divide-brand-orange > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(227, 81, 0, var(--tw-divide-opacity));
}

.tw-divide-brand-orange-dark > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(192, 68, 0, var(--tw-divide-opacity));
}

.tw-divide-brand-orange-light > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(243, 141, 37, var(--tw-divide-opacity));
}

.tw-divide-brand-blue > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(0, 82, 114, var(--tw-divide-opacity));
}

.tw-divide-brand-blue-dark > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(63, 131, 163, var(--tw-divide-opacity));
}

.tw-divide-brand-blue-light > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(79, 153, 187, var(--tw-divide-opacity));
}

.tw-divide-brand-yellow > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(228, 182, 32, var(--tw-divide-opacity));
}

.tw-divide-brand-green > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(141, 192, 85, var(--tw-divide-opacity));
}

.tw-divide-brand-pink > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(201, 69, 120, var(--tw-divide-opacity));
}

.tw-divide-brand-red > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(187, 0, 52, var(--tw-divide-opacity));
}

.tw-divide-brand-turquesa > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(60, 180, 151, var(--tw-divide-opacity));
}

.tw-divide-gray-lighter > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
}

.tw-divide-gray-light > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(218, 218, 218, var(--tw-divide-opacity));
}

.tw-divide-gray-dark > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(102, 102, 102, var(--tw-divide-opacity));
}

.tw-divide-gray-darker > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(34, 34, 34, var(--tw-divide-opacity));
}

.tw-divide-gray-medium > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(118, 118, 118, var(--tw-divide-opacity));
}

.tw-divide-gray-mid > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(147, 147, 147, var(--tw-divide-opacity));
}

.tw-divide-black > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
}

.tw-divide-primary > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(227, 81, 0, var(--tw-divide-opacity));
}

.tw-divide-primary-dark > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(192, 68, 0, var(--tw-divide-opacity));
}

.tw-divide-primary-light > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(243, 141, 37, var(--tw-divide-opacity));
}

.tw-divide-secondary > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(0, 82, 114, var(--tw-divide-opacity));
}

.tw-divide-secondary-dark > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(63, 131, 163, var(--tw-divide-opacity));
}

.tw-divide-secondary-light > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(79, 153, 187, var(--tw-divide-opacity));
}

.tw-divide-white > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
}

.tw-divide-hyperlinks > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(16, 106, 163, var(--tw-divide-opacity));
}

.tw-divide-hyperlinks-visited > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(127, 31, 125, var(--tw-divide-opacity));
}

.tw-divide-transparent > :not([hidden]) ~ :not([hidden]){
  border-color: transparent;
}

.tw-divide-solid > :not([hidden]) ~ :not([hidden]){
  border-style: solid;
}

.tw-divide-dashed > :not([hidden]) ~ :not([hidden]){
  border-style: dashed;
}

.tw-divide-dotted > :not([hidden]) ~ :not([hidden]){
  border-style: dotted;
}

.tw-divide-double > :not([hidden]) ~ :not([hidden]){
  border-style: double;
}

.tw-divide-none > :not([hidden]) ~ :not([hidden]){
  border-style: none;
}

.tw-divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0;
}

.tw-divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.05;
}

.tw-divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.1;
}

.tw-divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.2;
}

.tw-divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.25;
}

.tw-divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.3;
}

.tw-divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.4;
}

.tw-divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.5;
}

.tw-divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.6;
}

.tw-divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.7;
}

.tw-divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.75;
}

.tw-divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.8;
}

.tw-divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.9;
}

.tw-divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.95;
}

.tw-divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-bg-clip-border{
  background-clip: border-box;
}

.tw-bg-clip-padding{
  background-clip: padding-box;
}

.tw-bg-clip-content{
  background-clip: content-box;
}

.tw-bg-clip-text{
  -webkit-background-clip: text;
          background-clip: text;
}

.tw-bg-brand-orange{
  --tw-bg-opacity: 1;
  background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
}

.tw-bg-brand-orange-dark{
  --tw-bg-opacity: 1;
  background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
}

.tw-bg-brand-orange-light{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
}

.tw-bg-brand-blue{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
}

.tw-bg-brand-blue-dark{
  --tw-bg-opacity: 1;
  background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
}

.tw-bg-brand-blue-light{
  --tw-bg-opacity: 1;
  background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
}

.tw-bg-brand-yellow{
  --tw-bg-opacity: 1;
  background-color: rgba(228, 182, 32, var(--tw-bg-opacity));
}

.tw-bg-brand-green{
  --tw-bg-opacity: 1;
  background-color: rgba(141, 192, 85, var(--tw-bg-opacity));
}

.tw-bg-brand-pink{
  --tw-bg-opacity: 1;
  background-color: rgba(201, 69, 120, var(--tw-bg-opacity));
}

.tw-bg-brand-red{
  --tw-bg-opacity: 1;
  background-color: rgba(187, 0, 52, var(--tw-bg-opacity));
}

.tw-bg-brand-turquesa{
  --tw-bg-opacity: 1;
  background-color: rgba(60, 180, 151, var(--tw-bg-opacity));
}

.tw-bg-gray-lighter{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.tw-bg-gray-light{
  --tw-bg-opacity: 1;
  background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
}

.tw-bg-gray-dark{
  --tw-bg-opacity: 1;
  background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
}

.tw-bg-gray-darker{
  --tw-bg-opacity: 1;
  background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
}

.tw-bg-gray-medium{
  --tw-bg-opacity: 1;
  background-color: rgba(118, 118, 118, var(--tw-bg-opacity));
}

.tw-bg-gray-mid{
  --tw-bg-opacity: 1;
  background-color: rgba(147, 147, 147, var(--tw-bg-opacity));
}

.tw-bg-black{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.tw-bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
}

.tw-bg-primary-dark{
  --tw-bg-opacity: 1;
  background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
}

.tw-bg-primary-light{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
}

.tw-bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
}

.tw-bg-secondary-dark{
  --tw-bg-opacity: 1;
  background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
}

.tw-bg-secondary-light{
  --tw-bg-opacity: 1;
  background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
}

.tw-bg-white{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.tw-bg-hyperlinks{
  --tw-bg-opacity: 1;
  background-color: rgba(16, 106, 163, var(--tw-bg-opacity));
}

.tw-bg-hyperlinks-visited{
  --tw-bg-opacity: 1;
  background-color: rgba(127, 31, 125, var(--tw-bg-opacity));
}

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

.odd\:tw-bg-brand-orange:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
}

.odd\:tw-bg-brand-orange-dark:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
}

.odd\:tw-bg-brand-orange-light:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
}

.odd\:tw-bg-brand-blue:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
}

.odd\:tw-bg-brand-blue-dark:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
}

.odd\:tw-bg-brand-blue-light:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
}

.odd\:tw-bg-brand-yellow:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(228, 182, 32, var(--tw-bg-opacity));
}

.odd\:tw-bg-brand-green:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(141, 192, 85, var(--tw-bg-opacity));
}

.odd\:tw-bg-brand-pink:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(201, 69, 120, var(--tw-bg-opacity));
}

.odd\:tw-bg-brand-red:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(187, 0, 52, var(--tw-bg-opacity));
}

.odd\:tw-bg-brand-turquesa:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(60, 180, 151, var(--tw-bg-opacity));
}

.odd\:tw-bg-gray-lighter:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.odd\:tw-bg-gray-light:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
}

.odd\:tw-bg-gray-dark:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
}

.odd\:tw-bg-gray-darker:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
}

.odd\:tw-bg-gray-medium:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(118, 118, 118, var(--tw-bg-opacity));
}

.odd\:tw-bg-gray-mid:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(147, 147, 147, var(--tw-bg-opacity));
}

.odd\:tw-bg-black:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.odd\:tw-bg-primary:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
}

.odd\:tw-bg-primary-dark:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
}

.odd\:tw-bg-primary-light:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
}

.odd\:tw-bg-secondary:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
}

.odd\:tw-bg-secondary-dark:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
}

.odd\:tw-bg-secondary-light:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
}

.odd\:tw-bg-white:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.odd\:tw-bg-hyperlinks:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(16, 106, 163, var(--tw-bg-opacity));
}

.odd\:tw-bg-hyperlinks-visited:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(127, 31, 125, var(--tw-bg-opacity));
}

.odd\:tw-bg-transparent:nth-child(odd){
  background-color: transparent;
}

.even\:tw-bg-brand-orange:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
}

.even\:tw-bg-brand-orange-dark:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
}

.even\:tw-bg-brand-orange-light:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
}

.even\:tw-bg-brand-blue:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
}

.even\:tw-bg-brand-blue-dark:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
}

.even\:tw-bg-brand-blue-light:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
}

.even\:tw-bg-brand-yellow:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(228, 182, 32, var(--tw-bg-opacity));
}

.even\:tw-bg-brand-green:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(141, 192, 85, var(--tw-bg-opacity));
}

.even\:tw-bg-brand-pink:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(201, 69, 120, var(--tw-bg-opacity));
}

.even\:tw-bg-brand-red:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(187, 0, 52, var(--tw-bg-opacity));
}

.even\:tw-bg-brand-turquesa:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(60, 180, 151, var(--tw-bg-opacity));
}

.even\:tw-bg-gray-lighter:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.even\:tw-bg-gray-light:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
}

.even\:tw-bg-gray-dark:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
}

.even\:tw-bg-gray-darker:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
}

.even\:tw-bg-gray-medium:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(118, 118, 118, var(--tw-bg-opacity));
}

.even\:tw-bg-gray-mid:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(147, 147, 147, var(--tw-bg-opacity));
}

.even\:tw-bg-black:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.even\:tw-bg-primary:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
}

.even\:tw-bg-primary-dark:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
}

.even\:tw-bg-primary-light:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
}

.even\:tw-bg-secondary:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
}

.even\:tw-bg-secondary-dark:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
}

.even\:tw-bg-secondary-light:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
}

.even\:tw-bg-white:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.even\:tw-bg-hyperlinks:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(16, 106, 163, var(--tw-bg-opacity));
}

.even\:tw-bg-hyperlinks-visited:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(127, 31, 125, var(--tw-bg-opacity));
}

.even\:tw-bg-transparent:nth-child(even){
  background-color: transparent;
}

.tw-group:hover .group-hover\:tw-bg-brand-orange{
  --tw-bg-opacity: 1;
  background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
}

.tw-group:hover .group-hover\:tw-bg-brand-orange-dark{
  --tw-bg-opacity: 1;
  background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
}

.tw-group:hover .group-hover\:tw-bg-brand-orange-light{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
}

.tw-group:hover .group-hover\:tw-bg-brand-blue{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
}

.tw-group:hover .group-hover\:tw-bg-brand-blue-dark{
  --tw-bg-opacity: 1;
  background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
}

.tw-group:hover .group-hover\:tw-bg-brand-blue-light{
  --tw-bg-opacity: 1;
  background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
}

.tw-group:hover .group-hover\:tw-bg-brand-yellow{
  --tw-bg-opacity: 1;
  background-color: rgba(228, 182, 32, var(--tw-bg-opacity));
}

.tw-group:hover .group-hover\:tw-bg-brand-green{
  --tw-bg-opacity: 1;
  background-color: rgba(141, 192, 85, var(--tw-bg-opacity));
}

.tw-group:hover .group-hover\:tw-bg-brand-pink{
  --tw-bg-opacity: 1;
  background-color: rgba(201, 69, 120, var(--tw-bg-opacity));
}

.tw-group:hover .group-hover\:tw-bg-brand-red{
  --tw-bg-opacity: 1;
  background-color: rgba(187, 0, 52, var(--tw-bg-opacity));
}

.tw-group:hover .group-hover\:tw-bg-brand-turquesa{
  --tw-bg-opacity: 1;
  background-color: rgba(60, 180, 151, var(--tw-bg-opacity));
}

.tw-group:hover .group-hover\:tw-bg-gray-lighter{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.tw-group:hover .group-hover\:tw-bg-gray-light{
  --tw-bg-opacity: 1;
  background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
}

.tw-group:hover .group-hover\:tw-bg-gray-dark{
  --tw-bg-opacity: 1;
  background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
}

.tw-group:hover .group-hover\:tw-bg-gray-darker{
  --tw-bg-opacity: 1;
  background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
}

.tw-group:hover .group-hover\:tw-bg-gray-medium{
  --tw-bg-opacity: 1;
  background-color: rgba(118, 118, 118, var(--tw-bg-opacity));
}

.tw-group:hover .group-hover\:tw-bg-gray-mid{
  --tw-bg-opacity: 1;
  background-color: rgba(147, 147, 147, var(--tw-bg-opacity));
}

.tw-group:hover .group-hover\:tw-bg-black{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.tw-group:hover .group-hover\:tw-bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
}

.tw-group:hover .group-hover\:tw-bg-primary-dark{
  --tw-bg-opacity: 1;
  background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
}

.tw-group:hover .group-hover\:tw-bg-primary-light{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
}

.tw-group:hover .group-hover\:tw-bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
}

.tw-group:hover .group-hover\:tw-bg-secondary-dark{
  --tw-bg-opacity: 1;
  background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
}

.tw-group:hover .group-hover\:tw-bg-secondary-light{
  --tw-bg-opacity: 1;
  background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
}

.tw-group:hover .group-hover\:tw-bg-white{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.tw-group:hover .group-hover\:tw-bg-hyperlinks{
  --tw-bg-opacity: 1;
  background-color: rgba(16, 106, 163, var(--tw-bg-opacity));
}

.tw-group:hover .group-hover\:tw-bg-hyperlinks-visited{
  --tw-bg-opacity: 1;
  background-color: rgba(127, 31, 125, var(--tw-bg-opacity));
}

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

.focus-within\:tw-bg-brand-orange:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
}

.focus-within\:tw-bg-brand-orange-dark:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
}

.focus-within\:tw-bg-brand-orange-light:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
}

.focus-within\:tw-bg-brand-blue:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
}

.focus-within\:tw-bg-brand-blue-dark:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
}

.focus-within\:tw-bg-brand-blue-light:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
}

.focus-within\:tw-bg-brand-yellow:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(228, 182, 32, var(--tw-bg-opacity));
}

.focus-within\:tw-bg-brand-green:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(141, 192, 85, var(--tw-bg-opacity));
}

.focus-within\:tw-bg-brand-pink:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(201, 69, 120, var(--tw-bg-opacity));
}

.focus-within\:tw-bg-brand-red:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(187, 0, 52, var(--tw-bg-opacity));
}

.focus-within\:tw-bg-brand-turquesa:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(60, 180, 151, var(--tw-bg-opacity));
}

.focus-within\:tw-bg-gray-lighter:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.focus-within\:tw-bg-gray-light:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
}

.focus-within\:tw-bg-gray-dark:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
}

.focus-within\:tw-bg-gray-darker:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
}

.focus-within\:tw-bg-gray-medium:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(118, 118, 118, var(--tw-bg-opacity));
}

.focus-within\:tw-bg-gray-mid:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(147, 147, 147, var(--tw-bg-opacity));
}

.focus-within\:tw-bg-black:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.focus-within\:tw-bg-primary:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
}

.focus-within\:tw-bg-primary-dark:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
}

.focus-within\:tw-bg-primary-light:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
}

.focus-within\:tw-bg-secondary:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
}

.focus-within\:tw-bg-secondary-dark:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
}

.focus-within\:tw-bg-secondary-light:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
}

.focus-within\:tw-bg-white:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.focus-within\:tw-bg-hyperlinks:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(16, 106, 163, var(--tw-bg-opacity));
}

.focus-within\:tw-bg-hyperlinks-visited:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(127, 31, 125, var(--tw-bg-opacity));
}

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

.hover\:tw-bg-brand-orange:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
}

.hover\:tw-bg-brand-orange-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
}

.hover\:tw-bg-brand-orange-light:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
}

.hover\:tw-bg-brand-blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
}

.hover\:tw-bg-brand-blue-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
}

.hover\:tw-bg-brand-blue-light:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
}

.hover\:tw-bg-brand-yellow:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(228, 182, 32, var(--tw-bg-opacity));
}

.hover\:tw-bg-brand-green:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(141, 192, 85, var(--tw-bg-opacity));
}

.hover\:tw-bg-brand-pink:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(201, 69, 120, var(--tw-bg-opacity));
}

.hover\:tw-bg-brand-red:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(187, 0, 52, var(--tw-bg-opacity));
}

.hover\:tw-bg-brand-turquesa:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(60, 180, 151, var(--tw-bg-opacity));
}

.hover\:tw-bg-gray-lighter:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.hover\:tw-bg-gray-light:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
}

.hover\:tw-bg-gray-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
}

.hover\:tw-bg-gray-darker:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
}

.hover\:tw-bg-gray-medium:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(118, 118, 118, var(--tw-bg-opacity));
}

.hover\:tw-bg-gray-mid:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(147, 147, 147, var(--tw-bg-opacity));
}

.hover\:tw-bg-black:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.hover\:tw-bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
}

.hover\:tw-bg-primary-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
}

.hover\:tw-bg-primary-light:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
}

.hover\:tw-bg-secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
}

.hover\:tw-bg-secondary-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
}

.hover\:tw-bg-secondary-light:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
}

.hover\:tw-bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.hover\:tw-bg-hyperlinks:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(16, 106, 163, var(--tw-bg-opacity));
}

.hover\:tw-bg-hyperlinks-visited:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(127, 31, 125, var(--tw-bg-opacity));
}

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

.focus\:tw-bg-brand-orange:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
}

.focus\:tw-bg-brand-orange-dark:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
}

.focus\:tw-bg-brand-orange-light:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
}

.focus\:tw-bg-brand-blue:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
}

.focus\:tw-bg-brand-blue-dark:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
}

.focus\:tw-bg-brand-blue-light:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
}

.focus\:tw-bg-brand-yellow:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(228, 182, 32, var(--tw-bg-opacity));
}

.focus\:tw-bg-brand-green:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(141, 192, 85, var(--tw-bg-opacity));
}

.focus\:tw-bg-brand-pink:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(201, 69, 120, var(--tw-bg-opacity));
}

.focus\:tw-bg-brand-red:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(187, 0, 52, var(--tw-bg-opacity));
}

.focus\:tw-bg-brand-turquesa:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(60, 180, 151, var(--tw-bg-opacity));
}

.focus\:tw-bg-gray-lighter:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.focus\:tw-bg-gray-light:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
}

.focus\:tw-bg-gray-dark:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
}

.focus\:tw-bg-gray-darker:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
}

.focus\:tw-bg-gray-medium:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(118, 118, 118, var(--tw-bg-opacity));
}

.focus\:tw-bg-gray-mid:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(147, 147, 147, var(--tw-bg-opacity));
}

.focus\:tw-bg-black:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.focus\:tw-bg-primary:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
}

.focus\:tw-bg-primary-dark:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
}

.focus\:tw-bg-primary-light:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
}

.focus\:tw-bg-secondary:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
}

.focus\:tw-bg-secondary-dark:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
}

.focus\:tw-bg-secondary-light:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
}

.focus\:tw-bg-white:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.focus\:tw-bg-hyperlinks:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(16, 106, 163, var(--tw-bg-opacity));
}

.focus\:tw-bg-hyperlinks-visited:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(127, 31, 125, var(--tw-bg-opacity));
}

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

.tw-bg-none{
  background-image: none;
}

.tw-bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.tw-bg-gradient-to-tr{
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}

.tw-bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.tw-bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.tw-bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.tw-bg-gradient-to-bl{
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}

.tw-bg-gradient-to-l{
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.tw-bg-gradient-to-tl{
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}

.tw-from-brand-orange{
  --tw-gradient-from: #E35100;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 81, 0, 0));
}

.tw-from-brand-orange-dark{
  --tw-gradient-from: #C04400;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 68, 0, 0));
}

.tw-from-brand-orange-light{
  --tw-gradient-from: #F38D25;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 141, 37, 0));
}

.tw-from-brand-blue{
  --tw-gradient-from: #005272;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 114, 0));
}

.tw-from-brand-blue-dark{
  --tw-gradient-from: #3F83A3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 131, 163, 0));
}

.tw-from-brand-blue-light{
  --tw-gradient-from: #4F99BB;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 153, 187, 0));
}

.tw-from-brand-yellow{
  --tw-gradient-from: #E4B620;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 182, 32, 0));
}

.tw-from-brand-green{
  --tw-gradient-from: #8DC055;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 192, 85, 0));
}

.tw-from-brand-pink{
  --tw-gradient-from: #C94578;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 69, 120, 0));
}

.tw-from-brand-red{
  --tw-gradient-from: #BB0034;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 0, 52, 0));
}

.tw-from-brand-turquesa{
  --tw-gradient-from: #3cb497;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 180, 151, 0));
}

.tw-from-gray-lighter{
  --tw-gradient-from: #F5F5F5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
}

.tw-from-gray-light{
  --tw-gradient-from: #dadada;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0));
}

.tw-from-gray-dark{
  --tw-gradient-from: #666666;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
}

.tw-from-gray-darker{
  --tw-gradient-from: #222222;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
}

.tw-from-gray-medium{
  --tw-gradient-from: #767676;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(118, 118, 118, 0));
}

.tw-from-gray-mid{
  --tw-gradient-from: #939393;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 147, 147, 0));
}

.tw-from-black{
  --tw-gradient-from: #000000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.tw-from-primary{
  --tw-gradient-from: #E35100;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 81, 0, 0));
}

.tw-from-primary-dark{
  --tw-gradient-from: #C04400;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 68, 0, 0));
}

.tw-from-primary-light{
  --tw-gradient-from: #F38D25;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 141, 37, 0));
}

.tw-from-secondary{
  --tw-gradient-from: #005272;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 114, 0));
}

.tw-from-secondary-dark{
  --tw-gradient-from: #3F83A3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 131, 163, 0));
}

.tw-from-secondary-light{
  --tw-gradient-from: #4F99BB;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 153, 187, 0));
}

.tw-from-white{
  --tw-gradient-from: #FFFFFF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.tw-from-hyperlinks{
  --tw-gradient-from: #106AA3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 106, 163, 0));
}

.tw-from-hyperlinks-visited{
  --tw-gradient-from: #7F1F7D;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 31, 125, 0));
}

.tw-from-transparent{
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.tw-via-brand-orange{
  --tw-gradient-stops: var(--tw-gradient-from), #E35100, var(--tw-gradient-to, rgba(227, 81, 0, 0));
}

.tw-via-brand-orange-dark{
  --tw-gradient-stops: var(--tw-gradient-from), #C04400, var(--tw-gradient-to, rgba(192, 68, 0, 0));
}

.tw-via-brand-orange-light{
  --tw-gradient-stops: var(--tw-gradient-from), #F38D25, var(--tw-gradient-to, rgba(243, 141, 37, 0));
}

.tw-via-brand-blue{
  --tw-gradient-stops: var(--tw-gradient-from), #005272, var(--tw-gradient-to, rgba(0, 82, 114, 0));
}

.tw-via-brand-blue-dark{
  --tw-gradient-stops: var(--tw-gradient-from), #3F83A3, var(--tw-gradient-to, rgba(63, 131, 163, 0));
}

.tw-via-brand-blue-light{
  --tw-gradient-stops: var(--tw-gradient-from), #4F99BB, var(--tw-gradient-to, rgba(79, 153, 187, 0));
}

.tw-via-brand-yellow{
  --tw-gradient-stops: var(--tw-gradient-from), #E4B620, var(--tw-gradient-to, rgba(228, 182, 32, 0));
}

.tw-via-brand-green{
  --tw-gradient-stops: var(--tw-gradient-from), #8DC055, var(--tw-gradient-to, rgba(141, 192, 85, 0));
}

.tw-via-brand-pink{
  --tw-gradient-stops: var(--tw-gradient-from), #C94578, var(--tw-gradient-to, rgba(201, 69, 120, 0));
}

.tw-via-brand-red{
  --tw-gradient-stops: var(--tw-gradient-from), #BB0034, var(--tw-gradient-to, rgba(187, 0, 52, 0));
}

.tw-via-brand-turquesa{
  --tw-gradient-stops: var(--tw-gradient-from), #3cb497, var(--tw-gradient-to, rgba(60, 180, 151, 0));
}

.tw-via-gray-lighter{
  --tw-gradient-stops: var(--tw-gradient-from), #F5F5F5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
}

.tw-via-gray-light{
  --tw-gradient-stops: var(--tw-gradient-from), #dadada, var(--tw-gradient-to, rgba(218, 218, 218, 0));
}

.tw-via-gray-dark{
  --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
}

.tw-via-gray-darker{
  --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
}

.tw-via-gray-medium{
  --tw-gradient-stops: var(--tw-gradient-from), #767676, var(--tw-gradient-to, rgba(118, 118, 118, 0));
}

.tw-via-gray-mid{
  --tw-gradient-stops: var(--tw-gradient-from), #939393, var(--tw-gradient-to, rgba(147, 147, 147, 0));
}

.tw-via-black{
  --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.tw-via-primary{
  --tw-gradient-stops: var(--tw-gradient-from), #E35100, var(--tw-gradient-to, rgba(227, 81, 0, 0));
}

.tw-via-primary-dark{
  --tw-gradient-stops: var(--tw-gradient-from), #C04400, var(--tw-gradient-to, rgba(192, 68, 0, 0));
}

.tw-via-primary-light{
  --tw-gradient-stops: var(--tw-gradient-from), #F38D25, var(--tw-gradient-to, rgba(243, 141, 37, 0));
}

.tw-via-secondary{
  --tw-gradient-stops: var(--tw-gradient-from), #005272, var(--tw-gradient-to, rgba(0, 82, 114, 0));
}

.tw-via-secondary-dark{
  --tw-gradient-stops: var(--tw-gradient-from), #3F83A3, var(--tw-gradient-to, rgba(63, 131, 163, 0));
}

.tw-via-secondary-light{
  --tw-gradient-stops: var(--tw-gradient-from), #4F99BB, var(--tw-gradient-to, rgba(79, 153, 187, 0));
}

.tw-via-white{
  --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.tw-via-hyperlinks{
  --tw-gradient-stops: var(--tw-gradient-from), #106AA3, var(--tw-gradient-to, rgba(16, 106, 163, 0));
}

.tw-via-hyperlinks-visited{
  --tw-gradient-stops: var(--tw-gradient-from), #7F1F7D, var(--tw-gradient-to, rgba(127, 31, 125, 0));
}

.tw-via-transparent{
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.tw-to-brand-orange{
  --tw-gradient-to: #E35100;
}

.tw-to-brand-orange-dark{
  --tw-gradient-to: #C04400;
}

.tw-to-brand-orange-light{
  --tw-gradient-to: #F38D25;
}

.tw-to-brand-blue{
  --tw-gradient-to: #005272;
}

.tw-to-brand-blue-dark{
  --tw-gradient-to: #3F83A3;
}

.tw-to-brand-blue-light{
  --tw-gradient-to: #4F99BB;
}

.tw-to-brand-yellow{
  --tw-gradient-to: #E4B620;
}

.tw-to-brand-green{
  --tw-gradient-to: #8DC055;
}

.tw-to-brand-pink{
  --tw-gradient-to: #C94578;
}

.tw-to-brand-red{
  --tw-gradient-to: #BB0034;
}

.tw-to-brand-turquesa{
  --tw-gradient-to: #3cb497;
}

.tw-to-gray-lighter{
  --tw-gradient-to: #F5F5F5;
}

.tw-to-gray-light{
  --tw-gradient-to: #dadada;
}

.tw-to-gray-dark{
  --tw-gradient-to: #666666;
}

.tw-to-gray-darker{
  --tw-gradient-to: #222222;
}

.tw-to-gray-medium{
  --tw-gradient-to: #767676;
}

.tw-to-gray-mid{
  --tw-gradient-to: #939393;
}

.tw-to-black{
  --tw-gradient-to: #000000;
}

.tw-to-primary{
  --tw-gradient-to: #E35100;
}

.tw-to-primary-dark{
  --tw-gradient-to: #C04400;
}

.tw-to-primary-light{
  --tw-gradient-to: #F38D25;
}

.tw-to-secondary{
  --tw-gradient-to: #005272;
}

.tw-to-secondary-dark{
  --tw-gradient-to: #3F83A3;
}

.tw-to-secondary-light{
  --tw-gradient-to: #4F99BB;
}

.tw-to-white{
  --tw-gradient-to: #FFFFFF;
}

.tw-to-hyperlinks{
  --tw-gradient-to: #106AA3;
}

.tw-to-hyperlinks-visited{
  --tw-gradient-to: #7F1F7D;
}

.tw-to-transparent{
  --tw-gradient-to: transparent;
}

.hover\:tw-from-brand-orange:hover{
  --tw-gradient-from: #E35100;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 81, 0, 0));
}

.hover\:tw-from-brand-orange-dark:hover{
  --tw-gradient-from: #C04400;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 68, 0, 0));
}

.hover\:tw-from-brand-orange-light:hover{
  --tw-gradient-from: #F38D25;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 141, 37, 0));
}

.hover\:tw-from-brand-blue:hover{
  --tw-gradient-from: #005272;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 114, 0));
}

.hover\:tw-from-brand-blue-dark:hover{
  --tw-gradient-from: #3F83A3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 131, 163, 0));
}

.hover\:tw-from-brand-blue-light:hover{
  --tw-gradient-from: #4F99BB;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 153, 187, 0));
}

.hover\:tw-from-brand-yellow:hover{
  --tw-gradient-from: #E4B620;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 182, 32, 0));
}

.hover\:tw-from-brand-green:hover{
  --tw-gradient-from: #8DC055;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 192, 85, 0));
}

.hover\:tw-from-brand-pink:hover{
  --tw-gradient-from: #C94578;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 69, 120, 0));
}

.hover\:tw-from-brand-red:hover{
  --tw-gradient-from: #BB0034;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 0, 52, 0));
}

.hover\:tw-from-brand-turquesa:hover{
  --tw-gradient-from: #3cb497;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 180, 151, 0));
}

.hover\:tw-from-gray-lighter:hover{
  --tw-gradient-from: #F5F5F5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
}

.hover\:tw-from-gray-light:hover{
  --tw-gradient-from: #dadada;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0));
}

.hover\:tw-from-gray-dark:hover{
  --tw-gradient-from: #666666;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
}

.hover\:tw-from-gray-darker:hover{
  --tw-gradient-from: #222222;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
}

.hover\:tw-from-gray-medium:hover{
  --tw-gradient-from: #767676;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(118, 118, 118, 0));
}

.hover\:tw-from-gray-mid:hover{
  --tw-gradient-from: #939393;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 147, 147, 0));
}

.hover\:tw-from-black:hover{
  --tw-gradient-from: #000000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:tw-from-primary:hover{
  --tw-gradient-from: #E35100;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 81, 0, 0));
}

.hover\:tw-from-primary-dark:hover{
  --tw-gradient-from: #C04400;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 68, 0, 0));
}

.hover\:tw-from-primary-light:hover{
  --tw-gradient-from: #F38D25;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 141, 37, 0));
}

.hover\:tw-from-secondary:hover{
  --tw-gradient-from: #005272;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 114, 0));
}

.hover\:tw-from-secondary-dark:hover{
  --tw-gradient-from: #3F83A3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 131, 163, 0));
}

.hover\:tw-from-secondary-light:hover{
  --tw-gradient-from: #4F99BB;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 153, 187, 0));
}

.hover\:tw-from-white:hover{
  --tw-gradient-from: #FFFFFF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:tw-from-hyperlinks:hover{
  --tw-gradient-from: #106AA3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 106, 163, 0));
}

.hover\:tw-from-hyperlinks-visited:hover{
  --tw-gradient-from: #7F1F7D;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 31, 125, 0));
}

.hover\:tw-from-transparent:hover{
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:tw-via-brand-orange:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #E35100, var(--tw-gradient-to, rgba(227, 81, 0, 0));
}

.hover\:tw-via-brand-orange-dark:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #C04400, var(--tw-gradient-to, rgba(192, 68, 0, 0));
}

.hover\:tw-via-brand-orange-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #F38D25, var(--tw-gradient-to, rgba(243, 141, 37, 0));
}

.hover\:tw-via-brand-blue:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #005272, var(--tw-gradient-to, rgba(0, 82, 114, 0));
}

.hover\:tw-via-brand-blue-dark:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #3F83A3, var(--tw-gradient-to, rgba(63, 131, 163, 0));
}

.hover\:tw-via-brand-blue-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #4F99BB, var(--tw-gradient-to, rgba(79, 153, 187, 0));
}

.hover\:tw-via-brand-yellow:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #E4B620, var(--tw-gradient-to, rgba(228, 182, 32, 0));
}

.hover\:tw-via-brand-green:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #8DC055, var(--tw-gradient-to, rgba(141, 192, 85, 0));
}

.hover\:tw-via-brand-pink:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #C94578, var(--tw-gradient-to, rgba(201, 69, 120, 0));
}

.hover\:tw-via-brand-red:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #BB0034, var(--tw-gradient-to, rgba(187, 0, 52, 0));
}

.hover\:tw-via-brand-turquesa:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #3cb497, var(--tw-gradient-to, rgba(60, 180, 151, 0));
}

.hover\:tw-via-gray-lighter:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #F5F5F5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
}

.hover\:tw-via-gray-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #dadada, var(--tw-gradient-to, rgba(218, 218, 218, 0));
}

.hover\:tw-via-gray-dark:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
}

.hover\:tw-via-gray-darker:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
}

.hover\:tw-via-gray-medium:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #767676, var(--tw-gradient-to, rgba(118, 118, 118, 0));
}

.hover\:tw-via-gray-mid:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #939393, var(--tw-gradient-to, rgba(147, 147, 147, 0));
}

.hover\:tw-via-black:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:tw-via-primary:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #E35100, var(--tw-gradient-to, rgba(227, 81, 0, 0));
}

.hover\:tw-via-primary-dark:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #C04400, var(--tw-gradient-to, rgba(192, 68, 0, 0));
}

.hover\:tw-via-primary-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #F38D25, var(--tw-gradient-to, rgba(243, 141, 37, 0));
}

.hover\:tw-via-secondary:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #005272, var(--tw-gradient-to, rgba(0, 82, 114, 0));
}

.hover\:tw-via-secondary-dark:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #3F83A3, var(--tw-gradient-to, rgba(63, 131, 163, 0));
}

.hover\:tw-via-secondary-light:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #4F99BB, var(--tw-gradient-to, rgba(79, 153, 187, 0));
}

.hover\:tw-via-white:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:tw-via-hyperlinks:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #106AA3, var(--tw-gradient-to, rgba(16, 106, 163, 0));
}

.hover\:tw-via-hyperlinks-visited:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #7F1F7D, var(--tw-gradient-to, rgba(127, 31, 125, 0));
}

.hover\:tw-via-transparent:hover{
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:tw-to-brand-orange:hover{
  --tw-gradient-to: #E35100;
}

.hover\:tw-to-brand-orange-dark:hover{
  --tw-gradient-to: #C04400;
}

.hover\:tw-to-brand-orange-light:hover{
  --tw-gradient-to: #F38D25;
}

.hover\:tw-to-brand-blue:hover{
  --tw-gradient-to: #005272;
}

.hover\:tw-to-brand-blue-dark:hover{
  --tw-gradient-to: #3F83A3;
}

.hover\:tw-to-brand-blue-light:hover{
  --tw-gradient-to: #4F99BB;
}

.hover\:tw-to-brand-yellow:hover{
  --tw-gradient-to: #E4B620;
}

.hover\:tw-to-brand-green:hover{
  --tw-gradient-to: #8DC055;
}

.hover\:tw-to-brand-pink:hover{
  --tw-gradient-to: #C94578;
}

.hover\:tw-to-brand-red:hover{
  --tw-gradient-to: #BB0034;
}

.hover\:tw-to-brand-turquesa:hover{
  --tw-gradient-to: #3cb497;
}

.hover\:tw-to-gray-lighter:hover{
  --tw-gradient-to: #F5F5F5;
}

.hover\:tw-to-gray-light:hover{
  --tw-gradient-to: #dadada;
}

.hover\:tw-to-gray-dark:hover{
  --tw-gradient-to: #666666;
}

.hover\:tw-to-gray-darker:hover{
  --tw-gradient-to: #222222;
}

.hover\:tw-to-gray-medium:hover{
  --tw-gradient-to: #767676;
}

.hover\:tw-to-gray-mid:hover{
  --tw-gradient-to: #939393;
}

.hover\:tw-to-black:hover{
  --tw-gradient-to: #000000;
}

.hover\:tw-to-primary:hover{
  --tw-gradient-to: #E35100;
}

.hover\:tw-to-primary-dark:hover{
  --tw-gradient-to: #C04400;
}

.hover\:tw-to-primary-light:hover{
  --tw-gradient-to: #F38D25;
}

.hover\:tw-to-secondary:hover{
  --tw-gradient-to: #005272;
}

.hover\:tw-to-secondary-dark:hover{
  --tw-gradient-to: #3F83A3;
}

.hover\:tw-to-secondary-light:hover{
  --tw-gradient-to: #4F99BB;
}

.hover\:tw-to-white:hover{
  --tw-gradient-to: #FFFFFF;
}

.hover\:tw-to-hyperlinks:hover{
  --tw-gradient-to: #106AA3;
}

.hover\:tw-to-hyperlinks-visited:hover{
  --tw-gradient-to: #7F1F7D;
}

.hover\:tw-to-transparent:hover{
  --tw-gradient-to: transparent;
}

.focus\:tw-from-brand-orange:focus{
  --tw-gradient-from: #E35100;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 81, 0, 0));
}

.focus\:tw-from-brand-orange-dark:focus{
  --tw-gradient-from: #C04400;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 68, 0, 0));
}

.focus\:tw-from-brand-orange-light:focus{
  --tw-gradient-from: #F38D25;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 141, 37, 0));
}

.focus\:tw-from-brand-blue:focus{
  --tw-gradient-from: #005272;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 114, 0));
}

.focus\:tw-from-brand-blue-dark:focus{
  --tw-gradient-from: #3F83A3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 131, 163, 0));
}

.focus\:tw-from-brand-blue-light:focus{
  --tw-gradient-from: #4F99BB;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 153, 187, 0));
}

.focus\:tw-from-brand-yellow:focus{
  --tw-gradient-from: #E4B620;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 182, 32, 0));
}

.focus\:tw-from-brand-green:focus{
  --tw-gradient-from: #8DC055;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 192, 85, 0));
}

.focus\:tw-from-brand-pink:focus{
  --tw-gradient-from: #C94578;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 69, 120, 0));
}

.focus\:tw-from-brand-red:focus{
  --tw-gradient-from: #BB0034;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 0, 52, 0));
}

.focus\:tw-from-brand-turquesa:focus{
  --tw-gradient-from: #3cb497;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 180, 151, 0));
}

.focus\:tw-from-gray-lighter:focus{
  --tw-gradient-from: #F5F5F5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
}

.focus\:tw-from-gray-light:focus{
  --tw-gradient-from: #dadada;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0));
}

.focus\:tw-from-gray-dark:focus{
  --tw-gradient-from: #666666;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
}

.focus\:tw-from-gray-darker:focus{
  --tw-gradient-from: #222222;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
}

.focus\:tw-from-gray-medium:focus{
  --tw-gradient-from: #767676;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(118, 118, 118, 0));
}

.focus\:tw-from-gray-mid:focus{
  --tw-gradient-from: #939393;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 147, 147, 0));
}

.focus\:tw-from-black:focus{
  --tw-gradient-from: #000000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:tw-from-primary:focus{
  --tw-gradient-from: #E35100;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 81, 0, 0));
}

.focus\:tw-from-primary-dark:focus{
  --tw-gradient-from: #C04400;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 68, 0, 0));
}

.focus\:tw-from-primary-light:focus{
  --tw-gradient-from: #F38D25;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 141, 37, 0));
}

.focus\:tw-from-secondary:focus{
  --tw-gradient-from: #005272;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 114, 0));
}

.focus\:tw-from-secondary-dark:focus{
  --tw-gradient-from: #3F83A3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 131, 163, 0));
}

.focus\:tw-from-secondary-light:focus{
  --tw-gradient-from: #4F99BB;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 153, 187, 0));
}

.focus\:tw-from-white:focus{
  --tw-gradient-from: #FFFFFF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:tw-from-hyperlinks:focus{
  --tw-gradient-from: #106AA3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 106, 163, 0));
}

.focus\:tw-from-hyperlinks-visited:focus{
  --tw-gradient-from: #7F1F7D;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 31, 125, 0));
}

.focus\:tw-from-transparent:focus{
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:tw-via-brand-orange:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #E35100, var(--tw-gradient-to, rgba(227, 81, 0, 0));
}

.focus\:tw-via-brand-orange-dark:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #C04400, var(--tw-gradient-to, rgba(192, 68, 0, 0));
}

.focus\:tw-via-brand-orange-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #F38D25, var(--tw-gradient-to, rgba(243, 141, 37, 0));
}

.focus\:tw-via-brand-blue:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #005272, var(--tw-gradient-to, rgba(0, 82, 114, 0));
}

.focus\:tw-via-brand-blue-dark:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #3F83A3, var(--tw-gradient-to, rgba(63, 131, 163, 0));
}

.focus\:tw-via-brand-blue-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #4F99BB, var(--tw-gradient-to, rgba(79, 153, 187, 0));
}

.focus\:tw-via-brand-yellow:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #E4B620, var(--tw-gradient-to, rgba(228, 182, 32, 0));
}

.focus\:tw-via-brand-green:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #8DC055, var(--tw-gradient-to, rgba(141, 192, 85, 0));
}

.focus\:tw-via-brand-pink:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #C94578, var(--tw-gradient-to, rgba(201, 69, 120, 0));
}

.focus\:tw-via-brand-red:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #BB0034, var(--tw-gradient-to, rgba(187, 0, 52, 0));
}

.focus\:tw-via-brand-turquesa:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #3cb497, var(--tw-gradient-to, rgba(60, 180, 151, 0));
}

.focus\:tw-via-gray-lighter:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #F5F5F5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
}

.focus\:tw-via-gray-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #dadada, var(--tw-gradient-to, rgba(218, 218, 218, 0));
}

.focus\:tw-via-gray-dark:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
}

.focus\:tw-via-gray-darker:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
}

.focus\:tw-via-gray-medium:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #767676, var(--tw-gradient-to, rgba(118, 118, 118, 0));
}

.focus\:tw-via-gray-mid:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #939393, var(--tw-gradient-to, rgba(147, 147, 147, 0));
}

.focus\:tw-via-black:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:tw-via-primary:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #E35100, var(--tw-gradient-to, rgba(227, 81, 0, 0));
}

.focus\:tw-via-primary-dark:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #C04400, var(--tw-gradient-to, rgba(192, 68, 0, 0));
}

.focus\:tw-via-primary-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #F38D25, var(--tw-gradient-to, rgba(243, 141, 37, 0));
}

.focus\:tw-via-secondary:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #005272, var(--tw-gradient-to, rgba(0, 82, 114, 0));
}

.focus\:tw-via-secondary-dark:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #3F83A3, var(--tw-gradient-to, rgba(63, 131, 163, 0));
}

.focus\:tw-via-secondary-light:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #4F99BB, var(--tw-gradient-to, rgba(79, 153, 187, 0));
}

.focus\:tw-via-white:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:tw-via-hyperlinks:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #106AA3, var(--tw-gradient-to, rgba(16, 106, 163, 0));
}

.focus\:tw-via-hyperlinks-visited:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #7F1F7D, var(--tw-gradient-to, rgba(127, 31, 125, 0));
}

.focus\:tw-via-transparent:focus{
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:tw-to-brand-orange:focus{
  --tw-gradient-to: #E35100;
}

.focus\:tw-to-brand-orange-dark:focus{
  --tw-gradient-to: #C04400;
}

.focus\:tw-to-brand-orange-light:focus{
  --tw-gradient-to: #F38D25;
}

.focus\:tw-to-brand-blue:focus{
  --tw-gradient-to: #005272;
}

.focus\:tw-to-brand-blue-dark:focus{
  --tw-gradient-to: #3F83A3;
}

.focus\:tw-to-brand-blue-light:focus{
  --tw-gradient-to: #4F99BB;
}

.focus\:tw-to-brand-yellow:focus{
  --tw-gradient-to: #E4B620;
}

.focus\:tw-to-brand-green:focus{
  --tw-gradient-to: #8DC055;
}

.focus\:tw-to-brand-pink:focus{
  --tw-gradient-to: #C94578;
}

.focus\:tw-to-brand-red:focus{
  --tw-gradient-to: #BB0034;
}

.focus\:tw-to-brand-turquesa:focus{
  --tw-gradient-to: #3cb497;
}

.focus\:tw-to-gray-lighter:focus{
  --tw-gradient-to: #F5F5F5;
}

.focus\:tw-to-gray-light:focus{
  --tw-gradient-to: #dadada;
}

.focus\:tw-to-gray-dark:focus{
  --tw-gradient-to: #666666;
}

.focus\:tw-to-gray-darker:focus{
  --tw-gradient-to: #222222;
}

.focus\:tw-to-gray-medium:focus{
  --tw-gradient-to: #767676;
}

.focus\:tw-to-gray-mid:focus{
  --tw-gradient-to: #939393;
}

.focus\:tw-to-black:focus{
  --tw-gradient-to: #000000;
}

.focus\:tw-to-primary:focus{
  --tw-gradient-to: #E35100;
}

.focus\:tw-to-primary-dark:focus{
  --tw-gradient-to: #C04400;
}

.focus\:tw-to-primary-light:focus{
  --tw-gradient-to: #F38D25;
}

.focus\:tw-to-secondary:focus{
  --tw-gradient-to: #005272;
}

.focus\:tw-to-secondary-dark:focus{
  --tw-gradient-to: #3F83A3;
}

.focus\:tw-to-secondary-light:focus{
  --tw-gradient-to: #4F99BB;
}

.focus\:tw-to-white:focus{
  --tw-gradient-to: #FFFFFF;
}

.focus\:tw-to-hyperlinks:focus{
  --tw-gradient-to: #106AA3;
}

.focus\:tw-to-hyperlinks-visited:focus{
  --tw-gradient-to: #7F1F7D;
}

.focus\:tw-to-transparent:focus{
  --tw-gradient-to: transparent;
}

.tw-bg-opacity-0{
  --tw-bg-opacity: 0;
}

.tw-bg-opacity-5{
  --tw-bg-opacity: 0.05;
}

.tw-bg-opacity-10{
  --tw-bg-opacity: 0.1;
}

.tw-bg-opacity-20{
  --tw-bg-opacity: 0.2;
}

.tw-bg-opacity-25{
  --tw-bg-opacity: 0.25;
}

.tw-bg-opacity-30{
  --tw-bg-opacity: 0.3;
}

.tw-bg-opacity-40{
  --tw-bg-opacity: 0.4;
}

.tw-bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

.tw-bg-opacity-60{
  --tw-bg-opacity: 0.6;
}

.tw-bg-opacity-70{
  --tw-bg-opacity: 0.7;
}

.tw-bg-opacity-75{
  --tw-bg-opacity: 0.75;
}

.tw-bg-opacity-80{
  --tw-bg-opacity: 0.8;
}

.tw-bg-opacity-90{
  --tw-bg-opacity: 0.9;
}

.tw-bg-opacity-95{
  --tw-bg-opacity: 0.95;
}

.tw-bg-opacity-100{
  --tw-bg-opacity: 1;
}

.tw-group:hover .group-hover\:tw-bg-opacity-0{
  --tw-bg-opacity: 0;
}

.tw-group:hover .group-hover\:tw-bg-opacity-5{
  --tw-bg-opacity: 0.05;
}

.tw-group:hover .group-hover\:tw-bg-opacity-10{
  --tw-bg-opacity: 0.1;
}

.tw-group:hover .group-hover\:tw-bg-opacity-20{
  --tw-bg-opacity: 0.2;
}

.tw-group:hover .group-hover\:tw-bg-opacity-25{
  --tw-bg-opacity: 0.25;
}

.tw-group:hover .group-hover\:tw-bg-opacity-30{
  --tw-bg-opacity: 0.3;
}

.tw-group:hover .group-hover\:tw-bg-opacity-40{
  --tw-bg-opacity: 0.4;
}

.tw-group:hover .group-hover\:tw-bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

.tw-group:hover .group-hover\:tw-bg-opacity-60{
  --tw-bg-opacity: 0.6;
}

.tw-group:hover .group-hover\:tw-bg-opacity-70{
  --tw-bg-opacity: 0.7;
}

.tw-group:hover .group-hover\:tw-bg-opacity-75{
  --tw-bg-opacity: 0.75;
}

.tw-group:hover .group-hover\:tw-bg-opacity-80{
  --tw-bg-opacity: 0.8;
}

.tw-group:hover .group-hover\:tw-bg-opacity-90{
  --tw-bg-opacity: 0.9;
}

.tw-group:hover .group-hover\:tw-bg-opacity-95{
  --tw-bg-opacity: 0.95;
}

.tw-group:hover .group-hover\:tw-bg-opacity-100{
  --tw-bg-opacity: 1;
}

.focus-within\:tw-bg-opacity-0:focus-within{
  --tw-bg-opacity: 0;
}

.focus-within\:tw-bg-opacity-5:focus-within{
  --tw-bg-opacity: 0.05;
}

.focus-within\:tw-bg-opacity-10:focus-within{
  --tw-bg-opacity: 0.1;
}

.focus-within\:tw-bg-opacity-20:focus-within{
  --tw-bg-opacity: 0.2;
}

.focus-within\:tw-bg-opacity-25:focus-within{
  --tw-bg-opacity: 0.25;
}

.focus-within\:tw-bg-opacity-30:focus-within{
  --tw-bg-opacity: 0.3;
}

.focus-within\:tw-bg-opacity-40:focus-within{
  --tw-bg-opacity: 0.4;
}

.focus-within\:tw-bg-opacity-50:focus-within{
  --tw-bg-opacity: 0.5;
}

.focus-within\:tw-bg-opacity-60:focus-within{
  --tw-bg-opacity: 0.6;
}

.focus-within\:tw-bg-opacity-70:focus-within{
  --tw-bg-opacity: 0.7;
}

.focus-within\:tw-bg-opacity-75:focus-within{
  --tw-bg-opacity: 0.75;
}

.focus-within\:tw-bg-opacity-80:focus-within{
  --tw-bg-opacity: 0.8;
}

.focus-within\:tw-bg-opacity-90:focus-within{
  --tw-bg-opacity: 0.9;
}

.focus-within\:tw-bg-opacity-95:focus-within{
  --tw-bg-opacity: 0.95;
}

.focus-within\:tw-bg-opacity-100:focus-within{
  --tw-bg-opacity: 1;
}

.hover\:tw-bg-opacity-0:hover{
  --tw-bg-opacity: 0;
}

.hover\:tw-bg-opacity-5:hover{
  --tw-bg-opacity: 0.05;
}

.hover\:tw-bg-opacity-10:hover{
  --tw-bg-opacity: 0.1;
}

.hover\:tw-bg-opacity-20:hover{
  --tw-bg-opacity: 0.2;
}

.hover\:tw-bg-opacity-25:hover{
  --tw-bg-opacity: 0.25;
}

.hover\:tw-bg-opacity-30:hover{
  --tw-bg-opacity: 0.3;
}

.hover\:tw-bg-opacity-40:hover{
  --tw-bg-opacity: 0.4;
}

.hover\:tw-bg-opacity-50:hover{
  --tw-bg-opacity: 0.5;
}

.hover\:tw-bg-opacity-60:hover{
  --tw-bg-opacity: 0.6;
}

.hover\:tw-bg-opacity-70:hover{
  --tw-bg-opacity: 0.7;
}

.hover\:tw-bg-opacity-75:hover{
  --tw-bg-opacity: 0.75;
}

.hover\:tw-bg-opacity-80:hover{
  --tw-bg-opacity: 0.8;
}

.hover\:tw-bg-opacity-90:hover{
  --tw-bg-opacity: 0.9;
}

.hover\:tw-bg-opacity-95:hover{
  --tw-bg-opacity: 0.95;
}

.hover\:tw-bg-opacity-100:hover{
  --tw-bg-opacity: 1;
}

.focus\:tw-bg-opacity-0:focus{
  --tw-bg-opacity: 0;
}

.focus\:tw-bg-opacity-5:focus{
  --tw-bg-opacity: 0.05;
}

.focus\:tw-bg-opacity-10:focus{
  --tw-bg-opacity: 0.1;
}

.focus\:tw-bg-opacity-20:focus{
  --tw-bg-opacity: 0.2;
}

.focus\:tw-bg-opacity-25:focus{
  --tw-bg-opacity: 0.25;
}

.focus\:tw-bg-opacity-30:focus{
  --tw-bg-opacity: 0.3;
}

.focus\:tw-bg-opacity-40:focus{
  --tw-bg-opacity: 0.4;
}

.focus\:tw-bg-opacity-50:focus{
  --tw-bg-opacity: 0.5;
}

.focus\:tw-bg-opacity-60:focus{
  --tw-bg-opacity: 0.6;
}

.focus\:tw-bg-opacity-70:focus{
  --tw-bg-opacity: 0.7;
}

.focus\:tw-bg-opacity-75:focus{
  --tw-bg-opacity: 0.75;
}

.focus\:tw-bg-opacity-80:focus{
  --tw-bg-opacity: 0.8;
}

.focus\:tw-bg-opacity-90:focus{
  --tw-bg-opacity: 0.9;
}

.focus\:tw-bg-opacity-95:focus{
  --tw-bg-opacity: 0.95;
}

.focus\:tw-bg-opacity-100:focus{
  --tw-bg-opacity: 1;
}

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

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

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

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

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

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

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

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

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

.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-bg-repeat-round{
  background-repeat: round;
}

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

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

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

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

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

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

.tw-border-brand-orange{
  --tw-border-opacity: 1;
  border-color: rgba(227, 81, 0, var(--tw-border-opacity));
}

.tw-border-brand-orange-dark{
  --tw-border-opacity: 1;
  border-color: rgba(192, 68, 0, var(--tw-border-opacity));
}

.tw-border-brand-orange-light{
  --tw-border-opacity: 1;
  border-color: rgba(243, 141, 37, var(--tw-border-opacity));
}

.tw-border-brand-blue{
  --tw-border-opacity: 1;
  border-color: rgba(0, 82, 114, var(--tw-border-opacity));
}

.tw-border-brand-blue-dark{
  --tw-border-opacity: 1;
  border-color: rgba(63, 131, 163, var(--tw-border-opacity));
}

.tw-border-brand-blue-light{
  --tw-border-opacity: 1;
  border-color: rgba(79, 153, 187, var(--tw-border-opacity));
}

.tw-border-brand-yellow{
  --tw-border-opacity: 1;
  border-color: rgba(228, 182, 32, var(--tw-border-opacity));
}

.tw-border-brand-green{
  --tw-border-opacity: 1;
  border-color: rgba(141, 192, 85, var(--tw-border-opacity));
}

.tw-border-brand-pink{
  --tw-border-opacity: 1;
  border-color: rgba(201, 69, 120, var(--tw-border-opacity));
}

.tw-border-brand-red{
  --tw-border-opacity: 1;
  border-color: rgba(187, 0, 52, var(--tw-border-opacity));
}

.tw-border-brand-turquesa{
  --tw-border-opacity: 1;
  border-color: rgba(60, 180, 151, var(--tw-border-opacity));
}

.tw-border-gray-lighter{
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity));
}

.tw-border-gray-light{
  --tw-border-opacity: 1;
  border-color: rgba(218, 218, 218, var(--tw-border-opacity));
}

.tw-border-gray-dark{
  --tw-border-opacity: 1;
  border-color: rgba(102, 102, 102, var(--tw-border-opacity));
}

.tw-border-gray-darker{
  --tw-border-opacity: 1;
  border-color: rgba(34, 34, 34, var(--tw-border-opacity));
}

.tw-border-gray-medium{
  --tw-border-opacity: 1;
  border-color: rgba(118, 118, 118, var(--tw-border-opacity));
}

.tw-border-gray-mid{
  --tw-border-opacity: 1;
  border-color: rgba(147, 147, 147, var(--tw-border-opacity));
}

.tw-border-black{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.tw-border-primary{
  --tw-border-opacity: 1;
  border-color: rgba(227, 81, 0, var(--tw-border-opacity));
}

.tw-border-primary-dark{
  --tw-border-opacity: 1;
  border-color: rgba(192, 68, 0, var(--tw-border-opacity));
}

.tw-border-primary-light{
  --tw-border-opacity: 1;
  border-color: rgba(243, 141, 37, var(--tw-border-opacity));
}

.tw-border-secondary{
  --tw-border-opacity: 1;
  border-color: rgba(0, 82, 114, var(--tw-border-opacity));
}

.tw-border-secondary-dark{
  --tw-border-opacity: 1;
  border-color: rgba(63, 131, 163, var(--tw-border-opacity));
}

.tw-border-secondary-light{
  --tw-border-opacity: 1;
  border-color: rgba(79, 153, 187, var(--tw-border-opacity));
}

.tw-border-white{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.tw-border-hyperlinks{
  --tw-border-opacity: 1;
  border-color: rgba(16, 106, 163, var(--tw-border-opacity));
}

.tw-border-hyperlinks-visited{
  --tw-border-opacity: 1;
  border-color: rgba(127, 31, 125, var(--tw-border-opacity));
}

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

.tw-group:hover .group-hover\:tw-border-brand-orange{
  --tw-border-opacity: 1;
  border-color: rgba(227, 81, 0, var(--tw-border-opacity));
}

.tw-group:hover .group-hover\:tw-border-brand-orange-dark{
  --tw-border-opacity: 1;
  border-color: rgba(192, 68, 0, var(--tw-border-opacity));
}

.tw-group:hover .group-hover\:tw-border-brand-orange-light{
  --tw-border-opacity: 1;
  border-color: rgba(243, 141, 37, var(--tw-border-opacity));
}

.tw-group:hover .group-hover\:tw-border-brand-blue{
  --tw-border-opacity: 1;
  border-color: rgba(0, 82, 114, var(--tw-border-opacity));
}

.tw-group:hover .group-hover\:tw-border-brand-blue-dark{
  --tw-border-opacity: 1;
  border-color: rgba(63, 131, 163, var(--tw-border-opacity));
}

.tw-group:hover .group-hover\:tw-border-brand-blue-light{
  --tw-border-opacity: 1;
  border-color: rgba(79, 153, 187, var(--tw-border-opacity));
}

.tw-group:hover .group-hover\:tw-border-brand-yellow{
  --tw-border-opacity: 1;
  border-color: rgba(228, 182, 32, var(--tw-border-opacity));
}

.tw-group:hover .group-hover\:tw-border-brand-green{
  --tw-border-opacity: 1;
  border-color: rgba(141, 192, 85, var(--tw-border-opacity));
}

.tw-group:hover .group-hover\:tw-border-brand-pink{
  --tw-border-opacity: 1;
  border-color: rgba(201, 69, 120, var(--tw-border-opacity));
}

.tw-group:hover .group-hover\:tw-border-brand-red{
  --tw-border-opacity: 1;
  border-color: rgba(187, 0, 52, var(--tw-border-opacity));
}

.tw-group:hover .group-hover\:tw-border-brand-turquesa{
  --tw-border-opacity: 1;
  border-color: rgba(60, 180, 151, var(--tw-border-opacity));
}

.tw-group:hover .group-hover\:tw-border-gray-lighter{
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity));
}

.tw-group:hover .group-hover\:tw-border-gray-light{
  --tw-border-opacity: 1;
  border-color: rgba(218, 218, 218, var(--tw-border-opacity));
}

.tw-group:hover .group-hover\:tw-border-gray-dark{
  --tw-border-opacity: 1;
  border-color: rgba(102, 102, 102, var(--tw-border-opacity));
}

.tw-group:hover .group-hover\:tw-border-gray-darker{
  --tw-border-opacity: 1;
  border-color: rgba(34, 34, 34, var(--tw-border-opacity));
}

.tw-group:hover .group-hover\:tw-border-gray-medium{
  --tw-border-opacity: 1;
  border-color: rgba(118, 118, 118, var(--tw-border-opacity));
}

.tw-group:hover .group-hover\:tw-border-gray-mid{
  --tw-border-opacity: 1;
  border-color: rgba(147, 147, 147, var(--tw-border-opacity));
}

.tw-group:hover .group-hover\:tw-border-black{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.tw-group:hover .group-hover\:tw-border-primary{
  --tw-border-opacity: 1;
  border-color: rgba(227, 81, 0, var(--tw-border-opacity));
}

.tw-group:hover .group-hover\:tw-border-primary-dark{
  --tw-border-opacity: 1;
  border-color: rgba(192, 68, 0, var(--tw-border-opacity));
}

.tw-group:hover .group-hover\:tw-border-primary-light{
  --tw-border-opacity: 1;
  border-color: rgba(243, 141, 37, var(--tw-border-opacity));
}

.tw-group:hover .group-hover\:tw-border-secondary{
  --tw-border-opacity: 1;
  border-color: rgba(0, 82, 114, var(--tw-border-opacity));
}

.tw-group:hover .group-hover\:tw-border-secondary-dark{
  --tw-border-opacity: 1;
  border-color: rgba(63, 131, 163, var(--tw-border-opacity));
}

.tw-group:hover .group-hover\:tw-border-secondary-light{
  --tw-border-opacity: 1;
  border-color: rgba(79, 153, 187, var(--tw-border-opacity));
}

.tw-group:hover .group-hover\:tw-border-white{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.tw-group:hover .group-hover\:tw-border-hyperlinks{
  --tw-border-opacity: 1;
  border-color: rgba(16, 106, 163, var(--tw-border-opacity));
}

.tw-group:hover .group-hover\:tw-border-hyperlinks-visited{
  --tw-border-opacity: 1;
  border-color: rgba(127, 31, 125, var(--tw-border-opacity));
}

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

.focus-within\:tw-border-brand-orange:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(227, 81, 0, var(--tw-border-opacity));
}

.focus-within\:tw-border-brand-orange-dark:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(192, 68, 0, var(--tw-border-opacity));
}

.focus-within\:tw-border-brand-orange-light:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(243, 141, 37, var(--tw-border-opacity));
}

.focus-within\:tw-border-brand-blue:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(0, 82, 114, var(--tw-border-opacity));
}

.focus-within\:tw-border-brand-blue-dark:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(63, 131, 163, var(--tw-border-opacity));
}

.focus-within\:tw-border-brand-blue-light:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(79, 153, 187, var(--tw-border-opacity));
}

.focus-within\:tw-border-brand-yellow:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(228, 182, 32, var(--tw-border-opacity));
}

.focus-within\:tw-border-brand-green:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(141, 192, 85, var(--tw-border-opacity));
}

.focus-within\:tw-border-brand-pink:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(201, 69, 120, var(--tw-border-opacity));
}

.focus-within\:tw-border-brand-red:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(187, 0, 52, var(--tw-border-opacity));
}

.focus-within\:tw-border-brand-turquesa:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(60, 180, 151, var(--tw-border-opacity));
}

.focus-within\:tw-border-gray-lighter:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity));
}

.focus-within\:tw-border-gray-light:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(218, 218, 218, var(--tw-border-opacity));
}

.focus-within\:tw-border-gray-dark:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(102, 102, 102, var(--tw-border-opacity));
}

.focus-within\:tw-border-gray-darker:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(34, 34, 34, var(--tw-border-opacity));
}

.focus-within\:tw-border-gray-medium:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(118, 118, 118, var(--tw-border-opacity));
}

.focus-within\:tw-border-gray-mid:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(147, 147, 147, var(--tw-border-opacity));
}

.focus-within\:tw-border-black:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.focus-within\:tw-border-primary:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(227, 81, 0, var(--tw-border-opacity));
}

.focus-within\:tw-border-primary-dark:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(192, 68, 0, var(--tw-border-opacity));
}

.focus-within\:tw-border-primary-light:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(243, 141, 37, var(--tw-border-opacity));
}

.focus-within\:tw-border-secondary:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(0, 82, 114, var(--tw-border-opacity));
}

.focus-within\:tw-border-secondary-dark:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(63, 131, 163, var(--tw-border-opacity));
}

.focus-within\:tw-border-secondary-light:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(79, 153, 187, var(--tw-border-opacity));
}

.focus-within\:tw-border-white:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.focus-within\:tw-border-hyperlinks:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(16, 106, 163, var(--tw-border-opacity));
}

.focus-within\:tw-border-hyperlinks-visited:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(127, 31, 125, var(--tw-border-opacity));
}

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

.hover\:tw-border-brand-orange:hover{
  --tw-border-opacity: 1;
  border-color: rgba(227, 81, 0, var(--tw-border-opacity));
}

.hover\:tw-border-brand-orange-dark:hover{
  --tw-border-opacity: 1;
  border-color: rgba(192, 68, 0, var(--tw-border-opacity));
}

.hover\:tw-border-brand-orange-light:hover{
  --tw-border-opacity: 1;
  border-color: rgba(243, 141, 37, var(--tw-border-opacity));
}

.hover\:tw-border-brand-blue:hover{
  --tw-border-opacity: 1;
  border-color: rgba(0, 82, 114, var(--tw-border-opacity));
}

.hover\:tw-border-brand-blue-dark:hover{
  --tw-border-opacity: 1;
  border-color: rgba(63, 131, 163, var(--tw-border-opacity));
}

.hover\:tw-border-brand-blue-light:hover{
  --tw-border-opacity: 1;
  border-color: rgba(79, 153, 187, var(--tw-border-opacity));
}

.hover\:tw-border-brand-yellow:hover{
  --tw-border-opacity: 1;
  border-color: rgba(228, 182, 32, var(--tw-border-opacity));
}

.hover\:tw-border-brand-green:hover{
  --tw-border-opacity: 1;
  border-color: rgba(141, 192, 85, var(--tw-border-opacity));
}

.hover\:tw-border-brand-pink:hover{
  --tw-border-opacity: 1;
  border-color: rgba(201, 69, 120, var(--tw-border-opacity));
}

.hover\:tw-border-brand-red:hover{
  --tw-border-opacity: 1;
  border-color: rgba(187, 0, 52, var(--tw-border-opacity));
}

.hover\:tw-border-brand-turquesa:hover{
  --tw-border-opacity: 1;
  border-color: rgba(60, 180, 151, var(--tw-border-opacity));
}

.hover\:tw-border-gray-lighter:hover{
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity));
}

.hover\:tw-border-gray-light:hover{
  --tw-border-opacity: 1;
  border-color: rgba(218, 218, 218, var(--tw-border-opacity));
}

.hover\:tw-border-gray-dark:hover{
  --tw-border-opacity: 1;
  border-color: rgba(102, 102, 102, var(--tw-border-opacity));
}

.hover\:tw-border-gray-darker:hover{
  --tw-border-opacity: 1;
  border-color: rgba(34, 34, 34, var(--tw-border-opacity));
}

.hover\:tw-border-gray-medium:hover{
  --tw-border-opacity: 1;
  border-color: rgba(118, 118, 118, var(--tw-border-opacity));
}

.hover\:tw-border-gray-mid:hover{
  --tw-border-opacity: 1;
  border-color: rgba(147, 147, 147, var(--tw-border-opacity));
}

.hover\:tw-border-black:hover{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.hover\:tw-border-primary:hover{
  --tw-border-opacity: 1;
  border-color: rgba(227, 81, 0, var(--tw-border-opacity));
}

.hover\:tw-border-primary-dark:hover{
  --tw-border-opacity: 1;
  border-color: rgba(192, 68, 0, var(--tw-border-opacity));
}

.hover\:tw-border-primary-light:hover{
  --tw-border-opacity: 1;
  border-color: rgba(243, 141, 37, var(--tw-border-opacity));
}

.hover\:tw-border-secondary:hover{
  --tw-border-opacity: 1;
  border-color: rgba(0, 82, 114, var(--tw-border-opacity));
}

.hover\:tw-border-secondary-dark:hover{
  --tw-border-opacity: 1;
  border-color: rgba(63, 131, 163, var(--tw-border-opacity));
}

.hover\:tw-border-secondary-light:hover{
  --tw-border-opacity: 1;
  border-color: rgba(79, 153, 187, var(--tw-border-opacity));
}

.hover\:tw-border-white:hover{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.hover\:tw-border-hyperlinks:hover{
  --tw-border-opacity: 1;
  border-color: rgba(16, 106, 163, var(--tw-border-opacity));
}

.hover\:tw-border-hyperlinks-visited:hover{
  --tw-border-opacity: 1;
  border-color: rgba(127, 31, 125, var(--tw-border-opacity));
}

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

.focus\:tw-border-brand-orange:focus{
  --tw-border-opacity: 1;
  border-color: rgba(227, 81, 0, var(--tw-border-opacity));
}

.focus\:tw-border-brand-orange-dark:focus{
  --tw-border-opacity: 1;
  border-color: rgba(192, 68, 0, var(--tw-border-opacity));
}

.focus\:tw-border-brand-orange-light:focus{
  --tw-border-opacity: 1;
  border-color: rgba(243, 141, 37, var(--tw-border-opacity));
}

.focus\:tw-border-brand-blue:focus{
  --tw-border-opacity: 1;
  border-color: rgba(0, 82, 114, var(--tw-border-opacity));
}

.focus\:tw-border-brand-blue-dark:focus{
  --tw-border-opacity: 1;
  border-color: rgba(63, 131, 163, var(--tw-border-opacity));
}

.focus\:tw-border-brand-blue-light:focus{
  --tw-border-opacity: 1;
  border-color: rgba(79, 153, 187, var(--tw-border-opacity));
}

.focus\:tw-border-brand-yellow:focus{
  --tw-border-opacity: 1;
  border-color: rgba(228, 182, 32, var(--tw-border-opacity));
}

.focus\:tw-border-brand-green:focus{
  --tw-border-opacity: 1;
  border-color: rgba(141, 192, 85, var(--tw-border-opacity));
}

.focus\:tw-border-brand-pink:focus{
  --tw-border-opacity: 1;
  border-color: rgba(201, 69, 120, var(--tw-border-opacity));
}

.focus\:tw-border-brand-red:focus{
  --tw-border-opacity: 1;
  border-color: rgba(187, 0, 52, var(--tw-border-opacity));
}

.focus\:tw-border-brand-turquesa:focus{
  --tw-border-opacity: 1;
  border-color: rgba(60, 180, 151, var(--tw-border-opacity));
}

.focus\:tw-border-gray-lighter:focus{
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity));
}

.focus\:tw-border-gray-light:focus{
  --tw-border-opacity: 1;
  border-color: rgba(218, 218, 218, var(--tw-border-opacity));
}

.focus\:tw-border-gray-dark:focus{
  --tw-border-opacity: 1;
  border-color: rgba(102, 102, 102, var(--tw-border-opacity));
}

.focus\:tw-border-gray-darker:focus{
  --tw-border-opacity: 1;
  border-color: rgba(34, 34, 34, var(--tw-border-opacity));
}

.focus\:tw-border-gray-medium:focus{
  --tw-border-opacity: 1;
  border-color: rgba(118, 118, 118, var(--tw-border-opacity));
}

.focus\:tw-border-gray-mid:focus{
  --tw-border-opacity: 1;
  border-color: rgba(147, 147, 147, var(--tw-border-opacity));
}

.focus\:tw-border-black:focus{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.focus\:tw-border-primary:focus{
  --tw-border-opacity: 1;
  border-color: rgba(227, 81, 0, var(--tw-border-opacity));
}

.focus\:tw-border-primary-dark:focus{
  --tw-border-opacity: 1;
  border-color: rgba(192, 68, 0, var(--tw-border-opacity));
}

.focus\:tw-border-primary-light:focus{
  --tw-border-opacity: 1;
  border-color: rgba(243, 141, 37, var(--tw-border-opacity));
}

.focus\:tw-border-secondary:focus{
  --tw-border-opacity: 1;
  border-color: rgba(0, 82, 114, var(--tw-border-opacity));
}

.focus\:tw-border-secondary-dark:focus{
  --tw-border-opacity: 1;
  border-color: rgba(63, 131, 163, var(--tw-border-opacity));
}

.focus\:tw-border-secondary-light:focus{
  --tw-border-opacity: 1;
  border-color: rgba(79, 153, 187, var(--tw-border-opacity));
}

.focus\:tw-border-white:focus{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.focus\:tw-border-hyperlinks:focus{
  --tw-border-opacity: 1;
  border-color: rgba(16, 106, 163, var(--tw-border-opacity));
}

.focus\:tw-border-hyperlinks-visited:focus{
  --tw-border-opacity: 1;
  border-color: rgba(127, 31, 125, var(--tw-border-opacity));
}

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

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

.tw-border-opacity-5{
  --tw-border-opacity: 0.05;
}

.tw-border-opacity-10{
  --tw-border-opacity: 0.1;
}

.tw-border-opacity-20{
  --tw-border-opacity: 0.2;
}

.tw-border-opacity-25{
  --tw-border-opacity: 0.25;
}

.tw-border-opacity-30{
  --tw-border-opacity: 0.3;
}

.tw-border-opacity-40{
  --tw-border-opacity: 0.4;
}

.tw-border-opacity-50{
  --tw-border-opacity: 0.5;
}

.tw-border-opacity-60{
  --tw-border-opacity: 0.6;
}

.tw-border-opacity-70{
  --tw-border-opacity: 0.7;
}

.tw-border-opacity-75{
  --tw-border-opacity: 0.75;
}

.tw-border-opacity-80{
  --tw-border-opacity: 0.8;
}

.tw-border-opacity-90{
  --tw-border-opacity: 0.9;
}

.tw-border-opacity-95{
  --tw-border-opacity: 0.95;
}

.tw-border-opacity-100{
  --tw-border-opacity: 1;
}

.tw-group:hover .group-hover\:tw-border-opacity-0{
  --tw-border-opacity: 0;
}

.tw-group:hover .group-hover\:tw-border-opacity-5{
  --tw-border-opacity: 0.05;
}

.tw-group:hover .group-hover\:tw-border-opacity-10{
  --tw-border-opacity: 0.1;
}

.tw-group:hover .group-hover\:tw-border-opacity-20{
  --tw-border-opacity: 0.2;
}

.tw-group:hover .group-hover\:tw-border-opacity-25{
  --tw-border-opacity: 0.25;
}

.tw-group:hover .group-hover\:tw-border-opacity-30{
  --tw-border-opacity: 0.3;
}

.tw-group:hover .group-hover\:tw-border-opacity-40{
  --tw-border-opacity: 0.4;
}

.tw-group:hover .group-hover\:tw-border-opacity-50{
  --tw-border-opacity: 0.5;
}

.tw-group:hover .group-hover\:tw-border-opacity-60{
  --tw-border-opacity: 0.6;
}

.tw-group:hover .group-hover\:tw-border-opacity-70{
  --tw-border-opacity: 0.7;
}

.tw-group:hover .group-hover\:tw-border-opacity-75{
  --tw-border-opacity: 0.75;
}

.tw-group:hover .group-hover\:tw-border-opacity-80{
  --tw-border-opacity: 0.8;
}

.tw-group:hover .group-hover\:tw-border-opacity-90{
  --tw-border-opacity: 0.9;
}

.tw-group:hover .group-hover\:tw-border-opacity-95{
  --tw-border-opacity: 0.95;
}

.tw-group:hover .group-hover\:tw-border-opacity-100{
  --tw-border-opacity: 1;
}

.focus-within\:tw-border-opacity-0:focus-within{
  --tw-border-opacity: 0;
}

.focus-within\:tw-border-opacity-5:focus-within{
  --tw-border-opacity: 0.05;
}

.focus-within\:tw-border-opacity-10:focus-within{
  --tw-border-opacity: 0.1;
}

.focus-within\:tw-border-opacity-20:focus-within{
  --tw-border-opacity: 0.2;
}

.focus-within\:tw-border-opacity-25:focus-within{
  --tw-border-opacity: 0.25;
}

.focus-within\:tw-border-opacity-30:focus-within{
  --tw-border-opacity: 0.3;
}

.focus-within\:tw-border-opacity-40:focus-within{
  --tw-border-opacity: 0.4;
}

.focus-within\:tw-border-opacity-50:focus-within{
  --tw-border-opacity: 0.5;
}

.focus-within\:tw-border-opacity-60:focus-within{
  --tw-border-opacity: 0.6;
}

.focus-within\:tw-border-opacity-70:focus-within{
  --tw-border-opacity: 0.7;
}

.focus-within\:tw-border-opacity-75:focus-within{
  --tw-border-opacity: 0.75;
}

.focus-within\:tw-border-opacity-80:focus-within{
  --tw-border-opacity: 0.8;
}

.focus-within\:tw-border-opacity-90:focus-within{
  --tw-border-opacity: 0.9;
}

.focus-within\:tw-border-opacity-95:focus-within{
  --tw-border-opacity: 0.95;
}

.focus-within\:tw-border-opacity-100:focus-within{
  --tw-border-opacity: 1;
}

.hover\:tw-border-opacity-0:hover{
  --tw-border-opacity: 0;
}

.hover\:tw-border-opacity-5:hover{
  --tw-border-opacity: 0.05;
}

.hover\:tw-border-opacity-10:hover{
  --tw-border-opacity: 0.1;
}

.hover\:tw-border-opacity-20:hover{
  --tw-border-opacity: 0.2;
}

.hover\:tw-border-opacity-25:hover{
  --tw-border-opacity: 0.25;
}

.hover\:tw-border-opacity-30:hover{
  --tw-border-opacity: 0.3;
}

.hover\:tw-border-opacity-40:hover{
  --tw-border-opacity: 0.4;
}

.hover\:tw-border-opacity-50:hover{
  --tw-border-opacity: 0.5;
}

.hover\:tw-border-opacity-60:hover{
  --tw-border-opacity: 0.6;
}

.hover\:tw-border-opacity-70:hover{
  --tw-border-opacity: 0.7;
}

.hover\:tw-border-opacity-75:hover{
  --tw-border-opacity: 0.75;
}

.hover\:tw-border-opacity-80:hover{
  --tw-border-opacity: 0.8;
}

.hover\:tw-border-opacity-90:hover{
  --tw-border-opacity: 0.9;
}

.hover\:tw-border-opacity-95:hover{
  --tw-border-opacity: 0.95;
}

.hover\:tw-border-opacity-100:hover{
  --tw-border-opacity: 1;
}

.focus\:tw-border-opacity-0:focus{
  --tw-border-opacity: 0;
}

.focus\:tw-border-opacity-5:focus{
  --tw-border-opacity: 0.05;
}

.focus\:tw-border-opacity-10:focus{
  --tw-border-opacity: 0.1;
}

.focus\:tw-border-opacity-20:focus{
  --tw-border-opacity: 0.2;
}

.focus\:tw-border-opacity-25:focus{
  --tw-border-opacity: 0.25;
}

.focus\:tw-border-opacity-30:focus{
  --tw-border-opacity: 0.3;
}

.focus\:tw-border-opacity-40:focus{
  --tw-border-opacity: 0.4;
}

.focus\:tw-border-opacity-50:focus{
  --tw-border-opacity: 0.5;
}

.focus\:tw-border-opacity-60:focus{
  --tw-border-opacity: 0.6;
}

.focus\:tw-border-opacity-70:focus{
  --tw-border-opacity: 0.7;
}

.focus\:tw-border-opacity-75:focus{
  --tw-border-opacity: 0.75;
}

.focus\:tw-border-opacity-80:focus{
  --tw-border-opacity: 0.8;
}

.focus\:tw-border-opacity-90:focus{
  --tw-border-opacity: 0.9;
}

.focus\:tw-border-opacity-95:focus{
  --tw-border-opacity: 0.95;
}

.focus\:tw-border-opacity-100:focus{
  --tw-border-opacity: 1;
}

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

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

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

.tw-rounded-md{
  border-radius: 0.375rem;
}

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

.tw-rounded-xl{
  border-radius: 0.625rem;
}

.tw-rounded-2xl{
  border-radius: 1rem;
}

.tw-rounded-3xl{
  border-radius: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-rounded-t-3xl{
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.tw-rounded-r-3xl{
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.tw-rounded-b-3xl{
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.tw-rounded-l-3xl{
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.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: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-rounded-tl-3xl{
  border-top-left-radius: 1.5rem;
}

.tw-rounded-tr-3xl{
  border-top-right-radius: 1.5rem;
}

.tw-rounded-br-3xl{
  border-bottom-right-radius: 1.5rem;
}

.tw-rounded-bl-3xl{
  border-bottom-left-radius: 1.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-double{
  border-style: double;
}

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

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

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

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

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

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

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

.hover\:tw-border-0:hover{
  border-width: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-box-border{
  box-sizing: border-box;
}

.tw-box-content{
  box-sizing: content-box;
}

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

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

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

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

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

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

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

.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-caption{
  display: table-caption;
}

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

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

.tw-table-column-group{
  display: table-column-group;
}

.tw-table-footer-group{
  display: table-footer-group;
}

.tw-table-header-group{
  display: table-header-group;
}

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

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

.tw-flow-root{
  display: flow-root;
}

.tw-grid{
  display: grid;
}

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

.tw-contents{
  display: contents;
}

.tw-hidden{
  display: none;
}

.first\:tw-block:first-child{
  display: block;
}

.first\:tw-inline-block:first-child{
  display: inline-block;
}

.first\:tw-inline:first-child{
  display: inline;
}

.first\:tw-flex:first-child{
  display: flex;
}

.first\:tw-inline-flex:first-child{
  display: inline-flex;
}

.first\:tw-table:first-child{
  display: table;
}

.first\:tw-table-caption:first-child{
  display: table-caption;
}

.first\:tw-table-cell:first-child{
  display: table-cell;
}

.first\:tw-table-column:first-child{
  display: table-column;
}

.first\:tw-table-column-group:first-child{
  display: table-column-group;
}

.first\:tw-table-footer-group:first-child{
  display: table-footer-group;
}

.first\:tw-table-header-group:first-child{
  display: table-header-group;
}

.first\:tw-table-row-group:first-child{
  display: table-row-group;
}

.first\:tw-table-row:first-child{
  display: table-row;
}

.first\:tw-flow-root:first-child{
  display: flow-root;
}

.first\:tw-grid:first-child{
  display: grid;
}

.first\:tw-inline-grid:first-child{
  display: inline-grid;
}

.first\:tw-contents:first-child{
  display: contents;
}

.first\:tw-hidden:first-child{
  display: none;
}

.last\:tw-block:last-child{
  display: block;
}

.last\:tw-inline-block:last-child{
  display: inline-block;
}

.last\:tw-inline:last-child{
  display: inline;
}

.last\:tw-flex:last-child{
  display: flex;
}

.last\:tw-inline-flex:last-child{
  display: inline-flex;
}

.last\:tw-table:last-child{
  display: table;
}

.last\:tw-table-caption:last-child{
  display: table-caption;
}

.last\:tw-table-cell:last-child{
  display: table-cell;
}

.last\:tw-table-column:last-child{
  display: table-column;
}

.last\:tw-table-column-group:last-child{
  display: table-column-group;
}

.last\:tw-table-footer-group:last-child{
  display: table-footer-group;
}

.last\:tw-table-header-group:last-child{
  display: table-header-group;
}

.last\:tw-table-row-group:last-child{
  display: table-row-group;
}

.last\:tw-table-row:last-child{
  display: table-row;
}

.last\:tw-flow-root:last-child{
  display: flow-root;
}

.last\:tw-grid:last-child{
  display: grid;
}

.last\:tw-inline-grid:last-child{
  display: inline-grid;
}

.last\:tw-contents:last-child{
  display: contents;
}

.last\:tw-hidden:last-child{
  display: none;
}

.tw-group:hover .group-hover\:tw-block{
  display: block;
}

.tw-group:hover .group-hover\:tw-inline-block{
  display: inline-block;
}

.tw-group:hover .group-hover\:tw-inline{
  display: inline;
}

.tw-group:hover .group-hover\:tw-flex{
  display: flex;
}

.tw-group:hover .group-hover\:tw-inline-flex{
  display: inline-flex;
}

.tw-group:hover .group-hover\:tw-table{
  display: table;
}

.tw-group:hover .group-hover\:tw-table-caption{
  display: table-caption;
}

.tw-group:hover .group-hover\:tw-table-cell{
  display: table-cell;
}

.tw-group:hover .group-hover\:tw-table-column{
  display: table-column;
}

.tw-group:hover .group-hover\:tw-table-column-group{
  display: table-column-group;
}

.tw-group:hover .group-hover\:tw-table-footer-group{
  display: table-footer-group;
}

.tw-group:hover .group-hover\:tw-table-header-group{
  display: table-header-group;
}

.tw-group:hover .group-hover\:tw-table-row-group{
  display: table-row-group;
}

.tw-group:hover .group-hover\:tw-table-row{
  display: table-row;
}

.tw-group:hover .group-hover\:tw-flow-root{
  display: flow-root;
}

.tw-group:hover .group-hover\:tw-grid{
  display: grid;
}

.tw-group:hover .group-hover\:tw-inline-grid{
  display: inline-grid;
}

.tw-group:hover .group-hover\:tw-contents{
  display: contents;
}

.tw-group:hover .group-hover\:tw-hidden{
  display: none;
}

.hover\:tw-block:hover{
  display: block;
}

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

.hover\:tw-inline:hover{
  display: inline;
}

.hover\:tw-flex:hover{
  display: flex;
}

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

.hover\:tw-table:hover{
  display: table;
}

.hover\:tw-table-caption:hover{
  display: table-caption;
}

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

.hover\:tw-table-column:hover{
  display: table-column;
}

.hover\:tw-table-column-group:hover{
  display: table-column-group;
}

.hover\:tw-table-footer-group:hover{
  display: table-footer-group;
}

.hover\:tw-table-header-group:hover{
  display: table-header-group;
}

.hover\:tw-table-row-group:hover{
  display: table-row-group;
}

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

.hover\:tw-flow-root:hover{
  display: flow-root;
}

.hover\:tw-grid:hover{
  display: grid;
}

.hover\:tw-inline-grid:hover{
  display: inline-grid;
}

.hover\:tw-contents:hover{
  display: contents;
}

.hover\:tw-hidden:hover{
  display: none;
}

.focus\:tw-block:focus{
  display: block;
}

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

.focus\:tw-inline:focus{
  display: inline;
}

.focus\:tw-flex:focus{
  display: flex;
}

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

.focus\:tw-table:focus{
  display: table;
}

.focus\:tw-table-caption:focus{
  display: table-caption;
}

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

.focus\:tw-table-column:focus{
  display: table-column;
}

.focus\:tw-table-column-group:focus{
  display: table-column-group;
}

.focus\:tw-table-footer-group:focus{
  display: table-footer-group;
}

.focus\:tw-table-header-group:focus{
  display: table-header-group;
}

.focus\:tw-table-row-group:focus{
  display: table-row-group;
}

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

.focus\:tw-flow-root:focus{
  display: flow-root;
}

.focus\:tw-grid:focus{
  display: grid;
}

.focus\:tw-inline-grid:focus{
  display: inline-grid;
}

.focus\:tw-contents:focus{
  display: contents;
}

.focus\:tw-hidden:focus{
  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-nowrap{
  flex-wrap: nowrap;
}

.tw-place-items-auto{
  place-items: auto;
}

.tw-place-items-start{
  place-items: start;
}

.tw-place-items-end{
  place-items: end;
}

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

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

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

.tw-place-content-start{
  place-content: start;
}

.tw-place-content-end{
  place-content: end;
}

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

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

.tw-place-content-evenly{
  place-content: space-evenly;
}

.tw-place-content-stretch{
  place-content: stretch;
}

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

.tw-place-self-start{
  place-self: start;
}

.tw-place-self-end{
  place-self: end;
}

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

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

.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-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-content-evenly{
  align-content: space-evenly;
}

.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-items-auto{
  justify-items: auto;
}

.tw-justify-items-start{
  justify-items: start;
}

.tw-justify-items-end{
  justify-items: end;
}

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

.tw-justify-items-stretch{
  justify-items: 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-justify-evenly{
  justify-content: space-evenly;
}

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

.tw-justify-self-start{
  justify-self: start;
}

.tw-justify-self-end{
  justify-self: end;
}

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

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

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

.tw-order-2{
  order: 2;
}

.tw-order-3{
  order: 3;
}

.tw-order-4{
  order: 4;
}

.tw-order-5{
  order: 5;
}

.tw-order-6{
  order: 6;
}

.tw-order-7{
  order: 7;
}

.tw-order-8{
  order: 8;
}

.tw-order-9{
  order: 9;
}

.tw-order-10{
  order: 10;
}

.tw-order-11{
  order: 11;
}

.tw-order-12{
  order: 12;
}

.tw-order-first{
  order: -9999;
}

.tw-order-last{
  order: 9999;
}

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

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

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

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

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

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

.tw-clear-both{
  clear: both;
}

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

.tw-font-sans{
  font-family: "Noto Sans", sans-serif;
}

.tw-font-serif{
  font-family: Georgia, Cambria;
}

.tw-font-mono{
  font-family: monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

.hover\:tw-font-extralight: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-thin:focus{
  font-weight: 100;
}

.focus\:tw-font-extralight: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;
}

.active\:tw-font-thin:active{
  font-weight: 100;
}

.active\:tw-font-extralight:active{
  font-weight: 200;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-h-7{
  height: 1.75rem;
}

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

.tw-h-9{
  height: 2.25rem;
}

.tw-h-10{
  height: 2.5rem;
}

.tw-h-11{
  height: 2.75rem;
}

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

.tw-h-13{
  height: 3.25rem;
}

.tw-h-14{
  height: 3.5rem;
}

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

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

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

.tw-h-28{
  height: 7rem;
}

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

.tw-h-36{
  height: 9rem;
}

.tw-h-40{
  height: 10rem;
}

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

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

.tw-h-52{
  height: 13rem;
}

.tw-h-56{
  height: 14rem;
}

.tw-h-60{
  height: 15rem;
}

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

.tw-h-72{
  height: 18rem;
}

.tw-h-80{
  height: 20rem;
}

.tw-h-96{
  height: 24rem;
}

.tw-h-128{
  height: 32rem;
}

.tw-h-152{
  height: 38rem;
}

.tw-h-176{
  height: 44rem;
}

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

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

.tw-h-0\.5{
  height: 0.125rem;
}

.tw-h-1\.5{
  height: 0.375rem;
}

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

.tw-h-3\.5{
  height: 0.875rem;
}

.tw-h-2\/3{
  height: 66.666667%;
}

.tw-h-3\/2{
  height: 150%;
}

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

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

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

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

.tw-h-1\/2{
  height: 50%;
}

.tw-h-1\/3{
  height: 33.333333%;
}

.tw-h-1\/4{
  height: 25%;
}

.tw-h-2\/4{
  height: 50%;
}

.tw-h-3\/4{
  height: 75%;
}

.tw-h-1\/5{
  height: 20%;
}

.tw-h-2\/5{
  height: 40%;
}

.tw-h-3\/5{
  height: 60%;
}

.tw-h-4\/5{
  height: 80%;
}

.tw-h-1\/6{
  height: 16.666667%;
}

.tw-h-2\/6{
  height: 33.333333%;
}

.tw-h-3\/6{
  height: 50%;
}

.tw-h-4\/6{
  height: 66.666667%;
}

.tw-h-5\/6{
  height: 83.333333%;
}

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

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

.tw-text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.tw-text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

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

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

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

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

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

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

.tw-text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}

.tw-text-7xl{
  font-size: 4.5rem;
  line-height: 1;
}

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

.tw-text-9xl{
  font-size: 8rem;
  line-height: 1;
}

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

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

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

.tw-leading-3{
  line-height: .75rem;
}

.tw-leading-4{
  line-height: 1rem;
}

.tw-leading-5{
  line-height: 1.25rem;
}

.tw-leading-6{
  line-height: 1.5rem;
}

.tw-leading-7{
  line-height: 1.75rem;
}

.tw-leading-8{
  line-height: 2rem;
}

.tw-leading-9{
  line-height: 2.25rem;
}

.tw-leading-10{
  line-height: 2.5rem;
}

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

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

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

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

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

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

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

.tw-m-7{
  margin: 1.75rem;
}

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

.tw-m-9{
  margin: 2.25rem;
}

.tw-m-10{
  margin: 2.5rem;
}

.tw-m-11{
  margin: 2.75rem;
}

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

.tw-m-13{
  margin: 3.25rem;
}

.tw-m-14{
  margin: 3.5rem;
}

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

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

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

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

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

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

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

.tw-m-44{
  margin: 11rem;
}

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

.tw-m-52{
  margin: 13rem;
}

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

.tw-m-60{
  margin: 15rem;
}

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

.tw-m-72{
  margin: 18rem;
}

.tw-m-80{
  margin: 20rem;
}

.tw-m-96{
  margin: 24rem;
}

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

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

.tw-m-0\.5{
  margin: 0.125rem;
}

.tw-m-1\.5{
  margin: 0.375rem;
}

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

.tw-m-3\.5{
  margin: 0.875rem;
}

.tw-m-2\/3{
  margin: 66.666%;
}

.tw-m-3\/2{
  margin: 150%;
}

.tw-m-square{
  margin: 100%;
}

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

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

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

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

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

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

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

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

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

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

.tw--m-7{
  margin: -1.75rem;
}

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

.tw--m-9{
  margin: -2.25rem;
}

.tw--m-10{
  margin: -2.5rem;
}

.tw--m-11{
  margin: -2.75rem;
}

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

.tw--m-13{
  margin: -3.25rem;
}

.tw--m-14{
  margin: -3.5rem;
}

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

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

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

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

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

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

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

.tw--m-44{
  margin: -11rem;
}

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

.tw--m-52{
  margin: -13rem;
}

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

.tw--m-60{
  margin: -15rem;
}

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

.tw--m-72{
  margin: -18rem;
}

.tw--m-80{
  margin: -20rem;
}

.tw--m-96{
  margin: -24rem;
}

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

.tw--m-0\.5{
  margin: -0.125rem;
}

.tw--m-1\.5{
  margin: -0.375rem;
}

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

.tw--m-3\.5{
  margin: -0.875rem;
}

.tw--m-2\/3{
  margin: -66.666%;
}

.tw--m-3\/2{
  margin: -150%;
}

.tw--m-square{
  margin: -100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-my-11{
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.tw-mx-11{
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

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

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

.tw-my-13{
  margin-top: 3.25rem;
  margin-bottom: 3.25rem;
}

.tw-mx-13{
  margin-left: 3.25rem;
  margin-right: 3.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-my-44{
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.tw-mx-44{
  margin-left: 11rem;
  margin-right: 11rem;
}

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

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

.tw-my-52{
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.tw-mx-52{
  margin-left: 13rem;
  margin-right: 13rem;
}

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

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

.tw-my-60{
  margin-top: 15rem;
  margin-bottom: 15rem;
}

.tw-mx-60{
  margin-left: 15rem;
  margin-right: 15rem;
}

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

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

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

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

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

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

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

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

.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-my-0\.5{
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.tw-mx-0\.5{
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.tw-my-1\.5{
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.tw-mx-1\.5{
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

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

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

.tw-my-3\.5{
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}

.tw-mx-3\.5{
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}

.tw-my-2\/3{
  margin-top: 66.666%;
  margin-bottom: 66.666%;
}

.tw-mx-2\/3{
  margin-left: 66.666%;
  margin-right: 66.666%;
}

.tw-my-3\/2{
  margin-top: 150%;
  margin-bottom: 150%;
}

.tw-mx-3\/2{
  margin-left: 150%;
  margin-right: 150%;
}

.tw-my-square{
  margin-top: 100%;
  margin-bottom: 100%;
}

.tw-mx-square{
  margin-left: 100%;
  margin-right: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw--my-11{
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}

.tw--mx-11{
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}

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

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

.tw--my-13{
  margin-top: -3.25rem;
  margin-bottom: -3.25rem;
}

.tw--mx-13{
  margin-left: -3.25rem;
  margin-right: -3.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw--my-44{
  margin-top: -11rem;
  margin-bottom: -11rem;
}

.tw--mx-44{
  margin-left: -11rem;
  margin-right: -11rem;
}

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

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

.tw--my-52{
  margin-top: -13rem;
  margin-bottom: -13rem;
}

.tw--mx-52{
  margin-left: -13rem;
  margin-right: -13rem;
}

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

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

.tw--my-60{
  margin-top: -15rem;
  margin-bottom: -15rem;
}

.tw--mx-60{
  margin-left: -15rem;
  margin-right: -15rem;
}

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

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

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

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

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

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

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

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

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

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

.tw--my-0\.5{
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
}

.tw--mx-0\.5{
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}

.tw--my-1\.5{
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}

.tw--mx-1\.5{
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

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

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

.tw--my-3\.5{
  margin-top: -0.875rem;
  margin-bottom: -0.875rem;
}

.tw--mx-3\.5{
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}

.tw--my-2\/3{
  margin-top: -66.666%;
  margin-bottom: -66.666%;
}

.tw--mx-2\/3{
  margin-left: -66.666%;
  margin-right: -66.666%;
}

.tw--my-3\/2{
  margin-top: -150%;
  margin-bottom: -150%;
}

.tw--mx-3\/2{
  margin-left: -150%;
  margin-right: -150%;
}

.tw--my-square{
  margin-top: -100%;
  margin-bottom: -100%;
}

.tw--mx-square{
  margin-left: -100%;
  margin-right: -100%;
}

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

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

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

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

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

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

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

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

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

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

.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-3{
  margin-top: 0.75rem;
}

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

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

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

.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-5{
  margin-top: 1.25rem;
}

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

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

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

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

.tw-mr-7{
  margin-right: 1.75rem;
}

.tw-mb-7{
  margin-bottom: 1.75rem;
}

.tw-ml-7{
  margin-left: 1.75rem;
}

.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-9{
  margin-top: 2.25rem;
}

.tw-mr-9{
  margin-right: 2.25rem;
}

.tw-mb-9{
  margin-bottom: 2.25rem;
}

.tw-ml-9{
  margin-left: 2.25rem;
}

.tw-mt-10{
  margin-top: 2.5rem;
}

.tw-mr-10{
  margin-right: 2.5rem;
}

.tw-mb-10{
  margin-bottom: 2.5rem;
}

.tw-ml-10{
  margin-left: 2.5rem;
}

.tw-mt-11{
  margin-top: 2.75rem;
}

.tw-mr-11{
  margin-right: 2.75rem;
}

.tw-mb-11{
  margin-bottom: 2.75rem;
}

.tw-ml-11{
  margin-left: 2.75rem;
}

.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-13{
  margin-top: 3.25rem;
}

.tw-mr-13{
  margin-right: 3.25rem;
}

.tw-mb-13{
  margin-bottom: 3.25rem;
}

.tw-ml-13{
  margin-left: 3.25rem;
}

.tw-mt-14{
  margin-top: 3.5rem;
}

.tw-mr-14{
  margin-right: 3.5rem;
}

.tw-mb-14{
  margin-bottom: 3.5rem;
}

.tw-ml-14{
  margin-left: 3.5rem;
}

.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-20{
  margin-top: 5rem;
}

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

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

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

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

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

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

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

.tw-mt-28{
  margin-top: 7rem;
}

.tw-mr-28{
  margin-right: 7rem;
}

.tw-mb-28{
  margin-bottom: 7rem;
}

.tw-ml-28{
  margin-left: 7rem;
}

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

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

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

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

.tw-mt-36{
  margin-top: 9rem;
}

.tw-mr-36{
  margin-right: 9rem;
}

.tw-mb-36{
  margin-bottom: 9rem;
}

.tw-ml-36{
  margin-left: 9rem;
}

.tw-mt-40{
  margin-top: 10rem;
}

.tw-mr-40{
  margin-right: 10rem;
}

.tw-mb-40{
  margin-bottom: 10rem;
}

.tw-ml-40{
  margin-left: 10rem;
}

.tw-mt-44{
  margin-top: 11rem;
}

.tw-mr-44{
  margin-right: 11rem;
}

.tw-mb-44{
  margin-bottom: 11rem;
}

.tw-ml-44{
  margin-left: 11rem;
}

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

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

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

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

.tw-mt-52{
  margin-top: 13rem;
}

.tw-mr-52{
  margin-right: 13rem;
}

.tw-mb-52{
  margin-bottom: 13rem;
}

.tw-ml-52{
  margin-left: 13rem;
}

.tw-mt-56{
  margin-top: 14rem;
}

.tw-mr-56{
  margin-right: 14rem;
}

.tw-mb-56{
  margin-bottom: 14rem;
}

.tw-ml-56{
  margin-left: 14rem;
}

.tw-mt-60{
  margin-top: 15rem;
}

.tw-mr-60{
  margin-right: 15rem;
}

.tw-mb-60{
  margin-bottom: 15rem;
}

.tw-ml-60{
  margin-left: 15rem;
}

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

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

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

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

.tw-mt-72{
  margin-top: 18rem;
}

.tw-mr-72{
  margin-right: 18rem;
}

.tw-mb-72{
  margin-bottom: 18rem;
}

.tw-ml-72{
  margin-left: 18rem;
}

.tw-mt-80{
  margin-top: 20rem;
}

.tw-mr-80{
  margin-right: 20rem;
}

.tw-mb-80{
  margin-bottom: 20rem;
}

.tw-ml-80{
  margin-left: 20rem;
}

.tw-mt-96{
  margin-top: 24rem;
}

.tw-mr-96{
  margin-right: 24rem;
}

.tw-mb-96{
  margin-bottom: 24rem;
}

.tw-ml-96{
  margin-left: 24rem;
}

.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-mt-0\.5{
  margin-top: 0.125rem;
}

.tw-mr-0\.5{
  margin-right: 0.125rem;
}

.tw-mb-0\.5{
  margin-bottom: 0.125rem;
}

.tw-ml-0\.5{
  margin-left: 0.125rem;
}

.tw-mt-1\.5{
  margin-top: 0.375rem;
}

.tw-mr-1\.5{
  margin-right: 0.375rem;
}

.tw-mb-1\.5{
  margin-bottom: 0.375rem;
}

.tw-ml-1\.5{
  margin-left: 0.375rem;
}

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

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

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

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

.tw-mt-3\.5{
  margin-top: 0.875rem;
}

.tw-mr-3\.5{
  margin-right: 0.875rem;
}

.tw-mb-3\.5{
  margin-bottom: 0.875rem;
}

.tw-ml-3\.5{
  margin-left: 0.875rem;
}

.tw-mt-2\/3{
  margin-top: 66.666%;
}

.tw-mr-2\/3{
  margin-right: 66.666%;
}

.tw-mb-2\/3{
  margin-bottom: 66.666%;
}

.tw-ml-2\/3{
  margin-left: 66.666%;
}

.tw-mt-3\/2{
  margin-top: 150%;
}

.tw-mr-3\/2{
  margin-right: 150%;
}

.tw-mb-3\/2{
  margin-bottom: 150%;
}

.tw-ml-3\/2{
  margin-left: 150%;
}

.tw-mt-square{
  margin-top: 100%;
}

.tw-mr-square{
  margin-right: 100%;
}

.tw-mb-square{
  margin-bottom: 100%;
}

.tw-ml-square{
  margin-left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-3{
  margin-top: -0.75rem;
}

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

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

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

.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-5{
  margin-top: -1.25rem;
}

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

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

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

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

.tw--mr-7{
  margin-right: -1.75rem;
}

.tw--mb-7{
  margin-bottom: -1.75rem;
}

.tw--ml-7{
  margin-left: -1.75rem;
}

.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-9{
  margin-top: -2.25rem;
}

.tw--mr-9{
  margin-right: -2.25rem;
}

.tw--mb-9{
  margin-bottom: -2.25rem;
}

.tw--ml-9{
  margin-left: -2.25rem;
}

.tw--mt-10{
  margin-top: -2.5rem;
}

.tw--mr-10{
  margin-right: -2.5rem;
}

.tw--mb-10{
  margin-bottom: -2.5rem;
}

.tw--ml-10{
  margin-left: -2.5rem;
}

.tw--mt-11{
  margin-top: -2.75rem;
}

.tw--mr-11{
  margin-right: -2.75rem;
}

.tw--mb-11{
  margin-bottom: -2.75rem;
}

.tw--ml-11{
  margin-left: -2.75rem;
}

.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-13{
  margin-top: -3.25rem;
}

.tw--mr-13{
  margin-right: -3.25rem;
}

.tw--mb-13{
  margin-bottom: -3.25rem;
}

.tw--ml-13{
  margin-left: -3.25rem;
}

.tw--mt-14{
  margin-top: -3.5rem;
}

.tw--mr-14{
  margin-right: -3.5rem;
}

.tw--mb-14{
  margin-bottom: -3.5rem;
}

.tw--ml-14{
  margin-left: -3.5rem;
}

.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-20{
  margin-top: -5rem;
}

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

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

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

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

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

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

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

.tw--mt-28{
  margin-top: -7rem;
}

.tw--mr-28{
  margin-right: -7rem;
}

.tw--mb-28{
  margin-bottom: -7rem;
}

.tw--ml-28{
  margin-left: -7rem;
}

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

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

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

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

.tw--mt-36{
  margin-top: -9rem;
}

.tw--mr-36{
  margin-right: -9rem;
}

.tw--mb-36{
  margin-bottom: -9rem;
}

.tw--ml-36{
  margin-left: -9rem;
}

.tw--mt-40{
  margin-top: -10rem;
}

.tw--mr-40{
  margin-right: -10rem;
}

.tw--mb-40{
  margin-bottom: -10rem;
}

.tw--ml-40{
  margin-left: -10rem;
}

.tw--mt-44{
  margin-top: -11rem;
}

.tw--mr-44{
  margin-right: -11rem;
}

.tw--mb-44{
  margin-bottom: -11rem;
}

.tw--ml-44{
  margin-left: -11rem;
}

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

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

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

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

.tw--mt-52{
  margin-top: -13rem;
}

.tw--mr-52{
  margin-right: -13rem;
}

.tw--mb-52{
  margin-bottom: -13rem;
}

.tw--ml-52{
  margin-left: -13rem;
}

.tw--mt-56{
  margin-top: -14rem;
}

.tw--mr-56{
  margin-right: -14rem;
}

.tw--mb-56{
  margin-bottom: -14rem;
}

.tw--ml-56{
  margin-left: -14rem;
}

.tw--mt-60{
  margin-top: -15rem;
}

.tw--mr-60{
  margin-right: -15rem;
}

.tw--mb-60{
  margin-bottom: -15rem;
}

.tw--ml-60{
  margin-left: -15rem;
}

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

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

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

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

.tw--mt-72{
  margin-top: -18rem;
}

.tw--mr-72{
  margin-right: -18rem;
}

.tw--mb-72{
  margin-bottom: -18rem;
}

.tw--ml-72{
  margin-left: -18rem;
}

.tw--mt-80{
  margin-top: -20rem;
}

.tw--mr-80{
  margin-right: -20rem;
}

.tw--mb-80{
  margin-bottom: -20rem;
}

.tw--ml-80{
  margin-left: -20rem;
}

.tw--mt-96{
  margin-top: -24rem;
}

.tw--mr-96{
  margin-right: -24rem;
}

.tw--mb-96{
  margin-bottom: -24rem;
}

.tw--ml-96{
  margin-left: -24rem;
}

.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--mt-0\.5{
  margin-top: -0.125rem;
}

.tw--mr-0\.5{
  margin-right: -0.125rem;
}

.tw--mb-0\.5{
  margin-bottom: -0.125rem;
}

.tw--ml-0\.5{
  margin-left: -0.125rem;
}

.tw--mt-1\.5{
  margin-top: -0.375rem;
}

.tw--mr-1\.5{
  margin-right: -0.375rem;
}

.tw--mb-1\.5{
  margin-bottom: -0.375rem;
}

.tw--ml-1\.5{
  margin-left: -0.375rem;
}

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

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

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

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

.tw--mt-3\.5{
  margin-top: -0.875rem;
}

.tw--mr-3\.5{
  margin-right: -0.875rem;
}

.tw--mb-3\.5{
  margin-bottom: -0.875rem;
}

.tw--ml-3\.5{
  margin-left: -0.875rem;
}

.tw--mt-2\/3{
  margin-top: -66.666%;
}

.tw--mr-2\/3{
  margin-right: -66.666%;
}

.tw--mb-2\/3{
  margin-bottom: -66.666%;
}

.tw--ml-2\/3{
  margin-left: -66.666%;
}

.tw--mt-3\/2{
  margin-top: -150%;
}

.tw--mr-3\/2{
  margin-right: -150%;
}

.tw--mb-3\/2{
  margin-bottom: -150%;
}

.tw--ml-3\/2{
  margin-left: -150%;
}

.tw--mt-square{
  margin-top: -100%;
}

.tw--mr-square{
  margin-right: -100%;
}

.tw--mb-square{
  margin-bottom: -100%;
}

.tw--ml-square{
  margin-left: -100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-max-h-1{
  max-height: 0.25rem;
}

.tw-max-h-2{
  max-height: 0.5rem;
}

.tw-max-h-3{
  max-height: 0.75rem;
}

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

.tw-max-h-5{
  max-height: 1.25rem;
}

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

.tw-max-h-7{
  max-height: 1.75rem;
}

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

.tw-max-h-9{
  max-height: 2.25rem;
}

.tw-max-h-10{
  max-height: 2.5rem;
}

.tw-max-h-11{
  max-height: 2.75rem;
}

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

.tw-max-h-13{
  max-height: 3.25rem;
}

.tw-max-h-14{
  max-height: 3.5rem;
}

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

.tw-max-h-20{
  max-height: 5rem;
}

.tw-max-h-24{
  max-height: 6rem;
}

.tw-max-h-28{
  max-height: 7rem;
}

.tw-max-h-32{
  max-height: 8rem;
}

.tw-max-h-36{
  max-height: 9rem;
}

.tw-max-h-40{
  max-height: 10rem;
}

.tw-max-h-44{
  max-height: 11rem;
}

.tw-max-h-48{
  max-height: 12rem;
}

.tw-max-h-52{
  max-height: 13rem;
}

.tw-max-h-56{
  max-height: 14rem;
}

.tw-max-h-60{
  max-height: 15rem;
}

.tw-max-h-64{
  max-height: 16rem;
}

.tw-max-h-72{
  max-height: 18rem;
}

.tw-max-h-80{
  max-height: 20rem;
}

.tw-max-h-96{
  max-height: 24rem;
}

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

.tw-max-h-0\.5{
  max-height: 0.125rem;
}

.tw-max-h-1\.5{
  max-height: 0.375rem;
}

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

.tw-max-h-3\.5{
  max-height: 0.875rem;
}

.tw-max-h-2\/3{
  max-height: 66.666%;
}

.tw-max-h-3\/2{
  max-height: 150%;
}

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

.tw-max-h-58px{
  max-height: 58px;
}

.tw-max-h-63px{
  max-height: 63px;
}

.tw-max-h-73px{
  max-height: 73.px;
}

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

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

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

.tw-max-w-300{
  max-width: 300px;
}

.tw-max-w-400{
  max-width: 400px;
}

.tw-max-w-800{
  max-width: 800px;
}

.tw-max-w-1000{
  max-width: 1000px;
}

.tw-max-w-none{
  max-width: none;
}

.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-7xl{
  max-width: 80rem;
}

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

.tw-max-w-min{
  max-width: min-content;
}

.tw-max-w-max{
  max-width: max-content;
}

.tw-max-w-prose{
  max-width: 65ch;
}

.tw-max-w-screen-sm{
  max-width: 576px;
}

.tw-max-w-screen-md{
  max-width: 768px;
}

.tw-max-w-screen-lg{
  max-width: 1024px;
}

.tw-max-w-screen-xl{
  max-width: 1366px;
}

.tw-max-w-screen-2xl{
  max-width: 1440px;
}

.tw-max-w-screen-3xl{
  max-width: 1600px;
}

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

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

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

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

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

.tw-min-w-50{
  min-width: 50px;
}

.tw-min-w-75{
  min-width: 75px;
}

.tw-min-w-96{
  min-width: 24rem;
}

.tw-min-w-100{
  min-width: 100px;
}

.tw-min-w-200{
  min-width: 200px;
}

.tw-min-w-300{
  min-width: 300px;
}

.tw-min-w-600{
  min-width: 600px;
}

.tw-min-w-800{
  min-width: 800px;
}

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

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

.tw-min-w-max{
  min-width: max-content;
}

.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-opacity-0{
  opacity: 0;
}

.tw-opacity-5{
  opacity: 0.05;
}

.tw-opacity-10{
  opacity: 0.1;
}

.tw-opacity-20{
  opacity: 0.2;
}

.tw-opacity-25{
  opacity: 0.25;
}

.tw-opacity-30{
  opacity: 0.3;
}

.tw-opacity-40{
  opacity: 0.4;
}

.tw-opacity-50{
  opacity: 0.5;
}

.tw-opacity-60{
  opacity: 0.6;
}

.tw-opacity-70{
  opacity: 0.7;
}

.tw-opacity-75{
  opacity: 0.75;
}

.tw-opacity-80{
  opacity: 0.8;
}

.tw-opacity-90{
  opacity: 0.9;
}

.tw-opacity-95{
  opacity: 0.95;
}

.tw-opacity-100{
  opacity: 1;
}

.tw-group:hover .group-hover\:tw-opacity-0{
  opacity: 0;
}

.tw-group:hover .group-hover\:tw-opacity-5{
  opacity: 0.05;
}

.tw-group:hover .group-hover\:tw-opacity-10{
  opacity: 0.1;
}

.tw-group:hover .group-hover\:tw-opacity-20{
  opacity: 0.2;
}

.tw-group:hover .group-hover\:tw-opacity-25{
  opacity: 0.25;
}

.tw-group:hover .group-hover\:tw-opacity-30{
  opacity: 0.3;
}

.tw-group:hover .group-hover\:tw-opacity-40{
  opacity: 0.4;
}

.tw-group:hover .group-hover\:tw-opacity-50{
  opacity: 0.5;
}

.tw-group:hover .group-hover\:tw-opacity-60{
  opacity: 0.6;
}

.tw-group:hover .group-hover\:tw-opacity-70{
  opacity: 0.7;
}

.tw-group:hover .group-hover\:tw-opacity-75{
  opacity: 0.75;
}

.tw-group:hover .group-hover\:tw-opacity-80{
  opacity: 0.8;
}

.tw-group:hover .group-hover\:tw-opacity-90{
  opacity: 0.9;
}

.tw-group:hover .group-hover\:tw-opacity-95{
  opacity: 0.95;
}

.tw-group:hover .group-hover\:tw-opacity-100{
  opacity: 1;
}

.focus-within\:tw-opacity-0:focus-within{
  opacity: 0;
}

.focus-within\:tw-opacity-5:focus-within{
  opacity: 0.05;
}

.focus-within\:tw-opacity-10:focus-within{
  opacity: 0.1;
}

.focus-within\:tw-opacity-20:focus-within{
  opacity: 0.2;
}

.focus-within\:tw-opacity-25:focus-within{
  opacity: 0.25;
}

.focus-within\:tw-opacity-30:focus-within{
  opacity: 0.3;
}

.focus-within\:tw-opacity-40:focus-within{
  opacity: 0.4;
}

.focus-within\:tw-opacity-50:focus-within{
  opacity: 0.5;
}

.focus-within\:tw-opacity-60:focus-within{
  opacity: 0.6;
}

.focus-within\:tw-opacity-70:focus-within{
  opacity: 0.7;
}

.focus-within\:tw-opacity-75:focus-within{
  opacity: 0.75;
}

.focus-within\:tw-opacity-80:focus-within{
  opacity: 0.8;
}

.focus-within\:tw-opacity-90:focus-within{
  opacity: 0.9;
}

.focus-within\:tw-opacity-95:focus-within{
  opacity: 0.95;
}

.focus-within\:tw-opacity-100:focus-within{
  opacity: 1;
}

.hover\:tw-opacity-0:hover{
  opacity: 0;
}

.hover\:tw-opacity-5:hover{
  opacity: 0.05;
}

.hover\:tw-opacity-10:hover{
  opacity: 0.1;
}

.hover\:tw-opacity-20:hover{
  opacity: 0.2;
}

.hover\:tw-opacity-25:hover{
  opacity: 0.25;
}

.hover\:tw-opacity-30:hover{
  opacity: 0.3;
}

.hover\:tw-opacity-40:hover{
  opacity: 0.4;
}

.hover\:tw-opacity-50:hover{
  opacity: 0.5;
}

.hover\:tw-opacity-60:hover{
  opacity: 0.6;
}

.hover\:tw-opacity-70:hover{
  opacity: 0.7;
}

.hover\:tw-opacity-75:hover{
  opacity: 0.75;
}

.hover\:tw-opacity-80:hover{
  opacity: 0.8;
}

.hover\:tw-opacity-90:hover{
  opacity: 0.9;
}

.hover\:tw-opacity-95:hover{
  opacity: 0.95;
}

.hover\:tw-opacity-100:hover{
  opacity: 1;
}

.focus\:tw-opacity-0:focus{
  opacity: 0;
}

.focus\:tw-opacity-5:focus{
  opacity: 0.05;
}

.focus\:tw-opacity-10:focus{
  opacity: 0.1;
}

.focus\:tw-opacity-20:focus{
  opacity: 0.2;
}

.focus\:tw-opacity-25:focus{
  opacity: 0.25;
}

.focus\:tw-opacity-30:focus{
  opacity: 0.3;
}

.focus\:tw-opacity-40:focus{
  opacity: 0.4;
}

.focus\:tw-opacity-50:focus{
  opacity: 0.5;
}

.focus\:tw-opacity-60:focus{
  opacity: 0.6;
}

.focus\:tw-opacity-70:focus{
  opacity: 0.7;
}

.focus\:tw-opacity-75:focus{
  opacity: 0.75;
}

.focus\:tw-opacity-80:focus{
  opacity: 0.8;
}

.focus\:tw-opacity-90:focus{
  opacity: 0.9;
}

.focus\:tw-opacity-95:focus{
  opacity: 0.95;
}

.focus\:tw-opacity-100:focus{
  opacity: 1;
}

.tw-outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.tw-outline-white{
  outline: 2px dotted white;
  outline-offset: 2px;
}

.tw-outline-black{
  outline: 2px dotted black;
  outline-offset: 2px;
}

.focus-within\:tw-outline-none:focus-within{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-within\:tw-outline-white:focus-within{
  outline: 2px dotted white;
  outline-offset: 2px;
}

.focus-within\:tw-outline-black:focus-within{
  outline: 2px dotted black;
  outline-offset: 2px;
}

.focus\:tw-outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:tw-outline-white:focus{
  outline: 2px dotted white;
  outline-offset: 2px;
}

.focus\:tw-outline-black:focus{
  outline: 2px dotted black;
  outline-offset: 2px;
}

.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-overscroll-auto{
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

.tw-overscroll-contain{
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.tw-overscroll-none{
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.tw-overscroll-y-auto{
  overscroll-behavior-y: auto;
}

.tw-overscroll-y-contain{
  overscroll-behavior-y: contain;
}

.tw-overscroll-y-none{
  overscroll-behavior-y: none;
}

.tw-overscroll-x-auto{
  overscroll-behavior-x: auto;
}

.tw-overscroll-x-contain{
  overscroll-behavior-x: contain;
}

.tw-overscroll-x-none{
  overscroll-behavior-x: none;
}

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

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

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

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

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

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

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

.tw-p-7{
  padding: 1.75rem;
}

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

.tw-p-9{
  padding: 2.25rem;
}

.tw-p-10{
  padding: 2.5rem;
}

.tw-p-11{
  padding: 2.75rem;
}

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

.tw-p-13{
  padding: 3.25rem;
}

.tw-p-14{
  padding: 3.5rem;
}

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

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

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

.tw-p-28{
  padding: 7rem;
}

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

.tw-p-36{
  padding: 9rem;
}

.tw-p-40{
  padding: 10rem;
}

.tw-p-44{
  padding: 11rem;
}

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

.tw-p-52{
  padding: 13rem;
}

.tw-p-56{
  padding: 14rem;
}

.tw-p-60{
  padding: 15rem;
}

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

.tw-p-72{
  padding: 18rem;
}

.tw-p-80{
  padding: 20rem;
}

.tw-p-96{
  padding: 24rem;
}

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

.tw-p-0\.5{
  padding: 0.125rem;
}

.tw-p-1\.5{
  padding: 0.375rem;
}

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

.tw-p-3\.5{
  padding: 0.875rem;
}

.tw-p-2\/3{
  padding: 66.666%;
}

.tw-p-3\/2{
  padding: 150%;
}

.tw-p-square{
  padding: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.tw-px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

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

.tw-py-9{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.tw-px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.tw-py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.tw-px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.tw-py-11{
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.tw-px-11{
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

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

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

.tw-py-13{
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}

.tw-px-13{
  padding-left: 3.25rem;
  padding-right: 3.25rem;
}

.tw-py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.tw-px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

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

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

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

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

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

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

.tw-py-28{
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.tw-px-28{
  padding-left: 7rem;
  padding-right: 7rem;
}

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

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

.tw-py-36{
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.tw-px-36{
  padding-left: 9rem;
  padding-right: 9rem;
}

.tw-py-40{
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.tw-px-40{
  padding-left: 10rem;
  padding-right: 10rem;
}

.tw-py-44{
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.tw-px-44{
  padding-left: 11rem;
  padding-right: 11rem;
}

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

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

.tw-py-52{
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.tw-px-52{
  padding-left: 13rem;
  padding-right: 13rem;
}

.tw-py-56{
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.tw-px-56{
  padding-left: 14rem;
  padding-right: 14rem;
}

.tw-py-60{
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.tw-px-60{
  padding-left: 15rem;
  padding-right: 15rem;
}

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

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

.tw-py-72{
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.tw-px-72{
  padding-left: 18rem;
  padding-right: 18rem;
}

.tw-py-80{
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.tw-px-80{
  padding-left: 20rem;
  padding-right: 20rem;
}

.tw-py-96{
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.tw-px-96{
  padding-left: 24rem;
  padding-right: 24rem;
}

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

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

.tw-py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.tw-px-0\.5{
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.tw-py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.tw-px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

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

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

.tw-py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.tw-px-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.tw-py-2\/3{
  padding-top: 66.666%;
  padding-bottom: 66.666%;
}

.tw-px-2\/3{
  padding-left: 66.666%;
  padding-right: 66.666%;
}

.tw-py-3\/2{
  padding-top: 150%;
  padding-bottom: 150%;
}

.tw-px-3\/2{
  padding-left: 150%;
  padding-right: 150%;
}

.tw-py-square{
  padding-top: 100%;
  padding-bottom: 100%;
}

.tw-px-square{
  padding-left: 100%;
  padding-right: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-5{
  padding-top: 1.25rem;
}

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

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

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

.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-7{
  padding-top: 1.75rem;
}

.tw-pr-7{
  padding-right: 1.75rem;
}

.tw-pb-7{
  padding-bottom: 1.75rem;
}

.tw-pl-7{
  padding-left: 1.75rem;
}

.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-9{
  padding-top: 2.25rem;
}

.tw-pr-9{
  padding-right: 2.25rem;
}

.tw-pb-9{
  padding-bottom: 2.25rem;
}

.tw-pl-9{
  padding-left: 2.25rem;
}

.tw-pt-10{
  padding-top: 2.5rem;
}

.tw-pr-10{
  padding-right: 2.5rem;
}

.tw-pb-10{
  padding-bottom: 2.5rem;
}

.tw-pl-10{
  padding-left: 2.5rem;
}

.tw-pt-11{
  padding-top: 2.75rem;
}

.tw-pr-11{
  padding-right: 2.75rem;
}

.tw-pb-11{
  padding-bottom: 2.75rem;
}

.tw-pl-11{
  padding-left: 2.75rem;
}

.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-13{
  padding-top: 3.25rem;
}

.tw-pr-13{
  padding-right: 3.25rem;
}

.tw-pb-13{
  padding-bottom: 3.25rem;
}

.tw-pl-13{
  padding-left: 3.25rem;
}

.tw-pt-14{
  padding-top: 3.5rem;
}

.tw-pr-14{
  padding-right: 3.5rem;
}

.tw-pb-14{
  padding-bottom: 3.5rem;
}

.tw-pl-14{
  padding-left: 3.5rem;
}

.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-20{
  padding-top: 5rem;
}

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

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

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

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

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

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

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

.tw-pt-28{
  padding-top: 7rem;
}

.tw-pr-28{
  padding-right: 7rem;
}

.tw-pb-28{
  padding-bottom: 7rem;
}

.tw-pl-28{
  padding-left: 7rem;
}

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

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

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

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

.tw-pt-36{
  padding-top: 9rem;
}

.tw-pr-36{
  padding-right: 9rem;
}

.tw-pb-36{
  padding-bottom: 9rem;
}

.tw-pl-36{
  padding-left: 9rem;
}

.tw-pt-40{
  padding-top: 10rem;
}

.tw-pr-40{
  padding-right: 10rem;
}

.tw-pb-40{
  padding-bottom: 10rem;
}

.tw-pl-40{
  padding-left: 10rem;
}

.tw-pt-44{
  padding-top: 11rem;
}

.tw-pr-44{
  padding-right: 11rem;
}

.tw-pb-44{
  padding-bottom: 11rem;
}

.tw-pl-44{
  padding-left: 11rem;
}

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

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

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

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

.tw-pt-52{
  padding-top: 13rem;
}

.tw-pr-52{
  padding-right: 13rem;
}

.tw-pb-52{
  padding-bottom: 13rem;
}

.tw-pl-52{
  padding-left: 13rem;
}

.tw-pt-56{
  padding-top: 14rem;
}

.tw-pr-56{
  padding-right: 14rem;
}

.tw-pb-56{
  padding-bottom: 14rem;
}

.tw-pl-56{
  padding-left: 14rem;
}

.tw-pt-60{
  padding-top: 15rem;
}

.tw-pr-60{
  padding-right: 15rem;
}

.tw-pb-60{
  padding-bottom: 15rem;
}

.tw-pl-60{
  padding-left: 15rem;
}

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

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

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

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

.tw-pt-72{
  padding-top: 18rem;
}

.tw-pr-72{
  padding-right: 18rem;
}

.tw-pb-72{
  padding-bottom: 18rem;
}

.tw-pl-72{
  padding-left: 18rem;
}

.tw-pt-80{
  padding-top: 20rem;
}

.tw-pr-80{
  padding-right: 20rem;
}

.tw-pb-80{
  padding-bottom: 20rem;
}

.tw-pl-80{
  padding-left: 20rem;
}

.tw-pt-96{
  padding-top: 24rem;
}

.tw-pr-96{
  padding-right: 24rem;
}

.tw-pb-96{
  padding-bottom: 24rem;
}

.tw-pl-96{
  padding-left: 24rem;
}

.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-pt-0\.5{
  padding-top: 0.125rem;
}

.tw-pr-0\.5{
  padding-right: 0.125rem;
}

.tw-pb-0\.5{
  padding-bottom: 0.125rem;
}

.tw-pl-0\.5{
  padding-left: 0.125rem;
}

.tw-pt-1\.5{
  padding-top: 0.375rem;
}

.tw-pr-1\.5{
  padding-right: 0.375rem;
}

.tw-pb-1\.5{
  padding-bottom: 0.375rem;
}

.tw-pl-1\.5{
  padding-left: 0.375rem;
}

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

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

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

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

.tw-pt-3\.5{
  padding-top: 0.875rem;
}

.tw-pr-3\.5{
  padding-right: 0.875rem;
}

.tw-pb-3\.5{
  padding-bottom: 0.875rem;
}

.tw-pl-3\.5{
  padding-left: 0.875rem;
}

.tw-pt-2\/3{
  padding-top: 66.666%;
}

.tw-pr-2\/3{
  padding-right: 66.666%;
}

.tw-pb-2\/3{
  padding-bottom: 66.666%;
}

.tw-pl-2\/3{
  padding-left: 66.666%;
}

.tw-pt-3\/2{
  padding-top: 150%;
}

.tw-pr-3\/2{
  padding-right: 150%;
}

.tw-pb-3\/2{
  padding-bottom: 150%;
}

.tw-pl-3\/2{
  padding-left: 150%;
}

.tw-pt-square{
  padding-top: 100%;
}

.tw-pr-square{
  padding-right: 100%;
}

.tw-pb-square{
  padding-bottom: 100%;
}

.tw-pl-square{
  padding-left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.tw-placeholder-brand-orange:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
}

.tw-placeholder-brand-orange::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
}

.tw-placeholder-brand-orange-dark:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
}

.tw-placeholder-brand-orange-dark::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
}

.tw-placeholder-brand-orange-light:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
}

.tw-placeholder-brand-orange-light::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
}

.tw-placeholder-brand-blue:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
}

.tw-placeholder-brand-blue::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
}

.tw-placeholder-brand-blue-dark:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
}

.tw-placeholder-brand-blue-dark::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
}

.tw-placeholder-brand-blue-light:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
}

.tw-placeholder-brand-blue-light::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
}

.tw-placeholder-brand-yellow:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(228, 182, 32, var(--tw-placeholder-opacity));
}

.tw-placeholder-brand-yellow::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(228, 182, 32, var(--tw-placeholder-opacity));
}

.tw-placeholder-brand-green:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(141, 192, 85, var(--tw-placeholder-opacity));
}

.tw-placeholder-brand-green::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(141, 192, 85, var(--tw-placeholder-opacity));
}

.tw-placeholder-brand-pink:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(201, 69, 120, var(--tw-placeholder-opacity));
}

.tw-placeholder-brand-pink::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(201, 69, 120, var(--tw-placeholder-opacity));
}

.tw-placeholder-brand-red:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(187, 0, 52, var(--tw-placeholder-opacity));
}

.tw-placeholder-brand-red::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(187, 0, 52, var(--tw-placeholder-opacity));
}

.tw-placeholder-brand-turquesa:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(60, 180, 151, var(--tw-placeholder-opacity));
}

.tw-placeholder-brand-turquesa::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(60, 180, 151, var(--tw-placeholder-opacity));
}

.tw-placeholder-gray-lighter:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.tw-placeholder-gray-lighter::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.tw-placeholder-gray-light:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
}

.tw-placeholder-gray-light::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
}

.tw-placeholder-gray-dark:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
}

.tw-placeholder-gray-dark::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
}

.tw-placeholder-gray-darker:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
}

.tw-placeholder-gray-darker::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
}

.tw-placeholder-gray-medium:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(118, 118, 118, var(--tw-placeholder-opacity));
}

.tw-placeholder-gray-medium::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(118, 118, 118, var(--tw-placeholder-opacity));
}

.tw-placeholder-gray-mid:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(147, 147, 147, var(--tw-placeholder-opacity));
}

.tw-placeholder-gray-mid::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(147, 147, 147, var(--tw-placeholder-opacity));
}

.tw-placeholder-black:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.tw-placeholder-black::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.tw-placeholder-primary:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
}

.tw-placeholder-primary::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
}

.tw-placeholder-primary-dark:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
}

.tw-placeholder-primary-dark::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
}

.tw-placeholder-primary-light:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
}

.tw-placeholder-primary-light::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
}

.tw-placeholder-secondary:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
}

.tw-placeholder-secondary::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
}

.tw-placeholder-secondary-dark:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
}

.tw-placeholder-secondary-dark::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
}

.tw-placeholder-secondary-light:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
}

.tw-placeholder-secondary-light::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
}

.tw-placeholder-white:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.tw-placeholder-white::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.tw-placeholder-hyperlinks:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(16, 106, 163, var(--tw-placeholder-opacity));
}

.tw-placeholder-hyperlinks::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(16, 106, 163, var(--tw-placeholder-opacity));
}

.tw-placeholder-hyperlinks-visited:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(127, 31, 125, var(--tw-placeholder-opacity));
}

.tw-placeholder-hyperlinks-visited::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(127, 31, 125, var(--tw-placeholder-opacity));
}

.tw-placeholder-transparent:-ms-input-placeholder{
  color: transparent;
}

.tw-placeholder-transparent::placeholder{
  color: transparent;
}

.focus\:tw-placeholder-brand-orange:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
}

.focus\:tw-placeholder-brand-orange:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
}

.focus\:tw-placeholder-brand-orange-dark:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
}

.focus\:tw-placeholder-brand-orange-dark:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
}

.focus\:tw-placeholder-brand-orange-light:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
}

.focus\:tw-placeholder-brand-orange-light:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
}

.focus\:tw-placeholder-brand-blue:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
}

.focus\:tw-placeholder-brand-blue:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
}

.focus\:tw-placeholder-brand-blue-dark:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
}

.focus\:tw-placeholder-brand-blue-dark:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
}

.focus\:tw-placeholder-brand-blue-light:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
}

.focus\:tw-placeholder-brand-blue-light:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
}

.focus\:tw-placeholder-brand-yellow:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(228, 182, 32, var(--tw-placeholder-opacity));
}

.focus\:tw-placeholder-brand-yellow:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(228, 182, 32, var(--tw-placeholder-opacity));
}

.focus\:tw-placeholder-brand-green:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(141, 192, 85, var(--tw-placeholder-opacity));
}

.focus\:tw-placeholder-brand-green:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(141, 192, 85, var(--tw-placeholder-opacity));
}

.focus\:tw-placeholder-brand-pink:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(201, 69, 120, var(--tw-placeholder-opacity));
}

.focus\:tw-placeholder-brand-pink:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(201, 69, 120, var(--tw-placeholder-opacity));
}

.focus\:tw-placeholder-brand-red:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(187, 0, 52, var(--tw-placeholder-opacity));
}

.focus\:tw-placeholder-brand-red:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(187, 0, 52, var(--tw-placeholder-opacity));
}

.focus\:tw-placeholder-brand-turquesa:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(60, 180, 151, var(--tw-placeholder-opacity));
}

.focus\:tw-placeholder-brand-turquesa:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(60, 180, 151, var(--tw-placeholder-opacity));
}

.focus\:tw-placeholder-gray-lighter:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.focus\:tw-placeholder-gray-lighter:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
}

.focus\:tw-placeholder-gray-light:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
}

.focus\:tw-placeholder-gray-light:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
}

.focus\:tw-placeholder-gray-dark:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
}

.focus\:tw-placeholder-gray-dark:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
}

.focus\:tw-placeholder-gray-darker:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
}

.focus\:tw-placeholder-gray-darker:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
}

.focus\:tw-placeholder-gray-medium:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(118, 118, 118, var(--tw-placeholder-opacity));
}

.focus\:tw-placeholder-gray-medium:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(118, 118, 118, var(--tw-placeholder-opacity));
}

.focus\:tw-placeholder-gray-mid:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(147, 147, 147, var(--tw-placeholder-opacity));
}

.focus\:tw-placeholder-gray-mid:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(147, 147, 147, var(--tw-placeholder-opacity));
}

.focus\:tw-placeholder-black:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:tw-placeholder-black:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:tw-placeholder-primary:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
}

.focus\:tw-placeholder-primary:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
}

.focus\:tw-placeholder-primary-dark:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
}

.focus\:tw-placeholder-primary-dark:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
}

.focus\:tw-placeholder-primary-light:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
}

.focus\:tw-placeholder-primary-light:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
}

.focus\:tw-placeholder-secondary:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
}

.focus\:tw-placeholder-secondary:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
}

.focus\:tw-placeholder-secondary-dark:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
}

.focus\:tw-placeholder-secondary-dark:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
}

.focus\:tw-placeholder-secondary-light:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
}

.focus\:tw-placeholder-secondary-light:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
}

.focus\:tw-placeholder-white:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:tw-placeholder-white:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:tw-placeholder-hyperlinks:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(16, 106, 163, var(--tw-placeholder-opacity));
}

.focus\:tw-placeholder-hyperlinks:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(16, 106, 163, var(--tw-placeholder-opacity));
}

.focus\:tw-placeholder-hyperlinks-visited:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(127, 31, 125, var(--tw-placeholder-opacity));
}

.focus\:tw-placeholder-hyperlinks-visited:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(127, 31, 125, var(--tw-placeholder-opacity));
}

.focus\:tw-placeholder-transparent:focus:-ms-input-placeholder{
  color: transparent;
}

.focus\:tw-placeholder-transparent:focus::placeholder{
  color: transparent;
}

.tw-placeholder-opacity-0:-ms-input-placeholder{
  --tw-placeholder-opacity: 0;
}

.tw-placeholder-opacity-0::placeholder{
  --tw-placeholder-opacity: 0;
}

.tw-placeholder-opacity-5:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.05;
}

.tw-placeholder-opacity-5::placeholder{
  --tw-placeholder-opacity: 0.05;
}

.tw-placeholder-opacity-10:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.1;
}

.tw-placeholder-opacity-10::placeholder{
  --tw-placeholder-opacity: 0.1;
}

.tw-placeholder-opacity-20:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.2;
}

.tw-placeholder-opacity-20::placeholder{
  --tw-placeholder-opacity: 0.2;
}

.tw-placeholder-opacity-25:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.25;
}

.tw-placeholder-opacity-25::placeholder{
  --tw-placeholder-opacity: 0.25;
}

.tw-placeholder-opacity-30:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.3;
}

.tw-placeholder-opacity-30::placeholder{
  --tw-placeholder-opacity: 0.3;
}

.tw-placeholder-opacity-40:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.4;
}

.tw-placeholder-opacity-40::placeholder{
  --tw-placeholder-opacity: 0.4;
}

.tw-placeholder-opacity-50:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.5;
}

.tw-placeholder-opacity-50::placeholder{
  --tw-placeholder-opacity: 0.5;
}

.tw-placeholder-opacity-60:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.6;
}

.tw-placeholder-opacity-60::placeholder{
  --tw-placeholder-opacity: 0.6;
}

.tw-placeholder-opacity-70:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.7;
}

.tw-placeholder-opacity-70::placeholder{
  --tw-placeholder-opacity: 0.7;
}

.tw-placeholder-opacity-75:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.75;
}

.tw-placeholder-opacity-75::placeholder{
  --tw-placeholder-opacity: 0.75;
}

.tw-placeholder-opacity-80:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.8;
}

.tw-placeholder-opacity-80::placeholder{
  --tw-placeholder-opacity: 0.8;
}

.tw-placeholder-opacity-90:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.9;
}

.tw-placeholder-opacity-90::placeholder{
  --tw-placeholder-opacity: 0.9;
}

.tw-placeholder-opacity-95:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.95;
}

.tw-placeholder-opacity-95::placeholder{
  --tw-placeholder-opacity: 0.95;
}

.tw-placeholder-opacity-100:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
}

.tw-placeholder-opacity-100::placeholder{
  --tw-placeholder-opacity: 1;
}

.focus\:tw-placeholder-opacity-0:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0;
}

.focus\:tw-placeholder-opacity-0:focus::placeholder{
  --tw-placeholder-opacity: 0;
}

.focus\:tw-placeholder-opacity-5:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.05;
}

.focus\:tw-placeholder-opacity-5:focus::placeholder{
  --tw-placeholder-opacity: 0.05;
}

.focus\:tw-placeholder-opacity-10:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.1;
}

.focus\:tw-placeholder-opacity-10:focus::placeholder{
  --tw-placeholder-opacity: 0.1;
}

.focus\:tw-placeholder-opacity-20:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.2;
}

.focus\:tw-placeholder-opacity-20:focus::placeholder{
  --tw-placeholder-opacity: 0.2;
}

.focus\:tw-placeholder-opacity-25:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.25;
}

.focus\:tw-placeholder-opacity-25:focus::placeholder{
  --tw-placeholder-opacity: 0.25;
}

.focus\:tw-placeholder-opacity-30:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.3;
}

.focus\:tw-placeholder-opacity-30:focus::placeholder{
  --tw-placeholder-opacity: 0.3;
}

.focus\:tw-placeholder-opacity-40:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.4;
}

.focus\:tw-placeholder-opacity-40:focus::placeholder{
  --tw-placeholder-opacity: 0.4;
}

.focus\:tw-placeholder-opacity-50:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.5;
}

.focus\:tw-placeholder-opacity-50:focus::placeholder{
  --tw-placeholder-opacity: 0.5;
}

.focus\:tw-placeholder-opacity-60:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.6;
}

.focus\:tw-placeholder-opacity-60:focus::placeholder{
  --tw-placeholder-opacity: 0.6;
}

.focus\:tw-placeholder-opacity-70:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.7;
}

.focus\:tw-placeholder-opacity-70:focus::placeholder{
  --tw-placeholder-opacity: 0.7;
}

.focus\:tw-placeholder-opacity-75:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.75;
}

.focus\:tw-placeholder-opacity-75:focus::placeholder{
  --tw-placeholder-opacity: 0.75;
}

.focus\:tw-placeholder-opacity-80:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.8;
}

.focus\:tw-placeholder-opacity-80:focus::placeholder{
  --tw-placeholder-opacity: 0.8;
}

.focus\:tw-placeholder-opacity-90:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.9;
}

.focus\:tw-placeholder-opacity-90:focus::placeholder{
  --tw-placeholder-opacity: 0.9;
}

.focus\:tw-placeholder-opacity-95:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.95;
}

.focus\:tw-placeholder-opacity-95:focus::placeholder{
  --tw-placeholder-opacity: 0.95;
}

.focus\:tw-placeholder-opacity-100:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
}

.focus\:tw-placeholder-opacity-100:focus::placeholder{
  --tw-placeholder-opacity: 1;
}

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

.hover\:tw-static:hover{
  position: static;
}

.hover\:tw-fixed:hover{
  position: fixed;
}

.hover\:tw-absolute:hover{
  position: absolute;
}

.hover\:tw-relative:hover{
  position: relative;
}

.hover\:tw-sticky:hover{
  position: sticky;
}

.focus\:tw-static:focus{
  position: static;
}

.focus\:tw-fixed:focus{
  position: fixed;
}

.focus\:tw-absolute:focus{
  position: absolute;
}

.focus\:tw-relative:focus{
  position: relative;
}

.focus\:tw-sticky:focus{
  position: sticky;
}

.active\:tw-static:active{
  position: static;
}

.active\:tw-fixed:active{
  position: fixed;
}

.active\:tw-absolute:active{
  position: absolute;
}

.active\:tw-relative:active{
  position: relative;
}

.active\:tw-sticky:active{
  position: sticky;
}

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

.tw-inset-1{
  top: 0.25rem;
  right: 0.25rem;
  bottom: 0.25rem;
  left: 0.25rem;
}

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

.tw-inset-3{
  top: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
}

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

.tw-inset-5{
  top: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
}

.tw-inset-6{
  top: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
}

.tw-inset-7{
  top: 1.75rem;
  right: 1.75rem;
  bottom: 1.75rem;
  left: 1.75rem;
}

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

.tw-inset-9{
  top: 2.25rem;
  right: 2.25rem;
  bottom: 2.25rem;
  left: 2.25rem;
}

.tw-inset-10{
  top: 2.5rem;
  right: 2.5rem;
  bottom: 2.5rem;
  left: 2.5rem;
}

.tw-inset-11{
  top: 2.75rem;
  right: 2.75rem;
  bottom: 2.75rem;
  left: 2.75rem;
}

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

.tw-inset-13{
  top: 3.25rem;
  right: 3.25rem;
  bottom: 3.25rem;
  left: 3.25rem;
}

.tw-inset-14{
  top: 3.5rem;
  right: 3.5rem;
  bottom: 3.5rem;
  left: 3.5rem;
}

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

.tw-inset-20{
  top: 5rem;
  right: 5rem;
  bottom: 5rem;
  left: 5rem;
}

.tw-inset-24{
  top: 6rem;
  right: 6rem;
  bottom: 6rem;
  left: 6rem;
}

.tw-inset-28{
  top: 7rem;
  right: 7rem;
  bottom: 7rem;
  left: 7rem;
}

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

.tw-inset-36{
  top: 9rem;
  right: 9rem;
  bottom: 9rem;
  left: 9rem;
}

.tw-inset-40{
  top: 10rem;
  right: 10rem;
  bottom: 10rem;
  left: 10rem;
}

.tw-inset-44{
  top: 11rem;
  right: 11rem;
  bottom: 11rem;
  left: 11rem;
}

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

.tw-inset-52{
  top: 13rem;
  right: 13rem;
  bottom: 13rem;
  left: 13rem;
}

.tw-inset-56{
  top: 14rem;
  right: 14rem;
  bottom: 14rem;
  left: 14rem;
}

.tw-inset-60{
  top: 15rem;
  right: 15rem;
  bottom: 15rem;
  left: 15rem;
}

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

.tw-inset-72{
  top: 18rem;
  right: 18rem;
  bottom: 18rem;
  left: 18rem;
}

.tw-inset-80{
  top: 20rem;
  right: 20rem;
  bottom: 20rem;
  left: 20rem;
}

.tw-inset-96{
  top: 24rem;
  right: 24rem;
  bottom: 24rem;
  left: 24rem;
}

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

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

.tw-inset-0\.5{
  top: 0.125rem;
  right: 0.125rem;
  bottom: 0.125rem;
  left: 0.125rem;
}

.tw-inset-1\.5{
  top: 0.375rem;
  right: 0.375rem;
  bottom: 0.375rem;
  left: 0.375rem;
}

.tw-inset-2\.5{
  top: 0.625rem;
  right: 0.625rem;
  bottom: 0.625rem;
  left: 0.625rem;
}

.tw-inset-3\.5{
  top: 0.875rem;
  right: 0.875rem;
  bottom: 0.875rem;
  left: 0.875rem;
}

.tw-inset-2\/3{
  top: 66.666667%;
  right: 66.666667%;
  bottom: 66.666667%;
  left: 66.666667%;
}

.tw-inset-3\/2{
  top: 150%;
  right: 150%;
  bottom: 150%;
  left: 150%;
}

.tw-inset-square{
  top: 100%;
  right: 100%;
  bottom: 100%;
  left: 100%;
}

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

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

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

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

.tw--inset-1{
  top: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  left: -0.25rem;
}

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

.tw--inset-3{
  top: -0.75rem;
  right: -0.75rem;
  bottom: -0.75rem;
  left: -0.75rem;
}

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

.tw--inset-5{
  top: -1.25rem;
  right: -1.25rem;
  bottom: -1.25rem;
  left: -1.25rem;
}

.tw--inset-6{
  top: -1.5rem;
  right: -1.5rem;
  bottom: -1.5rem;
  left: -1.5rem;
}

.tw--inset-7{
  top: -1.75rem;
  right: -1.75rem;
  bottom: -1.75rem;
  left: -1.75rem;
}

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

.tw--inset-9{
  top: -2.25rem;
  right: -2.25rem;
  bottom: -2.25rem;
  left: -2.25rem;
}

.tw--inset-10{
  top: -2.5rem;
  right: -2.5rem;
  bottom: -2.5rem;
  left: -2.5rem;
}

.tw--inset-11{
  top: -2.75rem;
  right: -2.75rem;
  bottom: -2.75rem;
  left: -2.75rem;
}

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

.tw--inset-13{
  top: -3.25rem;
  right: -3.25rem;
  bottom: -3.25rem;
  left: -3.25rem;
}

.tw--inset-14{
  top: -3.5rem;
  right: -3.5rem;
  bottom: -3.5rem;
  left: -3.5rem;
}

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

.tw--inset-20{
  top: -5rem;
  right: -5rem;
  bottom: -5rem;
  left: -5rem;
}

.tw--inset-24{
  top: -6rem;
  right: -6rem;
  bottom: -6rem;
  left: -6rem;
}

.tw--inset-28{
  top: -7rem;
  right: -7rem;
  bottom: -7rem;
  left: -7rem;
}

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

.tw--inset-36{
  top: -9rem;
  right: -9rem;
  bottom: -9rem;
  left: -9rem;
}

.tw--inset-40{
  top: -10rem;
  right: -10rem;
  bottom: -10rem;
  left: -10rem;
}

.tw--inset-44{
  top: -11rem;
  right: -11rem;
  bottom: -11rem;
  left: -11rem;
}

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

.tw--inset-52{
  top: -13rem;
  right: -13rem;
  bottom: -13rem;
  left: -13rem;
}

.tw--inset-56{
  top: -14rem;
  right: -14rem;
  bottom: -14rem;
  left: -14rem;
}

.tw--inset-60{
  top: -15rem;
  right: -15rem;
  bottom: -15rem;
  left: -15rem;
}

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

.tw--inset-72{
  top: -18rem;
  right: -18rem;
  bottom: -18rem;
  left: -18rem;
}

.tw--inset-80{
  top: -20rem;
  right: -20rem;
  bottom: -20rem;
  left: -20rem;
}

.tw--inset-96{
  top: -24rem;
  right: -24rem;
  bottom: -24rem;
  left: -24rem;
}

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

.tw--inset-0\.5{
  top: -0.125rem;
  right: -0.125rem;
  bottom: -0.125rem;
  left: -0.125rem;
}

.tw--inset-1\.5{
  top: -0.375rem;
  right: -0.375rem;
  bottom: -0.375rem;
  left: -0.375rem;
}

.tw--inset-2\.5{
  top: -0.625rem;
  right: -0.625rem;
  bottom: -0.625rem;
  left: -0.625rem;
}

.tw--inset-3\.5{
  top: -0.875rem;
  right: -0.875rem;
  bottom: -0.875rem;
  left: -0.875rem;
}

.tw--inset-2\/3{
  top: -66.666667%;
  right: -66.666667%;
  bottom: -66.666667%;
  left: -66.666667%;
}

.tw--inset-3\/2{
  top: -150%;
  right: -150%;
  bottom: -150%;
  left: -150%;
}

.tw--inset-square{
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
}

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

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

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

.tw-inset-1\/2{
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.tw-inset-1\/3{
  top: 33.333333%;
  right: 33.333333%;
  bottom: 33.333333%;
  left: 33.333333%;
}

.tw-inset-1\/4{
  top: 25%;
  right: 25%;
  bottom: 25%;
  left: 25%;
}

.tw-inset-2\/4{
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.tw-inset-3\/4{
  top: 75%;
  right: 75%;
  bottom: 75%;
  left: 75%;
}

.tw-inset-full{
  top: 100%;
  right: 100%;
  bottom: 100%;
  left: 100%;
}

.tw--inset-1\/2{
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

.tw--inset-1\/3{
  top: -33.333333%;
  right: -33.333333%;
  bottom: -33.333333%;
  left: -33.333333%;
}

.tw--inset-1\/4{
  top: -25%;
  right: -25%;
  bottom: -25%;
  left: -25%;
}

.tw--inset-2\/4{
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

.tw--inset-3\/4{
  top: -75%;
  right: -75%;
  bottom: -75%;
  left: -75%;
}

.tw--inset-full{
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
}

.tw-inset-1\/5{
  top: 20%;
  right: 20%;
  bottom: 20%;
  left: 20%;
}

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

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

.tw-inset-y-1{
  top: 0.25rem;
  bottom: 0.25rem;
}

.tw-inset-x-1{
  right: 0.25rem;
  left: 0.25rem;
}

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

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

.tw-inset-y-3{
  top: 0.75rem;
  bottom: 0.75rem;
}

.tw-inset-x-3{
  right: 0.75rem;
  left: 0.75rem;
}

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

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

.tw-inset-y-5{
  top: 1.25rem;
  bottom: 1.25rem;
}

.tw-inset-x-5{
  right: 1.25rem;
  left: 1.25rem;
}

.tw-inset-y-6{
  top: 1.5rem;
  bottom: 1.5rem;
}

.tw-inset-x-6{
  right: 1.5rem;
  left: 1.5rem;
}

.tw-inset-y-7{
  top: 1.75rem;
  bottom: 1.75rem;
}

.tw-inset-x-7{
  right: 1.75rem;
  left: 1.75rem;
}

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

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

.tw-inset-y-9{
  top: 2.25rem;
  bottom: 2.25rem;
}

.tw-inset-x-9{
  right: 2.25rem;
  left: 2.25rem;
}

.tw-inset-y-10{
  top: 2.5rem;
  bottom: 2.5rem;
}

.tw-inset-x-10{
  right: 2.5rem;
  left: 2.5rem;
}

.tw-inset-y-11{
  top: 2.75rem;
  bottom: 2.75rem;
}

.tw-inset-x-11{
  right: 2.75rem;
  left: 2.75rem;
}

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

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

.tw-inset-y-13{
  top: 3.25rem;
  bottom: 3.25rem;
}

.tw-inset-x-13{
  right: 3.25rem;
  left: 3.25rem;
}

.tw-inset-y-14{
  top: 3.5rem;
  bottom: 3.5rem;
}

.tw-inset-x-14{
  right: 3.5rem;
  left: 3.5rem;
}

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

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

.tw-inset-y-20{
  top: 5rem;
  bottom: 5rem;
}

.tw-inset-x-20{
  right: 5rem;
  left: 5rem;
}

.tw-inset-y-24{
  top: 6rem;
  bottom: 6rem;
}

.tw-inset-x-24{
  right: 6rem;
  left: 6rem;
}

.tw-inset-y-28{
  top: 7rem;
  bottom: 7rem;
}

.tw-inset-x-28{
  right: 7rem;
  left: 7rem;
}

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

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

.tw-inset-y-36{
  top: 9rem;
  bottom: 9rem;
}

.tw-inset-x-36{
  right: 9rem;
  left: 9rem;
}

.tw-inset-y-40{
  top: 10rem;
  bottom: 10rem;
}

.tw-inset-x-40{
  right: 10rem;
  left: 10rem;
}

.tw-inset-y-44{
  top: 11rem;
  bottom: 11rem;
}

.tw-inset-x-44{
  right: 11rem;
  left: 11rem;
}

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

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

.tw-inset-y-52{
  top: 13rem;
  bottom: 13rem;
}

.tw-inset-x-52{
  right: 13rem;
  left: 13rem;
}

.tw-inset-y-56{
  top: 14rem;
  bottom: 14rem;
}

.tw-inset-x-56{
  right: 14rem;
  left: 14rem;
}

.tw-inset-y-60{
  top: 15rem;
  bottom: 15rem;
}

.tw-inset-x-60{
  right: 15rem;
  left: 15rem;
}

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

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

.tw-inset-y-72{
  top: 18rem;
  bottom: 18rem;
}

.tw-inset-x-72{
  right: 18rem;
  left: 18rem;
}

.tw-inset-y-80{
  top: 20rem;
  bottom: 20rem;
}

.tw-inset-x-80{
  right: 20rem;
  left: 20rem;
}

.tw-inset-y-96{
  top: 24rem;
  bottom: 24rem;
}

.tw-inset-x-96{
  right: 24rem;
  left: 24rem;
}

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

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

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

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

.tw-inset-y-0\.5{
  top: 0.125rem;
  bottom: 0.125rem;
}

.tw-inset-x-0\.5{
  right: 0.125rem;
  left: 0.125rem;
}

.tw-inset-y-1\.5{
  top: 0.375rem;
  bottom: 0.375rem;
}

.tw-inset-x-1\.5{
  right: 0.375rem;
  left: 0.375rem;
}

.tw-inset-y-2\.5{
  top: 0.625rem;
  bottom: 0.625rem;
}

.tw-inset-x-2\.5{
  right: 0.625rem;
  left: 0.625rem;
}

.tw-inset-y-3\.5{
  top: 0.875rem;
  bottom: 0.875rem;
}

.tw-inset-x-3\.5{
  right: 0.875rem;
  left: 0.875rem;
}

.tw-inset-y-2\/3{
  top: 66.666667%;
  bottom: 66.666667%;
}

.tw-inset-x-2\/3{
  right: 66.666667%;
  left: 66.666667%;
}

.tw-inset-y-3\/2{
  top: 150%;
  bottom: 150%;
}

.tw-inset-x-3\/2{
  right: 150%;
  left: 150%;
}

.tw-inset-y-square{
  top: 100%;
  bottom: 100%;
}

.tw-inset-x-square{
  right: 100%;
  left: 100%;
}

.tw-inset-y-58px{
  top: 58px;
  bottom: 58px;
}

.tw-inset-x-58px{
  right: 58px;
  left: 58px;
}

.tw-inset-y-63px{
  top: 63px;
  bottom: 63px;
}

.tw-inset-x-63px{
  right: 63px;
  left: 63px;
}

.tw-inset-y-73px{
  top: 73.px;
  bottom: 73.px;
}

.tw-inset-x-73px{
  right: 73.px;
  left: 73.px;
}

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

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

.tw--inset-y-1{
  top: -0.25rem;
  bottom: -0.25rem;
}

.tw--inset-x-1{
  right: -0.25rem;
  left: -0.25rem;
}

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

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

.tw--inset-y-3{
  top: -0.75rem;
  bottom: -0.75rem;
}

.tw--inset-x-3{
  right: -0.75rem;
  left: -0.75rem;
}

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

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

.tw--inset-y-5{
  top: -1.25rem;
  bottom: -1.25rem;
}

.tw--inset-x-5{
  right: -1.25rem;
  left: -1.25rem;
}

.tw--inset-y-6{
  top: -1.5rem;
  bottom: -1.5rem;
}

.tw--inset-x-6{
  right: -1.5rem;
  left: -1.5rem;
}

.tw--inset-y-7{
  top: -1.75rem;
  bottom: -1.75rem;
}

.tw--inset-x-7{
  right: -1.75rem;
  left: -1.75rem;
}

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

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

.tw--inset-y-9{
  top: -2.25rem;
  bottom: -2.25rem;
}

.tw--inset-x-9{
  right: -2.25rem;
  left: -2.25rem;
}

.tw--inset-y-10{
  top: -2.5rem;
  bottom: -2.5rem;
}

.tw--inset-x-10{
  right: -2.5rem;
  left: -2.5rem;
}

.tw--inset-y-11{
  top: -2.75rem;
  bottom: -2.75rem;
}

.tw--inset-x-11{
  right: -2.75rem;
  left: -2.75rem;
}

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

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

.tw--inset-y-13{
  top: -3.25rem;
  bottom: -3.25rem;
}

.tw--inset-x-13{
  right: -3.25rem;
  left: -3.25rem;
}

.tw--inset-y-14{
  top: -3.5rem;
  bottom: -3.5rem;
}

.tw--inset-x-14{
  right: -3.5rem;
  left: -3.5rem;
}

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

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

.tw--inset-y-20{
  top: -5rem;
  bottom: -5rem;
}

.tw--inset-x-20{
  right: -5rem;
  left: -5rem;
}

.tw--inset-y-24{
  top: -6rem;
  bottom: -6rem;
}

.tw--inset-x-24{
  right: -6rem;
  left: -6rem;
}

.tw--inset-y-28{
  top: -7rem;
  bottom: -7rem;
}

.tw--inset-x-28{
  right: -7rem;
  left: -7rem;
}

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

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

.tw--inset-y-36{
  top: -9rem;
  bottom: -9rem;
}

.tw--inset-x-36{
  right: -9rem;
  left: -9rem;
}

.tw--inset-y-40{
  top: -10rem;
  bottom: -10rem;
}

.tw--inset-x-40{
  right: -10rem;
  left: -10rem;
}

.tw--inset-y-44{
  top: -11rem;
  bottom: -11rem;
}

.tw--inset-x-44{
  right: -11rem;
  left: -11rem;
}

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

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

.tw--inset-y-52{
  top: -13rem;
  bottom: -13rem;
}

.tw--inset-x-52{
  right: -13rem;
  left: -13rem;
}

.tw--inset-y-56{
  top: -14rem;
  bottom: -14rem;
}

.tw--inset-x-56{
  right: -14rem;
  left: -14rem;
}

.tw--inset-y-60{
  top: -15rem;
  bottom: -15rem;
}

.tw--inset-x-60{
  right: -15rem;
  left: -15rem;
}

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

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

.tw--inset-y-72{
  top: -18rem;
  bottom: -18rem;
}

.tw--inset-x-72{
  right: -18rem;
  left: -18rem;
}

.tw--inset-y-80{
  top: -20rem;
  bottom: -20rem;
}

.tw--inset-x-80{
  right: -20rem;
  left: -20rem;
}

.tw--inset-y-96{
  top: -24rem;
  bottom: -24rem;
}

.tw--inset-x-96{
  right: -24rem;
  left: -24rem;
}

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

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

.tw--inset-y-0\.5{
  top: -0.125rem;
  bottom: -0.125rem;
}

.tw--inset-x-0\.5{
  right: -0.125rem;
  left: -0.125rem;
}

.tw--inset-y-1\.5{
  top: -0.375rem;
  bottom: -0.375rem;
}

.tw--inset-x-1\.5{
  right: -0.375rem;
  left: -0.375rem;
}

.tw--inset-y-2\.5{
  top: -0.625rem;
  bottom: -0.625rem;
}

.tw--inset-x-2\.5{
  right: -0.625rem;
  left: -0.625rem;
}

.tw--inset-y-3\.5{
  top: -0.875rem;
  bottom: -0.875rem;
}

.tw--inset-x-3\.5{
  right: -0.875rem;
  left: -0.875rem;
}

.tw--inset-y-2\/3{
  top: -66.666667%;
  bottom: -66.666667%;
}

.tw--inset-x-2\/3{
  right: -66.666667%;
  left: -66.666667%;
}

.tw--inset-y-3\/2{
  top: -150%;
  bottom: -150%;
}

.tw--inset-x-3\/2{
  right: -150%;
  left: -150%;
}

.tw--inset-y-square{
  top: -100%;
  bottom: -100%;
}

.tw--inset-x-square{
  right: -100%;
  left: -100%;
}

.tw--inset-y-58px{
  top: -58px;
  bottom: -58px;
}

.tw--inset-x-58px{
  right: -58px;
  left: -58px;
}

.tw--inset-y-63px{
  top: -63px;
  bottom: -63px;
}

.tw--inset-x-63px{
  right: -63px;
  left: -63px;
}

.tw--inset-y-73px{
  top: -73px;
  bottom: -73px;
}

.tw--inset-x-73px{
  right: -73px;
  left: -73px;
}

.tw-inset-y-1\/2{
  top: 50%;
  bottom: 50%;
}

.tw-inset-x-1\/2{
  right: 50%;
  left: 50%;
}

.tw-inset-y-1\/3{
  top: 33.333333%;
  bottom: 33.333333%;
}

.tw-inset-x-1\/3{
  right: 33.333333%;
  left: 33.333333%;
}

.tw-inset-y-1\/4{
  top: 25%;
  bottom: 25%;
}

.tw-inset-x-1\/4{
  right: 25%;
  left: 25%;
}

.tw-inset-y-2\/4{
  top: 50%;
  bottom: 50%;
}

.tw-inset-x-2\/4{
  right: 50%;
  left: 50%;
}

.tw-inset-y-3\/4{
  top: 75%;
  bottom: 75%;
}

.tw-inset-x-3\/4{
  right: 75%;
  left: 75%;
}

.tw-inset-y-full{
  top: 100%;
  bottom: 100%;
}

.tw-inset-x-full{
  right: 100%;
  left: 100%;
}

.tw--inset-y-1\/2{
  top: -50%;
  bottom: -50%;
}

.tw--inset-x-1\/2{
  right: -50%;
  left: -50%;
}

.tw--inset-y-1\/3{
  top: -33.333333%;
  bottom: -33.333333%;
}

.tw--inset-x-1\/3{
  right: -33.333333%;
  left: -33.333333%;
}

.tw--inset-y-1\/4{
  top: -25%;
  bottom: -25%;
}

.tw--inset-x-1\/4{
  right: -25%;
  left: -25%;
}

.tw--inset-y-2\/4{
  top: -50%;
  bottom: -50%;
}

.tw--inset-x-2\/4{
  right: -50%;
  left: -50%;
}

.tw--inset-y-3\/4{
  top: -75%;
  bottom: -75%;
}

.tw--inset-x-3\/4{
  right: -75%;
  left: -75%;
}

.tw--inset-y-full{
  top: -100%;
  bottom: -100%;
}

.tw--inset-x-full{
  right: -100%;
  left: -100%;
}

.tw-inset-y-1\/5{
  top: 20%;
  bottom: 20%;
}

.tw-inset-x-1\/5{
  right: 20%;
  left: 20%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.tw-top-3{
  top: 0.75rem;
}

.tw-right-3{
  right: 0.75rem;
}

.tw-bottom-3{
  bottom: 0.75rem;
}

.tw-left-3{
  left: 0.75rem;
}

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

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

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

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

.tw-top-5{
  top: 1.25rem;
}

.tw-right-5{
  right: 1.25rem;
}

.tw-bottom-5{
  bottom: 1.25rem;
}

.tw-left-5{
  left: 1.25rem;
}

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

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

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

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

.tw-top-7{
  top: 1.75rem;
}

.tw-right-7{
  right: 1.75rem;
}

.tw-bottom-7{
  bottom: 1.75rem;
}

.tw-left-7{
  left: 1.75rem;
}

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

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

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

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

.tw-top-9{
  top: 2.25rem;
}

.tw-right-9{
  right: 2.25rem;
}

.tw-bottom-9{
  bottom: 2.25rem;
}

.tw-left-9{
  left: 2.25rem;
}

.tw-top-10{
  top: 2.5rem;
}

.tw-right-10{
  right: 2.5rem;
}

.tw-bottom-10{
  bottom: 2.5rem;
}

.tw-left-10{
  left: 2.5rem;
}

.tw-top-11{
  top: 2.75rem;
}

.tw-right-11{
  right: 2.75rem;
}

.tw-bottom-11{
  bottom: 2.75rem;
}

.tw-left-11{
  left: 2.75rem;
}

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

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

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

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

.tw-top-13{
  top: 3.25rem;
}

.tw-right-13{
  right: 3.25rem;
}

.tw-bottom-13{
  bottom: 3.25rem;
}

.tw-left-13{
  left: 3.25rem;
}

.tw-top-14{
  top: 3.5rem;
}

.tw-right-14{
  right: 3.5rem;
}

.tw-bottom-14{
  bottom: 3.5rem;
}

.tw-left-14{
  left: 3.5rem;
}

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

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

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

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

.tw-top-20{
  top: 5rem;
}

.tw-right-20{
  right: 5rem;
}

.tw-bottom-20{
  bottom: 5rem;
}

.tw-left-20{
  left: 5rem;
}

.tw-top-24{
  top: 6rem;
}

.tw-right-24{
  right: 6rem;
}

.tw-bottom-24{
  bottom: 6rem;
}

.tw-left-24{
  left: 6rem;
}

.tw-top-28{
  top: 7rem;
}

.tw-right-28{
  right: 7rem;
}

.tw-bottom-28{
  bottom: 7rem;
}

.tw-left-28{
  left: 7rem;
}

.tw-top-32{
  top: 8rem;
}

.tw-right-32{
  right: 8rem;
}

.tw-bottom-32{
  bottom: 8rem;
}

.tw-left-32{
  left: 8rem;
}

.tw-top-36{
  top: 9rem;
}

.tw-right-36{
  right: 9rem;
}

.tw-bottom-36{
  bottom: 9rem;
}

.tw-left-36{
  left: 9rem;
}

.tw-top-40{
  top: 10rem;
}

.tw-right-40{
  right: 10rem;
}

.tw-bottom-40{
  bottom: 10rem;
}

.tw-left-40{
  left: 10rem;
}

.tw-top-44{
  top: 11rem;
}

.tw-right-44{
  right: 11rem;
}

.tw-bottom-44{
  bottom: 11rem;
}

.tw-left-44{
  left: 11rem;
}

.tw-top-48{
  top: 12rem;
}

.tw-right-48{
  right: 12rem;
}

.tw-bottom-48{
  bottom: 12rem;
}

.tw-left-48{
  left: 12rem;
}

.tw-top-52{
  top: 13rem;
}

.tw-right-52{
  right: 13rem;
}

.tw-bottom-52{
  bottom: 13rem;
}

.tw-left-52{
  left: 13rem;
}

.tw-top-56{
  top: 14rem;
}

.tw-right-56{
  right: 14rem;
}

.tw-bottom-56{
  bottom: 14rem;
}

.tw-left-56{
  left: 14rem;
}

.tw-top-60{
  top: 15rem;
}

.tw-right-60{
  right: 15rem;
}

.tw-bottom-60{
  bottom: 15rem;
}

.tw-left-60{
  left: 15rem;
}

.tw-top-64{
  top: 16rem;
}

.tw-right-64{
  right: 16rem;
}

.tw-bottom-64{
  bottom: 16rem;
}

.tw-left-64{
  left: 16rem;
}

.tw-top-72{
  top: 18rem;
}

.tw-right-72{
  right: 18rem;
}

.tw-bottom-72{
  bottom: 18rem;
}

.tw-left-72{
  left: 18rem;
}

.tw-top-80{
  top: 20rem;
}

.tw-right-80{
  right: 20rem;
}

.tw-bottom-80{
  bottom: 20rem;
}

.tw-left-80{
  left: 20rem;
}

.tw-top-96{
  top: 24rem;
}

.tw-right-96{
  right: 24rem;
}

.tw-bottom-96{
  bottom: 24rem;
}

.tw-left-96{
  left: 24rem;
}

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

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

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

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

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

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

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

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

.tw-top-0\.5{
  top: 0.125rem;
}

.tw-right-0\.5{
  right: 0.125rem;
}

.tw-bottom-0\.5{
  bottom: 0.125rem;
}

.tw-left-0\.5{
  left: 0.125rem;
}

.tw-top-1\.5{
  top: 0.375rem;
}

.tw-right-1\.5{
  right: 0.375rem;
}

.tw-bottom-1\.5{
  bottom: 0.375rem;
}

.tw-left-1\.5{
  left: 0.375rem;
}

.tw-top-2\.5{
  top: 0.625rem;
}

.tw-right-2\.5{
  right: 0.625rem;
}

.tw-bottom-2\.5{
  bottom: 0.625rem;
}

.tw-left-2\.5{
  left: 0.625rem;
}

.tw-top-3\.5{
  top: 0.875rem;
}

.tw-right-3\.5{
  right: 0.875rem;
}

.tw-bottom-3\.5{
  bottom: 0.875rem;
}

.tw-left-3\.5{
  left: 0.875rem;
}

.tw-top-2\/3{
  top: 66.666667%;
}

.tw-right-2\/3{
  right: 66.666667%;
}

.tw-bottom-2\/3{
  bottom: 66.666667%;
}

.tw-left-2\/3{
  left: 66.666667%;
}

.tw-top-3\/2{
  top: 150%;
}

.tw-right-3\/2{
  right: 150%;
}

.tw-bottom-3\/2{
  bottom: 150%;
}

.tw-left-3\/2{
  left: 150%;
}

.tw-top-square{
  top: 100%;
}

.tw-right-square{
  right: 100%;
}

.tw-bottom-square{
  bottom: 100%;
}

.tw-left-square{
  left: 100%;
}

.tw-top-58px{
  top: 58px;
}

.tw-right-58px{
  right: 58px;
}

.tw-bottom-58px{
  bottom: 58px;
}

.tw-left-58px{
  left: 58px;
}

.tw-top-63px{
  top: 63px;
}

.tw-right-63px{
  right: 63px;
}

.tw-bottom-63px{
  bottom: 63px;
}

.tw-left-63px{
  left: 63px;
}

.tw-top-73px{
  top: 73.px;
}

.tw-right-73px{
  right: 73.px;
}

.tw-bottom-73px{
  bottom: 73.px;
}

.tw-left-73px{
  left: 73.px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.tw--top-3{
  top: -0.75rem;
}

.tw--right-3{
  right: -0.75rem;
}

.tw--bottom-3{
  bottom: -0.75rem;
}

.tw--left-3{
  left: -0.75rem;
}

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

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

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

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

.tw--top-5{
  top: -1.25rem;
}

.tw--right-5{
  right: -1.25rem;
}

.tw--bottom-5{
  bottom: -1.25rem;
}

.tw--left-5{
  left: -1.25rem;
}

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

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

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

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

.tw--top-7{
  top: -1.75rem;
}

.tw--right-7{
  right: -1.75rem;
}

.tw--bottom-7{
  bottom: -1.75rem;
}

.tw--left-7{
  left: -1.75rem;
}

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

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

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

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

.tw--top-9{
  top: -2.25rem;
}

.tw--right-9{
  right: -2.25rem;
}

.tw--bottom-9{
  bottom: -2.25rem;
}

.tw--left-9{
  left: -2.25rem;
}

.tw--top-10{
  top: -2.5rem;
}

.tw--right-10{
  right: -2.5rem;
}

.tw--bottom-10{
  bottom: -2.5rem;
}

.tw--left-10{
  left: -2.5rem;
}

.tw--top-11{
  top: -2.75rem;
}

.tw--right-11{
  right: -2.75rem;
}

.tw--bottom-11{
  bottom: -2.75rem;
}

.tw--left-11{
  left: -2.75rem;
}

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

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

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

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

.tw--top-13{
  top: -3.25rem;
}

.tw--right-13{
  right: -3.25rem;
}

.tw--bottom-13{
  bottom: -3.25rem;
}

.tw--left-13{
  left: -3.25rem;
}

.tw--top-14{
  top: -3.5rem;
}

.tw--right-14{
  right: -3.5rem;
}

.tw--bottom-14{
  bottom: -3.5rem;
}

.tw--left-14{
  left: -3.5rem;
}

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

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

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

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

.tw--top-20{
  top: -5rem;
}

.tw--right-20{
  right: -5rem;
}

.tw--bottom-20{
  bottom: -5rem;
}

.tw--left-20{
  left: -5rem;
}

.tw--top-24{
  top: -6rem;
}

.tw--right-24{
  right: -6rem;
}

.tw--bottom-24{
  bottom: -6rem;
}

.tw--left-24{
  left: -6rem;
}

.tw--top-28{
  top: -7rem;
}

.tw--right-28{
  right: -7rem;
}

.tw--bottom-28{
  bottom: -7rem;
}

.tw--left-28{
  left: -7rem;
}

.tw--top-32{
  top: -8rem;
}

.tw--right-32{
  right: -8rem;
}

.tw--bottom-32{
  bottom: -8rem;
}

.tw--left-32{
  left: -8rem;
}

.tw--top-36{
  top: -9rem;
}

.tw--right-36{
  right: -9rem;
}

.tw--bottom-36{
  bottom: -9rem;
}

.tw--left-36{
  left: -9rem;
}

.tw--top-40{
  top: -10rem;
}

.tw--right-40{
  right: -10rem;
}

.tw--bottom-40{
  bottom: -10rem;
}

.tw--left-40{
  left: -10rem;
}

.tw--top-44{
  top: -11rem;
}

.tw--right-44{
  right: -11rem;
}

.tw--bottom-44{
  bottom: -11rem;
}

.tw--left-44{
  left: -11rem;
}

.tw--top-48{
  top: -12rem;
}

.tw--right-48{
  right: -12rem;
}

.tw--bottom-48{
  bottom: -12rem;
}

.tw--left-48{
  left: -12rem;
}

.tw--top-52{
  top: -13rem;
}

.tw--right-52{
  right: -13rem;
}

.tw--bottom-52{
  bottom: -13rem;
}

.tw--left-52{
  left: -13rem;
}

.tw--top-56{
  top: -14rem;
}

.tw--right-56{
  right: -14rem;
}

.tw--bottom-56{
  bottom: -14rem;
}

.tw--left-56{
  left: -14rem;
}

.tw--top-60{
  top: -15rem;
}

.tw--right-60{
  right: -15rem;
}

.tw--bottom-60{
  bottom: -15rem;
}

.tw--left-60{
  left: -15rem;
}

.tw--top-64{
  top: -16rem;
}

.tw--right-64{
  right: -16rem;
}

.tw--bottom-64{
  bottom: -16rem;
}

.tw--left-64{
  left: -16rem;
}

.tw--top-72{
  top: -18rem;
}

.tw--right-72{
  right: -18rem;
}

.tw--bottom-72{
  bottom: -18rem;
}

.tw--left-72{
  left: -18rem;
}

.tw--top-80{
  top: -20rem;
}

.tw--right-80{
  right: -20rem;
}

.tw--bottom-80{
  bottom: -20rem;
}

.tw--left-80{
  left: -20rem;
}

.tw--top-96{
  top: -24rem;
}

.tw--right-96{
  right: -24rem;
}

.tw--bottom-96{
  bottom: -24rem;
}

.tw--left-96{
  left: -24rem;
}

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

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

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

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

.tw--top-0\.5{
  top: -0.125rem;
}

.tw--right-0\.5{
  right: -0.125rem;
}

.tw--bottom-0\.5{
  bottom: -0.125rem;
}

.tw--left-0\.5{
  left: -0.125rem;
}

.tw--top-1\.5{
  top: -0.375rem;
}

.tw--right-1\.5{
  right: -0.375rem;
}

.tw--bottom-1\.5{
  bottom: -0.375rem;
}

.tw--left-1\.5{
  left: -0.375rem;
}

.tw--top-2\.5{
  top: -0.625rem;
}

.tw--right-2\.5{
  right: -0.625rem;
}

.tw--bottom-2\.5{
  bottom: -0.625rem;
}

.tw--left-2\.5{
  left: -0.625rem;
}

.tw--top-3\.5{
  top: -0.875rem;
}

.tw--right-3\.5{
  right: -0.875rem;
}

.tw--bottom-3\.5{
  bottom: -0.875rem;
}

.tw--left-3\.5{
  left: -0.875rem;
}

.tw--top-2\/3{
  top: -66.666667%;
}

.tw--right-2\/3{
  right: -66.666667%;
}

.tw--bottom-2\/3{
  bottom: -66.666667%;
}

.tw--left-2\/3{
  left: -66.666667%;
}

.tw--top-3\/2{
  top: -150%;
}

.tw--right-3\/2{
  right: -150%;
}

.tw--bottom-3\/2{
  bottom: -150%;
}

.tw--left-3\/2{
  left: -150%;
}

.tw--top-square{
  top: -100%;
}

.tw--right-square{
  right: -100%;
}

.tw--bottom-square{
  bottom: -100%;
}

.tw--left-square{
  left: -100%;
}

.tw--top-58px{
  top: -58px;
}

.tw--right-58px{
  right: -58px;
}

.tw--bottom-58px{
  bottom: -58px;
}

.tw--left-58px{
  left: -58px;
}

.tw--top-63px{
  top: -63px;
}

.tw--right-63px{
  right: -63px;
}

.tw--bottom-63px{
  bottom: -63px;
}

.tw--left-63px{
  left: -63px;
}

.tw--top-73px{
  top: -73px;
}

.tw--right-73px{
  right: -73px;
}

.tw--bottom-73px{
  bottom: -73px;
}

.tw--left-73px{
  left: -73px;
}

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

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

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

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

.tw-top-1\/3{
  top: 33.333333%;
}

.tw-right-1\/3{
  right: 33.333333%;
}

.tw-bottom-1\/3{
  bottom: 33.333333%;
}

.tw-left-1\/3{
  left: 33.333333%;
}

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

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

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

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

.tw-top-2\/4{
  top: 50%;
}

.tw-right-2\/4{
  right: 50%;
}

.tw-bottom-2\/4{
  bottom: 50%;
}

.tw-left-2\/4{
  left: 50%;
}

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

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

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

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

.tw-top-full{
  top: 100%;
}

.tw-right-full{
  right: 100%;
}

.tw-bottom-full{
  bottom: 100%;
}

.tw-left-full{
  left: 100%;
}

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

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

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

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

.tw--top-1\/3{
  top: -33.333333%;
}

.tw--right-1\/3{
  right: -33.333333%;
}

.tw--bottom-1\/3{
  bottom: -33.333333%;
}

.tw--left-1\/3{
  left: -33.333333%;
}

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

.tw--right-1\/4{
  right: -25%;
}

.tw--bottom-1\/4{
  bottom: -25%;
}

.tw--left-1\/4{
  left: -25%;
}

.tw--top-2\/4{
  top: -50%;
}

.tw--right-2\/4{
  right: -50%;
}

.tw--bottom-2\/4{
  bottom: -50%;
}

.tw--left-2\/4{
  left: -50%;
}

.tw--top-3\/4{
  top: -75%;
}

.tw--right-3\/4{
  right: -75%;
}

.tw--bottom-3\/4{
  bottom: -75%;
}

.tw--left-3\/4{
  left: -75%;
}

.tw--top-full{
  top: -100%;
}

.tw--right-full{
  right: -100%;
}

.tw--bottom-full{
  bottom: -100%;
}

.tw--left-full{
  left: -100%;
}

.tw-top-1\/5{
  top: 20%;
}

.tw-right-1\/5{
  right: 20%;
}

.tw-bottom-1\/5{
  bottom: 20%;
}

.tw-left-1\/5{
  left: 20%;
}

.tw-resize-none{
  resize: none;
}

.tw-resize-y{
  resize: vertical;
}

.tw-resize-x{
  resize: horizontal;
}

.tw-resize{
  resize: both;
}

*{
  --tw-shadow: 0 0 #0000;
}

.tw-shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-shadow{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-shadow-md{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-shadow-inner{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-shadow-none{
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-shadow-brand{
  --tw-shadow: 0 13px 50px 0 rgba(0, 0, 0, .4);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-shadow-dot{
  --tw-shadow: .5px .5px 2px 1px rgba(0, 0, 0, .4);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-shadow-header{
  --tw-shadow: 0 3px 5px 0 hsla(300, 1%, 65%, .5);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-group:hover .group-hover\:tw-shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-group:hover .group-hover\:tw-shadow{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-group:hover .group-hover\:tw-shadow-md{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-group:hover .group-hover\:tw-shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-group:hover .group-hover\:tw-shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-group:hover .group-hover\:tw-shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-group:hover .group-hover\:tw-shadow-inner{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-group:hover .group-hover\:tw-shadow-none{
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-group:hover .group-hover\:tw-shadow-brand{
  --tw-shadow: 0 13px 50px 0 rgba(0, 0, 0, .4);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-group:hover .group-hover\:tw-shadow-dot{
  --tw-shadow: .5px .5px 2px 1px rgba(0, 0, 0, .4);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-group:hover .group-hover\:tw-shadow-header{
  --tw-shadow: 0 3px 5px 0 hsla(300, 1%, 65%, .5);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:tw-shadow-sm:focus-within{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:tw-shadow:focus-within{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:tw-shadow-md:focus-within{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:tw-shadow-lg:focus-within{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:tw-shadow-xl:focus-within{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:tw-shadow-2xl:focus-within{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:tw-shadow-inner:focus-within{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:tw-shadow-none:focus-within{
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:tw-shadow-brand:focus-within{
  --tw-shadow: 0 13px 50px 0 rgba(0, 0, 0, .4);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:tw-shadow-dot:focus-within{
  --tw-shadow: .5px .5px 2px 1px rgba(0, 0, 0, .4);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:tw-shadow-header:focus-within{
  --tw-shadow: 0 3px 5px 0 hsla(300, 1%, 65%, .5);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:tw-shadow-sm:hover{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:tw-shadow:hover{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:tw-shadow-md:hover{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:tw-shadow-lg:hover{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:tw-shadow-xl:hover{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:tw-shadow-2xl:hover{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:tw-shadow-inner:hover{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:tw-shadow-none:hover{
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:tw-shadow-brand:hover{
  --tw-shadow: 0 13px 50px 0 rgba(0, 0, 0, .4);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:tw-shadow-dot:hover{
  --tw-shadow: .5px .5px 2px 1px rgba(0, 0, 0, .4);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:tw-shadow-header:hover{
  --tw-shadow: 0 3px 5px 0 hsla(300, 1%, 65%, .5);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:tw-shadow-sm:focus{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:tw-shadow:focus{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:tw-shadow-md:focus{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:tw-shadow-lg:focus{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:tw-shadow-xl:focus{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:tw-shadow-2xl:focus{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:tw-shadow-inner:focus{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:tw-shadow-none:focus{
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:tw-shadow-brand:focus{
  --tw-shadow: 0 13px 50px 0 rgba(0, 0, 0, .4);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:tw-shadow-dot:focus{
  --tw-shadow: .5px .5px 2px 1px rgba(0, 0, 0, .4);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:tw-shadow-header:focus{
  --tw-shadow: 0 3px 5px 0 hsla(300, 1%, 65%, .5);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

*{
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.tw-ring-0{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.tw-ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.tw-ring-2{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.tw-ring-4{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.tw-ring-8{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.tw-ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.tw-ring-inset{
  --tw-ring-inset: inset;
}

.focus-within\:tw-ring-0:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:tw-ring-1:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:tw-ring-2:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:tw-ring-4:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:tw-ring-8:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:tw-ring:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:tw-ring-inset:focus-within{
  --tw-ring-inset: inset;
}

.focus\:tw-ring-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:tw-ring-1:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:tw-ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:tw-ring-4:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:tw-ring-8:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:tw-ring:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:tw-ring-inset:focus{
  --tw-ring-inset: inset;
}

.tw-ring-offset-brand-orange{
  --tw-ring-offset-color: #E35100;
}

.tw-ring-offset-brand-orange-dark{
  --tw-ring-offset-color: #C04400;
}

.tw-ring-offset-brand-orange-light{
  --tw-ring-offset-color: #F38D25;
}

.tw-ring-offset-brand-blue{
  --tw-ring-offset-color: #005272;
}

.tw-ring-offset-brand-blue-dark{
  --tw-ring-offset-color: #3F83A3;
}

.tw-ring-offset-brand-blue-light{
  --tw-ring-offset-color: #4F99BB;
}

.tw-ring-offset-brand-yellow{
  --tw-ring-offset-color: #E4B620;
}

.tw-ring-offset-brand-green{
  --tw-ring-offset-color: #8DC055;
}

.tw-ring-offset-brand-pink{
  --tw-ring-offset-color: #C94578;
}

.tw-ring-offset-brand-red{
  --tw-ring-offset-color: #BB0034;
}

.tw-ring-offset-brand-turquesa{
  --tw-ring-offset-color: #3cb497;
}

.tw-ring-offset-gray-lighter{
  --tw-ring-offset-color: #F5F5F5;
}

.tw-ring-offset-gray-light{
  --tw-ring-offset-color: #dadada;
}

.tw-ring-offset-gray-dark{
  --tw-ring-offset-color: #666666;
}

.tw-ring-offset-gray-darker{
  --tw-ring-offset-color: #222222;
}

.tw-ring-offset-gray-medium{
  --tw-ring-offset-color: #767676;
}

.tw-ring-offset-gray-mid{
  --tw-ring-offset-color: #939393;
}

.tw-ring-offset-black{
  --tw-ring-offset-color: #000000;
}

.tw-ring-offset-primary{
  --tw-ring-offset-color: #E35100;
}

.tw-ring-offset-primary-dark{
  --tw-ring-offset-color: #C04400;
}

.tw-ring-offset-primary-light{
  --tw-ring-offset-color: #F38D25;
}

.tw-ring-offset-secondary{
  --tw-ring-offset-color: #005272;
}

.tw-ring-offset-secondary-dark{
  --tw-ring-offset-color: #3F83A3;
}

.tw-ring-offset-secondary-light{
  --tw-ring-offset-color: #4F99BB;
}

.tw-ring-offset-white{
  --tw-ring-offset-color: #FFFFFF;
}

.tw-ring-offset-hyperlinks{
  --tw-ring-offset-color: #106AA3;
}

.tw-ring-offset-hyperlinks-visited{
  --tw-ring-offset-color: #7F1F7D;
}

.tw-ring-offset-transparent{
  --tw-ring-offset-color: transparent;
}

.focus-within\:tw-ring-offset-brand-orange:focus-within{
  --tw-ring-offset-color: #E35100;
}

.focus-within\:tw-ring-offset-brand-orange-dark:focus-within{
  --tw-ring-offset-color: #C04400;
}

.focus-within\:tw-ring-offset-brand-orange-light:focus-within{
  --tw-ring-offset-color: #F38D25;
}

.focus-within\:tw-ring-offset-brand-blue:focus-within{
  --tw-ring-offset-color: #005272;
}

.focus-within\:tw-ring-offset-brand-blue-dark:focus-within{
  --tw-ring-offset-color: #3F83A3;
}

.focus-within\:tw-ring-offset-brand-blue-light:focus-within{
  --tw-ring-offset-color: #4F99BB;
}

.focus-within\:tw-ring-offset-brand-yellow:focus-within{
  --tw-ring-offset-color: #E4B620;
}

.focus-within\:tw-ring-offset-brand-green:focus-within{
  --tw-ring-offset-color: #8DC055;
}

.focus-within\:tw-ring-offset-brand-pink:focus-within{
  --tw-ring-offset-color: #C94578;
}

.focus-within\:tw-ring-offset-brand-red:focus-within{
  --tw-ring-offset-color: #BB0034;
}

.focus-within\:tw-ring-offset-brand-turquesa:focus-within{
  --tw-ring-offset-color: #3cb497;
}

.focus-within\:tw-ring-offset-gray-lighter:focus-within{
  --tw-ring-offset-color: #F5F5F5;
}

.focus-within\:tw-ring-offset-gray-light:focus-within{
  --tw-ring-offset-color: #dadada;
}

.focus-within\:tw-ring-offset-gray-dark:focus-within{
  --tw-ring-offset-color: #666666;
}

.focus-within\:tw-ring-offset-gray-darker:focus-within{
  --tw-ring-offset-color: #222222;
}

.focus-within\:tw-ring-offset-gray-medium:focus-within{
  --tw-ring-offset-color: #767676;
}

.focus-within\:tw-ring-offset-gray-mid:focus-within{
  --tw-ring-offset-color: #939393;
}

.focus-within\:tw-ring-offset-black:focus-within{
  --tw-ring-offset-color: #000000;
}

.focus-within\:tw-ring-offset-primary:focus-within{
  --tw-ring-offset-color: #E35100;
}

.focus-within\:tw-ring-offset-primary-dark:focus-within{
  --tw-ring-offset-color: #C04400;
}

.focus-within\:tw-ring-offset-primary-light:focus-within{
  --tw-ring-offset-color: #F38D25;
}

.focus-within\:tw-ring-offset-secondary:focus-within{
  --tw-ring-offset-color: #005272;
}

.focus-within\:tw-ring-offset-secondary-dark:focus-within{
  --tw-ring-offset-color: #3F83A3;
}

.focus-within\:tw-ring-offset-secondary-light:focus-within{
  --tw-ring-offset-color: #4F99BB;
}

.focus-within\:tw-ring-offset-white:focus-within{
  --tw-ring-offset-color: #FFFFFF;
}

.focus-within\:tw-ring-offset-hyperlinks:focus-within{
  --tw-ring-offset-color: #106AA3;
}

.focus-within\:tw-ring-offset-hyperlinks-visited:focus-within{
  --tw-ring-offset-color: #7F1F7D;
}

.focus-within\:tw-ring-offset-transparent:focus-within{
  --tw-ring-offset-color: transparent;
}

.focus\:tw-ring-offset-brand-orange:focus{
  --tw-ring-offset-color: #E35100;
}

.focus\:tw-ring-offset-brand-orange-dark:focus{
  --tw-ring-offset-color: #C04400;
}

.focus\:tw-ring-offset-brand-orange-light:focus{
  --tw-ring-offset-color: #F38D25;
}

.focus\:tw-ring-offset-brand-blue:focus{
  --tw-ring-offset-color: #005272;
}

.focus\:tw-ring-offset-brand-blue-dark:focus{
  --tw-ring-offset-color: #3F83A3;
}

.focus\:tw-ring-offset-brand-blue-light:focus{
  --tw-ring-offset-color: #4F99BB;
}

.focus\:tw-ring-offset-brand-yellow:focus{
  --tw-ring-offset-color: #E4B620;
}

.focus\:tw-ring-offset-brand-green:focus{
  --tw-ring-offset-color: #8DC055;
}

.focus\:tw-ring-offset-brand-pink:focus{
  --tw-ring-offset-color: #C94578;
}

.focus\:tw-ring-offset-brand-red:focus{
  --tw-ring-offset-color: #BB0034;
}

.focus\:tw-ring-offset-brand-turquesa:focus{
  --tw-ring-offset-color: #3cb497;
}

.focus\:tw-ring-offset-gray-lighter:focus{
  --tw-ring-offset-color: #F5F5F5;
}

.focus\:tw-ring-offset-gray-light:focus{
  --tw-ring-offset-color: #dadada;
}

.focus\:tw-ring-offset-gray-dark:focus{
  --tw-ring-offset-color: #666666;
}

.focus\:tw-ring-offset-gray-darker:focus{
  --tw-ring-offset-color: #222222;
}

.focus\:tw-ring-offset-gray-medium:focus{
  --tw-ring-offset-color: #767676;
}

.focus\:tw-ring-offset-gray-mid:focus{
  --tw-ring-offset-color: #939393;
}

.focus\:tw-ring-offset-black:focus{
  --tw-ring-offset-color: #000000;
}

.focus\:tw-ring-offset-primary:focus{
  --tw-ring-offset-color: #E35100;
}

.focus\:tw-ring-offset-primary-dark:focus{
  --tw-ring-offset-color: #C04400;
}

.focus\:tw-ring-offset-primary-light:focus{
  --tw-ring-offset-color: #F38D25;
}

.focus\:tw-ring-offset-secondary:focus{
  --tw-ring-offset-color: #005272;
}

.focus\:tw-ring-offset-secondary-dark:focus{
  --tw-ring-offset-color: #3F83A3;
}

.focus\:tw-ring-offset-secondary-light:focus{
  --tw-ring-offset-color: #4F99BB;
}

.focus\:tw-ring-offset-white:focus{
  --tw-ring-offset-color: #FFFFFF;
}

.focus\:tw-ring-offset-hyperlinks:focus{
  --tw-ring-offset-color: #106AA3;
}

.focus\:tw-ring-offset-hyperlinks-visited:focus{
  --tw-ring-offset-color: #7F1F7D;
}

.focus\:tw-ring-offset-transparent:focus{
  --tw-ring-offset-color: transparent;
}

.tw-ring-offset-0{
  --tw-ring-offset-width: 0px;
}

.tw-ring-offset-1{
  --tw-ring-offset-width: 1px;
}

.tw-ring-offset-2{
  --tw-ring-offset-width: 2px;
}

.tw-ring-offset-4{
  --tw-ring-offset-width: 4px;
}

.tw-ring-offset-8{
  --tw-ring-offset-width: 8px;
}

.focus-within\:tw-ring-offset-0:focus-within{
  --tw-ring-offset-width: 0px;
}

.focus-within\:tw-ring-offset-1:focus-within{
  --tw-ring-offset-width: 1px;
}

.focus-within\:tw-ring-offset-2:focus-within{
  --tw-ring-offset-width: 2px;
}

.focus-within\:tw-ring-offset-4:focus-within{
  --tw-ring-offset-width: 4px;
}

.focus-within\:tw-ring-offset-8:focus-within{
  --tw-ring-offset-width: 8px;
}

.focus\:tw-ring-offset-0:focus{
  --tw-ring-offset-width: 0px;
}

.focus\:tw-ring-offset-1:focus{
  --tw-ring-offset-width: 1px;
}

.focus\:tw-ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}

.focus\:tw-ring-offset-4:focus{
  --tw-ring-offset-width: 4px;
}

.focus\:tw-ring-offset-8:focus{
  --tw-ring-offset-width: 8px;
}

.tw-ring-brand-orange{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(227, 81, 0, var(--tw-ring-opacity));
}

.tw-ring-brand-orange-dark{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(192, 68, 0, var(--tw-ring-opacity));
}

.tw-ring-brand-orange-light{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 141, 37, var(--tw-ring-opacity));
}

.tw-ring-brand-blue{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 82, 114, var(--tw-ring-opacity));
}

.tw-ring-brand-blue-dark{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 131, 163, var(--tw-ring-opacity));
}

.tw-ring-brand-blue-light{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 153, 187, var(--tw-ring-opacity));
}

.tw-ring-brand-yellow{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(228, 182, 32, var(--tw-ring-opacity));
}

.tw-ring-brand-green{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(141, 192, 85, var(--tw-ring-opacity));
}

.tw-ring-brand-pink{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(201, 69, 120, var(--tw-ring-opacity));
}

.tw-ring-brand-red{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(187, 0, 52, var(--tw-ring-opacity));
}

.tw-ring-brand-turquesa{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(60, 180, 151, var(--tw-ring-opacity));
}

.tw-ring-gray-lighter{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
}

.tw-ring-gray-light{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity));
}

.tw-ring-gray-dark{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
}

.tw-ring-gray-darker{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
}

.tw-ring-gray-medium{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(118, 118, 118, var(--tw-ring-opacity));
}

.tw-ring-gray-mid{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 147, 147, var(--tw-ring-opacity));
}

.tw-ring-black{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.tw-ring-primary{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(227, 81, 0, var(--tw-ring-opacity));
}

.tw-ring-primary-dark{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(192, 68, 0, var(--tw-ring-opacity));
}

.tw-ring-primary-light{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 141, 37, var(--tw-ring-opacity));
}

.tw-ring-secondary{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 82, 114, var(--tw-ring-opacity));
}

.tw-ring-secondary-dark{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 131, 163, var(--tw-ring-opacity));
}

.tw-ring-secondary-light{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 153, 187, var(--tw-ring-opacity));
}

.tw-ring-white{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.tw-ring-hyperlinks{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(16, 106, 163, var(--tw-ring-opacity));
}

.tw-ring-hyperlinks-visited{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(127, 31, 125, var(--tw-ring-opacity));
}

.tw-ring-transparent{
  --tw-ring-color: transparent;
}

.focus-within\:tw-ring-brand-orange:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(227, 81, 0, var(--tw-ring-opacity));
}

.focus-within\:tw-ring-brand-orange-dark:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(192, 68, 0, var(--tw-ring-opacity));
}

.focus-within\:tw-ring-brand-orange-light:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 141, 37, var(--tw-ring-opacity));
}

.focus-within\:tw-ring-brand-blue:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 82, 114, var(--tw-ring-opacity));
}

.focus-within\:tw-ring-brand-blue-dark:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 131, 163, var(--tw-ring-opacity));
}

.focus-within\:tw-ring-brand-blue-light:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 153, 187, var(--tw-ring-opacity));
}

.focus-within\:tw-ring-brand-yellow:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(228, 182, 32, var(--tw-ring-opacity));
}

.focus-within\:tw-ring-brand-green:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(141, 192, 85, var(--tw-ring-opacity));
}

.focus-within\:tw-ring-brand-pink:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(201, 69, 120, var(--tw-ring-opacity));
}

.focus-within\:tw-ring-brand-red:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(187, 0, 52, var(--tw-ring-opacity));
}

.focus-within\:tw-ring-brand-turquesa:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(60, 180, 151, var(--tw-ring-opacity));
}

.focus-within\:tw-ring-gray-lighter:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
}

.focus-within\:tw-ring-gray-light:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity));
}

.focus-within\:tw-ring-gray-dark:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
}

.focus-within\:tw-ring-gray-darker:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
}

.focus-within\:tw-ring-gray-medium:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(118, 118, 118, var(--tw-ring-opacity));
}

.focus-within\:tw-ring-gray-mid:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 147, 147, var(--tw-ring-opacity));
}

.focus-within\:tw-ring-black:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.focus-within\:tw-ring-primary:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(227, 81, 0, var(--tw-ring-opacity));
}

.focus-within\:tw-ring-primary-dark:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(192, 68, 0, var(--tw-ring-opacity));
}

.focus-within\:tw-ring-primary-light:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 141, 37, var(--tw-ring-opacity));
}

.focus-within\:tw-ring-secondary:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 82, 114, var(--tw-ring-opacity));
}

.focus-within\:tw-ring-secondary-dark:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 131, 163, var(--tw-ring-opacity));
}

.focus-within\:tw-ring-secondary-light:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 153, 187, var(--tw-ring-opacity));
}

.focus-within\:tw-ring-white:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.focus-within\:tw-ring-hyperlinks:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(16, 106, 163, var(--tw-ring-opacity));
}

.focus-within\:tw-ring-hyperlinks-visited:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(127, 31, 125, var(--tw-ring-opacity));
}

.focus-within\:tw-ring-transparent:focus-within{
  --tw-ring-color: transparent;
}

.focus\:tw-ring-brand-orange:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(227, 81, 0, var(--tw-ring-opacity));
}

.focus\:tw-ring-brand-orange-dark:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(192, 68, 0, var(--tw-ring-opacity));
}

.focus\:tw-ring-brand-orange-light:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 141, 37, var(--tw-ring-opacity));
}

.focus\:tw-ring-brand-blue:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 82, 114, var(--tw-ring-opacity));
}

.focus\:tw-ring-brand-blue-dark:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 131, 163, var(--tw-ring-opacity));
}

.focus\:tw-ring-brand-blue-light:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 153, 187, var(--tw-ring-opacity));
}

.focus\:tw-ring-brand-yellow:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(228, 182, 32, var(--tw-ring-opacity));
}

.focus\:tw-ring-brand-green:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(141, 192, 85, var(--tw-ring-opacity));
}

.focus\:tw-ring-brand-pink:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(201, 69, 120, var(--tw-ring-opacity));
}

.focus\:tw-ring-brand-red:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(187, 0, 52, var(--tw-ring-opacity));
}

.focus\:tw-ring-brand-turquesa:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(60, 180, 151, var(--tw-ring-opacity));
}

.focus\:tw-ring-gray-lighter:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
}

.focus\:tw-ring-gray-light:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity));
}

.focus\:tw-ring-gray-dark:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
}

.focus\:tw-ring-gray-darker:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
}

.focus\:tw-ring-gray-medium:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(118, 118, 118, var(--tw-ring-opacity));
}

.focus\:tw-ring-gray-mid:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 147, 147, var(--tw-ring-opacity));
}

.focus\:tw-ring-black:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.focus\:tw-ring-primary:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(227, 81, 0, var(--tw-ring-opacity));
}

.focus\:tw-ring-primary-dark:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(192, 68, 0, var(--tw-ring-opacity));
}

.focus\:tw-ring-primary-light:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 141, 37, var(--tw-ring-opacity));
}

.focus\:tw-ring-secondary:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 82, 114, var(--tw-ring-opacity));
}

.focus\:tw-ring-secondary-dark:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 131, 163, var(--tw-ring-opacity));
}

.focus\:tw-ring-secondary-light:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 153, 187, var(--tw-ring-opacity));
}

.focus\:tw-ring-white:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.focus\:tw-ring-hyperlinks:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(16, 106, 163, var(--tw-ring-opacity));
}

.focus\:tw-ring-hyperlinks-visited:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(127, 31, 125, var(--tw-ring-opacity));
}

.focus\:tw-ring-transparent:focus{
  --tw-ring-color: transparent;
}

.tw-ring-opacity-0{
  --tw-ring-opacity: 0;
}

.tw-ring-opacity-5{
  --tw-ring-opacity: 0.05;
}

.tw-ring-opacity-10{
  --tw-ring-opacity: 0.1;
}

.tw-ring-opacity-20{
  --tw-ring-opacity: 0.2;
}

.tw-ring-opacity-25{
  --tw-ring-opacity: 0.25;
}

.tw-ring-opacity-30{
  --tw-ring-opacity: 0.3;
}

.tw-ring-opacity-40{
  --tw-ring-opacity: 0.4;
}

.tw-ring-opacity-50{
  --tw-ring-opacity: 0.5;
}

.tw-ring-opacity-60{
  --tw-ring-opacity: 0.6;
}

.tw-ring-opacity-70{
  --tw-ring-opacity: 0.7;
}

.tw-ring-opacity-75{
  --tw-ring-opacity: 0.75;
}

.tw-ring-opacity-80{
  --tw-ring-opacity: 0.8;
}

.tw-ring-opacity-90{
  --tw-ring-opacity: 0.9;
}

.tw-ring-opacity-95{
  --tw-ring-opacity: 0.95;
}

.tw-ring-opacity-100{
  --tw-ring-opacity: 1;
}

.focus-within\:tw-ring-opacity-0:focus-within{
  --tw-ring-opacity: 0;
}

.focus-within\:tw-ring-opacity-5:focus-within{
  --tw-ring-opacity: 0.05;
}

.focus-within\:tw-ring-opacity-10:focus-within{
  --tw-ring-opacity: 0.1;
}

.focus-within\:tw-ring-opacity-20:focus-within{
  --tw-ring-opacity: 0.2;
}

.focus-within\:tw-ring-opacity-25:focus-within{
  --tw-ring-opacity: 0.25;
}

.focus-within\:tw-ring-opacity-30:focus-within{
  --tw-ring-opacity: 0.3;
}

.focus-within\:tw-ring-opacity-40:focus-within{
  --tw-ring-opacity: 0.4;
}

.focus-within\:tw-ring-opacity-50:focus-within{
  --tw-ring-opacity: 0.5;
}

.focus-within\:tw-ring-opacity-60:focus-within{
  --tw-ring-opacity: 0.6;
}

.focus-within\:tw-ring-opacity-70:focus-within{
  --tw-ring-opacity: 0.7;
}

.focus-within\:tw-ring-opacity-75:focus-within{
  --tw-ring-opacity: 0.75;
}

.focus-within\:tw-ring-opacity-80:focus-within{
  --tw-ring-opacity: 0.8;
}

.focus-within\:tw-ring-opacity-90:focus-within{
  --tw-ring-opacity: 0.9;
}

.focus-within\:tw-ring-opacity-95:focus-within{
  --tw-ring-opacity: 0.95;
}

.focus-within\:tw-ring-opacity-100:focus-within{
  --tw-ring-opacity: 1;
}

.focus\:tw-ring-opacity-0:focus{
  --tw-ring-opacity: 0;
}

.focus\:tw-ring-opacity-5:focus{
  --tw-ring-opacity: 0.05;
}

.focus\:tw-ring-opacity-10:focus{
  --tw-ring-opacity: 0.1;
}

.focus\:tw-ring-opacity-20:focus{
  --tw-ring-opacity: 0.2;
}

.focus\:tw-ring-opacity-25:focus{
  --tw-ring-opacity: 0.25;
}

.focus\:tw-ring-opacity-30:focus{
  --tw-ring-opacity: 0.3;
}

.focus\:tw-ring-opacity-40:focus{
  --tw-ring-opacity: 0.4;
}

.focus\:tw-ring-opacity-50:focus{
  --tw-ring-opacity: 0.5;
}

.focus\:tw-ring-opacity-60:focus{
  --tw-ring-opacity: 0.6;
}

.focus\:tw-ring-opacity-70:focus{
  --tw-ring-opacity: 0.7;
}

.focus\:tw-ring-opacity-75:focus{
  --tw-ring-opacity: 0.75;
}

.focus\:tw-ring-opacity-80:focus{
  --tw-ring-opacity: 0.8;
}

.focus\:tw-ring-opacity-90:focus{
  --tw-ring-opacity: 0.9;
}

.focus\:tw-ring-opacity-95:focus{
  --tw-ring-opacity: 0.95;
}

.focus\:tw-ring-opacity-100:focus{
  --tw-ring-opacity: 1;
}

.tw-fill-current{
  fill: currentColor;
}

.tw-fill-primary{
  fill: #E35100;
}

.tw-fill-secondary{
  fill: #005272;
}

.tw-fill-green{
  fill: #8DC055;
}

.tw-fill-magenta{
  fill: #cd0e4d;
}

.tw-fill-turquesa{
  fill: #3cb497;
}

.tw-fill-primary-light{
  fill: #F38D25;
}

.tw-fill-secondary-light{
  fill: #4F99BB;
}

.tw-fill-green-light{
  fill: #9dd056;
}

.tw-fill-magenta-light{
  fill: #f01e63;
}

.tw-fill-turquesa-light{
  fill: #5bc8ae;
}

.hover\:tw-fill-current:hover{
  fill: currentColor;
}

.hover\:tw-fill-primary:hover{
  fill: #E35100;
}

.hover\:tw-fill-secondary:hover{
  fill: #005272;
}

.hover\:tw-fill-green:hover{
  fill: #8DC055;
}

.hover\:tw-fill-magenta:hover{
  fill: #cd0e4d;
}

.hover\:tw-fill-turquesa:hover{
  fill: #3cb497;
}

.hover\:tw-fill-primary-light:hover{
  fill: #F38D25;
}

.hover\:tw-fill-secondary-light:hover{
  fill: #4F99BB;
}

.hover\:tw-fill-green-light:hover{
  fill: #9dd056;
}

.hover\:tw-fill-magenta-light:hover{
  fill: #f01e63;
}

.hover\:tw-fill-turquesa-light:hover{
  fill: #5bc8ae;
}

.focus\:tw-fill-current:focus{
  fill: currentColor;
}

.focus\:tw-fill-primary:focus{
  fill: #E35100;
}

.focus\:tw-fill-secondary:focus{
  fill: #005272;
}

.focus\:tw-fill-green:focus{
  fill: #8DC055;
}

.focus\:tw-fill-magenta:focus{
  fill: #cd0e4d;
}

.focus\:tw-fill-turquesa:focus{
  fill: #3cb497;
}

.focus\:tw-fill-primary-light:focus{
  fill: #F38D25;
}

.focus\:tw-fill-secondary-light:focus{
  fill: #4F99BB;
}

.focus\:tw-fill-green-light:focus{
  fill: #9dd056;
}

.focus\:tw-fill-magenta-light:focus{
  fill: #f01e63;
}

.focus\:tw-fill-turquesa-light:focus{
  fill: #5bc8ae;
}

.tw-stroke-current{
  stroke: currentColor;
}

.tw-stroke-0{
  stroke-width: 0;
}

.tw-stroke-1{
  stroke-width: 1;
}

.tw-stroke-2{
  stroke-width: 2;
}

.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-brand-orange{
  --tw-text-opacity: 1;
  color: rgba(227, 81, 0, var(--tw-text-opacity));
}

.tw-text-brand-orange-dark{
  --tw-text-opacity: 1;
  color: rgba(192, 68, 0, var(--tw-text-opacity));
}

.tw-text-brand-orange-light{
  --tw-text-opacity: 1;
  color: rgba(243, 141, 37, var(--tw-text-opacity));
}

.tw-text-brand-blue{
  --tw-text-opacity: 1;
  color: rgba(0, 82, 114, var(--tw-text-opacity));
}

.tw-text-brand-blue-dark{
  --tw-text-opacity: 1;
  color: rgba(63, 131, 163, var(--tw-text-opacity));
}

.tw-text-brand-blue-light{
  --tw-text-opacity: 1;
  color: rgba(79, 153, 187, var(--tw-text-opacity));
}

.tw-text-brand-yellow{
  --tw-text-opacity: 1;
  color: rgba(228, 182, 32, var(--tw-text-opacity));
}

.tw-text-brand-green{
  --tw-text-opacity: 1;
  color: rgba(141, 192, 85, var(--tw-text-opacity));
}

.tw-text-brand-pink{
  --tw-text-opacity: 1;
  color: rgba(201, 69, 120, var(--tw-text-opacity));
}

.tw-text-brand-red{
  --tw-text-opacity: 1;
  color: rgba(187, 0, 52, var(--tw-text-opacity));
}

.tw-text-brand-turquesa{
  --tw-text-opacity: 1;
  color: rgba(60, 180, 151, var(--tw-text-opacity));
}

.tw-text-gray-lighter{
  --tw-text-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-text-opacity));
}

.tw-text-gray-light{
  --tw-text-opacity: 1;
  color: rgba(218, 218, 218, var(--tw-text-opacity));
}

.tw-text-gray-dark{
  --tw-text-opacity: 1;
  color: rgba(102, 102, 102, var(--tw-text-opacity));
}

.tw-text-gray-darker{
  --tw-text-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-text-opacity));
}

.tw-text-gray-medium{
  --tw-text-opacity: 1;
  color: rgba(118, 118, 118, var(--tw-text-opacity));
}

.tw-text-gray-mid{
  --tw-text-opacity: 1;
  color: rgba(147, 147, 147, var(--tw-text-opacity));
}

.tw-text-black{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.tw-text-primary{
  --tw-text-opacity: 1;
  color: rgba(227, 81, 0, var(--tw-text-opacity));
}

.tw-text-primary-dark{
  --tw-text-opacity: 1;
  color: rgba(192, 68, 0, var(--tw-text-opacity));
}

.tw-text-primary-light{
  --tw-text-opacity: 1;
  color: rgba(243, 141, 37, var(--tw-text-opacity));
}

.tw-text-secondary{
  --tw-text-opacity: 1;
  color: rgba(0, 82, 114, var(--tw-text-opacity));
}

.tw-text-secondary-dark{
  --tw-text-opacity: 1;
  color: rgba(63, 131, 163, var(--tw-text-opacity));
}

.tw-text-secondary-light{
  --tw-text-opacity: 1;
  color: rgba(79, 153, 187, var(--tw-text-opacity));
}

.tw-text-white{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.tw-text-hyperlinks{
  --tw-text-opacity: 1;
  color: rgba(16, 106, 163, var(--tw-text-opacity));
}

.tw-text-hyperlinks-visited{
  --tw-text-opacity: 1;
  color: rgba(127, 31, 125, var(--tw-text-opacity));
}

.tw-text-transparent{
  color: transparent;
}

.visited\:tw-text-brand-orange:visited{
  --tw-text-opacity: 1;
  color: rgba(227, 81, 0, var(--tw-text-opacity));
}

.visited\:tw-text-brand-orange-dark:visited{
  --tw-text-opacity: 1;
  color: rgba(192, 68, 0, var(--tw-text-opacity));
}

.visited\:tw-text-brand-orange-light:visited{
  --tw-text-opacity: 1;
  color: rgba(243, 141, 37, var(--tw-text-opacity));
}

.visited\:tw-text-brand-blue:visited{
  --tw-text-opacity: 1;
  color: rgba(0, 82, 114, var(--tw-text-opacity));
}

.visited\:tw-text-brand-blue-dark:visited{
  --tw-text-opacity: 1;
  color: rgba(63, 131, 163, var(--tw-text-opacity));
}

.visited\:tw-text-brand-blue-light:visited{
  --tw-text-opacity: 1;
  color: rgba(79, 153, 187, var(--tw-text-opacity));
}

.visited\:tw-text-brand-yellow:visited{
  --tw-text-opacity: 1;
  color: rgba(228, 182, 32, var(--tw-text-opacity));
}

.visited\:tw-text-brand-green:visited{
  --tw-text-opacity: 1;
  color: rgba(141, 192, 85, var(--tw-text-opacity));
}

.visited\:tw-text-brand-pink:visited{
  --tw-text-opacity: 1;
  color: rgba(201, 69, 120, var(--tw-text-opacity));
}

.visited\:tw-text-brand-red:visited{
  --tw-text-opacity: 1;
  color: rgba(187, 0, 52, var(--tw-text-opacity));
}

.visited\:tw-text-brand-turquesa:visited{
  --tw-text-opacity: 1;
  color: rgba(60, 180, 151, var(--tw-text-opacity));
}

.visited\:tw-text-gray-lighter:visited{
  --tw-text-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-text-opacity));
}

.visited\:tw-text-gray-light:visited{
  --tw-text-opacity: 1;
  color: rgba(218, 218, 218, var(--tw-text-opacity));
}

.visited\:tw-text-gray-dark:visited{
  --tw-text-opacity: 1;
  color: rgba(102, 102, 102, var(--tw-text-opacity));
}

.visited\:tw-text-gray-darker:visited{
  --tw-text-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-text-opacity));
}

.visited\:tw-text-gray-medium:visited{
  --tw-text-opacity: 1;
  color: rgba(118, 118, 118, var(--tw-text-opacity));
}

.visited\:tw-text-gray-mid:visited{
  --tw-text-opacity: 1;
  color: rgba(147, 147, 147, var(--tw-text-opacity));
}

.visited\:tw-text-black:visited{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.visited\:tw-text-primary:visited{
  --tw-text-opacity: 1;
  color: rgba(227, 81, 0, var(--tw-text-opacity));
}

.visited\:tw-text-primary-dark:visited{
  --tw-text-opacity: 1;
  color: rgba(192, 68, 0, var(--tw-text-opacity));
}

.visited\:tw-text-primary-light:visited{
  --tw-text-opacity: 1;
  color: rgba(243, 141, 37, var(--tw-text-opacity));
}

.visited\:tw-text-secondary:visited{
  --tw-text-opacity: 1;
  color: rgba(0, 82, 114, var(--tw-text-opacity));
}

.visited\:tw-text-secondary-dark:visited{
  --tw-text-opacity: 1;
  color: rgba(63, 131, 163, var(--tw-text-opacity));
}

.visited\:tw-text-secondary-light:visited{
  --tw-text-opacity: 1;
  color: rgba(79, 153, 187, var(--tw-text-opacity));
}

.visited\:tw-text-white:visited{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.visited\:tw-text-hyperlinks:visited{
  --tw-text-opacity: 1;
  color: rgba(16, 106, 163, var(--tw-text-opacity));
}

.visited\:tw-text-hyperlinks-visited:visited{
  --tw-text-opacity: 1;
  color: rgba(127, 31, 125, var(--tw-text-opacity));
}

.visited\:tw-text-transparent:visited{
  color: transparent;
}

.tw-group:hover .group-hover\:tw-text-brand-orange{
  --tw-text-opacity: 1;
  color: rgba(227, 81, 0, var(--tw-text-opacity));
}

.tw-group:hover .group-hover\:tw-text-brand-orange-dark{
  --tw-text-opacity: 1;
  color: rgba(192, 68, 0, var(--tw-text-opacity));
}

.tw-group:hover .group-hover\:tw-text-brand-orange-light{
  --tw-text-opacity: 1;
  color: rgba(243, 141, 37, var(--tw-text-opacity));
}

.tw-group:hover .group-hover\:tw-text-brand-blue{
  --tw-text-opacity: 1;
  color: rgba(0, 82, 114, var(--tw-text-opacity));
}

.tw-group:hover .group-hover\:tw-text-brand-blue-dark{
  --tw-text-opacity: 1;
  color: rgba(63, 131, 163, var(--tw-text-opacity));
}

.tw-group:hover .group-hover\:tw-text-brand-blue-light{
  --tw-text-opacity: 1;
  color: rgba(79, 153, 187, var(--tw-text-opacity));
}

.tw-group:hover .group-hover\:tw-text-brand-yellow{
  --tw-text-opacity: 1;
  color: rgba(228, 182, 32, var(--tw-text-opacity));
}

.tw-group:hover .group-hover\:tw-text-brand-green{
  --tw-text-opacity: 1;
  color: rgba(141, 192, 85, var(--tw-text-opacity));
}

.tw-group:hover .group-hover\:tw-text-brand-pink{
  --tw-text-opacity: 1;
  color: rgba(201, 69, 120, var(--tw-text-opacity));
}

.tw-group:hover .group-hover\:tw-text-brand-red{
  --tw-text-opacity: 1;
  color: rgba(187, 0, 52, var(--tw-text-opacity));
}

.tw-group:hover .group-hover\:tw-text-brand-turquesa{
  --tw-text-opacity: 1;
  color: rgba(60, 180, 151, var(--tw-text-opacity));
}

.tw-group:hover .group-hover\:tw-text-gray-lighter{
  --tw-text-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-text-opacity));
}

.tw-group:hover .group-hover\:tw-text-gray-light{
  --tw-text-opacity: 1;
  color: rgba(218, 218, 218, var(--tw-text-opacity));
}

.tw-group:hover .group-hover\:tw-text-gray-dark{
  --tw-text-opacity: 1;
  color: rgba(102, 102, 102, var(--tw-text-opacity));
}

.tw-group:hover .group-hover\:tw-text-gray-darker{
  --tw-text-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-text-opacity));
}

.tw-group:hover .group-hover\:tw-text-gray-medium{
  --tw-text-opacity: 1;
  color: rgba(118, 118, 118, var(--tw-text-opacity));
}

.tw-group:hover .group-hover\:tw-text-gray-mid{
  --tw-text-opacity: 1;
  color: rgba(147, 147, 147, var(--tw-text-opacity));
}

.tw-group:hover .group-hover\:tw-text-black{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.tw-group:hover .group-hover\:tw-text-primary{
  --tw-text-opacity: 1;
  color: rgba(227, 81, 0, var(--tw-text-opacity));
}

.tw-group:hover .group-hover\:tw-text-primary-dark{
  --tw-text-opacity: 1;
  color: rgba(192, 68, 0, var(--tw-text-opacity));
}

.tw-group:hover .group-hover\:tw-text-primary-light{
  --tw-text-opacity: 1;
  color: rgba(243, 141, 37, var(--tw-text-opacity));
}

.tw-group:hover .group-hover\:tw-text-secondary{
  --tw-text-opacity: 1;
  color: rgba(0, 82, 114, var(--tw-text-opacity));
}

.tw-group:hover .group-hover\:tw-text-secondary-dark{
  --tw-text-opacity: 1;
  color: rgba(63, 131, 163, var(--tw-text-opacity));
}

.tw-group:hover .group-hover\:tw-text-secondary-light{
  --tw-text-opacity: 1;
  color: rgba(79, 153, 187, var(--tw-text-opacity));
}

.tw-group:hover .group-hover\:tw-text-white{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.tw-group:hover .group-hover\:tw-text-hyperlinks{
  --tw-text-opacity: 1;
  color: rgba(16, 106, 163, var(--tw-text-opacity));
}

.tw-group:hover .group-hover\:tw-text-hyperlinks-visited{
  --tw-text-opacity: 1;
  color: rgba(127, 31, 125, var(--tw-text-opacity));
}

.tw-group:hover .group-hover\:tw-text-transparent{
  color: transparent;
}

.focus-within\:tw-text-brand-orange:focus-within{
  --tw-text-opacity: 1;
  color: rgba(227, 81, 0, var(--tw-text-opacity));
}

.focus-within\:tw-text-brand-orange-dark:focus-within{
  --tw-text-opacity: 1;
  color: rgba(192, 68, 0, var(--tw-text-opacity));
}

.focus-within\:tw-text-brand-orange-light:focus-within{
  --tw-text-opacity: 1;
  color: rgba(243, 141, 37, var(--tw-text-opacity));
}

.focus-within\:tw-text-brand-blue:focus-within{
  --tw-text-opacity: 1;
  color: rgba(0, 82, 114, var(--tw-text-opacity));
}

.focus-within\:tw-text-brand-blue-dark:focus-within{
  --tw-text-opacity: 1;
  color: rgba(63, 131, 163, var(--tw-text-opacity));
}

.focus-within\:tw-text-brand-blue-light:focus-within{
  --tw-text-opacity: 1;
  color: rgba(79, 153, 187, var(--tw-text-opacity));
}

.focus-within\:tw-text-brand-yellow:focus-within{
  --tw-text-opacity: 1;
  color: rgba(228, 182, 32, var(--tw-text-opacity));
}

.focus-within\:tw-text-brand-green:focus-within{
  --tw-text-opacity: 1;
  color: rgba(141, 192, 85, var(--tw-text-opacity));
}

.focus-within\:tw-text-brand-pink:focus-within{
  --tw-text-opacity: 1;
  color: rgba(201, 69, 120, var(--tw-text-opacity));
}

.focus-within\:tw-text-brand-red:focus-within{
  --tw-text-opacity: 1;
  color: rgba(187, 0, 52, var(--tw-text-opacity));
}

.focus-within\:tw-text-brand-turquesa:focus-within{
  --tw-text-opacity: 1;
  color: rgba(60, 180, 151, var(--tw-text-opacity));
}

.focus-within\:tw-text-gray-lighter:focus-within{
  --tw-text-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-text-opacity));
}

.focus-within\:tw-text-gray-light:focus-within{
  --tw-text-opacity: 1;
  color: rgba(218, 218, 218, var(--tw-text-opacity));
}

.focus-within\:tw-text-gray-dark:focus-within{
  --tw-text-opacity: 1;
  color: rgba(102, 102, 102, var(--tw-text-opacity));
}

.focus-within\:tw-text-gray-darker:focus-within{
  --tw-text-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-text-opacity));
}

.focus-within\:tw-text-gray-medium:focus-within{
  --tw-text-opacity: 1;
  color: rgba(118, 118, 118, var(--tw-text-opacity));
}

.focus-within\:tw-text-gray-mid:focus-within{
  --tw-text-opacity: 1;
  color: rgba(147, 147, 147, var(--tw-text-opacity));
}

.focus-within\:tw-text-black:focus-within{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.focus-within\:tw-text-primary:focus-within{
  --tw-text-opacity: 1;
  color: rgba(227, 81, 0, var(--tw-text-opacity));
}

.focus-within\:tw-text-primary-dark:focus-within{
  --tw-text-opacity: 1;
  color: rgba(192, 68, 0, var(--tw-text-opacity));
}

.focus-within\:tw-text-primary-light:focus-within{
  --tw-text-opacity: 1;
  color: rgba(243, 141, 37, var(--tw-text-opacity));
}

.focus-within\:tw-text-secondary:focus-within{
  --tw-text-opacity: 1;
  color: rgba(0, 82, 114, var(--tw-text-opacity));
}

.focus-within\:tw-text-secondary-dark:focus-within{
  --tw-text-opacity: 1;
  color: rgba(63, 131, 163, var(--tw-text-opacity));
}

.focus-within\:tw-text-secondary-light:focus-within{
  --tw-text-opacity: 1;
  color: rgba(79, 153, 187, var(--tw-text-opacity));
}

.focus-within\:tw-text-white:focus-within{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.focus-within\:tw-text-hyperlinks:focus-within{
  --tw-text-opacity: 1;
  color: rgba(16, 106, 163, var(--tw-text-opacity));
}

.focus-within\:tw-text-hyperlinks-visited:focus-within{
  --tw-text-opacity: 1;
  color: rgba(127, 31, 125, var(--tw-text-opacity));
}

.focus-within\:tw-text-transparent:focus-within{
  color: transparent;
}

.hover\:tw-text-brand-orange:hover{
  --tw-text-opacity: 1;
  color: rgba(227, 81, 0, var(--tw-text-opacity));
}

.hover\:tw-text-brand-orange-dark:hover{
  --tw-text-opacity: 1;
  color: rgba(192, 68, 0, var(--tw-text-opacity));
}

.hover\:tw-text-brand-orange-light:hover{
  --tw-text-opacity: 1;
  color: rgba(243, 141, 37, var(--tw-text-opacity));
}

.hover\:tw-text-brand-blue:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 82, 114, var(--tw-text-opacity));
}

.hover\:tw-text-brand-blue-dark:hover{
  --tw-text-opacity: 1;
  color: rgba(63, 131, 163, var(--tw-text-opacity));
}

.hover\:tw-text-brand-blue-light:hover{
  --tw-text-opacity: 1;
  color: rgba(79, 153, 187, var(--tw-text-opacity));
}

.hover\:tw-text-brand-yellow:hover{
  --tw-text-opacity: 1;
  color: rgba(228, 182, 32, var(--tw-text-opacity));
}

.hover\:tw-text-brand-green:hover{
  --tw-text-opacity: 1;
  color: rgba(141, 192, 85, var(--tw-text-opacity));
}

.hover\:tw-text-brand-pink:hover{
  --tw-text-opacity: 1;
  color: rgba(201, 69, 120, var(--tw-text-opacity));
}

.hover\:tw-text-brand-red:hover{
  --tw-text-opacity: 1;
  color: rgba(187, 0, 52, var(--tw-text-opacity));
}

.hover\:tw-text-brand-turquesa:hover{
  --tw-text-opacity: 1;
  color: rgba(60, 180, 151, var(--tw-text-opacity));
}

.hover\:tw-text-gray-lighter:hover{
  --tw-text-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-text-opacity));
}

.hover\:tw-text-gray-light:hover{
  --tw-text-opacity: 1;
  color: rgba(218, 218, 218, var(--tw-text-opacity));
}

.hover\:tw-text-gray-dark:hover{
  --tw-text-opacity: 1;
  color: rgba(102, 102, 102, var(--tw-text-opacity));
}

.hover\:tw-text-gray-darker:hover{
  --tw-text-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-text-opacity));
}

.hover\:tw-text-gray-medium:hover{
  --tw-text-opacity: 1;
  color: rgba(118, 118, 118, var(--tw-text-opacity));
}

.hover\:tw-text-gray-mid:hover{
  --tw-text-opacity: 1;
  color: rgba(147, 147, 147, var(--tw-text-opacity));
}

.hover\:tw-text-black:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.hover\:tw-text-primary:hover{
  --tw-text-opacity: 1;
  color: rgba(227, 81, 0, var(--tw-text-opacity));
}

.hover\:tw-text-primary-dark:hover{
  --tw-text-opacity: 1;
  color: rgba(192, 68, 0, var(--tw-text-opacity));
}

.hover\:tw-text-primary-light:hover{
  --tw-text-opacity: 1;
  color: rgba(243, 141, 37, var(--tw-text-opacity));
}

.hover\:tw-text-secondary:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 82, 114, var(--tw-text-opacity));
}

.hover\:tw-text-secondary-dark:hover{
  --tw-text-opacity: 1;
  color: rgba(63, 131, 163, var(--tw-text-opacity));
}

.hover\:tw-text-secondary-light:hover{
  --tw-text-opacity: 1;
  color: rgba(79, 153, 187, var(--tw-text-opacity));
}

.hover\:tw-text-white:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:tw-text-hyperlinks:hover{
  --tw-text-opacity: 1;
  color: rgba(16, 106, 163, var(--tw-text-opacity));
}

.hover\:tw-text-hyperlinks-visited:hover{
  --tw-text-opacity: 1;
  color: rgba(127, 31, 125, var(--tw-text-opacity));
}

.hover\:tw-text-transparent:hover{
  color: transparent;
}

.focus\:tw-text-brand-orange:focus{
  --tw-text-opacity: 1;
  color: rgba(227, 81, 0, var(--tw-text-opacity));
}

.focus\:tw-text-brand-orange-dark:focus{
  --tw-text-opacity: 1;
  color: rgba(192, 68, 0, var(--tw-text-opacity));
}

.focus\:tw-text-brand-orange-light:focus{
  --tw-text-opacity: 1;
  color: rgba(243, 141, 37, var(--tw-text-opacity));
}

.focus\:tw-text-brand-blue:focus{
  --tw-text-opacity: 1;
  color: rgba(0, 82, 114, var(--tw-text-opacity));
}

.focus\:tw-text-brand-blue-dark:focus{
  --tw-text-opacity: 1;
  color: rgba(63, 131, 163, var(--tw-text-opacity));
}

.focus\:tw-text-brand-blue-light:focus{
  --tw-text-opacity: 1;
  color: rgba(79, 153, 187, var(--tw-text-opacity));
}

.focus\:tw-text-brand-yellow:focus{
  --tw-text-opacity: 1;
  color: rgba(228, 182, 32, var(--tw-text-opacity));
}

.focus\:tw-text-brand-green:focus{
  --tw-text-opacity: 1;
  color: rgba(141, 192, 85, var(--tw-text-opacity));
}

.focus\:tw-text-brand-pink:focus{
  --tw-text-opacity: 1;
  color: rgba(201, 69, 120, var(--tw-text-opacity));
}

.focus\:tw-text-brand-red:focus{
  --tw-text-opacity: 1;
  color: rgba(187, 0, 52, var(--tw-text-opacity));
}

.focus\:tw-text-brand-turquesa:focus{
  --tw-text-opacity: 1;
  color: rgba(60, 180, 151, var(--tw-text-opacity));
}

.focus\:tw-text-gray-lighter:focus{
  --tw-text-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-text-opacity));
}

.focus\:tw-text-gray-light:focus{
  --tw-text-opacity: 1;
  color: rgba(218, 218, 218, var(--tw-text-opacity));
}

.focus\:tw-text-gray-dark:focus{
  --tw-text-opacity: 1;
  color: rgba(102, 102, 102, var(--tw-text-opacity));
}

.focus\:tw-text-gray-darker:focus{
  --tw-text-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-text-opacity));
}

.focus\:tw-text-gray-medium:focus{
  --tw-text-opacity: 1;
  color: rgba(118, 118, 118, var(--tw-text-opacity));
}

.focus\:tw-text-gray-mid:focus{
  --tw-text-opacity: 1;
  color: rgba(147, 147, 147, var(--tw-text-opacity));
}

.focus\:tw-text-black:focus{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.focus\:tw-text-primary:focus{
  --tw-text-opacity: 1;
  color: rgba(227, 81, 0, var(--tw-text-opacity));
}

.focus\:tw-text-primary-dark:focus{
  --tw-text-opacity: 1;
  color: rgba(192, 68, 0, var(--tw-text-opacity));
}

.focus\:tw-text-primary-light:focus{
  --tw-text-opacity: 1;
  color: rgba(243, 141, 37, var(--tw-text-opacity));
}

.focus\:tw-text-secondary:focus{
  --tw-text-opacity: 1;
  color: rgba(0, 82, 114, var(--tw-text-opacity));
}

.focus\:tw-text-secondary-dark:focus{
  --tw-text-opacity: 1;
  color: rgba(63, 131, 163, var(--tw-text-opacity));
}

.focus\:tw-text-secondary-light:focus{
  --tw-text-opacity: 1;
  color: rgba(79, 153, 187, var(--tw-text-opacity));
}

.focus\:tw-text-white:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.focus\:tw-text-hyperlinks:focus{
  --tw-text-opacity: 1;
  color: rgba(16, 106, 163, var(--tw-text-opacity));
}

.focus\:tw-text-hyperlinks-visited:focus{
  --tw-text-opacity: 1;
  color: rgba(127, 31, 125, var(--tw-text-opacity));
}

.focus\:tw-text-transparent:focus{
  color: transparent;
}

.active\:tw-text-brand-orange:active{
  --tw-text-opacity: 1;
  color: rgba(227, 81, 0, var(--tw-text-opacity));
}

.active\:tw-text-brand-orange-dark:active{
  --tw-text-opacity: 1;
  color: rgba(192, 68, 0, var(--tw-text-opacity));
}

.active\:tw-text-brand-orange-light:active{
  --tw-text-opacity: 1;
  color: rgba(243, 141, 37, var(--tw-text-opacity));
}

.active\:tw-text-brand-blue:active{
  --tw-text-opacity: 1;
  color: rgba(0, 82, 114, var(--tw-text-opacity));
}

.active\:tw-text-brand-blue-dark:active{
  --tw-text-opacity: 1;
  color: rgba(63, 131, 163, var(--tw-text-opacity));
}

.active\:tw-text-brand-blue-light:active{
  --tw-text-opacity: 1;
  color: rgba(79, 153, 187, var(--tw-text-opacity));
}

.active\:tw-text-brand-yellow:active{
  --tw-text-opacity: 1;
  color: rgba(228, 182, 32, var(--tw-text-opacity));
}

.active\:tw-text-brand-green:active{
  --tw-text-opacity: 1;
  color: rgba(141, 192, 85, var(--tw-text-opacity));
}

.active\:tw-text-brand-pink:active{
  --tw-text-opacity: 1;
  color: rgba(201, 69, 120, var(--tw-text-opacity));
}

.active\:tw-text-brand-red:active{
  --tw-text-opacity: 1;
  color: rgba(187, 0, 52, var(--tw-text-opacity));
}

.active\:tw-text-brand-turquesa:active{
  --tw-text-opacity: 1;
  color: rgba(60, 180, 151, var(--tw-text-opacity));
}

.active\:tw-text-gray-lighter:active{
  --tw-text-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-text-opacity));
}

.active\:tw-text-gray-light:active{
  --tw-text-opacity: 1;
  color: rgba(218, 218, 218, var(--tw-text-opacity));
}

.active\:tw-text-gray-dark:active{
  --tw-text-opacity: 1;
  color: rgba(102, 102, 102, var(--tw-text-opacity));
}

.active\:tw-text-gray-darker:active{
  --tw-text-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-text-opacity));
}

.active\:tw-text-gray-medium:active{
  --tw-text-opacity: 1;
  color: rgba(118, 118, 118, var(--tw-text-opacity));
}

.active\:tw-text-gray-mid:active{
  --tw-text-opacity: 1;
  color: rgba(147, 147, 147, var(--tw-text-opacity));
}

.active\:tw-text-black:active{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.active\:tw-text-primary:active{
  --tw-text-opacity: 1;
  color: rgba(227, 81, 0, var(--tw-text-opacity));
}

.active\:tw-text-primary-dark:active{
  --tw-text-opacity: 1;
  color: rgba(192, 68, 0, var(--tw-text-opacity));
}

.active\:tw-text-primary-light:active{
  --tw-text-opacity: 1;
  color: rgba(243, 141, 37, var(--tw-text-opacity));
}

.active\:tw-text-secondary:active{
  --tw-text-opacity: 1;
  color: rgba(0, 82, 114, var(--tw-text-opacity));
}

.active\:tw-text-secondary-dark:active{
  --tw-text-opacity: 1;
  color: rgba(63, 131, 163, var(--tw-text-opacity));
}

.active\:tw-text-secondary-light:active{
  --tw-text-opacity: 1;
  color: rgba(79, 153, 187, var(--tw-text-opacity));
}

.active\:tw-text-white:active{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.active\:tw-text-hyperlinks:active{
  --tw-text-opacity: 1;
  color: rgba(16, 106, 163, var(--tw-text-opacity));
}

.active\:tw-text-hyperlinks-visited:active{
  --tw-text-opacity: 1;
  color: rgba(127, 31, 125, var(--tw-text-opacity));
}

.active\:tw-text-transparent:active{
  color: transparent;
}

.tw-text-opacity-0{
  --tw-text-opacity: 0;
}

.tw-text-opacity-5{
  --tw-text-opacity: 0.05;
}

.tw-text-opacity-10{
  --tw-text-opacity: 0.1;
}

.tw-text-opacity-20{
  --tw-text-opacity: 0.2;
}

.tw-text-opacity-25{
  --tw-text-opacity: 0.25;
}

.tw-text-opacity-30{
  --tw-text-opacity: 0.3;
}

.tw-text-opacity-40{
  --tw-text-opacity: 0.4;
}

.tw-text-opacity-50{
  --tw-text-opacity: 0.5;
}

.tw-text-opacity-60{
  --tw-text-opacity: 0.6;
}

.tw-text-opacity-70{
  --tw-text-opacity: 0.7;
}

.tw-text-opacity-75{
  --tw-text-opacity: 0.75;
}

.tw-text-opacity-80{
  --tw-text-opacity: 0.8;
}

.tw-text-opacity-90{
  --tw-text-opacity: 0.9;
}

.tw-text-opacity-95{
  --tw-text-opacity: 0.95;
}

.tw-text-opacity-100{
  --tw-text-opacity: 1;
}

.tw-group:hover .group-hover\:tw-text-opacity-0{
  --tw-text-opacity: 0;
}

.tw-group:hover .group-hover\:tw-text-opacity-5{
  --tw-text-opacity: 0.05;
}

.tw-group:hover .group-hover\:tw-text-opacity-10{
  --tw-text-opacity: 0.1;
}

.tw-group:hover .group-hover\:tw-text-opacity-20{
  --tw-text-opacity: 0.2;
}

.tw-group:hover .group-hover\:tw-text-opacity-25{
  --tw-text-opacity: 0.25;
}

.tw-group:hover .group-hover\:tw-text-opacity-30{
  --tw-text-opacity: 0.3;
}

.tw-group:hover .group-hover\:tw-text-opacity-40{
  --tw-text-opacity: 0.4;
}

.tw-group:hover .group-hover\:tw-text-opacity-50{
  --tw-text-opacity: 0.5;
}

.tw-group:hover .group-hover\:tw-text-opacity-60{
  --tw-text-opacity: 0.6;
}

.tw-group:hover .group-hover\:tw-text-opacity-70{
  --tw-text-opacity: 0.7;
}

.tw-group:hover .group-hover\:tw-text-opacity-75{
  --tw-text-opacity: 0.75;
}

.tw-group:hover .group-hover\:tw-text-opacity-80{
  --tw-text-opacity: 0.8;
}

.tw-group:hover .group-hover\:tw-text-opacity-90{
  --tw-text-opacity: 0.9;
}

.tw-group:hover .group-hover\:tw-text-opacity-95{
  --tw-text-opacity: 0.95;
}

.tw-group:hover .group-hover\:tw-text-opacity-100{
  --tw-text-opacity: 1;
}

.focus-within\:tw-text-opacity-0:focus-within{
  --tw-text-opacity: 0;
}

.focus-within\:tw-text-opacity-5:focus-within{
  --tw-text-opacity: 0.05;
}

.focus-within\:tw-text-opacity-10:focus-within{
  --tw-text-opacity: 0.1;
}

.focus-within\:tw-text-opacity-20:focus-within{
  --tw-text-opacity: 0.2;
}

.focus-within\:tw-text-opacity-25:focus-within{
  --tw-text-opacity: 0.25;
}

.focus-within\:tw-text-opacity-30:focus-within{
  --tw-text-opacity: 0.3;
}

.focus-within\:tw-text-opacity-40:focus-within{
  --tw-text-opacity: 0.4;
}

.focus-within\:tw-text-opacity-50:focus-within{
  --tw-text-opacity: 0.5;
}

.focus-within\:tw-text-opacity-60:focus-within{
  --tw-text-opacity: 0.6;
}

.focus-within\:tw-text-opacity-70:focus-within{
  --tw-text-opacity: 0.7;
}

.focus-within\:tw-text-opacity-75:focus-within{
  --tw-text-opacity: 0.75;
}

.focus-within\:tw-text-opacity-80:focus-within{
  --tw-text-opacity: 0.8;
}

.focus-within\:tw-text-opacity-90:focus-within{
  --tw-text-opacity: 0.9;
}

.focus-within\:tw-text-opacity-95:focus-within{
  --tw-text-opacity: 0.95;
}

.focus-within\:tw-text-opacity-100:focus-within{
  --tw-text-opacity: 1;
}

.hover\:tw-text-opacity-0:hover{
  --tw-text-opacity: 0;
}

.hover\:tw-text-opacity-5:hover{
  --tw-text-opacity: 0.05;
}

.hover\:tw-text-opacity-10:hover{
  --tw-text-opacity: 0.1;
}

.hover\:tw-text-opacity-20:hover{
  --tw-text-opacity: 0.2;
}

.hover\:tw-text-opacity-25:hover{
  --tw-text-opacity: 0.25;
}

.hover\:tw-text-opacity-30:hover{
  --tw-text-opacity: 0.3;
}

.hover\:tw-text-opacity-40:hover{
  --tw-text-opacity: 0.4;
}

.hover\:tw-text-opacity-50:hover{
  --tw-text-opacity: 0.5;
}

.hover\:tw-text-opacity-60:hover{
  --tw-text-opacity: 0.6;
}

.hover\:tw-text-opacity-70:hover{
  --tw-text-opacity: 0.7;
}

.hover\:tw-text-opacity-75:hover{
  --tw-text-opacity: 0.75;
}

.hover\:tw-text-opacity-80:hover{
  --tw-text-opacity: 0.8;
}

.hover\:tw-text-opacity-90:hover{
  --tw-text-opacity: 0.9;
}

.hover\:tw-text-opacity-95:hover{
  --tw-text-opacity: 0.95;
}

.hover\:tw-text-opacity-100:hover{
  --tw-text-opacity: 1;
}

.focus\:tw-text-opacity-0:focus{
  --tw-text-opacity: 0;
}

.focus\:tw-text-opacity-5:focus{
  --tw-text-opacity: 0.05;
}

.focus\:tw-text-opacity-10:focus{
  --tw-text-opacity: 0.1;
}

.focus\:tw-text-opacity-20:focus{
  --tw-text-opacity: 0.2;
}

.focus\:tw-text-opacity-25:focus{
  --tw-text-opacity: 0.25;
}

.focus\:tw-text-opacity-30:focus{
  --tw-text-opacity: 0.3;
}

.focus\:tw-text-opacity-40:focus{
  --tw-text-opacity: 0.4;
}

.focus\:tw-text-opacity-50:focus{
  --tw-text-opacity: 0.5;
}

.focus\:tw-text-opacity-60:focus{
  --tw-text-opacity: 0.6;
}

.focus\:tw-text-opacity-70:focus{
  --tw-text-opacity: 0.7;
}

.focus\:tw-text-opacity-75:focus{
  --tw-text-opacity: 0.75;
}

.focus\:tw-text-opacity-80:focus{
  --tw-text-opacity: 0.8;
}

.focus\:tw-text-opacity-90:focus{
  --tw-text-opacity: 0.9;
}

.focus\:tw-text-opacity-95:focus{
  --tw-text-opacity: 0.95;
}

.focus\:tw-text-opacity-100:focus{
  --tw-text-opacity: 1;
}

.tw-truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tw-overflow-ellipsis{
  text-overflow: ellipsis;
}

.tw-overflow-clip{
  text-overflow: clip;
}

.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;
}

.tw-group:hover .group-hover\:tw-underline{
  text-decoration: underline;
}

.tw-group:hover .group-hover\:tw-line-through{
  text-decoration: line-through;
}

.tw-group:hover .group-hover\:tw-no-underline{
  text-decoration: none;
}

.focus-within\:tw-underline:focus-within{
  text-decoration: underline;
}

.focus-within\:tw-line-through:focus-within{
  text-decoration: line-through;
}

.focus-within\:tw-no-underline:focus-within{
  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-ordinal, .tw-slashed-zero, .tw-lining-nums, .tw-oldstyle-nums, .tw-proportional-nums, .tw-tabular-nums, .tw-diagonal-fractions, .tw-stacked-fractions{
  --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
  --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.tw-normal-nums{
  font-variant-numeric: normal;
}

.tw-ordinal{
  --tw-ordinal: ordinal;
}

.tw-slashed-zero{
  --tw-slashed-zero: slashed-zero;
}

.tw-lining-nums{
  --tw-numeric-figure: lining-nums;
}

.tw-oldstyle-nums{
  --tw-numeric-figure: oldstyle-nums;
}

.tw-proportional-nums{
  --tw-numeric-spacing: proportional-nums;
}

.tw-tabular-nums{
  --tw-numeric-spacing: tabular-nums;
}

.tw-diagonal-fractions{
  --tw-numeric-fraction: diagonal-fractions;
}

.tw-stacked-fractions{
  --tw-numeric-fraction: stacked-fractions;
}

.tw-tracking-tighter{
  letter-spacing: -0.05em;
}

.tw-tracking-tight{
  letter-spacing: -0.025em;
}

.tw-tracking-normal{
  letter-spacing: 0em;
}

.tw-tracking-wide{
  letter-spacing: 0.025em;
}

.tw-tracking-wider{
  letter-spacing: 0.05em;
}

.tw-tracking-widest{
  letter-spacing: 0.1em;
}

.tw-select-none{
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.tw-select-text{
  -webkit-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.tw-select-all{
  -webkit-user-select: all;
          user-select: all;
}

.tw-select-auto{
  -webkit-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.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-nowrap{
  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-w-0{
  width: 0px;
}

.tw-w-1{
  width: 0.25rem;
}

.tw-w-2{
  width: 0.5rem;
}

.tw-w-3{
  width: 0.75rem;
}

.tw-w-4{
  width: 1rem;
}

.tw-w-5{
  width: 1.25rem;
}

.tw-w-6{
  width: 1.5rem;
}

.tw-w-7{
  width: 1.75rem;
}

.tw-w-8{
  width: 2rem;
}

.tw-w-9{
  width: 2.25rem;
}

.tw-w-10{
  width: 2.5rem;
}

.tw-w-11{
  width: 2.75rem;
}

.tw-w-12{
  width: 3rem;
}

.tw-w-13{
  width: 3.25rem;
}

.tw-w-14{
  width: 3.5rem;
}

.tw-w-16{
  width: 4rem;
}

.tw-w-20{
  width: 5rem;
}

.tw-w-24{
  width: 6rem;
}

.tw-w-28{
  width: 7rem;
}

.tw-w-32{
  width: 8rem;
}

.tw-w-36{
  width: 9rem;
}

.tw-w-40{
  width: 10rem;
}

.tw-w-44{
  width: 44px;
}

.tw-w-48{
  width: 12rem;
}

.tw-w-52{
  width: 13rem;
}

.tw-w-56{
  width: 14rem;
}

.tw-w-60{
  width: 15rem;
}

.tw-w-64{
  width: 16rem;
}

.tw-w-72{
  width: 18rem;
}

.tw-w-80{
  width: 20rem;
}

.tw-w-96{
  width: 24rem;
}

.tw-w-auto{
  width: auto;
}

.tw-w-px{
  width: 1px;
}

.tw-w-0\.5{
  width: 0.125rem;
}

.tw-w-1\.5{
  width: 0.375rem;
}

.tw-w-2\.5{
  width: 0.625rem;
}

.tw-w-3\.5{
  width: 0.875rem;
}

.tw-w-2\/3{
  width: 66.666667%;
}

.tw-w-3\/2{
  width: 150%;
}

.tw-w-square{
  width: 100%;
}

.tw-w-58px{
  width: 58px;
}

.tw-w-63px{
  width: 63px;
}

.tw-w-73px{
  width: 73.px;
}

.tw-w-1\/2{
  width: 50%;
}

.tw-w-1\/3{
  width: 33.333333%;
}

.tw-w-1\/4{
  width: 25%;
}

.tw-w-2\/4{
  width: 50%;
}

.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.666667%;
}

.tw-w-2\/6{
  width: 33.333333%;
}

.tw-w-3\/6{
  width: 50%;
}

.tw-w-4\/6{
  width: 66.666667%;
}

.tw-w-5\/6{
  width: 83.333333%;
}

.tw-w-1\/12{
  width: 8.333333%;
}

.tw-w-2\/12{
  width: 16.666667%;
}

.tw-w-3\/12{
  width: 25%;
}

.tw-w-4\/12{
  width: 33.333333%;
}

.tw-w-5\/12{
  width: 41.666667%;
}

.tw-w-6\/12{
  width: 50%;
}

.tw-w-7\/12{
  width: 58.333333%;
}

.tw-w-8\/12{
  width: 66.666667%;
}

.tw-w-9\/12{
  width: 75%;
}

.tw-w-10\/12{
  width: 83.333333%;
}

.tw-w-11\/12{
  width: 91.666667%;
}

.tw-w-full{
  width: 100%;
}

.tw-w-screen{
  width: 100vw;
}

.tw-w-min{
  width: min-content;
}

.tw-w-max{
  width: max-content;
}

.tw-z-0{
  z-index: 0;
}

.tw-z-10{
  z-index: 10;
}

.tw-z-20{
  z-index: 20;
}

.tw-z-30{
  z-index: 30;
}

.tw-z-40{
  z-index: 40;
}

.tw-z-50{
  z-index: 50;
}

.tw-z-60{
  z-index: 60;
}

.tw-z-auto{
  z-index: auto;
}

.focus-within\:tw-z-0:focus-within{
  z-index: 0;
}

.focus-within\:tw-z-10:focus-within{
  z-index: 10;
}

.focus-within\:tw-z-20:focus-within{
  z-index: 20;
}

.focus-within\:tw-z-30:focus-within{
  z-index: 30;
}

.focus-within\:tw-z-40:focus-within{
  z-index: 40;
}

.focus-within\:tw-z-50:focus-within{
  z-index: 50;
}

.focus-within\:tw-z-60:focus-within{
  z-index: 60;
}

.focus-within\:tw-z-auto:focus-within{
  z-index: auto;
}

.hover\:tw-z-0:hover{
  z-index: 0;
}

.hover\:tw-z-10:hover{
  z-index: 10;
}

.hover\:tw-z-20:hover{
  z-index: 20;
}

.hover\:tw-z-30:hover{
  z-index: 30;
}

.hover\:tw-z-40:hover{
  z-index: 40;
}

.hover\:tw-z-50:hover{
  z-index: 50;
}

.hover\:tw-z-60:hover{
  z-index: 60;
}

.hover\:tw-z-auto:hover{
  z-index: auto;
}

.focus\:tw-z-0:focus{
  z-index: 0;
}

.focus\:tw-z-10:focus{
  z-index: 10;
}

.focus\:tw-z-20:focus{
  z-index: 20;
}

.focus\:tw-z-30:focus{
  z-index: 30;
}

.focus\:tw-z-40:focus{
  z-index: 40;
}

.focus\:tw-z-50:focus{
  z-index: 50;
}

.focus\:tw-z-60:focus{
  z-index: 60;
}

.focus\:tw-z-auto:focus{
  z-index: auto;
}

.active\:tw-z-0:active{
  z-index: 0;
}

.active\:tw-z-10:active{
  z-index: 10;
}

.active\:tw-z-20:active{
  z-index: 20;
}

.active\:tw-z-30:active{
  z-index: 30;
}

.active\:tw-z-40:active{
  z-index: 40;
}

.active\:tw-z-50:active{
  z-index: 50;
}

.active\:tw-z-60:active{
  z-index: 60;
}

.active\:tw-z-auto:active{
  z-index: auto;
}

.tw-gap-0{
  gap: 0px;
}

.tw-gap-1{
  gap: 0.25rem;
}

.tw-gap-2{
  gap: 0.5rem;
}

.tw-gap-3{
  gap: 0.75rem;
}

.tw-gap-4{
  gap: 1rem;
}

.tw-gap-5{
  gap: 1.25rem;
}

.tw-gap-6{
  gap: 1.5rem;
}

.tw-gap-7{
  gap: 1.75rem;
}

.tw-gap-8{
  gap: 2rem;
}

.tw-gap-9{
  gap: 2.25rem;
}

.tw-gap-10{
  gap: 2.5rem;
}

.tw-gap-11{
  gap: 2.75rem;
}

.tw-gap-12{
  gap: 3rem;
}

.tw-gap-13{
  gap: 3.25rem;
}

.tw-gap-14{
  gap: 3.5rem;
}

.tw-gap-16{
  gap: 4rem;
}

.tw-gap-20{
  gap: 5rem;
}

.tw-gap-24{
  gap: 6rem;
}

.tw-gap-28{
  gap: 7rem;
}

.tw-gap-32{
  gap: 8rem;
}

.tw-gap-36{
  gap: 9rem;
}

.tw-gap-40{
  gap: 10rem;
}

.tw-gap-44{
  gap: 11rem;
}

.tw-gap-48{
  gap: 12rem;
}

.tw-gap-52{
  gap: 13rem;
}

.tw-gap-56{
  gap: 14rem;
}

.tw-gap-60{
  gap: 15rem;
}

.tw-gap-64{
  gap: 16rem;
}

.tw-gap-72{
  gap: 18rem;
}

.tw-gap-80{
  gap: 20rem;
}

.tw-gap-96{
  gap: 24rem;
}

.tw-gap-px{
  gap: 1px;
}

.tw-gap-0\.5{
  gap: 0.125rem;
}

.tw-gap-1\.5{
  gap: 0.375rem;
}

.tw-gap-2\.5{
  gap: 0.625rem;
}

.tw-gap-3\.5{
  gap: 0.875rem;
}

.tw-gap-2\/3{
  gap: 66.666%;
}

.tw-gap-3\/2{
  gap: 150%;
}

.tw-gap-square{
  gap: 100%;
}

.tw-gap-58px{
  gap: 58px;
}

.tw-gap-63px{
  gap: 63px;
}

.tw-gap-73px{
  gap: 73.px;
}

.tw-gap-x-0{
  column-gap: 0px;
}

.tw-gap-x-1{
  column-gap: 0.25rem;
}

.tw-gap-x-2{
  column-gap: 0.5rem;
}

.tw-gap-x-3{
  column-gap: 0.75rem;
}

.tw-gap-x-4{
  column-gap: 1rem;
}

.tw-gap-x-5{
  column-gap: 1.25rem;
}

.tw-gap-x-6{
  column-gap: 1.5rem;
}

.tw-gap-x-7{
  column-gap: 1.75rem;
}

.tw-gap-x-8{
  column-gap: 2rem;
}

.tw-gap-x-9{
  column-gap: 2.25rem;
}

.tw-gap-x-10{
  column-gap: 2.5rem;
}

.tw-gap-x-11{
  column-gap: 2.75rem;
}

.tw-gap-x-12{
  column-gap: 3rem;
}

.tw-gap-x-13{
  column-gap: 3.25rem;
}

.tw-gap-x-14{
  column-gap: 3.5rem;
}

.tw-gap-x-16{
  column-gap: 4rem;
}

.tw-gap-x-20{
  column-gap: 5rem;
}

.tw-gap-x-24{
  column-gap: 6rem;
}

.tw-gap-x-28{
  column-gap: 7rem;
}

.tw-gap-x-32{
  column-gap: 8rem;
}

.tw-gap-x-36{
  column-gap: 9rem;
}

.tw-gap-x-40{
  column-gap: 10rem;
}

.tw-gap-x-44{
  column-gap: 11rem;
}

.tw-gap-x-48{
  column-gap: 12rem;
}

.tw-gap-x-52{
  column-gap: 13rem;
}

.tw-gap-x-56{
  column-gap: 14rem;
}

.tw-gap-x-60{
  column-gap: 15rem;
}

.tw-gap-x-64{
  column-gap: 16rem;
}

.tw-gap-x-72{
  column-gap: 18rem;
}

.tw-gap-x-80{
  column-gap: 20rem;
}

.tw-gap-x-96{
  column-gap: 24rem;
}

.tw-gap-x-px{
  column-gap: 1px;
}

.tw-gap-x-0\.5{
  column-gap: 0.125rem;
}

.tw-gap-x-1\.5{
  column-gap: 0.375rem;
}

.tw-gap-x-2\.5{
  column-gap: 0.625rem;
}

.tw-gap-x-3\.5{
  column-gap: 0.875rem;
}

.tw-gap-x-2\/3{
  column-gap: 66.666%;
}

.tw-gap-x-3\/2{
  column-gap: 150%;
}

.tw-gap-x-square{
  column-gap: 100%;
}

.tw-gap-x-58px{
  column-gap: 58px;
}

.tw-gap-x-63px{
  column-gap: 63px;
}

.tw-gap-x-73px{
  column-gap: 73.px;
}

.tw-gap-y-0{
  row-gap: 0px;
}

.tw-gap-y-1{
  row-gap: 0.25rem;
}

.tw-gap-y-2{
  row-gap: 0.5rem;
}

.tw-gap-y-3{
  row-gap: 0.75rem;
}

.tw-gap-y-4{
  row-gap: 1rem;
}

.tw-gap-y-5{
  row-gap: 1.25rem;
}

.tw-gap-y-6{
  row-gap: 1.5rem;
}

.tw-gap-y-7{
  row-gap: 1.75rem;
}

.tw-gap-y-8{
  row-gap: 2rem;
}

.tw-gap-y-9{
  row-gap: 2.25rem;
}

.tw-gap-y-10{
  row-gap: 2.5rem;
}

.tw-gap-y-11{
  row-gap: 2.75rem;
}

.tw-gap-y-12{
  row-gap: 3rem;
}

.tw-gap-y-13{
  row-gap: 3.25rem;
}

.tw-gap-y-14{
  row-gap: 3.5rem;
}

.tw-gap-y-16{
  row-gap: 4rem;
}

.tw-gap-y-20{
  row-gap: 5rem;
}

.tw-gap-y-24{
  row-gap: 6rem;
}

.tw-gap-y-28{
  row-gap: 7rem;
}

.tw-gap-y-32{
  row-gap: 8rem;
}

.tw-gap-y-36{
  row-gap: 9rem;
}

.tw-gap-y-40{
  row-gap: 10rem;
}

.tw-gap-y-44{
  row-gap: 11rem;
}

.tw-gap-y-48{
  row-gap: 12rem;
}

.tw-gap-y-52{
  row-gap: 13rem;
}

.tw-gap-y-56{
  row-gap: 14rem;
}

.tw-gap-y-60{
  row-gap: 15rem;
}

.tw-gap-y-64{
  row-gap: 16rem;
}

.tw-gap-y-72{
  row-gap: 18rem;
}

.tw-gap-y-80{
  row-gap: 20rem;
}

.tw-gap-y-96{
  row-gap: 24rem;
}

.tw-gap-y-px{
  row-gap: 1px;
}

.tw-gap-y-0\.5{
  row-gap: 0.125rem;
}

.tw-gap-y-1\.5{
  row-gap: 0.375rem;
}

.tw-gap-y-2\.5{
  row-gap: 0.625rem;
}

.tw-gap-y-3\.5{
  row-gap: 0.875rem;
}

.tw-gap-y-2\/3{
  row-gap: 66.666%;
}

.tw-gap-y-3\/2{
  row-gap: 150%;
}

.tw-gap-y-square{
  row-gap: 100%;
}

.tw-gap-y-58px{
  row-gap: 58px;
}

.tw-gap-y-63px{
  row-gap: 63px;
}

.tw-gap-y-73px{
  row-gap: 73.px;
}

.tw-grid-flow-row{
  grid-auto-flow: row;
}

.tw-grid-flow-col{
  grid-auto-flow: column;
}

.tw-grid-flow-row-dense{
  grid-auto-flow: row dense;
}

.tw-grid-flow-col-dense{
  grid-auto-flow: column dense;
}

.tw-grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.tw-grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tw-grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tw-grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tw-grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.tw-grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.tw-grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.tw-grid-cols-8{
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.tw-grid-cols-9{
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.tw-grid-cols-10{
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.tw-grid-cols-11{
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.tw-grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.tw-grid-cols-none{
  grid-template-columns: none;
}

.tw-auto-cols-auto{
  grid-auto-columns: auto;
}

.tw-auto-cols-min{
  grid-auto-columns: min-content;
}

.tw-auto-cols-max{
  grid-auto-columns: max-content;
}

.tw-auto-cols-fr{
  grid-auto-columns: minmax(0, 1fr);
}

.tw-col-auto{
  grid-column: auto;
}

.tw-col-span-1{
  grid-column: span 1 / span 1;
}

.tw-col-span-2{
  grid-column: span 2 / span 2;
}

.tw-col-span-3{
  grid-column: span 3 / span 3;
}

.tw-col-span-4{
  grid-column: span 4 / span 4;
}

.tw-col-span-5{
  grid-column: span 5 / span 5;
}

.tw-col-span-6{
  grid-column: span 6 / span 6;
}

.tw-col-span-7{
  grid-column: span 7 / span 7;
}

.tw-col-span-8{
  grid-column: span 8 / span 8;
}

.tw-col-span-9{
  grid-column: span 9 / span 9;
}

.tw-col-span-10{
  grid-column: span 10 / span 10;
}

.tw-col-span-11{
  grid-column: span 11 / span 11;
}

.tw-col-span-12{
  grid-column: span 12 / span 12;
}

.tw-col-span-full{
  grid-column: 1 / -1;
}

.tw-col-start-1{
  grid-column-start: 1;
}

.tw-col-start-2{
  grid-column-start: 2;
}

.tw-col-start-3{
  grid-column-start: 3;
}

.tw-col-start-4{
  grid-column-start: 4;
}

.tw-col-start-5{
  grid-column-start: 5;
}

.tw-col-start-6{
  grid-column-start: 6;
}

.tw-col-start-7{
  grid-column-start: 7;
}

.tw-col-start-8{
  grid-column-start: 8;
}

.tw-col-start-9{
  grid-column-start: 9;
}

.tw-col-start-10{
  grid-column-start: 10;
}

.tw-col-start-11{
  grid-column-start: 11;
}

.tw-col-start-12{
  grid-column-start: 12;
}

.tw-col-start-13{
  grid-column-start: 13;
}

.tw-col-start-auto{
  grid-column-start: auto;
}

.tw-col-end-1{
  grid-column-end: 1;
}

.tw-col-end-2{
  grid-column-end: 2;
}

.tw-col-end-3{
  grid-column-end: 3;
}

.tw-col-end-4{
  grid-column-end: 4;
}

.tw-col-end-5{
  grid-column-end: 5;
}

.tw-col-end-6{
  grid-column-end: 6;
}

.tw-col-end-7{
  grid-column-end: 7;
}

.tw-col-end-8{
  grid-column-end: 8;
}

.tw-col-end-9{
  grid-column-end: 9;
}

.tw-col-end-10{
  grid-column-end: 10;
}

.tw-col-end-11{
  grid-column-end: 11;
}

.tw-col-end-12{
  grid-column-end: 12;
}

.tw-col-end-13{
  grid-column-end: 13;
}

.tw-col-end-auto{
  grid-column-end: auto;
}

.tw-grid-rows-1{
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.tw-grid-rows-2{
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.tw-grid-rows-3{
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.tw-grid-rows-4{
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.tw-grid-rows-5{
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.tw-grid-rows-6{
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.tw-grid-rows-none{
  grid-template-rows: none;
}

.tw-auto-rows-auto{
  grid-auto-rows: auto;
}

.tw-auto-rows-min{
  grid-auto-rows: min-content;
}

.tw-auto-rows-max{
  grid-auto-rows: max-content;
}

.tw-auto-rows-fr{
  grid-auto-rows: minmax(0, 1fr);
}

.tw-row-auto{
  grid-row: auto;
}

.tw-row-span-1{
  grid-row: span 1 / span 1;
}

.tw-row-span-2{
  grid-row: span 2 / span 2;
}

.tw-row-span-3{
  grid-row: span 3 / span 3;
}

.tw-row-span-4{
  grid-row: span 4 / span 4;
}

.tw-row-span-5{
  grid-row: span 5 / span 5;
}

.tw-row-span-6{
  grid-row: span 6 / span 6;
}

.tw-row-span-full{
  grid-row: 1 / -1;
}

.tw-row-start-1{
  grid-row-start: 1;
}

.tw-row-start-2{
  grid-row-start: 2;
}

.tw-row-start-3{
  grid-row-start: 3;
}

.tw-row-start-4{
  grid-row-start: 4;
}

.tw-row-start-5{
  grid-row-start: 5;
}

.tw-row-start-6{
  grid-row-start: 6;
}

.tw-row-start-7{
  grid-row-start: 7;
}

.tw-row-start-auto{
  grid-row-start: auto;
}

.tw-row-end-1{
  grid-row-end: 1;
}

.tw-row-end-2{
  grid-row-end: 2;
}

.tw-row-end-3{
  grid-row-end: 3;
}

.tw-row-end-4{
  grid-row-end: 4;
}

.tw-row-end-5{
  grid-row-end: 5;
}

.tw-row-end-6{
  grid-row-end: 6;
}

.tw-row-end-7{
  grid-row-end: 7;
}

.tw-row-end-auto{
  grid-row-end: auto;
}

.tw-transform{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.tw-transform-gpu{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.tw-transform-none{
  transform: none;
}

.tw-origin-center{
  transform-origin: center;
}

.tw-origin-top{
  transform-origin: top;
}

.tw-origin-top-right{
  transform-origin: top right;
}

.tw-origin-right{
  transform-origin: right;
}

.tw-origin-bottom-right{
  transform-origin: bottom right;
}

.tw-origin-bottom{
  transform-origin: bottom;
}

.tw-origin-bottom-left{
  transform-origin: bottom left;
}

.tw-origin-left{
  transform-origin: left;
}

.tw-origin-top-left{
  transform-origin: top left;
}

.tw-scale-0{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.tw-scale-50{
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.tw-scale-75{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.tw-scale-90{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.tw-scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.tw-scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.tw-scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.tw-scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.tw-scale-125{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.tw-scale-150{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.tw-scale-x-0{
  --tw-scale-x: 0;
}

.tw-scale-x-50{
  --tw-scale-x: .5;
}

.tw-scale-x-75{
  --tw-scale-x: .75;
}

.tw-scale-x-90{
  --tw-scale-x: .9;
}

.tw-scale-x-95{
  --tw-scale-x: .95;
}

.tw-scale-x-100{
  --tw-scale-x: 1;
}

.tw-scale-x-105{
  --tw-scale-x: 1.05;
}

.tw-scale-x-110{
  --tw-scale-x: 1.1;
}

.tw-scale-x-125{
  --tw-scale-x: 1.25;
}

.tw-scale-x-150{
  --tw-scale-x: 1.5;
}

.tw-scale-y-0{
  --tw-scale-y: 0;
}

.tw-scale-y-50{
  --tw-scale-y: .5;
}

.tw-scale-y-75{
  --tw-scale-y: .75;
}

.tw-scale-y-90{
  --tw-scale-y: .9;
}

.tw-scale-y-95{
  --tw-scale-y: .95;
}

.tw-scale-y-100{
  --tw-scale-y: 1;
}

.tw-scale-y-105{
  --tw-scale-y: 1.05;
}

.tw-scale-y-110{
  --tw-scale-y: 1.1;
}

.tw-scale-y-125{
  --tw-scale-y: 1.25;
}

.tw-scale-y-150{
  --tw-scale-y: 1.5;
}

.hover\:tw-scale-0:hover{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.hover\:tw-scale-50:hover{
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.hover\:tw-scale-75:hover{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.hover\:tw-scale-90:hover{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.hover\:tw-scale-95:hover{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.hover\:tw-scale-100:hover{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.hover\:tw-scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.hover\:tw-scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.hover\:tw-scale-125:hover{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.hover\:tw-scale-150:hover{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.hover\:tw-scale-x-0:hover{
  --tw-scale-x: 0;
}

.hover\:tw-scale-x-50:hover{
  --tw-scale-x: .5;
}

.hover\:tw-scale-x-75:hover{
  --tw-scale-x: .75;
}

.hover\:tw-scale-x-90:hover{
  --tw-scale-x: .9;
}

.hover\:tw-scale-x-95:hover{
  --tw-scale-x: .95;
}

.hover\:tw-scale-x-100:hover{
  --tw-scale-x: 1;
}

.hover\:tw-scale-x-105:hover{
  --tw-scale-x: 1.05;
}

.hover\:tw-scale-x-110:hover{
  --tw-scale-x: 1.1;
}

.hover\:tw-scale-x-125:hover{
  --tw-scale-x: 1.25;
}

.hover\:tw-scale-x-150:hover{
  --tw-scale-x: 1.5;
}

.hover\:tw-scale-y-0:hover{
  --tw-scale-y: 0;
}

.hover\:tw-scale-y-50:hover{
  --tw-scale-y: .5;
}

.hover\:tw-scale-y-75:hover{
  --tw-scale-y: .75;
}

.hover\:tw-scale-y-90:hover{
  --tw-scale-y: .9;
}

.hover\:tw-scale-y-95:hover{
  --tw-scale-y: .95;
}

.hover\:tw-scale-y-100:hover{
  --tw-scale-y: 1;
}

.hover\:tw-scale-y-105:hover{
  --tw-scale-y: 1.05;
}

.hover\:tw-scale-y-110:hover{
  --tw-scale-y: 1.1;
}

.hover\:tw-scale-y-125:hover{
  --tw-scale-y: 1.25;
}

.hover\:tw-scale-y-150:hover{
  --tw-scale-y: 1.5;
}

.focus\:tw-scale-0:focus{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.focus\:tw-scale-50:focus{
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.focus\:tw-scale-75:focus{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.focus\:tw-scale-90:focus{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.focus\:tw-scale-95:focus{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.focus\:tw-scale-100:focus{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.focus\:tw-scale-105:focus{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.focus\:tw-scale-110:focus{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.focus\:tw-scale-125:focus{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.focus\:tw-scale-150:focus{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.focus\:tw-scale-x-0:focus{
  --tw-scale-x: 0;
}

.focus\:tw-scale-x-50:focus{
  --tw-scale-x: .5;
}

.focus\:tw-scale-x-75:focus{
  --tw-scale-x: .75;
}

.focus\:tw-scale-x-90:focus{
  --tw-scale-x: .9;
}

.focus\:tw-scale-x-95:focus{
  --tw-scale-x: .95;
}

.focus\:tw-scale-x-100:focus{
  --tw-scale-x: 1;
}

.focus\:tw-scale-x-105:focus{
  --tw-scale-x: 1.05;
}

.focus\:tw-scale-x-110:focus{
  --tw-scale-x: 1.1;
}

.focus\:tw-scale-x-125:focus{
  --tw-scale-x: 1.25;
}

.focus\:tw-scale-x-150:focus{
  --tw-scale-x: 1.5;
}

.focus\:tw-scale-y-0:focus{
  --tw-scale-y: 0;
}

.focus\:tw-scale-y-50:focus{
  --tw-scale-y: .5;
}

.focus\:tw-scale-y-75:focus{
  --tw-scale-y: .75;
}

.focus\:tw-scale-y-90:focus{
  --tw-scale-y: .9;
}

.focus\:tw-scale-y-95:focus{
  --tw-scale-y: .95;
}

.focus\:tw-scale-y-100:focus{
  --tw-scale-y: 1;
}

.focus\:tw-scale-y-105:focus{
  --tw-scale-y: 1.05;
}

.focus\:tw-scale-y-110:focus{
  --tw-scale-y: 1.1;
}

.focus\:tw-scale-y-125:focus{
  --tw-scale-y: 1.25;
}

.focus\:tw-scale-y-150:focus{
  --tw-scale-y: 1.5;
}

.tw-rotate-0{
  --tw-rotate: 0deg;
}

.tw-rotate-1{
  --tw-rotate: 1deg;
}

.tw-rotate-2{
  --tw-rotate: 2deg;
}

.tw-rotate-3{
  --tw-rotate: 3deg;
}

.tw-rotate-6{
  --tw-rotate: 6deg;
}

.tw-rotate-12{
  --tw-rotate: 12deg;
}

.tw-rotate-45{
  --tw-rotate: 45deg;
}

.tw-rotate-90{
  --tw-rotate: 90deg;
}

.tw-rotate-180{
  --tw-rotate: 180deg;
}

.tw--rotate-180{
  --tw-rotate: -180deg;
}

.tw--rotate-90{
  --tw-rotate: -90deg;
}

.tw--rotate-45{
  --tw-rotate: -45deg;
}

.tw--rotate-12{
  --tw-rotate: -12deg;
}

.tw--rotate-6{
  --tw-rotate: -6deg;
}

.tw--rotate-3{
  --tw-rotate: -3deg;
}

.tw--rotate-2{
  --tw-rotate: -2deg;
}

.tw--rotate-1{
  --tw-rotate: -1deg;
}

.hover\:tw-rotate-0:hover{
  --tw-rotate: 0deg;
}

.hover\:tw-rotate-1:hover{
  --tw-rotate: 1deg;
}

.hover\:tw-rotate-2:hover{
  --tw-rotate: 2deg;
}

.hover\:tw-rotate-3:hover{
  --tw-rotate: 3deg;
}

.hover\:tw-rotate-6:hover{
  --tw-rotate: 6deg;
}

.hover\:tw-rotate-12:hover{
  --tw-rotate: 12deg;
}

.hover\:tw-rotate-45:hover{
  --tw-rotate: 45deg;
}

.hover\:tw-rotate-90:hover{
  --tw-rotate: 90deg;
}

.hover\:tw-rotate-180:hover{
  --tw-rotate: 180deg;
}

.hover\:tw--rotate-180:hover{
  --tw-rotate: -180deg;
}

.hover\:tw--rotate-90:hover{
  --tw-rotate: -90deg;
}

.hover\:tw--rotate-45:hover{
  --tw-rotate: -45deg;
}

.hover\:tw--rotate-12:hover{
  --tw-rotate: -12deg;
}

.hover\:tw--rotate-6:hover{
  --tw-rotate: -6deg;
}

.hover\:tw--rotate-3:hover{
  --tw-rotate: -3deg;
}

.hover\:tw--rotate-2:hover{
  --tw-rotate: -2deg;
}

.hover\:tw--rotate-1:hover{
  --tw-rotate: -1deg;
}

.focus\:tw-rotate-0:focus{
  --tw-rotate: 0deg;
}

.focus\:tw-rotate-1:focus{
  --tw-rotate: 1deg;
}

.focus\:tw-rotate-2:focus{
  --tw-rotate: 2deg;
}

.focus\:tw-rotate-3:focus{
  --tw-rotate: 3deg;
}

.focus\:tw-rotate-6:focus{
  --tw-rotate: 6deg;
}

.focus\:tw-rotate-12:focus{
  --tw-rotate: 12deg;
}

.focus\:tw-rotate-45:focus{
  --tw-rotate: 45deg;
}

.focus\:tw-rotate-90:focus{
  --tw-rotate: 90deg;
}

.focus\:tw-rotate-180:focus{
  --tw-rotate: 180deg;
}

.focus\:tw--rotate-180:focus{
  --tw-rotate: -180deg;
}

.focus\:tw--rotate-90:focus{
  --tw-rotate: -90deg;
}

.focus\:tw--rotate-45:focus{
  --tw-rotate: -45deg;
}

.focus\:tw--rotate-12:focus{
  --tw-rotate: -12deg;
}

.focus\:tw--rotate-6:focus{
  --tw-rotate: -6deg;
}

.focus\:tw--rotate-3:focus{
  --tw-rotate: -3deg;
}

.focus\:tw--rotate-2:focus{
  --tw-rotate: -2deg;
}

.focus\:tw--rotate-1:focus{
  --tw-rotate: -1deg;
}

.tw-translate-x-0{
  --tw-translate-x: 0px;
}

.tw-translate-x-1{
  --tw-translate-x: 0.25rem;
}

.tw-translate-x-2{
  --tw-translate-x: 0.5rem;
}

.tw-translate-x-3{
  --tw-translate-x: 0.75rem;
}

.tw-translate-x-4{
  --tw-translate-x: 1rem;
}

.tw-translate-x-5{
  --tw-translate-x: 1.25rem;
}

.tw-translate-x-6{
  --tw-translate-x: 1.5rem;
}

.tw-translate-x-7{
  --tw-translate-x: 1.75rem;
}

.tw-translate-x-8{
  --tw-translate-x: 2rem;
}

.tw-translate-x-9{
  --tw-translate-x: 2.25rem;
}

.tw-translate-x-10{
  --tw-translate-x: 2.5rem;
}

.tw-translate-x-11{
  --tw-translate-x: 2.75rem;
}

.tw-translate-x-12{
  --tw-translate-x: 3rem;
}

.tw-translate-x-13{
  --tw-translate-x: 3.25rem;
}

.tw-translate-x-14{
  --tw-translate-x: 3.5rem;
}

.tw-translate-x-16{
  --tw-translate-x: 4rem;
}

.tw-translate-x-20{
  --tw-translate-x: 5rem;
}

.tw-translate-x-24{
  --tw-translate-x: 6rem;
}

.tw-translate-x-28{
  --tw-translate-x: 7rem;
}

.tw-translate-x-32{
  --tw-translate-x: 8rem;
}

.tw-translate-x-36{
  --tw-translate-x: 9rem;
}

.tw-translate-x-40{
  --tw-translate-x: 10rem;
}

.tw-translate-x-44{
  --tw-translate-x: 11rem;
}

.tw-translate-x-48{
  --tw-translate-x: 12rem;
}

.tw-translate-x-52{
  --tw-translate-x: 13rem;
}

.tw-translate-x-56{
  --tw-translate-x: 14rem;
}

.tw-translate-x-60{
  --tw-translate-x: 15rem;
}

.tw-translate-x-64{
  --tw-translate-x: 16rem;
}

.tw-translate-x-72{
  --tw-translate-x: 18rem;
}

.tw-translate-x-80{
  --tw-translate-x: 20rem;
}

.tw-translate-x-96{
  --tw-translate-x: 24rem;
}

.tw-translate-x-px{
  --tw-translate-x: 1px;
}

.tw-translate-x-0\.5{
  --tw-translate-x: 0.125rem;
}

.tw-translate-x-1\.5{
  --tw-translate-x: 0.375rem;
}

.tw-translate-x-2\.5{
  --tw-translate-x: 0.625rem;
}

.tw-translate-x-3\.5{
  --tw-translate-x: 0.875rem;
}

.tw-translate-x-2\/3{
  --tw-translate-x: 66.666667%;
}

.tw-translate-x-3\/2{
  --tw-translate-x: 150%;
}

.tw-translate-x-square{
  --tw-translate-x: 100%;
}

.tw-translate-x-58px{
  --tw-translate-x: 58px;
}

.tw-translate-x-63px{
  --tw-translate-x: 63px;
}

.tw-translate-x-73px{
  --tw-translate-x: 73.px;
}

.tw--translate-x-0{
  --tw-translate-x: 0px;
}

.tw--translate-x-1{
  --tw-translate-x: -0.25rem;
}

.tw--translate-x-2{
  --tw-translate-x: -0.5rem;
}

.tw--translate-x-3{
  --tw-translate-x: -0.75rem;
}

.tw--translate-x-4{
  --tw-translate-x: -1rem;
}

.tw--translate-x-5{
  --tw-translate-x: -1.25rem;
}

.tw--translate-x-6{
  --tw-translate-x: -1.5rem;
}

.tw--translate-x-7{
  --tw-translate-x: -1.75rem;
}

.tw--translate-x-8{
  --tw-translate-x: -2rem;
}

.tw--translate-x-9{
  --tw-translate-x: -2.25rem;
}

.tw--translate-x-10{
  --tw-translate-x: -2.5rem;
}

.tw--translate-x-11{
  --tw-translate-x: -2.75rem;
}

.tw--translate-x-12{
  --tw-translate-x: -3rem;
}

.tw--translate-x-13{
  --tw-translate-x: -3.25rem;
}

.tw--translate-x-14{
  --tw-translate-x: -3.5rem;
}

.tw--translate-x-16{
  --tw-translate-x: -4rem;
}

.tw--translate-x-20{
  --tw-translate-x: -5rem;
}

.tw--translate-x-24{
  --tw-translate-x: -6rem;
}

.tw--translate-x-28{
  --tw-translate-x: -7rem;
}

.tw--translate-x-32{
  --tw-translate-x: -8rem;
}

.tw--translate-x-36{
  --tw-translate-x: -9rem;
}

.tw--translate-x-40{
  --tw-translate-x: -10rem;
}

.tw--translate-x-44{
  --tw-translate-x: -11rem;
}

.tw--translate-x-48{
  --tw-translate-x: -12rem;
}

.tw--translate-x-52{
  --tw-translate-x: -13rem;
}

.tw--translate-x-56{
  --tw-translate-x: -14rem;
}

.tw--translate-x-60{
  --tw-translate-x: -15rem;
}

.tw--translate-x-64{
  --tw-translate-x: -16rem;
}

.tw--translate-x-72{
  --tw-translate-x: -18rem;
}

.tw--translate-x-80{
  --tw-translate-x: -20rem;
}

.tw--translate-x-96{
  --tw-translate-x: -24rem;
}

.tw--translate-x-px{
  --tw-translate-x: -1px;
}

.tw--translate-x-0\.5{
  --tw-translate-x: -0.125rem;
}

.tw--translate-x-1\.5{
  --tw-translate-x: -0.375rem;
}

.tw--translate-x-2\.5{
  --tw-translate-x: -0.625rem;
}

.tw--translate-x-3\.5{
  --tw-translate-x: -0.875rem;
}

.tw--translate-x-2\/3{
  --tw-translate-x: -66.666667%;
}

.tw--translate-x-3\/2{
  --tw-translate-x: -150%;
}

.tw--translate-x-square{
  --tw-translate-x: -100%;
}

.tw--translate-x-58px{
  --tw-translate-x: -58px;
}

.tw--translate-x-63px{
  --tw-translate-x: -63px;
}

.tw--translate-x-73px{
  --tw-translate-x: -73px;
}

.tw-translate-x-1\/2{
  --tw-translate-x: 50%;
}

.tw-translate-x-1\/3{
  --tw-translate-x: 33.333333%;
}

.tw-translate-x-1\/4{
  --tw-translate-x: 25%;
}

.tw-translate-x-2\/4{
  --tw-translate-x: 50%;
}

.tw-translate-x-3\/4{
  --tw-translate-x: 75%;
}

.tw-translate-x-full{
  --tw-translate-x: 100%;
}

.tw--translate-x-1\/2{
  --tw-translate-x: -50%;
}

.tw--translate-x-1\/3{
  --tw-translate-x: -33.333333%;
}

.tw--translate-x-1\/4{
  --tw-translate-x: -25%;
}

.tw--translate-x-2\/4{
  --tw-translate-x: -50%;
}

.tw--translate-x-3\/4{
  --tw-translate-x: -75%;
}

.tw--translate-x-full{
  --tw-translate-x: -100%;
}

.tw-translate-y-0{
  --tw-translate-y: 0px;
}

.tw-translate-y-1{
  --tw-translate-y: 0.25rem;
}

.tw-translate-y-2{
  --tw-translate-y: 0.5rem;
}

.tw-translate-y-3{
  --tw-translate-y: 0.75rem;
}

.tw-translate-y-4{
  --tw-translate-y: 1rem;
}

.tw-translate-y-5{
  --tw-translate-y: 1.25rem;
}

.tw-translate-y-6{
  --tw-translate-y: 1.5rem;
}

.tw-translate-y-7{
  --tw-translate-y: 1.75rem;
}

.tw-translate-y-8{
  --tw-translate-y: 2rem;
}

.tw-translate-y-9{
  --tw-translate-y: 2.25rem;
}

.tw-translate-y-10{
  --tw-translate-y: 2.5rem;
}

.tw-translate-y-11{
  --tw-translate-y: 2.75rem;
}

.tw-translate-y-12{
  --tw-translate-y: 3rem;
}

.tw-translate-y-13{
  --tw-translate-y: 3.25rem;
}

.tw-translate-y-14{
  --tw-translate-y: 3.5rem;
}

.tw-translate-y-16{
  --tw-translate-y: 4rem;
}

.tw-translate-y-20{
  --tw-translate-y: 5rem;
}

.tw-translate-y-24{
  --tw-translate-y: 6rem;
}

.tw-translate-y-28{
  --tw-translate-y: 7rem;
}

.tw-translate-y-32{
  --tw-translate-y: 8rem;
}

.tw-translate-y-36{
  --tw-translate-y: 9rem;
}

.tw-translate-y-40{
  --tw-translate-y: 10rem;
}

.tw-translate-y-44{
  --tw-translate-y: 11rem;
}

.tw-translate-y-48{
  --tw-translate-y: 12rem;
}

.tw-translate-y-52{
  --tw-translate-y: 13rem;
}

.tw-translate-y-56{
  --tw-translate-y: 14rem;
}

.tw-translate-y-60{
  --tw-translate-y: 15rem;
}

.tw-translate-y-64{
  --tw-translate-y: 16rem;
}

.tw-translate-y-72{
  --tw-translate-y: 18rem;
}

.tw-translate-y-80{
  --tw-translate-y: 20rem;
}

.tw-translate-y-96{
  --tw-translate-y: 24rem;
}

.tw-translate-y-px{
  --tw-translate-y: 1px;
}

.tw-translate-y-0\.5{
  --tw-translate-y: 0.125rem;
}

.tw-translate-y-1\.5{
  --tw-translate-y: 0.375rem;
}

.tw-translate-y-2\.5{
  --tw-translate-y: 0.625rem;
}

.tw-translate-y-3\.5{
  --tw-translate-y: 0.875rem;
}

.tw-translate-y-2\/3{
  --tw-translate-y: 66.666667%;
}

.tw-translate-y-3\/2{
  --tw-translate-y: 150%;
}

.tw-translate-y-square{
  --tw-translate-y: 100%;
}

.tw-translate-y-58px{
  --tw-translate-y: 58px;
}

.tw-translate-y-63px{
  --tw-translate-y: 63px;
}

.tw-translate-y-73px{
  --tw-translate-y: 73.px;
}

.tw--translate-y-0{
  --tw-translate-y: 0px;
}

.tw--translate-y-1{
  --tw-translate-y: -0.25rem;
}

.tw--translate-y-2{
  --tw-translate-y: -0.5rem;
}

.tw--translate-y-3{
  --tw-translate-y: -0.75rem;
}

.tw--translate-y-4{
  --tw-translate-y: -1rem;
}

.tw--translate-y-5{
  --tw-translate-y: -1.25rem;
}

.tw--translate-y-6{
  --tw-translate-y: -1.5rem;
}

.tw--translate-y-7{
  --tw-translate-y: -1.75rem;
}

.tw--translate-y-8{
  --tw-translate-y: -2rem;
}

.tw--translate-y-9{
  --tw-translate-y: -2.25rem;
}

.tw--translate-y-10{
  --tw-translate-y: -2.5rem;
}

.tw--translate-y-11{
  --tw-translate-y: -2.75rem;
}

.tw--translate-y-12{
  --tw-translate-y: -3rem;
}

.tw--translate-y-13{
  --tw-translate-y: -3.25rem;
}

.tw--translate-y-14{
  --tw-translate-y: -3.5rem;
}

.tw--translate-y-16{
  --tw-translate-y: -4rem;
}

.tw--translate-y-20{
  --tw-translate-y: -5rem;
}

.tw--translate-y-24{
  --tw-translate-y: -6rem;
}

.tw--translate-y-28{
  --tw-translate-y: -7rem;
}

.tw--translate-y-32{
  --tw-translate-y: -8rem;
}

.tw--translate-y-36{
  --tw-translate-y: -9rem;
}

.tw--translate-y-40{
  --tw-translate-y: -10rem;
}

.tw--translate-y-44{
  --tw-translate-y: -11rem;
}

.tw--translate-y-48{
  --tw-translate-y: -12rem;
}

.tw--translate-y-52{
  --tw-translate-y: -13rem;
}

.tw--translate-y-56{
  --tw-translate-y: -14rem;
}

.tw--translate-y-60{
  --tw-translate-y: -15rem;
}

.tw--translate-y-64{
  --tw-translate-y: -16rem;
}

.tw--translate-y-72{
  --tw-translate-y: -18rem;
}

.tw--translate-y-80{
  --tw-translate-y: -20rem;
}

.tw--translate-y-96{
  --tw-translate-y: -24rem;
}

.tw--translate-y-px{
  --tw-translate-y: -1px;
}

.tw--translate-y-0\.5{
  --tw-translate-y: -0.125rem;
}

.tw--translate-y-1\.5{
  --tw-translate-y: -0.375rem;
}

.tw--translate-y-2\.5{
  --tw-translate-y: -0.625rem;
}

.tw--translate-y-3\.5{
  --tw-translate-y: -0.875rem;
}

.tw--translate-y-2\/3{
  --tw-translate-y: -66.666667%;
}

.tw--translate-y-3\/2{
  --tw-translate-y: -150%;
}

.tw--translate-y-square{
  --tw-translate-y: -100%;
}

.tw--translate-y-58px{
  --tw-translate-y: -58px;
}

.tw--translate-y-63px{
  --tw-translate-y: -63px;
}

.tw--translate-y-73px{
  --tw-translate-y: -73px;
}

.tw-translate-y-1\/2{
  --tw-translate-y: 50%;
}

.tw-translate-y-1\/3{
  --tw-translate-y: 33.333333%;
}

.tw-translate-y-1\/4{
  --tw-translate-y: 25%;
}

.tw-translate-y-2\/4{
  --tw-translate-y: 50%;
}

.tw-translate-y-3\/4{
  --tw-translate-y: 75%;
}

.tw-translate-y-full{
  --tw-translate-y: 100%;
}

.tw--translate-y-1\/2{
  --tw-translate-y: -50%;
}

.tw--translate-y-1\/3{
  --tw-translate-y: -33.333333%;
}

.tw--translate-y-1\/4{
  --tw-translate-y: -25%;
}

.tw--translate-y-2\/4{
  --tw-translate-y: -50%;
}

.tw--translate-y-3\/4{
  --tw-translate-y: -75%;
}

.tw--translate-y-full{
  --tw-translate-y: -100%;
}

.hover\:tw-translate-x-0:hover{
  --tw-translate-x: 0px;
}

.hover\:tw-translate-x-1:hover{
  --tw-translate-x: 0.25rem;
}

.hover\:tw-translate-x-2:hover{
  --tw-translate-x: 0.5rem;
}

.hover\:tw-translate-x-3:hover{
  --tw-translate-x: 0.75rem;
}

.hover\:tw-translate-x-4:hover{
  --tw-translate-x: 1rem;
}

.hover\:tw-translate-x-5:hover{
  --tw-translate-x: 1.25rem;
}

.hover\:tw-translate-x-6:hover{
  --tw-translate-x: 1.5rem;
}

.hover\:tw-translate-x-7:hover{
  --tw-translate-x: 1.75rem;
}

.hover\:tw-translate-x-8:hover{
  --tw-translate-x: 2rem;
}

.hover\:tw-translate-x-9:hover{
  --tw-translate-x: 2.25rem;
}

.hover\:tw-translate-x-10:hover{
  --tw-translate-x: 2.5rem;
}

.hover\:tw-translate-x-11:hover{
  --tw-translate-x: 2.75rem;
}

.hover\:tw-translate-x-12:hover{
  --tw-translate-x: 3rem;
}

.hover\:tw-translate-x-13:hover{
  --tw-translate-x: 3.25rem;
}

.hover\:tw-translate-x-14:hover{
  --tw-translate-x: 3.5rem;
}

.hover\:tw-translate-x-16:hover{
  --tw-translate-x: 4rem;
}

.hover\:tw-translate-x-20:hover{
  --tw-translate-x: 5rem;
}

.hover\:tw-translate-x-24:hover{
  --tw-translate-x: 6rem;
}

.hover\:tw-translate-x-28:hover{
  --tw-translate-x: 7rem;
}

.hover\:tw-translate-x-32:hover{
  --tw-translate-x: 8rem;
}

.hover\:tw-translate-x-36:hover{
  --tw-translate-x: 9rem;
}

.hover\:tw-translate-x-40:hover{
  --tw-translate-x: 10rem;
}

.hover\:tw-translate-x-44:hover{
  --tw-translate-x: 11rem;
}

.hover\:tw-translate-x-48:hover{
  --tw-translate-x: 12rem;
}

.hover\:tw-translate-x-52:hover{
  --tw-translate-x: 13rem;
}

.hover\:tw-translate-x-56:hover{
  --tw-translate-x: 14rem;
}

.hover\:tw-translate-x-60:hover{
  --tw-translate-x: 15rem;
}

.hover\:tw-translate-x-64:hover{
  --tw-translate-x: 16rem;
}

.hover\:tw-translate-x-72:hover{
  --tw-translate-x: 18rem;
}

.hover\:tw-translate-x-80:hover{
  --tw-translate-x: 20rem;
}

.hover\:tw-translate-x-96:hover{
  --tw-translate-x: 24rem;
}

.hover\:tw-translate-x-px:hover{
  --tw-translate-x: 1px;
}

.hover\:tw-translate-x-0\.5:hover{
  --tw-translate-x: 0.125rem;
}

.hover\:tw-translate-x-1\.5:hover{
  --tw-translate-x: 0.375rem;
}

.hover\:tw-translate-x-2\.5:hover{
  --tw-translate-x: 0.625rem;
}

.hover\:tw-translate-x-3\.5:hover{
  --tw-translate-x: 0.875rem;
}

.hover\:tw-translate-x-2\/3:hover{
  --tw-translate-x: 66.666667%;
}

.hover\:tw-translate-x-3\/2:hover{
  --tw-translate-x: 150%;
}

.hover\:tw-translate-x-square:hover{
  --tw-translate-x: 100%;
}

.hover\:tw-translate-x-58px:hover{
  --tw-translate-x: 58px;
}

.hover\:tw-translate-x-63px:hover{
  --tw-translate-x: 63px;
}

.hover\:tw-translate-x-73px:hover{
  --tw-translate-x: 73.px;
}

.hover\:tw--translate-x-0:hover{
  --tw-translate-x: 0px;
}

.hover\:tw--translate-x-1:hover{
  --tw-translate-x: -0.25rem;
}

.hover\:tw--translate-x-2:hover{
  --tw-translate-x: -0.5rem;
}

.hover\:tw--translate-x-3:hover{
  --tw-translate-x: -0.75rem;
}

.hover\:tw--translate-x-4:hover{
  --tw-translate-x: -1rem;
}

.hover\:tw--translate-x-5:hover{
  --tw-translate-x: -1.25rem;
}

.hover\:tw--translate-x-6:hover{
  --tw-translate-x: -1.5rem;
}

.hover\:tw--translate-x-7:hover{
  --tw-translate-x: -1.75rem;
}

.hover\:tw--translate-x-8:hover{
  --tw-translate-x: -2rem;
}

.hover\:tw--translate-x-9:hover{
  --tw-translate-x: -2.25rem;
}

.hover\:tw--translate-x-10:hover{
  --tw-translate-x: -2.5rem;
}

.hover\:tw--translate-x-11:hover{
  --tw-translate-x: -2.75rem;
}

.hover\:tw--translate-x-12:hover{
  --tw-translate-x: -3rem;
}

.hover\:tw--translate-x-13:hover{
  --tw-translate-x: -3.25rem;
}

.hover\:tw--translate-x-14:hover{
  --tw-translate-x: -3.5rem;
}

.hover\:tw--translate-x-16:hover{
  --tw-translate-x: -4rem;
}

.hover\:tw--translate-x-20:hover{
  --tw-translate-x: -5rem;
}

.hover\:tw--translate-x-24:hover{
  --tw-translate-x: -6rem;
}

.hover\:tw--translate-x-28:hover{
  --tw-translate-x: -7rem;
}

.hover\:tw--translate-x-32:hover{
  --tw-translate-x: -8rem;
}

.hover\:tw--translate-x-36:hover{
  --tw-translate-x: -9rem;
}

.hover\:tw--translate-x-40:hover{
  --tw-translate-x: -10rem;
}

.hover\:tw--translate-x-44:hover{
  --tw-translate-x: -11rem;
}

.hover\:tw--translate-x-48:hover{
  --tw-translate-x: -12rem;
}

.hover\:tw--translate-x-52:hover{
  --tw-translate-x: -13rem;
}

.hover\:tw--translate-x-56:hover{
  --tw-translate-x: -14rem;
}

.hover\:tw--translate-x-60:hover{
  --tw-translate-x: -15rem;
}

.hover\:tw--translate-x-64:hover{
  --tw-translate-x: -16rem;
}

.hover\:tw--translate-x-72:hover{
  --tw-translate-x: -18rem;
}

.hover\:tw--translate-x-80:hover{
  --tw-translate-x: -20rem;
}

.hover\:tw--translate-x-96:hover{
  --tw-translate-x: -24rem;
}

.hover\:tw--translate-x-px:hover{
  --tw-translate-x: -1px;
}

.hover\:tw--translate-x-0\.5:hover{
  --tw-translate-x: -0.125rem;
}

.hover\:tw--translate-x-1\.5:hover{
  --tw-translate-x: -0.375rem;
}

.hover\:tw--translate-x-2\.5:hover{
  --tw-translate-x: -0.625rem;
}

.hover\:tw--translate-x-3\.5:hover{
  --tw-translate-x: -0.875rem;
}

.hover\:tw--translate-x-2\/3:hover{
  --tw-translate-x: -66.666667%;
}

.hover\:tw--translate-x-3\/2:hover{
  --tw-translate-x: -150%;
}

.hover\:tw--translate-x-square:hover{
  --tw-translate-x: -100%;
}

.hover\:tw--translate-x-58px:hover{
  --tw-translate-x: -58px;
}

.hover\:tw--translate-x-63px:hover{
  --tw-translate-x: -63px;
}

.hover\:tw--translate-x-73px:hover{
  --tw-translate-x: -73px;
}

.hover\:tw-translate-x-1\/2:hover{
  --tw-translate-x: 50%;
}

.hover\:tw-translate-x-1\/3:hover{
  --tw-translate-x: 33.333333%;
}

.hover\:tw-translate-x-1\/4:hover{
  --tw-translate-x: 25%;
}

.hover\:tw-translate-x-2\/4:hover{
  --tw-translate-x: 50%;
}

.hover\:tw-translate-x-3\/4:hover{
  --tw-translate-x: 75%;
}

.hover\:tw-translate-x-full:hover{
  --tw-translate-x: 100%;
}

.hover\:tw--translate-x-1\/2:hover{
  --tw-translate-x: -50%;
}

.hover\:tw--translate-x-1\/3:hover{
  --tw-translate-x: -33.333333%;
}

.hover\:tw--translate-x-1\/4:hover{
  --tw-translate-x: -25%;
}

.hover\:tw--translate-x-2\/4:hover{
  --tw-translate-x: -50%;
}

.hover\:tw--translate-x-3\/4:hover{
  --tw-translate-x: -75%;
}

.hover\:tw--translate-x-full:hover{
  --tw-translate-x: -100%;
}

.hover\:tw-translate-y-0:hover{
  --tw-translate-y: 0px;
}

.hover\:tw-translate-y-1:hover{
  --tw-translate-y: 0.25rem;
}

.hover\:tw-translate-y-2:hover{
  --tw-translate-y: 0.5rem;
}

.hover\:tw-translate-y-3:hover{
  --tw-translate-y: 0.75rem;
}

.hover\:tw-translate-y-4:hover{
  --tw-translate-y: 1rem;
}

.hover\:tw-translate-y-5:hover{
  --tw-translate-y: 1.25rem;
}

.hover\:tw-translate-y-6:hover{
  --tw-translate-y: 1.5rem;
}

.hover\:tw-translate-y-7:hover{
  --tw-translate-y: 1.75rem;
}

.hover\:tw-translate-y-8:hover{
  --tw-translate-y: 2rem;
}

.hover\:tw-translate-y-9:hover{
  --tw-translate-y: 2.25rem;
}

.hover\:tw-translate-y-10:hover{
  --tw-translate-y: 2.5rem;
}

.hover\:tw-translate-y-11:hover{
  --tw-translate-y: 2.75rem;
}

.hover\:tw-translate-y-12:hover{
  --tw-translate-y: 3rem;
}

.hover\:tw-translate-y-13:hover{
  --tw-translate-y: 3.25rem;
}

.hover\:tw-translate-y-14:hover{
  --tw-translate-y: 3.5rem;
}

.hover\:tw-translate-y-16:hover{
  --tw-translate-y: 4rem;
}

.hover\:tw-translate-y-20:hover{
  --tw-translate-y: 5rem;
}

.hover\:tw-translate-y-24:hover{
  --tw-translate-y: 6rem;
}

.hover\:tw-translate-y-28:hover{
  --tw-translate-y: 7rem;
}

.hover\:tw-translate-y-32:hover{
  --tw-translate-y: 8rem;
}

.hover\:tw-translate-y-36:hover{
  --tw-translate-y: 9rem;
}

.hover\:tw-translate-y-40:hover{
  --tw-translate-y: 10rem;
}

.hover\:tw-translate-y-44:hover{
  --tw-translate-y: 11rem;
}

.hover\:tw-translate-y-48:hover{
  --tw-translate-y: 12rem;
}

.hover\:tw-translate-y-52:hover{
  --tw-translate-y: 13rem;
}

.hover\:tw-translate-y-56:hover{
  --tw-translate-y: 14rem;
}

.hover\:tw-translate-y-60:hover{
  --tw-translate-y: 15rem;
}

.hover\:tw-translate-y-64:hover{
  --tw-translate-y: 16rem;
}

.hover\:tw-translate-y-72:hover{
  --tw-translate-y: 18rem;
}

.hover\:tw-translate-y-80:hover{
  --tw-translate-y: 20rem;
}

.hover\:tw-translate-y-96:hover{
  --tw-translate-y: 24rem;
}

.hover\:tw-translate-y-px:hover{
  --tw-translate-y: 1px;
}

.hover\:tw-translate-y-0\.5:hover{
  --tw-translate-y: 0.125rem;
}

.hover\:tw-translate-y-1\.5:hover{
  --tw-translate-y: 0.375rem;
}

.hover\:tw-translate-y-2\.5:hover{
  --tw-translate-y: 0.625rem;
}

.hover\:tw-translate-y-3\.5:hover{
  --tw-translate-y: 0.875rem;
}

.hover\:tw-translate-y-2\/3:hover{
  --tw-translate-y: 66.666667%;
}

.hover\:tw-translate-y-3\/2:hover{
  --tw-translate-y: 150%;
}

.hover\:tw-translate-y-square:hover{
  --tw-translate-y: 100%;
}

.hover\:tw-translate-y-58px:hover{
  --tw-translate-y: 58px;
}

.hover\:tw-translate-y-63px:hover{
  --tw-translate-y: 63px;
}

.hover\:tw-translate-y-73px:hover{
  --tw-translate-y: 73.px;
}

.hover\:tw--translate-y-0:hover{
  --tw-translate-y: 0px;
}

.hover\:tw--translate-y-1:hover{
  --tw-translate-y: -0.25rem;
}

.hover\:tw--translate-y-2:hover{
  --tw-translate-y: -0.5rem;
}

.hover\:tw--translate-y-3:hover{
  --tw-translate-y: -0.75rem;
}

.hover\:tw--translate-y-4:hover{
  --tw-translate-y: -1rem;
}

.hover\:tw--translate-y-5:hover{
  --tw-translate-y: -1.25rem;
}

.hover\:tw--translate-y-6:hover{
  --tw-translate-y: -1.5rem;
}

.hover\:tw--translate-y-7:hover{
  --tw-translate-y: -1.75rem;
}

.hover\:tw--translate-y-8:hover{
  --tw-translate-y: -2rem;
}

.hover\:tw--translate-y-9:hover{
  --tw-translate-y: -2.25rem;
}

.hover\:tw--translate-y-10:hover{
  --tw-translate-y: -2.5rem;
}

.hover\:tw--translate-y-11:hover{
  --tw-translate-y: -2.75rem;
}

.hover\:tw--translate-y-12:hover{
  --tw-translate-y: -3rem;
}

.hover\:tw--translate-y-13:hover{
  --tw-translate-y: -3.25rem;
}

.hover\:tw--translate-y-14:hover{
  --tw-translate-y: -3.5rem;
}

.hover\:tw--translate-y-16:hover{
  --tw-translate-y: -4rem;
}

.hover\:tw--translate-y-20:hover{
  --tw-translate-y: -5rem;
}

.hover\:tw--translate-y-24:hover{
  --tw-translate-y: -6rem;
}

.hover\:tw--translate-y-28:hover{
  --tw-translate-y: -7rem;
}

.hover\:tw--translate-y-32:hover{
  --tw-translate-y: -8rem;
}

.hover\:tw--translate-y-36:hover{
  --tw-translate-y: -9rem;
}

.hover\:tw--translate-y-40:hover{
  --tw-translate-y: -10rem;
}

.hover\:tw--translate-y-44:hover{
  --tw-translate-y: -11rem;
}

.hover\:tw--translate-y-48:hover{
  --tw-translate-y: -12rem;
}

.hover\:tw--translate-y-52:hover{
  --tw-translate-y: -13rem;
}

.hover\:tw--translate-y-56:hover{
  --tw-translate-y: -14rem;
}

.hover\:tw--translate-y-60:hover{
  --tw-translate-y: -15rem;
}

.hover\:tw--translate-y-64:hover{
  --tw-translate-y: -16rem;
}

.hover\:tw--translate-y-72:hover{
  --tw-translate-y: -18rem;
}

.hover\:tw--translate-y-80:hover{
  --tw-translate-y: -20rem;
}

.hover\:tw--translate-y-96:hover{
  --tw-translate-y: -24rem;
}

.hover\:tw--translate-y-px:hover{
  --tw-translate-y: -1px;
}

.hover\:tw--translate-y-0\.5:hover{
  --tw-translate-y: -0.125rem;
}

.hover\:tw--translate-y-1\.5:hover{
  --tw-translate-y: -0.375rem;
}

.hover\:tw--translate-y-2\.5:hover{
  --tw-translate-y: -0.625rem;
}

.hover\:tw--translate-y-3\.5:hover{
  --tw-translate-y: -0.875rem;
}

.hover\:tw--translate-y-2\/3:hover{
  --tw-translate-y: -66.666667%;
}

.hover\:tw--translate-y-3\/2:hover{
  --tw-translate-y: -150%;
}

.hover\:tw--translate-y-square:hover{
  --tw-translate-y: -100%;
}

.hover\:tw--translate-y-58px:hover{
  --tw-translate-y: -58px;
}

.hover\:tw--translate-y-63px:hover{
  --tw-translate-y: -63px;
}

.hover\:tw--translate-y-73px:hover{
  --tw-translate-y: -73px;
}

.hover\:tw-translate-y-1\/2:hover{
  --tw-translate-y: 50%;
}

.hover\:tw-translate-y-1\/3:hover{
  --tw-translate-y: 33.333333%;
}

.hover\:tw-translate-y-1\/4:hover{
  --tw-translate-y: 25%;
}

.hover\:tw-translate-y-2\/4:hover{
  --tw-translate-y: 50%;
}

.hover\:tw-translate-y-3\/4:hover{
  --tw-translate-y: 75%;
}

.hover\:tw-translate-y-full:hover{
  --tw-translate-y: 100%;
}

.hover\:tw--translate-y-1\/2:hover{
  --tw-translate-y: -50%;
}

.hover\:tw--translate-y-1\/3:hover{
  --tw-translate-y: -33.333333%;
}

.hover\:tw--translate-y-1\/4:hover{
  --tw-translate-y: -25%;
}

.hover\:tw--translate-y-2\/4:hover{
  --tw-translate-y: -50%;
}

.hover\:tw--translate-y-3\/4:hover{
  --tw-translate-y: -75%;
}

.hover\:tw--translate-y-full:hover{
  --tw-translate-y: -100%;
}

.focus\:tw-translate-x-0:focus{
  --tw-translate-x: 0px;
}

.focus\:tw-translate-x-1:focus{
  --tw-translate-x: 0.25rem;
}

.focus\:tw-translate-x-2:focus{
  --tw-translate-x: 0.5rem;
}

.focus\:tw-translate-x-3:focus{
  --tw-translate-x: 0.75rem;
}

.focus\:tw-translate-x-4:focus{
  --tw-translate-x: 1rem;
}

.focus\:tw-translate-x-5:focus{
  --tw-translate-x: 1.25rem;
}

.focus\:tw-translate-x-6:focus{
  --tw-translate-x: 1.5rem;
}

.focus\:tw-translate-x-7:focus{
  --tw-translate-x: 1.75rem;
}

.focus\:tw-translate-x-8:focus{
  --tw-translate-x: 2rem;
}

.focus\:tw-translate-x-9:focus{
  --tw-translate-x: 2.25rem;
}

.focus\:tw-translate-x-10:focus{
  --tw-translate-x: 2.5rem;
}

.focus\:tw-translate-x-11:focus{
  --tw-translate-x: 2.75rem;
}

.focus\:tw-translate-x-12:focus{
  --tw-translate-x: 3rem;
}

.focus\:tw-translate-x-13:focus{
  --tw-translate-x: 3.25rem;
}

.focus\:tw-translate-x-14:focus{
  --tw-translate-x: 3.5rem;
}

.focus\:tw-translate-x-16:focus{
  --tw-translate-x: 4rem;
}

.focus\:tw-translate-x-20:focus{
  --tw-translate-x: 5rem;
}

.focus\:tw-translate-x-24:focus{
  --tw-translate-x: 6rem;
}

.focus\:tw-translate-x-28:focus{
  --tw-translate-x: 7rem;
}

.focus\:tw-translate-x-32:focus{
  --tw-translate-x: 8rem;
}

.focus\:tw-translate-x-36:focus{
  --tw-translate-x: 9rem;
}

.focus\:tw-translate-x-40:focus{
  --tw-translate-x: 10rem;
}

.focus\:tw-translate-x-44:focus{
  --tw-translate-x: 11rem;
}

.focus\:tw-translate-x-48:focus{
  --tw-translate-x: 12rem;
}

.focus\:tw-translate-x-52:focus{
  --tw-translate-x: 13rem;
}

.focus\:tw-translate-x-56:focus{
  --tw-translate-x: 14rem;
}

.focus\:tw-translate-x-60:focus{
  --tw-translate-x: 15rem;
}

.focus\:tw-translate-x-64:focus{
  --tw-translate-x: 16rem;
}

.focus\:tw-translate-x-72:focus{
  --tw-translate-x: 18rem;
}

.focus\:tw-translate-x-80:focus{
  --tw-translate-x: 20rem;
}

.focus\:tw-translate-x-96:focus{
  --tw-translate-x: 24rem;
}

.focus\:tw-translate-x-px:focus{
  --tw-translate-x: 1px;
}

.focus\:tw-translate-x-0\.5:focus{
  --tw-translate-x: 0.125rem;
}

.focus\:tw-translate-x-1\.5:focus{
  --tw-translate-x: 0.375rem;
}

.focus\:tw-translate-x-2\.5:focus{
  --tw-translate-x: 0.625rem;
}

.focus\:tw-translate-x-3\.5:focus{
  --tw-translate-x: 0.875rem;
}

.focus\:tw-translate-x-2\/3:focus{
  --tw-translate-x: 66.666667%;
}

.focus\:tw-translate-x-3\/2:focus{
  --tw-translate-x: 150%;
}

.focus\:tw-translate-x-square:focus{
  --tw-translate-x: 100%;
}

.focus\:tw-translate-x-58px:focus{
  --tw-translate-x: 58px;
}

.focus\:tw-translate-x-63px:focus{
  --tw-translate-x: 63px;
}

.focus\:tw-translate-x-73px:focus{
  --tw-translate-x: 73.px;
}

.focus\:tw--translate-x-0:focus{
  --tw-translate-x: 0px;
}

.focus\:tw--translate-x-1:focus{
  --tw-translate-x: -0.25rem;
}

.focus\:tw--translate-x-2:focus{
  --tw-translate-x: -0.5rem;
}

.focus\:tw--translate-x-3:focus{
  --tw-translate-x: -0.75rem;
}

.focus\:tw--translate-x-4:focus{
  --tw-translate-x: -1rem;
}

.focus\:tw--translate-x-5:focus{
  --tw-translate-x: -1.25rem;
}

.focus\:tw--translate-x-6:focus{
  --tw-translate-x: -1.5rem;
}

.focus\:tw--translate-x-7:focus{
  --tw-translate-x: -1.75rem;
}

.focus\:tw--translate-x-8:focus{
  --tw-translate-x: -2rem;
}

.focus\:tw--translate-x-9:focus{
  --tw-translate-x: -2.25rem;
}

.focus\:tw--translate-x-10:focus{
  --tw-translate-x: -2.5rem;
}

.focus\:tw--translate-x-11:focus{
  --tw-translate-x: -2.75rem;
}

.focus\:tw--translate-x-12:focus{
  --tw-translate-x: -3rem;
}

.focus\:tw--translate-x-13:focus{
  --tw-translate-x: -3.25rem;
}

.focus\:tw--translate-x-14:focus{
  --tw-translate-x: -3.5rem;
}

.focus\:tw--translate-x-16:focus{
  --tw-translate-x: -4rem;
}

.focus\:tw--translate-x-20:focus{
  --tw-translate-x: -5rem;
}

.focus\:tw--translate-x-24:focus{
  --tw-translate-x: -6rem;
}

.focus\:tw--translate-x-28:focus{
  --tw-translate-x: -7rem;
}

.focus\:tw--translate-x-32:focus{
  --tw-translate-x: -8rem;
}

.focus\:tw--translate-x-36:focus{
  --tw-translate-x: -9rem;
}

.focus\:tw--translate-x-40:focus{
  --tw-translate-x: -10rem;
}

.focus\:tw--translate-x-44:focus{
  --tw-translate-x: -11rem;
}

.focus\:tw--translate-x-48:focus{
  --tw-translate-x: -12rem;
}

.focus\:tw--translate-x-52:focus{
  --tw-translate-x: -13rem;
}

.focus\:tw--translate-x-56:focus{
  --tw-translate-x: -14rem;
}

.focus\:tw--translate-x-60:focus{
  --tw-translate-x: -15rem;
}

.focus\:tw--translate-x-64:focus{
  --tw-translate-x: -16rem;
}

.focus\:tw--translate-x-72:focus{
  --tw-translate-x: -18rem;
}

.focus\:tw--translate-x-80:focus{
  --tw-translate-x: -20rem;
}

.focus\:tw--translate-x-96:focus{
  --tw-translate-x: -24rem;
}

.focus\:tw--translate-x-px:focus{
  --tw-translate-x: -1px;
}

.focus\:tw--translate-x-0\.5:focus{
  --tw-translate-x: -0.125rem;
}

.focus\:tw--translate-x-1\.5:focus{
  --tw-translate-x: -0.375rem;
}

.focus\:tw--translate-x-2\.5:focus{
  --tw-translate-x: -0.625rem;
}

.focus\:tw--translate-x-3\.5:focus{
  --tw-translate-x: -0.875rem;
}

.focus\:tw--translate-x-2\/3:focus{
  --tw-translate-x: -66.666667%;
}

.focus\:tw--translate-x-3\/2:focus{
  --tw-translate-x: -150%;
}

.focus\:tw--translate-x-square:focus{
  --tw-translate-x: -100%;
}

.focus\:tw--translate-x-58px:focus{
  --tw-translate-x: -58px;
}

.focus\:tw--translate-x-63px:focus{
  --tw-translate-x: -63px;
}

.focus\:tw--translate-x-73px:focus{
  --tw-translate-x: -73px;
}

.focus\:tw-translate-x-1\/2:focus{
  --tw-translate-x: 50%;
}

.focus\:tw-translate-x-1\/3:focus{
  --tw-translate-x: 33.333333%;
}

.focus\:tw-translate-x-1\/4:focus{
  --tw-translate-x: 25%;
}

.focus\:tw-translate-x-2\/4:focus{
  --tw-translate-x: 50%;
}

.focus\:tw-translate-x-3\/4:focus{
  --tw-translate-x: 75%;
}

.focus\:tw-translate-x-full:focus{
  --tw-translate-x: 100%;
}

.focus\:tw--translate-x-1\/2:focus{
  --tw-translate-x: -50%;
}

.focus\:tw--translate-x-1\/3:focus{
  --tw-translate-x: -33.333333%;
}

.focus\:tw--translate-x-1\/4:focus{
  --tw-translate-x: -25%;
}

.focus\:tw--translate-x-2\/4:focus{
  --tw-translate-x: -50%;
}

.focus\:tw--translate-x-3\/4:focus{
  --tw-translate-x: -75%;
}

.focus\:tw--translate-x-full:focus{
  --tw-translate-x: -100%;
}

.focus\:tw-translate-y-0:focus{
  --tw-translate-y: 0px;
}

.focus\:tw-translate-y-1:focus{
  --tw-translate-y: 0.25rem;
}

.focus\:tw-translate-y-2:focus{
  --tw-translate-y: 0.5rem;
}

.focus\:tw-translate-y-3:focus{
  --tw-translate-y: 0.75rem;
}

.focus\:tw-translate-y-4:focus{
  --tw-translate-y: 1rem;
}

.focus\:tw-translate-y-5:focus{
  --tw-translate-y: 1.25rem;
}

.focus\:tw-translate-y-6:focus{
  --tw-translate-y: 1.5rem;
}

.focus\:tw-translate-y-7:focus{
  --tw-translate-y: 1.75rem;
}

.focus\:tw-translate-y-8:focus{
  --tw-translate-y: 2rem;
}

.focus\:tw-translate-y-9:focus{
  --tw-translate-y: 2.25rem;
}

.focus\:tw-translate-y-10:focus{
  --tw-translate-y: 2.5rem;
}

.focus\:tw-translate-y-11:focus{
  --tw-translate-y: 2.75rem;
}

.focus\:tw-translate-y-12:focus{
  --tw-translate-y: 3rem;
}

.focus\:tw-translate-y-13:focus{
  --tw-translate-y: 3.25rem;
}

.focus\:tw-translate-y-14:focus{
  --tw-translate-y: 3.5rem;
}

.focus\:tw-translate-y-16:focus{
  --tw-translate-y: 4rem;
}

.focus\:tw-translate-y-20:focus{
  --tw-translate-y: 5rem;
}

.focus\:tw-translate-y-24:focus{
  --tw-translate-y: 6rem;
}

.focus\:tw-translate-y-28:focus{
  --tw-translate-y: 7rem;
}

.focus\:tw-translate-y-32:focus{
  --tw-translate-y: 8rem;
}

.focus\:tw-translate-y-36:focus{
  --tw-translate-y: 9rem;
}

.focus\:tw-translate-y-40:focus{
  --tw-translate-y: 10rem;
}

.focus\:tw-translate-y-44:focus{
  --tw-translate-y: 11rem;
}

.focus\:tw-translate-y-48:focus{
  --tw-translate-y: 12rem;
}

.focus\:tw-translate-y-52:focus{
  --tw-translate-y: 13rem;
}

.focus\:tw-translate-y-56:focus{
  --tw-translate-y: 14rem;
}

.focus\:tw-translate-y-60:focus{
  --tw-translate-y: 15rem;
}

.focus\:tw-translate-y-64:focus{
  --tw-translate-y: 16rem;
}

.focus\:tw-translate-y-72:focus{
  --tw-translate-y: 18rem;
}

.focus\:tw-translate-y-80:focus{
  --tw-translate-y: 20rem;
}

.focus\:tw-translate-y-96:focus{
  --tw-translate-y: 24rem;
}

.focus\:tw-translate-y-px:focus{
  --tw-translate-y: 1px;
}

.focus\:tw-translate-y-0\.5:focus{
  --tw-translate-y: 0.125rem;
}

.focus\:tw-translate-y-1\.5:focus{
  --tw-translate-y: 0.375rem;
}

.focus\:tw-translate-y-2\.5:focus{
  --tw-translate-y: 0.625rem;
}

.focus\:tw-translate-y-3\.5:focus{
  --tw-translate-y: 0.875rem;
}

.focus\:tw-translate-y-2\/3:focus{
  --tw-translate-y: 66.666667%;
}

.focus\:tw-translate-y-3\/2:focus{
  --tw-translate-y: 150%;
}

.focus\:tw-translate-y-square:focus{
  --tw-translate-y: 100%;
}

.focus\:tw-translate-y-58px:focus{
  --tw-translate-y: 58px;
}

.focus\:tw-translate-y-63px:focus{
  --tw-translate-y: 63px;
}

.focus\:tw-translate-y-73px:focus{
  --tw-translate-y: 73.px;
}

.focus\:tw--translate-y-0:focus{
  --tw-translate-y: 0px;
}

.focus\:tw--translate-y-1:focus{
  --tw-translate-y: -0.25rem;
}

.focus\:tw--translate-y-2:focus{
  --tw-translate-y: -0.5rem;
}

.focus\:tw--translate-y-3:focus{
  --tw-translate-y: -0.75rem;
}

.focus\:tw--translate-y-4:focus{
  --tw-translate-y: -1rem;
}

.focus\:tw--translate-y-5:focus{
  --tw-translate-y: -1.25rem;
}

.focus\:tw--translate-y-6:focus{
  --tw-translate-y: -1.5rem;
}

.focus\:tw--translate-y-7:focus{
  --tw-translate-y: -1.75rem;
}

.focus\:tw--translate-y-8:focus{
  --tw-translate-y: -2rem;
}

.focus\:tw--translate-y-9:focus{
  --tw-translate-y: -2.25rem;
}

.focus\:tw--translate-y-10:focus{
  --tw-translate-y: -2.5rem;
}

.focus\:tw--translate-y-11:focus{
  --tw-translate-y: -2.75rem;
}

.focus\:tw--translate-y-12:focus{
  --tw-translate-y: -3rem;
}

.focus\:tw--translate-y-13:focus{
  --tw-translate-y: -3.25rem;
}

.focus\:tw--translate-y-14:focus{
  --tw-translate-y: -3.5rem;
}

.focus\:tw--translate-y-16:focus{
  --tw-translate-y: -4rem;
}

.focus\:tw--translate-y-20:focus{
  --tw-translate-y: -5rem;
}

.focus\:tw--translate-y-24:focus{
  --tw-translate-y: -6rem;
}

.focus\:tw--translate-y-28:focus{
  --tw-translate-y: -7rem;
}

.focus\:tw--translate-y-32:focus{
  --tw-translate-y: -8rem;
}

.focus\:tw--translate-y-36:focus{
  --tw-translate-y: -9rem;
}

.focus\:tw--translate-y-40:focus{
  --tw-translate-y: -10rem;
}

.focus\:tw--translate-y-44:focus{
  --tw-translate-y: -11rem;
}

.focus\:tw--translate-y-48:focus{
  --tw-translate-y: -12rem;
}

.focus\:tw--translate-y-52:focus{
  --tw-translate-y: -13rem;
}

.focus\:tw--translate-y-56:focus{
  --tw-translate-y: -14rem;
}

.focus\:tw--translate-y-60:focus{
  --tw-translate-y: -15rem;
}

.focus\:tw--translate-y-64:focus{
  --tw-translate-y: -16rem;
}

.focus\:tw--translate-y-72:focus{
  --tw-translate-y: -18rem;
}

.focus\:tw--translate-y-80:focus{
  --tw-translate-y: -20rem;
}

.focus\:tw--translate-y-96:focus{
  --tw-translate-y: -24rem;
}

.focus\:tw--translate-y-px:focus{
  --tw-translate-y: -1px;
}

.focus\:tw--translate-y-0\.5:focus{
  --tw-translate-y: -0.125rem;
}

.focus\:tw--translate-y-1\.5:focus{
  --tw-translate-y: -0.375rem;
}

.focus\:tw--translate-y-2\.5:focus{
  --tw-translate-y: -0.625rem;
}

.focus\:tw--translate-y-3\.5:focus{
  --tw-translate-y: -0.875rem;
}

.focus\:tw--translate-y-2\/3:focus{
  --tw-translate-y: -66.666667%;
}

.focus\:tw--translate-y-3\/2:focus{
  --tw-translate-y: -150%;
}

.focus\:tw--translate-y-square:focus{
  --tw-translate-y: -100%;
}

.focus\:tw--translate-y-58px:focus{
  --tw-translate-y: -58px;
}

.focus\:tw--translate-y-63px:focus{
  --tw-translate-y: -63px;
}

.focus\:tw--translate-y-73px:focus{
  --tw-translate-y: -73px;
}

.focus\:tw-translate-y-1\/2:focus{
  --tw-translate-y: 50%;
}

.focus\:tw-translate-y-1\/3:focus{
  --tw-translate-y: 33.333333%;
}

.focus\:tw-translate-y-1\/4:focus{
  --tw-translate-y: 25%;
}

.focus\:tw-translate-y-2\/4:focus{
  --tw-translate-y: 50%;
}

.focus\:tw-translate-y-3\/4:focus{
  --tw-translate-y: 75%;
}

.focus\:tw-translate-y-full:focus{
  --tw-translate-y: 100%;
}

.focus\:tw--translate-y-1\/2:focus{
  --tw-translate-y: -50%;
}

.focus\:tw--translate-y-1\/3:focus{
  --tw-translate-y: -33.333333%;
}

.focus\:tw--translate-y-1\/4:focus{
  --tw-translate-y: -25%;
}

.focus\:tw--translate-y-2\/4:focus{
  --tw-translate-y: -50%;
}

.focus\:tw--translate-y-3\/4:focus{
  --tw-translate-y: -75%;
}

.focus\:tw--translate-y-full:focus{
  --tw-translate-y: -100%;
}

.tw-skew-x-0{
  --tw-skew-x: 0deg;
}

.tw-skew-x-1{
  --tw-skew-x: 1deg;
}

.tw-skew-x-2{
  --tw-skew-x: 2deg;
}

.tw-skew-x-3{
  --tw-skew-x: 3deg;
}

.tw-skew-x-6{
  --tw-skew-x: 6deg;
}

.tw-skew-x-12{
  --tw-skew-x: 12deg;
}

.tw--skew-x-12{
  --tw-skew-x: -12deg;
}

.tw--skew-x-6{
  --tw-skew-x: -6deg;
}

.tw--skew-x-3{
  --tw-skew-x: -3deg;
}

.tw--skew-x-2{
  --tw-skew-x: -2deg;
}

.tw--skew-x-1{
  --tw-skew-x: -1deg;
}

.tw-skew-y-0{
  --tw-skew-y: 0deg;
}

.tw-skew-y-1{
  --tw-skew-y: 1deg;
}

.tw-skew-y-2{
  --tw-skew-y: 2deg;
}

.tw-skew-y-3{
  --tw-skew-y: 3deg;
}

.tw-skew-y-6{
  --tw-skew-y: 6deg;
}

.tw-skew-y-12{
  --tw-skew-y: 12deg;
}

.tw--skew-y-12{
  --tw-skew-y: -12deg;
}

.tw--skew-y-6{
  --tw-skew-y: -6deg;
}

.tw--skew-y-3{
  --tw-skew-y: -3deg;
}

.tw--skew-y-2{
  --tw-skew-y: -2deg;
}

.tw--skew-y-1{
  --tw-skew-y: -1deg;
}

.hover\:tw-skew-x-0:hover{
  --tw-skew-x: 0deg;
}

.hover\:tw-skew-x-1:hover{
  --tw-skew-x: 1deg;
}

.hover\:tw-skew-x-2:hover{
  --tw-skew-x: 2deg;
}

.hover\:tw-skew-x-3:hover{
  --tw-skew-x: 3deg;
}

.hover\:tw-skew-x-6:hover{
  --tw-skew-x: 6deg;
}

.hover\:tw-skew-x-12:hover{
  --tw-skew-x: 12deg;
}

.hover\:tw--skew-x-12:hover{
  --tw-skew-x: -12deg;
}

.hover\:tw--skew-x-6:hover{
  --tw-skew-x: -6deg;
}

.hover\:tw--skew-x-3:hover{
  --tw-skew-x: -3deg;
}

.hover\:tw--skew-x-2:hover{
  --tw-skew-x: -2deg;
}

.hover\:tw--skew-x-1:hover{
  --tw-skew-x: -1deg;
}

.hover\:tw-skew-y-0:hover{
  --tw-skew-y: 0deg;
}

.hover\:tw-skew-y-1:hover{
  --tw-skew-y: 1deg;
}

.hover\:tw-skew-y-2:hover{
  --tw-skew-y: 2deg;
}

.hover\:tw-skew-y-3:hover{
  --tw-skew-y: 3deg;
}

.hover\:tw-skew-y-6:hover{
  --tw-skew-y: 6deg;
}

.hover\:tw-skew-y-12:hover{
  --tw-skew-y: 12deg;
}

.hover\:tw--skew-y-12:hover{
  --tw-skew-y: -12deg;
}

.hover\:tw--skew-y-6:hover{
  --tw-skew-y: -6deg;
}

.hover\:tw--skew-y-3:hover{
  --tw-skew-y: -3deg;
}

.hover\:tw--skew-y-2:hover{
  --tw-skew-y: -2deg;
}

.hover\:tw--skew-y-1:hover{
  --tw-skew-y: -1deg;
}

.focus\:tw-skew-x-0:focus{
  --tw-skew-x: 0deg;
}

.focus\:tw-skew-x-1:focus{
  --tw-skew-x: 1deg;
}

.focus\:tw-skew-x-2:focus{
  --tw-skew-x: 2deg;
}

.focus\:tw-skew-x-3:focus{
  --tw-skew-x: 3deg;
}

.focus\:tw-skew-x-6:focus{
  --tw-skew-x: 6deg;
}

.focus\:tw-skew-x-12:focus{
  --tw-skew-x: 12deg;
}

.focus\:tw--skew-x-12:focus{
  --tw-skew-x: -12deg;
}

.focus\:tw--skew-x-6:focus{
  --tw-skew-x: -6deg;
}

.focus\:tw--skew-x-3:focus{
  --tw-skew-x: -3deg;
}

.focus\:tw--skew-x-2:focus{
  --tw-skew-x: -2deg;
}

.focus\:tw--skew-x-1:focus{
  --tw-skew-x: -1deg;
}

.focus\:tw-skew-y-0:focus{
  --tw-skew-y: 0deg;
}

.focus\:tw-skew-y-1:focus{
  --tw-skew-y: 1deg;
}

.focus\:tw-skew-y-2:focus{
  --tw-skew-y: 2deg;
}

.focus\:tw-skew-y-3:focus{
  --tw-skew-y: 3deg;
}

.focus\:tw-skew-y-6:focus{
  --tw-skew-y: 6deg;
}

.focus\:tw-skew-y-12:focus{
  --tw-skew-y: 12deg;
}

.focus\:tw--skew-y-12:focus{
  --tw-skew-y: -12deg;
}

.focus\:tw--skew-y-6:focus{
  --tw-skew-y: -6deg;
}

.focus\:tw--skew-y-3:focus{
  --tw-skew-y: -3deg;
}

.focus\:tw--skew-y-2:focus{
  --tw-skew-y: -2deg;
}

.focus\:tw--skew-y-1:focus{
  --tw-skew-y: -1deg;
}

.tw-transition-none{
  transition-property: none;
}

.tw-transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tw-transition{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tw-transition-colors{
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tw-transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tw-transition-shadow{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tw-transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tw-transition-fade{
  transition-property: visibility, opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tw-ease-linear{
  transition-timing-function: linear;
}

.tw-ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.tw-ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.tw-ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.tw-duration-75{
  transition-duration: 75ms;
}

.tw-duration-100{
  transition-duration: 100ms;
}

.tw-duration-150{
  transition-duration: 150ms;
}

.tw-duration-200{
  transition-duration: 200ms;
}

.tw-duration-300{
  transition-duration: 300ms;
}

.tw-duration-500{
  transition-duration: 500ms;
}

.tw-duration-700{
  transition-duration: 700ms;
}

.tw-duration-1000{
  transition-duration: 1000ms;
}

.tw-delay-75{
  transition-delay: 75ms;
}

.tw-delay-100{
  transition-delay: 100ms;
}

.tw-delay-150{
  transition-delay: 150ms;
}

.tw-delay-200{
  transition-delay: 200ms;
}

.tw-delay-300{
  transition-delay: 300ms;
}

.tw-delay-500{
  transition-delay: 500ms;
}

.tw-delay-700{
  transition-delay: 700ms;
}

.tw-delay-1000{
  transition-delay: 1000ms;
}

@keyframes tw-spin{
  to{
    transform: rotate(360deg);
  }
}

@keyframes tw-ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes tw-pulse{
  50%{
    opacity: .5;
  }
}

@keyframes tw-bounce{
  0%, 100%{
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.tw-animate-none{
  animation: none;
}

.tw-animate-spin{
  animation: tw-spin 1s linear infinite;
}

.tw-animate-ping{
  animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.tw-animate-pulse{
  animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.tw-animate-bounce{
  animation: tw-bounce 1s infinite;
}

@media (min-width: 576px){
  .sm\:tw-container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 576px){
    .sm\:tw-container{
      max-width: 576px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

  @media (min-width: 768px){
    .sm\:tw-container{
      max-width: 768px;
      padding-right: 3rem;
      padding-left: 3rem;
    }
  }

  @media (min-width: 1024px){
    .sm\:tw-container{
      max-width: 1024px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1366px){
    .sm\:tw-container{
      max-width: 1366px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1440px){
    .sm\:tw-container{
      max-width: 1440px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1600px){
    .sm\:tw-container{
      max-width: 1600px;
      padding-right: 6rem;
      padding-left: 6rem;
    }
  }

  .sm\:tw-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .sm\:tw-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .sm\:tw-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .sm\:tw-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .sm\:tw-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .sm\:tw-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .sm\:tw-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .sm\:tw-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .sm\:tw-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .sm\:tw-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .sm\:tw-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .sm\:tw-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  .sm\:tw-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .sm\:tw-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw-space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--tw-space-y-reverse));
  }

  .sm\:tw-space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .sm\:tw-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .sm\:tw-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .sm\:tw-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .sm\:tw-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .sm\:tw-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .sm\:tw-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .sm\:tw-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .sm\:tw-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .sm\:tw-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  .sm\:tw-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .sm\:tw-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .sm\:tw-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  .sm\:tw-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .sm\:tw-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  .sm\:tw-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .sm\:tw-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  .sm\:tw-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .sm\:tw-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
  }

  .sm\:tw-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  .sm\:tw-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .sm\:tw-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .sm\:tw-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw-space-y-2\/3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(66.666% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(66.666% * var(--tw-space-y-reverse));
  }

  .sm\:tw-space-x-2\/3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(66.666% * var(--tw-space-x-reverse));
    margin-left: calc(66.666% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw-space-y-3\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(150% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(150% * var(--tw-space-y-reverse));
  }

  .sm\:tw-space-x-3\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(150% * var(--tw-space-x-reverse));
    margin-left: calc(150% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw-space-y-square > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100% * var(--tw-space-y-reverse));
  }

  .sm\:tw-space-x-square > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(100% * var(--tw-space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw-space-y-58px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(58px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(58px * var(--tw-space-y-reverse));
  }

  .sm\:tw-space-x-58px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(58px * var(--tw-space-x-reverse));
    margin-left: calc(58px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw-space-y-63px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(63px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(63px * var(--tw-space-y-reverse));
  }

  .sm\:tw-space-x-63px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(63px * var(--tw-space-x-reverse));
    margin-left: calc(63px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw-space-y-73px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(73.px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(73.px * var(--tw-space-y-reverse));
  }

  .sm\:tw-space-x-73px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(73.px * var(--tw-space-x-reverse));
    margin-left: calc(73.px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw--space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .sm\:tw--space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw--space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .sm\:tw--space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw--space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .sm\:tw--space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw--space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .sm\:tw--space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw--space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .sm\:tw--space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw--space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .sm\:tw--space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw--space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .sm\:tw--space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw--space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .sm\:tw--space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw--space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .sm\:tw--space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw--space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  .sm\:tw--space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw--space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  .sm\:tw--space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw--space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  .sm\:tw--space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw--space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .sm\:tw--space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw--space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--tw-space-y-reverse));
  }

  .sm\:tw--space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw--space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  .sm\:tw--space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw--space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .sm\:tw--space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw--space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .sm\:tw--space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw--space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  .sm\:tw--space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw--space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .sm\:tw--space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw--space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .sm\:tw--space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw--space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .sm\:tw--space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw--space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .sm\:tw--space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw--space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .sm\:tw--space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw--space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  .sm\:tw--space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw--space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .sm\:tw--space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw--space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .sm\:tw--space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw--space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  .sm\:tw--space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw--space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .sm\:tw--space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw--space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  .sm\:tw--space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw--space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .sm\:tw--space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw--space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  .sm\:tw--space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw--space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .sm\:tw--space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw--space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
  }

  .sm\:tw--space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw--space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  .sm\:tw--space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw--space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  .sm\:tw--space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw--space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .sm\:tw--space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw--space-y-2\/3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-66.666% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-66.666% * var(--tw-space-y-reverse));
  }

  .sm\:tw--space-x-2\/3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-66.666% * var(--tw-space-x-reverse));
    margin-left: calc(-66.666% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw--space-y-3\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-150% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-150% * var(--tw-space-y-reverse));
  }

  .sm\:tw--space-x-3\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-150% * var(--tw-space-x-reverse));
    margin-left: calc(-150% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw--space-y-square > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-100% * var(--tw-space-y-reverse));
  }

  .sm\:tw--space-x-square > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-100% * var(--tw-space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw--space-y-58px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-58px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-58px * var(--tw-space-y-reverse));
  }

  .sm\:tw--space-x-58px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-58px * var(--tw-space-x-reverse));
    margin-left: calc(-58px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw--space-y-63px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-63px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-63px * var(--tw-space-y-reverse));
  }

  .sm\:tw--space-x-63px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-63px * var(--tw-space-x-reverse));
    margin-left: calc(-63px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw--space-y-73px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-73px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-73px * var(--tw-space-y-reverse));
  }

  .sm\:tw--space-x-73px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-73px * var(--tw-space-x-reverse));
    margin-left: calc(-73px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:tw-space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .sm\:tw-space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .sm\:tw-divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .sm\:tw-divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:tw-divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .sm\:tw-divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:tw-divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .sm\:tw-divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:tw-divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .sm\:tw-divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:tw-divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .sm\:tw-divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:tw-divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .sm\:tw-divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .sm\:tw-divide-brand-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-divide-opacity));
  }

  .sm\:tw-divide-brand-orange-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-divide-opacity));
  }

  .sm\:tw-divide-brand-orange-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-divide-opacity));
  }

  .sm\:tw-divide-brand-blue > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-divide-opacity));
  }

  .sm\:tw-divide-brand-blue-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-divide-opacity));
  }

  .sm\:tw-divide-brand-blue-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-divide-opacity));
  }

  .sm\:tw-divide-brand-yellow > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(228, 182, 32, var(--tw-divide-opacity));
  }

  .sm\:tw-divide-brand-green > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(141, 192, 85, var(--tw-divide-opacity));
  }

  .sm\:tw-divide-brand-pink > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(201, 69, 120, var(--tw-divide-opacity));
  }

  .sm\:tw-divide-brand-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(187, 0, 52, var(--tw-divide-opacity));
  }

  .sm\:tw-divide-brand-turquesa > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(60, 180, 151, var(--tw-divide-opacity));
  }

  .sm\:tw-divide-gray-lighter > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .sm\:tw-divide-gray-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-divide-opacity));
  }

  .sm\:tw-divide-gray-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-divide-opacity));
  }

  .sm\:tw-divide-gray-darker > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-divide-opacity));
  }

  .sm\:tw-divide-gray-medium > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(118, 118, 118, var(--tw-divide-opacity));
  }

  .sm\:tw-divide-gray-mid > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(147, 147, 147, var(--tw-divide-opacity));
  }

  .sm\:tw-divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .sm\:tw-divide-primary > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-divide-opacity));
  }

  .sm\:tw-divide-primary-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-divide-opacity));
  }

  .sm\:tw-divide-primary-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-divide-opacity));
  }

  .sm\:tw-divide-secondary > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-divide-opacity));
  }

  .sm\:tw-divide-secondary-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-divide-opacity));
  }

  .sm\:tw-divide-secondary-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-divide-opacity));
  }

  .sm\:tw-divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .sm\:tw-divide-hyperlinks > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(16, 106, 163, var(--tw-divide-opacity));
  }

  .sm\:tw-divide-hyperlinks-visited > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(127, 31, 125, var(--tw-divide-opacity));
  }

  .sm\:tw-divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .sm\:tw-divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .sm\:tw-divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .sm\:tw-divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .sm\:tw-divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .sm\:tw-divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .sm\:tw-divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .sm\:tw-divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  .sm\:tw-divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1;
  }

  .sm\:tw-divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  .sm\:tw-divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .sm\:tw-divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  .sm\:tw-divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  .sm\:tw-divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  .sm\:tw-divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  .sm\:tw-divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  .sm\:tw-divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .sm\:tw-divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8;
  }

  .sm\:tw-divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  .sm\:tw-divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  .sm\:tw-divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  .sm\:tw-sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .sm\:tw-not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:focus-within\:tw-sr-only:focus-within{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .sm\:focus-within\:tw-not-sr-only:focus-within{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:hover\:tw-sr-only:hover{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .sm\:hover\:tw-not-sr-only:hover{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:focus\:tw-sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .sm\:focus\:tw-not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:active\:tw-sr-only:active{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .sm\:active\:tw-not-sr-only:active{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:tw-appearance-none{
    -webkit-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-clip-border{
    background-clip: border-box;
  }

  .sm\:tw-bg-clip-padding{
    background-clip: padding-box;
  }

  .sm\:tw-bg-clip-content{
    background-clip: content-box;
  }

  .sm\:tw-bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .sm\:tw-bg-brand-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .sm\:tw-bg-brand-orange-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .sm\:tw-bg-brand-orange-light{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .sm\:tw-bg-brand-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .sm\:tw-bg-brand-blue-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .sm\:tw-bg-brand-blue-light{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .sm\:tw-bg-brand-yellow{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 182, 32, var(--tw-bg-opacity));
  }

  .sm\:tw-bg-brand-green{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 192, 85, var(--tw-bg-opacity));
  }

  .sm\:tw-bg-brand-pink{
    --tw-bg-opacity: 1;
    background-color: rgba(201, 69, 120, var(--tw-bg-opacity));
  }

  .sm\:tw-bg-brand-red{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 0, 52, var(--tw-bg-opacity));
  }

  .sm\:tw-bg-brand-turquesa{
    --tw-bg-opacity: 1;
    background-color: rgba(60, 180, 151, var(--tw-bg-opacity));
  }

  .sm\:tw-bg-gray-lighter{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .sm\:tw-bg-gray-light{
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .sm\:tw-bg-gray-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  .sm\:tw-bg-gray-darker{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .sm\:tw-bg-gray-medium{
    --tw-bg-opacity: 1;
    background-color: rgba(118, 118, 118, var(--tw-bg-opacity));
  }

  .sm\:tw-bg-gray-mid{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 147, 147, var(--tw-bg-opacity));
  }

  .sm\:tw-bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:tw-bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .sm\:tw-bg-primary-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .sm\:tw-bg-primary-light{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .sm\:tw-bg-secondary{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .sm\:tw-bg-secondary-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .sm\:tw-bg-secondary-light{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .sm\:tw-bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:tw-bg-hyperlinks{
    --tw-bg-opacity: 1;
    background-color: rgba(16, 106, 163, var(--tw-bg-opacity));
  }

  .sm\:tw-bg-hyperlinks-visited{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 31, 125, var(--tw-bg-opacity));
  }

  .sm\:tw-bg-transparent{
    background-color: transparent;
  }

  .sm\:odd\:tw-bg-brand-orange:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .sm\:odd\:tw-bg-brand-orange-dark:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .sm\:odd\:tw-bg-brand-orange-light:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .sm\:odd\:tw-bg-brand-blue:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .sm\:odd\:tw-bg-brand-blue-dark:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .sm\:odd\:tw-bg-brand-blue-light:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .sm\:odd\:tw-bg-brand-yellow:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(228, 182, 32, var(--tw-bg-opacity));
  }

  .sm\:odd\:tw-bg-brand-green:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(141, 192, 85, var(--tw-bg-opacity));
  }

  .sm\:odd\:tw-bg-brand-pink:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(201, 69, 120, var(--tw-bg-opacity));
  }

  .sm\:odd\:tw-bg-brand-red:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(187, 0, 52, var(--tw-bg-opacity));
  }

  .sm\:odd\:tw-bg-brand-turquesa:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(60, 180, 151, var(--tw-bg-opacity));
  }

  .sm\:odd\:tw-bg-gray-lighter:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .sm\:odd\:tw-bg-gray-light:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .sm\:odd\:tw-bg-gray-dark:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  .sm\:odd\:tw-bg-gray-darker:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .sm\:odd\:tw-bg-gray-medium:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(118, 118, 118, var(--tw-bg-opacity));
  }

  .sm\:odd\:tw-bg-gray-mid:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(147, 147, 147, var(--tw-bg-opacity));
  }

  .sm\:odd\:tw-bg-black:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:odd\:tw-bg-primary:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .sm\:odd\:tw-bg-primary-dark:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .sm\:odd\:tw-bg-primary-light:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .sm\:odd\:tw-bg-secondary:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .sm\:odd\:tw-bg-secondary-dark:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .sm\:odd\:tw-bg-secondary-light:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .sm\:odd\:tw-bg-white:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:odd\:tw-bg-hyperlinks:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(16, 106, 163, var(--tw-bg-opacity));
  }

  .sm\:odd\:tw-bg-hyperlinks-visited:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(127, 31, 125, var(--tw-bg-opacity));
  }

  .sm\:odd\:tw-bg-transparent:nth-child(odd){
    background-color: transparent;
  }

  .sm\:even\:tw-bg-brand-orange:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .sm\:even\:tw-bg-brand-orange-dark:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .sm\:even\:tw-bg-brand-orange-light:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .sm\:even\:tw-bg-brand-blue:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .sm\:even\:tw-bg-brand-blue-dark:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .sm\:even\:tw-bg-brand-blue-light:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .sm\:even\:tw-bg-brand-yellow:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(228, 182, 32, var(--tw-bg-opacity));
  }

  .sm\:even\:tw-bg-brand-green:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(141, 192, 85, var(--tw-bg-opacity));
  }

  .sm\:even\:tw-bg-brand-pink:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(201, 69, 120, var(--tw-bg-opacity));
  }

  .sm\:even\:tw-bg-brand-red:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(187, 0, 52, var(--tw-bg-opacity));
  }

  .sm\:even\:tw-bg-brand-turquesa:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(60, 180, 151, var(--tw-bg-opacity));
  }

  .sm\:even\:tw-bg-gray-lighter:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .sm\:even\:tw-bg-gray-light:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .sm\:even\:tw-bg-gray-dark:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  .sm\:even\:tw-bg-gray-darker:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .sm\:even\:tw-bg-gray-medium:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(118, 118, 118, var(--tw-bg-opacity));
  }

  .sm\:even\:tw-bg-gray-mid:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(147, 147, 147, var(--tw-bg-opacity));
  }

  .sm\:even\:tw-bg-black:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:even\:tw-bg-primary:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .sm\:even\:tw-bg-primary-dark:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .sm\:even\:tw-bg-primary-light:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .sm\:even\:tw-bg-secondary:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .sm\:even\:tw-bg-secondary-dark:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .sm\:even\:tw-bg-secondary-light:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .sm\:even\:tw-bg-white:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:even\:tw-bg-hyperlinks:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(16, 106, 163, var(--tw-bg-opacity));
  }

  .sm\:even\:tw-bg-hyperlinks-visited:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(127, 31, 125, var(--tw-bg-opacity));
  }

  .sm\:even\:tw-bg-transparent:nth-child(even){
    background-color: transparent;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-brand-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-brand-orange-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-brand-orange-light{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-brand-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-brand-blue-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-brand-blue-light{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-brand-yellow{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 182, 32, var(--tw-bg-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-brand-green{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 192, 85, var(--tw-bg-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-brand-pink{
    --tw-bg-opacity: 1;
    background-color: rgba(201, 69, 120, var(--tw-bg-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-brand-red{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 0, 52, var(--tw-bg-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-brand-turquesa{
    --tw-bg-opacity: 1;
    background-color: rgba(60, 180, 151, var(--tw-bg-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-gray-lighter{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-gray-light{
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-gray-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-gray-darker{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-gray-medium{
    --tw-bg-opacity: 1;
    background-color: rgba(118, 118, 118, var(--tw-bg-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-gray-mid{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 147, 147, var(--tw-bg-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-primary-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-primary-light{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-secondary{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-secondary-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-secondary-light{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-hyperlinks{
    --tw-bg-opacity: 1;
    background-color: rgba(16, 106, 163, var(--tw-bg-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-hyperlinks-visited{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 31, 125, var(--tw-bg-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-transparent{
    background-color: transparent;
  }

  .sm\:focus-within\:tw-bg-brand-orange:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:tw-bg-brand-orange-dark:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:tw-bg-brand-orange-light:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:tw-bg-brand-blue:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:tw-bg-brand-blue-dark:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:tw-bg-brand-blue-light:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:tw-bg-brand-yellow:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 182, 32, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:tw-bg-brand-green:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 192, 85, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:tw-bg-brand-pink:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(201, 69, 120, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:tw-bg-brand-red:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 0, 52, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:tw-bg-brand-turquesa:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(60, 180, 151, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:tw-bg-gray-lighter:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:tw-bg-gray-light:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:tw-bg-gray-dark:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:tw-bg-gray-darker:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:tw-bg-gray-medium:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(118, 118, 118, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:tw-bg-gray-mid:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 147, 147, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:tw-bg-black:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:tw-bg-primary:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:tw-bg-primary-dark:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:tw-bg-primary-light:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:tw-bg-secondary:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:tw-bg-secondary-dark:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:tw-bg-secondary-light:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:tw-bg-white:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:tw-bg-hyperlinks:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(16, 106, 163, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:tw-bg-hyperlinks-visited:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 31, 125, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:tw-bg-transparent:focus-within{
    background-color: transparent;
  }

  .sm\:hover\:tw-bg-brand-orange:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .sm\:hover\:tw-bg-brand-orange-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .sm\:hover\:tw-bg-brand-orange-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .sm\:hover\:tw-bg-brand-blue:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .sm\:hover\:tw-bg-brand-blue-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .sm\:hover\:tw-bg-brand-blue-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .sm\:hover\:tw-bg-brand-yellow:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 182, 32, var(--tw-bg-opacity));
  }

  .sm\:hover\:tw-bg-brand-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 192, 85, var(--tw-bg-opacity));
  }

  .sm\:hover\:tw-bg-brand-pink:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(201, 69, 120, var(--tw-bg-opacity));
  }

  .sm\:hover\:tw-bg-brand-red:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 0, 52, var(--tw-bg-opacity));
  }

  .sm\:hover\:tw-bg-brand-turquesa:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(60, 180, 151, var(--tw-bg-opacity));
  }

  .sm\:hover\:tw-bg-gray-lighter:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .sm\:hover\:tw-bg-gray-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .sm\:hover\:tw-bg-gray-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  .sm\:hover\:tw-bg-gray-darker:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .sm\:hover\:tw-bg-gray-medium:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(118, 118, 118, var(--tw-bg-opacity));
  }

  .sm\:hover\:tw-bg-gray-mid:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 147, 147, var(--tw-bg-opacity));
  }

  .sm\:hover\:tw-bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:hover\:tw-bg-primary:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .sm\:hover\:tw-bg-primary-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .sm\:hover\:tw-bg-primary-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .sm\:hover\:tw-bg-secondary:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .sm\:hover\:tw-bg-secondary-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .sm\:hover\:tw-bg-secondary-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .sm\:hover\:tw-bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:tw-bg-hyperlinks:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(16, 106, 163, var(--tw-bg-opacity));
  }

  .sm\:hover\:tw-bg-hyperlinks-visited:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 31, 125, var(--tw-bg-opacity));
  }

  .sm\:hover\:tw-bg-transparent:hover{
    background-color: transparent;
  }

  .sm\:focus\:tw-bg-brand-orange:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .sm\:focus\:tw-bg-brand-orange-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .sm\:focus\:tw-bg-brand-orange-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .sm\:focus\:tw-bg-brand-blue:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .sm\:focus\:tw-bg-brand-blue-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .sm\:focus\:tw-bg-brand-blue-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .sm\:focus\:tw-bg-brand-yellow:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 182, 32, var(--tw-bg-opacity));
  }

  .sm\:focus\:tw-bg-brand-green:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 192, 85, var(--tw-bg-opacity));
  }

  .sm\:focus\:tw-bg-brand-pink:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(201, 69, 120, var(--tw-bg-opacity));
  }

  .sm\:focus\:tw-bg-brand-red:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 0, 52, var(--tw-bg-opacity));
  }

  .sm\:focus\:tw-bg-brand-turquesa:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(60, 180, 151, var(--tw-bg-opacity));
  }

  .sm\:focus\:tw-bg-gray-lighter:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .sm\:focus\:tw-bg-gray-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .sm\:focus\:tw-bg-gray-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  .sm\:focus\:tw-bg-gray-darker:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .sm\:focus\:tw-bg-gray-medium:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(118, 118, 118, var(--tw-bg-opacity));
  }

  .sm\:focus\:tw-bg-gray-mid:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 147, 147, var(--tw-bg-opacity));
  }

  .sm\:focus\:tw-bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:focus\:tw-bg-primary:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .sm\:focus\:tw-bg-primary-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .sm\:focus\:tw-bg-primary-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .sm\:focus\:tw-bg-secondary:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .sm\:focus\:tw-bg-secondary-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .sm\:focus\:tw-bg-secondary-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .sm\:focus\:tw-bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:tw-bg-hyperlinks:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(16, 106, 163, var(--tw-bg-opacity));
  }

  .sm\:focus\:tw-bg-hyperlinks-visited:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 31, 125, var(--tw-bg-opacity));
  }

  .sm\:focus\:tw-bg-transparent:focus{
    background-color: transparent;
  }

  .sm\:tw-bg-none{
    background-image: none;
  }

  .sm\:tw-bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .sm\:tw-bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .sm\:tw-bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .sm\:tw-bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .sm\:tw-bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .sm\:tw-bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .sm\:tw-bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .sm\:tw-bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .sm\:tw-from-brand-orange{
    --tw-gradient-from: #E35100;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .sm\:tw-from-brand-orange-dark{
    --tw-gradient-from: #C04400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .sm\:tw-from-brand-orange-light{
    --tw-gradient-from: #F38D25;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .sm\:tw-from-brand-blue{
    --tw-gradient-from: #005272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .sm\:tw-from-brand-blue-dark{
    --tw-gradient-from: #3F83A3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .sm\:tw-from-brand-blue-light{
    --tw-gradient-from: #4F99BB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .sm\:tw-from-brand-yellow{
    --tw-gradient-from: #E4B620;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 182, 32, 0));
  }

  .sm\:tw-from-brand-green{
    --tw-gradient-from: #8DC055;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 192, 85, 0));
  }

  .sm\:tw-from-brand-pink{
    --tw-gradient-from: #C94578;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 69, 120, 0));
  }

  .sm\:tw-from-brand-red{
    --tw-gradient-from: #BB0034;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 0, 52, 0));
  }

  .sm\:tw-from-brand-turquesa{
    --tw-gradient-from: #3cb497;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 180, 151, 0));
  }

  .sm\:tw-from-gray-lighter{
    --tw-gradient-from: #F5F5F5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .sm\:tw-from-gray-light{
    --tw-gradient-from: #dadada;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .sm\:tw-from-gray-dark{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  .sm\:tw-from-gray-darker{
    --tw-gradient-from: #222222;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .sm\:tw-from-gray-medium{
    --tw-gradient-from: #767676;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(118, 118, 118, 0));
  }

  .sm\:tw-from-gray-mid{
    --tw-gradient-from: #939393;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 147, 147, 0));
  }

  .sm\:tw-from-black{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:tw-from-primary{
    --tw-gradient-from: #E35100;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .sm\:tw-from-primary-dark{
    --tw-gradient-from: #C04400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .sm\:tw-from-primary-light{
    --tw-gradient-from: #F38D25;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .sm\:tw-from-secondary{
    --tw-gradient-from: #005272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .sm\:tw-from-secondary-dark{
    --tw-gradient-from: #3F83A3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .sm\:tw-from-secondary-light{
    --tw-gradient-from: #4F99BB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .sm\:tw-from-white{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:tw-from-hyperlinks{
    --tw-gradient-from: #106AA3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 106, 163, 0));
  }

  .sm\:tw-from-hyperlinks-visited{
    --tw-gradient-from: #7F1F7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 31, 125, 0));
  }

  .sm\:tw-from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:tw-via-brand-orange{
    --tw-gradient-stops: var(--tw-gradient-from), #E35100, var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .sm\:tw-via-brand-orange-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #C04400, var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .sm\:tw-via-brand-orange-light{
    --tw-gradient-stops: var(--tw-gradient-from), #F38D25, var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .sm\:tw-via-brand-blue{
    --tw-gradient-stops: var(--tw-gradient-from), #005272, var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .sm\:tw-via-brand-blue-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #3F83A3, var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .sm\:tw-via-brand-blue-light{
    --tw-gradient-stops: var(--tw-gradient-from), #4F99BB, var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .sm\:tw-via-brand-yellow{
    --tw-gradient-stops: var(--tw-gradient-from), #E4B620, var(--tw-gradient-to, rgba(228, 182, 32, 0));
  }

  .sm\:tw-via-brand-green{
    --tw-gradient-stops: var(--tw-gradient-from), #8DC055, var(--tw-gradient-to, rgba(141, 192, 85, 0));
  }

  .sm\:tw-via-brand-pink{
    --tw-gradient-stops: var(--tw-gradient-from), #C94578, var(--tw-gradient-to, rgba(201, 69, 120, 0));
  }

  .sm\:tw-via-brand-red{
    --tw-gradient-stops: var(--tw-gradient-from), #BB0034, var(--tw-gradient-to, rgba(187, 0, 52, 0));
  }

  .sm\:tw-via-brand-turquesa{
    --tw-gradient-stops: var(--tw-gradient-from), #3cb497, var(--tw-gradient-to, rgba(60, 180, 151, 0));
  }

  .sm\:tw-via-gray-lighter{
    --tw-gradient-stops: var(--tw-gradient-from), #F5F5F5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .sm\:tw-via-gray-light{
    --tw-gradient-stops: var(--tw-gradient-from), #dadada, var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .sm\:tw-via-gray-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  .sm\:tw-via-gray-darker{
    --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .sm\:tw-via-gray-medium{
    --tw-gradient-stops: var(--tw-gradient-from), #767676, var(--tw-gradient-to, rgba(118, 118, 118, 0));
  }

  .sm\:tw-via-gray-mid{
    --tw-gradient-stops: var(--tw-gradient-from), #939393, var(--tw-gradient-to, rgba(147, 147, 147, 0));
  }

  .sm\:tw-via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:tw-via-primary{
    --tw-gradient-stops: var(--tw-gradient-from), #E35100, var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .sm\:tw-via-primary-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #C04400, var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .sm\:tw-via-primary-light{
    --tw-gradient-stops: var(--tw-gradient-from), #F38D25, var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .sm\:tw-via-secondary{
    --tw-gradient-stops: var(--tw-gradient-from), #005272, var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .sm\:tw-via-secondary-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #3F83A3, var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .sm\:tw-via-secondary-light{
    --tw-gradient-stops: var(--tw-gradient-from), #4F99BB, var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .sm\:tw-via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:tw-via-hyperlinks{
    --tw-gradient-stops: var(--tw-gradient-from), #106AA3, var(--tw-gradient-to, rgba(16, 106, 163, 0));
  }

  .sm\:tw-via-hyperlinks-visited{
    --tw-gradient-stops: var(--tw-gradient-from), #7F1F7D, var(--tw-gradient-to, rgba(127, 31, 125, 0));
  }

  .sm\:tw-via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:tw-to-brand-orange{
    --tw-gradient-to: #E35100;
  }

  .sm\:tw-to-brand-orange-dark{
    --tw-gradient-to: #C04400;
  }

  .sm\:tw-to-brand-orange-light{
    --tw-gradient-to: #F38D25;
  }

  .sm\:tw-to-brand-blue{
    --tw-gradient-to: #005272;
  }

  .sm\:tw-to-brand-blue-dark{
    --tw-gradient-to: #3F83A3;
  }

  .sm\:tw-to-brand-blue-light{
    --tw-gradient-to: #4F99BB;
  }

  .sm\:tw-to-brand-yellow{
    --tw-gradient-to: #E4B620;
  }

  .sm\:tw-to-brand-green{
    --tw-gradient-to: #8DC055;
  }

  .sm\:tw-to-brand-pink{
    --tw-gradient-to: #C94578;
  }

  .sm\:tw-to-brand-red{
    --tw-gradient-to: #BB0034;
  }

  .sm\:tw-to-brand-turquesa{
    --tw-gradient-to: #3cb497;
  }

  .sm\:tw-to-gray-lighter{
    --tw-gradient-to: #F5F5F5;
  }

  .sm\:tw-to-gray-light{
    --tw-gradient-to: #dadada;
  }

  .sm\:tw-to-gray-dark{
    --tw-gradient-to: #666666;
  }

  .sm\:tw-to-gray-darker{
    --tw-gradient-to: #222222;
  }

  .sm\:tw-to-gray-medium{
    --tw-gradient-to: #767676;
  }

  .sm\:tw-to-gray-mid{
    --tw-gradient-to: #939393;
  }

  .sm\:tw-to-black{
    --tw-gradient-to: #000000;
  }

  .sm\:tw-to-primary{
    --tw-gradient-to: #E35100;
  }

  .sm\:tw-to-primary-dark{
    --tw-gradient-to: #C04400;
  }

  .sm\:tw-to-primary-light{
    --tw-gradient-to: #F38D25;
  }

  .sm\:tw-to-secondary{
    --tw-gradient-to: #005272;
  }

  .sm\:tw-to-secondary-dark{
    --tw-gradient-to: #3F83A3;
  }

  .sm\:tw-to-secondary-light{
    --tw-gradient-to: #4F99BB;
  }

  .sm\:tw-to-white{
    --tw-gradient-to: #FFFFFF;
  }

  .sm\:tw-to-hyperlinks{
    --tw-gradient-to: #106AA3;
  }

  .sm\:tw-to-hyperlinks-visited{
    --tw-gradient-to: #7F1F7D;
  }

  .sm\:tw-to-transparent{
    --tw-gradient-to: transparent;
  }

  .sm\:hover\:tw-from-brand-orange:hover{
    --tw-gradient-from: #E35100;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .sm\:hover\:tw-from-brand-orange-dark:hover{
    --tw-gradient-from: #C04400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .sm\:hover\:tw-from-brand-orange-light:hover{
    --tw-gradient-from: #F38D25;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .sm\:hover\:tw-from-brand-blue:hover{
    --tw-gradient-from: #005272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .sm\:hover\:tw-from-brand-blue-dark:hover{
    --tw-gradient-from: #3F83A3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .sm\:hover\:tw-from-brand-blue-light:hover{
    --tw-gradient-from: #4F99BB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .sm\:hover\:tw-from-brand-yellow:hover{
    --tw-gradient-from: #E4B620;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 182, 32, 0));
  }

  .sm\:hover\:tw-from-brand-green:hover{
    --tw-gradient-from: #8DC055;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 192, 85, 0));
  }

  .sm\:hover\:tw-from-brand-pink:hover{
    --tw-gradient-from: #C94578;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 69, 120, 0));
  }

  .sm\:hover\:tw-from-brand-red:hover{
    --tw-gradient-from: #BB0034;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 0, 52, 0));
  }

  .sm\:hover\:tw-from-brand-turquesa:hover{
    --tw-gradient-from: #3cb497;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 180, 151, 0));
  }

  .sm\:hover\:tw-from-gray-lighter:hover{
    --tw-gradient-from: #F5F5F5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .sm\:hover\:tw-from-gray-light:hover{
    --tw-gradient-from: #dadada;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .sm\:hover\:tw-from-gray-dark:hover{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  .sm\:hover\:tw-from-gray-darker:hover{
    --tw-gradient-from: #222222;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .sm\:hover\:tw-from-gray-medium:hover{
    --tw-gradient-from: #767676;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(118, 118, 118, 0));
  }

  .sm\:hover\:tw-from-gray-mid:hover{
    --tw-gradient-from: #939393;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 147, 147, 0));
  }

  .sm\:hover\:tw-from-black:hover{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:tw-from-primary:hover{
    --tw-gradient-from: #E35100;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .sm\:hover\:tw-from-primary-dark:hover{
    --tw-gradient-from: #C04400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .sm\:hover\:tw-from-primary-light:hover{
    --tw-gradient-from: #F38D25;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .sm\:hover\:tw-from-secondary:hover{
    --tw-gradient-from: #005272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .sm\:hover\:tw-from-secondary-dark:hover{
    --tw-gradient-from: #3F83A3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .sm\:hover\:tw-from-secondary-light:hover{
    --tw-gradient-from: #4F99BB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .sm\:hover\:tw-from-white:hover{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:tw-from-hyperlinks:hover{
    --tw-gradient-from: #106AA3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 106, 163, 0));
  }

  .sm\:hover\:tw-from-hyperlinks-visited:hover{
    --tw-gradient-from: #7F1F7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 31, 125, 0));
  }

  .sm\:hover\:tw-from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:tw-via-brand-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E35100, var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .sm\:hover\:tw-via-brand-orange-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #C04400, var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .sm\:hover\:tw-via-brand-orange-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F38D25, var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .sm\:hover\:tw-via-brand-blue:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #005272, var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .sm\:hover\:tw-via-brand-blue-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3F83A3, var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .sm\:hover\:tw-via-brand-blue-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4F99BB, var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .sm\:hover\:tw-via-brand-yellow:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E4B620, var(--tw-gradient-to, rgba(228, 182, 32, 0));
  }

  .sm\:hover\:tw-via-brand-green:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8DC055, var(--tw-gradient-to, rgba(141, 192, 85, 0));
  }

  .sm\:hover\:tw-via-brand-pink:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #C94578, var(--tw-gradient-to, rgba(201, 69, 120, 0));
  }

  .sm\:hover\:tw-via-brand-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #BB0034, var(--tw-gradient-to, rgba(187, 0, 52, 0));
  }

  .sm\:hover\:tw-via-brand-turquesa:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3cb497, var(--tw-gradient-to, rgba(60, 180, 151, 0));
  }

  .sm\:hover\:tw-via-gray-lighter:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F5F5F5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .sm\:hover\:tw-via-gray-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dadada, var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .sm\:hover\:tw-via-gray-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  .sm\:hover\:tw-via-gray-darker:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .sm\:hover\:tw-via-gray-medium:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #767676, var(--tw-gradient-to, rgba(118, 118, 118, 0));
  }

  .sm\:hover\:tw-via-gray-mid:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #939393, var(--tw-gradient-to, rgba(147, 147, 147, 0));
  }

  .sm\:hover\:tw-via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:tw-via-primary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E35100, var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .sm\:hover\:tw-via-primary-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #C04400, var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .sm\:hover\:tw-via-primary-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F38D25, var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .sm\:hover\:tw-via-secondary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #005272, var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .sm\:hover\:tw-via-secondary-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3F83A3, var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .sm\:hover\:tw-via-secondary-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4F99BB, var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .sm\:hover\:tw-via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:tw-via-hyperlinks:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #106AA3, var(--tw-gradient-to, rgba(16, 106, 163, 0));
  }

  .sm\:hover\:tw-via-hyperlinks-visited:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7F1F7D, var(--tw-gradient-to, rgba(127, 31, 125, 0));
  }

  .sm\:hover\:tw-via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:tw-to-brand-orange:hover{
    --tw-gradient-to: #E35100;
  }

  .sm\:hover\:tw-to-brand-orange-dark:hover{
    --tw-gradient-to: #C04400;
  }

  .sm\:hover\:tw-to-brand-orange-light:hover{
    --tw-gradient-to: #F38D25;
  }

  .sm\:hover\:tw-to-brand-blue:hover{
    --tw-gradient-to: #005272;
  }

  .sm\:hover\:tw-to-brand-blue-dark:hover{
    --tw-gradient-to: #3F83A3;
  }

  .sm\:hover\:tw-to-brand-blue-light:hover{
    --tw-gradient-to: #4F99BB;
  }

  .sm\:hover\:tw-to-brand-yellow:hover{
    --tw-gradient-to: #E4B620;
  }

  .sm\:hover\:tw-to-brand-green:hover{
    --tw-gradient-to: #8DC055;
  }

  .sm\:hover\:tw-to-brand-pink:hover{
    --tw-gradient-to: #C94578;
  }

  .sm\:hover\:tw-to-brand-red:hover{
    --tw-gradient-to: #BB0034;
  }

  .sm\:hover\:tw-to-brand-turquesa:hover{
    --tw-gradient-to: #3cb497;
  }

  .sm\:hover\:tw-to-gray-lighter:hover{
    --tw-gradient-to: #F5F5F5;
  }

  .sm\:hover\:tw-to-gray-light:hover{
    --tw-gradient-to: #dadada;
  }

  .sm\:hover\:tw-to-gray-dark:hover{
    --tw-gradient-to: #666666;
  }

  .sm\:hover\:tw-to-gray-darker:hover{
    --tw-gradient-to: #222222;
  }

  .sm\:hover\:tw-to-gray-medium:hover{
    --tw-gradient-to: #767676;
  }

  .sm\:hover\:tw-to-gray-mid:hover{
    --tw-gradient-to: #939393;
  }

  .sm\:hover\:tw-to-black:hover{
    --tw-gradient-to: #000000;
  }

  .sm\:hover\:tw-to-primary:hover{
    --tw-gradient-to: #E35100;
  }

  .sm\:hover\:tw-to-primary-dark:hover{
    --tw-gradient-to: #C04400;
  }

  .sm\:hover\:tw-to-primary-light:hover{
    --tw-gradient-to: #F38D25;
  }

  .sm\:hover\:tw-to-secondary:hover{
    --tw-gradient-to: #005272;
  }

  .sm\:hover\:tw-to-secondary-dark:hover{
    --tw-gradient-to: #3F83A3;
  }

  .sm\:hover\:tw-to-secondary-light:hover{
    --tw-gradient-to: #4F99BB;
  }

  .sm\:hover\:tw-to-white:hover{
    --tw-gradient-to: #FFFFFF;
  }

  .sm\:hover\:tw-to-hyperlinks:hover{
    --tw-gradient-to: #106AA3;
  }

  .sm\:hover\:tw-to-hyperlinks-visited:hover{
    --tw-gradient-to: #7F1F7D;
  }

  .sm\:hover\:tw-to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .sm\:focus\:tw-from-brand-orange:focus{
    --tw-gradient-from: #E35100;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .sm\:focus\:tw-from-brand-orange-dark:focus{
    --tw-gradient-from: #C04400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .sm\:focus\:tw-from-brand-orange-light:focus{
    --tw-gradient-from: #F38D25;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .sm\:focus\:tw-from-brand-blue:focus{
    --tw-gradient-from: #005272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .sm\:focus\:tw-from-brand-blue-dark:focus{
    --tw-gradient-from: #3F83A3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .sm\:focus\:tw-from-brand-blue-light:focus{
    --tw-gradient-from: #4F99BB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .sm\:focus\:tw-from-brand-yellow:focus{
    --tw-gradient-from: #E4B620;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 182, 32, 0));
  }

  .sm\:focus\:tw-from-brand-green:focus{
    --tw-gradient-from: #8DC055;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 192, 85, 0));
  }

  .sm\:focus\:tw-from-brand-pink:focus{
    --tw-gradient-from: #C94578;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 69, 120, 0));
  }

  .sm\:focus\:tw-from-brand-red:focus{
    --tw-gradient-from: #BB0034;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 0, 52, 0));
  }

  .sm\:focus\:tw-from-brand-turquesa:focus{
    --tw-gradient-from: #3cb497;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 180, 151, 0));
  }

  .sm\:focus\:tw-from-gray-lighter:focus{
    --tw-gradient-from: #F5F5F5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .sm\:focus\:tw-from-gray-light:focus{
    --tw-gradient-from: #dadada;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .sm\:focus\:tw-from-gray-dark:focus{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  .sm\:focus\:tw-from-gray-darker:focus{
    --tw-gradient-from: #222222;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .sm\:focus\:tw-from-gray-medium:focus{
    --tw-gradient-from: #767676;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(118, 118, 118, 0));
  }

  .sm\:focus\:tw-from-gray-mid:focus{
    --tw-gradient-from: #939393;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 147, 147, 0));
  }

  .sm\:focus\:tw-from-black:focus{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:tw-from-primary:focus{
    --tw-gradient-from: #E35100;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .sm\:focus\:tw-from-primary-dark:focus{
    --tw-gradient-from: #C04400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .sm\:focus\:tw-from-primary-light:focus{
    --tw-gradient-from: #F38D25;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .sm\:focus\:tw-from-secondary:focus{
    --tw-gradient-from: #005272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .sm\:focus\:tw-from-secondary-dark:focus{
    --tw-gradient-from: #3F83A3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .sm\:focus\:tw-from-secondary-light:focus{
    --tw-gradient-from: #4F99BB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .sm\:focus\:tw-from-white:focus{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:tw-from-hyperlinks:focus{
    --tw-gradient-from: #106AA3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 106, 163, 0));
  }

  .sm\:focus\:tw-from-hyperlinks-visited:focus{
    --tw-gradient-from: #7F1F7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 31, 125, 0));
  }

  .sm\:focus\:tw-from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:tw-via-brand-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E35100, var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .sm\:focus\:tw-via-brand-orange-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #C04400, var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .sm\:focus\:tw-via-brand-orange-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F38D25, var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .sm\:focus\:tw-via-brand-blue:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #005272, var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .sm\:focus\:tw-via-brand-blue-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3F83A3, var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .sm\:focus\:tw-via-brand-blue-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4F99BB, var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .sm\:focus\:tw-via-brand-yellow:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E4B620, var(--tw-gradient-to, rgba(228, 182, 32, 0));
  }

  .sm\:focus\:tw-via-brand-green:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8DC055, var(--tw-gradient-to, rgba(141, 192, 85, 0));
  }

  .sm\:focus\:tw-via-brand-pink:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #C94578, var(--tw-gradient-to, rgba(201, 69, 120, 0));
  }

  .sm\:focus\:tw-via-brand-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #BB0034, var(--tw-gradient-to, rgba(187, 0, 52, 0));
  }

  .sm\:focus\:tw-via-brand-turquesa:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3cb497, var(--tw-gradient-to, rgba(60, 180, 151, 0));
  }

  .sm\:focus\:tw-via-gray-lighter:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F5F5F5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .sm\:focus\:tw-via-gray-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dadada, var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .sm\:focus\:tw-via-gray-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  .sm\:focus\:tw-via-gray-darker:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .sm\:focus\:tw-via-gray-medium:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #767676, var(--tw-gradient-to, rgba(118, 118, 118, 0));
  }

  .sm\:focus\:tw-via-gray-mid:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #939393, var(--tw-gradient-to, rgba(147, 147, 147, 0));
  }

  .sm\:focus\:tw-via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:tw-via-primary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E35100, var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .sm\:focus\:tw-via-primary-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #C04400, var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .sm\:focus\:tw-via-primary-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F38D25, var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .sm\:focus\:tw-via-secondary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #005272, var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .sm\:focus\:tw-via-secondary-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3F83A3, var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .sm\:focus\:tw-via-secondary-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4F99BB, var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .sm\:focus\:tw-via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:tw-via-hyperlinks:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #106AA3, var(--tw-gradient-to, rgba(16, 106, 163, 0));
  }

  .sm\:focus\:tw-via-hyperlinks-visited:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7F1F7D, var(--tw-gradient-to, rgba(127, 31, 125, 0));
  }

  .sm\:focus\:tw-via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:tw-to-brand-orange:focus{
    --tw-gradient-to: #E35100;
  }

  .sm\:focus\:tw-to-brand-orange-dark:focus{
    --tw-gradient-to: #C04400;
  }

  .sm\:focus\:tw-to-brand-orange-light:focus{
    --tw-gradient-to: #F38D25;
  }

  .sm\:focus\:tw-to-brand-blue:focus{
    --tw-gradient-to: #005272;
  }

  .sm\:focus\:tw-to-brand-blue-dark:focus{
    --tw-gradient-to: #3F83A3;
  }

  .sm\:focus\:tw-to-brand-blue-light:focus{
    --tw-gradient-to: #4F99BB;
  }

  .sm\:focus\:tw-to-brand-yellow:focus{
    --tw-gradient-to: #E4B620;
  }

  .sm\:focus\:tw-to-brand-green:focus{
    --tw-gradient-to: #8DC055;
  }

  .sm\:focus\:tw-to-brand-pink:focus{
    --tw-gradient-to: #C94578;
  }

  .sm\:focus\:tw-to-brand-red:focus{
    --tw-gradient-to: #BB0034;
  }

  .sm\:focus\:tw-to-brand-turquesa:focus{
    --tw-gradient-to: #3cb497;
  }

  .sm\:focus\:tw-to-gray-lighter:focus{
    --tw-gradient-to: #F5F5F5;
  }

  .sm\:focus\:tw-to-gray-light:focus{
    --tw-gradient-to: #dadada;
  }

  .sm\:focus\:tw-to-gray-dark:focus{
    --tw-gradient-to: #666666;
  }

  .sm\:focus\:tw-to-gray-darker:focus{
    --tw-gradient-to: #222222;
  }

  .sm\:focus\:tw-to-gray-medium:focus{
    --tw-gradient-to: #767676;
  }

  .sm\:focus\:tw-to-gray-mid:focus{
    --tw-gradient-to: #939393;
  }

  .sm\:focus\:tw-to-black:focus{
    --tw-gradient-to: #000000;
  }

  .sm\:focus\:tw-to-primary:focus{
    --tw-gradient-to: #E35100;
  }

  .sm\:focus\:tw-to-primary-dark:focus{
    --tw-gradient-to: #C04400;
  }

  .sm\:focus\:tw-to-primary-light:focus{
    --tw-gradient-to: #F38D25;
  }

  .sm\:focus\:tw-to-secondary:focus{
    --tw-gradient-to: #005272;
  }

  .sm\:focus\:tw-to-secondary-dark:focus{
    --tw-gradient-to: #3F83A3;
  }

  .sm\:focus\:tw-to-secondary-light:focus{
    --tw-gradient-to: #4F99BB;
  }

  .sm\:focus\:tw-to-white:focus{
    --tw-gradient-to: #FFFFFF;
  }

  .sm\:focus\:tw-to-hyperlinks:focus{
    --tw-gradient-to: #106AA3;
  }

  .sm\:focus\:tw-to-hyperlinks-visited:focus{
    --tw-gradient-to: #7F1F7D;
  }

  .sm\:focus\:tw-to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .sm\:tw-bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .sm\:tw-bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .sm\:tw-bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .sm\:tw-bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .sm\:tw-bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .sm\:tw-bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .sm\:tw-bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .sm\:tw-bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .sm\:tw-bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .sm\:tw-bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .sm\:tw-bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .sm\:tw-bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .sm\:tw-bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .sm\:tw-bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .sm\:tw-bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .sm\:focus-within\:tw-bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  .sm\:focus-within\:tw-bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05;
  }

  .sm\:focus-within\:tw-bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1;
  }

  .sm\:focus-within\:tw-bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2;
  }

  .sm\:focus-within\:tw-bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  .sm\:focus-within\:tw-bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3;
  }

  .sm\:focus-within\:tw-bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  .sm\:focus-within\:tw-bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  .sm\:focus-within\:tw-bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6;
  }

  .sm\:focus-within\:tw-bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7;
  }

  .sm\:focus-within\:tw-bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  .sm\:focus-within\:tw-bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8;
  }

  .sm\:focus-within\:tw-bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9;
  }

  .sm\:focus-within\:tw-bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95;
  }

  .sm\:focus-within\:tw-bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  .sm\:hover\:tw-bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  .sm\:hover\:tw-bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }

  .sm\:hover\:tw-bg-opacity-10:hover{
    --tw-bg-opacity: 0.1;
  }

  .sm\:hover\:tw-bg-opacity-20:hover{
    --tw-bg-opacity: 0.2;
  }

  .sm\:hover\:tw-bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  .sm\:hover\:tw-bg-opacity-30:hover{
    --tw-bg-opacity: 0.3;
  }

  .sm\:hover\:tw-bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  .sm\:hover\:tw-bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  .sm\:hover\:tw-bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }

  .sm\:hover\:tw-bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }

  .sm\:hover\:tw-bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  .sm\:hover\:tw-bg-opacity-80:hover{
    --tw-bg-opacity: 0.8;
  }

  .sm\:hover\:tw-bg-opacity-90:hover{
    --tw-bg-opacity: 0.9;
  }

  .sm\:hover\:tw-bg-opacity-95:hover{
    --tw-bg-opacity: 0.95;
  }

  .sm\:hover\:tw-bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  .sm\:focus\:tw-bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  .sm\:focus\:tw-bg-opacity-5:focus{
    --tw-bg-opacity: 0.05;
  }

  .sm\:focus\:tw-bg-opacity-10:focus{
    --tw-bg-opacity: 0.1;
  }

  .sm\:focus\:tw-bg-opacity-20:focus{
    --tw-bg-opacity: 0.2;
  }

  .sm\:focus\:tw-bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  .sm\:focus\:tw-bg-opacity-30:focus{
    --tw-bg-opacity: 0.3;
  }

  .sm\:focus\:tw-bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  .sm\:focus\:tw-bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  .sm\:focus\:tw-bg-opacity-60:focus{
    --tw-bg-opacity: 0.6;
  }

  .sm\:focus\:tw-bg-opacity-70:focus{
    --tw-bg-opacity: 0.7;
  }

  .sm\:focus\:tw-bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  .sm\:focus\:tw-bg-opacity-80:focus{
    --tw-bg-opacity: 0.8;
  }

  .sm\:focus\:tw-bg-opacity-90:focus{
    --tw-bg-opacity: 0.9;
  }

  .sm\:focus\:tw-bg-opacity-95:focus{
    --tw-bg-opacity: 0.95;
  }

  .sm\:focus\:tw-bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  .sm\:tw-bg-bottom{
    background-position: bottom;
  }

  .sm\:tw-bg-center{
    background-position: center;
  }

  .sm\:tw-bg-left{
    background-position: left;
  }

  .sm\:tw-bg-left-bottom{
    background-position: left bottom;
  }

  .sm\:tw-bg-left-top{
    background-position: left top;
  }

  .sm\:tw-bg-right{
    background-position: right;
  }

  .sm\:tw-bg-right-bottom{
    background-position: right bottom;
  }

  .sm\:tw-bg-right-top{
    background-position: right top;
  }

  .sm\:tw-bg-top{
    background-position: top;
  }

  .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-bg-repeat-round{
    background-repeat: round;
  }

  .sm\:tw-bg-repeat-space{
    background-repeat: space;
  }

  .sm\:tw-bg-auto{
    background-size: auto;
  }

  .sm\:tw-bg-cover{
    background-size: cover;
  }

  .sm\:tw-bg-contain{
    background-size: contain;
  }

  .sm\:tw-border-collapse{
    border-collapse: collapse;
  }

  .sm\:tw-border-separate{
    border-collapse: separate;
  }

  .sm\:tw-border-brand-orange{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .sm\:tw-border-brand-orange-dark{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .sm\:tw-border-brand-orange-light{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .sm\:tw-border-brand-blue{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .sm\:tw-border-brand-blue-dark{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .sm\:tw-border-brand-blue-light{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .sm\:tw-border-brand-yellow{
    --tw-border-opacity: 1;
    border-color: rgba(228, 182, 32, var(--tw-border-opacity));
  }

  .sm\:tw-border-brand-green{
    --tw-border-opacity: 1;
    border-color: rgba(141, 192, 85, var(--tw-border-opacity));
  }

  .sm\:tw-border-brand-pink{
    --tw-border-opacity: 1;
    border-color: rgba(201, 69, 120, var(--tw-border-opacity));
  }

  .sm\:tw-border-brand-red{
    --tw-border-opacity: 1;
    border-color: rgba(187, 0, 52, var(--tw-border-opacity));
  }

  .sm\:tw-border-brand-turquesa{
    --tw-border-opacity: 1;
    border-color: rgba(60, 180, 151, var(--tw-border-opacity));
  }

  .sm\:tw-border-gray-lighter{
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .sm\:tw-border-gray-light{
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .sm\:tw-border-gray-dark{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  .sm\:tw-border-gray-darker{
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .sm\:tw-border-gray-medium{
    --tw-border-opacity: 1;
    border-color: rgba(118, 118, 118, var(--tw-border-opacity));
  }

  .sm\:tw-border-gray-mid{
    --tw-border-opacity: 1;
    border-color: rgba(147, 147, 147, var(--tw-border-opacity));
  }

  .sm\:tw-border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:tw-border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .sm\:tw-border-primary-dark{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .sm\:tw-border-primary-light{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .sm\:tw-border-secondary{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .sm\:tw-border-secondary-dark{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .sm\:tw-border-secondary-light{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .sm\:tw-border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:tw-border-hyperlinks{
    --tw-border-opacity: 1;
    border-color: rgba(16, 106, 163, var(--tw-border-opacity));
  }

  .sm\:tw-border-hyperlinks-visited{
    --tw-border-opacity: 1;
    border-color: rgba(127, 31, 125, var(--tw-border-opacity));
  }

  .sm\:tw-border-transparent{
    border-color: transparent;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-brand-orange{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-border-brand-orange-dark{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-border-brand-orange-light{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-border-brand-blue{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-border-brand-blue-dark{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-border-brand-blue-light{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-border-brand-yellow{
    --tw-border-opacity: 1;
    border-color: rgba(228, 182, 32, var(--tw-border-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-border-brand-green{
    --tw-border-opacity: 1;
    border-color: rgba(141, 192, 85, var(--tw-border-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-border-brand-pink{
    --tw-border-opacity: 1;
    border-color: rgba(201, 69, 120, var(--tw-border-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-border-brand-red{
    --tw-border-opacity: 1;
    border-color: rgba(187, 0, 52, var(--tw-border-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-border-brand-turquesa{
    --tw-border-opacity: 1;
    border-color: rgba(60, 180, 151, var(--tw-border-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-border-gray-lighter{
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-border-gray-light{
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-border-gray-dark{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-border-gray-darker{
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-border-gray-medium{
    --tw-border-opacity: 1;
    border-color: rgba(118, 118, 118, var(--tw-border-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-border-gray-mid{
    --tw-border-opacity: 1;
    border-color: rgba(147, 147, 147, var(--tw-border-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-border-primary-dark{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-border-primary-light{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-border-secondary{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-border-secondary-dark{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-border-secondary-light{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-border-hyperlinks{
    --tw-border-opacity: 1;
    border-color: rgba(16, 106, 163, var(--tw-border-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-border-hyperlinks-visited{
    --tw-border-opacity: 1;
    border-color: rgba(127, 31, 125, var(--tw-border-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-border-transparent{
    border-color: transparent;
  }

  .sm\:focus-within\:tw-border-brand-orange:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .sm\:focus-within\:tw-border-brand-orange-dark:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .sm\:focus-within\:tw-border-brand-orange-light:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .sm\:focus-within\:tw-border-brand-blue:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .sm\:focus-within\:tw-border-brand-blue-dark:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .sm\:focus-within\:tw-border-brand-blue-light:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .sm\:focus-within\:tw-border-brand-yellow:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(228, 182, 32, var(--tw-border-opacity));
  }

  .sm\:focus-within\:tw-border-brand-green:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(141, 192, 85, var(--tw-border-opacity));
  }

  .sm\:focus-within\:tw-border-brand-pink:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(201, 69, 120, var(--tw-border-opacity));
  }

  .sm\:focus-within\:tw-border-brand-red:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(187, 0, 52, var(--tw-border-opacity));
  }

  .sm\:focus-within\:tw-border-brand-turquesa:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(60, 180, 151, var(--tw-border-opacity));
  }

  .sm\:focus-within\:tw-border-gray-lighter:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .sm\:focus-within\:tw-border-gray-light:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .sm\:focus-within\:tw-border-gray-dark:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  .sm\:focus-within\:tw-border-gray-darker:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .sm\:focus-within\:tw-border-gray-medium:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(118, 118, 118, var(--tw-border-opacity));
  }

  .sm\:focus-within\:tw-border-gray-mid:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(147, 147, 147, var(--tw-border-opacity));
  }

  .sm\:focus-within\:tw-border-black:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:focus-within\:tw-border-primary:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .sm\:focus-within\:tw-border-primary-dark:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .sm\:focus-within\:tw-border-primary-light:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .sm\:focus-within\:tw-border-secondary:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .sm\:focus-within\:tw-border-secondary-dark:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .sm\:focus-within\:tw-border-secondary-light:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .sm\:focus-within\:tw-border-white:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:tw-border-hyperlinks:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(16, 106, 163, var(--tw-border-opacity));
  }

  .sm\:focus-within\:tw-border-hyperlinks-visited:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(127, 31, 125, var(--tw-border-opacity));
  }

  .sm\:focus-within\:tw-border-transparent:focus-within{
    border-color: transparent;
  }

  .sm\:hover\:tw-border-brand-orange:hover{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .sm\:hover\:tw-border-brand-orange-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .sm\:hover\:tw-border-brand-orange-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .sm\:hover\:tw-border-brand-blue:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .sm\:hover\:tw-border-brand-blue-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .sm\:hover\:tw-border-brand-blue-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .sm\:hover\:tw-border-brand-yellow:hover{
    --tw-border-opacity: 1;
    border-color: rgba(228, 182, 32, var(--tw-border-opacity));
  }

  .sm\:hover\:tw-border-brand-green:hover{
    --tw-border-opacity: 1;
    border-color: rgba(141, 192, 85, var(--tw-border-opacity));
  }

  .sm\:hover\:tw-border-brand-pink:hover{
    --tw-border-opacity: 1;
    border-color: rgba(201, 69, 120, var(--tw-border-opacity));
  }

  .sm\:hover\:tw-border-brand-red:hover{
    --tw-border-opacity: 1;
    border-color: rgba(187, 0, 52, var(--tw-border-opacity));
  }

  .sm\:hover\:tw-border-brand-turquesa:hover{
    --tw-border-opacity: 1;
    border-color: rgba(60, 180, 151, var(--tw-border-opacity));
  }

  .sm\:hover\:tw-border-gray-lighter:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .sm\:hover\:tw-border-gray-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .sm\:hover\:tw-border-gray-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  .sm\:hover\:tw-border-gray-darker:hover{
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .sm\:hover\:tw-border-gray-medium:hover{
    --tw-border-opacity: 1;
    border-color: rgba(118, 118, 118, var(--tw-border-opacity));
  }

  .sm\:hover\:tw-border-gray-mid:hover{
    --tw-border-opacity: 1;
    border-color: rgba(147, 147, 147, var(--tw-border-opacity));
  }

  .sm\:hover\:tw-border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:hover\:tw-border-primary:hover{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .sm\:hover\:tw-border-primary-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .sm\:hover\:tw-border-primary-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .sm\:hover\:tw-border-secondary:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .sm\:hover\:tw-border-secondary-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .sm\:hover\:tw-border-secondary-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .sm\:hover\:tw-border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:tw-border-hyperlinks:hover{
    --tw-border-opacity: 1;
    border-color: rgba(16, 106, 163, var(--tw-border-opacity));
  }

  .sm\:hover\:tw-border-hyperlinks-visited:hover{
    --tw-border-opacity: 1;
    border-color: rgba(127, 31, 125, var(--tw-border-opacity));
  }

  .sm\:hover\:tw-border-transparent:hover{
    border-color: transparent;
  }

  .sm\:focus\:tw-border-brand-orange:focus{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .sm\:focus\:tw-border-brand-orange-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .sm\:focus\:tw-border-brand-orange-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .sm\:focus\:tw-border-brand-blue:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .sm\:focus\:tw-border-brand-blue-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .sm\:focus\:tw-border-brand-blue-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .sm\:focus\:tw-border-brand-yellow:focus{
    --tw-border-opacity: 1;
    border-color: rgba(228, 182, 32, var(--tw-border-opacity));
  }

  .sm\:focus\:tw-border-brand-green:focus{
    --tw-border-opacity: 1;
    border-color: rgba(141, 192, 85, var(--tw-border-opacity));
  }

  .sm\:focus\:tw-border-brand-pink:focus{
    --tw-border-opacity: 1;
    border-color: rgba(201, 69, 120, var(--tw-border-opacity));
  }

  .sm\:focus\:tw-border-brand-red:focus{
    --tw-border-opacity: 1;
    border-color: rgba(187, 0, 52, var(--tw-border-opacity));
  }

  .sm\:focus\:tw-border-brand-turquesa:focus{
    --tw-border-opacity: 1;
    border-color: rgba(60, 180, 151, var(--tw-border-opacity));
  }

  .sm\:focus\:tw-border-gray-lighter:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .sm\:focus\:tw-border-gray-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .sm\:focus\:tw-border-gray-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  .sm\:focus\:tw-border-gray-darker:focus{
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .sm\:focus\:tw-border-gray-medium:focus{
    --tw-border-opacity: 1;
    border-color: rgba(118, 118, 118, var(--tw-border-opacity));
  }

  .sm\:focus\:tw-border-gray-mid:focus{
    --tw-border-opacity: 1;
    border-color: rgba(147, 147, 147, var(--tw-border-opacity));
  }

  .sm\:focus\:tw-border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:focus\:tw-border-primary:focus{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .sm\:focus\:tw-border-primary-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .sm\:focus\:tw-border-primary-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .sm\:focus\:tw-border-secondary:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .sm\:focus\:tw-border-secondary-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .sm\:focus\:tw-border-secondary-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .sm\:focus\:tw-border-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:tw-border-hyperlinks:focus{
    --tw-border-opacity: 1;
    border-color: rgba(16, 106, 163, var(--tw-border-opacity));
  }

  .sm\:focus\:tw-border-hyperlinks-visited:focus{
    --tw-border-opacity: 1;
    border-color: rgba(127, 31, 125, var(--tw-border-opacity));
  }

  .sm\:focus\:tw-border-transparent:focus{
    border-color: transparent;
  }

  .sm\:tw-border-opacity-0{
    --tw-border-opacity: 0;
  }

  .sm\:tw-border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .sm\:tw-border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .sm\:tw-border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .sm\:tw-border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .sm\:tw-border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .sm\:tw-border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .sm\:tw-border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .sm\:tw-border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .sm\:tw-border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .sm\:tw-border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .sm\:tw-border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .sm\:tw-border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .sm\:tw-border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .sm\:tw-border-opacity-100{
    --tw-border-opacity: 1;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-0{
    --tw-border-opacity: 0;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-100{
    --tw-border-opacity: 1;
  }

  .sm\:focus-within\:tw-border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .sm\:focus-within\:tw-border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  .sm\:focus-within\:tw-border-opacity-10:focus-within{
    --tw-border-opacity: 0.1;
  }

  .sm\:focus-within\:tw-border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  .sm\:focus-within\:tw-border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .sm\:focus-within\:tw-border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  .sm\:focus-within\:tw-border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  .sm\:focus-within\:tw-border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  .sm\:focus-within\:tw-border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  .sm\:focus-within\:tw-border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  .sm\:focus-within\:tw-border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .sm\:focus-within\:tw-border-opacity-80:focus-within{
    --tw-border-opacity: 0.8;
  }

  .sm\:focus-within\:tw-border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  .sm\:focus-within\:tw-border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  .sm\:focus-within\:tw-border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .sm\:hover\:tw-border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .sm\:hover\:tw-border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  .sm\:hover\:tw-border-opacity-10:hover{
    --tw-border-opacity: 0.1;
  }

  .sm\:hover\:tw-border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  .sm\:hover\:tw-border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .sm\:hover\:tw-border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  .sm\:hover\:tw-border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  .sm\:hover\:tw-border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  .sm\:hover\:tw-border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  .sm\:hover\:tw-border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  .sm\:hover\:tw-border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .sm\:hover\:tw-border-opacity-80:hover{
    --tw-border-opacity: 0.8;
  }

  .sm\:hover\:tw-border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  .sm\:hover\:tw-border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  .sm\:hover\:tw-border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .sm\:focus\:tw-border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .sm\:focus\:tw-border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  .sm\:focus\:tw-border-opacity-10:focus{
    --tw-border-opacity: 0.1;
  }

  .sm\:focus\:tw-border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  .sm\:focus\:tw-border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .sm\:focus\:tw-border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  .sm\:focus\:tw-border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  .sm\:focus\:tw-border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  .sm\:focus\:tw-border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  .sm\:focus\:tw-border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  .sm\:focus\:tw-border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .sm\:focus\:tw-border-opacity-80:focus{
    --tw-border-opacity: 0.8;
  }

  .sm\:focus\:tw-border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  .sm\:focus\:tw-border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  .sm\:focus\:tw-border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  .sm\:tw-rounded-none{
    border-radius: 0px;
  }

  .sm\:tw-rounded-sm{
    border-radius: 0.125rem;
  }

  .sm\:tw-rounded{
    border-radius: 0.25rem;
  }

  .sm\:tw-rounded-md{
    border-radius: 0.375rem;
  }

  .sm\:tw-rounded-lg{
    border-radius: 0.5rem;
  }

  .sm\:tw-rounded-xl{
    border-radius: 0.625rem;
  }

  .sm\:tw-rounded-2xl{
    border-radius: 1rem;
  }

  .sm\:tw-rounded-3xl{
    border-radius: 1.5rem;
  }

  .sm\:tw-rounded-full{
    border-radius: 9999px;
  }

  .sm\:tw-rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .sm\:tw-rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .sm\:tw-rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm\:tw-rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm\:tw-rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm\:tw-rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:tw-rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:tw-rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:tw-rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm\:tw-rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:tw-rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:tw-rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:tw-rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .sm\:tw-rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:tw-rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:tw-rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:tw-rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:tw-rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:tw-rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:tw-rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:tw-rounded-t-xl{
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
  }

  .sm\:tw-rounded-r-xl{
    border-top-right-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
  }

  .sm\:tw-rounded-b-xl{
    border-bottom-right-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem;
  }

  .sm\:tw-rounded-l-xl{
    border-top-left-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem;
  }

  .sm\:tw-rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .sm\:tw-rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .sm\:tw-rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:tw-rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:tw-rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .sm\:tw-rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .sm\:tw-rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:tw-rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.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: 0px;
  }

  .sm\:tw-rounded-tr-none{
    border-top-right-radius: 0px;
  }

  .sm\:tw-rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  .sm\:tw-rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  .sm\:tw-rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .sm\:tw-rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .sm\:tw-rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:tw-rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:tw-rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .sm\:tw-rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .sm\:tw-rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:tw-rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:tw-rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .sm\:tw-rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .sm\:tw-rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:tw-rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:tw-rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .sm\:tw-rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .sm\:tw-rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:tw-rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:tw-rounded-tl-xl{
    border-top-left-radius: 0.625rem;
  }

  .sm\:tw-rounded-tr-xl{
    border-top-right-radius: 0.625rem;
  }

  .sm\:tw-rounded-br-xl{
    border-bottom-right-radius: 0.625rem;
  }

  .sm\:tw-rounded-bl-xl{
    border-bottom-left-radius: 0.625rem;
  }

  .sm\:tw-rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  .sm\:tw-rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  .sm\:tw-rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  .sm\:tw-rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  .sm\:tw-rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  .sm\:tw-rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  .sm\:tw-rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  .sm\:tw-rounded-bl-3xl{
    border-bottom-left-radius: 1.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-double{
    border-style: double;
  }

  .sm\:tw-border-none{
    border-style: none;
  }

  .sm\:tw-border-0{
    border-width: 0px;
  }

  .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: 0px;
  }

  .sm\:tw-border-r-0{
    border-right-width: 0px;
  }

  .sm\:tw-border-b-0{
    border-bottom-width: 0px;
  }

  .sm\:tw-border-l-0{
    border-left-width: 0px;
  }

  .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\:hover\:tw-border-0:hover{
    border-width: 0px;
  }

  .sm\:hover\:tw-border-2:hover{
    border-width: 2px;
  }

  .sm\:hover\:tw-border-4:hover{
    border-width: 4px;
  }

  .sm\:hover\:tw-border-8:hover{
    border-width: 8px;
  }

  .sm\:hover\:tw-border:hover{
    border-width: 1px;
  }

  .sm\:hover\:tw-border-t-0:hover{
    border-top-width: 0px;
  }

  .sm\:hover\:tw-border-r-0:hover{
    border-right-width: 0px;
  }

  .sm\:hover\:tw-border-b-0:hover{
    border-bottom-width: 0px;
  }

  .sm\:hover\:tw-border-l-0:hover{
    border-left-width: 0px;
  }

  .sm\:hover\:tw-border-t-2:hover{
    border-top-width: 2px;
  }

  .sm\:hover\:tw-border-r-2:hover{
    border-right-width: 2px;
  }

  .sm\:hover\:tw-border-b-2:hover{
    border-bottom-width: 2px;
  }

  .sm\:hover\:tw-border-l-2:hover{
    border-left-width: 2px;
  }

  .sm\:hover\:tw-border-t-4:hover{
    border-top-width: 4px;
  }

  .sm\:hover\:tw-border-r-4:hover{
    border-right-width: 4px;
  }

  .sm\:hover\:tw-border-b-4:hover{
    border-bottom-width: 4px;
  }

  .sm\:hover\:tw-border-l-4:hover{
    border-left-width: 4px;
  }

  .sm\:hover\:tw-border-t-8:hover{
    border-top-width: 8px;
  }

  .sm\:hover\:tw-border-r-8:hover{
    border-right-width: 8px;
  }

  .sm\:hover\:tw-border-b-8:hover{
    border-bottom-width: 8px;
  }

  .sm\:hover\:tw-border-l-8:hover{
    border-left-width: 8px;
  }

  .sm\:hover\:tw-border-t:hover{
    border-top-width: 1px;
  }

  .sm\:hover\:tw-border-r:hover{
    border-right-width: 1px;
  }

  .sm\:hover\:tw-border-b:hover{
    border-bottom-width: 1px;
  }

  .sm\:hover\:tw-border-l:hover{
    border-left-width: 1px;
  }

  .sm\:tw-box-border{
    box-sizing: border-box;
  }

  .sm\:tw-box-content{
    box-sizing: content-box;
  }

  .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-text{
    cursor: text;
  }

  .sm\:tw-cursor-move{
    cursor: move;
  }

  .sm\:tw-cursor-help{
    cursor: help;
  }

  .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-caption{
    display: table-caption;
  }

  .sm\:tw-table-cell{
    display: table-cell;
  }

  .sm\:tw-table-column{
    display: table-column;
  }

  .sm\:tw-table-column-group{
    display: table-column-group;
  }

  .sm\:tw-table-footer-group{
    display: table-footer-group;
  }

  .sm\:tw-table-header-group{
    display: table-header-group;
  }

  .sm\:tw-table-row-group{
    display: table-row-group;
  }

  .sm\:tw-table-row{
    display: table-row;
  }

  .sm\:tw-flow-root{
    display: flow-root;
  }

  .sm\:tw-grid{
    display: grid;
  }

  .sm\:tw-inline-grid{
    display: inline-grid;
  }

  .sm\:tw-contents{
    display: contents;
  }

  .sm\:tw-hidden{
    display: none;
  }

  .sm\:first\:tw-block:first-child{
    display: block;
  }

  .sm\:first\:tw-inline-block:first-child{
    display: inline-block;
  }

  .sm\:first\:tw-inline:first-child{
    display: inline;
  }

  .sm\:first\:tw-flex:first-child{
    display: flex;
  }

  .sm\:first\:tw-inline-flex:first-child{
    display: inline-flex;
  }

  .sm\:first\:tw-table:first-child{
    display: table;
  }

  .sm\:first\:tw-table-caption:first-child{
    display: table-caption;
  }

  .sm\:first\:tw-table-cell:first-child{
    display: table-cell;
  }

  .sm\:first\:tw-table-column:first-child{
    display: table-column;
  }

  .sm\:first\:tw-table-column-group:first-child{
    display: table-column-group;
  }

  .sm\:first\:tw-table-footer-group:first-child{
    display: table-footer-group;
  }

  .sm\:first\:tw-table-header-group:first-child{
    display: table-header-group;
  }

  .sm\:first\:tw-table-row-group:first-child{
    display: table-row-group;
  }

  .sm\:first\:tw-table-row:first-child{
    display: table-row;
  }

  .sm\:first\:tw-flow-root:first-child{
    display: flow-root;
  }

  .sm\:first\:tw-grid:first-child{
    display: grid;
  }

  .sm\:first\:tw-inline-grid:first-child{
    display: inline-grid;
  }

  .sm\:first\:tw-contents:first-child{
    display: contents;
  }

  .sm\:first\:tw-hidden:first-child{
    display: none;
  }

  .sm\:last\:tw-block:last-child{
    display: block;
  }

  .sm\:last\:tw-inline-block:last-child{
    display: inline-block;
  }

  .sm\:last\:tw-inline:last-child{
    display: inline;
  }

  .sm\:last\:tw-flex:last-child{
    display: flex;
  }

  .sm\:last\:tw-inline-flex:last-child{
    display: inline-flex;
  }

  .sm\:last\:tw-table:last-child{
    display: table;
  }

  .sm\:last\:tw-table-caption:last-child{
    display: table-caption;
  }

  .sm\:last\:tw-table-cell:last-child{
    display: table-cell;
  }

  .sm\:last\:tw-table-column:last-child{
    display: table-column;
  }

  .sm\:last\:tw-table-column-group:last-child{
    display: table-column-group;
  }

  .sm\:last\:tw-table-footer-group:last-child{
    display: table-footer-group;
  }

  .sm\:last\:tw-table-header-group:last-child{
    display: table-header-group;
  }

  .sm\:last\:tw-table-row-group:last-child{
    display: table-row-group;
  }

  .sm\:last\:tw-table-row:last-child{
    display: table-row;
  }

  .sm\:last\:tw-flow-root:last-child{
    display: flow-root;
  }

  .sm\:last\:tw-grid:last-child{
    display: grid;
  }

  .sm\:last\:tw-inline-grid:last-child{
    display: inline-grid;
  }

  .sm\:last\:tw-contents:last-child{
    display: contents;
  }

  .sm\:last\:tw-hidden:last-child{
    display: none;
  }

  .tw-group:hover .sm\:group-hover\:tw-block{
    display: block;
  }

  .tw-group:hover .sm\:group-hover\:tw-inline-block{
    display: inline-block;
  }

  .tw-group:hover .sm\:group-hover\:tw-inline{
    display: inline;
  }

  .tw-group:hover .sm\:group-hover\:tw-flex{
    display: flex;
  }

  .tw-group:hover .sm\:group-hover\:tw-inline-flex{
    display: inline-flex;
  }

  .tw-group:hover .sm\:group-hover\:tw-table{
    display: table;
  }

  .tw-group:hover .sm\:group-hover\:tw-table-caption{
    display: table-caption;
  }

  .tw-group:hover .sm\:group-hover\:tw-table-cell{
    display: table-cell;
  }

  .tw-group:hover .sm\:group-hover\:tw-table-column{
    display: table-column;
  }

  .tw-group:hover .sm\:group-hover\:tw-table-column-group{
    display: table-column-group;
  }

  .tw-group:hover .sm\:group-hover\:tw-table-footer-group{
    display: table-footer-group;
  }

  .tw-group:hover .sm\:group-hover\:tw-table-header-group{
    display: table-header-group;
  }

  .tw-group:hover .sm\:group-hover\:tw-table-row-group{
    display: table-row-group;
  }

  .tw-group:hover .sm\:group-hover\:tw-table-row{
    display: table-row;
  }

  .tw-group:hover .sm\:group-hover\:tw-flow-root{
    display: flow-root;
  }

  .tw-group:hover .sm\:group-hover\:tw-grid{
    display: grid;
  }

  .tw-group:hover .sm\:group-hover\:tw-inline-grid{
    display: inline-grid;
  }

  .tw-group:hover .sm\:group-hover\:tw-contents{
    display: contents;
  }

  .tw-group:hover .sm\:group-hover\:tw-hidden{
    display: none;
  }

  .sm\:hover\:tw-block:hover{
    display: block;
  }

  .sm\:hover\:tw-inline-block:hover{
    display: inline-block;
  }

  .sm\:hover\:tw-inline:hover{
    display: inline;
  }

  .sm\:hover\:tw-flex:hover{
    display: flex;
  }

  .sm\:hover\:tw-inline-flex:hover{
    display: inline-flex;
  }

  .sm\:hover\:tw-table:hover{
    display: table;
  }

  .sm\:hover\:tw-table-caption:hover{
    display: table-caption;
  }

  .sm\:hover\:tw-table-cell:hover{
    display: table-cell;
  }

  .sm\:hover\:tw-table-column:hover{
    display: table-column;
  }

  .sm\:hover\:tw-table-column-group:hover{
    display: table-column-group;
  }

  .sm\:hover\:tw-table-footer-group:hover{
    display: table-footer-group;
  }

  .sm\:hover\:tw-table-header-group:hover{
    display: table-header-group;
  }

  .sm\:hover\:tw-table-row-group:hover{
    display: table-row-group;
  }

  .sm\:hover\:tw-table-row:hover{
    display: table-row;
  }

  .sm\:hover\:tw-flow-root:hover{
    display: flow-root;
  }

  .sm\:hover\:tw-grid:hover{
    display: grid;
  }

  .sm\:hover\:tw-inline-grid:hover{
    display: inline-grid;
  }

  .sm\:hover\:tw-contents:hover{
    display: contents;
  }

  .sm\:hover\:tw-hidden:hover{
    display: none;
  }

  .sm\:focus\:tw-block:focus{
    display: block;
  }

  .sm\:focus\:tw-inline-block:focus{
    display: inline-block;
  }

  .sm\:focus\:tw-inline:focus{
    display: inline;
  }

  .sm\:focus\:tw-flex:focus{
    display: flex;
  }

  .sm\:focus\:tw-inline-flex:focus{
    display: inline-flex;
  }

  .sm\:focus\:tw-table:focus{
    display: table;
  }

  .sm\:focus\:tw-table-caption:focus{
    display: table-caption;
  }

  .sm\:focus\:tw-table-cell:focus{
    display: table-cell;
  }

  .sm\:focus\:tw-table-column:focus{
    display: table-column;
  }

  .sm\:focus\:tw-table-column-group:focus{
    display: table-column-group;
  }

  .sm\:focus\:tw-table-footer-group:focus{
    display: table-footer-group;
  }

  .sm\:focus\:tw-table-header-group:focus{
    display: table-header-group;
  }

  .sm\:focus\:tw-table-row-group:focus{
    display: table-row-group;
  }

  .sm\:focus\:tw-table-row:focus{
    display: table-row;
  }

  .sm\:focus\:tw-flow-root:focus{
    display: flow-root;
  }

  .sm\:focus\:tw-grid:focus{
    display: grid;
  }

  .sm\:focus\:tw-inline-grid:focus{
    display: inline-grid;
  }

  .sm\:focus\:tw-contents:focus{
    display: contents;
  }

  .sm\:focus\:tw-hidden:focus{
    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-nowrap{
    flex-wrap: nowrap;
  }

  .sm\:tw-place-items-auto{
    place-items: auto;
  }

  .sm\:tw-place-items-start{
    place-items: start;
  }

  .sm\:tw-place-items-end{
    place-items: end;
  }

  .sm\:tw-place-items-center{
    place-items: center;
  }

  .sm\:tw-place-items-stretch{
    place-items: stretch;
  }

  .sm\:tw-place-content-center{
    place-content: center;
  }

  .sm\:tw-place-content-start{
    place-content: start;
  }

  .sm\:tw-place-content-end{
    place-content: end;
  }

  .sm\:tw-place-content-between{
    place-content: space-between;
  }

  .sm\:tw-place-content-around{
    place-content: space-around;
  }

  .sm\:tw-place-content-evenly{
    place-content: space-evenly;
  }

  .sm\:tw-place-content-stretch{
    place-content: stretch;
  }

  .sm\:tw-place-self-auto{
    place-self: auto;
  }

  .sm\:tw-place-self-start{
    place-self: start;
  }

  .sm\:tw-place-self-end{
    place-self: end;
  }

  .sm\:tw-place-self-center{
    place-self: center;
  }

  .sm\:tw-place-self-stretch{
    place-self: stretch;
  }

  .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-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-content-evenly{
    align-content: space-evenly;
  }

  .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-items-auto{
    justify-items: auto;
  }

  .sm\:tw-justify-items-start{
    justify-items: start;
  }

  .sm\:tw-justify-items-end{
    justify-items: end;
  }

  .sm\:tw-justify-items-center{
    justify-items: center;
  }

  .sm\:tw-justify-items-stretch{
    justify-items: 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-justify-evenly{
    justify-content: space-evenly;
  }

  .sm\:tw-justify-self-auto{
    justify-self: auto;
  }

  .sm\:tw-justify-self-start{
    justify-self: start;
  }

  .sm\:tw-justify-self-end{
    justify-self: end;
  }

  .sm\:tw-justify-self-center{
    justify-self: center;
  }

  .sm\:tw-justify-self-stretch{
    justify-self: stretch;
  }

  .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-order-1{
    order: 1;
  }

  .sm\:tw-order-2{
    order: 2;
  }

  .sm\:tw-order-3{
    order: 3;
  }

  .sm\:tw-order-4{
    order: 4;
  }

  .sm\:tw-order-5{
    order: 5;
  }

  .sm\:tw-order-6{
    order: 6;
  }

  .sm\:tw-order-7{
    order: 7;
  }

  .sm\:tw-order-8{
    order: 8;
  }

  .sm\:tw-order-9{
    order: 9;
  }

  .sm\:tw-order-10{
    order: 10;
  }

  .sm\:tw-order-11{
    order: 11;
  }

  .sm\:tw-order-12{
    order: 12;
  }

  .sm\:tw-order-first{
    order: -9999;
  }

  .sm\:tw-order-last{
    order: 9999;
  }

  .sm\:tw-order-none{
    order: 0;
  }

  .sm\:tw-float-right{
    float: right;
  }

  .sm\:tw-float-left{
    float: left;
  }

  .sm\:tw-float-none{
    float: none;
  }

  .sm\:tw-clear-left{
    clear: left;
  }

  .sm\:tw-clear-right{
    clear: right;
  }

  .sm\:tw-clear-both{
    clear: both;
  }

  .sm\:tw-clear-none{
    clear: none;
  }

  .sm\:tw-font-sans{
    font-family: "Noto Sans", sans-serif;
  }

  .sm\:tw-font-serif{
    font-family: Georgia, Cambria;
  }

  .sm\:tw-font-mono{
    font-family: monospace;
  }

  .sm\:tw-font-thin{
    font-weight: 100;
  }

  .sm\:tw-font-extralight{
    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;
  }

  .tw-group:hover .sm\:group-hover\:tw-font-thin{
    font-weight: 100;
  }

  .tw-group:hover .sm\:group-hover\:tw-font-extralight{
    font-weight: 200;
  }

  .tw-group:hover .sm\:group-hover\:tw-font-light{
    font-weight: 300;
  }

  .tw-group:hover .sm\:group-hover\:tw-font-normal{
    font-weight: 400;
  }

  .tw-group:hover .sm\:group-hover\:tw-font-medium{
    font-weight: 500;
  }

  .tw-group:hover .sm\:group-hover\:tw-font-semibold{
    font-weight: 600;
  }

  .tw-group:hover .sm\:group-hover\:tw-font-bold{
    font-weight: 700;
  }

  .tw-group:hover .sm\:group-hover\:tw-font-extrabold{
    font-weight: 800;
  }

  .tw-group:hover .sm\:group-hover\:tw-font-black{
    font-weight: 900;
  }

  .sm\:hover\:tw-font-thin:hover{
    font-weight: 100;
  }

  .sm\:hover\:tw-font-extralight: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-thin:focus{
    font-weight: 100;
  }

  .sm\:focus\:tw-font-extralight: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\:active\:tw-font-thin:active{
    font-weight: 100;
  }

  .sm\:active\:tw-font-extralight:active{
    font-weight: 200;
  }

  .sm\:active\:tw-font-light:active{
    font-weight: 300;
  }

  .sm\:active\:tw-font-normal:active{
    font-weight: 400;
  }

  .sm\:active\:tw-font-medium:active{
    font-weight: 500;
  }

  .sm\:active\:tw-font-semibold:active{
    font-weight: 600;
  }

  .sm\:active\:tw-font-bold:active{
    font-weight: 700;
  }

  .sm\:active\:tw-font-extrabold:active{
    font-weight: 800;
  }

  .sm\:active\:tw-font-black:active{
    font-weight: 900;
  }

  .sm\:tw-h-0{
    height: 0px;
  }

  .sm\:tw-h-1{
    height: 0.25rem;
  }

  .sm\:tw-h-2{
    height: 0.5rem;
  }

  .sm\:tw-h-3{
    height: 0.75rem;
  }

  .sm\:tw-h-4{
    height: 1rem;
  }

  .sm\:tw-h-5{
    height: 1.25rem;
  }

  .sm\:tw-h-6{
    height: 1.5rem;
  }

  .sm\:tw-h-7{
    height: 1.75rem;
  }

  .sm\:tw-h-8{
    height: 2rem;
  }

  .sm\:tw-h-9{
    height: 2.25rem;
  }

  .sm\:tw-h-10{
    height: 2.5rem;
  }

  .sm\:tw-h-11{
    height: 2.75rem;
  }

  .sm\:tw-h-12{
    height: 3rem;
  }

  .sm\:tw-h-13{
    height: 3.25rem;
  }

  .sm\:tw-h-14{
    height: 3.5rem;
  }

  .sm\:tw-h-16{
    height: 4rem;
  }

  .sm\:tw-h-20{
    height: 5rem;
  }

  .sm\:tw-h-24{
    height: 6rem;
  }

  .sm\:tw-h-28{
    height: 7rem;
  }

  .sm\:tw-h-32{
    height: 8rem;
  }

  .sm\:tw-h-36{
    height: 9rem;
  }

  .sm\:tw-h-40{
    height: 10rem;
  }

  .sm\:tw-h-44{
    height: 44px;
  }

  .sm\:tw-h-48{
    height: 12rem;
  }

  .sm\:tw-h-52{
    height: 13rem;
  }

  .sm\:tw-h-56{
    height: 14rem;
  }

  .sm\:tw-h-60{
    height: 15rem;
  }

  .sm\:tw-h-64{
    height: 16rem;
  }

  .sm\:tw-h-72{
    height: 18rem;
  }

  .sm\:tw-h-80{
    height: 20rem;
  }

  .sm\:tw-h-96{
    height: 24rem;
  }

  .sm\:tw-h-128{
    height: 32rem;
  }

  .sm\:tw-h-152{
    height: 38rem;
  }

  .sm\:tw-h-176{
    height: 44rem;
  }

  .sm\:tw-h-auto{
    height: auto;
  }

  .sm\:tw-h-px{
    height: 1px;
  }

  .sm\:tw-h-0\.5{
    height: 0.125rem;
  }

  .sm\:tw-h-1\.5{
    height: 0.375rem;
  }

  .sm\:tw-h-2\.5{
    height: 0.625rem;
  }

  .sm\:tw-h-3\.5{
    height: 0.875rem;
  }

  .sm\:tw-h-2\/3{
    height: 66.666667%;
  }

  .sm\:tw-h-3\/2{
    height: 150%;
  }

  .sm\:tw-h-square{
    height: 100%;
  }

  .sm\:tw-h-58px{
    height: 58px;
  }

  .sm\:tw-h-63px{
    height: 63px;
  }

  .sm\:tw-h-73px{
    height: 73.px;
  }

  .sm\:tw-h-1\/2{
    height: 50%;
  }

  .sm\:tw-h-1\/3{
    height: 33.333333%;
  }

  .sm\:tw-h-1\/4{
    height: 25%;
  }

  .sm\:tw-h-2\/4{
    height: 50%;
  }

  .sm\:tw-h-3\/4{
    height: 75%;
  }

  .sm\:tw-h-1\/5{
    height: 20%;
  }

  .sm\:tw-h-2\/5{
    height: 40%;
  }

  .sm\:tw-h-3\/5{
    height: 60%;
  }

  .sm\:tw-h-4\/5{
    height: 80%;
  }

  .sm\:tw-h-1\/6{
    height: 16.666667%;
  }

  .sm\:tw-h-2\/6{
    height: 33.333333%;
  }

  .sm\:tw-h-3\/6{
    height: 50%;
  }

  .sm\:tw-h-4\/6{
    height: 66.666667%;
  }

  .sm\:tw-h-5\/6{
    height: 83.333333%;
  }

  .sm\:tw-h-full{
    height: 100%;
  }

  .sm\:tw-h-screen{
    height: 100vh;
  }

  .sm\:tw-text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .sm\:tw-text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:tw-text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:tw-text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:tw-text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:tw-text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:tw-text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:tw-text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:tw-text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:tw-text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:tw-text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .sm\:tw-text-8xl{
    font-size: 6rem;
  }

  .sm\:tw-text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .sm\:tw-text-2xs{
    font-size: .6rem;
  }

  .sm\:tw-text-12xl{
    font-size: 8rem;
  }

  .sm\:tw-text-24xl{
    font-size: 16rem;
  }

  .sm\:tw-leading-3{
    line-height: .75rem;
  }

  .sm\:tw-leading-4{
    line-height: 1rem;
  }

  .sm\:tw-leading-5{
    line-height: 1.25rem;
  }

  .sm\:tw-leading-6{
    line-height: 1.5rem;
  }

  .sm\:tw-leading-7{
    line-height: 1.75rem;
  }

  .sm\:tw-leading-8{
    line-height: 2rem;
  }

  .sm\:tw-leading-9{
    line-height: 2.25rem;
  }

  .sm\:tw-leading-10{
    line-height: 2.5rem;
  }

  .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: 0px;
  }

  .sm\:tw-m-1{
    margin: 0.25rem;
  }

  .sm\:tw-m-2{
    margin: 0.5rem;
  }

  .sm\:tw-m-3{
    margin: 0.75rem;
  }

  .sm\:tw-m-4{
    margin: 1rem;
  }

  .sm\:tw-m-5{
    margin: 1.25rem;
  }

  .sm\:tw-m-6{
    margin: 1.5rem;
  }

  .sm\:tw-m-7{
    margin: 1.75rem;
  }

  .sm\:tw-m-8{
    margin: 2rem;
  }

  .sm\:tw-m-9{
    margin: 2.25rem;
  }

  .sm\:tw-m-10{
    margin: 2.5rem;
  }

  .sm\:tw-m-11{
    margin: 2.75rem;
  }

  .sm\:tw-m-12{
    margin: 3rem;
  }

  .sm\:tw-m-13{
    margin: 3.25rem;
  }

  .sm\:tw-m-14{
    margin: 3.5rem;
  }

  .sm\:tw-m-16{
    margin: 4rem;
  }

  .sm\:tw-m-20{
    margin: 5rem;
  }

  .sm\:tw-m-24{
    margin: 6rem;
  }

  .sm\:tw-m-28{
    margin: 7rem;
  }

  .sm\:tw-m-32{
    margin: 8rem;
  }

  .sm\:tw-m-36{
    margin: 9rem;
  }

  .sm\:tw-m-40{
    margin: 10rem;
  }

  .sm\:tw-m-44{
    margin: 11rem;
  }

  .sm\:tw-m-48{
    margin: 12rem;
  }

  .sm\:tw-m-52{
    margin: 13rem;
  }

  .sm\:tw-m-56{
    margin: 14rem;
  }

  .sm\:tw-m-60{
    margin: 15rem;
  }

  .sm\:tw-m-64{
    margin: 16rem;
  }

  .sm\:tw-m-72{
    margin: 18rem;
  }

  .sm\:tw-m-80{
    margin: 20rem;
  }

  .sm\:tw-m-96{
    margin: 24rem;
  }

  .sm\:tw-m-auto{
    margin: auto;
  }

  .sm\:tw-m-px{
    margin: 1px;
  }

  .sm\:tw-m-0\.5{
    margin: 0.125rem;
  }

  .sm\:tw-m-1\.5{
    margin: 0.375rem;
  }

  .sm\:tw-m-2\.5{
    margin: 0.625rem;
  }

  .sm\:tw-m-3\.5{
    margin: 0.875rem;
  }

  .sm\:tw-m-2\/3{
    margin: 66.666%;
  }

  .sm\:tw-m-3\/2{
    margin: 150%;
  }

  .sm\:tw-m-square{
    margin: 100%;
  }

  .sm\:tw-m-58px{
    margin: 58px;
  }

  .sm\:tw-m-63px{
    margin: 63px;
  }

  .sm\:tw-m-73px{
    margin: 73.px;
  }

  .sm\:tw--m-0{
    margin: 0px;
  }

  .sm\:tw--m-1{
    margin: -0.25rem;
  }

  .sm\:tw--m-2{
    margin: -0.5rem;
  }

  .sm\:tw--m-3{
    margin: -0.75rem;
  }

  .sm\:tw--m-4{
    margin: -1rem;
  }

  .sm\:tw--m-5{
    margin: -1.25rem;
  }

  .sm\:tw--m-6{
    margin: -1.5rem;
  }

  .sm\:tw--m-7{
    margin: -1.75rem;
  }

  .sm\:tw--m-8{
    margin: -2rem;
  }

  .sm\:tw--m-9{
    margin: -2.25rem;
  }

  .sm\:tw--m-10{
    margin: -2.5rem;
  }

  .sm\:tw--m-11{
    margin: -2.75rem;
  }

  .sm\:tw--m-12{
    margin: -3rem;
  }

  .sm\:tw--m-13{
    margin: -3.25rem;
  }

  .sm\:tw--m-14{
    margin: -3.5rem;
  }

  .sm\:tw--m-16{
    margin: -4rem;
  }

  .sm\:tw--m-20{
    margin: -5rem;
  }

  .sm\:tw--m-24{
    margin: -6rem;
  }

  .sm\:tw--m-28{
    margin: -7rem;
  }

  .sm\:tw--m-32{
    margin: -8rem;
  }

  .sm\:tw--m-36{
    margin: -9rem;
  }

  .sm\:tw--m-40{
    margin: -10rem;
  }

  .sm\:tw--m-44{
    margin: -11rem;
  }

  .sm\:tw--m-48{
    margin: -12rem;
  }

  .sm\:tw--m-52{
    margin: -13rem;
  }

  .sm\:tw--m-56{
    margin: -14rem;
  }

  .sm\:tw--m-60{
    margin: -15rem;
  }

  .sm\:tw--m-64{
    margin: -16rem;
  }

  .sm\:tw--m-72{
    margin: -18rem;
  }

  .sm\:tw--m-80{
    margin: -20rem;
  }

  .sm\:tw--m-96{
    margin: -24rem;
  }

  .sm\:tw--m-px{
    margin: -1px;
  }

  .sm\:tw--m-0\.5{
    margin: -0.125rem;
  }

  .sm\:tw--m-1\.5{
    margin: -0.375rem;
  }

  .sm\:tw--m-2\.5{
    margin: -0.625rem;
  }

  .sm\:tw--m-3\.5{
    margin: -0.875rem;
  }

  .sm\:tw--m-2\/3{
    margin: -66.666%;
  }

  .sm\:tw--m-3\/2{
    margin: -150%;
  }

  .sm\:tw--m-square{
    margin: -100%;
  }

  .sm\:tw--m-58px{
    margin: -58px;
  }

  .sm\:tw--m-63px{
    margin: -63px;
  }

  .sm\:tw--m-73px{
    margin: -73px;
  }

  .sm\:tw-my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:tw-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .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-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:tw-mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:tw-my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:tw-mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:tw-my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:tw-mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .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-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .sm\:tw-mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .sm\:tw-my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:tw-mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:tw-my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .sm\:tw-mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .sm\:tw-my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:tw-mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:tw-my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .sm\:tw-mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .sm\:tw-my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:tw-mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:tw-my-13{
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .sm\:tw-mx-13{
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .sm\:tw-my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm\:tw-mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm\:tw-my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:tw-mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:tw-my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:tw-mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:tw-my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:tw-mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:tw-my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .sm\:tw-mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .sm\:tw-my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:tw-mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:tw-my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .sm\:tw-mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .sm\:tw-my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:tw-mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:tw-my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .sm\:tw-mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .sm\:tw-my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:tw-mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:tw-my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .sm\:tw-mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .sm\:tw-my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:tw-mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:tw-my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .sm\:tw-mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .sm\:tw-my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:tw-mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:tw-my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .sm\:tw-mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .sm\:tw-my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .sm\:tw-mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .sm\:tw-my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .sm\:tw-mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .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-my-0\.5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .sm\:tw-mx-0\.5{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .sm\:tw-my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .sm\:tw-mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .sm\:tw-my-2\.5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .sm\:tw-mx-2\.5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .sm\:tw-my-3\.5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .sm\:tw-mx-3\.5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .sm\:tw-my-2\/3{
    margin-top: 66.666%;
    margin-bottom: 66.666%;
  }

  .sm\:tw-mx-2\/3{
    margin-left: 66.666%;
    margin-right: 66.666%;
  }

  .sm\:tw-my-3\/2{
    margin-top: 150%;
    margin-bottom: 150%;
  }

  .sm\:tw-mx-3\/2{
    margin-left: 150%;
    margin-right: 150%;
  }

  .sm\:tw-my-square{
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .sm\:tw-mx-square{
    margin-left: 100%;
    margin-right: 100%;
  }

  .sm\:tw-my-58px{
    margin-top: 58px;
    margin-bottom: 58px;
  }

  .sm\:tw-mx-58px{
    margin-left: 58px;
    margin-right: 58px;
  }

  .sm\:tw-my-63px{
    margin-top: 63px;
    margin-bottom: 63px;
  }

  .sm\:tw-mx-63px{
    margin-left: 63px;
    margin-right: 63px;
  }

  .sm\:tw-my-73px{
    margin-top: 73.px;
    margin-bottom: 73.px;
  }

  .sm\:tw-mx-73px{
    margin-left: 73.px;
    margin-right: 73.px;
  }

  .sm\:tw--my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:tw--mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .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-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:tw--mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:tw--my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:tw--mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:tw--my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:tw--mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .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-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .sm\:tw--mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .sm\:tw--my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:tw--mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:tw--my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .sm\:tw--mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .sm\:tw--my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:tw--mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:tw--my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .sm\:tw--mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .sm\:tw--my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:tw--mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:tw--my-13{
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .sm\:tw--mx-13{
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .sm\:tw--my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm\:tw--mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm\:tw--my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:tw--mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:tw--my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:tw--mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:tw--my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:tw--mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:tw--my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .sm\:tw--mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .sm\:tw--my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:tw--mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:tw--my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .sm\:tw--mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .sm\:tw--my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:tw--mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:tw--my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .sm\:tw--mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .sm\:tw--my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:tw--mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:tw--my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .sm\:tw--mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .sm\:tw--my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:tw--mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:tw--my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .sm\:tw--mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .sm\:tw--my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:tw--mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:tw--my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .sm\:tw--mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .sm\:tw--my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .sm\:tw--mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .sm\:tw--my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .sm\:tw--mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .sm\:tw--my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:tw--mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:tw--my-0\.5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .sm\:tw--mx-0\.5{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .sm\:tw--my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .sm\:tw--mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .sm\:tw--my-2\.5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .sm\:tw--mx-2\.5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .sm\:tw--my-3\.5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .sm\:tw--mx-3\.5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .sm\:tw--my-2\/3{
    margin-top: -66.666%;
    margin-bottom: -66.666%;
  }

  .sm\:tw--mx-2\/3{
    margin-left: -66.666%;
    margin-right: -66.666%;
  }

  .sm\:tw--my-3\/2{
    margin-top: -150%;
    margin-bottom: -150%;
  }

  .sm\:tw--mx-3\/2{
    margin-left: -150%;
    margin-right: -150%;
  }

  .sm\:tw--my-square{
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .sm\:tw--mx-square{
    margin-left: -100%;
    margin-right: -100%;
  }

  .sm\:tw--my-58px{
    margin-top: -58px;
    margin-bottom: -58px;
  }

  .sm\:tw--mx-58px{
    margin-left: -58px;
    margin-right: -58px;
  }

  .sm\:tw--my-63px{
    margin-top: -63px;
    margin-bottom: -63px;
  }

  .sm\:tw--mx-63px{
    margin-left: -63px;
    margin-right: -63px;
  }

  .sm\:tw--my-73px{
    margin-top: -73px;
    margin-bottom: -73px;
  }

  .sm\:tw--mx-73px{
    margin-left: -73px;
    margin-right: -73px;
  }

  .sm\:tw-mt-0{
    margin-top: 0px;
  }

  .sm\:tw-mr-0{
    margin-right: 0px;
  }

  .sm\:tw-mb-0{
    margin-bottom: 0px;
  }

  .sm\:tw-ml-0{
    margin-left: 0px;
  }

  .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-3{
    margin-top: 0.75rem;
  }

  .sm\:tw-mr-3{
    margin-right: 0.75rem;
  }

  .sm\:tw-mb-3{
    margin-bottom: 0.75rem;
  }

  .sm\:tw-ml-3{
    margin-left: 0.75rem;
  }

  .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-5{
    margin-top: 1.25rem;
  }

  .sm\:tw-mr-5{
    margin-right: 1.25rem;
  }

  .sm\:tw-mb-5{
    margin-bottom: 1.25rem;
  }

  .sm\:tw-ml-5{
    margin-left: 1.25rem;
  }

  .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-7{
    margin-top: 1.75rem;
  }

  .sm\:tw-mr-7{
    margin-right: 1.75rem;
  }

  .sm\:tw-mb-7{
    margin-bottom: 1.75rem;
  }

  .sm\:tw-ml-7{
    margin-left: 1.75rem;
  }

  .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-9{
    margin-top: 2.25rem;
  }

  .sm\:tw-mr-9{
    margin-right: 2.25rem;
  }

  .sm\:tw-mb-9{
    margin-bottom: 2.25rem;
  }

  .sm\:tw-ml-9{
    margin-left: 2.25rem;
  }

  .sm\:tw-mt-10{
    margin-top: 2.5rem;
  }

  .sm\:tw-mr-10{
    margin-right: 2.5rem;
  }

  .sm\:tw-mb-10{
    margin-bottom: 2.5rem;
  }

  .sm\:tw-ml-10{
    margin-left: 2.5rem;
  }

  .sm\:tw-mt-11{
    margin-top: 2.75rem;
  }

  .sm\:tw-mr-11{
    margin-right: 2.75rem;
  }

  .sm\:tw-mb-11{
    margin-bottom: 2.75rem;
  }

  .sm\:tw-ml-11{
    margin-left: 2.75rem;
  }

  .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-13{
    margin-top: 3.25rem;
  }

  .sm\:tw-mr-13{
    margin-right: 3.25rem;
  }

  .sm\:tw-mb-13{
    margin-bottom: 3.25rem;
  }

  .sm\:tw-ml-13{
    margin-left: 3.25rem;
  }

  .sm\:tw-mt-14{
    margin-top: 3.5rem;
  }

  .sm\:tw-mr-14{
    margin-right: 3.5rem;
  }

  .sm\:tw-mb-14{
    margin-bottom: 3.5rem;
  }

  .sm\:tw-ml-14{
    margin-left: 3.5rem;
  }

  .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-20{
    margin-top: 5rem;
  }

  .sm\:tw-mr-20{
    margin-right: 5rem;
  }

  .sm\:tw-mb-20{
    margin-bottom: 5rem;
  }

  .sm\:tw-ml-20{
    margin-left: 5rem;
  }

  .sm\:tw-mt-24{
    margin-top: 6rem;
  }

  .sm\:tw-mr-24{
    margin-right: 6rem;
  }

  .sm\:tw-mb-24{
    margin-bottom: 6rem;
  }

  .sm\:tw-ml-24{
    margin-left: 6rem;
  }

  .sm\:tw-mt-28{
    margin-top: 7rem;
  }

  .sm\:tw-mr-28{
    margin-right: 7rem;
  }

  .sm\:tw-mb-28{
    margin-bottom: 7rem;
  }

  .sm\:tw-ml-28{
    margin-left: 7rem;
  }

  .sm\:tw-mt-32{
    margin-top: 8rem;
  }

  .sm\:tw-mr-32{
    margin-right: 8rem;
  }

  .sm\:tw-mb-32{
    margin-bottom: 8rem;
  }

  .sm\:tw-ml-32{
    margin-left: 8rem;
  }

  .sm\:tw-mt-36{
    margin-top: 9rem;
  }

  .sm\:tw-mr-36{
    margin-right: 9rem;
  }

  .sm\:tw-mb-36{
    margin-bottom: 9rem;
  }

  .sm\:tw-ml-36{
    margin-left: 9rem;
  }

  .sm\:tw-mt-40{
    margin-top: 10rem;
  }

  .sm\:tw-mr-40{
    margin-right: 10rem;
  }

  .sm\:tw-mb-40{
    margin-bottom: 10rem;
  }

  .sm\:tw-ml-40{
    margin-left: 10rem;
  }

  .sm\:tw-mt-44{
    margin-top: 11rem;
  }

  .sm\:tw-mr-44{
    margin-right: 11rem;
  }

  .sm\:tw-mb-44{
    margin-bottom: 11rem;
  }

  .sm\:tw-ml-44{
    margin-left: 11rem;
  }

  .sm\:tw-mt-48{
    margin-top: 12rem;
  }

  .sm\:tw-mr-48{
    margin-right: 12rem;
  }

  .sm\:tw-mb-48{
    margin-bottom: 12rem;
  }

  .sm\:tw-ml-48{
    margin-left: 12rem;
  }

  .sm\:tw-mt-52{
    margin-top: 13rem;
  }

  .sm\:tw-mr-52{
    margin-right: 13rem;
  }

  .sm\:tw-mb-52{
    margin-bottom: 13rem;
  }

  .sm\:tw-ml-52{
    margin-left: 13rem;
  }

  .sm\:tw-mt-56{
    margin-top: 14rem;
  }

  .sm\:tw-mr-56{
    margin-right: 14rem;
  }

  .sm\:tw-mb-56{
    margin-bottom: 14rem;
  }

  .sm\:tw-ml-56{
    margin-left: 14rem;
  }

  .sm\:tw-mt-60{
    margin-top: 15rem;
  }

  .sm\:tw-mr-60{
    margin-right: 15rem;
  }

  .sm\:tw-mb-60{
    margin-bottom: 15rem;
  }

  .sm\:tw-ml-60{
    margin-left: 15rem;
  }

  .sm\:tw-mt-64{
    margin-top: 16rem;
  }

  .sm\:tw-mr-64{
    margin-right: 16rem;
  }

  .sm\:tw-mb-64{
    margin-bottom: 16rem;
  }

  .sm\:tw-ml-64{
    margin-left: 16rem;
  }

  .sm\:tw-mt-72{
    margin-top: 18rem;
  }

  .sm\:tw-mr-72{
    margin-right: 18rem;
  }

  .sm\:tw-mb-72{
    margin-bottom: 18rem;
  }

  .sm\:tw-ml-72{
    margin-left: 18rem;
  }

  .sm\:tw-mt-80{
    margin-top: 20rem;
  }

  .sm\:tw-mr-80{
    margin-right: 20rem;
  }

  .sm\:tw-mb-80{
    margin-bottom: 20rem;
  }

  .sm\:tw-ml-80{
    margin-left: 20rem;
  }

  .sm\:tw-mt-96{
    margin-top: 24rem;
  }

  .sm\:tw-mr-96{
    margin-right: 24rem;
  }

  .sm\:tw-mb-96{
    margin-bottom: 24rem;
  }

  .sm\:tw-ml-96{
    margin-left: 24rem;
  }

  .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-mt-0\.5{
    margin-top: 0.125rem;
  }

  .sm\:tw-mr-0\.5{
    margin-right: 0.125rem;
  }

  .sm\:tw-mb-0\.5{
    margin-bottom: 0.125rem;
  }

  .sm\:tw-ml-0\.5{
    margin-left: 0.125rem;
  }

  .sm\:tw-mt-1\.5{
    margin-top: 0.375rem;
  }

  .sm\:tw-mr-1\.5{
    margin-right: 0.375rem;
  }

  .sm\:tw-mb-1\.5{
    margin-bottom: 0.375rem;
  }

  .sm\:tw-ml-1\.5{
    margin-left: 0.375rem;
  }

  .sm\:tw-mt-2\.5{
    margin-top: 0.625rem;
  }

  .sm\:tw-mr-2\.5{
    margin-right: 0.625rem;
  }

  .sm\:tw-mb-2\.5{
    margin-bottom: 0.625rem;
  }

  .sm\:tw-ml-2\.5{
    margin-left: 0.625rem;
  }

  .sm\:tw-mt-3\.5{
    margin-top: 0.875rem;
  }

  .sm\:tw-mr-3\.5{
    margin-right: 0.875rem;
  }

  .sm\:tw-mb-3\.5{
    margin-bottom: 0.875rem;
  }

  .sm\:tw-ml-3\.5{
    margin-left: 0.875rem;
  }

  .sm\:tw-mt-2\/3{
    margin-top: 66.666%;
  }

  .sm\:tw-mr-2\/3{
    margin-right: 66.666%;
  }

  .sm\:tw-mb-2\/3{
    margin-bottom: 66.666%;
  }

  .sm\:tw-ml-2\/3{
    margin-left: 66.666%;
  }

  .sm\:tw-mt-3\/2{
    margin-top: 150%;
  }

  .sm\:tw-mr-3\/2{
    margin-right: 150%;
  }

  .sm\:tw-mb-3\/2{
    margin-bottom: 150%;
  }

  .sm\:tw-ml-3\/2{
    margin-left: 150%;
  }

  .sm\:tw-mt-square{
    margin-top: 100%;
  }

  .sm\:tw-mr-square{
    margin-right: 100%;
  }

  .sm\:tw-mb-square{
    margin-bottom: 100%;
  }

  .sm\:tw-ml-square{
    margin-left: 100%;
  }

  .sm\:tw-mt-58px{
    margin-top: 58px;
  }

  .sm\:tw-mr-58px{
    margin-right: 58px;
  }

  .sm\:tw-mb-58px{
    margin-bottom: 58px;
  }

  .sm\:tw-ml-58px{
    margin-left: 58px;
  }

  .sm\:tw-mt-63px{
    margin-top: 63px;
  }

  .sm\:tw-mr-63px{
    margin-right: 63px;
  }

  .sm\:tw-mb-63px{
    margin-bottom: 63px;
  }

  .sm\:tw-ml-63px{
    margin-left: 63px;
  }

  .sm\:tw-mt-73px{
    margin-top: 73.px;
  }

  .sm\:tw-mr-73px{
    margin-right: 73.px;
  }

  .sm\:tw-mb-73px{
    margin-bottom: 73.px;
  }

  .sm\:tw-ml-73px{
    margin-left: 73.px;
  }

  .sm\:tw--mt-0{
    margin-top: 0px;
  }

  .sm\:tw--mr-0{
    margin-right: 0px;
  }

  .sm\:tw--mb-0{
    margin-bottom: 0px;
  }

  .sm\:tw--ml-0{
    margin-left: 0px;
  }

  .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-3{
    margin-top: -0.75rem;
  }

  .sm\:tw--mr-3{
    margin-right: -0.75rem;
  }

  .sm\:tw--mb-3{
    margin-bottom: -0.75rem;
  }

  .sm\:tw--ml-3{
    margin-left: -0.75rem;
  }

  .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-5{
    margin-top: -1.25rem;
  }

  .sm\:tw--mr-5{
    margin-right: -1.25rem;
  }

  .sm\:tw--mb-5{
    margin-bottom: -1.25rem;
  }

  .sm\:tw--ml-5{
    margin-left: -1.25rem;
  }

  .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-7{
    margin-top: -1.75rem;
  }

  .sm\:tw--mr-7{
    margin-right: -1.75rem;
  }

  .sm\:tw--mb-7{
    margin-bottom: -1.75rem;
  }

  .sm\:tw--ml-7{
    margin-left: -1.75rem;
  }

  .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-9{
    margin-top: -2.25rem;
  }

  .sm\:tw--mr-9{
    margin-right: -2.25rem;
  }

  .sm\:tw--mb-9{
    margin-bottom: -2.25rem;
  }

  .sm\:tw--ml-9{
    margin-left: -2.25rem;
  }

  .sm\:tw--mt-10{
    margin-top: -2.5rem;
  }

  .sm\:tw--mr-10{
    margin-right: -2.5rem;
  }

  .sm\:tw--mb-10{
    margin-bottom: -2.5rem;
  }

  .sm\:tw--ml-10{
    margin-left: -2.5rem;
  }

  .sm\:tw--mt-11{
    margin-top: -2.75rem;
  }

  .sm\:tw--mr-11{
    margin-right: -2.75rem;
  }

  .sm\:tw--mb-11{
    margin-bottom: -2.75rem;
  }

  .sm\:tw--ml-11{
    margin-left: -2.75rem;
  }

  .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-13{
    margin-top: -3.25rem;
  }

  .sm\:tw--mr-13{
    margin-right: -3.25rem;
  }

  .sm\:tw--mb-13{
    margin-bottom: -3.25rem;
  }

  .sm\:tw--ml-13{
    margin-left: -3.25rem;
  }

  .sm\:tw--mt-14{
    margin-top: -3.5rem;
  }

  .sm\:tw--mr-14{
    margin-right: -3.5rem;
  }

  .sm\:tw--mb-14{
    margin-bottom: -3.5rem;
  }

  .sm\:tw--ml-14{
    margin-left: -3.5rem;
  }

  .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-20{
    margin-top: -5rem;
  }

  .sm\:tw--mr-20{
    margin-right: -5rem;
  }

  .sm\:tw--mb-20{
    margin-bottom: -5rem;
  }

  .sm\:tw--ml-20{
    margin-left: -5rem;
  }

  .sm\:tw--mt-24{
    margin-top: -6rem;
  }

  .sm\:tw--mr-24{
    margin-right: -6rem;
  }

  .sm\:tw--mb-24{
    margin-bottom: -6rem;
  }

  .sm\:tw--ml-24{
    margin-left: -6rem;
  }

  .sm\:tw--mt-28{
    margin-top: -7rem;
  }

  .sm\:tw--mr-28{
    margin-right: -7rem;
  }

  .sm\:tw--mb-28{
    margin-bottom: -7rem;
  }

  .sm\:tw--ml-28{
    margin-left: -7rem;
  }

  .sm\:tw--mt-32{
    margin-top: -8rem;
  }

  .sm\:tw--mr-32{
    margin-right: -8rem;
  }

  .sm\:tw--mb-32{
    margin-bottom: -8rem;
  }

  .sm\:tw--ml-32{
    margin-left: -8rem;
  }

  .sm\:tw--mt-36{
    margin-top: -9rem;
  }

  .sm\:tw--mr-36{
    margin-right: -9rem;
  }

  .sm\:tw--mb-36{
    margin-bottom: -9rem;
  }

  .sm\:tw--ml-36{
    margin-left: -9rem;
  }

  .sm\:tw--mt-40{
    margin-top: -10rem;
  }

  .sm\:tw--mr-40{
    margin-right: -10rem;
  }

  .sm\:tw--mb-40{
    margin-bottom: -10rem;
  }

  .sm\:tw--ml-40{
    margin-left: -10rem;
  }

  .sm\:tw--mt-44{
    margin-top: -11rem;
  }

  .sm\:tw--mr-44{
    margin-right: -11rem;
  }

  .sm\:tw--mb-44{
    margin-bottom: -11rem;
  }

  .sm\:tw--ml-44{
    margin-left: -11rem;
  }

  .sm\:tw--mt-48{
    margin-top: -12rem;
  }

  .sm\:tw--mr-48{
    margin-right: -12rem;
  }

  .sm\:tw--mb-48{
    margin-bottom: -12rem;
  }

  .sm\:tw--ml-48{
    margin-left: -12rem;
  }

  .sm\:tw--mt-52{
    margin-top: -13rem;
  }

  .sm\:tw--mr-52{
    margin-right: -13rem;
  }

  .sm\:tw--mb-52{
    margin-bottom: -13rem;
  }

  .sm\:tw--ml-52{
    margin-left: -13rem;
  }

  .sm\:tw--mt-56{
    margin-top: -14rem;
  }

  .sm\:tw--mr-56{
    margin-right: -14rem;
  }

  .sm\:tw--mb-56{
    margin-bottom: -14rem;
  }

  .sm\:tw--ml-56{
    margin-left: -14rem;
  }

  .sm\:tw--mt-60{
    margin-top: -15rem;
  }

  .sm\:tw--mr-60{
    margin-right: -15rem;
  }

  .sm\:tw--mb-60{
    margin-bottom: -15rem;
  }

  .sm\:tw--ml-60{
    margin-left: -15rem;
  }

  .sm\:tw--mt-64{
    margin-top: -16rem;
  }

  .sm\:tw--mr-64{
    margin-right: -16rem;
  }

  .sm\:tw--mb-64{
    margin-bottom: -16rem;
  }

  .sm\:tw--ml-64{
    margin-left: -16rem;
  }

  .sm\:tw--mt-72{
    margin-top: -18rem;
  }

  .sm\:tw--mr-72{
    margin-right: -18rem;
  }

  .sm\:tw--mb-72{
    margin-bottom: -18rem;
  }

  .sm\:tw--ml-72{
    margin-left: -18rem;
  }

  .sm\:tw--mt-80{
    margin-top: -20rem;
  }

  .sm\:tw--mr-80{
    margin-right: -20rem;
  }

  .sm\:tw--mb-80{
    margin-bottom: -20rem;
  }

  .sm\:tw--ml-80{
    margin-left: -20rem;
  }

  .sm\:tw--mt-96{
    margin-top: -24rem;
  }

  .sm\:tw--mr-96{
    margin-right: -24rem;
  }

  .sm\:tw--mb-96{
    margin-bottom: -24rem;
  }

  .sm\:tw--ml-96{
    margin-left: -24rem;
  }

  .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--mt-0\.5{
    margin-top: -0.125rem;
  }

  .sm\:tw--mr-0\.5{
    margin-right: -0.125rem;
  }

  .sm\:tw--mb-0\.5{
    margin-bottom: -0.125rem;
  }

  .sm\:tw--ml-0\.5{
    margin-left: -0.125rem;
  }

  .sm\:tw--mt-1\.5{
    margin-top: -0.375rem;
  }

  .sm\:tw--mr-1\.5{
    margin-right: -0.375rem;
  }

  .sm\:tw--mb-1\.5{
    margin-bottom: -0.375rem;
  }

  .sm\:tw--ml-1\.5{
    margin-left: -0.375rem;
  }

  .sm\:tw--mt-2\.5{
    margin-top: -0.625rem;
  }

  .sm\:tw--mr-2\.5{
    margin-right: -0.625rem;
  }

  .sm\:tw--mb-2\.5{
    margin-bottom: -0.625rem;
  }

  .sm\:tw--ml-2\.5{
    margin-left: -0.625rem;
  }

  .sm\:tw--mt-3\.5{
    margin-top: -0.875rem;
  }

  .sm\:tw--mr-3\.5{
    margin-right: -0.875rem;
  }

  .sm\:tw--mb-3\.5{
    margin-bottom: -0.875rem;
  }

  .sm\:tw--ml-3\.5{
    margin-left: -0.875rem;
  }

  .sm\:tw--mt-2\/3{
    margin-top: -66.666%;
  }

  .sm\:tw--mr-2\/3{
    margin-right: -66.666%;
  }

  .sm\:tw--mb-2\/3{
    margin-bottom: -66.666%;
  }

  .sm\:tw--ml-2\/3{
    margin-left: -66.666%;
  }

  .sm\:tw--mt-3\/2{
    margin-top: -150%;
  }

  .sm\:tw--mr-3\/2{
    margin-right: -150%;
  }

  .sm\:tw--mb-3\/2{
    margin-bottom: -150%;
  }

  .sm\:tw--ml-3\/2{
    margin-left: -150%;
  }

  .sm\:tw--mt-square{
    margin-top: -100%;
  }

  .sm\:tw--mr-square{
    margin-right: -100%;
  }

  .sm\:tw--mb-square{
    margin-bottom: -100%;
  }

  .sm\:tw--ml-square{
    margin-left: -100%;
  }

  .sm\:tw--mt-58px{
    margin-top: -58px;
  }

  .sm\:tw--mr-58px{
    margin-right: -58px;
  }

  .sm\:tw--mb-58px{
    margin-bottom: -58px;
  }

  .sm\:tw--ml-58px{
    margin-left: -58px;
  }

  .sm\:tw--mt-63px{
    margin-top: -63px;
  }

  .sm\:tw--mr-63px{
    margin-right: -63px;
  }

  .sm\:tw--mb-63px{
    margin-bottom: -63px;
  }

  .sm\:tw--ml-63px{
    margin-left: -63px;
  }

  .sm\:tw--mt-73px{
    margin-top: -73px;
  }

  .sm\:tw--mr-73px{
    margin-right: -73px;
  }

  .sm\:tw--mb-73px{
    margin-bottom: -73px;
  }

  .sm\:tw--ml-73px{
    margin-left: -73px;
  }

  .sm\:tw-max-h-0{
    max-height: 0px;
  }

  .sm\:tw-max-h-1{
    max-height: 0.25rem;
  }

  .sm\:tw-max-h-2{
    max-height: 0.5rem;
  }

  .sm\:tw-max-h-3{
    max-height: 0.75rem;
  }

  .sm\:tw-max-h-4{
    max-height: 1rem;
  }

  .sm\:tw-max-h-5{
    max-height: 1.25rem;
  }

  .sm\:tw-max-h-6{
    max-height: 1.5rem;
  }

  .sm\:tw-max-h-7{
    max-height: 1.75rem;
  }

  .sm\:tw-max-h-8{
    max-height: 2rem;
  }

  .sm\:tw-max-h-9{
    max-height: 2.25rem;
  }

  .sm\:tw-max-h-10{
    max-height: 2.5rem;
  }

  .sm\:tw-max-h-11{
    max-height: 2.75rem;
  }

  .sm\:tw-max-h-12{
    max-height: 3rem;
  }

  .sm\:tw-max-h-13{
    max-height: 3.25rem;
  }

  .sm\:tw-max-h-14{
    max-height: 3.5rem;
  }

  .sm\:tw-max-h-16{
    max-height: 4rem;
  }

  .sm\:tw-max-h-20{
    max-height: 5rem;
  }

  .sm\:tw-max-h-24{
    max-height: 6rem;
  }

  .sm\:tw-max-h-28{
    max-height: 7rem;
  }

  .sm\:tw-max-h-32{
    max-height: 8rem;
  }

  .sm\:tw-max-h-36{
    max-height: 9rem;
  }

  .sm\:tw-max-h-40{
    max-height: 10rem;
  }

  .sm\:tw-max-h-44{
    max-height: 11rem;
  }

  .sm\:tw-max-h-48{
    max-height: 12rem;
  }

  .sm\:tw-max-h-52{
    max-height: 13rem;
  }

  .sm\:tw-max-h-56{
    max-height: 14rem;
  }

  .sm\:tw-max-h-60{
    max-height: 15rem;
  }

  .sm\:tw-max-h-64{
    max-height: 16rem;
  }

  .sm\:tw-max-h-72{
    max-height: 18rem;
  }

  .sm\:tw-max-h-80{
    max-height: 20rem;
  }

  .sm\:tw-max-h-96{
    max-height: 24rem;
  }

  .sm\:tw-max-h-px{
    max-height: 1px;
  }

  .sm\:tw-max-h-0\.5{
    max-height: 0.125rem;
  }

  .sm\:tw-max-h-1\.5{
    max-height: 0.375rem;
  }

  .sm\:tw-max-h-2\.5{
    max-height: 0.625rem;
  }

  .sm\:tw-max-h-3\.5{
    max-height: 0.875rem;
  }

  .sm\:tw-max-h-2\/3{
    max-height: 66.666%;
  }

  .sm\:tw-max-h-3\/2{
    max-height: 150%;
  }

  .sm\:tw-max-h-square{
    max-height: 100%;
  }

  .sm\:tw-max-h-58px{
    max-height: 58px;
  }

  .sm\:tw-max-h-63px{
    max-height: 63px;
  }

  .sm\:tw-max-h-73px{
    max-height: 73.px;
  }

  .sm\:tw-max-h-full{
    max-height: 100%;
  }

  .sm\:tw-max-h-screen{
    max-height: 100vh;
  }

  .sm\:tw-max-w-0{
    max-width: 0rem;
  }

  .sm\:tw-max-w-300{
    max-width: 300px;
  }

  .sm\:tw-max-w-400{
    max-width: 400px;
  }

  .sm\:tw-max-w-800{
    max-width: 800px;
  }

  .sm\:tw-max-w-1000{
    max-width: 1000px;
  }

  .sm\:tw-max-w-none{
    max-width: none;
  }

  .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-7xl{
    max-width: 80rem;
  }

  .sm\:tw-max-w-full{
    max-width: 100%;
  }

  .sm\:tw-max-w-min{
    max-width: min-content;
  }

  .sm\:tw-max-w-max{
    max-width: max-content;
  }

  .sm\:tw-max-w-prose{
    max-width: 65ch;
  }

  .sm\:tw-max-w-screen-sm{
    max-width: 576px;
  }

  .sm\:tw-max-w-screen-md{
    max-width: 768px;
  }

  .sm\:tw-max-w-screen-lg{
    max-width: 1024px;
  }

  .sm\:tw-max-w-screen-xl{
    max-width: 1366px;
  }

  .sm\:tw-max-w-screen-2xl{
    max-width: 1440px;
  }

  .sm\:tw-max-w-screen-3xl{
    max-width: 1600px;
  }

  .sm\:tw-min-h-0{
    min-height: 0px;
  }

  .sm\:tw-min-h-12{
    min-height: 3rem;
  }

  .sm\:tw-min-h-full{
    min-height: 100%;
  }

  .sm\:tw-min-h-screen{
    min-height: 100vh;
  }

  .sm\:tw-min-w-0{
    min-width: 0px;
  }

  .sm\:tw-min-w-50{
    min-width: 50px;
  }

  .sm\:tw-min-w-75{
    min-width: 75px;
  }

  .sm\:tw-min-w-96{
    min-width: 24rem;
  }

  .sm\:tw-min-w-100{
    min-width: 100px;
  }

  .sm\:tw-min-w-200{
    min-width: 200px;
  }

  .sm\:tw-min-w-300{
    min-width: 300px;
  }

  .sm\:tw-min-w-600{
    min-width: 600px;
  }

  .sm\:tw-min-w-800{
    min-width: 800px;
  }

  .sm\:tw-min-w-full{
    min-width: 100%;
  }

  .sm\:tw-min-w-min{
    min-width: min-content;
  }

  .sm\:tw-min-w-max{
    min-width: max-content;
  }

  .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-opacity-0{
    opacity: 0;
  }

  .sm\:tw-opacity-5{
    opacity: 0.05;
  }

  .sm\:tw-opacity-10{
    opacity: 0.1;
  }

  .sm\:tw-opacity-20{
    opacity: 0.2;
  }

  .sm\:tw-opacity-25{
    opacity: 0.25;
  }

  .sm\:tw-opacity-30{
    opacity: 0.3;
  }

  .sm\:tw-opacity-40{
    opacity: 0.4;
  }

  .sm\:tw-opacity-50{
    opacity: 0.5;
  }

  .sm\:tw-opacity-60{
    opacity: 0.6;
  }

  .sm\:tw-opacity-70{
    opacity: 0.7;
  }

  .sm\:tw-opacity-75{
    opacity: 0.75;
  }

  .sm\:tw-opacity-80{
    opacity: 0.8;
  }

  .sm\:tw-opacity-90{
    opacity: 0.9;
  }

  .sm\:tw-opacity-95{
    opacity: 0.95;
  }

  .sm\:tw-opacity-100{
    opacity: 1;
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-0{
    opacity: 0;
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-5{
    opacity: 0.05;
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-10{
    opacity: 0.1;
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-20{
    opacity: 0.2;
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-25{
    opacity: 0.25;
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-30{
    opacity: 0.3;
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-40{
    opacity: 0.4;
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-50{
    opacity: 0.5;
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-60{
    opacity: 0.6;
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-70{
    opacity: 0.7;
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-75{
    opacity: 0.75;
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-80{
    opacity: 0.8;
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-90{
    opacity: 0.9;
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-95{
    opacity: 0.95;
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-100{
    opacity: 1;
  }

  .sm\:focus-within\:tw-opacity-0:focus-within{
    opacity: 0;
  }

  .sm\:focus-within\:tw-opacity-5:focus-within{
    opacity: 0.05;
  }

  .sm\:focus-within\:tw-opacity-10:focus-within{
    opacity: 0.1;
  }

  .sm\:focus-within\:tw-opacity-20:focus-within{
    opacity: 0.2;
  }

  .sm\:focus-within\:tw-opacity-25:focus-within{
    opacity: 0.25;
  }

  .sm\:focus-within\:tw-opacity-30:focus-within{
    opacity: 0.3;
  }

  .sm\:focus-within\:tw-opacity-40:focus-within{
    opacity: 0.4;
  }

  .sm\:focus-within\:tw-opacity-50:focus-within{
    opacity: 0.5;
  }

  .sm\:focus-within\:tw-opacity-60:focus-within{
    opacity: 0.6;
  }

  .sm\:focus-within\:tw-opacity-70:focus-within{
    opacity: 0.7;
  }

  .sm\:focus-within\:tw-opacity-75:focus-within{
    opacity: 0.75;
  }

  .sm\:focus-within\:tw-opacity-80:focus-within{
    opacity: 0.8;
  }

  .sm\:focus-within\:tw-opacity-90:focus-within{
    opacity: 0.9;
  }

  .sm\:focus-within\:tw-opacity-95:focus-within{
    opacity: 0.95;
  }

  .sm\:focus-within\:tw-opacity-100:focus-within{
    opacity: 1;
  }

  .sm\:hover\:tw-opacity-0:hover{
    opacity: 0;
  }

  .sm\:hover\:tw-opacity-5:hover{
    opacity: 0.05;
  }

  .sm\:hover\:tw-opacity-10:hover{
    opacity: 0.1;
  }

  .sm\:hover\:tw-opacity-20:hover{
    opacity: 0.2;
  }

  .sm\:hover\:tw-opacity-25:hover{
    opacity: 0.25;
  }

  .sm\:hover\:tw-opacity-30:hover{
    opacity: 0.3;
  }

  .sm\:hover\:tw-opacity-40:hover{
    opacity: 0.4;
  }

  .sm\:hover\:tw-opacity-50:hover{
    opacity: 0.5;
  }

  .sm\:hover\:tw-opacity-60:hover{
    opacity: 0.6;
  }

  .sm\:hover\:tw-opacity-70:hover{
    opacity: 0.7;
  }

  .sm\:hover\:tw-opacity-75:hover{
    opacity: 0.75;
  }

  .sm\:hover\:tw-opacity-80:hover{
    opacity: 0.8;
  }

  .sm\:hover\:tw-opacity-90:hover{
    opacity: 0.9;
  }

  .sm\:hover\:tw-opacity-95:hover{
    opacity: 0.95;
  }

  .sm\:hover\:tw-opacity-100:hover{
    opacity: 1;
  }

  .sm\:focus\:tw-opacity-0:focus{
    opacity: 0;
  }

  .sm\:focus\:tw-opacity-5:focus{
    opacity: 0.05;
  }

  .sm\:focus\:tw-opacity-10:focus{
    opacity: 0.1;
  }

  .sm\:focus\:tw-opacity-20:focus{
    opacity: 0.2;
  }

  .sm\:focus\:tw-opacity-25:focus{
    opacity: 0.25;
  }

  .sm\:focus\:tw-opacity-30:focus{
    opacity: 0.3;
  }

  .sm\:focus\:tw-opacity-40:focus{
    opacity: 0.4;
  }

  .sm\:focus\:tw-opacity-50:focus{
    opacity: 0.5;
  }

  .sm\:focus\:tw-opacity-60:focus{
    opacity: 0.6;
  }

  .sm\:focus\:tw-opacity-70:focus{
    opacity: 0.7;
  }

  .sm\:focus\:tw-opacity-75:focus{
    opacity: 0.75;
  }

  .sm\:focus\:tw-opacity-80:focus{
    opacity: 0.8;
  }

  .sm\:focus\:tw-opacity-90:focus{
    opacity: 0.9;
  }

  .sm\:focus\:tw-opacity-95:focus{
    opacity: 0.95;
  }

  .sm\:focus\:tw-opacity-100:focus{
    opacity: 1;
  }

  .sm\:tw-outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm\:tw-outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm\:tw-outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sm\:focus-within\:tw-outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm\:focus-within\:tw-outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm\:focus-within\:tw-outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sm\:focus\:tw-outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm\:focus\:tw-outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm\:focus\:tw-outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .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-overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .sm\:tw-overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .sm\:tw-overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .sm\:tw-overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .sm\:tw-overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .sm\:tw-overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .sm\:tw-overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .sm\:tw-overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .sm\:tw-overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .sm\:tw-p-0{
    padding: 0px;
  }

  .sm\:tw-p-1{
    padding: 0.25rem;
  }

  .sm\:tw-p-2{
    padding: 0.5rem;
  }

  .sm\:tw-p-3{
    padding: 0.75rem;
  }

  .sm\:tw-p-4{
    padding: 1rem;
  }

  .sm\:tw-p-5{
    padding: 1.25rem;
  }

  .sm\:tw-p-6{
    padding: 1.5rem;
  }

  .sm\:tw-p-7{
    padding: 1.75rem;
  }

  .sm\:tw-p-8{
    padding: 2rem;
  }

  .sm\:tw-p-9{
    padding: 2.25rem;
  }

  .sm\:tw-p-10{
    padding: 2.5rem;
  }

  .sm\:tw-p-11{
    padding: 2.75rem;
  }

  .sm\:tw-p-12{
    padding: 3rem;
  }

  .sm\:tw-p-13{
    padding: 3.25rem;
  }

  .sm\:tw-p-14{
    padding: 3.5rem;
  }

  .sm\:tw-p-16{
    padding: 4rem;
  }

  .sm\:tw-p-20{
    padding: 5rem;
  }

  .sm\:tw-p-24{
    padding: 6rem;
  }

  .sm\:tw-p-28{
    padding: 7rem;
  }

  .sm\:tw-p-32{
    padding: 8rem;
  }

  .sm\:tw-p-36{
    padding: 9rem;
  }

  .sm\:tw-p-40{
    padding: 10rem;
  }

  .sm\:tw-p-44{
    padding: 11rem;
  }

  .sm\:tw-p-48{
    padding: 12rem;
  }

  .sm\:tw-p-52{
    padding: 13rem;
  }

  .sm\:tw-p-56{
    padding: 14rem;
  }

  .sm\:tw-p-60{
    padding: 15rem;
  }

  .sm\:tw-p-64{
    padding: 16rem;
  }

  .sm\:tw-p-72{
    padding: 18rem;
  }

  .sm\:tw-p-80{
    padding: 20rem;
  }

  .sm\:tw-p-96{
    padding: 24rem;
  }

  .sm\:tw-p-px{
    padding: 1px;
  }

  .sm\:tw-p-0\.5{
    padding: 0.125rem;
  }

  .sm\:tw-p-1\.5{
    padding: 0.375rem;
  }

  .sm\:tw-p-2\.5{
    padding: 0.625rem;
  }

  .sm\:tw-p-3\.5{
    padding: 0.875rem;
  }

  .sm\:tw-p-2\/3{
    padding: 66.666%;
  }

  .sm\:tw-p-3\/2{
    padding: 150%;
  }

  .sm\:tw-p-square{
    padding: 100%;
  }

  .sm\:tw-p-58px{
    padding: 58px;
  }

  .sm\:tw-p-63px{
    padding: 63px;
  }

  .sm\:tw-p-73px{
    padding: 73.px;
  }

  .sm\:tw-py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm\:tw-px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:tw-py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:tw-px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:tw-py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:tw-px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:tw-py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:tw-px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:tw-py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:tw-px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:tw-py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:tw-px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .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-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:tw-px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:tw-py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:tw-px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:tw-py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:tw-px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:tw-py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:tw-px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:tw-py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .sm\:tw-px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .sm\:tw-py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:tw-px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:tw-py-13{
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .sm\:tw-px-13{
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .sm\:tw-py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:tw-px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:tw-py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:tw-px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:tw-py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:tw-px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:tw-py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:tw-px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:tw-py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:tw-px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .sm\:tw-py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:tw-px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:tw-py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .sm\:tw-px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .sm\:tw-py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:tw-px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:tw-py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .sm\:tw-px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .sm\:tw-py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:tw-px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:tw-py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .sm\:tw-px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .sm\:tw-py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:tw-px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:tw-py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .sm\:tw-px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .sm\:tw-py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:tw-px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:tw-py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .sm\:tw-px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .sm\:tw-py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .sm\:tw-px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .sm\:tw-py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .sm\:tw-px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .sm\:tw-py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:tw-px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:tw-py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .sm\:tw-px-0\.5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .sm\:tw-py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .sm\:tw-px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .sm\:tw-py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .sm\:tw-px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .sm\:tw-py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .sm\:tw-px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .sm\:tw-py-2\/3{
    padding-top: 66.666%;
    padding-bottom: 66.666%;
  }

  .sm\:tw-px-2\/3{
    padding-left: 66.666%;
    padding-right: 66.666%;
  }

  .sm\:tw-py-3\/2{
    padding-top: 150%;
    padding-bottom: 150%;
  }

  .sm\:tw-px-3\/2{
    padding-left: 150%;
    padding-right: 150%;
  }

  .sm\:tw-py-square{
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .sm\:tw-px-square{
    padding-left: 100%;
    padding-right: 100%;
  }

  .sm\:tw-py-58px{
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .sm\:tw-px-58px{
    padding-left: 58px;
    padding-right: 58px;
  }

  .sm\:tw-py-63px{
    padding-top: 63px;
    padding-bottom: 63px;
  }

  .sm\:tw-px-63px{
    padding-left: 63px;
    padding-right: 63px;
  }

  .sm\:tw-py-73px{
    padding-top: 73.px;
    padding-bottom: 73.px;
  }

  .sm\:tw-px-73px{
    padding-left: 73.px;
    padding-right: 73.px;
  }

  .sm\:tw-pt-0{
    padding-top: 0px;
  }

  .sm\:tw-pr-0{
    padding-right: 0px;
  }

  .sm\:tw-pb-0{
    padding-bottom: 0px;
  }

  .sm\:tw-pl-0{
    padding-left: 0px;
  }

  .sm\:tw-pt-1{
    padding-top: 0.25rem;
  }

  .sm\:tw-pr-1{
    padding-right: 0.25rem;
  }

  .sm\:tw-pb-1{
    padding-bottom: 0.25rem;
  }

  .sm\:tw-pl-1{
    padding-left: 0.25rem;
  }

  .sm\:tw-pt-2{
    padding-top: 0.5rem;
  }

  .sm\:tw-pr-2{
    padding-right: 0.5rem;
  }

  .sm\:tw-pb-2{
    padding-bottom: 0.5rem;
  }

  .sm\:tw-pl-2{
    padding-left: 0.5rem;
  }

  .sm\:tw-pt-3{
    padding-top: 0.75rem;
  }

  .sm\:tw-pr-3{
    padding-right: 0.75rem;
  }

  .sm\:tw-pb-3{
    padding-bottom: 0.75rem;
  }

  .sm\:tw-pl-3{
    padding-left: 0.75rem;
  }

  .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-5{
    padding-top: 1.25rem;
  }

  .sm\:tw-pr-5{
    padding-right: 1.25rem;
  }

  .sm\:tw-pb-5{
    padding-bottom: 1.25rem;
  }

  .sm\:tw-pl-5{
    padding-left: 1.25rem;
  }

  .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-7{
    padding-top: 1.75rem;
  }

  .sm\:tw-pr-7{
    padding-right: 1.75rem;
  }

  .sm\:tw-pb-7{
    padding-bottom: 1.75rem;
  }

  .sm\:tw-pl-7{
    padding-left: 1.75rem;
  }

  .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-9{
    padding-top: 2.25rem;
  }

  .sm\:tw-pr-9{
    padding-right: 2.25rem;
  }

  .sm\:tw-pb-9{
    padding-bottom: 2.25rem;
  }

  .sm\:tw-pl-9{
    padding-left: 2.25rem;
  }

  .sm\:tw-pt-10{
    padding-top: 2.5rem;
  }

  .sm\:tw-pr-10{
    padding-right: 2.5rem;
  }

  .sm\:tw-pb-10{
    padding-bottom: 2.5rem;
  }

  .sm\:tw-pl-10{
    padding-left: 2.5rem;
  }

  .sm\:tw-pt-11{
    padding-top: 2.75rem;
  }

  .sm\:tw-pr-11{
    padding-right: 2.75rem;
  }

  .sm\:tw-pb-11{
    padding-bottom: 2.75rem;
  }

  .sm\:tw-pl-11{
    padding-left: 2.75rem;
  }

  .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-13{
    padding-top: 3.25rem;
  }

  .sm\:tw-pr-13{
    padding-right: 3.25rem;
  }

  .sm\:tw-pb-13{
    padding-bottom: 3.25rem;
  }

  .sm\:tw-pl-13{
    padding-left: 3.25rem;
  }

  .sm\:tw-pt-14{
    padding-top: 3.5rem;
  }

  .sm\:tw-pr-14{
    padding-right: 3.5rem;
  }

  .sm\:tw-pb-14{
    padding-bottom: 3.5rem;
  }

  .sm\:tw-pl-14{
    padding-left: 3.5rem;
  }

  .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-20{
    padding-top: 5rem;
  }

  .sm\:tw-pr-20{
    padding-right: 5rem;
  }

  .sm\:tw-pb-20{
    padding-bottom: 5rem;
  }

  .sm\:tw-pl-20{
    padding-left: 5rem;
  }

  .sm\:tw-pt-24{
    padding-top: 6rem;
  }

  .sm\:tw-pr-24{
    padding-right: 6rem;
  }

  .sm\:tw-pb-24{
    padding-bottom: 6rem;
  }

  .sm\:tw-pl-24{
    padding-left: 6rem;
  }

  .sm\:tw-pt-28{
    padding-top: 7rem;
  }

  .sm\:tw-pr-28{
    padding-right: 7rem;
  }

  .sm\:tw-pb-28{
    padding-bottom: 7rem;
  }

  .sm\:tw-pl-28{
    padding-left: 7rem;
  }

  .sm\:tw-pt-32{
    padding-top: 8rem;
  }

  .sm\:tw-pr-32{
    padding-right: 8rem;
  }

  .sm\:tw-pb-32{
    padding-bottom: 8rem;
  }

  .sm\:tw-pl-32{
    padding-left: 8rem;
  }

  .sm\:tw-pt-36{
    padding-top: 9rem;
  }

  .sm\:tw-pr-36{
    padding-right: 9rem;
  }

  .sm\:tw-pb-36{
    padding-bottom: 9rem;
  }

  .sm\:tw-pl-36{
    padding-left: 9rem;
  }

  .sm\:tw-pt-40{
    padding-top: 10rem;
  }

  .sm\:tw-pr-40{
    padding-right: 10rem;
  }

  .sm\:tw-pb-40{
    padding-bottom: 10rem;
  }

  .sm\:tw-pl-40{
    padding-left: 10rem;
  }

  .sm\:tw-pt-44{
    padding-top: 11rem;
  }

  .sm\:tw-pr-44{
    padding-right: 11rem;
  }

  .sm\:tw-pb-44{
    padding-bottom: 11rem;
  }

  .sm\:tw-pl-44{
    padding-left: 11rem;
  }

  .sm\:tw-pt-48{
    padding-top: 12rem;
  }

  .sm\:tw-pr-48{
    padding-right: 12rem;
  }

  .sm\:tw-pb-48{
    padding-bottom: 12rem;
  }

  .sm\:tw-pl-48{
    padding-left: 12rem;
  }

  .sm\:tw-pt-52{
    padding-top: 13rem;
  }

  .sm\:tw-pr-52{
    padding-right: 13rem;
  }

  .sm\:tw-pb-52{
    padding-bottom: 13rem;
  }

  .sm\:tw-pl-52{
    padding-left: 13rem;
  }

  .sm\:tw-pt-56{
    padding-top: 14rem;
  }

  .sm\:tw-pr-56{
    padding-right: 14rem;
  }

  .sm\:tw-pb-56{
    padding-bottom: 14rem;
  }

  .sm\:tw-pl-56{
    padding-left: 14rem;
  }

  .sm\:tw-pt-60{
    padding-top: 15rem;
  }

  .sm\:tw-pr-60{
    padding-right: 15rem;
  }

  .sm\:tw-pb-60{
    padding-bottom: 15rem;
  }

  .sm\:tw-pl-60{
    padding-left: 15rem;
  }

  .sm\:tw-pt-64{
    padding-top: 16rem;
  }

  .sm\:tw-pr-64{
    padding-right: 16rem;
  }

  .sm\:tw-pb-64{
    padding-bottom: 16rem;
  }

  .sm\:tw-pl-64{
    padding-left: 16rem;
  }

  .sm\:tw-pt-72{
    padding-top: 18rem;
  }

  .sm\:tw-pr-72{
    padding-right: 18rem;
  }

  .sm\:tw-pb-72{
    padding-bottom: 18rem;
  }

  .sm\:tw-pl-72{
    padding-left: 18rem;
  }

  .sm\:tw-pt-80{
    padding-top: 20rem;
  }

  .sm\:tw-pr-80{
    padding-right: 20rem;
  }

  .sm\:tw-pb-80{
    padding-bottom: 20rem;
  }

  .sm\:tw-pl-80{
    padding-left: 20rem;
  }

  .sm\:tw-pt-96{
    padding-top: 24rem;
  }

  .sm\:tw-pr-96{
    padding-right: 24rem;
  }

  .sm\:tw-pb-96{
    padding-bottom: 24rem;
  }

  .sm\:tw-pl-96{
    padding-left: 24rem;
  }

  .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-pt-0\.5{
    padding-top: 0.125rem;
  }

  .sm\:tw-pr-0\.5{
    padding-right: 0.125rem;
  }

  .sm\:tw-pb-0\.5{
    padding-bottom: 0.125rem;
  }

  .sm\:tw-pl-0\.5{
    padding-left: 0.125rem;
  }

  .sm\:tw-pt-1\.5{
    padding-top: 0.375rem;
  }

  .sm\:tw-pr-1\.5{
    padding-right: 0.375rem;
  }

  .sm\:tw-pb-1\.5{
    padding-bottom: 0.375rem;
  }

  .sm\:tw-pl-1\.5{
    padding-left: 0.375rem;
  }

  .sm\:tw-pt-2\.5{
    padding-top: 0.625rem;
  }

  .sm\:tw-pr-2\.5{
    padding-right: 0.625rem;
  }

  .sm\:tw-pb-2\.5{
    padding-bottom: 0.625rem;
  }

  .sm\:tw-pl-2\.5{
    padding-left: 0.625rem;
  }

  .sm\:tw-pt-3\.5{
    padding-top: 0.875rem;
  }

  .sm\:tw-pr-3\.5{
    padding-right: 0.875rem;
  }

  .sm\:tw-pb-3\.5{
    padding-bottom: 0.875rem;
  }

  .sm\:tw-pl-3\.5{
    padding-left: 0.875rem;
  }

  .sm\:tw-pt-2\/3{
    padding-top: 66.666%;
  }

  .sm\:tw-pr-2\/3{
    padding-right: 66.666%;
  }

  .sm\:tw-pb-2\/3{
    padding-bottom: 66.666%;
  }

  .sm\:tw-pl-2\/3{
    padding-left: 66.666%;
  }

  .sm\:tw-pt-3\/2{
    padding-top: 150%;
  }

  .sm\:tw-pr-3\/2{
    padding-right: 150%;
  }

  .sm\:tw-pb-3\/2{
    padding-bottom: 150%;
  }

  .sm\:tw-pl-3\/2{
    padding-left: 150%;
  }

  .sm\:tw-pt-square{
    padding-top: 100%;
  }

  .sm\:tw-pr-square{
    padding-right: 100%;
  }

  .sm\:tw-pb-square{
    padding-bottom: 100%;
  }

  .sm\:tw-pl-square{
    padding-left: 100%;
  }

  .sm\:tw-pt-58px{
    padding-top: 58px;
  }

  .sm\:tw-pr-58px{
    padding-right: 58px;
  }

  .sm\:tw-pb-58px{
    padding-bottom: 58px;
  }

  .sm\:tw-pl-58px{
    padding-left: 58px;
  }

  .sm\:tw-pt-63px{
    padding-top: 63px;
  }

  .sm\:tw-pr-63px{
    padding-right: 63px;
  }

  .sm\:tw-pb-63px{
    padding-bottom: 63px;
  }

  .sm\:tw-pl-63px{
    padding-left: 63px;
  }

  .sm\:tw-pt-73px{
    padding-top: 73.px;
  }

  .sm\:tw-pr-73px{
    padding-right: 73.px;
  }

  .sm\:tw-pb-73px{
    padding-bottom: 73.px;
  }

  .sm\:tw-pl-73px{
    padding-left: 73.px;
  }

  .sm\:tw-placeholder-brand-orange:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
  }

  .sm\:tw-placeholder-brand-orange::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
  }

  .sm\:tw-placeholder-brand-orange-dark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
  }

  .sm\:tw-placeholder-brand-orange-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
  }

  .sm\:tw-placeholder-brand-orange-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
  }

  .sm\:tw-placeholder-brand-orange-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
  }

  .sm\:tw-placeholder-brand-blue:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
  }

  .sm\:tw-placeholder-brand-blue::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
  }

  .sm\:tw-placeholder-brand-blue-dark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
  }

  .sm\:tw-placeholder-brand-blue-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
  }

  .sm\:tw-placeholder-brand-blue-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
  }

  .sm\:tw-placeholder-brand-blue-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
  }

  .sm\:tw-placeholder-brand-yellow:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-placeholder-opacity));
  }

  .sm\:tw-placeholder-brand-yellow::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-placeholder-opacity));
  }

  .sm\:tw-placeholder-brand-green:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-placeholder-opacity));
  }

  .sm\:tw-placeholder-brand-green::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-placeholder-opacity));
  }

  .sm\:tw-placeholder-brand-pink:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-placeholder-opacity));
  }

  .sm\:tw-placeholder-brand-pink::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-placeholder-opacity));
  }

  .sm\:tw-placeholder-brand-red:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-placeholder-opacity));
  }

  .sm\:tw-placeholder-brand-red::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-placeholder-opacity));
  }

  .sm\:tw-placeholder-brand-turquesa:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-placeholder-opacity));
  }

  .sm\:tw-placeholder-brand-turquesa::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-lighter:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-lighter::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-dark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-darker:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-darker::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-medium:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-medium::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-mid:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-mid::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-placeholder-opacity));
  }

  .sm\:tw-placeholder-black:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:tw-placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:tw-placeholder-primary:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
  }

  .sm\:tw-placeholder-primary::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
  }

  .sm\:tw-placeholder-primary-dark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
  }

  .sm\:tw-placeholder-primary-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
  }

  .sm\:tw-placeholder-primary-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
  }

  .sm\:tw-placeholder-primary-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
  }

  .sm\:tw-placeholder-secondary:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
  }

  .sm\:tw-placeholder-secondary::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
  }

  .sm\:tw-placeholder-secondary-dark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
  }

  .sm\:tw-placeholder-secondary-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
  }

  .sm\:tw-placeholder-secondary-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
  }

  .sm\:tw-placeholder-secondary-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
  }

  .sm\:tw-placeholder-white:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:tw-placeholder-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:tw-placeholder-hyperlinks:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-placeholder-opacity));
  }

  .sm\:tw-placeholder-hyperlinks::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-placeholder-opacity));
  }

  .sm\:tw-placeholder-hyperlinks-visited:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-placeholder-opacity));
  }

  .sm\:tw-placeholder-hyperlinks-visited::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-placeholder-opacity));
  }

  .sm\:tw-placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .sm\:tw-placeholder-transparent::placeholder{
    color: transparent;
  }

  .sm\:focus\:tw-placeholder-brand-orange:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-brand-orange:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-brand-orange-dark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-brand-orange-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-brand-orange-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-brand-orange-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-brand-blue:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-brand-blue:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-brand-blue-dark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-brand-blue-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-brand-blue-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-brand-blue-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-brand-yellow:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-brand-yellow:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-brand-green:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-brand-green:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-brand-pink:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-brand-pink:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-brand-red:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-brand-red:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-brand-turquesa:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-brand-turquesa:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-lighter:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-lighter:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-dark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-darker:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-darker:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-medium:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-medium:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-mid:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-mid:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-black:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-primary:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-primary:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-primary-dark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-primary-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-primary-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-primary-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-secondary:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-secondary:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-secondary-dark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-secondary-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-secondary-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-secondary-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-white:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-hyperlinks:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-hyperlinks:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-hyperlinks-visited:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-hyperlinks-visited:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .sm\:focus\:tw-placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .sm\:tw-placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .sm\:tw-placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .sm\:tw-placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:tw-placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:tw-placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:tw-placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:tw-placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:tw-placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:tw-placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:tw-placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:tw-placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:tw-placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:tw-placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:tw-placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:tw-placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:tw-placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:tw-placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:tw-placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:tw-placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:tw-placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:tw-placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:tw-placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:tw-placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:tw-placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:tw-placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:tw-placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:tw-placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:tw-placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:tw-placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .sm\:tw-placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .sm\:focus\:tw-placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .sm\:focus\:tw-placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .sm\:focus\:tw-placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:focus\:tw-placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:focus\:tw-placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:focus\:tw-placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:focus\:tw-placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:focus\:tw-placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:focus\:tw-placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:focus\:tw-placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:focus\:tw-placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:focus\:tw-placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:focus\:tw-placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:focus\:tw-placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:focus\:tw-placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:focus\:tw-placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:focus\:tw-placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:focus\:tw-placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:focus\:tw-placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:focus\:tw-placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:focus\:tw-placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:focus\:tw-placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:focus\:tw-placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:focus\:tw-placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:focus\:tw-placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:focus\:tw-placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:focus\:tw-placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:focus\:tw-placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:focus\:tw-placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .sm\:focus\:tw-placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .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: sticky;
  }

  .sm\:hover\:tw-static:hover{
    position: static;
  }

  .sm\:hover\:tw-fixed:hover{
    position: fixed;
  }

  .sm\:hover\:tw-absolute:hover{
    position: absolute;
  }

  .sm\:hover\:tw-relative:hover{
    position: relative;
  }

  .sm\:hover\:tw-sticky:hover{
    position: sticky;
  }

  .sm\:focus\:tw-static:focus{
    position: static;
  }

  .sm\:focus\:tw-fixed:focus{
    position: fixed;
  }

  .sm\:focus\:tw-absolute:focus{
    position: absolute;
  }

  .sm\:focus\:tw-relative:focus{
    position: relative;
  }

  .sm\:focus\:tw-sticky:focus{
    position: sticky;
  }

  .sm\:active\:tw-static:active{
    position: static;
  }

  .sm\:active\:tw-fixed:active{
    position: fixed;
  }

  .sm\:active\:tw-absolute:active{
    position: absolute;
  }

  .sm\:active\:tw-relative:active{
    position: relative;
  }

  .sm\:active\:tw-sticky:active{
    position: sticky;
  }

  .sm\:tw-inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .sm\:tw-inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .sm\:tw-inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .sm\:tw-inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .sm\:tw-inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .sm\:tw-inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .sm\:tw-inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .sm\:tw-inset-7{
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .sm\:tw-inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .sm\:tw-inset-9{
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .sm\:tw-inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .sm\:tw-inset-11{
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .sm\:tw-inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .sm\:tw-inset-13{
    top: 3.25rem;
    right: 3.25rem;
    bottom: 3.25rem;
    left: 3.25rem;
  }

  .sm\:tw-inset-14{
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .sm\:tw-inset-16{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .sm\:tw-inset-20{
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .sm\:tw-inset-24{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .sm\:tw-inset-28{
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .sm\:tw-inset-32{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .sm\:tw-inset-36{
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .sm\:tw-inset-40{
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .sm\:tw-inset-44{
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .sm\:tw-inset-48{
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .sm\:tw-inset-52{
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .sm\:tw-inset-56{
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .sm\:tw-inset-60{
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .sm\:tw-inset-64{
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .sm\:tw-inset-72{
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .sm\:tw-inset-80{
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .sm\:tw-inset-96{
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .sm\:tw-inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:tw-inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .sm\:tw-inset-0\.5{
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .sm\:tw-inset-1\.5{
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .sm\:tw-inset-2\.5{
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .sm\:tw-inset-3\.5{
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .sm\:tw-inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .sm\:tw-inset-3\/2{
    top: 150%;
    right: 150%;
    bottom: 150%;
    left: 150%;
  }

  .sm\:tw-inset-square{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .sm\:tw-inset-58px{
    top: 58px;
    right: 58px;
    bottom: 58px;
    left: 58px;
  }

  .sm\:tw-inset-63px{
    top: 63px;
    right: 63px;
    bottom: 63px;
    left: 63px;
  }

  .sm\:tw-inset-73px{
    top: 73.px;
    right: 73.px;
    bottom: 73.px;
    left: 73.px;
  }

  .sm\:tw--inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .sm\:tw--inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .sm\:tw--inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .sm\:tw--inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .sm\:tw--inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .sm\:tw--inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .sm\:tw--inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .sm\:tw--inset-7{
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .sm\:tw--inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .sm\:tw--inset-9{
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .sm\:tw--inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .sm\:tw--inset-11{
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .sm\:tw--inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .sm\:tw--inset-13{
    top: -3.25rem;
    right: -3.25rem;
    bottom: -3.25rem;
    left: -3.25rem;
  }

  .sm\:tw--inset-14{
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .sm\:tw--inset-16{
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .sm\:tw--inset-20{
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .sm\:tw--inset-24{
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .sm\:tw--inset-28{
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .sm\:tw--inset-32{
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .sm\:tw--inset-36{
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .sm\:tw--inset-40{
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .sm\:tw--inset-44{
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .sm\:tw--inset-48{
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .sm\:tw--inset-52{
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .sm\:tw--inset-56{
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .sm\:tw--inset-60{
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .sm\:tw--inset-64{
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .sm\:tw--inset-72{
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .sm\:tw--inset-80{
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .sm\:tw--inset-96{
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .sm\:tw--inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .sm\:tw--inset-0\.5{
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .sm\:tw--inset-1\.5{
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .sm\:tw--inset-2\.5{
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .sm\:tw--inset-3\.5{
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .sm\:tw--inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .sm\:tw--inset-3\/2{
    top: -150%;
    right: -150%;
    bottom: -150%;
    left: -150%;
  }

  .sm\:tw--inset-square{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .sm\:tw--inset-58px{
    top: -58px;
    right: -58px;
    bottom: -58px;
    left: -58px;
  }

  .sm\:tw--inset-63px{
    top: -63px;
    right: -63px;
    bottom: -63px;
    left: -63px;
  }

  .sm\:tw--inset-73px{
    top: -73px;
    right: -73px;
    bottom: -73px;
    left: -73px;
  }

  .sm\:tw-inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm\:tw-inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .sm\:tw-inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .sm\:tw-inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm\:tw-inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .sm\:tw-inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .sm\:tw--inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .sm\:tw--inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .sm\:tw--inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .sm\:tw--inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .sm\:tw--inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .sm\:tw--inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .sm\:tw-inset-1\/5{
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .sm\:tw-inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .sm\:tw-inset-x-0{
    right: 0px;
    left: 0px;
  }

  .sm\:tw-inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .sm\:tw-inset-x-1{
    right: 0.25rem;
    left: 0.25rem;
  }

  .sm\:tw-inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .sm\:tw-inset-x-2{
    right: 0.5rem;
    left: 0.5rem;
  }

  .sm\:tw-inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .sm\:tw-inset-x-3{
    right: 0.75rem;
    left: 0.75rem;
  }

  .sm\:tw-inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  .sm\:tw-inset-x-4{
    right: 1rem;
    left: 1rem;
  }

  .sm\:tw-inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .sm\:tw-inset-x-5{
    right: 1.25rem;
    left: 1.25rem;
  }

  .sm\:tw-inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .sm\:tw-inset-x-6{
    right: 1.5rem;
    left: 1.5rem;
  }

  .sm\:tw-inset-y-7{
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .sm\:tw-inset-x-7{
    right: 1.75rem;
    left: 1.75rem;
  }

  .sm\:tw-inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  .sm\:tw-inset-x-8{
    right: 2rem;
    left: 2rem;
  }

  .sm\:tw-inset-y-9{
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .sm\:tw-inset-x-9{
    right: 2.25rem;
    left: 2.25rem;
  }

  .sm\:tw-inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .sm\:tw-inset-x-10{
    right: 2.5rem;
    left: 2.5rem;
  }

  .sm\:tw-inset-y-11{
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .sm\:tw-inset-x-11{
    right: 2.75rem;
    left: 2.75rem;
  }

  .sm\:tw-inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  .sm\:tw-inset-x-12{
    right: 3rem;
    left: 3rem;
  }

  .sm\:tw-inset-y-13{
    top: 3.25rem;
    bottom: 3.25rem;
  }

  .sm\:tw-inset-x-13{
    right: 3.25rem;
    left: 3.25rem;
  }

  .sm\:tw-inset-y-14{
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .sm\:tw-inset-x-14{
    right: 3.5rem;
    left: 3.5rem;
  }

  .sm\:tw-inset-y-16{
    top: 4rem;
    bottom: 4rem;
  }

  .sm\:tw-inset-x-16{
    right: 4rem;
    left: 4rem;
  }

  .sm\:tw-inset-y-20{
    top: 5rem;
    bottom: 5rem;
  }

  .sm\:tw-inset-x-20{
    right: 5rem;
    left: 5rem;
  }

  .sm\:tw-inset-y-24{
    top: 6rem;
    bottom: 6rem;
  }

  .sm\:tw-inset-x-24{
    right: 6rem;
    left: 6rem;
  }

  .sm\:tw-inset-y-28{
    top: 7rem;
    bottom: 7rem;
  }

  .sm\:tw-inset-x-28{
    right: 7rem;
    left: 7rem;
  }

  .sm\:tw-inset-y-32{
    top: 8rem;
    bottom: 8rem;
  }

  .sm\:tw-inset-x-32{
    right: 8rem;
    left: 8rem;
  }

  .sm\:tw-inset-y-36{
    top: 9rem;
    bottom: 9rem;
  }

  .sm\:tw-inset-x-36{
    right: 9rem;
    left: 9rem;
  }

  .sm\:tw-inset-y-40{
    top: 10rem;
    bottom: 10rem;
  }

  .sm\:tw-inset-x-40{
    right: 10rem;
    left: 10rem;
  }

  .sm\:tw-inset-y-44{
    top: 11rem;
    bottom: 11rem;
  }

  .sm\:tw-inset-x-44{
    right: 11rem;
    left: 11rem;
  }

  .sm\:tw-inset-y-48{
    top: 12rem;
    bottom: 12rem;
  }

  .sm\:tw-inset-x-48{
    right: 12rem;
    left: 12rem;
  }

  .sm\:tw-inset-y-52{
    top: 13rem;
    bottom: 13rem;
  }

  .sm\:tw-inset-x-52{
    right: 13rem;
    left: 13rem;
  }

  .sm\:tw-inset-y-56{
    top: 14rem;
    bottom: 14rem;
  }

  .sm\:tw-inset-x-56{
    right: 14rem;
    left: 14rem;
  }

  .sm\:tw-inset-y-60{
    top: 15rem;
    bottom: 15rem;
  }

  .sm\:tw-inset-x-60{
    right: 15rem;
    left: 15rem;
  }

  .sm\:tw-inset-y-64{
    top: 16rem;
    bottom: 16rem;
  }

  .sm\:tw-inset-x-64{
    right: 16rem;
    left: 16rem;
  }

  .sm\:tw-inset-y-72{
    top: 18rem;
    bottom: 18rem;
  }

  .sm\:tw-inset-x-72{
    right: 18rem;
    left: 18rem;
  }

  .sm\:tw-inset-y-80{
    top: 20rem;
    bottom: 20rem;
  }

  .sm\:tw-inset-x-80{
    right: 20rem;
    left: 20rem;
  }

  .sm\:tw-inset-y-96{
    top: 24rem;
    bottom: 24rem;
  }

  .sm\:tw-inset-x-96{
    right: 24rem;
    left: 24rem;
  }

  .sm\:tw-inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .sm\:tw-inset-x-auto{
    right: auto;
    left: auto;
  }

  .sm\:tw-inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  .sm\:tw-inset-x-px{
    right: 1px;
    left: 1px;
  }

  .sm\:tw-inset-y-0\.5{
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .sm\:tw-inset-x-0\.5{
    right: 0.125rem;
    left: 0.125rem;
  }

  .sm\:tw-inset-y-1\.5{
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .sm\:tw-inset-x-1\.5{
    right: 0.375rem;
    left: 0.375rem;
  }

  .sm\:tw-inset-y-2\.5{
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .sm\:tw-inset-x-2\.5{
    right: 0.625rem;
    left: 0.625rem;
  }

  .sm\:tw-inset-y-3\.5{
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .sm\:tw-inset-x-3\.5{
    right: 0.875rem;
    left: 0.875rem;
  }

  .sm\:tw-inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .sm\:tw-inset-x-2\/3{
    right: 66.666667%;
    left: 66.666667%;
  }

  .sm\:tw-inset-y-3\/2{
    top: 150%;
    bottom: 150%;
  }

  .sm\:tw-inset-x-3\/2{
    right: 150%;
    left: 150%;
  }

  .sm\:tw-inset-y-square{
    top: 100%;
    bottom: 100%;
  }

  .sm\:tw-inset-x-square{
    right: 100%;
    left: 100%;
  }

  .sm\:tw-inset-y-58px{
    top: 58px;
    bottom: 58px;
  }

  .sm\:tw-inset-x-58px{
    right: 58px;
    left: 58px;
  }

  .sm\:tw-inset-y-63px{
    top: 63px;
    bottom: 63px;
  }

  .sm\:tw-inset-x-63px{
    right: 63px;
    left: 63px;
  }

  .sm\:tw-inset-y-73px{
    top: 73.px;
    bottom: 73.px;
  }

  .sm\:tw-inset-x-73px{
    right: 73.px;
    left: 73.px;
  }

  .sm\:tw--inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .sm\:tw--inset-x-0{
    right: 0px;
    left: 0px;
  }

  .sm\:tw--inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .sm\:tw--inset-x-1{
    right: -0.25rem;
    left: -0.25rem;
  }

  .sm\:tw--inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .sm\:tw--inset-x-2{
    right: -0.5rem;
    left: -0.5rem;
  }

  .sm\:tw--inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .sm\:tw--inset-x-3{
    right: -0.75rem;
    left: -0.75rem;
  }

  .sm\:tw--inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  .sm\:tw--inset-x-4{
    right: -1rem;
    left: -1rem;
  }

  .sm\:tw--inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .sm\:tw--inset-x-5{
    right: -1.25rem;
    left: -1.25rem;
  }

  .sm\:tw--inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .sm\:tw--inset-x-6{
    right: -1.5rem;
    left: -1.5rem;
  }

  .sm\:tw--inset-y-7{
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .sm\:tw--inset-x-7{
    right: -1.75rem;
    left: -1.75rem;
  }

  .sm\:tw--inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  .sm\:tw--inset-x-8{
    right: -2rem;
    left: -2rem;
  }

  .sm\:tw--inset-y-9{
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .sm\:tw--inset-x-9{
    right: -2.25rem;
    left: -2.25rem;
  }

  .sm\:tw--inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .sm\:tw--inset-x-10{
    right: -2.5rem;
    left: -2.5rem;
  }

  .sm\:tw--inset-y-11{
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .sm\:tw--inset-x-11{
    right: -2.75rem;
    left: -2.75rem;
  }

  .sm\:tw--inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  .sm\:tw--inset-x-12{
    right: -3rem;
    left: -3rem;
  }

  .sm\:tw--inset-y-13{
    top: -3.25rem;
    bottom: -3.25rem;
  }

  .sm\:tw--inset-x-13{
    right: -3.25rem;
    left: -3.25rem;
  }

  .sm\:tw--inset-y-14{
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .sm\:tw--inset-x-14{
    right: -3.5rem;
    left: -3.5rem;
  }

  .sm\:tw--inset-y-16{
    top: -4rem;
    bottom: -4rem;
  }

  .sm\:tw--inset-x-16{
    right: -4rem;
    left: -4rem;
  }

  .sm\:tw--inset-y-20{
    top: -5rem;
    bottom: -5rem;
  }

  .sm\:tw--inset-x-20{
    right: -5rem;
    left: -5rem;
  }

  .sm\:tw--inset-y-24{
    top: -6rem;
    bottom: -6rem;
  }

  .sm\:tw--inset-x-24{
    right: -6rem;
    left: -6rem;
  }

  .sm\:tw--inset-y-28{
    top: -7rem;
    bottom: -7rem;
  }

  .sm\:tw--inset-x-28{
    right: -7rem;
    left: -7rem;
  }

  .sm\:tw--inset-y-32{
    top: -8rem;
    bottom: -8rem;
  }

  .sm\:tw--inset-x-32{
    right: -8rem;
    left: -8rem;
  }

  .sm\:tw--inset-y-36{
    top: -9rem;
    bottom: -9rem;
  }

  .sm\:tw--inset-x-36{
    right: -9rem;
    left: -9rem;
  }

  .sm\:tw--inset-y-40{
    top: -10rem;
    bottom: -10rem;
  }

  .sm\:tw--inset-x-40{
    right: -10rem;
    left: -10rem;
  }

  .sm\:tw--inset-y-44{
    top: -11rem;
    bottom: -11rem;
  }

  .sm\:tw--inset-x-44{
    right: -11rem;
    left: -11rem;
  }

  .sm\:tw--inset-y-48{
    top: -12rem;
    bottom: -12rem;
  }

  .sm\:tw--inset-x-48{
    right: -12rem;
    left: -12rem;
  }

  .sm\:tw--inset-y-52{
    top: -13rem;
    bottom: -13rem;
  }

  .sm\:tw--inset-x-52{
    right: -13rem;
    left: -13rem;
  }

  .sm\:tw--inset-y-56{
    top: -14rem;
    bottom: -14rem;
  }

  .sm\:tw--inset-x-56{
    right: -14rem;
    left: -14rem;
  }

  .sm\:tw--inset-y-60{
    top: -15rem;
    bottom: -15rem;
  }

  .sm\:tw--inset-x-60{
    right: -15rem;
    left: -15rem;
  }

  .sm\:tw--inset-y-64{
    top: -16rem;
    bottom: -16rem;
  }

  .sm\:tw--inset-x-64{
    right: -16rem;
    left: -16rem;
  }

  .sm\:tw--inset-y-72{
    top: -18rem;
    bottom: -18rem;
  }

  .sm\:tw--inset-x-72{
    right: -18rem;
    left: -18rem;
  }

  .sm\:tw--inset-y-80{
    top: -20rem;
    bottom: -20rem;
  }

  .sm\:tw--inset-x-80{
    right: -20rem;
    left: -20rem;
  }

  .sm\:tw--inset-y-96{
    top: -24rem;
    bottom: -24rem;
  }

  .sm\:tw--inset-x-96{
    right: -24rem;
    left: -24rem;
  }

  .sm\:tw--inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  .sm\:tw--inset-x-px{
    right: -1px;
    left: -1px;
  }

  .sm\:tw--inset-y-0\.5{
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .sm\:tw--inset-x-0\.5{
    right: -0.125rem;
    left: -0.125rem;
  }

  .sm\:tw--inset-y-1\.5{
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .sm\:tw--inset-x-1\.5{
    right: -0.375rem;
    left: -0.375rem;
  }

  .sm\:tw--inset-y-2\.5{
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .sm\:tw--inset-x-2\.5{
    right: -0.625rem;
    left: -0.625rem;
  }

  .sm\:tw--inset-y-3\.5{
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .sm\:tw--inset-x-3\.5{
    right: -0.875rem;
    left: -0.875rem;
  }

  .sm\:tw--inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .sm\:tw--inset-x-2\/3{
    right: -66.666667%;
    left: -66.666667%;
  }

  .sm\:tw--inset-y-3\/2{
    top: -150%;
    bottom: -150%;
  }

  .sm\:tw--inset-x-3\/2{
    right: -150%;
    left: -150%;
  }

  .sm\:tw--inset-y-square{
    top: -100%;
    bottom: -100%;
  }

  .sm\:tw--inset-x-square{
    right: -100%;
    left: -100%;
  }

  .sm\:tw--inset-y-58px{
    top: -58px;
    bottom: -58px;
  }

  .sm\:tw--inset-x-58px{
    right: -58px;
    left: -58px;
  }

  .sm\:tw--inset-y-63px{
    top: -63px;
    bottom: -63px;
  }

  .sm\:tw--inset-x-63px{
    right: -63px;
    left: -63px;
  }

  .sm\:tw--inset-y-73px{
    top: -73px;
    bottom: -73px;
  }

  .sm\:tw--inset-x-73px{
    right: -73px;
    left: -73px;
  }

  .sm\:tw-inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .sm\:tw-inset-x-1\/2{
    right: 50%;
    left: 50%;
  }

  .sm\:tw-inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .sm\:tw-inset-x-1\/3{
    right: 33.333333%;
    left: 33.333333%;
  }

  .sm\:tw-inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .sm\:tw-inset-x-1\/4{
    right: 25%;
    left: 25%;
  }

  .sm\:tw-inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .sm\:tw-inset-x-2\/4{
    right: 50%;
    left: 50%;
  }

  .sm\:tw-inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .sm\:tw-inset-x-3\/4{
    right: 75%;
    left: 75%;
  }

  .sm\:tw-inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .sm\:tw-inset-x-full{
    right: 100%;
    left: 100%;
  }

  .sm\:tw--inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .sm\:tw--inset-x-1\/2{
    right: -50%;
    left: -50%;
  }

  .sm\:tw--inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .sm\:tw--inset-x-1\/3{
    right: -33.333333%;
    left: -33.333333%;
  }

  .sm\:tw--inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .sm\:tw--inset-x-1\/4{
    right: -25%;
    left: -25%;
  }

  .sm\:tw--inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .sm\:tw--inset-x-2\/4{
    right: -50%;
    left: -50%;
  }

  .sm\:tw--inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .sm\:tw--inset-x-3\/4{
    right: -75%;
    left: -75%;
  }

  .sm\:tw--inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .sm\:tw--inset-x-full{
    right: -100%;
    left: -100%;
  }

  .sm\:tw-inset-y-1\/5{
    top: 20%;
    bottom: 20%;
  }

  .sm\:tw-inset-x-1\/5{
    right: 20%;
    left: 20%;
  }

  .sm\:tw-top-0{
    top: 0px;
  }

  .sm\:tw-right-0{
    right: 0px;
  }

  .sm\:tw-bottom-0{
    bottom: 0px;
  }

  .sm\:tw-left-0{
    left: 0px;
  }

  .sm\:tw-top-1{
    top: 0.25rem;
  }

  .sm\:tw-right-1{
    right: 0.25rem;
  }

  .sm\:tw-bottom-1{
    bottom: 0.25rem;
  }

  .sm\:tw-left-1{
    left: 0.25rem;
  }

  .sm\:tw-top-2{
    top: 0.5rem;
  }

  .sm\:tw-right-2{
    right: 0.5rem;
  }

  .sm\:tw-bottom-2{
    bottom: 0.5rem;
  }

  .sm\:tw-left-2{
    left: 0.5rem;
  }

  .sm\:tw-top-3{
    top: 0.75rem;
  }

  .sm\:tw-right-3{
    right: 0.75rem;
  }

  .sm\:tw-bottom-3{
    bottom: 0.75rem;
  }

  .sm\:tw-left-3{
    left: 0.75rem;
  }

  .sm\:tw-top-4{
    top: 1rem;
  }

  .sm\:tw-right-4{
    right: 1rem;
  }

  .sm\:tw-bottom-4{
    bottom: 1rem;
  }

  .sm\:tw-left-4{
    left: 1rem;
  }

  .sm\:tw-top-5{
    top: 1.25rem;
  }

  .sm\:tw-right-5{
    right: 1.25rem;
  }

  .sm\:tw-bottom-5{
    bottom: 1.25rem;
  }

  .sm\:tw-left-5{
    left: 1.25rem;
  }

  .sm\:tw-top-6{
    top: 1.5rem;
  }

  .sm\:tw-right-6{
    right: 1.5rem;
  }

  .sm\:tw-bottom-6{
    bottom: 1.5rem;
  }

  .sm\:tw-left-6{
    left: 1.5rem;
  }

  .sm\:tw-top-7{
    top: 1.75rem;
  }

  .sm\:tw-right-7{
    right: 1.75rem;
  }

  .sm\:tw-bottom-7{
    bottom: 1.75rem;
  }

  .sm\:tw-left-7{
    left: 1.75rem;
  }

  .sm\:tw-top-8{
    top: 2rem;
  }

  .sm\:tw-right-8{
    right: 2rem;
  }

  .sm\:tw-bottom-8{
    bottom: 2rem;
  }

  .sm\:tw-left-8{
    left: 2rem;
  }

  .sm\:tw-top-9{
    top: 2.25rem;
  }

  .sm\:tw-right-9{
    right: 2.25rem;
  }

  .sm\:tw-bottom-9{
    bottom: 2.25rem;
  }

  .sm\:tw-left-9{
    left: 2.25rem;
  }

  .sm\:tw-top-10{
    top: 2.5rem;
  }

  .sm\:tw-right-10{
    right: 2.5rem;
  }

  .sm\:tw-bottom-10{
    bottom: 2.5rem;
  }

  .sm\:tw-left-10{
    left: 2.5rem;
  }

  .sm\:tw-top-11{
    top: 2.75rem;
  }

  .sm\:tw-right-11{
    right: 2.75rem;
  }

  .sm\:tw-bottom-11{
    bottom: 2.75rem;
  }

  .sm\:tw-left-11{
    left: 2.75rem;
  }

  .sm\:tw-top-12{
    top: 3rem;
  }

  .sm\:tw-right-12{
    right: 3rem;
  }

  .sm\:tw-bottom-12{
    bottom: 3rem;
  }

  .sm\:tw-left-12{
    left: 3rem;
  }

  .sm\:tw-top-13{
    top: 3.25rem;
  }

  .sm\:tw-right-13{
    right: 3.25rem;
  }

  .sm\:tw-bottom-13{
    bottom: 3.25rem;
  }

  .sm\:tw-left-13{
    left: 3.25rem;
  }

  .sm\:tw-top-14{
    top: 3.5rem;
  }

  .sm\:tw-right-14{
    right: 3.5rem;
  }

  .sm\:tw-bottom-14{
    bottom: 3.5rem;
  }

  .sm\:tw-left-14{
    left: 3.5rem;
  }

  .sm\:tw-top-16{
    top: 4rem;
  }

  .sm\:tw-right-16{
    right: 4rem;
  }

  .sm\:tw-bottom-16{
    bottom: 4rem;
  }

  .sm\:tw-left-16{
    left: 4rem;
  }

  .sm\:tw-top-20{
    top: 5rem;
  }

  .sm\:tw-right-20{
    right: 5rem;
  }

  .sm\:tw-bottom-20{
    bottom: 5rem;
  }

  .sm\:tw-left-20{
    left: 5rem;
  }

  .sm\:tw-top-24{
    top: 6rem;
  }

  .sm\:tw-right-24{
    right: 6rem;
  }

  .sm\:tw-bottom-24{
    bottom: 6rem;
  }

  .sm\:tw-left-24{
    left: 6rem;
  }

  .sm\:tw-top-28{
    top: 7rem;
  }

  .sm\:tw-right-28{
    right: 7rem;
  }

  .sm\:tw-bottom-28{
    bottom: 7rem;
  }

  .sm\:tw-left-28{
    left: 7rem;
  }

  .sm\:tw-top-32{
    top: 8rem;
  }

  .sm\:tw-right-32{
    right: 8rem;
  }

  .sm\:tw-bottom-32{
    bottom: 8rem;
  }

  .sm\:tw-left-32{
    left: 8rem;
  }

  .sm\:tw-top-36{
    top: 9rem;
  }

  .sm\:tw-right-36{
    right: 9rem;
  }

  .sm\:tw-bottom-36{
    bottom: 9rem;
  }

  .sm\:tw-left-36{
    left: 9rem;
  }

  .sm\:tw-top-40{
    top: 10rem;
  }

  .sm\:tw-right-40{
    right: 10rem;
  }

  .sm\:tw-bottom-40{
    bottom: 10rem;
  }

  .sm\:tw-left-40{
    left: 10rem;
  }

  .sm\:tw-top-44{
    top: 11rem;
  }

  .sm\:tw-right-44{
    right: 11rem;
  }

  .sm\:tw-bottom-44{
    bottom: 11rem;
  }

  .sm\:tw-left-44{
    left: 11rem;
  }

  .sm\:tw-top-48{
    top: 12rem;
  }

  .sm\:tw-right-48{
    right: 12rem;
  }

  .sm\:tw-bottom-48{
    bottom: 12rem;
  }

  .sm\:tw-left-48{
    left: 12rem;
  }

  .sm\:tw-top-52{
    top: 13rem;
  }

  .sm\:tw-right-52{
    right: 13rem;
  }

  .sm\:tw-bottom-52{
    bottom: 13rem;
  }

  .sm\:tw-left-52{
    left: 13rem;
  }

  .sm\:tw-top-56{
    top: 14rem;
  }

  .sm\:tw-right-56{
    right: 14rem;
  }

  .sm\:tw-bottom-56{
    bottom: 14rem;
  }

  .sm\:tw-left-56{
    left: 14rem;
  }

  .sm\:tw-top-60{
    top: 15rem;
  }

  .sm\:tw-right-60{
    right: 15rem;
  }

  .sm\:tw-bottom-60{
    bottom: 15rem;
  }

  .sm\:tw-left-60{
    left: 15rem;
  }

  .sm\:tw-top-64{
    top: 16rem;
  }

  .sm\:tw-right-64{
    right: 16rem;
  }

  .sm\:tw-bottom-64{
    bottom: 16rem;
  }

  .sm\:tw-left-64{
    left: 16rem;
  }

  .sm\:tw-top-72{
    top: 18rem;
  }

  .sm\:tw-right-72{
    right: 18rem;
  }

  .sm\:tw-bottom-72{
    bottom: 18rem;
  }

  .sm\:tw-left-72{
    left: 18rem;
  }

  .sm\:tw-top-80{
    top: 20rem;
  }

  .sm\:tw-right-80{
    right: 20rem;
  }

  .sm\:tw-bottom-80{
    bottom: 20rem;
  }

  .sm\:tw-left-80{
    left: 20rem;
  }

  .sm\:tw-top-96{
    top: 24rem;
  }

  .sm\:tw-right-96{
    right: 24rem;
  }

  .sm\:tw-bottom-96{
    bottom: 24rem;
  }

  .sm\:tw-left-96{
    left: 24rem;
  }

  .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-top-px{
    top: 1px;
  }

  .sm\:tw-right-px{
    right: 1px;
  }

  .sm\:tw-bottom-px{
    bottom: 1px;
  }

  .sm\:tw-left-px{
    left: 1px;
  }

  .sm\:tw-top-0\.5{
    top: 0.125rem;
  }

  .sm\:tw-right-0\.5{
    right: 0.125rem;
  }

  .sm\:tw-bottom-0\.5{
    bottom: 0.125rem;
  }

  .sm\:tw-left-0\.5{
    left: 0.125rem;
  }

  .sm\:tw-top-1\.5{
    top: 0.375rem;
  }

  .sm\:tw-right-1\.5{
    right: 0.375rem;
  }

  .sm\:tw-bottom-1\.5{
    bottom: 0.375rem;
  }

  .sm\:tw-left-1\.5{
    left: 0.375rem;
  }

  .sm\:tw-top-2\.5{
    top: 0.625rem;
  }

  .sm\:tw-right-2\.5{
    right: 0.625rem;
  }

  .sm\:tw-bottom-2\.5{
    bottom: 0.625rem;
  }

  .sm\:tw-left-2\.5{
    left: 0.625rem;
  }

  .sm\:tw-top-3\.5{
    top: 0.875rem;
  }

  .sm\:tw-right-3\.5{
    right: 0.875rem;
  }

  .sm\:tw-bottom-3\.5{
    bottom: 0.875rem;
  }

  .sm\:tw-left-3\.5{
    left: 0.875rem;
  }

  .sm\:tw-top-2\/3{
    top: 66.666667%;
  }

  .sm\:tw-right-2\/3{
    right: 66.666667%;
  }

  .sm\:tw-bottom-2\/3{
    bottom: 66.666667%;
  }

  .sm\:tw-left-2\/3{
    left: 66.666667%;
  }

  .sm\:tw-top-3\/2{
    top: 150%;
  }

  .sm\:tw-right-3\/2{
    right: 150%;
  }

  .sm\:tw-bottom-3\/2{
    bottom: 150%;
  }

  .sm\:tw-left-3\/2{
    left: 150%;
  }

  .sm\:tw-top-square{
    top: 100%;
  }

  .sm\:tw-right-square{
    right: 100%;
  }

  .sm\:tw-bottom-square{
    bottom: 100%;
  }

  .sm\:tw-left-square{
    left: 100%;
  }

  .sm\:tw-top-58px{
    top: 58px;
  }

  .sm\:tw-right-58px{
    right: 58px;
  }

  .sm\:tw-bottom-58px{
    bottom: 58px;
  }

  .sm\:tw-left-58px{
    left: 58px;
  }

  .sm\:tw-top-63px{
    top: 63px;
  }

  .sm\:tw-right-63px{
    right: 63px;
  }

  .sm\:tw-bottom-63px{
    bottom: 63px;
  }

  .sm\:tw-left-63px{
    left: 63px;
  }

  .sm\:tw-top-73px{
    top: 73.px;
  }

  .sm\:tw-right-73px{
    right: 73.px;
  }

  .sm\:tw-bottom-73px{
    bottom: 73.px;
  }

  .sm\:tw-left-73px{
    left: 73.px;
  }

  .sm\:tw--top-0{
    top: 0px;
  }

  .sm\:tw--right-0{
    right: 0px;
  }

  .sm\:tw--bottom-0{
    bottom: 0px;
  }

  .sm\:tw--left-0{
    left: 0px;
  }

  .sm\:tw--top-1{
    top: -0.25rem;
  }

  .sm\:tw--right-1{
    right: -0.25rem;
  }

  .sm\:tw--bottom-1{
    bottom: -0.25rem;
  }

  .sm\:tw--left-1{
    left: -0.25rem;
  }

  .sm\:tw--top-2{
    top: -0.5rem;
  }

  .sm\:tw--right-2{
    right: -0.5rem;
  }

  .sm\:tw--bottom-2{
    bottom: -0.5rem;
  }

  .sm\:tw--left-2{
    left: -0.5rem;
  }

  .sm\:tw--top-3{
    top: -0.75rem;
  }

  .sm\:tw--right-3{
    right: -0.75rem;
  }

  .sm\:tw--bottom-3{
    bottom: -0.75rem;
  }

  .sm\:tw--left-3{
    left: -0.75rem;
  }

  .sm\:tw--top-4{
    top: -1rem;
  }

  .sm\:tw--right-4{
    right: -1rem;
  }

  .sm\:tw--bottom-4{
    bottom: -1rem;
  }

  .sm\:tw--left-4{
    left: -1rem;
  }

  .sm\:tw--top-5{
    top: -1.25rem;
  }

  .sm\:tw--right-5{
    right: -1.25rem;
  }

  .sm\:tw--bottom-5{
    bottom: -1.25rem;
  }

  .sm\:tw--left-5{
    left: -1.25rem;
  }

  .sm\:tw--top-6{
    top: -1.5rem;
  }

  .sm\:tw--right-6{
    right: -1.5rem;
  }

  .sm\:tw--bottom-6{
    bottom: -1.5rem;
  }

  .sm\:tw--left-6{
    left: -1.5rem;
  }

  .sm\:tw--top-7{
    top: -1.75rem;
  }

  .sm\:tw--right-7{
    right: -1.75rem;
  }

  .sm\:tw--bottom-7{
    bottom: -1.75rem;
  }

  .sm\:tw--left-7{
    left: -1.75rem;
  }

  .sm\:tw--top-8{
    top: -2rem;
  }

  .sm\:tw--right-8{
    right: -2rem;
  }

  .sm\:tw--bottom-8{
    bottom: -2rem;
  }

  .sm\:tw--left-8{
    left: -2rem;
  }

  .sm\:tw--top-9{
    top: -2.25rem;
  }

  .sm\:tw--right-9{
    right: -2.25rem;
  }

  .sm\:tw--bottom-9{
    bottom: -2.25rem;
  }

  .sm\:tw--left-9{
    left: -2.25rem;
  }

  .sm\:tw--top-10{
    top: -2.5rem;
  }

  .sm\:tw--right-10{
    right: -2.5rem;
  }

  .sm\:tw--bottom-10{
    bottom: -2.5rem;
  }

  .sm\:tw--left-10{
    left: -2.5rem;
  }

  .sm\:tw--top-11{
    top: -2.75rem;
  }

  .sm\:tw--right-11{
    right: -2.75rem;
  }

  .sm\:tw--bottom-11{
    bottom: -2.75rem;
  }

  .sm\:tw--left-11{
    left: -2.75rem;
  }

  .sm\:tw--top-12{
    top: -3rem;
  }

  .sm\:tw--right-12{
    right: -3rem;
  }

  .sm\:tw--bottom-12{
    bottom: -3rem;
  }

  .sm\:tw--left-12{
    left: -3rem;
  }

  .sm\:tw--top-13{
    top: -3.25rem;
  }

  .sm\:tw--right-13{
    right: -3.25rem;
  }

  .sm\:tw--bottom-13{
    bottom: -3.25rem;
  }

  .sm\:tw--left-13{
    left: -3.25rem;
  }

  .sm\:tw--top-14{
    top: -3.5rem;
  }

  .sm\:tw--right-14{
    right: -3.5rem;
  }

  .sm\:tw--bottom-14{
    bottom: -3.5rem;
  }

  .sm\:tw--left-14{
    left: -3.5rem;
  }

  .sm\:tw--top-16{
    top: -4rem;
  }

  .sm\:tw--right-16{
    right: -4rem;
  }

  .sm\:tw--bottom-16{
    bottom: -4rem;
  }

  .sm\:tw--left-16{
    left: -4rem;
  }

  .sm\:tw--top-20{
    top: -5rem;
  }

  .sm\:tw--right-20{
    right: -5rem;
  }

  .sm\:tw--bottom-20{
    bottom: -5rem;
  }

  .sm\:tw--left-20{
    left: -5rem;
  }

  .sm\:tw--top-24{
    top: -6rem;
  }

  .sm\:tw--right-24{
    right: -6rem;
  }

  .sm\:tw--bottom-24{
    bottom: -6rem;
  }

  .sm\:tw--left-24{
    left: -6rem;
  }

  .sm\:tw--top-28{
    top: -7rem;
  }

  .sm\:tw--right-28{
    right: -7rem;
  }

  .sm\:tw--bottom-28{
    bottom: -7rem;
  }

  .sm\:tw--left-28{
    left: -7rem;
  }

  .sm\:tw--top-32{
    top: -8rem;
  }

  .sm\:tw--right-32{
    right: -8rem;
  }

  .sm\:tw--bottom-32{
    bottom: -8rem;
  }

  .sm\:tw--left-32{
    left: -8rem;
  }

  .sm\:tw--top-36{
    top: -9rem;
  }

  .sm\:tw--right-36{
    right: -9rem;
  }

  .sm\:tw--bottom-36{
    bottom: -9rem;
  }

  .sm\:tw--left-36{
    left: -9rem;
  }

  .sm\:tw--top-40{
    top: -10rem;
  }

  .sm\:tw--right-40{
    right: -10rem;
  }

  .sm\:tw--bottom-40{
    bottom: -10rem;
  }

  .sm\:tw--left-40{
    left: -10rem;
  }

  .sm\:tw--top-44{
    top: -11rem;
  }

  .sm\:tw--right-44{
    right: -11rem;
  }

  .sm\:tw--bottom-44{
    bottom: -11rem;
  }

  .sm\:tw--left-44{
    left: -11rem;
  }

  .sm\:tw--top-48{
    top: -12rem;
  }

  .sm\:tw--right-48{
    right: -12rem;
  }

  .sm\:tw--bottom-48{
    bottom: -12rem;
  }

  .sm\:tw--left-48{
    left: -12rem;
  }

  .sm\:tw--top-52{
    top: -13rem;
  }

  .sm\:tw--right-52{
    right: -13rem;
  }

  .sm\:tw--bottom-52{
    bottom: -13rem;
  }

  .sm\:tw--left-52{
    left: -13rem;
  }

  .sm\:tw--top-56{
    top: -14rem;
  }

  .sm\:tw--right-56{
    right: -14rem;
  }

  .sm\:tw--bottom-56{
    bottom: -14rem;
  }

  .sm\:tw--left-56{
    left: -14rem;
  }

  .sm\:tw--top-60{
    top: -15rem;
  }

  .sm\:tw--right-60{
    right: -15rem;
  }

  .sm\:tw--bottom-60{
    bottom: -15rem;
  }

  .sm\:tw--left-60{
    left: -15rem;
  }

  .sm\:tw--top-64{
    top: -16rem;
  }

  .sm\:tw--right-64{
    right: -16rem;
  }

  .sm\:tw--bottom-64{
    bottom: -16rem;
  }

  .sm\:tw--left-64{
    left: -16rem;
  }

  .sm\:tw--top-72{
    top: -18rem;
  }

  .sm\:tw--right-72{
    right: -18rem;
  }

  .sm\:tw--bottom-72{
    bottom: -18rem;
  }

  .sm\:tw--left-72{
    left: -18rem;
  }

  .sm\:tw--top-80{
    top: -20rem;
  }

  .sm\:tw--right-80{
    right: -20rem;
  }

  .sm\:tw--bottom-80{
    bottom: -20rem;
  }

  .sm\:tw--left-80{
    left: -20rem;
  }

  .sm\:tw--top-96{
    top: -24rem;
  }

  .sm\:tw--right-96{
    right: -24rem;
  }

  .sm\:tw--bottom-96{
    bottom: -24rem;
  }

  .sm\:tw--left-96{
    left: -24rem;
  }

  .sm\:tw--top-px{
    top: -1px;
  }

  .sm\:tw--right-px{
    right: -1px;
  }

  .sm\:tw--bottom-px{
    bottom: -1px;
  }

  .sm\:tw--left-px{
    left: -1px;
  }

  .sm\:tw--top-0\.5{
    top: -0.125rem;
  }

  .sm\:tw--right-0\.5{
    right: -0.125rem;
  }

  .sm\:tw--bottom-0\.5{
    bottom: -0.125rem;
  }

  .sm\:tw--left-0\.5{
    left: -0.125rem;
  }

  .sm\:tw--top-1\.5{
    top: -0.375rem;
  }

  .sm\:tw--right-1\.5{
    right: -0.375rem;
  }

  .sm\:tw--bottom-1\.5{
    bottom: -0.375rem;
  }

  .sm\:tw--left-1\.5{
    left: -0.375rem;
  }

  .sm\:tw--top-2\.5{
    top: -0.625rem;
  }

  .sm\:tw--right-2\.5{
    right: -0.625rem;
  }

  .sm\:tw--bottom-2\.5{
    bottom: -0.625rem;
  }

  .sm\:tw--left-2\.5{
    left: -0.625rem;
  }

  .sm\:tw--top-3\.5{
    top: -0.875rem;
  }

  .sm\:tw--right-3\.5{
    right: -0.875rem;
  }

  .sm\:tw--bottom-3\.5{
    bottom: -0.875rem;
  }

  .sm\:tw--left-3\.5{
    left: -0.875rem;
  }

  .sm\:tw--top-2\/3{
    top: -66.666667%;
  }

  .sm\:tw--right-2\/3{
    right: -66.666667%;
  }

  .sm\:tw--bottom-2\/3{
    bottom: -66.666667%;
  }

  .sm\:tw--left-2\/3{
    left: -66.666667%;
  }

  .sm\:tw--top-3\/2{
    top: -150%;
  }

  .sm\:tw--right-3\/2{
    right: -150%;
  }

  .sm\:tw--bottom-3\/2{
    bottom: -150%;
  }

  .sm\:tw--left-3\/2{
    left: -150%;
  }

  .sm\:tw--top-square{
    top: -100%;
  }

  .sm\:tw--right-square{
    right: -100%;
  }

  .sm\:tw--bottom-square{
    bottom: -100%;
  }

  .sm\:tw--left-square{
    left: -100%;
  }

  .sm\:tw--top-58px{
    top: -58px;
  }

  .sm\:tw--right-58px{
    right: -58px;
  }

  .sm\:tw--bottom-58px{
    bottom: -58px;
  }

  .sm\:tw--left-58px{
    left: -58px;
  }

  .sm\:tw--top-63px{
    top: -63px;
  }

  .sm\:tw--right-63px{
    right: -63px;
  }

  .sm\:tw--bottom-63px{
    bottom: -63px;
  }

  .sm\:tw--left-63px{
    left: -63px;
  }

  .sm\:tw--top-73px{
    top: -73px;
  }

  .sm\:tw--right-73px{
    right: -73px;
  }

  .sm\:tw--bottom-73px{
    bottom: -73px;
  }

  .sm\:tw--left-73px{
    left: -73px;
  }

  .sm\:tw-top-1\/2{
    top: 50%;
  }

  .sm\:tw-right-1\/2{
    right: 50%;
  }

  .sm\:tw-bottom-1\/2{
    bottom: 50%;
  }

  .sm\:tw-left-1\/2{
    left: 50%;
  }

  .sm\:tw-top-1\/3{
    top: 33.333333%;
  }

  .sm\:tw-right-1\/3{
    right: 33.333333%;
  }

  .sm\:tw-bottom-1\/3{
    bottom: 33.333333%;
  }

  .sm\:tw-left-1\/3{
    left: 33.333333%;
  }

  .sm\:tw-top-1\/4{
    top: 25%;
  }

  .sm\:tw-right-1\/4{
    right: 25%;
  }

  .sm\:tw-bottom-1\/4{
    bottom: 25%;
  }

  .sm\:tw-left-1\/4{
    left: 25%;
  }

  .sm\:tw-top-2\/4{
    top: 50%;
  }

  .sm\:tw-right-2\/4{
    right: 50%;
  }

  .sm\:tw-bottom-2\/4{
    bottom: 50%;
  }

  .sm\:tw-left-2\/4{
    left: 50%;
  }

  .sm\:tw-top-3\/4{
    top: 75%;
  }

  .sm\:tw-right-3\/4{
    right: 75%;
  }

  .sm\:tw-bottom-3\/4{
    bottom: 75%;
  }

  .sm\:tw-left-3\/4{
    left: 75%;
  }

  .sm\:tw-top-full{
    top: 100%;
  }

  .sm\:tw-right-full{
    right: 100%;
  }

  .sm\:tw-bottom-full{
    bottom: 100%;
  }

  .sm\:tw-left-full{
    left: 100%;
  }

  .sm\:tw--top-1\/2{
    top: -50%;
  }

  .sm\:tw--right-1\/2{
    right: -50%;
  }

  .sm\:tw--bottom-1\/2{
    bottom: -50%;
  }

  .sm\:tw--left-1\/2{
    left: -50%;
  }

  .sm\:tw--top-1\/3{
    top: -33.333333%;
  }

  .sm\:tw--right-1\/3{
    right: -33.333333%;
  }

  .sm\:tw--bottom-1\/3{
    bottom: -33.333333%;
  }

  .sm\:tw--left-1\/3{
    left: -33.333333%;
  }

  .sm\:tw--top-1\/4{
    top: -25%;
  }

  .sm\:tw--right-1\/4{
    right: -25%;
  }

  .sm\:tw--bottom-1\/4{
    bottom: -25%;
  }

  .sm\:tw--left-1\/4{
    left: -25%;
  }

  .sm\:tw--top-2\/4{
    top: -50%;
  }

  .sm\:tw--right-2\/4{
    right: -50%;
  }

  .sm\:tw--bottom-2\/4{
    bottom: -50%;
  }

  .sm\:tw--left-2\/4{
    left: -50%;
  }

  .sm\:tw--top-3\/4{
    top: -75%;
  }

  .sm\:tw--right-3\/4{
    right: -75%;
  }

  .sm\:tw--bottom-3\/4{
    bottom: -75%;
  }

  .sm\:tw--left-3\/4{
    left: -75%;
  }

  .sm\:tw--top-full{
    top: -100%;
  }

  .sm\:tw--right-full{
    right: -100%;
  }

  .sm\:tw--bottom-full{
    bottom: -100%;
  }

  .sm\:tw--left-full{
    left: -100%;
  }

  .sm\:tw-top-1\/5{
    top: 20%;
  }

  .sm\:tw-right-1\/5{
    right: 20%;
  }

  .sm\:tw-bottom-1\/5{
    bottom: 20%;
  }

  .sm\:tw-left-1\/5{
    left: 20%;
  }

  .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-shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:tw-shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:tw-shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:tw-shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:tw-shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:tw-shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:tw-shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:tw-shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:tw-shadow-brand{
    --tw-shadow: 0 13px 50px 0 rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:tw-shadow-dot{
    --tw-shadow: .5px .5px 2px 1px rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:tw-shadow-header{
    --tw-shadow: 0 3px 5px 0 hsla(300, 1%, 65%, .5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .sm\:group-hover\:tw-shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .sm\:group-hover\:tw-shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .sm\:group-hover\:tw-shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .sm\:group-hover\:tw-shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .sm\:group-hover\:tw-shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .sm\:group-hover\:tw-shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .sm\:group-hover\:tw-shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .sm\:group-hover\:tw-shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .sm\:group-hover\:tw-shadow-brand{
    --tw-shadow: 0 13px 50px 0 rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .sm\:group-hover\:tw-shadow-dot{
    --tw-shadow: .5px .5px 2px 1px rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .sm\:group-hover\:tw-shadow-header{
    --tw-shadow: 0 3px 5px 0 hsla(300, 1%, 65%, .5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:tw-shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:tw-shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:tw-shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:tw-shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:tw-shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:tw-shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:tw-shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:tw-shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:tw-shadow-brand:focus-within{
    --tw-shadow: 0 13px 50px 0 rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:tw-shadow-dot:focus-within{
    --tw-shadow: .5px .5px 2px 1px rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:tw-shadow-header:focus-within{
    --tw-shadow: 0 3px 5px 0 hsla(300, 1%, 65%, .5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:tw-shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:tw-shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:tw-shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:tw-shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:tw-shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:tw-shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:tw-shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:tw-shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:tw-shadow-brand:hover{
    --tw-shadow: 0 13px 50px 0 rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:tw-shadow-dot:hover{
    --tw-shadow: .5px .5px 2px 1px rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:tw-shadow-header:hover{
    --tw-shadow: 0 3px 5px 0 hsla(300, 1%, 65%, .5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:tw-shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:tw-shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:tw-shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:tw-shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:tw-shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:tw-shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:tw-shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:tw-shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:tw-shadow-brand:focus{
    --tw-shadow: 0 13px 50px 0 rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:tw-shadow-dot:focus{
    --tw-shadow: .5px .5px 2px 1px rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:tw-shadow-header:focus{
    --tw-shadow: 0 3px 5px 0 hsla(300, 1%, 65%, .5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:tw-ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:tw-ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:tw-ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:tw-ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:tw-ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:tw-ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:tw-ring-inset{
    --tw-ring-inset: inset;
  }

  .sm\:focus-within\:tw-ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\:tw-ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\:tw-ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\:tw-ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\:tw-ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\:tw-ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\:tw-ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .sm\:focus\:tw-ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:tw-ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:tw-ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:tw-ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:tw-ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:tw-ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:tw-ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .sm\:tw-ring-offset-brand-orange{
    --tw-ring-offset-color: #E35100;
  }

  .sm\:tw-ring-offset-brand-orange-dark{
    --tw-ring-offset-color: #C04400;
  }

  .sm\:tw-ring-offset-brand-orange-light{
    --tw-ring-offset-color: #F38D25;
  }

  .sm\:tw-ring-offset-brand-blue{
    --tw-ring-offset-color: #005272;
  }

  .sm\:tw-ring-offset-brand-blue-dark{
    --tw-ring-offset-color: #3F83A3;
  }

  .sm\:tw-ring-offset-brand-blue-light{
    --tw-ring-offset-color: #4F99BB;
  }

  .sm\:tw-ring-offset-brand-yellow{
    --tw-ring-offset-color: #E4B620;
  }

  .sm\:tw-ring-offset-brand-green{
    --tw-ring-offset-color: #8DC055;
  }

  .sm\:tw-ring-offset-brand-pink{
    --tw-ring-offset-color: #C94578;
  }

  .sm\:tw-ring-offset-brand-red{
    --tw-ring-offset-color: #BB0034;
  }

  .sm\:tw-ring-offset-brand-turquesa{
    --tw-ring-offset-color: #3cb497;
  }

  .sm\:tw-ring-offset-gray-lighter{
    --tw-ring-offset-color: #F5F5F5;
  }

  .sm\:tw-ring-offset-gray-light{
    --tw-ring-offset-color: #dadada;
  }

  .sm\:tw-ring-offset-gray-dark{
    --tw-ring-offset-color: #666666;
  }

  .sm\:tw-ring-offset-gray-darker{
    --tw-ring-offset-color: #222222;
  }

  .sm\:tw-ring-offset-gray-medium{
    --tw-ring-offset-color: #767676;
  }

  .sm\:tw-ring-offset-gray-mid{
    --tw-ring-offset-color: #939393;
  }

  .sm\:tw-ring-offset-black{
    --tw-ring-offset-color: #000000;
  }

  .sm\:tw-ring-offset-primary{
    --tw-ring-offset-color: #E35100;
  }

  .sm\:tw-ring-offset-primary-dark{
    --tw-ring-offset-color: #C04400;
  }

  .sm\:tw-ring-offset-primary-light{
    --tw-ring-offset-color: #F38D25;
  }

  .sm\:tw-ring-offset-secondary{
    --tw-ring-offset-color: #005272;
  }

  .sm\:tw-ring-offset-secondary-dark{
    --tw-ring-offset-color: #3F83A3;
  }

  .sm\:tw-ring-offset-secondary-light{
    --tw-ring-offset-color: #4F99BB;
  }

  .sm\:tw-ring-offset-white{
    --tw-ring-offset-color: #FFFFFF;
  }

  .sm\:tw-ring-offset-hyperlinks{
    --tw-ring-offset-color: #106AA3;
  }

  .sm\:tw-ring-offset-hyperlinks-visited{
    --tw-ring-offset-color: #7F1F7D;
  }

  .sm\:tw-ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .sm\:focus-within\:tw-ring-offset-brand-orange:focus-within{
    --tw-ring-offset-color: #E35100;
  }

  .sm\:focus-within\:tw-ring-offset-brand-orange-dark:focus-within{
    --tw-ring-offset-color: #C04400;
  }

  .sm\:focus-within\:tw-ring-offset-brand-orange-light:focus-within{
    --tw-ring-offset-color: #F38D25;
  }

  .sm\:focus-within\:tw-ring-offset-brand-blue:focus-within{
    --tw-ring-offset-color: #005272;
  }

  .sm\:focus-within\:tw-ring-offset-brand-blue-dark:focus-within{
    --tw-ring-offset-color: #3F83A3;
  }

  .sm\:focus-within\:tw-ring-offset-brand-blue-light:focus-within{
    --tw-ring-offset-color: #4F99BB;
  }

  .sm\:focus-within\:tw-ring-offset-brand-yellow:focus-within{
    --tw-ring-offset-color: #E4B620;
  }

  .sm\:focus-within\:tw-ring-offset-brand-green:focus-within{
    --tw-ring-offset-color: #8DC055;
  }

  .sm\:focus-within\:tw-ring-offset-brand-pink:focus-within{
    --tw-ring-offset-color: #C94578;
  }

  .sm\:focus-within\:tw-ring-offset-brand-red:focus-within{
    --tw-ring-offset-color: #BB0034;
  }

  .sm\:focus-within\:tw-ring-offset-brand-turquesa:focus-within{
    --tw-ring-offset-color: #3cb497;
  }

  .sm\:focus-within\:tw-ring-offset-gray-lighter:focus-within{
    --tw-ring-offset-color: #F5F5F5;
  }

  .sm\:focus-within\:tw-ring-offset-gray-light:focus-within{
    --tw-ring-offset-color: #dadada;
  }

  .sm\:focus-within\:tw-ring-offset-gray-dark:focus-within{
    --tw-ring-offset-color: #666666;
  }

  .sm\:focus-within\:tw-ring-offset-gray-darker:focus-within{
    --tw-ring-offset-color: #222222;
  }

  .sm\:focus-within\:tw-ring-offset-gray-medium:focus-within{
    --tw-ring-offset-color: #767676;
  }

  .sm\:focus-within\:tw-ring-offset-gray-mid:focus-within{
    --tw-ring-offset-color: #939393;
  }

  .sm\:focus-within\:tw-ring-offset-black:focus-within{
    --tw-ring-offset-color: #000000;
  }

  .sm\:focus-within\:tw-ring-offset-primary:focus-within{
    --tw-ring-offset-color: #E35100;
  }

  .sm\:focus-within\:tw-ring-offset-primary-dark:focus-within{
    --tw-ring-offset-color: #C04400;
  }

  .sm\:focus-within\:tw-ring-offset-primary-light:focus-within{
    --tw-ring-offset-color: #F38D25;
  }

  .sm\:focus-within\:tw-ring-offset-secondary:focus-within{
    --tw-ring-offset-color: #005272;
  }

  .sm\:focus-within\:tw-ring-offset-secondary-dark:focus-within{
    --tw-ring-offset-color: #3F83A3;
  }

  .sm\:focus-within\:tw-ring-offset-secondary-light:focus-within{
    --tw-ring-offset-color: #4F99BB;
  }

  .sm\:focus-within\:tw-ring-offset-white:focus-within{
    --tw-ring-offset-color: #FFFFFF;
  }

  .sm\:focus-within\:tw-ring-offset-hyperlinks:focus-within{
    --tw-ring-offset-color: #106AA3;
  }

  .sm\:focus-within\:tw-ring-offset-hyperlinks-visited:focus-within{
    --tw-ring-offset-color: #7F1F7D;
  }

  .sm\:focus-within\:tw-ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .sm\:focus\:tw-ring-offset-brand-orange:focus{
    --tw-ring-offset-color: #E35100;
  }

  .sm\:focus\:tw-ring-offset-brand-orange-dark:focus{
    --tw-ring-offset-color: #C04400;
  }

  .sm\:focus\:tw-ring-offset-brand-orange-light:focus{
    --tw-ring-offset-color: #F38D25;
  }

  .sm\:focus\:tw-ring-offset-brand-blue:focus{
    --tw-ring-offset-color: #005272;
  }

  .sm\:focus\:tw-ring-offset-brand-blue-dark:focus{
    --tw-ring-offset-color: #3F83A3;
  }

  .sm\:focus\:tw-ring-offset-brand-blue-light:focus{
    --tw-ring-offset-color: #4F99BB;
  }

  .sm\:focus\:tw-ring-offset-brand-yellow:focus{
    --tw-ring-offset-color: #E4B620;
  }

  .sm\:focus\:tw-ring-offset-brand-green:focus{
    --tw-ring-offset-color: #8DC055;
  }

  .sm\:focus\:tw-ring-offset-brand-pink:focus{
    --tw-ring-offset-color: #C94578;
  }

  .sm\:focus\:tw-ring-offset-brand-red:focus{
    --tw-ring-offset-color: #BB0034;
  }

  .sm\:focus\:tw-ring-offset-brand-turquesa:focus{
    --tw-ring-offset-color: #3cb497;
  }

  .sm\:focus\:tw-ring-offset-gray-lighter:focus{
    --tw-ring-offset-color: #F5F5F5;
  }

  .sm\:focus\:tw-ring-offset-gray-light:focus{
    --tw-ring-offset-color: #dadada;
  }

  .sm\:focus\:tw-ring-offset-gray-dark:focus{
    --tw-ring-offset-color: #666666;
  }

  .sm\:focus\:tw-ring-offset-gray-darker:focus{
    --tw-ring-offset-color: #222222;
  }

  .sm\:focus\:tw-ring-offset-gray-medium:focus{
    --tw-ring-offset-color: #767676;
  }

  .sm\:focus\:tw-ring-offset-gray-mid:focus{
    --tw-ring-offset-color: #939393;
  }

  .sm\:focus\:tw-ring-offset-black:focus{
    --tw-ring-offset-color: #000000;
  }

  .sm\:focus\:tw-ring-offset-primary:focus{
    --tw-ring-offset-color: #E35100;
  }

  .sm\:focus\:tw-ring-offset-primary-dark:focus{
    --tw-ring-offset-color: #C04400;
  }

  .sm\:focus\:tw-ring-offset-primary-light:focus{
    --tw-ring-offset-color: #F38D25;
  }

  .sm\:focus\:tw-ring-offset-secondary:focus{
    --tw-ring-offset-color: #005272;
  }

  .sm\:focus\:tw-ring-offset-secondary-dark:focus{
    --tw-ring-offset-color: #3F83A3;
  }

  .sm\:focus\:tw-ring-offset-secondary-light:focus{
    --tw-ring-offset-color: #4F99BB;
  }

  .sm\:focus\:tw-ring-offset-white:focus{
    --tw-ring-offset-color: #FFFFFF;
  }

  .sm\:focus\:tw-ring-offset-hyperlinks:focus{
    --tw-ring-offset-color: #106AA3;
  }

  .sm\:focus\:tw-ring-offset-hyperlinks-visited:focus{
    --tw-ring-offset-color: #7F1F7D;
  }

  .sm\:focus\:tw-ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .sm\:tw-ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .sm\:tw-ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .sm\:tw-ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .sm\:tw-ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .sm\:tw-ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .sm\:focus-within\:tw-ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .sm\:focus-within\:tw-ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .sm\:focus-within\:tw-ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .sm\:focus-within\:tw-ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .sm\:focus-within\:tw-ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .sm\:focus\:tw-ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .sm\:focus\:tw-ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .sm\:focus\:tw-ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .sm\:focus\:tw-ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .sm\:focus\:tw-ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .sm\:tw-ring-brand-orange{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(227, 81, 0, var(--tw-ring-opacity));
  }

  .sm\:tw-ring-brand-orange-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 68, 0, var(--tw-ring-opacity));
  }

  .sm\:tw-ring-brand-orange-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 141, 37, var(--tw-ring-opacity));
  }

  .sm\:tw-ring-brand-blue{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 82, 114, var(--tw-ring-opacity));
  }

  .sm\:tw-ring-brand-blue-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 131, 163, var(--tw-ring-opacity));
  }

  .sm\:tw-ring-brand-blue-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 153, 187, var(--tw-ring-opacity));
  }

  .sm\:tw-ring-brand-yellow{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 182, 32, var(--tw-ring-opacity));
  }

  .sm\:tw-ring-brand-green{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 192, 85, var(--tw-ring-opacity));
  }

  .sm\:tw-ring-brand-pink{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 69, 120, var(--tw-ring-opacity));
  }

  .sm\:tw-ring-brand-red{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 0, 52, var(--tw-ring-opacity));
  }

  .sm\:tw-ring-brand-turquesa{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(60, 180, 151, var(--tw-ring-opacity));
  }

  .sm\:tw-ring-gray-lighter{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .sm\:tw-ring-gray-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity));
  }

  .sm\:tw-ring-gray-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  .sm\:tw-ring-gray-darker{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
  }

  .sm\:tw-ring-gray-medium{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(118, 118, 118, var(--tw-ring-opacity));
  }

  .sm\:tw-ring-gray-mid{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 147, 147, var(--tw-ring-opacity));
  }

  .sm\:tw-ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:tw-ring-primary{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(227, 81, 0, var(--tw-ring-opacity));
  }

  .sm\:tw-ring-primary-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 68, 0, var(--tw-ring-opacity));
  }

  .sm\:tw-ring-primary-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 141, 37, var(--tw-ring-opacity));
  }

  .sm\:tw-ring-secondary{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 82, 114, var(--tw-ring-opacity));
  }

  .sm\:tw-ring-secondary-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 131, 163, var(--tw-ring-opacity));
  }

  .sm\:tw-ring-secondary-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 153, 187, var(--tw-ring-opacity));
  }

  .sm\:tw-ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:tw-ring-hyperlinks{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 106, 163, var(--tw-ring-opacity));
  }

  .sm\:tw-ring-hyperlinks-visited{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 31, 125, var(--tw-ring-opacity));
  }

  .sm\:tw-ring-transparent{
    --tw-ring-color: transparent;
  }

  .sm\:focus-within\:tw-ring-brand-orange:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(227, 81, 0, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:tw-ring-brand-orange-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 68, 0, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:tw-ring-brand-orange-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 141, 37, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:tw-ring-brand-blue:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 82, 114, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:tw-ring-brand-blue-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 131, 163, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:tw-ring-brand-blue-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 153, 187, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:tw-ring-brand-yellow:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 182, 32, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:tw-ring-brand-green:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 192, 85, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:tw-ring-brand-pink:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 69, 120, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:tw-ring-brand-red:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 0, 52, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:tw-ring-brand-turquesa:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(60, 180, 151, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:tw-ring-gray-lighter:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:tw-ring-gray-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:tw-ring-gray-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:tw-ring-gray-darker:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:tw-ring-gray-medium:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(118, 118, 118, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:tw-ring-gray-mid:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 147, 147, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:tw-ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:tw-ring-primary:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(227, 81, 0, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:tw-ring-primary-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 68, 0, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:tw-ring-primary-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 141, 37, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:tw-ring-secondary:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 82, 114, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:tw-ring-secondary-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 131, 163, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:tw-ring-secondary-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 153, 187, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:tw-ring-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:tw-ring-hyperlinks:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 106, 163, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:tw-ring-hyperlinks-visited:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 31, 125, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:tw-ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .sm\:focus\:tw-ring-brand-orange:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(227, 81, 0, var(--tw-ring-opacity));
  }

  .sm\:focus\:tw-ring-brand-orange-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 68, 0, var(--tw-ring-opacity));
  }

  .sm\:focus\:tw-ring-brand-orange-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 141, 37, var(--tw-ring-opacity));
  }

  .sm\:focus\:tw-ring-brand-blue:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 82, 114, var(--tw-ring-opacity));
  }

  .sm\:focus\:tw-ring-brand-blue-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 131, 163, var(--tw-ring-opacity));
  }

  .sm\:focus\:tw-ring-brand-blue-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 153, 187, var(--tw-ring-opacity));
  }

  .sm\:focus\:tw-ring-brand-yellow:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 182, 32, var(--tw-ring-opacity));
  }

  .sm\:focus\:tw-ring-brand-green:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 192, 85, var(--tw-ring-opacity));
  }

  .sm\:focus\:tw-ring-brand-pink:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 69, 120, var(--tw-ring-opacity));
  }

  .sm\:focus\:tw-ring-brand-red:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 0, 52, var(--tw-ring-opacity));
  }

  .sm\:focus\:tw-ring-brand-turquesa:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(60, 180, 151, var(--tw-ring-opacity));
  }

  .sm\:focus\:tw-ring-gray-lighter:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .sm\:focus\:tw-ring-gray-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity));
  }

  .sm\:focus\:tw-ring-gray-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  .sm\:focus\:tw-ring-gray-darker:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
  }

  .sm\:focus\:tw-ring-gray-medium:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(118, 118, 118, var(--tw-ring-opacity));
  }

  .sm\:focus\:tw-ring-gray-mid:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 147, 147, var(--tw-ring-opacity));
  }

  .sm\:focus\:tw-ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:focus\:tw-ring-primary:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(227, 81, 0, var(--tw-ring-opacity));
  }

  .sm\:focus\:tw-ring-primary-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 68, 0, var(--tw-ring-opacity));
  }

  .sm\:focus\:tw-ring-primary-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 141, 37, var(--tw-ring-opacity));
  }

  .sm\:focus\:tw-ring-secondary:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 82, 114, var(--tw-ring-opacity));
  }

  .sm\:focus\:tw-ring-secondary-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 131, 163, var(--tw-ring-opacity));
  }

  .sm\:focus\:tw-ring-secondary-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 153, 187, var(--tw-ring-opacity));
  }

  .sm\:focus\:tw-ring-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:tw-ring-hyperlinks:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 106, 163, var(--tw-ring-opacity));
  }

  .sm\:focus\:tw-ring-hyperlinks-visited:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 31, 125, var(--tw-ring-opacity));
  }

  .sm\:focus\:tw-ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .sm\:tw-ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .sm\:tw-ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  .sm\:tw-ring-opacity-10{
    --tw-ring-opacity: 0.1;
  }

  .sm\:tw-ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  .sm\:tw-ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .sm\:tw-ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  .sm\:tw-ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  .sm\:tw-ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  .sm\:tw-ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  .sm\:tw-ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  .sm\:tw-ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .sm\:tw-ring-opacity-80{
    --tw-ring-opacity: 0.8;
  }

  .sm\:tw-ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  .sm\:tw-ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  .sm\:tw-ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .sm\:focus-within\:tw-ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .sm\:focus-within\:tw-ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  .sm\:focus-within\:tw-ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1;
  }

  .sm\:focus-within\:tw-ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  .sm\:focus-within\:tw-ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .sm\:focus-within\:tw-ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  .sm\:focus-within\:tw-ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  .sm\:focus-within\:tw-ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  .sm\:focus-within\:tw-ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  .sm\:focus-within\:tw-ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  .sm\:focus-within\:tw-ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .sm\:focus-within\:tw-ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8;
  }

  .sm\:focus-within\:tw-ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  .sm\:focus-within\:tw-ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  .sm\:focus-within\:tw-ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .sm\:focus\:tw-ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .sm\:focus\:tw-ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  .sm\:focus\:tw-ring-opacity-10:focus{
    --tw-ring-opacity: 0.1;
  }

  .sm\:focus\:tw-ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  .sm\:focus\:tw-ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .sm\:focus\:tw-ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  .sm\:focus\:tw-ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  .sm\:focus\:tw-ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  .sm\:focus\:tw-ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  .sm\:focus\:tw-ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  .sm\:focus\:tw-ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .sm\:focus\:tw-ring-opacity-80:focus{
    --tw-ring-opacity: 0.8;
  }

  .sm\:focus\:tw-ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  .sm\:focus\:tw-ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  .sm\:focus\:tw-ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .sm\:tw-fill-current{
    fill: currentColor;
  }

  .sm\:tw-fill-primary{
    fill: #E35100;
  }

  .sm\:tw-fill-secondary{
    fill: #005272;
  }

  .sm\:tw-fill-green{
    fill: #8DC055;
  }

  .sm\:tw-fill-magenta{
    fill: #cd0e4d;
  }

  .sm\:tw-fill-turquesa{
    fill: #3cb497;
  }

  .sm\:tw-fill-primary-light{
    fill: #F38D25;
  }

  .sm\:tw-fill-secondary-light{
    fill: #4F99BB;
  }

  .sm\:tw-fill-green-light{
    fill: #9dd056;
  }

  .sm\:tw-fill-magenta-light{
    fill: #f01e63;
  }

  .sm\:tw-fill-turquesa-light{
    fill: #5bc8ae;
  }

  .sm\:hover\:tw-fill-current:hover{
    fill: currentColor;
  }

  .sm\:hover\:tw-fill-primary:hover{
    fill: #E35100;
  }

  .sm\:hover\:tw-fill-secondary:hover{
    fill: #005272;
  }

  .sm\:hover\:tw-fill-green:hover{
    fill: #8DC055;
  }

  .sm\:hover\:tw-fill-magenta:hover{
    fill: #cd0e4d;
  }

  .sm\:hover\:tw-fill-turquesa:hover{
    fill: #3cb497;
  }

  .sm\:hover\:tw-fill-primary-light:hover{
    fill: #F38D25;
  }

  .sm\:hover\:tw-fill-secondary-light:hover{
    fill: #4F99BB;
  }

  .sm\:hover\:tw-fill-green-light:hover{
    fill: #9dd056;
  }

  .sm\:hover\:tw-fill-magenta-light:hover{
    fill: #f01e63;
  }

  .sm\:hover\:tw-fill-turquesa-light:hover{
    fill: #5bc8ae;
  }

  .sm\:focus\:tw-fill-current:focus{
    fill: currentColor;
  }

  .sm\:focus\:tw-fill-primary:focus{
    fill: #E35100;
  }

  .sm\:focus\:tw-fill-secondary:focus{
    fill: #005272;
  }

  .sm\:focus\:tw-fill-green:focus{
    fill: #8DC055;
  }

  .sm\:focus\:tw-fill-magenta:focus{
    fill: #cd0e4d;
  }

  .sm\:focus\:tw-fill-turquesa:focus{
    fill: #3cb497;
  }

  .sm\:focus\:tw-fill-primary-light:focus{
    fill: #F38D25;
  }

  .sm\:focus\:tw-fill-secondary-light:focus{
    fill: #4F99BB;
  }

  .sm\:focus\:tw-fill-green-light:focus{
    fill: #9dd056;
  }

  .sm\:focus\:tw-fill-magenta-light:focus{
    fill: #f01e63;
  }

  .sm\:focus\:tw-fill-turquesa-light:focus{
    fill: #5bc8ae;
  }

  .sm\:tw-stroke-current{
    stroke: currentColor;
  }

  .sm\:tw-stroke-0{
    stroke-width: 0;
  }

  .sm\:tw-stroke-1{
    stroke-width: 1;
  }

  .sm\:tw-stroke-2{
    stroke-width: 2;
  }

  .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-brand-orange{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .sm\:tw-text-brand-orange-dark{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .sm\:tw-text-brand-orange-light{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .sm\:tw-text-brand-blue{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .sm\:tw-text-brand-blue-dark{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .sm\:tw-text-brand-blue-light{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .sm\:tw-text-brand-yellow{
    --tw-text-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-text-opacity));
  }

  .sm\:tw-text-brand-green{
    --tw-text-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-text-opacity));
  }

  .sm\:tw-text-brand-pink{
    --tw-text-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-text-opacity));
  }

  .sm\:tw-text-brand-red{
    --tw-text-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-text-opacity));
  }

  .sm\:tw-text-brand-turquesa{
    --tw-text-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-text-opacity));
  }

  .sm\:tw-text-gray-lighter{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .sm\:tw-text-gray-light{
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .sm\:tw-text-gray-dark{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  .sm\:tw-text-gray-darker{
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .sm\:tw-text-gray-medium{
    --tw-text-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-text-opacity));
  }

  .sm\:tw-text-gray-mid{
    --tw-text-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-text-opacity));
  }

  .sm\:tw-text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:tw-text-primary{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .sm\:tw-text-primary-dark{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .sm\:tw-text-primary-light{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .sm\:tw-text-secondary{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .sm\:tw-text-secondary-dark{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .sm\:tw-text-secondary-light{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .sm\:tw-text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:tw-text-hyperlinks{
    --tw-text-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-text-opacity));
  }

  .sm\:tw-text-hyperlinks-visited{
    --tw-text-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-text-opacity));
  }

  .sm\:tw-text-transparent{
    color: transparent;
  }

  .sm\:visited\:tw-text-brand-orange:visited{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .sm\:visited\:tw-text-brand-orange-dark:visited{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .sm\:visited\:tw-text-brand-orange-light:visited{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .sm\:visited\:tw-text-brand-blue:visited{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .sm\:visited\:tw-text-brand-blue-dark:visited{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .sm\:visited\:tw-text-brand-blue-light:visited{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .sm\:visited\:tw-text-brand-yellow:visited{
    --tw-text-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-text-opacity));
  }

  .sm\:visited\:tw-text-brand-green:visited{
    --tw-text-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-text-opacity));
  }

  .sm\:visited\:tw-text-brand-pink:visited{
    --tw-text-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-text-opacity));
  }

  .sm\:visited\:tw-text-brand-red:visited{
    --tw-text-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-text-opacity));
  }

  .sm\:visited\:tw-text-brand-turquesa:visited{
    --tw-text-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-text-opacity));
  }

  .sm\:visited\:tw-text-gray-lighter:visited{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .sm\:visited\:tw-text-gray-light:visited{
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .sm\:visited\:tw-text-gray-dark:visited{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  .sm\:visited\:tw-text-gray-darker:visited{
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .sm\:visited\:tw-text-gray-medium:visited{
    --tw-text-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-text-opacity));
  }

  .sm\:visited\:tw-text-gray-mid:visited{
    --tw-text-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-text-opacity));
  }

  .sm\:visited\:tw-text-black:visited{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:visited\:tw-text-primary:visited{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .sm\:visited\:tw-text-primary-dark:visited{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .sm\:visited\:tw-text-primary-light:visited{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .sm\:visited\:tw-text-secondary:visited{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .sm\:visited\:tw-text-secondary-dark:visited{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .sm\:visited\:tw-text-secondary-light:visited{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .sm\:visited\:tw-text-white:visited{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:visited\:tw-text-hyperlinks:visited{
    --tw-text-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-text-opacity));
  }

  .sm\:visited\:tw-text-hyperlinks-visited:visited{
    --tw-text-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-text-opacity));
  }

  .sm\:visited\:tw-text-transparent:visited{
    color: transparent;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-brand-orange{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-text-brand-orange-dark{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-text-brand-orange-light{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-text-brand-blue{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-text-brand-blue-dark{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-text-brand-blue-light{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-text-brand-yellow{
    --tw-text-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-text-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-text-brand-green{
    --tw-text-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-text-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-text-brand-pink{
    --tw-text-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-text-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-text-brand-red{
    --tw-text-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-text-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-text-brand-turquesa{
    --tw-text-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-text-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-text-gray-lighter{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-text-gray-light{
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-text-gray-dark{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-text-gray-darker{
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-text-gray-medium{
    --tw-text-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-text-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-text-gray-mid{
    --tw-text-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-text-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-text-primary{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-text-primary-dark{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-text-primary-light{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-text-secondary{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-text-secondary-dark{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-text-secondary-light{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-text-hyperlinks{
    --tw-text-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-text-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-text-hyperlinks-visited{
    --tw-text-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-text-opacity));
  }

  .tw-group:hover .sm\:group-hover\:tw-text-transparent{
    color: transparent;
  }

  .sm\:focus-within\:tw-text-brand-orange:focus-within{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .sm\:focus-within\:tw-text-brand-orange-dark:focus-within{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .sm\:focus-within\:tw-text-brand-orange-light:focus-within{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .sm\:focus-within\:tw-text-brand-blue:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .sm\:focus-within\:tw-text-brand-blue-dark:focus-within{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .sm\:focus-within\:tw-text-brand-blue-light:focus-within{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .sm\:focus-within\:tw-text-brand-yellow:focus-within{
    --tw-text-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-text-opacity));
  }

  .sm\:focus-within\:tw-text-brand-green:focus-within{
    --tw-text-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-text-opacity));
  }

  .sm\:focus-within\:tw-text-brand-pink:focus-within{
    --tw-text-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-text-opacity));
  }

  .sm\:focus-within\:tw-text-brand-red:focus-within{
    --tw-text-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-text-opacity));
  }

  .sm\:focus-within\:tw-text-brand-turquesa:focus-within{
    --tw-text-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-text-opacity));
  }

  .sm\:focus-within\:tw-text-gray-lighter:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .sm\:focus-within\:tw-text-gray-light:focus-within{
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .sm\:focus-within\:tw-text-gray-dark:focus-within{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  .sm\:focus-within\:tw-text-gray-darker:focus-within{
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .sm\:focus-within\:tw-text-gray-medium:focus-within{
    --tw-text-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-text-opacity));
  }

  .sm\:focus-within\:tw-text-gray-mid:focus-within{
    --tw-text-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-text-opacity));
  }

  .sm\:focus-within\:tw-text-black:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:focus-within\:tw-text-primary:focus-within{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .sm\:focus-within\:tw-text-primary-dark:focus-within{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .sm\:focus-within\:tw-text-primary-light:focus-within{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .sm\:focus-within\:tw-text-secondary:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .sm\:focus-within\:tw-text-secondary-dark:focus-within{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .sm\:focus-within\:tw-text-secondary-light:focus-within{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .sm\:focus-within\:tw-text-white:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:tw-text-hyperlinks:focus-within{
    --tw-text-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-text-opacity));
  }

  .sm\:focus-within\:tw-text-hyperlinks-visited:focus-within{
    --tw-text-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-text-opacity));
  }

  .sm\:focus-within\:tw-text-transparent:focus-within{
    color: transparent;
  }

  .sm\:hover\:tw-text-brand-orange:hover{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .sm\:hover\:tw-text-brand-orange-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .sm\:hover\:tw-text-brand-orange-light:hover{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .sm\:hover\:tw-text-brand-blue:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .sm\:hover\:tw-text-brand-blue-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .sm\:hover\:tw-text-brand-blue-light:hover{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .sm\:hover\:tw-text-brand-yellow:hover{
    --tw-text-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-text-opacity));
  }

  .sm\:hover\:tw-text-brand-green:hover{
    --tw-text-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-text-opacity));
  }

  .sm\:hover\:tw-text-brand-pink:hover{
    --tw-text-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-text-opacity));
  }

  .sm\:hover\:tw-text-brand-red:hover{
    --tw-text-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-text-opacity));
  }

  .sm\:hover\:tw-text-brand-turquesa:hover{
    --tw-text-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-text-opacity));
  }

  .sm\:hover\:tw-text-gray-lighter:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .sm\:hover\:tw-text-gray-light:hover{
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .sm\:hover\:tw-text-gray-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  .sm\:hover\:tw-text-gray-darker:hover{
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .sm\:hover\:tw-text-gray-medium:hover{
    --tw-text-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-text-opacity));
  }

  .sm\:hover\:tw-text-gray-mid:hover{
    --tw-text-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-text-opacity));
  }

  .sm\:hover\:tw-text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:hover\:tw-text-primary:hover{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .sm\:hover\:tw-text-primary-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .sm\:hover\:tw-text-primary-light:hover{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .sm\:hover\:tw-text-secondary:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .sm\:hover\:tw-text-secondary-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .sm\:hover\:tw-text-secondary-light:hover{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .sm\:hover\:tw-text-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:tw-text-hyperlinks:hover{
    --tw-text-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-text-opacity));
  }

  .sm\:hover\:tw-text-hyperlinks-visited:hover{
    --tw-text-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-text-opacity));
  }

  .sm\:hover\:tw-text-transparent:hover{
    color: transparent;
  }

  .sm\:focus\:tw-text-brand-orange:focus{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .sm\:focus\:tw-text-brand-orange-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .sm\:focus\:tw-text-brand-orange-light:focus{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .sm\:focus\:tw-text-brand-blue:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .sm\:focus\:tw-text-brand-blue-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .sm\:focus\:tw-text-brand-blue-light:focus{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .sm\:focus\:tw-text-brand-yellow:focus{
    --tw-text-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-text-opacity));
  }

  .sm\:focus\:tw-text-brand-green:focus{
    --tw-text-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-text-opacity));
  }

  .sm\:focus\:tw-text-brand-pink:focus{
    --tw-text-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-text-opacity));
  }

  .sm\:focus\:tw-text-brand-red:focus{
    --tw-text-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-text-opacity));
  }

  .sm\:focus\:tw-text-brand-turquesa:focus{
    --tw-text-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-text-opacity));
  }

  .sm\:focus\:tw-text-gray-lighter:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .sm\:focus\:tw-text-gray-light:focus{
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .sm\:focus\:tw-text-gray-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  .sm\:focus\:tw-text-gray-darker:focus{
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .sm\:focus\:tw-text-gray-medium:focus{
    --tw-text-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-text-opacity));
  }

  .sm\:focus\:tw-text-gray-mid:focus{
    --tw-text-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-text-opacity));
  }

  .sm\:focus\:tw-text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:focus\:tw-text-primary:focus{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .sm\:focus\:tw-text-primary-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .sm\:focus\:tw-text-primary-light:focus{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .sm\:focus\:tw-text-secondary:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .sm\:focus\:tw-text-secondary-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .sm\:focus\:tw-text-secondary-light:focus{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .sm\:focus\:tw-text-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:tw-text-hyperlinks:focus{
    --tw-text-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-text-opacity));
  }

  .sm\:focus\:tw-text-hyperlinks-visited:focus{
    --tw-text-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-text-opacity));
  }

  .sm\:focus\:tw-text-transparent:focus{
    color: transparent;
  }

  .sm\:active\:tw-text-brand-orange:active{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .sm\:active\:tw-text-brand-orange-dark:active{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .sm\:active\:tw-text-brand-orange-light:active{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .sm\:active\:tw-text-brand-blue:active{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .sm\:active\:tw-text-brand-blue-dark:active{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .sm\:active\:tw-text-brand-blue-light:active{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .sm\:active\:tw-text-brand-yellow:active{
    --tw-text-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-text-opacity));
  }

  .sm\:active\:tw-text-brand-green:active{
    --tw-text-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-text-opacity));
  }

  .sm\:active\:tw-text-brand-pink:active{
    --tw-text-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-text-opacity));
  }

  .sm\:active\:tw-text-brand-red:active{
    --tw-text-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-text-opacity));
  }

  .sm\:active\:tw-text-brand-turquesa:active{
    --tw-text-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-text-opacity));
  }

  .sm\:active\:tw-text-gray-lighter:active{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .sm\:active\:tw-text-gray-light:active{
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .sm\:active\:tw-text-gray-dark:active{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  .sm\:active\:tw-text-gray-darker:active{
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .sm\:active\:tw-text-gray-medium:active{
    --tw-text-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-text-opacity));
  }

  .sm\:active\:tw-text-gray-mid:active{
    --tw-text-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-text-opacity));
  }

  .sm\:active\:tw-text-black:active{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:active\:tw-text-primary:active{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .sm\:active\:tw-text-primary-dark:active{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .sm\:active\:tw-text-primary-light:active{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .sm\:active\:tw-text-secondary:active{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .sm\:active\:tw-text-secondary-dark:active{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .sm\:active\:tw-text-secondary-light:active{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .sm\:active\:tw-text-white:active{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:active\:tw-text-hyperlinks:active{
    --tw-text-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-text-opacity));
  }

  .sm\:active\:tw-text-hyperlinks-visited:active{
    --tw-text-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-text-opacity));
  }

  .sm\:active\:tw-text-transparent:active{
    color: transparent;
  }

  .sm\:tw-text-opacity-0{
    --tw-text-opacity: 0;
  }

  .sm\:tw-text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .sm\:tw-text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .sm\:tw-text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .sm\:tw-text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .sm\:tw-text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .sm\:tw-text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .sm\:tw-text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .sm\:tw-text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .sm\:tw-text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .sm\:tw-text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .sm\:tw-text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .sm\:tw-text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .sm\:tw-text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .sm\:tw-text-opacity-100{
    --tw-text-opacity: 1;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-0{
    --tw-text-opacity: 0;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-100{
    --tw-text-opacity: 1;
  }

  .sm\:focus-within\:tw-text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .sm\:focus-within\:tw-text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  .sm\:focus-within\:tw-text-opacity-10:focus-within{
    --tw-text-opacity: 0.1;
  }

  .sm\:focus-within\:tw-text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  .sm\:focus-within\:tw-text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .sm\:focus-within\:tw-text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  .sm\:focus-within\:tw-text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  .sm\:focus-within\:tw-text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  .sm\:focus-within\:tw-text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  .sm\:focus-within\:tw-text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  .sm\:focus-within\:tw-text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .sm\:focus-within\:tw-text-opacity-80:focus-within{
    --tw-text-opacity: 0.8;
  }

  .sm\:focus-within\:tw-text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  .sm\:focus-within\:tw-text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  .sm\:focus-within\:tw-text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .sm\:hover\:tw-text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .sm\:hover\:tw-text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  .sm\:hover\:tw-text-opacity-10:hover{
    --tw-text-opacity: 0.1;
  }

  .sm\:hover\:tw-text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  .sm\:hover\:tw-text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .sm\:hover\:tw-text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  .sm\:hover\:tw-text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  .sm\:hover\:tw-text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  .sm\:hover\:tw-text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  .sm\:hover\:tw-text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  .sm\:hover\:tw-text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .sm\:hover\:tw-text-opacity-80:hover{
    --tw-text-opacity: 0.8;
  }

  .sm\:hover\:tw-text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  .sm\:hover\:tw-text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  .sm\:hover\:tw-text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .sm\:focus\:tw-text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .sm\:focus\:tw-text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  .sm\:focus\:tw-text-opacity-10:focus{
    --tw-text-opacity: 0.1;
  }

  .sm\:focus\:tw-text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  .sm\:focus\:tw-text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .sm\:focus\:tw-text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  .sm\:focus\:tw-text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  .sm\:focus\:tw-text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  .sm\:focus\:tw-text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  .sm\:focus\:tw-text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  .sm\:focus\:tw-text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .sm\:focus\:tw-text-opacity-80:focus{
    --tw-text-opacity: 0.8;
  }

  .sm\:focus\:tw-text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  .sm\:focus\:tw-text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  .sm\:focus\:tw-text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .sm\:tw-truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:tw-overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .sm\:tw-overflow-clip{
    text-overflow: clip;
  }

  .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;
  }

  .tw-group:hover .sm\:group-hover\:tw-underline{
    text-decoration: underline;
  }

  .tw-group:hover .sm\:group-hover\:tw-line-through{
    text-decoration: line-through;
  }

  .tw-group:hover .sm\:group-hover\:tw-no-underline{
    text-decoration: none;
  }

  .sm\:focus-within\:tw-underline:focus-within{
    text-decoration: underline;
  }

  .sm\:focus-within\:tw-line-through:focus-within{
    text-decoration: line-through;
  }

  .sm\:focus-within\:tw-no-underline:focus-within{
    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-ordinal, .sm\:tw-slashed-zero, .sm\:tw-lining-nums, .sm\:tw-oldstyle-nums, .sm\:tw-proportional-nums, .sm\:tw-tabular-nums, .sm\:tw-diagonal-fractions, .sm\:tw-stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .sm\:tw-normal-nums{
    font-variant-numeric: normal;
  }

  .sm\:tw-ordinal{
    --tw-ordinal: ordinal;
  }

  .sm\:tw-slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .sm\:tw-lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .sm\:tw-oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .sm\:tw-proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .sm\:tw-tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .sm\:tw-diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .sm\:tw-stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .sm\:tw-tracking-tighter{
    letter-spacing: -0.05em;
  }

  .sm\:tw-tracking-tight{
    letter-spacing: -0.025em;
  }

  .sm\:tw-tracking-normal{
    letter-spacing: 0em;
  }

  .sm\:tw-tracking-wide{
    letter-spacing: 0.025em;
  }

  .sm\:tw-tracking-wider{
    letter-spacing: 0.05em;
  }

  .sm\:tw-tracking-widest{
    letter-spacing: 0.1em;
  }

  .sm\:tw-select-none{
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm\:tw-select-text{
    -webkit-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm\:tw-select-all{
    -webkit-user-select: all;
            user-select: all;
  }

  .sm\:tw-select-auto{
    -webkit-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .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-nowrap{
    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-w-0{
    width: 0px;
  }

  .sm\:tw-w-1{
    width: 0.25rem;
  }

  .sm\:tw-w-2{
    width: 0.5rem;
  }

  .sm\:tw-w-3{
    width: 0.75rem;
  }

  .sm\:tw-w-4{
    width: 1rem;
  }

  .sm\:tw-w-5{
    width: 1.25rem;
  }

  .sm\:tw-w-6{
    width: 1.5rem;
  }

  .sm\:tw-w-7{
    width: 1.75rem;
  }

  .sm\:tw-w-8{
    width: 2rem;
  }

  .sm\:tw-w-9{
    width: 2.25rem;
  }

  .sm\:tw-w-10{
    width: 2.5rem;
  }

  .sm\:tw-w-11{
    width: 2.75rem;
  }

  .sm\:tw-w-12{
    width: 3rem;
  }

  .sm\:tw-w-13{
    width: 3.25rem;
  }

  .sm\:tw-w-14{
    width: 3.5rem;
  }

  .sm\:tw-w-16{
    width: 4rem;
  }

  .sm\:tw-w-20{
    width: 5rem;
  }

  .sm\:tw-w-24{
    width: 6rem;
  }

  .sm\:tw-w-28{
    width: 7rem;
  }

  .sm\:tw-w-32{
    width: 8rem;
  }

  .sm\:tw-w-36{
    width: 9rem;
  }

  .sm\:tw-w-40{
    width: 10rem;
  }

  .sm\:tw-w-44{
    width: 44px;
  }

  .sm\:tw-w-48{
    width: 12rem;
  }

  .sm\:tw-w-52{
    width: 13rem;
  }

  .sm\:tw-w-56{
    width: 14rem;
  }

  .sm\:tw-w-60{
    width: 15rem;
  }

  .sm\:tw-w-64{
    width: 16rem;
  }

  .sm\:tw-w-72{
    width: 18rem;
  }

  .sm\:tw-w-80{
    width: 20rem;
  }

  .sm\:tw-w-96{
    width: 24rem;
  }

  .sm\:tw-w-auto{
    width: auto;
  }

  .sm\:tw-w-px{
    width: 1px;
  }

  .sm\:tw-w-0\.5{
    width: 0.125rem;
  }

  .sm\:tw-w-1\.5{
    width: 0.375rem;
  }

  .sm\:tw-w-2\.5{
    width: 0.625rem;
  }

  .sm\:tw-w-3\.5{
    width: 0.875rem;
  }

  .sm\:tw-w-2\/3{
    width: 66.666667%;
  }

  .sm\:tw-w-3\/2{
    width: 150%;
  }

  .sm\:tw-w-square{
    width: 100%;
  }

  .sm\:tw-w-58px{
    width: 58px;
  }

  .sm\:tw-w-63px{
    width: 63px;
  }

  .sm\:tw-w-73px{
    width: 73.px;
  }

  .sm\:tw-w-1\/2{
    width: 50%;
  }

  .sm\:tw-w-1\/3{
    width: 33.333333%;
  }

  .sm\:tw-w-1\/4{
    width: 25%;
  }

  .sm\:tw-w-2\/4{
    width: 50%;
  }

  .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.666667%;
  }

  .sm\:tw-w-2\/6{
    width: 33.333333%;
  }

  .sm\:tw-w-3\/6{
    width: 50%;
  }

  .sm\:tw-w-4\/6{
    width: 66.666667%;
  }

  .sm\:tw-w-5\/6{
    width: 83.333333%;
  }

  .sm\:tw-w-1\/12{
    width: 8.333333%;
  }

  .sm\:tw-w-2\/12{
    width: 16.666667%;
  }

  .sm\:tw-w-3\/12{
    width: 25%;
  }

  .sm\:tw-w-4\/12{
    width: 33.333333%;
  }

  .sm\:tw-w-5\/12{
    width: 41.666667%;
  }

  .sm\:tw-w-6\/12{
    width: 50%;
  }

  .sm\:tw-w-7\/12{
    width: 58.333333%;
  }

  .sm\:tw-w-8\/12{
    width: 66.666667%;
  }

  .sm\:tw-w-9\/12{
    width: 75%;
  }

  .sm\:tw-w-10\/12{
    width: 83.333333%;
  }

  .sm\:tw-w-11\/12{
    width: 91.666667%;
  }

  .sm\:tw-w-full{
    width: 100%;
  }

  .sm\:tw-w-screen{
    width: 100vw;
  }

  .sm\:tw-w-min{
    width: min-content;
  }

  .sm\:tw-w-max{
    width: max-content;
  }

  .sm\:tw-z-0{
    z-index: 0;
  }

  .sm\:tw-z-10{
    z-index: 10;
  }

  .sm\:tw-z-20{
    z-index: 20;
  }

  .sm\:tw-z-30{
    z-index: 30;
  }

  .sm\:tw-z-40{
    z-index: 40;
  }

  .sm\:tw-z-50{
    z-index: 50;
  }

  .sm\:tw-z-60{
    z-index: 60;
  }

  .sm\:tw-z-auto{
    z-index: auto;
  }

  .sm\:focus-within\:tw-z-0:focus-within{
    z-index: 0;
  }

  .sm\:focus-within\:tw-z-10:focus-within{
    z-index: 10;
  }

  .sm\:focus-within\:tw-z-20:focus-within{
    z-index: 20;
  }

  .sm\:focus-within\:tw-z-30:focus-within{
    z-index: 30;
  }

  .sm\:focus-within\:tw-z-40:focus-within{
    z-index: 40;
  }

  .sm\:focus-within\:tw-z-50:focus-within{
    z-index: 50;
  }

  .sm\:focus-within\:tw-z-60:focus-within{
    z-index: 60;
  }

  .sm\:focus-within\:tw-z-auto:focus-within{
    z-index: auto;
  }

  .sm\:hover\:tw-z-0:hover{
    z-index: 0;
  }

  .sm\:hover\:tw-z-10:hover{
    z-index: 10;
  }

  .sm\:hover\:tw-z-20:hover{
    z-index: 20;
  }

  .sm\:hover\:tw-z-30:hover{
    z-index: 30;
  }

  .sm\:hover\:tw-z-40:hover{
    z-index: 40;
  }

  .sm\:hover\:tw-z-50:hover{
    z-index: 50;
  }

  .sm\:hover\:tw-z-60:hover{
    z-index: 60;
  }

  .sm\:hover\:tw-z-auto:hover{
    z-index: auto;
  }

  .sm\:focus\:tw-z-0:focus{
    z-index: 0;
  }

  .sm\:focus\:tw-z-10:focus{
    z-index: 10;
  }

  .sm\:focus\:tw-z-20:focus{
    z-index: 20;
  }

  .sm\:focus\:tw-z-30:focus{
    z-index: 30;
  }

  .sm\:focus\:tw-z-40:focus{
    z-index: 40;
  }

  .sm\:focus\:tw-z-50:focus{
    z-index: 50;
  }

  .sm\:focus\:tw-z-60:focus{
    z-index: 60;
  }

  .sm\:focus\:tw-z-auto:focus{
    z-index: auto;
  }

  .sm\:active\:tw-z-0:active{
    z-index: 0;
  }

  .sm\:active\:tw-z-10:active{
    z-index: 10;
  }

  .sm\:active\:tw-z-20:active{
    z-index: 20;
  }

  .sm\:active\:tw-z-30:active{
    z-index: 30;
  }

  .sm\:active\:tw-z-40:active{
    z-index: 40;
  }

  .sm\:active\:tw-z-50:active{
    z-index: 50;
  }

  .sm\:active\:tw-z-60:active{
    z-index: 60;
  }

  .sm\:active\:tw-z-auto:active{
    z-index: auto;
  }

  .sm\:tw-gap-0{
    gap: 0px;
  }

  .sm\:tw-gap-1{
    gap: 0.25rem;
  }

  .sm\:tw-gap-2{
    gap: 0.5rem;
  }

  .sm\:tw-gap-3{
    gap: 0.75rem;
  }

  .sm\:tw-gap-4{
    gap: 1rem;
  }

  .sm\:tw-gap-5{
    gap: 1.25rem;
  }

  .sm\:tw-gap-6{
    gap: 1.5rem;
  }

  .sm\:tw-gap-7{
    gap: 1.75rem;
  }

  .sm\:tw-gap-8{
    gap: 2rem;
  }

  .sm\:tw-gap-9{
    gap: 2.25rem;
  }

  .sm\:tw-gap-10{
    gap: 2.5rem;
  }

  .sm\:tw-gap-11{
    gap: 2.75rem;
  }

  .sm\:tw-gap-12{
    gap: 3rem;
  }

  .sm\:tw-gap-13{
    gap: 3.25rem;
  }

  .sm\:tw-gap-14{
    gap: 3.5rem;
  }

  .sm\:tw-gap-16{
    gap: 4rem;
  }

  .sm\:tw-gap-20{
    gap: 5rem;
  }

  .sm\:tw-gap-24{
    gap: 6rem;
  }

  .sm\:tw-gap-28{
    gap: 7rem;
  }

  .sm\:tw-gap-32{
    gap: 8rem;
  }

  .sm\:tw-gap-36{
    gap: 9rem;
  }

  .sm\:tw-gap-40{
    gap: 10rem;
  }

  .sm\:tw-gap-44{
    gap: 11rem;
  }

  .sm\:tw-gap-48{
    gap: 12rem;
  }

  .sm\:tw-gap-52{
    gap: 13rem;
  }

  .sm\:tw-gap-56{
    gap: 14rem;
  }

  .sm\:tw-gap-60{
    gap: 15rem;
  }

  .sm\:tw-gap-64{
    gap: 16rem;
  }

  .sm\:tw-gap-72{
    gap: 18rem;
  }

  .sm\:tw-gap-80{
    gap: 20rem;
  }

  .sm\:tw-gap-96{
    gap: 24rem;
  }

  .sm\:tw-gap-px{
    gap: 1px;
  }

  .sm\:tw-gap-0\.5{
    gap: 0.125rem;
  }

  .sm\:tw-gap-1\.5{
    gap: 0.375rem;
  }

  .sm\:tw-gap-2\.5{
    gap: 0.625rem;
  }

  .sm\:tw-gap-3\.5{
    gap: 0.875rem;
  }

  .sm\:tw-gap-2\/3{
    gap: 66.666%;
  }

  .sm\:tw-gap-3\/2{
    gap: 150%;
  }

  .sm\:tw-gap-square{
    gap: 100%;
  }

  .sm\:tw-gap-58px{
    gap: 58px;
  }

  .sm\:tw-gap-63px{
    gap: 63px;
  }

  .sm\:tw-gap-73px{
    gap: 73.px;
  }

  .sm\:tw-gap-x-0{
    column-gap: 0px;
  }

  .sm\:tw-gap-x-1{
    column-gap: 0.25rem;
  }

  .sm\:tw-gap-x-2{
    column-gap: 0.5rem;
  }

  .sm\:tw-gap-x-3{
    column-gap: 0.75rem;
  }

  .sm\:tw-gap-x-4{
    column-gap: 1rem;
  }

  .sm\:tw-gap-x-5{
    column-gap: 1.25rem;
  }

  .sm\:tw-gap-x-6{
    column-gap: 1.5rem;
  }

  .sm\:tw-gap-x-7{
    column-gap: 1.75rem;
  }

  .sm\:tw-gap-x-8{
    column-gap: 2rem;
  }

  .sm\:tw-gap-x-9{
    column-gap: 2.25rem;
  }

  .sm\:tw-gap-x-10{
    column-gap: 2.5rem;
  }

  .sm\:tw-gap-x-11{
    column-gap: 2.75rem;
  }

  .sm\:tw-gap-x-12{
    column-gap: 3rem;
  }

  .sm\:tw-gap-x-13{
    column-gap: 3.25rem;
  }

  .sm\:tw-gap-x-14{
    column-gap: 3.5rem;
  }

  .sm\:tw-gap-x-16{
    column-gap: 4rem;
  }

  .sm\:tw-gap-x-20{
    column-gap: 5rem;
  }

  .sm\:tw-gap-x-24{
    column-gap: 6rem;
  }

  .sm\:tw-gap-x-28{
    column-gap: 7rem;
  }

  .sm\:tw-gap-x-32{
    column-gap: 8rem;
  }

  .sm\:tw-gap-x-36{
    column-gap: 9rem;
  }

  .sm\:tw-gap-x-40{
    column-gap: 10rem;
  }

  .sm\:tw-gap-x-44{
    column-gap: 11rem;
  }

  .sm\:tw-gap-x-48{
    column-gap: 12rem;
  }

  .sm\:tw-gap-x-52{
    column-gap: 13rem;
  }

  .sm\:tw-gap-x-56{
    column-gap: 14rem;
  }

  .sm\:tw-gap-x-60{
    column-gap: 15rem;
  }

  .sm\:tw-gap-x-64{
    column-gap: 16rem;
  }

  .sm\:tw-gap-x-72{
    column-gap: 18rem;
  }

  .sm\:tw-gap-x-80{
    column-gap: 20rem;
  }

  .sm\:tw-gap-x-96{
    column-gap: 24rem;
  }

  .sm\:tw-gap-x-px{
    column-gap: 1px;
  }

  .sm\:tw-gap-x-0\.5{
    column-gap: 0.125rem;
  }

  .sm\:tw-gap-x-1\.5{
    column-gap: 0.375rem;
  }

  .sm\:tw-gap-x-2\.5{
    column-gap: 0.625rem;
  }

  .sm\:tw-gap-x-3\.5{
    column-gap: 0.875rem;
  }

  .sm\:tw-gap-x-2\/3{
    column-gap: 66.666%;
  }

  .sm\:tw-gap-x-3\/2{
    column-gap: 150%;
  }

  .sm\:tw-gap-x-square{
    column-gap: 100%;
  }

  .sm\:tw-gap-x-58px{
    column-gap: 58px;
  }

  .sm\:tw-gap-x-63px{
    column-gap: 63px;
  }

  .sm\:tw-gap-x-73px{
    column-gap: 73.px;
  }

  .sm\:tw-gap-y-0{
    row-gap: 0px;
  }

  .sm\:tw-gap-y-1{
    row-gap: 0.25rem;
  }

  .sm\:tw-gap-y-2{
    row-gap: 0.5rem;
  }

  .sm\:tw-gap-y-3{
    row-gap: 0.75rem;
  }

  .sm\:tw-gap-y-4{
    row-gap: 1rem;
  }

  .sm\:tw-gap-y-5{
    row-gap: 1.25rem;
  }

  .sm\:tw-gap-y-6{
    row-gap: 1.5rem;
  }

  .sm\:tw-gap-y-7{
    row-gap: 1.75rem;
  }

  .sm\:tw-gap-y-8{
    row-gap: 2rem;
  }

  .sm\:tw-gap-y-9{
    row-gap: 2.25rem;
  }

  .sm\:tw-gap-y-10{
    row-gap: 2.5rem;
  }

  .sm\:tw-gap-y-11{
    row-gap: 2.75rem;
  }

  .sm\:tw-gap-y-12{
    row-gap: 3rem;
  }

  .sm\:tw-gap-y-13{
    row-gap: 3.25rem;
  }

  .sm\:tw-gap-y-14{
    row-gap: 3.5rem;
  }

  .sm\:tw-gap-y-16{
    row-gap: 4rem;
  }

  .sm\:tw-gap-y-20{
    row-gap: 5rem;
  }

  .sm\:tw-gap-y-24{
    row-gap: 6rem;
  }

  .sm\:tw-gap-y-28{
    row-gap: 7rem;
  }

  .sm\:tw-gap-y-32{
    row-gap: 8rem;
  }

  .sm\:tw-gap-y-36{
    row-gap: 9rem;
  }

  .sm\:tw-gap-y-40{
    row-gap: 10rem;
  }

  .sm\:tw-gap-y-44{
    row-gap: 11rem;
  }

  .sm\:tw-gap-y-48{
    row-gap: 12rem;
  }

  .sm\:tw-gap-y-52{
    row-gap: 13rem;
  }

  .sm\:tw-gap-y-56{
    row-gap: 14rem;
  }

  .sm\:tw-gap-y-60{
    row-gap: 15rem;
  }

  .sm\:tw-gap-y-64{
    row-gap: 16rem;
  }

  .sm\:tw-gap-y-72{
    row-gap: 18rem;
  }

  .sm\:tw-gap-y-80{
    row-gap: 20rem;
  }

  .sm\:tw-gap-y-96{
    row-gap: 24rem;
  }

  .sm\:tw-gap-y-px{
    row-gap: 1px;
  }

  .sm\:tw-gap-y-0\.5{
    row-gap: 0.125rem;
  }

  .sm\:tw-gap-y-1\.5{
    row-gap: 0.375rem;
  }

  .sm\:tw-gap-y-2\.5{
    row-gap: 0.625rem;
  }

  .sm\:tw-gap-y-3\.5{
    row-gap: 0.875rem;
  }

  .sm\:tw-gap-y-2\/3{
    row-gap: 66.666%;
  }

  .sm\:tw-gap-y-3\/2{
    row-gap: 150%;
  }

  .sm\:tw-gap-y-square{
    row-gap: 100%;
  }

  .sm\:tw-gap-y-58px{
    row-gap: 58px;
  }

  .sm\:tw-gap-y-63px{
    row-gap: 63px;
  }

  .sm\:tw-gap-y-73px{
    row-gap: 73.px;
  }

  .sm\:tw-grid-flow-row{
    grid-auto-flow: row;
  }

  .sm\:tw-grid-flow-col{
    grid-auto-flow: column;
  }

  .sm\:tw-grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .sm\:tw-grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .sm\:tw-grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:tw-grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:tw-grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:tw-grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:tw-grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:tw-grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm\:tw-grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sm\:tw-grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm\:tw-grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .sm\:tw-grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .sm\:tw-grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .sm\:tw-grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sm\:tw-grid-cols-none{
    grid-template-columns: none;
  }

  .sm\:tw-auto-cols-auto{
    grid-auto-columns: auto;
  }

  .sm\:tw-auto-cols-min{
    grid-auto-columns: min-content;
  }

  .sm\:tw-auto-cols-max{
    grid-auto-columns: max-content;
  }

  .sm\:tw-auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .sm\:tw-col-auto{
    grid-column: auto;
  }

  .sm\:tw-col-span-1{
    grid-column: span 1 / span 1;
  }

  .sm\:tw-col-span-2{
    grid-column: span 2 / span 2;
  }

  .sm\:tw-col-span-3{
    grid-column: span 3 / span 3;
  }

  .sm\:tw-col-span-4{
    grid-column: span 4 / span 4;
  }

  .sm\:tw-col-span-5{
    grid-column: span 5 / span 5;
  }

  .sm\:tw-col-span-6{
    grid-column: span 6 / span 6;
  }

  .sm\:tw-col-span-7{
    grid-column: span 7 / span 7;
  }

  .sm\:tw-col-span-8{
    grid-column: span 8 / span 8;
  }

  .sm\:tw-col-span-9{
    grid-column: span 9 / span 9;
  }

  .sm\:tw-col-span-10{
    grid-column: span 10 / span 10;
  }

  .sm\:tw-col-span-11{
    grid-column: span 11 / span 11;
  }

  .sm\:tw-col-span-12{
    grid-column: span 12 / span 12;
  }

  .sm\:tw-col-span-full{
    grid-column: 1 / -1;
  }

  .sm\:tw-col-start-1{
    grid-column-start: 1;
  }

  .sm\:tw-col-start-2{
    grid-column-start: 2;
  }

  .sm\:tw-col-start-3{
    grid-column-start: 3;
  }

  .sm\:tw-col-start-4{
    grid-column-start: 4;
  }

  .sm\:tw-col-start-5{
    grid-column-start: 5;
  }

  .sm\:tw-col-start-6{
    grid-column-start: 6;
  }

  .sm\:tw-col-start-7{
    grid-column-start: 7;
  }

  .sm\:tw-col-start-8{
    grid-column-start: 8;
  }

  .sm\:tw-col-start-9{
    grid-column-start: 9;
  }

  .sm\:tw-col-start-10{
    grid-column-start: 10;
  }

  .sm\:tw-col-start-11{
    grid-column-start: 11;
  }

  .sm\:tw-col-start-12{
    grid-column-start: 12;
  }

  .sm\:tw-col-start-13{
    grid-column-start: 13;
  }

  .sm\:tw-col-start-auto{
    grid-column-start: auto;
  }

  .sm\:tw-col-end-1{
    grid-column-end: 1;
  }

  .sm\:tw-col-end-2{
    grid-column-end: 2;
  }

  .sm\:tw-col-end-3{
    grid-column-end: 3;
  }

  .sm\:tw-col-end-4{
    grid-column-end: 4;
  }

  .sm\:tw-col-end-5{
    grid-column-end: 5;
  }

  .sm\:tw-col-end-6{
    grid-column-end: 6;
  }

  .sm\:tw-col-end-7{
    grid-column-end: 7;
  }

  .sm\:tw-col-end-8{
    grid-column-end: 8;
  }

  .sm\:tw-col-end-9{
    grid-column-end: 9;
  }

  .sm\:tw-col-end-10{
    grid-column-end: 10;
  }

  .sm\:tw-col-end-11{
    grid-column-end: 11;
  }

  .sm\:tw-col-end-12{
    grid-column-end: 12;
  }

  .sm\:tw-col-end-13{
    grid-column-end: 13;
  }

  .sm\:tw-col-end-auto{
    grid-column-end: auto;
  }

  .sm\:tw-grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .sm\:tw-grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .sm\:tw-grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .sm\:tw-grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .sm\:tw-grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .sm\:tw-grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .sm\:tw-grid-rows-none{
    grid-template-rows: none;
  }

  .sm\:tw-auto-rows-auto{
    grid-auto-rows: auto;
  }

  .sm\:tw-auto-rows-min{
    grid-auto-rows: min-content;
  }

  .sm\:tw-auto-rows-max{
    grid-auto-rows: max-content;
  }

  .sm\:tw-auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .sm\:tw-row-auto{
    grid-row: auto;
  }

  .sm\:tw-row-span-1{
    grid-row: span 1 / span 1;
  }

  .sm\:tw-row-span-2{
    grid-row: span 2 / span 2;
  }

  .sm\:tw-row-span-3{
    grid-row: span 3 / span 3;
  }

  .sm\:tw-row-span-4{
    grid-row: span 4 / span 4;
  }

  .sm\:tw-row-span-5{
    grid-row: span 5 / span 5;
  }

  .sm\:tw-row-span-6{
    grid-row: span 6 / span 6;
  }

  .sm\:tw-row-span-full{
    grid-row: 1 / -1;
  }

  .sm\:tw-row-start-1{
    grid-row-start: 1;
  }

  .sm\:tw-row-start-2{
    grid-row-start: 2;
  }

  .sm\:tw-row-start-3{
    grid-row-start: 3;
  }

  .sm\:tw-row-start-4{
    grid-row-start: 4;
  }

  .sm\:tw-row-start-5{
    grid-row-start: 5;
  }

  .sm\:tw-row-start-6{
    grid-row-start: 6;
  }

  .sm\:tw-row-start-7{
    grid-row-start: 7;
  }

  .sm\:tw-row-start-auto{
    grid-row-start: auto;
  }

  .sm\:tw-row-end-1{
    grid-row-end: 1;
  }

  .sm\:tw-row-end-2{
    grid-row-end: 2;
  }

  .sm\:tw-row-end-3{
    grid-row-end: 3;
  }

  .sm\:tw-row-end-4{
    grid-row-end: 4;
  }

  .sm\:tw-row-end-5{
    grid-row-end: 5;
  }

  .sm\:tw-row-end-6{
    grid-row-end: 6;
  }

  .sm\:tw-row-end-7{
    grid-row-end: 7;
  }

  .sm\:tw-row-end-auto{
    grid-row-end: auto;
  }

  .sm\:tw-transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:tw-transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:tw-transform-none{
    transform: none;
  }

  .sm\:tw-origin-center{
    transform-origin: center;
  }

  .sm\:tw-origin-top{
    transform-origin: top;
  }

  .sm\:tw-origin-top-right{
    transform-origin: top right;
  }

  .sm\:tw-origin-right{
    transform-origin: right;
  }

  .sm\:tw-origin-bottom-right{
    transform-origin: bottom right;
  }

  .sm\:tw-origin-bottom{
    transform-origin: bottom;
  }

  .sm\:tw-origin-bottom-left{
    transform-origin: bottom left;
  }

  .sm\:tw-origin-left{
    transform-origin: left;
  }

  .sm\:tw-origin-top-left{
    transform-origin: top left;
  }

  .sm\:tw-scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .sm\:tw-scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .sm\:tw-scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .sm\:tw-scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .sm\:tw-scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sm\:tw-scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm\:tw-scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .sm\:tw-scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .sm\:tw-scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .sm\:tw-scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .sm\:tw-scale-x-0{
    --tw-scale-x: 0;
  }

  .sm\:tw-scale-x-50{
    --tw-scale-x: .5;
  }

  .sm\:tw-scale-x-75{
    --tw-scale-x: .75;
  }

  .sm\:tw-scale-x-90{
    --tw-scale-x: .9;
  }

  .sm\:tw-scale-x-95{
    --tw-scale-x: .95;
  }

  .sm\:tw-scale-x-100{
    --tw-scale-x: 1;
  }

  .sm\:tw-scale-x-105{
    --tw-scale-x: 1.05;
  }

  .sm\:tw-scale-x-110{
    --tw-scale-x: 1.1;
  }

  .sm\:tw-scale-x-125{
    --tw-scale-x: 1.25;
  }

  .sm\:tw-scale-x-150{
    --tw-scale-x: 1.5;
  }

  .sm\:tw-scale-y-0{
    --tw-scale-y: 0;
  }

  .sm\:tw-scale-y-50{
    --tw-scale-y: .5;
  }

  .sm\:tw-scale-y-75{
    --tw-scale-y: .75;
  }

  .sm\:tw-scale-y-90{
    --tw-scale-y: .9;
  }

  .sm\:tw-scale-y-95{
    --tw-scale-y: .95;
  }

  .sm\:tw-scale-y-100{
    --tw-scale-y: 1;
  }

  .sm\:tw-scale-y-105{
    --tw-scale-y: 1.05;
  }

  .sm\:tw-scale-y-110{
    --tw-scale-y: 1.1;
  }

  .sm\:tw-scale-y-125{
    --tw-scale-y: 1.25;
  }

  .sm\:tw-scale-y-150{
    --tw-scale-y: 1.5;
  }

  .sm\:hover\:tw-scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .sm\:hover\:tw-scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .sm\:hover\:tw-scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .sm\:hover\:tw-scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .sm\:hover\:tw-scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sm\:hover\:tw-scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm\:hover\:tw-scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .sm\:hover\:tw-scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .sm\:hover\:tw-scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .sm\:hover\:tw-scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .sm\:hover\:tw-scale-x-0:hover{
    --tw-scale-x: 0;
  }

  .sm\:hover\:tw-scale-x-50:hover{
    --tw-scale-x: .5;
  }

  .sm\:hover\:tw-scale-x-75:hover{
    --tw-scale-x: .75;
  }

  .sm\:hover\:tw-scale-x-90:hover{
    --tw-scale-x: .9;
  }

  .sm\:hover\:tw-scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .sm\:hover\:tw-scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .sm\:hover\:tw-scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .sm\:hover\:tw-scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  .sm\:hover\:tw-scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  .sm\:hover\:tw-scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .sm\:hover\:tw-scale-y-0:hover{
    --tw-scale-y: 0;
  }

  .sm\:hover\:tw-scale-y-50:hover{
    --tw-scale-y: .5;
  }

  .sm\:hover\:tw-scale-y-75:hover{
    --tw-scale-y: .75;
  }

  .sm\:hover\:tw-scale-y-90:hover{
    --tw-scale-y: .9;
  }

  .sm\:hover\:tw-scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .sm\:hover\:tw-scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .sm\:hover\:tw-scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .sm\:hover\:tw-scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  .sm\:hover\:tw-scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  .sm\:hover\:tw-scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .sm\:focus\:tw-scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .sm\:focus\:tw-scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .sm\:focus\:tw-scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .sm\:focus\:tw-scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .sm\:focus\:tw-scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sm\:focus\:tw-scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm\:focus\:tw-scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .sm\:focus\:tw-scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .sm\:focus\:tw-scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .sm\:focus\:tw-scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .sm\:focus\:tw-scale-x-0:focus{
    --tw-scale-x: 0;
  }

  .sm\:focus\:tw-scale-x-50:focus{
    --tw-scale-x: .5;
  }

  .sm\:focus\:tw-scale-x-75:focus{
    --tw-scale-x: .75;
  }

  .sm\:focus\:tw-scale-x-90:focus{
    --tw-scale-x: .9;
  }

  .sm\:focus\:tw-scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .sm\:focus\:tw-scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .sm\:focus\:tw-scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .sm\:focus\:tw-scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  .sm\:focus\:tw-scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  .sm\:focus\:tw-scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .sm\:focus\:tw-scale-y-0:focus{
    --tw-scale-y: 0;
  }

  .sm\:focus\:tw-scale-y-50:focus{
    --tw-scale-y: .5;
  }

  .sm\:focus\:tw-scale-y-75:focus{
    --tw-scale-y: .75;
  }

  .sm\:focus\:tw-scale-y-90:focus{
    --tw-scale-y: .9;
  }

  .sm\:focus\:tw-scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .sm\:focus\:tw-scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .sm\:focus\:tw-scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .sm\:focus\:tw-scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  .sm\:focus\:tw-scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  .sm\:focus\:tw-scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .sm\:tw-rotate-0{
    --tw-rotate: 0deg;
  }

  .sm\:tw-rotate-1{
    --tw-rotate: 1deg;
  }

  .sm\:tw-rotate-2{
    --tw-rotate: 2deg;
  }

  .sm\:tw-rotate-3{
    --tw-rotate: 3deg;
  }

  .sm\:tw-rotate-6{
    --tw-rotate: 6deg;
  }

  .sm\:tw-rotate-12{
    --tw-rotate: 12deg;
  }

  .sm\:tw-rotate-45{
    --tw-rotate: 45deg;
  }

  .sm\:tw-rotate-90{
    --tw-rotate: 90deg;
  }

  .sm\:tw-rotate-180{
    --tw-rotate: 180deg;
  }

  .sm\:tw--rotate-180{
    --tw-rotate: -180deg;
  }

  .sm\:tw--rotate-90{
    --tw-rotate: -90deg;
  }

  .sm\:tw--rotate-45{
    --tw-rotate: -45deg;
  }

  .sm\:tw--rotate-12{
    --tw-rotate: -12deg;
  }

  .sm\:tw--rotate-6{
    --tw-rotate: -6deg;
  }

  .sm\:tw--rotate-3{
    --tw-rotate: -3deg;
  }

  .sm\:tw--rotate-2{
    --tw-rotate: -2deg;
  }

  .sm\:tw--rotate-1{
    --tw-rotate: -1deg;
  }

  .sm\:hover\:tw-rotate-0:hover{
    --tw-rotate: 0deg;
  }

  .sm\:hover\:tw-rotate-1:hover{
    --tw-rotate: 1deg;
  }

  .sm\:hover\:tw-rotate-2:hover{
    --tw-rotate: 2deg;
  }

  .sm\:hover\:tw-rotate-3:hover{
    --tw-rotate: 3deg;
  }

  .sm\:hover\:tw-rotate-6:hover{
    --tw-rotate: 6deg;
  }

  .sm\:hover\:tw-rotate-12:hover{
    --tw-rotate: 12deg;
  }

  .sm\:hover\:tw-rotate-45:hover{
    --tw-rotate: 45deg;
  }

  .sm\:hover\:tw-rotate-90:hover{
    --tw-rotate: 90deg;
  }

  .sm\:hover\:tw-rotate-180:hover{
    --tw-rotate: 180deg;
  }

  .sm\:hover\:tw--rotate-180:hover{
    --tw-rotate: -180deg;
  }

  .sm\:hover\:tw--rotate-90:hover{
    --tw-rotate: -90deg;
  }

  .sm\:hover\:tw--rotate-45:hover{
    --tw-rotate: -45deg;
  }

  .sm\:hover\:tw--rotate-12:hover{
    --tw-rotate: -12deg;
  }

  .sm\:hover\:tw--rotate-6:hover{
    --tw-rotate: -6deg;
  }

  .sm\:hover\:tw--rotate-3:hover{
    --tw-rotate: -3deg;
  }

  .sm\:hover\:tw--rotate-2:hover{
    --tw-rotate: -2deg;
  }

  .sm\:hover\:tw--rotate-1:hover{
    --tw-rotate: -1deg;
  }

  .sm\:focus\:tw-rotate-0:focus{
    --tw-rotate: 0deg;
  }

  .sm\:focus\:tw-rotate-1:focus{
    --tw-rotate: 1deg;
  }

  .sm\:focus\:tw-rotate-2:focus{
    --tw-rotate: 2deg;
  }

  .sm\:focus\:tw-rotate-3:focus{
    --tw-rotate: 3deg;
  }

  .sm\:focus\:tw-rotate-6:focus{
    --tw-rotate: 6deg;
  }

  .sm\:focus\:tw-rotate-12:focus{
    --tw-rotate: 12deg;
  }

  .sm\:focus\:tw-rotate-45:focus{
    --tw-rotate: 45deg;
  }

  .sm\:focus\:tw-rotate-90:focus{
    --tw-rotate: 90deg;
  }

  .sm\:focus\:tw-rotate-180:focus{
    --tw-rotate: 180deg;
  }

  .sm\:focus\:tw--rotate-180:focus{
    --tw-rotate: -180deg;
  }

  .sm\:focus\:tw--rotate-90:focus{
    --tw-rotate: -90deg;
  }

  .sm\:focus\:tw--rotate-45:focus{
    --tw-rotate: -45deg;
  }

  .sm\:focus\:tw--rotate-12:focus{
    --tw-rotate: -12deg;
  }

  .sm\:focus\:tw--rotate-6:focus{
    --tw-rotate: -6deg;
  }

  .sm\:focus\:tw--rotate-3:focus{
    --tw-rotate: -3deg;
  }

  .sm\:focus\:tw--rotate-2:focus{
    --tw-rotate: -2deg;
  }

  .sm\:focus\:tw--rotate-1:focus{
    --tw-rotate: -1deg;
  }

  .sm\:tw-translate-x-0{
    --tw-translate-x: 0px;
  }

  .sm\:tw-translate-x-1{
    --tw-translate-x: 0.25rem;
  }

  .sm\:tw-translate-x-2{
    --tw-translate-x: 0.5rem;
  }

  .sm\:tw-translate-x-3{
    --tw-translate-x: 0.75rem;
  }

  .sm\:tw-translate-x-4{
    --tw-translate-x: 1rem;
  }

  .sm\:tw-translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  .sm\:tw-translate-x-6{
    --tw-translate-x: 1.5rem;
  }

  .sm\:tw-translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  .sm\:tw-translate-x-8{
    --tw-translate-x: 2rem;
  }

  .sm\:tw-translate-x-9{
    --tw-translate-x: 2.25rem;
  }

  .sm\:tw-translate-x-10{
    --tw-translate-x: 2.5rem;
  }

  .sm\:tw-translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  .sm\:tw-translate-x-12{
    --tw-translate-x: 3rem;
  }

  .sm\:tw-translate-x-13{
    --tw-translate-x: 3.25rem;
  }

  .sm\:tw-translate-x-14{
    --tw-translate-x: 3.5rem;
  }

  .sm\:tw-translate-x-16{
    --tw-translate-x: 4rem;
  }

  .sm\:tw-translate-x-20{
    --tw-translate-x: 5rem;
  }

  .sm\:tw-translate-x-24{
    --tw-translate-x: 6rem;
  }

  .sm\:tw-translate-x-28{
    --tw-translate-x: 7rem;
  }

  .sm\:tw-translate-x-32{
    --tw-translate-x: 8rem;
  }

  .sm\:tw-translate-x-36{
    --tw-translate-x: 9rem;
  }

  .sm\:tw-translate-x-40{
    --tw-translate-x: 10rem;
  }

  .sm\:tw-translate-x-44{
    --tw-translate-x: 11rem;
  }

  .sm\:tw-translate-x-48{
    --tw-translate-x: 12rem;
  }

  .sm\:tw-translate-x-52{
    --tw-translate-x: 13rem;
  }

  .sm\:tw-translate-x-56{
    --tw-translate-x: 14rem;
  }

  .sm\:tw-translate-x-60{
    --tw-translate-x: 15rem;
  }

  .sm\:tw-translate-x-64{
    --tw-translate-x: 16rem;
  }

  .sm\:tw-translate-x-72{
    --tw-translate-x: 18rem;
  }

  .sm\:tw-translate-x-80{
    --tw-translate-x: 20rem;
  }

  .sm\:tw-translate-x-96{
    --tw-translate-x: 24rem;
  }

  .sm\:tw-translate-x-px{
    --tw-translate-x: 1px;
  }

  .sm\:tw-translate-x-0\.5{
    --tw-translate-x: 0.125rem;
  }

  .sm\:tw-translate-x-1\.5{
    --tw-translate-x: 0.375rem;
  }

  .sm\:tw-translate-x-2\.5{
    --tw-translate-x: 0.625rem;
  }

  .sm\:tw-translate-x-3\.5{
    --tw-translate-x: 0.875rem;
  }

  .sm\:tw-translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .sm\:tw-translate-x-3\/2{
    --tw-translate-x: 150%;
  }

  .sm\:tw-translate-x-square{
    --tw-translate-x: 100%;
  }

  .sm\:tw-translate-x-58px{
    --tw-translate-x: 58px;
  }

  .sm\:tw-translate-x-63px{
    --tw-translate-x: 63px;
  }

  .sm\:tw-translate-x-73px{
    --tw-translate-x: 73.px;
  }

  .sm\:tw--translate-x-0{
    --tw-translate-x: 0px;
  }

  .sm\:tw--translate-x-1{
    --tw-translate-x: -0.25rem;
  }

  .sm\:tw--translate-x-2{
    --tw-translate-x: -0.5rem;
  }

  .sm\:tw--translate-x-3{
    --tw-translate-x: -0.75rem;
  }

  .sm\:tw--translate-x-4{
    --tw-translate-x: -1rem;
  }

  .sm\:tw--translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  .sm\:tw--translate-x-6{
    --tw-translate-x: -1.5rem;
  }

  .sm\:tw--translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  .sm\:tw--translate-x-8{
    --tw-translate-x: -2rem;
  }

  .sm\:tw--translate-x-9{
    --tw-translate-x: -2.25rem;
  }

  .sm\:tw--translate-x-10{
    --tw-translate-x: -2.5rem;
  }

  .sm\:tw--translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  .sm\:tw--translate-x-12{
    --tw-translate-x: -3rem;
  }

  .sm\:tw--translate-x-13{
    --tw-translate-x: -3.25rem;
  }

  .sm\:tw--translate-x-14{
    --tw-translate-x: -3.5rem;
  }

  .sm\:tw--translate-x-16{
    --tw-translate-x: -4rem;
  }

  .sm\:tw--translate-x-20{
    --tw-translate-x: -5rem;
  }

  .sm\:tw--translate-x-24{
    --tw-translate-x: -6rem;
  }

  .sm\:tw--translate-x-28{
    --tw-translate-x: -7rem;
  }

  .sm\:tw--translate-x-32{
    --tw-translate-x: -8rem;
  }

  .sm\:tw--translate-x-36{
    --tw-translate-x: -9rem;
  }

  .sm\:tw--translate-x-40{
    --tw-translate-x: -10rem;
  }

  .sm\:tw--translate-x-44{
    --tw-translate-x: -11rem;
  }

  .sm\:tw--translate-x-48{
    --tw-translate-x: -12rem;
  }

  .sm\:tw--translate-x-52{
    --tw-translate-x: -13rem;
  }

  .sm\:tw--translate-x-56{
    --tw-translate-x: -14rem;
  }

  .sm\:tw--translate-x-60{
    --tw-translate-x: -15rem;
  }

  .sm\:tw--translate-x-64{
    --tw-translate-x: -16rem;
  }

  .sm\:tw--translate-x-72{
    --tw-translate-x: -18rem;
  }

  .sm\:tw--translate-x-80{
    --tw-translate-x: -20rem;
  }

  .sm\:tw--translate-x-96{
    --tw-translate-x: -24rem;
  }

  .sm\:tw--translate-x-px{
    --tw-translate-x: -1px;
  }

  .sm\:tw--translate-x-0\.5{
    --tw-translate-x: -0.125rem;
  }

  .sm\:tw--translate-x-1\.5{
    --tw-translate-x: -0.375rem;
  }

  .sm\:tw--translate-x-2\.5{
    --tw-translate-x: -0.625rem;
  }

  .sm\:tw--translate-x-3\.5{
    --tw-translate-x: -0.875rem;
  }

  .sm\:tw--translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .sm\:tw--translate-x-3\/2{
    --tw-translate-x: -150%;
  }

  .sm\:tw--translate-x-square{
    --tw-translate-x: -100%;
  }

  .sm\:tw--translate-x-58px{
    --tw-translate-x: -58px;
  }

  .sm\:tw--translate-x-63px{
    --tw-translate-x: -63px;
  }

  .sm\:tw--translate-x-73px{
    --tw-translate-x: -73px;
  }

  .sm\:tw-translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .sm\:tw-translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .sm\:tw-translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .sm\:tw-translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .sm\:tw-translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .sm\:tw-translate-x-full{
    --tw-translate-x: 100%;
  }

  .sm\:tw--translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .sm\:tw--translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .sm\:tw--translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .sm\:tw--translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .sm\:tw--translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .sm\:tw--translate-x-full{
    --tw-translate-x: -100%;
  }

  .sm\:tw-translate-y-0{
    --tw-translate-y: 0px;
  }

  .sm\:tw-translate-y-1{
    --tw-translate-y: 0.25rem;
  }

  .sm\:tw-translate-y-2{
    --tw-translate-y: 0.5rem;
  }

  .sm\:tw-translate-y-3{
    --tw-translate-y: 0.75rem;
  }

  .sm\:tw-translate-y-4{
    --tw-translate-y: 1rem;
  }

  .sm\:tw-translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  .sm\:tw-translate-y-6{
    --tw-translate-y: 1.5rem;
  }

  .sm\:tw-translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  .sm\:tw-translate-y-8{
    --tw-translate-y: 2rem;
  }

  .sm\:tw-translate-y-9{
    --tw-translate-y: 2.25rem;
  }

  .sm\:tw-translate-y-10{
    --tw-translate-y: 2.5rem;
  }

  .sm\:tw-translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  .sm\:tw-translate-y-12{
    --tw-translate-y: 3rem;
  }

  .sm\:tw-translate-y-13{
    --tw-translate-y: 3.25rem;
  }

  .sm\:tw-translate-y-14{
    --tw-translate-y: 3.5rem;
  }

  .sm\:tw-translate-y-16{
    --tw-translate-y: 4rem;
  }

  .sm\:tw-translate-y-20{
    --tw-translate-y: 5rem;
  }

  .sm\:tw-translate-y-24{
    --tw-translate-y: 6rem;
  }

  .sm\:tw-translate-y-28{
    --tw-translate-y: 7rem;
  }

  .sm\:tw-translate-y-32{
    --tw-translate-y: 8rem;
  }

  .sm\:tw-translate-y-36{
    --tw-translate-y: 9rem;
  }

  .sm\:tw-translate-y-40{
    --tw-translate-y: 10rem;
  }

  .sm\:tw-translate-y-44{
    --tw-translate-y: 11rem;
  }

  .sm\:tw-translate-y-48{
    --tw-translate-y: 12rem;
  }

  .sm\:tw-translate-y-52{
    --tw-translate-y: 13rem;
  }

  .sm\:tw-translate-y-56{
    --tw-translate-y: 14rem;
  }

  .sm\:tw-translate-y-60{
    --tw-translate-y: 15rem;
  }

  .sm\:tw-translate-y-64{
    --tw-translate-y: 16rem;
  }

  .sm\:tw-translate-y-72{
    --tw-translate-y: 18rem;
  }

  .sm\:tw-translate-y-80{
    --tw-translate-y: 20rem;
  }

  .sm\:tw-translate-y-96{
    --tw-translate-y: 24rem;
  }

  .sm\:tw-translate-y-px{
    --tw-translate-y: 1px;
  }

  .sm\:tw-translate-y-0\.5{
    --tw-translate-y: 0.125rem;
  }

  .sm\:tw-translate-y-1\.5{
    --tw-translate-y: 0.375rem;
  }

  .sm\:tw-translate-y-2\.5{
    --tw-translate-y: 0.625rem;
  }

  .sm\:tw-translate-y-3\.5{
    --tw-translate-y: 0.875rem;
  }

  .sm\:tw-translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .sm\:tw-translate-y-3\/2{
    --tw-translate-y: 150%;
  }

  .sm\:tw-translate-y-square{
    --tw-translate-y: 100%;
  }

  .sm\:tw-translate-y-58px{
    --tw-translate-y: 58px;
  }

  .sm\:tw-translate-y-63px{
    --tw-translate-y: 63px;
  }

  .sm\:tw-translate-y-73px{
    --tw-translate-y: 73.px;
  }

  .sm\:tw--translate-y-0{
    --tw-translate-y: 0px;
  }

  .sm\:tw--translate-y-1{
    --tw-translate-y: -0.25rem;
  }

  .sm\:tw--translate-y-2{
    --tw-translate-y: -0.5rem;
  }

  .sm\:tw--translate-y-3{
    --tw-translate-y: -0.75rem;
  }

  .sm\:tw--translate-y-4{
    --tw-translate-y: -1rem;
  }

  .sm\:tw--translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  .sm\:tw--translate-y-6{
    --tw-translate-y: -1.5rem;
  }

  .sm\:tw--translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  .sm\:tw--translate-y-8{
    --tw-translate-y: -2rem;
  }

  .sm\:tw--translate-y-9{
    --tw-translate-y: -2.25rem;
  }

  .sm\:tw--translate-y-10{
    --tw-translate-y: -2.5rem;
  }

  .sm\:tw--translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  .sm\:tw--translate-y-12{
    --tw-translate-y: -3rem;
  }

  .sm\:tw--translate-y-13{
    --tw-translate-y: -3.25rem;
  }

  .sm\:tw--translate-y-14{
    --tw-translate-y: -3.5rem;
  }

  .sm\:tw--translate-y-16{
    --tw-translate-y: -4rem;
  }

  .sm\:tw--translate-y-20{
    --tw-translate-y: -5rem;
  }

  .sm\:tw--translate-y-24{
    --tw-translate-y: -6rem;
  }

  .sm\:tw--translate-y-28{
    --tw-translate-y: -7rem;
  }

  .sm\:tw--translate-y-32{
    --tw-translate-y: -8rem;
  }

  .sm\:tw--translate-y-36{
    --tw-translate-y: -9rem;
  }

  .sm\:tw--translate-y-40{
    --tw-translate-y: -10rem;
  }

  .sm\:tw--translate-y-44{
    --tw-translate-y: -11rem;
  }

  .sm\:tw--translate-y-48{
    --tw-translate-y: -12rem;
  }

  .sm\:tw--translate-y-52{
    --tw-translate-y: -13rem;
  }

  .sm\:tw--translate-y-56{
    --tw-translate-y: -14rem;
  }

  .sm\:tw--translate-y-60{
    --tw-translate-y: -15rem;
  }

  .sm\:tw--translate-y-64{
    --tw-translate-y: -16rem;
  }

  .sm\:tw--translate-y-72{
    --tw-translate-y: -18rem;
  }

  .sm\:tw--translate-y-80{
    --tw-translate-y: -20rem;
  }

  .sm\:tw--translate-y-96{
    --tw-translate-y: -24rem;
  }

  .sm\:tw--translate-y-px{
    --tw-translate-y: -1px;
  }

  .sm\:tw--translate-y-0\.5{
    --tw-translate-y: -0.125rem;
  }

  .sm\:tw--translate-y-1\.5{
    --tw-translate-y: -0.375rem;
  }

  .sm\:tw--translate-y-2\.5{
    --tw-translate-y: -0.625rem;
  }

  .sm\:tw--translate-y-3\.5{
    --tw-translate-y: -0.875rem;
  }

  .sm\:tw--translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .sm\:tw--translate-y-3\/2{
    --tw-translate-y: -150%;
  }

  .sm\:tw--translate-y-square{
    --tw-translate-y: -100%;
  }

  .sm\:tw--translate-y-58px{
    --tw-translate-y: -58px;
  }

  .sm\:tw--translate-y-63px{
    --tw-translate-y: -63px;
  }

  .sm\:tw--translate-y-73px{
    --tw-translate-y: -73px;
  }

  .sm\:tw-translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .sm\:tw-translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .sm\:tw-translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .sm\:tw-translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .sm\:tw-translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .sm\:tw-translate-y-full{
    --tw-translate-y: 100%;
  }

  .sm\:tw--translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .sm\:tw--translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .sm\:tw--translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .sm\:tw--translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .sm\:tw--translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .sm\:tw--translate-y-full{
    --tw-translate-y: -100%;
  }

  .sm\:hover\:tw-translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .sm\:hover\:tw-translate-x-1:hover{
    --tw-translate-x: 0.25rem;
  }

  .sm\:hover\:tw-translate-x-2:hover{
    --tw-translate-x: 0.5rem;
  }

  .sm\:hover\:tw-translate-x-3:hover{
    --tw-translate-x: 0.75rem;
  }

  .sm\:hover\:tw-translate-x-4:hover{
    --tw-translate-x: 1rem;
  }

  .sm\:hover\:tw-translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  .sm\:hover\:tw-translate-x-6:hover{
    --tw-translate-x: 1.5rem;
  }

  .sm\:hover\:tw-translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  .sm\:hover\:tw-translate-x-8:hover{
    --tw-translate-x: 2rem;
  }

  .sm\:hover\:tw-translate-x-9:hover{
    --tw-translate-x: 2.25rem;
  }

  .sm\:hover\:tw-translate-x-10:hover{
    --tw-translate-x: 2.5rem;
  }

  .sm\:hover\:tw-translate-x-11:hover{
    --tw-translate-x: 2.75rem;
  }

  .sm\:hover\:tw-translate-x-12:hover{
    --tw-translate-x: 3rem;
  }

  .sm\:hover\:tw-translate-x-13:hover{
    --tw-translate-x: 3.25rem;
  }

  .sm\:hover\:tw-translate-x-14:hover{
    --tw-translate-x: 3.5rem;
  }

  .sm\:hover\:tw-translate-x-16:hover{
    --tw-translate-x: 4rem;
  }

  .sm\:hover\:tw-translate-x-20:hover{
    --tw-translate-x: 5rem;
  }

  .sm\:hover\:tw-translate-x-24:hover{
    --tw-translate-x: 6rem;
  }

  .sm\:hover\:tw-translate-x-28:hover{
    --tw-translate-x: 7rem;
  }

  .sm\:hover\:tw-translate-x-32:hover{
    --tw-translate-x: 8rem;
  }

  .sm\:hover\:tw-translate-x-36:hover{
    --tw-translate-x: 9rem;
  }

  .sm\:hover\:tw-translate-x-40:hover{
    --tw-translate-x: 10rem;
  }

  .sm\:hover\:tw-translate-x-44:hover{
    --tw-translate-x: 11rem;
  }

  .sm\:hover\:tw-translate-x-48:hover{
    --tw-translate-x: 12rem;
  }

  .sm\:hover\:tw-translate-x-52:hover{
    --tw-translate-x: 13rem;
  }

  .sm\:hover\:tw-translate-x-56:hover{
    --tw-translate-x: 14rem;
  }

  .sm\:hover\:tw-translate-x-60:hover{
    --tw-translate-x: 15rem;
  }

  .sm\:hover\:tw-translate-x-64:hover{
    --tw-translate-x: 16rem;
  }

  .sm\:hover\:tw-translate-x-72:hover{
    --tw-translate-x: 18rem;
  }

  .sm\:hover\:tw-translate-x-80:hover{
    --tw-translate-x: 20rem;
  }

  .sm\:hover\:tw-translate-x-96:hover{
    --tw-translate-x: 24rem;
  }

  .sm\:hover\:tw-translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  .sm\:hover\:tw-translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem;
  }

  .sm\:hover\:tw-translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem;
  }

  .sm\:hover\:tw-translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem;
  }

  .sm\:hover\:tw-translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem;
  }

  .sm\:hover\:tw-translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  .sm\:hover\:tw-translate-x-3\/2:hover{
    --tw-translate-x: 150%;
  }

  .sm\:hover\:tw-translate-x-square:hover{
    --tw-translate-x: 100%;
  }

  .sm\:hover\:tw-translate-x-58px:hover{
    --tw-translate-x: 58px;
  }

  .sm\:hover\:tw-translate-x-63px:hover{
    --tw-translate-x: 63px;
  }

  .sm\:hover\:tw-translate-x-73px:hover{
    --tw-translate-x: 73.px;
  }

  .sm\:hover\:tw--translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .sm\:hover\:tw--translate-x-1:hover{
    --tw-translate-x: -0.25rem;
  }

  .sm\:hover\:tw--translate-x-2:hover{
    --tw-translate-x: -0.5rem;
  }

  .sm\:hover\:tw--translate-x-3:hover{
    --tw-translate-x: -0.75rem;
  }

  .sm\:hover\:tw--translate-x-4:hover{
    --tw-translate-x: -1rem;
  }

  .sm\:hover\:tw--translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  .sm\:hover\:tw--translate-x-6:hover{
    --tw-translate-x: -1.5rem;
  }

  .sm\:hover\:tw--translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  .sm\:hover\:tw--translate-x-8:hover{
    --tw-translate-x: -2rem;
  }

  .sm\:hover\:tw--translate-x-9:hover{
    --tw-translate-x: -2.25rem;
  }

  .sm\:hover\:tw--translate-x-10:hover{
    --tw-translate-x: -2.5rem;
  }

  .sm\:hover\:tw--translate-x-11:hover{
    --tw-translate-x: -2.75rem;
  }

  .sm\:hover\:tw--translate-x-12:hover{
    --tw-translate-x: -3rem;
  }

  .sm\:hover\:tw--translate-x-13:hover{
    --tw-translate-x: -3.25rem;
  }

  .sm\:hover\:tw--translate-x-14:hover{
    --tw-translate-x: -3.5rem;
  }

  .sm\:hover\:tw--translate-x-16:hover{
    --tw-translate-x: -4rem;
  }

  .sm\:hover\:tw--translate-x-20:hover{
    --tw-translate-x: -5rem;
  }

  .sm\:hover\:tw--translate-x-24:hover{
    --tw-translate-x: -6rem;
  }

  .sm\:hover\:tw--translate-x-28:hover{
    --tw-translate-x: -7rem;
  }

  .sm\:hover\:tw--translate-x-32:hover{
    --tw-translate-x: -8rem;
  }

  .sm\:hover\:tw--translate-x-36:hover{
    --tw-translate-x: -9rem;
  }

  .sm\:hover\:tw--translate-x-40:hover{
    --tw-translate-x: -10rem;
  }

  .sm\:hover\:tw--translate-x-44:hover{
    --tw-translate-x: -11rem;
  }

  .sm\:hover\:tw--translate-x-48:hover{
    --tw-translate-x: -12rem;
  }

  .sm\:hover\:tw--translate-x-52:hover{
    --tw-translate-x: -13rem;
  }

  .sm\:hover\:tw--translate-x-56:hover{
    --tw-translate-x: -14rem;
  }

  .sm\:hover\:tw--translate-x-60:hover{
    --tw-translate-x: -15rem;
  }

  .sm\:hover\:tw--translate-x-64:hover{
    --tw-translate-x: -16rem;
  }

  .sm\:hover\:tw--translate-x-72:hover{
    --tw-translate-x: -18rem;
  }

  .sm\:hover\:tw--translate-x-80:hover{
    --tw-translate-x: -20rem;
  }

  .sm\:hover\:tw--translate-x-96:hover{
    --tw-translate-x: -24rem;
  }

  .sm\:hover\:tw--translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  .sm\:hover\:tw--translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem;
  }

  .sm\:hover\:tw--translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem;
  }

  .sm\:hover\:tw--translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem;
  }

  .sm\:hover\:tw--translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem;
  }

  .sm\:hover\:tw--translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  .sm\:hover\:tw--translate-x-3\/2:hover{
    --tw-translate-x: -150%;
  }

  .sm\:hover\:tw--translate-x-square:hover{
    --tw-translate-x: -100%;
  }

  .sm\:hover\:tw--translate-x-58px:hover{
    --tw-translate-x: -58px;
  }

  .sm\:hover\:tw--translate-x-63px:hover{
    --tw-translate-x: -63px;
  }

  .sm\:hover\:tw--translate-x-73px:hover{
    --tw-translate-x: -73px;
  }

  .sm\:hover\:tw-translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .sm\:hover\:tw-translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  .sm\:hover\:tw-translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  .sm\:hover\:tw-translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  .sm\:hover\:tw-translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  .sm\:hover\:tw-translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .sm\:hover\:tw--translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .sm\:hover\:tw--translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  .sm\:hover\:tw--translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  .sm\:hover\:tw--translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  .sm\:hover\:tw--translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  .sm\:hover\:tw--translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .sm\:hover\:tw-translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .sm\:hover\:tw-translate-y-1:hover{
    --tw-translate-y: 0.25rem;
  }

  .sm\:hover\:tw-translate-y-2:hover{
    --tw-translate-y: 0.5rem;
  }

  .sm\:hover\:tw-translate-y-3:hover{
    --tw-translate-y: 0.75rem;
  }

  .sm\:hover\:tw-translate-y-4:hover{
    --tw-translate-y: 1rem;
  }

  .sm\:hover\:tw-translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  .sm\:hover\:tw-translate-y-6:hover{
    --tw-translate-y: 1.5rem;
  }

  .sm\:hover\:tw-translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  .sm\:hover\:tw-translate-y-8:hover{
    --tw-translate-y: 2rem;
  }

  .sm\:hover\:tw-translate-y-9:hover{
    --tw-translate-y: 2.25rem;
  }

  .sm\:hover\:tw-translate-y-10:hover{
    --tw-translate-y: 2.5rem;
  }

  .sm\:hover\:tw-translate-y-11:hover{
    --tw-translate-y: 2.75rem;
  }

  .sm\:hover\:tw-translate-y-12:hover{
    --tw-translate-y: 3rem;
  }

  .sm\:hover\:tw-translate-y-13:hover{
    --tw-translate-y: 3.25rem;
  }

  .sm\:hover\:tw-translate-y-14:hover{
    --tw-translate-y: 3.5rem;
  }

  .sm\:hover\:tw-translate-y-16:hover{
    --tw-translate-y: 4rem;
  }

  .sm\:hover\:tw-translate-y-20:hover{
    --tw-translate-y: 5rem;
  }

  .sm\:hover\:tw-translate-y-24:hover{
    --tw-translate-y: 6rem;
  }

  .sm\:hover\:tw-translate-y-28:hover{
    --tw-translate-y: 7rem;
  }

  .sm\:hover\:tw-translate-y-32:hover{
    --tw-translate-y: 8rem;
  }

  .sm\:hover\:tw-translate-y-36:hover{
    --tw-translate-y: 9rem;
  }

  .sm\:hover\:tw-translate-y-40:hover{
    --tw-translate-y: 10rem;
  }

  .sm\:hover\:tw-translate-y-44:hover{
    --tw-translate-y: 11rem;
  }

  .sm\:hover\:tw-translate-y-48:hover{
    --tw-translate-y: 12rem;
  }

  .sm\:hover\:tw-translate-y-52:hover{
    --tw-translate-y: 13rem;
  }

  .sm\:hover\:tw-translate-y-56:hover{
    --tw-translate-y: 14rem;
  }

  .sm\:hover\:tw-translate-y-60:hover{
    --tw-translate-y: 15rem;
  }

  .sm\:hover\:tw-translate-y-64:hover{
    --tw-translate-y: 16rem;
  }

  .sm\:hover\:tw-translate-y-72:hover{
    --tw-translate-y: 18rem;
  }

  .sm\:hover\:tw-translate-y-80:hover{
    --tw-translate-y: 20rem;
  }

  .sm\:hover\:tw-translate-y-96:hover{
    --tw-translate-y: 24rem;
  }

  .sm\:hover\:tw-translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  .sm\:hover\:tw-translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem;
  }

  .sm\:hover\:tw-translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem;
  }

  .sm\:hover\:tw-translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem;
  }

  .sm\:hover\:tw-translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem;
  }

  .sm\:hover\:tw-translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  .sm\:hover\:tw-translate-y-3\/2:hover{
    --tw-translate-y: 150%;
  }

  .sm\:hover\:tw-translate-y-square:hover{
    --tw-translate-y: 100%;
  }

  .sm\:hover\:tw-translate-y-58px:hover{
    --tw-translate-y: 58px;
  }

  .sm\:hover\:tw-translate-y-63px:hover{
    --tw-translate-y: 63px;
  }

  .sm\:hover\:tw-translate-y-73px:hover{
    --tw-translate-y: 73.px;
  }

  .sm\:hover\:tw--translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .sm\:hover\:tw--translate-y-1:hover{
    --tw-translate-y: -0.25rem;
  }

  .sm\:hover\:tw--translate-y-2:hover{
    --tw-translate-y: -0.5rem;
  }

  .sm\:hover\:tw--translate-y-3:hover{
    --tw-translate-y: -0.75rem;
  }

  .sm\:hover\:tw--translate-y-4:hover{
    --tw-translate-y: -1rem;
  }

  .sm\:hover\:tw--translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  .sm\:hover\:tw--translate-y-6:hover{
    --tw-translate-y: -1.5rem;
  }

  .sm\:hover\:tw--translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  .sm\:hover\:tw--translate-y-8:hover{
    --tw-translate-y: -2rem;
  }

  .sm\:hover\:tw--translate-y-9:hover{
    --tw-translate-y: -2.25rem;
  }

  .sm\:hover\:tw--translate-y-10:hover{
    --tw-translate-y: -2.5rem;
  }

  .sm\:hover\:tw--translate-y-11:hover{
    --tw-translate-y: -2.75rem;
  }

  .sm\:hover\:tw--translate-y-12:hover{
    --tw-translate-y: -3rem;
  }

  .sm\:hover\:tw--translate-y-13:hover{
    --tw-translate-y: -3.25rem;
  }

  .sm\:hover\:tw--translate-y-14:hover{
    --tw-translate-y: -3.5rem;
  }

  .sm\:hover\:tw--translate-y-16:hover{
    --tw-translate-y: -4rem;
  }

  .sm\:hover\:tw--translate-y-20:hover{
    --tw-translate-y: -5rem;
  }

  .sm\:hover\:tw--translate-y-24:hover{
    --tw-translate-y: -6rem;
  }

  .sm\:hover\:tw--translate-y-28:hover{
    --tw-translate-y: -7rem;
  }

  .sm\:hover\:tw--translate-y-32:hover{
    --tw-translate-y: -8rem;
  }

  .sm\:hover\:tw--translate-y-36:hover{
    --tw-translate-y: -9rem;
  }

  .sm\:hover\:tw--translate-y-40:hover{
    --tw-translate-y: -10rem;
  }

  .sm\:hover\:tw--translate-y-44:hover{
    --tw-translate-y: -11rem;
  }

  .sm\:hover\:tw--translate-y-48:hover{
    --tw-translate-y: -12rem;
  }

  .sm\:hover\:tw--translate-y-52:hover{
    --tw-translate-y: -13rem;
  }

  .sm\:hover\:tw--translate-y-56:hover{
    --tw-translate-y: -14rem;
  }

  .sm\:hover\:tw--translate-y-60:hover{
    --tw-translate-y: -15rem;
  }

  .sm\:hover\:tw--translate-y-64:hover{
    --tw-translate-y: -16rem;
  }

  .sm\:hover\:tw--translate-y-72:hover{
    --tw-translate-y: -18rem;
  }

  .sm\:hover\:tw--translate-y-80:hover{
    --tw-translate-y: -20rem;
  }

  .sm\:hover\:tw--translate-y-96:hover{
    --tw-translate-y: -24rem;
  }

  .sm\:hover\:tw--translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  .sm\:hover\:tw--translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem;
  }

  .sm\:hover\:tw--translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem;
  }

  .sm\:hover\:tw--translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem;
  }

  .sm\:hover\:tw--translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem;
  }

  .sm\:hover\:tw--translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  .sm\:hover\:tw--translate-y-3\/2:hover{
    --tw-translate-y: -150%;
  }

  .sm\:hover\:tw--translate-y-square:hover{
    --tw-translate-y: -100%;
  }

  .sm\:hover\:tw--translate-y-58px:hover{
    --tw-translate-y: -58px;
  }

  .sm\:hover\:tw--translate-y-63px:hover{
    --tw-translate-y: -63px;
  }

  .sm\:hover\:tw--translate-y-73px:hover{
    --tw-translate-y: -73px;
  }

  .sm\:hover\:tw-translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .sm\:hover\:tw-translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  .sm\:hover\:tw-translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  .sm\:hover\:tw-translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  .sm\:hover\:tw-translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  .sm\:hover\:tw-translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .sm\:hover\:tw--translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .sm\:hover\:tw--translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  .sm\:hover\:tw--translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  .sm\:hover\:tw--translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  .sm\:hover\:tw--translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  .sm\:hover\:tw--translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .sm\:focus\:tw-translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .sm\:focus\:tw-translate-x-1:focus{
    --tw-translate-x: 0.25rem;
  }

  .sm\:focus\:tw-translate-x-2:focus{
    --tw-translate-x: 0.5rem;
  }

  .sm\:focus\:tw-translate-x-3:focus{
    --tw-translate-x: 0.75rem;
  }

  .sm\:focus\:tw-translate-x-4:focus{
    --tw-translate-x: 1rem;
  }

  .sm\:focus\:tw-translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  .sm\:focus\:tw-translate-x-6:focus{
    --tw-translate-x: 1.5rem;
  }

  .sm\:focus\:tw-translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  .sm\:focus\:tw-translate-x-8:focus{
    --tw-translate-x: 2rem;
  }

  .sm\:focus\:tw-translate-x-9:focus{
    --tw-translate-x: 2.25rem;
  }

  .sm\:focus\:tw-translate-x-10:focus{
    --tw-translate-x: 2.5rem;
  }

  .sm\:focus\:tw-translate-x-11:focus{
    --tw-translate-x: 2.75rem;
  }

  .sm\:focus\:tw-translate-x-12:focus{
    --tw-translate-x: 3rem;
  }

  .sm\:focus\:tw-translate-x-13:focus{
    --tw-translate-x: 3.25rem;
  }

  .sm\:focus\:tw-translate-x-14:focus{
    --tw-translate-x: 3.5rem;
  }

  .sm\:focus\:tw-translate-x-16:focus{
    --tw-translate-x: 4rem;
  }

  .sm\:focus\:tw-translate-x-20:focus{
    --tw-translate-x: 5rem;
  }

  .sm\:focus\:tw-translate-x-24:focus{
    --tw-translate-x: 6rem;
  }

  .sm\:focus\:tw-translate-x-28:focus{
    --tw-translate-x: 7rem;
  }

  .sm\:focus\:tw-translate-x-32:focus{
    --tw-translate-x: 8rem;
  }

  .sm\:focus\:tw-translate-x-36:focus{
    --tw-translate-x: 9rem;
  }

  .sm\:focus\:tw-translate-x-40:focus{
    --tw-translate-x: 10rem;
  }

  .sm\:focus\:tw-translate-x-44:focus{
    --tw-translate-x: 11rem;
  }

  .sm\:focus\:tw-translate-x-48:focus{
    --tw-translate-x: 12rem;
  }

  .sm\:focus\:tw-translate-x-52:focus{
    --tw-translate-x: 13rem;
  }

  .sm\:focus\:tw-translate-x-56:focus{
    --tw-translate-x: 14rem;
  }

  .sm\:focus\:tw-translate-x-60:focus{
    --tw-translate-x: 15rem;
  }

  .sm\:focus\:tw-translate-x-64:focus{
    --tw-translate-x: 16rem;
  }

  .sm\:focus\:tw-translate-x-72:focus{
    --tw-translate-x: 18rem;
  }

  .sm\:focus\:tw-translate-x-80:focus{
    --tw-translate-x: 20rem;
  }

  .sm\:focus\:tw-translate-x-96:focus{
    --tw-translate-x: 24rem;
  }

  .sm\:focus\:tw-translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  .sm\:focus\:tw-translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem;
  }

  .sm\:focus\:tw-translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem;
  }

  .sm\:focus\:tw-translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem;
  }

  .sm\:focus\:tw-translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem;
  }

  .sm\:focus\:tw-translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  .sm\:focus\:tw-translate-x-3\/2:focus{
    --tw-translate-x: 150%;
  }

  .sm\:focus\:tw-translate-x-square:focus{
    --tw-translate-x: 100%;
  }

  .sm\:focus\:tw-translate-x-58px:focus{
    --tw-translate-x: 58px;
  }

  .sm\:focus\:tw-translate-x-63px:focus{
    --tw-translate-x: 63px;
  }

  .sm\:focus\:tw-translate-x-73px:focus{
    --tw-translate-x: 73.px;
  }

  .sm\:focus\:tw--translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .sm\:focus\:tw--translate-x-1:focus{
    --tw-translate-x: -0.25rem;
  }

  .sm\:focus\:tw--translate-x-2:focus{
    --tw-translate-x: -0.5rem;
  }

  .sm\:focus\:tw--translate-x-3:focus{
    --tw-translate-x: -0.75rem;
  }

  .sm\:focus\:tw--translate-x-4:focus{
    --tw-translate-x: -1rem;
  }

  .sm\:focus\:tw--translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  .sm\:focus\:tw--translate-x-6:focus{
    --tw-translate-x: -1.5rem;
  }

  .sm\:focus\:tw--translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  .sm\:focus\:tw--translate-x-8:focus{
    --tw-translate-x: -2rem;
  }

  .sm\:focus\:tw--translate-x-9:focus{
    --tw-translate-x: -2.25rem;
  }

  .sm\:focus\:tw--translate-x-10:focus{
    --tw-translate-x: -2.5rem;
  }

  .sm\:focus\:tw--translate-x-11:focus{
    --tw-translate-x: -2.75rem;
  }

  .sm\:focus\:tw--translate-x-12:focus{
    --tw-translate-x: -3rem;
  }

  .sm\:focus\:tw--translate-x-13:focus{
    --tw-translate-x: -3.25rem;
  }

  .sm\:focus\:tw--translate-x-14:focus{
    --tw-translate-x: -3.5rem;
  }

  .sm\:focus\:tw--translate-x-16:focus{
    --tw-translate-x: -4rem;
  }

  .sm\:focus\:tw--translate-x-20:focus{
    --tw-translate-x: -5rem;
  }

  .sm\:focus\:tw--translate-x-24:focus{
    --tw-translate-x: -6rem;
  }

  .sm\:focus\:tw--translate-x-28:focus{
    --tw-translate-x: -7rem;
  }

  .sm\:focus\:tw--translate-x-32:focus{
    --tw-translate-x: -8rem;
  }

  .sm\:focus\:tw--translate-x-36:focus{
    --tw-translate-x: -9rem;
  }

  .sm\:focus\:tw--translate-x-40:focus{
    --tw-translate-x: -10rem;
  }

  .sm\:focus\:tw--translate-x-44:focus{
    --tw-translate-x: -11rem;
  }

  .sm\:focus\:tw--translate-x-48:focus{
    --tw-translate-x: -12rem;
  }

  .sm\:focus\:tw--translate-x-52:focus{
    --tw-translate-x: -13rem;
  }

  .sm\:focus\:tw--translate-x-56:focus{
    --tw-translate-x: -14rem;
  }

  .sm\:focus\:tw--translate-x-60:focus{
    --tw-translate-x: -15rem;
  }

  .sm\:focus\:tw--translate-x-64:focus{
    --tw-translate-x: -16rem;
  }

  .sm\:focus\:tw--translate-x-72:focus{
    --tw-translate-x: -18rem;
  }

  .sm\:focus\:tw--translate-x-80:focus{
    --tw-translate-x: -20rem;
  }

  .sm\:focus\:tw--translate-x-96:focus{
    --tw-translate-x: -24rem;
  }

  .sm\:focus\:tw--translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  .sm\:focus\:tw--translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem;
  }

  .sm\:focus\:tw--translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem;
  }

  .sm\:focus\:tw--translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem;
  }

  .sm\:focus\:tw--translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem;
  }

  .sm\:focus\:tw--translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  .sm\:focus\:tw--translate-x-3\/2:focus{
    --tw-translate-x: -150%;
  }

  .sm\:focus\:tw--translate-x-square:focus{
    --tw-translate-x: -100%;
  }

  .sm\:focus\:tw--translate-x-58px:focus{
    --tw-translate-x: -58px;
  }

  .sm\:focus\:tw--translate-x-63px:focus{
    --tw-translate-x: -63px;
  }

  .sm\:focus\:tw--translate-x-73px:focus{
    --tw-translate-x: -73px;
  }

  .sm\:focus\:tw-translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .sm\:focus\:tw-translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  .sm\:focus\:tw-translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  .sm\:focus\:tw-translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  .sm\:focus\:tw-translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  .sm\:focus\:tw-translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .sm\:focus\:tw--translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .sm\:focus\:tw--translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  .sm\:focus\:tw--translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  .sm\:focus\:tw--translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  .sm\:focus\:tw--translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  .sm\:focus\:tw--translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .sm\:focus\:tw-translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .sm\:focus\:tw-translate-y-1:focus{
    --tw-translate-y: 0.25rem;
  }

  .sm\:focus\:tw-translate-y-2:focus{
    --tw-translate-y: 0.5rem;
  }

  .sm\:focus\:tw-translate-y-3:focus{
    --tw-translate-y: 0.75rem;
  }

  .sm\:focus\:tw-translate-y-4:focus{
    --tw-translate-y: 1rem;
  }

  .sm\:focus\:tw-translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  .sm\:focus\:tw-translate-y-6:focus{
    --tw-translate-y: 1.5rem;
  }

  .sm\:focus\:tw-translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  .sm\:focus\:tw-translate-y-8:focus{
    --tw-translate-y: 2rem;
  }

  .sm\:focus\:tw-translate-y-9:focus{
    --tw-translate-y: 2.25rem;
  }

  .sm\:focus\:tw-translate-y-10:focus{
    --tw-translate-y: 2.5rem;
  }

  .sm\:focus\:tw-translate-y-11:focus{
    --tw-translate-y: 2.75rem;
  }

  .sm\:focus\:tw-translate-y-12:focus{
    --tw-translate-y: 3rem;
  }

  .sm\:focus\:tw-translate-y-13:focus{
    --tw-translate-y: 3.25rem;
  }

  .sm\:focus\:tw-translate-y-14:focus{
    --tw-translate-y: 3.5rem;
  }

  .sm\:focus\:tw-translate-y-16:focus{
    --tw-translate-y: 4rem;
  }

  .sm\:focus\:tw-translate-y-20:focus{
    --tw-translate-y: 5rem;
  }

  .sm\:focus\:tw-translate-y-24:focus{
    --tw-translate-y: 6rem;
  }

  .sm\:focus\:tw-translate-y-28:focus{
    --tw-translate-y: 7rem;
  }

  .sm\:focus\:tw-translate-y-32:focus{
    --tw-translate-y: 8rem;
  }

  .sm\:focus\:tw-translate-y-36:focus{
    --tw-translate-y: 9rem;
  }

  .sm\:focus\:tw-translate-y-40:focus{
    --tw-translate-y: 10rem;
  }

  .sm\:focus\:tw-translate-y-44:focus{
    --tw-translate-y: 11rem;
  }

  .sm\:focus\:tw-translate-y-48:focus{
    --tw-translate-y: 12rem;
  }

  .sm\:focus\:tw-translate-y-52:focus{
    --tw-translate-y: 13rem;
  }

  .sm\:focus\:tw-translate-y-56:focus{
    --tw-translate-y: 14rem;
  }

  .sm\:focus\:tw-translate-y-60:focus{
    --tw-translate-y: 15rem;
  }

  .sm\:focus\:tw-translate-y-64:focus{
    --tw-translate-y: 16rem;
  }

  .sm\:focus\:tw-translate-y-72:focus{
    --tw-translate-y: 18rem;
  }

  .sm\:focus\:tw-translate-y-80:focus{
    --tw-translate-y: 20rem;
  }

  .sm\:focus\:tw-translate-y-96:focus{
    --tw-translate-y: 24rem;
  }

  .sm\:focus\:tw-translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  .sm\:focus\:tw-translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem;
  }

  .sm\:focus\:tw-translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem;
  }

  .sm\:focus\:tw-translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem;
  }

  .sm\:focus\:tw-translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem;
  }

  .sm\:focus\:tw-translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  .sm\:focus\:tw-translate-y-3\/2:focus{
    --tw-translate-y: 150%;
  }

  .sm\:focus\:tw-translate-y-square:focus{
    --tw-translate-y: 100%;
  }

  .sm\:focus\:tw-translate-y-58px:focus{
    --tw-translate-y: 58px;
  }

  .sm\:focus\:tw-translate-y-63px:focus{
    --tw-translate-y: 63px;
  }

  .sm\:focus\:tw-translate-y-73px:focus{
    --tw-translate-y: 73.px;
  }

  .sm\:focus\:tw--translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .sm\:focus\:tw--translate-y-1:focus{
    --tw-translate-y: -0.25rem;
  }

  .sm\:focus\:tw--translate-y-2:focus{
    --tw-translate-y: -0.5rem;
  }

  .sm\:focus\:tw--translate-y-3:focus{
    --tw-translate-y: -0.75rem;
  }

  .sm\:focus\:tw--translate-y-4:focus{
    --tw-translate-y: -1rem;
  }

  .sm\:focus\:tw--translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  .sm\:focus\:tw--translate-y-6:focus{
    --tw-translate-y: -1.5rem;
  }

  .sm\:focus\:tw--translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  .sm\:focus\:tw--translate-y-8:focus{
    --tw-translate-y: -2rem;
  }

  .sm\:focus\:tw--translate-y-9:focus{
    --tw-translate-y: -2.25rem;
  }

  .sm\:focus\:tw--translate-y-10:focus{
    --tw-translate-y: -2.5rem;
  }

  .sm\:focus\:tw--translate-y-11:focus{
    --tw-translate-y: -2.75rem;
  }

  .sm\:focus\:tw--translate-y-12:focus{
    --tw-translate-y: -3rem;
  }

  .sm\:focus\:tw--translate-y-13:focus{
    --tw-translate-y: -3.25rem;
  }

  .sm\:focus\:tw--translate-y-14:focus{
    --tw-translate-y: -3.5rem;
  }

  .sm\:focus\:tw--translate-y-16:focus{
    --tw-translate-y: -4rem;
  }

  .sm\:focus\:tw--translate-y-20:focus{
    --tw-translate-y: -5rem;
  }

  .sm\:focus\:tw--translate-y-24:focus{
    --tw-translate-y: -6rem;
  }

  .sm\:focus\:tw--translate-y-28:focus{
    --tw-translate-y: -7rem;
  }

  .sm\:focus\:tw--translate-y-32:focus{
    --tw-translate-y: -8rem;
  }

  .sm\:focus\:tw--translate-y-36:focus{
    --tw-translate-y: -9rem;
  }

  .sm\:focus\:tw--translate-y-40:focus{
    --tw-translate-y: -10rem;
  }

  .sm\:focus\:tw--translate-y-44:focus{
    --tw-translate-y: -11rem;
  }

  .sm\:focus\:tw--translate-y-48:focus{
    --tw-translate-y: -12rem;
  }

  .sm\:focus\:tw--translate-y-52:focus{
    --tw-translate-y: -13rem;
  }

  .sm\:focus\:tw--translate-y-56:focus{
    --tw-translate-y: -14rem;
  }

  .sm\:focus\:tw--translate-y-60:focus{
    --tw-translate-y: -15rem;
  }

  .sm\:focus\:tw--translate-y-64:focus{
    --tw-translate-y: -16rem;
  }

  .sm\:focus\:tw--translate-y-72:focus{
    --tw-translate-y: -18rem;
  }

  .sm\:focus\:tw--translate-y-80:focus{
    --tw-translate-y: -20rem;
  }

  .sm\:focus\:tw--translate-y-96:focus{
    --tw-translate-y: -24rem;
  }

  .sm\:focus\:tw--translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  .sm\:focus\:tw--translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem;
  }

  .sm\:focus\:tw--translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem;
  }

  .sm\:focus\:tw--translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem;
  }

  .sm\:focus\:tw--translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem;
  }

  .sm\:focus\:tw--translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  .sm\:focus\:tw--translate-y-3\/2:focus{
    --tw-translate-y: -150%;
  }

  .sm\:focus\:tw--translate-y-square:focus{
    --tw-translate-y: -100%;
  }

  .sm\:focus\:tw--translate-y-58px:focus{
    --tw-translate-y: -58px;
  }

  .sm\:focus\:tw--translate-y-63px:focus{
    --tw-translate-y: -63px;
  }

  .sm\:focus\:tw--translate-y-73px:focus{
    --tw-translate-y: -73px;
  }

  .sm\:focus\:tw-translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .sm\:focus\:tw-translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  .sm\:focus\:tw-translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  .sm\:focus\:tw-translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  .sm\:focus\:tw-translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  .sm\:focus\:tw-translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .sm\:focus\:tw--translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .sm\:focus\:tw--translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  .sm\:focus\:tw--translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  .sm\:focus\:tw--translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  .sm\:focus\:tw--translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  .sm\:focus\:tw--translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .sm\:tw-skew-x-0{
    --tw-skew-x: 0deg;
  }

  .sm\:tw-skew-x-1{
    --tw-skew-x: 1deg;
  }

  .sm\:tw-skew-x-2{
    --tw-skew-x: 2deg;
  }

  .sm\:tw-skew-x-3{
    --tw-skew-x: 3deg;
  }

  .sm\:tw-skew-x-6{
    --tw-skew-x: 6deg;
  }

  .sm\:tw-skew-x-12{
    --tw-skew-x: 12deg;
  }

  .sm\:tw--skew-x-12{
    --tw-skew-x: -12deg;
  }

  .sm\:tw--skew-x-6{
    --tw-skew-x: -6deg;
  }

  .sm\:tw--skew-x-3{
    --tw-skew-x: -3deg;
  }

  .sm\:tw--skew-x-2{
    --tw-skew-x: -2deg;
  }

  .sm\:tw--skew-x-1{
    --tw-skew-x: -1deg;
  }

  .sm\:tw-skew-y-0{
    --tw-skew-y: 0deg;
  }

  .sm\:tw-skew-y-1{
    --tw-skew-y: 1deg;
  }

  .sm\:tw-skew-y-2{
    --tw-skew-y: 2deg;
  }

  .sm\:tw-skew-y-3{
    --tw-skew-y: 3deg;
  }

  .sm\:tw-skew-y-6{
    --tw-skew-y: 6deg;
  }

  .sm\:tw-skew-y-12{
    --tw-skew-y: 12deg;
  }

  .sm\:tw--skew-y-12{
    --tw-skew-y: -12deg;
  }

  .sm\:tw--skew-y-6{
    --tw-skew-y: -6deg;
  }

  .sm\:tw--skew-y-3{
    --tw-skew-y: -3deg;
  }

  .sm\:tw--skew-y-2{
    --tw-skew-y: -2deg;
  }

  .sm\:tw--skew-y-1{
    --tw-skew-y: -1deg;
  }

  .sm\:hover\:tw-skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  .sm\:hover\:tw-skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  .sm\:hover\:tw-skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  .sm\:hover\:tw-skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  .sm\:hover\:tw-skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  .sm\:hover\:tw-skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  .sm\:hover\:tw--skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  .sm\:hover\:tw--skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  .sm\:hover\:tw--skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  .sm\:hover\:tw--skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  .sm\:hover\:tw--skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  .sm\:hover\:tw-skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  .sm\:hover\:tw-skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  .sm\:hover\:tw-skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  .sm\:hover\:tw-skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  .sm\:hover\:tw-skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  .sm\:hover\:tw-skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  .sm\:hover\:tw--skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  .sm\:hover\:tw--skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  .sm\:hover\:tw--skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  .sm\:hover\:tw--skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  .sm\:hover\:tw--skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  .sm\:focus\:tw-skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  .sm\:focus\:tw-skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  .sm\:focus\:tw-skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  .sm\:focus\:tw-skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  .sm\:focus\:tw-skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  .sm\:focus\:tw-skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  .sm\:focus\:tw--skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  .sm\:focus\:tw--skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  .sm\:focus\:tw--skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  .sm\:focus\:tw--skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  .sm\:focus\:tw--skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  .sm\:focus\:tw-skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  .sm\:focus\:tw-skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  .sm\:focus\:tw-skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  .sm\:focus\:tw-skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  .sm\:focus\:tw-skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  .sm\:focus\:tw-skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  .sm\:focus\:tw--skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  .sm\:focus\:tw--skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  .sm\:focus\:tw--skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  .sm\:focus\:tw--skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  .sm\:focus\:tw--skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  .sm\:tw-transition-none{
    transition-property: none;
  }

  .sm\:tw-transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:tw-transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:tw-transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:tw-transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:tw-transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:tw-transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:tw-transition-fade{
    transition-property: visibility, opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:tw-ease-linear{
    transition-timing-function: linear;
  }

  .sm\:tw-ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .sm\:tw-ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .sm\:tw-ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .sm\:tw-duration-75{
    transition-duration: 75ms;
  }

  .sm\:tw-duration-100{
    transition-duration: 100ms;
  }

  .sm\:tw-duration-150{
    transition-duration: 150ms;
  }

  .sm\:tw-duration-200{
    transition-duration: 200ms;
  }

  .sm\:tw-duration-300{
    transition-duration: 300ms;
  }

  .sm\:tw-duration-500{
    transition-duration: 500ms;
  }

  .sm\:tw-duration-700{
    transition-duration: 700ms;
  }

  .sm\:tw-duration-1000{
    transition-duration: 1000ms;
  }

  .sm\:tw-delay-75{
    transition-delay: 75ms;
  }

  .sm\:tw-delay-100{
    transition-delay: 100ms;
  }

  .sm\:tw-delay-150{
    transition-delay: 150ms;
  }

  .sm\:tw-delay-200{
    transition-delay: 200ms;
  }

  .sm\:tw-delay-300{
    transition-delay: 300ms;
  }

  .sm\:tw-delay-500{
    transition-delay: 500ms;
  }

  .sm\:tw-delay-700{
    transition-delay: 700ms;
  }

  .sm\:tw-delay-1000{
    transition-delay: 1000ms;
  }

  .sm\:tw-animate-none{
    animation: none;
  }

  .sm\:tw-animate-spin{
    animation: tw-spin 1s linear infinite;
  }

  .sm\:tw-animate-ping{
    animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .sm\:tw-animate-pulse{
    animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .sm\:tw-animate-bounce{
    animation: tw-bounce 1s infinite;
  }
}

@media (min-width: 768px){
  .md\:tw-container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 576px){
    .md\:tw-container{
      max-width: 576px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

  @media (min-width: 768px){
    .md\:tw-container{
      max-width: 768px;
      padding-right: 3rem;
      padding-left: 3rem;
    }
  }

  @media (min-width: 1024px){
    .md\:tw-container{
      max-width: 1024px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1366px){
    .md\:tw-container{
      max-width: 1366px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1440px){
    .md\:tw-container{
      max-width: 1440px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1600px){
    .md\:tw-container{
      max-width: 1600px;
      padding-right: 6rem;
      padding-left: 6rem;
    }
  }

  .md\:tw-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:tw-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .md\:tw-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .md\:tw-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .md\:tw-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .md\:tw-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .md\:tw-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .md\:tw-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .md\:tw-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .md\:tw-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .md\:tw-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .md\:tw-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  .md\:tw-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .md\:tw-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw-space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--tw-space-y-reverse));
  }

  .md\:tw-space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .md\:tw-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .md\:tw-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .md\:tw-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .md\:tw-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .md\:tw-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .md\:tw-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .md\:tw-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .md\:tw-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .md\:tw-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  .md\:tw-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .md\:tw-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .md\:tw-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  .md\:tw-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .md\:tw-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  .md\:tw-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .md\:tw-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  .md\:tw-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .md\:tw-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
  }

  .md\:tw-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  .md\:tw-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .md\:tw-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .md\:tw-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw-space-y-2\/3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(66.666% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(66.666% * var(--tw-space-y-reverse));
  }

  .md\:tw-space-x-2\/3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(66.666% * var(--tw-space-x-reverse));
    margin-left: calc(66.666% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw-space-y-3\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(150% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(150% * var(--tw-space-y-reverse));
  }

  .md\:tw-space-x-3\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(150% * var(--tw-space-x-reverse));
    margin-left: calc(150% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw-space-y-square > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100% * var(--tw-space-y-reverse));
  }

  .md\:tw-space-x-square > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(100% * var(--tw-space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw-space-y-58px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(58px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(58px * var(--tw-space-y-reverse));
  }

  .md\:tw-space-x-58px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(58px * var(--tw-space-x-reverse));
    margin-left: calc(58px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw-space-y-63px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(63px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(63px * var(--tw-space-y-reverse));
  }

  .md\:tw-space-x-63px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(63px * var(--tw-space-x-reverse));
    margin-left: calc(63px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw-space-y-73px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(73.px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(73.px * var(--tw-space-y-reverse));
  }

  .md\:tw-space-x-73px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(73.px * var(--tw-space-x-reverse));
    margin-left: calc(73.px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw--space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:tw--space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw--space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .md\:tw--space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw--space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .md\:tw--space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw--space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .md\:tw--space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw--space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .md\:tw--space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw--space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .md\:tw--space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw--space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .md\:tw--space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw--space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .md\:tw--space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw--space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .md\:tw--space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw--space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  .md\:tw--space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw--space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  .md\:tw--space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw--space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  .md\:tw--space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw--space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .md\:tw--space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw--space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--tw-space-y-reverse));
  }

  .md\:tw--space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw--space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  .md\:tw--space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw--space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .md\:tw--space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw--space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .md\:tw--space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw--space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  .md\:tw--space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw--space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .md\:tw--space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw--space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .md\:tw--space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw--space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .md\:tw--space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw--space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .md\:tw--space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw--space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .md\:tw--space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw--space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  .md\:tw--space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw--space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .md\:tw--space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw--space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .md\:tw--space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw--space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  .md\:tw--space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw--space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .md\:tw--space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw--space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  .md\:tw--space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw--space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .md\:tw--space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw--space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  .md\:tw--space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw--space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .md\:tw--space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw--space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
  }

  .md\:tw--space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw--space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  .md\:tw--space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw--space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  .md\:tw--space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw--space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .md\:tw--space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw--space-y-2\/3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-66.666% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-66.666% * var(--tw-space-y-reverse));
  }

  .md\:tw--space-x-2\/3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-66.666% * var(--tw-space-x-reverse));
    margin-left: calc(-66.666% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw--space-y-3\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-150% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-150% * var(--tw-space-y-reverse));
  }

  .md\:tw--space-x-3\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-150% * var(--tw-space-x-reverse));
    margin-left: calc(-150% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw--space-y-square > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-100% * var(--tw-space-y-reverse));
  }

  .md\:tw--space-x-square > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-100% * var(--tw-space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw--space-y-58px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-58px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-58px * var(--tw-space-y-reverse));
  }

  .md\:tw--space-x-58px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-58px * var(--tw-space-x-reverse));
    margin-left: calc(-58px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw--space-y-63px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-63px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-63px * var(--tw-space-y-reverse));
  }

  .md\:tw--space-x-63px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-63px * var(--tw-space-x-reverse));
    margin-left: calc(-63px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw--space-y-73px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-73px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-73px * var(--tw-space-y-reverse));
  }

  .md\:tw--space-x-73px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-73px * var(--tw-space-x-reverse));
    margin-left: calc(-73px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw-space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .md\:tw-space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .md\:tw-divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .md\:tw-divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:tw-divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .md\:tw-divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:tw-divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .md\:tw-divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:tw-divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .md\:tw-divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:tw-divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .md\:tw-divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:tw-divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .md\:tw-divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .md\:tw-divide-brand-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-divide-opacity));
  }

  .md\:tw-divide-brand-orange-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-divide-opacity));
  }

  .md\:tw-divide-brand-orange-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-divide-opacity));
  }

  .md\:tw-divide-brand-blue > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-divide-opacity));
  }

  .md\:tw-divide-brand-blue-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-divide-opacity));
  }

  .md\:tw-divide-brand-blue-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-divide-opacity));
  }

  .md\:tw-divide-brand-yellow > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(228, 182, 32, var(--tw-divide-opacity));
  }

  .md\:tw-divide-brand-green > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(141, 192, 85, var(--tw-divide-opacity));
  }

  .md\:tw-divide-brand-pink > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(201, 69, 120, var(--tw-divide-opacity));
  }

  .md\:tw-divide-brand-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(187, 0, 52, var(--tw-divide-opacity));
  }

  .md\:tw-divide-brand-turquesa > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(60, 180, 151, var(--tw-divide-opacity));
  }

  .md\:tw-divide-gray-lighter > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .md\:tw-divide-gray-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-divide-opacity));
  }

  .md\:tw-divide-gray-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-divide-opacity));
  }

  .md\:tw-divide-gray-darker > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-divide-opacity));
  }

  .md\:tw-divide-gray-medium > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(118, 118, 118, var(--tw-divide-opacity));
  }

  .md\:tw-divide-gray-mid > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(147, 147, 147, var(--tw-divide-opacity));
  }

  .md\:tw-divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .md\:tw-divide-primary > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-divide-opacity));
  }

  .md\:tw-divide-primary-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-divide-opacity));
  }

  .md\:tw-divide-primary-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-divide-opacity));
  }

  .md\:tw-divide-secondary > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-divide-opacity));
  }

  .md\:tw-divide-secondary-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-divide-opacity));
  }

  .md\:tw-divide-secondary-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-divide-opacity));
  }

  .md\:tw-divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .md\:tw-divide-hyperlinks > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(16, 106, 163, var(--tw-divide-opacity));
  }

  .md\:tw-divide-hyperlinks-visited > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(127, 31, 125, var(--tw-divide-opacity));
  }

  .md\:tw-divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .md\:tw-divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .md\:tw-divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .md\:tw-divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .md\:tw-divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .md\:tw-divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .md\:tw-divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .md\:tw-divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  .md\:tw-divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1;
  }

  .md\:tw-divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  .md\:tw-divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .md\:tw-divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  .md\:tw-divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  .md\:tw-divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  .md\:tw-divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  .md\:tw-divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  .md\:tw-divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .md\:tw-divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8;
  }

  .md\:tw-divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  .md\:tw-divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  .md\:tw-divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  .md\:tw-sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md\:tw-not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:focus-within\:tw-sr-only:focus-within{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md\:focus-within\:tw-not-sr-only:focus-within{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:hover\:tw-sr-only:hover{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md\:hover\:tw-not-sr-only:hover{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:focus\:tw-sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md\:focus\:tw-not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:active\:tw-sr-only:active{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md\:active\:tw-not-sr-only:active{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:tw-appearance-none{
    -webkit-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-clip-border{
    background-clip: border-box;
  }

  .md\:tw-bg-clip-padding{
    background-clip: padding-box;
  }

  .md\:tw-bg-clip-content{
    background-clip: content-box;
  }

  .md\:tw-bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .md\:tw-bg-brand-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .md\:tw-bg-brand-orange-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .md\:tw-bg-brand-orange-light{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .md\:tw-bg-brand-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .md\:tw-bg-brand-blue-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .md\:tw-bg-brand-blue-light{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .md\:tw-bg-brand-yellow{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 182, 32, var(--tw-bg-opacity));
  }

  .md\:tw-bg-brand-green{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 192, 85, var(--tw-bg-opacity));
  }

  .md\:tw-bg-brand-pink{
    --tw-bg-opacity: 1;
    background-color: rgba(201, 69, 120, var(--tw-bg-opacity));
  }

  .md\:tw-bg-brand-red{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 0, 52, var(--tw-bg-opacity));
  }

  .md\:tw-bg-brand-turquesa{
    --tw-bg-opacity: 1;
    background-color: rgba(60, 180, 151, var(--tw-bg-opacity));
  }

  .md\:tw-bg-gray-lighter{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .md\:tw-bg-gray-light{
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .md\:tw-bg-gray-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  .md\:tw-bg-gray-darker{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .md\:tw-bg-gray-medium{
    --tw-bg-opacity: 1;
    background-color: rgba(118, 118, 118, var(--tw-bg-opacity));
  }

  .md\:tw-bg-gray-mid{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 147, 147, var(--tw-bg-opacity));
  }

  .md\:tw-bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:tw-bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .md\:tw-bg-primary-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .md\:tw-bg-primary-light{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .md\:tw-bg-secondary{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .md\:tw-bg-secondary-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .md\:tw-bg-secondary-light{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .md\:tw-bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:tw-bg-hyperlinks{
    --tw-bg-opacity: 1;
    background-color: rgba(16, 106, 163, var(--tw-bg-opacity));
  }

  .md\:tw-bg-hyperlinks-visited{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 31, 125, var(--tw-bg-opacity));
  }

  .md\:tw-bg-transparent{
    background-color: transparent;
  }

  .md\:odd\:tw-bg-brand-orange:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .md\:odd\:tw-bg-brand-orange-dark:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .md\:odd\:tw-bg-brand-orange-light:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .md\:odd\:tw-bg-brand-blue:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .md\:odd\:tw-bg-brand-blue-dark:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .md\:odd\:tw-bg-brand-blue-light:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .md\:odd\:tw-bg-brand-yellow:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(228, 182, 32, var(--tw-bg-opacity));
  }

  .md\:odd\:tw-bg-brand-green:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(141, 192, 85, var(--tw-bg-opacity));
  }

  .md\:odd\:tw-bg-brand-pink:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(201, 69, 120, var(--tw-bg-opacity));
  }

  .md\:odd\:tw-bg-brand-red:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(187, 0, 52, var(--tw-bg-opacity));
  }

  .md\:odd\:tw-bg-brand-turquesa:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(60, 180, 151, var(--tw-bg-opacity));
  }

  .md\:odd\:tw-bg-gray-lighter:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .md\:odd\:tw-bg-gray-light:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .md\:odd\:tw-bg-gray-dark:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  .md\:odd\:tw-bg-gray-darker:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .md\:odd\:tw-bg-gray-medium:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(118, 118, 118, var(--tw-bg-opacity));
  }

  .md\:odd\:tw-bg-gray-mid:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(147, 147, 147, var(--tw-bg-opacity));
  }

  .md\:odd\:tw-bg-black:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:odd\:tw-bg-primary:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .md\:odd\:tw-bg-primary-dark:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .md\:odd\:tw-bg-primary-light:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .md\:odd\:tw-bg-secondary:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .md\:odd\:tw-bg-secondary-dark:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .md\:odd\:tw-bg-secondary-light:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .md\:odd\:tw-bg-white:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:odd\:tw-bg-hyperlinks:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(16, 106, 163, var(--tw-bg-opacity));
  }

  .md\:odd\:tw-bg-hyperlinks-visited:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(127, 31, 125, var(--tw-bg-opacity));
  }

  .md\:odd\:tw-bg-transparent:nth-child(odd){
    background-color: transparent;
  }

  .md\:even\:tw-bg-brand-orange:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .md\:even\:tw-bg-brand-orange-dark:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .md\:even\:tw-bg-brand-orange-light:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .md\:even\:tw-bg-brand-blue:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .md\:even\:tw-bg-brand-blue-dark:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .md\:even\:tw-bg-brand-blue-light:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .md\:even\:tw-bg-brand-yellow:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(228, 182, 32, var(--tw-bg-opacity));
  }

  .md\:even\:tw-bg-brand-green:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(141, 192, 85, var(--tw-bg-opacity));
  }

  .md\:even\:tw-bg-brand-pink:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(201, 69, 120, var(--tw-bg-opacity));
  }

  .md\:even\:tw-bg-brand-red:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(187, 0, 52, var(--tw-bg-opacity));
  }

  .md\:even\:tw-bg-brand-turquesa:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(60, 180, 151, var(--tw-bg-opacity));
  }

  .md\:even\:tw-bg-gray-lighter:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .md\:even\:tw-bg-gray-light:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .md\:even\:tw-bg-gray-dark:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  .md\:even\:tw-bg-gray-darker:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .md\:even\:tw-bg-gray-medium:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(118, 118, 118, var(--tw-bg-opacity));
  }

  .md\:even\:tw-bg-gray-mid:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(147, 147, 147, var(--tw-bg-opacity));
  }

  .md\:even\:tw-bg-black:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:even\:tw-bg-primary:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .md\:even\:tw-bg-primary-dark:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .md\:even\:tw-bg-primary-light:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .md\:even\:tw-bg-secondary:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .md\:even\:tw-bg-secondary-dark:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .md\:even\:tw-bg-secondary-light:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .md\:even\:tw-bg-white:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:even\:tw-bg-hyperlinks:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(16, 106, 163, var(--tw-bg-opacity));
  }

  .md\:even\:tw-bg-hyperlinks-visited:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(127, 31, 125, var(--tw-bg-opacity));
  }

  .md\:even\:tw-bg-transparent:nth-child(even){
    background-color: transparent;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-brand-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-bg-brand-orange-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-bg-brand-orange-light{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-bg-brand-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-bg-brand-blue-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-bg-brand-blue-light{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-bg-brand-yellow{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 182, 32, var(--tw-bg-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-bg-brand-green{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 192, 85, var(--tw-bg-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-bg-brand-pink{
    --tw-bg-opacity: 1;
    background-color: rgba(201, 69, 120, var(--tw-bg-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-bg-brand-red{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 0, 52, var(--tw-bg-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-bg-brand-turquesa{
    --tw-bg-opacity: 1;
    background-color: rgba(60, 180, 151, var(--tw-bg-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-bg-gray-lighter{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-bg-gray-light{
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-bg-gray-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-bg-gray-darker{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-bg-gray-medium{
    --tw-bg-opacity: 1;
    background-color: rgba(118, 118, 118, var(--tw-bg-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-bg-gray-mid{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 147, 147, var(--tw-bg-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-bg-primary-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-bg-primary-light{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-bg-secondary{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-bg-secondary-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-bg-secondary-light{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-bg-hyperlinks{
    --tw-bg-opacity: 1;
    background-color: rgba(16, 106, 163, var(--tw-bg-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-bg-hyperlinks-visited{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 31, 125, var(--tw-bg-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-bg-transparent{
    background-color: transparent;
  }

  .md\:focus-within\:tw-bg-brand-orange:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .md\:focus-within\:tw-bg-brand-orange-dark:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .md\:focus-within\:tw-bg-brand-orange-light:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .md\:focus-within\:tw-bg-brand-blue:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .md\:focus-within\:tw-bg-brand-blue-dark:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .md\:focus-within\:tw-bg-brand-blue-light:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .md\:focus-within\:tw-bg-brand-yellow:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 182, 32, var(--tw-bg-opacity));
  }

  .md\:focus-within\:tw-bg-brand-green:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 192, 85, var(--tw-bg-opacity));
  }

  .md\:focus-within\:tw-bg-brand-pink:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(201, 69, 120, var(--tw-bg-opacity));
  }

  .md\:focus-within\:tw-bg-brand-red:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 0, 52, var(--tw-bg-opacity));
  }

  .md\:focus-within\:tw-bg-brand-turquesa:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(60, 180, 151, var(--tw-bg-opacity));
  }

  .md\:focus-within\:tw-bg-gray-lighter:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .md\:focus-within\:tw-bg-gray-light:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .md\:focus-within\:tw-bg-gray-dark:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  .md\:focus-within\:tw-bg-gray-darker:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .md\:focus-within\:tw-bg-gray-medium:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(118, 118, 118, var(--tw-bg-opacity));
  }

  .md\:focus-within\:tw-bg-gray-mid:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 147, 147, var(--tw-bg-opacity));
  }

  .md\:focus-within\:tw-bg-black:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:focus-within\:tw-bg-primary:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .md\:focus-within\:tw-bg-primary-dark:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .md\:focus-within\:tw-bg-primary-light:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .md\:focus-within\:tw-bg-secondary:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .md\:focus-within\:tw-bg-secondary-dark:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .md\:focus-within\:tw-bg-secondary-light:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .md\:focus-within\:tw-bg-white:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:tw-bg-hyperlinks:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(16, 106, 163, var(--tw-bg-opacity));
  }

  .md\:focus-within\:tw-bg-hyperlinks-visited:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 31, 125, var(--tw-bg-opacity));
  }

  .md\:focus-within\:tw-bg-transparent:focus-within{
    background-color: transparent;
  }

  .md\:hover\:tw-bg-brand-orange:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .md\:hover\:tw-bg-brand-orange-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .md\:hover\:tw-bg-brand-orange-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .md\:hover\:tw-bg-brand-blue:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .md\:hover\:tw-bg-brand-blue-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .md\:hover\:tw-bg-brand-blue-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .md\:hover\:tw-bg-brand-yellow:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 182, 32, var(--tw-bg-opacity));
  }

  .md\:hover\:tw-bg-brand-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 192, 85, var(--tw-bg-opacity));
  }

  .md\:hover\:tw-bg-brand-pink:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(201, 69, 120, var(--tw-bg-opacity));
  }

  .md\:hover\:tw-bg-brand-red:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 0, 52, var(--tw-bg-opacity));
  }

  .md\:hover\:tw-bg-brand-turquesa:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(60, 180, 151, var(--tw-bg-opacity));
  }

  .md\:hover\:tw-bg-gray-lighter:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .md\:hover\:tw-bg-gray-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .md\:hover\:tw-bg-gray-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  .md\:hover\:tw-bg-gray-darker:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .md\:hover\:tw-bg-gray-medium:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(118, 118, 118, var(--tw-bg-opacity));
  }

  .md\:hover\:tw-bg-gray-mid:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 147, 147, var(--tw-bg-opacity));
  }

  .md\:hover\:tw-bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:hover\:tw-bg-primary:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .md\:hover\:tw-bg-primary-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .md\:hover\:tw-bg-primary-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .md\:hover\:tw-bg-secondary:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .md\:hover\:tw-bg-secondary-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .md\:hover\:tw-bg-secondary-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .md\:hover\:tw-bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:tw-bg-hyperlinks:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(16, 106, 163, var(--tw-bg-opacity));
  }

  .md\:hover\:tw-bg-hyperlinks-visited:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 31, 125, var(--tw-bg-opacity));
  }

  .md\:hover\:tw-bg-transparent:hover{
    background-color: transparent;
  }

  .md\:focus\:tw-bg-brand-orange:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .md\:focus\:tw-bg-brand-orange-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .md\:focus\:tw-bg-brand-orange-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .md\:focus\:tw-bg-brand-blue:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .md\:focus\:tw-bg-brand-blue-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .md\:focus\:tw-bg-brand-blue-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .md\:focus\:tw-bg-brand-yellow:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 182, 32, var(--tw-bg-opacity));
  }

  .md\:focus\:tw-bg-brand-green:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 192, 85, var(--tw-bg-opacity));
  }

  .md\:focus\:tw-bg-brand-pink:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(201, 69, 120, var(--tw-bg-opacity));
  }

  .md\:focus\:tw-bg-brand-red:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 0, 52, var(--tw-bg-opacity));
  }

  .md\:focus\:tw-bg-brand-turquesa:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(60, 180, 151, var(--tw-bg-opacity));
  }

  .md\:focus\:tw-bg-gray-lighter:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .md\:focus\:tw-bg-gray-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .md\:focus\:tw-bg-gray-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  .md\:focus\:tw-bg-gray-darker:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .md\:focus\:tw-bg-gray-medium:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(118, 118, 118, var(--tw-bg-opacity));
  }

  .md\:focus\:tw-bg-gray-mid:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 147, 147, var(--tw-bg-opacity));
  }

  .md\:focus\:tw-bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:focus\:tw-bg-primary:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .md\:focus\:tw-bg-primary-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .md\:focus\:tw-bg-primary-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .md\:focus\:tw-bg-secondary:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .md\:focus\:tw-bg-secondary-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .md\:focus\:tw-bg-secondary-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .md\:focus\:tw-bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:tw-bg-hyperlinks:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(16, 106, 163, var(--tw-bg-opacity));
  }

  .md\:focus\:tw-bg-hyperlinks-visited:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 31, 125, var(--tw-bg-opacity));
  }

  .md\:focus\:tw-bg-transparent:focus{
    background-color: transparent;
  }

  .md\:tw-bg-none{
    background-image: none;
  }

  .md\:tw-bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .md\:tw-bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .md\:tw-bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .md\:tw-bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .md\:tw-bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .md\:tw-bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .md\:tw-bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .md\:tw-bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .md\:tw-from-brand-orange{
    --tw-gradient-from: #E35100;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .md\:tw-from-brand-orange-dark{
    --tw-gradient-from: #C04400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .md\:tw-from-brand-orange-light{
    --tw-gradient-from: #F38D25;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .md\:tw-from-brand-blue{
    --tw-gradient-from: #005272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .md\:tw-from-brand-blue-dark{
    --tw-gradient-from: #3F83A3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .md\:tw-from-brand-blue-light{
    --tw-gradient-from: #4F99BB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .md\:tw-from-brand-yellow{
    --tw-gradient-from: #E4B620;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 182, 32, 0));
  }

  .md\:tw-from-brand-green{
    --tw-gradient-from: #8DC055;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 192, 85, 0));
  }

  .md\:tw-from-brand-pink{
    --tw-gradient-from: #C94578;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 69, 120, 0));
  }

  .md\:tw-from-brand-red{
    --tw-gradient-from: #BB0034;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 0, 52, 0));
  }

  .md\:tw-from-brand-turquesa{
    --tw-gradient-from: #3cb497;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 180, 151, 0));
  }

  .md\:tw-from-gray-lighter{
    --tw-gradient-from: #F5F5F5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .md\:tw-from-gray-light{
    --tw-gradient-from: #dadada;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .md\:tw-from-gray-dark{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  .md\:tw-from-gray-darker{
    --tw-gradient-from: #222222;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .md\:tw-from-gray-medium{
    --tw-gradient-from: #767676;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(118, 118, 118, 0));
  }

  .md\:tw-from-gray-mid{
    --tw-gradient-from: #939393;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 147, 147, 0));
  }

  .md\:tw-from-black{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:tw-from-primary{
    --tw-gradient-from: #E35100;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .md\:tw-from-primary-dark{
    --tw-gradient-from: #C04400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .md\:tw-from-primary-light{
    --tw-gradient-from: #F38D25;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .md\:tw-from-secondary{
    --tw-gradient-from: #005272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .md\:tw-from-secondary-dark{
    --tw-gradient-from: #3F83A3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .md\:tw-from-secondary-light{
    --tw-gradient-from: #4F99BB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .md\:tw-from-white{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:tw-from-hyperlinks{
    --tw-gradient-from: #106AA3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 106, 163, 0));
  }

  .md\:tw-from-hyperlinks-visited{
    --tw-gradient-from: #7F1F7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 31, 125, 0));
  }

  .md\:tw-from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:tw-via-brand-orange{
    --tw-gradient-stops: var(--tw-gradient-from), #E35100, var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .md\:tw-via-brand-orange-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #C04400, var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .md\:tw-via-brand-orange-light{
    --tw-gradient-stops: var(--tw-gradient-from), #F38D25, var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .md\:tw-via-brand-blue{
    --tw-gradient-stops: var(--tw-gradient-from), #005272, var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .md\:tw-via-brand-blue-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #3F83A3, var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .md\:tw-via-brand-blue-light{
    --tw-gradient-stops: var(--tw-gradient-from), #4F99BB, var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .md\:tw-via-brand-yellow{
    --tw-gradient-stops: var(--tw-gradient-from), #E4B620, var(--tw-gradient-to, rgba(228, 182, 32, 0));
  }

  .md\:tw-via-brand-green{
    --tw-gradient-stops: var(--tw-gradient-from), #8DC055, var(--tw-gradient-to, rgba(141, 192, 85, 0));
  }

  .md\:tw-via-brand-pink{
    --tw-gradient-stops: var(--tw-gradient-from), #C94578, var(--tw-gradient-to, rgba(201, 69, 120, 0));
  }

  .md\:tw-via-brand-red{
    --tw-gradient-stops: var(--tw-gradient-from), #BB0034, var(--tw-gradient-to, rgba(187, 0, 52, 0));
  }

  .md\:tw-via-brand-turquesa{
    --tw-gradient-stops: var(--tw-gradient-from), #3cb497, var(--tw-gradient-to, rgba(60, 180, 151, 0));
  }

  .md\:tw-via-gray-lighter{
    --tw-gradient-stops: var(--tw-gradient-from), #F5F5F5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .md\:tw-via-gray-light{
    --tw-gradient-stops: var(--tw-gradient-from), #dadada, var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .md\:tw-via-gray-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  .md\:tw-via-gray-darker{
    --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .md\:tw-via-gray-medium{
    --tw-gradient-stops: var(--tw-gradient-from), #767676, var(--tw-gradient-to, rgba(118, 118, 118, 0));
  }

  .md\:tw-via-gray-mid{
    --tw-gradient-stops: var(--tw-gradient-from), #939393, var(--tw-gradient-to, rgba(147, 147, 147, 0));
  }

  .md\:tw-via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:tw-via-primary{
    --tw-gradient-stops: var(--tw-gradient-from), #E35100, var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .md\:tw-via-primary-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #C04400, var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .md\:tw-via-primary-light{
    --tw-gradient-stops: var(--tw-gradient-from), #F38D25, var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .md\:tw-via-secondary{
    --tw-gradient-stops: var(--tw-gradient-from), #005272, var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .md\:tw-via-secondary-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #3F83A3, var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .md\:tw-via-secondary-light{
    --tw-gradient-stops: var(--tw-gradient-from), #4F99BB, var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .md\:tw-via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:tw-via-hyperlinks{
    --tw-gradient-stops: var(--tw-gradient-from), #106AA3, var(--tw-gradient-to, rgba(16, 106, 163, 0));
  }

  .md\:tw-via-hyperlinks-visited{
    --tw-gradient-stops: var(--tw-gradient-from), #7F1F7D, var(--tw-gradient-to, rgba(127, 31, 125, 0));
  }

  .md\:tw-via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:tw-to-brand-orange{
    --tw-gradient-to: #E35100;
  }

  .md\:tw-to-brand-orange-dark{
    --tw-gradient-to: #C04400;
  }

  .md\:tw-to-brand-orange-light{
    --tw-gradient-to: #F38D25;
  }

  .md\:tw-to-brand-blue{
    --tw-gradient-to: #005272;
  }

  .md\:tw-to-brand-blue-dark{
    --tw-gradient-to: #3F83A3;
  }

  .md\:tw-to-brand-blue-light{
    --tw-gradient-to: #4F99BB;
  }

  .md\:tw-to-brand-yellow{
    --tw-gradient-to: #E4B620;
  }

  .md\:tw-to-brand-green{
    --tw-gradient-to: #8DC055;
  }

  .md\:tw-to-brand-pink{
    --tw-gradient-to: #C94578;
  }

  .md\:tw-to-brand-red{
    --tw-gradient-to: #BB0034;
  }

  .md\:tw-to-brand-turquesa{
    --tw-gradient-to: #3cb497;
  }

  .md\:tw-to-gray-lighter{
    --tw-gradient-to: #F5F5F5;
  }

  .md\:tw-to-gray-light{
    --tw-gradient-to: #dadada;
  }

  .md\:tw-to-gray-dark{
    --tw-gradient-to: #666666;
  }

  .md\:tw-to-gray-darker{
    --tw-gradient-to: #222222;
  }

  .md\:tw-to-gray-medium{
    --tw-gradient-to: #767676;
  }

  .md\:tw-to-gray-mid{
    --tw-gradient-to: #939393;
  }

  .md\:tw-to-black{
    --tw-gradient-to: #000000;
  }

  .md\:tw-to-primary{
    --tw-gradient-to: #E35100;
  }

  .md\:tw-to-primary-dark{
    --tw-gradient-to: #C04400;
  }

  .md\:tw-to-primary-light{
    --tw-gradient-to: #F38D25;
  }

  .md\:tw-to-secondary{
    --tw-gradient-to: #005272;
  }

  .md\:tw-to-secondary-dark{
    --tw-gradient-to: #3F83A3;
  }

  .md\:tw-to-secondary-light{
    --tw-gradient-to: #4F99BB;
  }

  .md\:tw-to-white{
    --tw-gradient-to: #FFFFFF;
  }

  .md\:tw-to-hyperlinks{
    --tw-gradient-to: #106AA3;
  }

  .md\:tw-to-hyperlinks-visited{
    --tw-gradient-to: #7F1F7D;
  }

  .md\:tw-to-transparent{
    --tw-gradient-to: transparent;
  }

  .md\:hover\:tw-from-brand-orange:hover{
    --tw-gradient-from: #E35100;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .md\:hover\:tw-from-brand-orange-dark:hover{
    --tw-gradient-from: #C04400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .md\:hover\:tw-from-brand-orange-light:hover{
    --tw-gradient-from: #F38D25;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .md\:hover\:tw-from-brand-blue:hover{
    --tw-gradient-from: #005272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .md\:hover\:tw-from-brand-blue-dark:hover{
    --tw-gradient-from: #3F83A3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .md\:hover\:tw-from-brand-blue-light:hover{
    --tw-gradient-from: #4F99BB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .md\:hover\:tw-from-brand-yellow:hover{
    --tw-gradient-from: #E4B620;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 182, 32, 0));
  }

  .md\:hover\:tw-from-brand-green:hover{
    --tw-gradient-from: #8DC055;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 192, 85, 0));
  }

  .md\:hover\:tw-from-brand-pink:hover{
    --tw-gradient-from: #C94578;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 69, 120, 0));
  }

  .md\:hover\:tw-from-brand-red:hover{
    --tw-gradient-from: #BB0034;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 0, 52, 0));
  }

  .md\:hover\:tw-from-brand-turquesa:hover{
    --tw-gradient-from: #3cb497;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 180, 151, 0));
  }

  .md\:hover\:tw-from-gray-lighter:hover{
    --tw-gradient-from: #F5F5F5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .md\:hover\:tw-from-gray-light:hover{
    --tw-gradient-from: #dadada;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .md\:hover\:tw-from-gray-dark:hover{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  .md\:hover\:tw-from-gray-darker:hover{
    --tw-gradient-from: #222222;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .md\:hover\:tw-from-gray-medium:hover{
    --tw-gradient-from: #767676;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(118, 118, 118, 0));
  }

  .md\:hover\:tw-from-gray-mid:hover{
    --tw-gradient-from: #939393;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 147, 147, 0));
  }

  .md\:hover\:tw-from-black:hover{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:tw-from-primary:hover{
    --tw-gradient-from: #E35100;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .md\:hover\:tw-from-primary-dark:hover{
    --tw-gradient-from: #C04400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .md\:hover\:tw-from-primary-light:hover{
    --tw-gradient-from: #F38D25;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .md\:hover\:tw-from-secondary:hover{
    --tw-gradient-from: #005272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .md\:hover\:tw-from-secondary-dark:hover{
    --tw-gradient-from: #3F83A3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .md\:hover\:tw-from-secondary-light:hover{
    --tw-gradient-from: #4F99BB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .md\:hover\:tw-from-white:hover{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:tw-from-hyperlinks:hover{
    --tw-gradient-from: #106AA3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 106, 163, 0));
  }

  .md\:hover\:tw-from-hyperlinks-visited:hover{
    --tw-gradient-from: #7F1F7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 31, 125, 0));
  }

  .md\:hover\:tw-from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:tw-via-brand-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E35100, var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .md\:hover\:tw-via-brand-orange-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #C04400, var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .md\:hover\:tw-via-brand-orange-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F38D25, var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .md\:hover\:tw-via-brand-blue:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #005272, var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .md\:hover\:tw-via-brand-blue-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3F83A3, var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .md\:hover\:tw-via-brand-blue-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4F99BB, var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .md\:hover\:tw-via-brand-yellow:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E4B620, var(--tw-gradient-to, rgba(228, 182, 32, 0));
  }

  .md\:hover\:tw-via-brand-green:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8DC055, var(--tw-gradient-to, rgba(141, 192, 85, 0));
  }

  .md\:hover\:tw-via-brand-pink:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #C94578, var(--tw-gradient-to, rgba(201, 69, 120, 0));
  }

  .md\:hover\:tw-via-brand-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #BB0034, var(--tw-gradient-to, rgba(187, 0, 52, 0));
  }

  .md\:hover\:tw-via-brand-turquesa:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3cb497, var(--tw-gradient-to, rgba(60, 180, 151, 0));
  }

  .md\:hover\:tw-via-gray-lighter:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F5F5F5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .md\:hover\:tw-via-gray-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dadada, var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .md\:hover\:tw-via-gray-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  .md\:hover\:tw-via-gray-darker:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .md\:hover\:tw-via-gray-medium:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #767676, var(--tw-gradient-to, rgba(118, 118, 118, 0));
  }

  .md\:hover\:tw-via-gray-mid:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #939393, var(--tw-gradient-to, rgba(147, 147, 147, 0));
  }

  .md\:hover\:tw-via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:tw-via-primary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E35100, var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .md\:hover\:tw-via-primary-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #C04400, var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .md\:hover\:tw-via-primary-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F38D25, var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .md\:hover\:tw-via-secondary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #005272, var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .md\:hover\:tw-via-secondary-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3F83A3, var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .md\:hover\:tw-via-secondary-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4F99BB, var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .md\:hover\:tw-via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:tw-via-hyperlinks:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #106AA3, var(--tw-gradient-to, rgba(16, 106, 163, 0));
  }

  .md\:hover\:tw-via-hyperlinks-visited:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7F1F7D, var(--tw-gradient-to, rgba(127, 31, 125, 0));
  }

  .md\:hover\:tw-via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:tw-to-brand-orange:hover{
    --tw-gradient-to: #E35100;
  }

  .md\:hover\:tw-to-brand-orange-dark:hover{
    --tw-gradient-to: #C04400;
  }

  .md\:hover\:tw-to-brand-orange-light:hover{
    --tw-gradient-to: #F38D25;
  }

  .md\:hover\:tw-to-brand-blue:hover{
    --tw-gradient-to: #005272;
  }

  .md\:hover\:tw-to-brand-blue-dark:hover{
    --tw-gradient-to: #3F83A3;
  }

  .md\:hover\:tw-to-brand-blue-light:hover{
    --tw-gradient-to: #4F99BB;
  }

  .md\:hover\:tw-to-brand-yellow:hover{
    --tw-gradient-to: #E4B620;
  }

  .md\:hover\:tw-to-brand-green:hover{
    --tw-gradient-to: #8DC055;
  }

  .md\:hover\:tw-to-brand-pink:hover{
    --tw-gradient-to: #C94578;
  }

  .md\:hover\:tw-to-brand-red:hover{
    --tw-gradient-to: #BB0034;
  }

  .md\:hover\:tw-to-brand-turquesa:hover{
    --tw-gradient-to: #3cb497;
  }

  .md\:hover\:tw-to-gray-lighter:hover{
    --tw-gradient-to: #F5F5F5;
  }

  .md\:hover\:tw-to-gray-light:hover{
    --tw-gradient-to: #dadada;
  }

  .md\:hover\:tw-to-gray-dark:hover{
    --tw-gradient-to: #666666;
  }

  .md\:hover\:tw-to-gray-darker:hover{
    --tw-gradient-to: #222222;
  }

  .md\:hover\:tw-to-gray-medium:hover{
    --tw-gradient-to: #767676;
  }

  .md\:hover\:tw-to-gray-mid:hover{
    --tw-gradient-to: #939393;
  }

  .md\:hover\:tw-to-black:hover{
    --tw-gradient-to: #000000;
  }

  .md\:hover\:tw-to-primary:hover{
    --tw-gradient-to: #E35100;
  }

  .md\:hover\:tw-to-primary-dark:hover{
    --tw-gradient-to: #C04400;
  }

  .md\:hover\:tw-to-primary-light:hover{
    --tw-gradient-to: #F38D25;
  }

  .md\:hover\:tw-to-secondary:hover{
    --tw-gradient-to: #005272;
  }

  .md\:hover\:tw-to-secondary-dark:hover{
    --tw-gradient-to: #3F83A3;
  }

  .md\:hover\:tw-to-secondary-light:hover{
    --tw-gradient-to: #4F99BB;
  }

  .md\:hover\:tw-to-white:hover{
    --tw-gradient-to: #FFFFFF;
  }

  .md\:hover\:tw-to-hyperlinks:hover{
    --tw-gradient-to: #106AA3;
  }

  .md\:hover\:tw-to-hyperlinks-visited:hover{
    --tw-gradient-to: #7F1F7D;
  }

  .md\:hover\:tw-to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .md\:focus\:tw-from-brand-orange:focus{
    --tw-gradient-from: #E35100;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .md\:focus\:tw-from-brand-orange-dark:focus{
    --tw-gradient-from: #C04400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .md\:focus\:tw-from-brand-orange-light:focus{
    --tw-gradient-from: #F38D25;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .md\:focus\:tw-from-brand-blue:focus{
    --tw-gradient-from: #005272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .md\:focus\:tw-from-brand-blue-dark:focus{
    --tw-gradient-from: #3F83A3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .md\:focus\:tw-from-brand-blue-light:focus{
    --tw-gradient-from: #4F99BB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .md\:focus\:tw-from-brand-yellow:focus{
    --tw-gradient-from: #E4B620;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 182, 32, 0));
  }

  .md\:focus\:tw-from-brand-green:focus{
    --tw-gradient-from: #8DC055;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 192, 85, 0));
  }

  .md\:focus\:tw-from-brand-pink:focus{
    --tw-gradient-from: #C94578;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 69, 120, 0));
  }

  .md\:focus\:tw-from-brand-red:focus{
    --tw-gradient-from: #BB0034;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 0, 52, 0));
  }

  .md\:focus\:tw-from-brand-turquesa:focus{
    --tw-gradient-from: #3cb497;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 180, 151, 0));
  }

  .md\:focus\:tw-from-gray-lighter:focus{
    --tw-gradient-from: #F5F5F5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .md\:focus\:tw-from-gray-light:focus{
    --tw-gradient-from: #dadada;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .md\:focus\:tw-from-gray-dark:focus{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  .md\:focus\:tw-from-gray-darker:focus{
    --tw-gradient-from: #222222;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .md\:focus\:tw-from-gray-medium:focus{
    --tw-gradient-from: #767676;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(118, 118, 118, 0));
  }

  .md\:focus\:tw-from-gray-mid:focus{
    --tw-gradient-from: #939393;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 147, 147, 0));
  }

  .md\:focus\:tw-from-black:focus{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:tw-from-primary:focus{
    --tw-gradient-from: #E35100;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .md\:focus\:tw-from-primary-dark:focus{
    --tw-gradient-from: #C04400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .md\:focus\:tw-from-primary-light:focus{
    --tw-gradient-from: #F38D25;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .md\:focus\:tw-from-secondary:focus{
    --tw-gradient-from: #005272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .md\:focus\:tw-from-secondary-dark:focus{
    --tw-gradient-from: #3F83A3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .md\:focus\:tw-from-secondary-light:focus{
    --tw-gradient-from: #4F99BB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .md\:focus\:tw-from-white:focus{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:tw-from-hyperlinks:focus{
    --tw-gradient-from: #106AA3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 106, 163, 0));
  }

  .md\:focus\:tw-from-hyperlinks-visited:focus{
    --tw-gradient-from: #7F1F7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 31, 125, 0));
  }

  .md\:focus\:tw-from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:tw-via-brand-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E35100, var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .md\:focus\:tw-via-brand-orange-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #C04400, var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .md\:focus\:tw-via-brand-orange-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F38D25, var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .md\:focus\:tw-via-brand-blue:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #005272, var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .md\:focus\:tw-via-brand-blue-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3F83A3, var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .md\:focus\:tw-via-brand-blue-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4F99BB, var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .md\:focus\:tw-via-brand-yellow:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E4B620, var(--tw-gradient-to, rgba(228, 182, 32, 0));
  }

  .md\:focus\:tw-via-brand-green:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8DC055, var(--tw-gradient-to, rgba(141, 192, 85, 0));
  }

  .md\:focus\:tw-via-brand-pink:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #C94578, var(--tw-gradient-to, rgba(201, 69, 120, 0));
  }

  .md\:focus\:tw-via-brand-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #BB0034, var(--tw-gradient-to, rgba(187, 0, 52, 0));
  }

  .md\:focus\:tw-via-brand-turquesa:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3cb497, var(--tw-gradient-to, rgba(60, 180, 151, 0));
  }

  .md\:focus\:tw-via-gray-lighter:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F5F5F5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .md\:focus\:tw-via-gray-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dadada, var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .md\:focus\:tw-via-gray-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  .md\:focus\:tw-via-gray-darker:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .md\:focus\:tw-via-gray-medium:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #767676, var(--tw-gradient-to, rgba(118, 118, 118, 0));
  }

  .md\:focus\:tw-via-gray-mid:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #939393, var(--tw-gradient-to, rgba(147, 147, 147, 0));
  }

  .md\:focus\:tw-via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:tw-via-primary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E35100, var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .md\:focus\:tw-via-primary-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #C04400, var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .md\:focus\:tw-via-primary-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F38D25, var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .md\:focus\:tw-via-secondary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #005272, var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .md\:focus\:tw-via-secondary-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3F83A3, var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .md\:focus\:tw-via-secondary-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4F99BB, var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .md\:focus\:tw-via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:tw-via-hyperlinks:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #106AA3, var(--tw-gradient-to, rgba(16, 106, 163, 0));
  }

  .md\:focus\:tw-via-hyperlinks-visited:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7F1F7D, var(--tw-gradient-to, rgba(127, 31, 125, 0));
  }

  .md\:focus\:tw-via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:tw-to-brand-orange:focus{
    --tw-gradient-to: #E35100;
  }

  .md\:focus\:tw-to-brand-orange-dark:focus{
    --tw-gradient-to: #C04400;
  }

  .md\:focus\:tw-to-brand-orange-light:focus{
    --tw-gradient-to: #F38D25;
  }

  .md\:focus\:tw-to-brand-blue:focus{
    --tw-gradient-to: #005272;
  }

  .md\:focus\:tw-to-brand-blue-dark:focus{
    --tw-gradient-to: #3F83A3;
  }

  .md\:focus\:tw-to-brand-blue-light:focus{
    --tw-gradient-to: #4F99BB;
  }

  .md\:focus\:tw-to-brand-yellow:focus{
    --tw-gradient-to: #E4B620;
  }

  .md\:focus\:tw-to-brand-green:focus{
    --tw-gradient-to: #8DC055;
  }

  .md\:focus\:tw-to-brand-pink:focus{
    --tw-gradient-to: #C94578;
  }

  .md\:focus\:tw-to-brand-red:focus{
    --tw-gradient-to: #BB0034;
  }

  .md\:focus\:tw-to-brand-turquesa:focus{
    --tw-gradient-to: #3cb497;
  }

  .md\:focus\:tw-to-gray-lighter:focus{
    --tw-gradient-to: #F5F5F5;
  }

  .md\:focus\:tw-to-gray-light:focus{
    --tw-gradient-to: #dadada;
  }

  .md\:focus\:tw-to-gray-dark:focus{
    --tw-gradient-to: #666666;
  }

  .md\:focus\:tw-to-gray-darker:focus{
    --tw-gradient-to: #222222;
  }

  .md\:focus\:tw-to-gray-medium:focus{
    --tw-gradient-to: #767676;
  }

  .md\:focus\:tw-to-gray-mid:focus{
    --tw-gradient-to: #939393;
  }

  .md\:focus\:tw-to-black:focus{
    --tw-gradient-to: #000000;
  }

  .md\:focus\:tw-to-primary:focus{
    --tw-gradient-to: #E35100;
  }

  .md\:focus\:tw-to-primary-dark:focus{
    --tw-gradient-to: #C04400;
  }

  .md\:focus\:tw-to-primary-light:focus{
    --tw-gradient-to: #F38D25;
  }

  .md\:focus\:tw-to-secondary:focus{
    --tw-gradient-to: #005272;
  }

  .md\:focus\:tw-to-secondary-dark:focus{
    --tw-gradient-to: #3F83A3;
  }

  .md\:focus\:tw-to-secondary-light:focus{
    --tw-gradient-to: #4F99BB;
  }

  .md\:focus\:tw-to-white:focus{
    --tw-gradient-to: #FFFFFF;
  }

  .md\:focus\:tw-to-hyperlinks:focus{
    --tw-gradient-to: #106AA3;
  }

  .md\:focus\:tw-to-hyperlinks-visited:focus{
    --tw-gradient-to: #7F1F7D;
  }

  .md\:focus\:tw-to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .md\:tw-bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .md\:tw-bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .md\:tw-bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .md\:tw-bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .md\:tw-bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .md\:tw-bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .md\:tw-bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .md\:tw-bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .md\:tw-bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .md\:tw-bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .md\:tw-bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .md\:tw-bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .md\:tw-bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .md\:tw-bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .md\:tw-bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .md\:focus-within\:tw-bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  .md\:focus-within\:tw-bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05;
  }

  .md\:focus-within\:tw-bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1;
  }

  .md\:focus-within\:tw-bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2;
  }

  .md\:focus-within\:tw-bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  .md\:focus-within\:tw-bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3;
  }

  .md\:focus-within\:tw-bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  .md\:focus-within\:tw-bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  .md\:focus-within\:tw-bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6;
  }

  .md\:focus-within\:tw-bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7;
  }

  .md\:focus-within\:tw-bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  .md\:focus-within\:tw-bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8;
  }

  .md\:focus-within\:tw-bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9;
  }

  .md\:focus-within\:tw-bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95;
  }

  .md\:focus-within\:tw-bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  .md\:hover\:tw-bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  .md\:hover\:tw-bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }

  .md\:hover\:tw-bg-opacity-10:hover{
    --tw-bg-opacity: 0.1;
  }

  .md\:hover\:tw-bg-opacity-20:hover{
    --tw-bg-opacity: 0.2;
  }

  .md\:hover\:tw-bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  .md\:hover\:tw-bg-opacity-30:hover{
    --tw-bg-opacity: 0.3;
  }

  .md\:hover\:tw-bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  .md\:hover\:tw-bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  .md\:hover\:tw-bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }

  .md\:hover\:tw-bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }

  .md\:hover\:tw-bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  .md\:hover\:tw-bg-opacity-80:hover{
    --tw-bg-opacity: 0.8;
  }

  .md\:hover\:tw-bg-opacity-90:hover{
    --tw-bg-opacity: 0.9;
  }

  .md\:hover\:tw-bg-opacity-95:hover{
    --tw-bg-opacity: 0.95;
  }

  .md\:hover\:tw-bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  .md\:focus\:tw-bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  .md\:focus\:tw-bg-opacity-5:focus{
    --tw-bg-opacity: 0.05;
  }

  .md\:focus\:tw-bg-opacity-10:focus{
    --tw-bg-opacity: 0.1;
  }

  .md\:focus\:tw-bg-opacity-20:focus{
    --tw-bg-opacity: 0.2;
  }

  .md\:focus\:tw-bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  .md\:focus\:tw-bg-opacity-30:focus{
    --tw-bg-opacity: 0.3;
  }

  .md\:focus\:tw-bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  .md\:focus\:tw-bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  .md\:focus\:tw-bg-opacity-60:focus{
    --tw-bg-opacity: 0.6;
  }

  .md\:focus\:tw-bg-opacity-70:focus{
    --tw-bg-opacity: 0.7;
  }

  .md\:focus\:tw-bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  .md\:focus\:tw-bg-opacity-80:focus{
    --tw-bg-opacity: 0.8;
  }

  .md\:focus\:tw-bg-opacity-90:focus{
    --tw-bg-opacity: 0.9;
  }

  .md\:focus\:tw-bg-opacity-95:focus{
    --tw-bg-opacity: 0.95;
  }

  .md\:focus\:tw-bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  .md\:tw-bg-bottom{
    background-position: bottom;
  }

  .md\:tw-bg-center{
    background-position: center;
  }

  .md\:tw-bg-left{
    background-position: left;
  }

  .md\:tw-bg-left-bottom{
    background-position: left bottom;
  }

  .md\:tw-bg-left-top{
    background-position: left top;
  }

  .md\:tw-bg-right{
    background-position: right;
  }

  .md\:tw-bg-right-bottom{
    background-position: right bottom;
  }

  .md\:tw-bg-right-top{
    background-position: right top;
  }

  .md\:tw-bg-top{
    background-position: top;
  }

  .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-bg-repeat-round{
    background-repeat: round;
  }

  .md\:tw-bg-repeat-space{
    background-repeat: space;
  }

  .md\:tw-bg-auto{
    background-size: auto;
  }

  .md\:tw-bg-cover{
    background-size: cover;
  }

  .md\:tw-bg-contain{
    background-size: contain;
  }

  .md\:tw-border-collapse{
    border-collapse: collapse;
  }

  .md\:tw-border-separate{
    border-collapse: separate;
  }

  .md\:tw-border-brand-orange{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .md\:tw-border-brand-orange-dark{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .md\:tw-border-brand-orange-light{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .md\:tw-border-brand-blue{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .md\:tw-border-brand-blue-dark{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .md\:tw-border-brand-blue-light{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .md\:tw-border-brand-yellow{
    --tw-border-opacity: 1;
    border-color: rgba(228, 182, 32, var(--tw-border-opacity));
  }

  .md\:tw-border-brand-green{
    --tw-border-opacity: 1;
    border-color: rgba(141, 192, 85, var(--tw-border-opacity));
  }

  .md\:tw-border-brand-pink{
    --tw-border-opacity: 1;
    border-color: rgba(201, 69, 120, var(--tw-border-opacity));
  }

  .md\:tw-border-brand-red{
    --tw-border-opacity: 1;
    border-color: rgba(187, 0, 52, var(--tw-border-opacity));
  }

  .md\:tw-border-brand-turquesa{
    --tw-border-opacity: 1;
    border-color: rgba(60, 180, 151, var(--tw-border-opacity));
  }

  .md\:tw-border-gray-lighter{
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .md\:tw-border-gray-light{
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .md\:tw-border-gray-dark{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  .md\:tw-border-gray-darker{
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .md\:tw-border-gray-medium{
    --tw-border-opacity: 1;
    border-color: rgba(118, 118, 118, var(--tw-border-opacity));
  }

  .md\:tw-border-gray-mid{
    --tw-border-opacity: 1;
    border-color: rgba(147, 147, 147, var(--tw-border-opacity));
  }

  .md\:tw-border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:tw-border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .md\:tw-border-primary-dark{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .md\:tw-border-primary-light{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .md\:tw-border-secondary{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .md\:tw-border-secondary-dark{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .md\:tw-border-secondary-light{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .md\:tw-border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:tw-border-hyperlinks{
    --tw-border-opacity: 1;
    border-color: rgba(16, 106, 163, var(--tw-border-opacity));
  }

  .md\:tw-border-hyperlinks-visited{
    --tw-border-opacity: 1;
    border-color: rgba(127, 31, 125, var(--tw-border-opacity));
  }

  .md\:tw-border-transparent{
    border-color: transparent;
  }

  .tw-group:hover .md\:group-hover\:tw-border-brand-orange{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-border-brand-orange-dark{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-border-brand-orange-light{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-border-brand-blue{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-border-brand-blue-dark{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-border-brand-blue-light{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-border-brand-yellow{
    --tw-border-opacity: 1;
    border-color: rgba(228, 182, 32, var(--tw-border-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-border-brand-green{
    --tw-border-opacity: 1;
    border-color: rgba(141, 192, 85, var(--tw-border-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-border-brand-pink{
    --tw-border-opacity: 1;
    border-color: rgba(201, 69, 120, var(--tw-border-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-border-brand-red{
    --tw-border-opacity: 1;
    border-color: rgba(187, 0, 52, var(--tw-border-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-border-brand-turquesa{
    --tw-border-opacity: 1;
    border-color: rgba(60, 180, 151, var(--tw-border-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-border-gray-lighter{
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-border-gray-light{
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-border-gray-dark{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-border-gray-darker{
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-border-gray-medium{
    --tw-border-opacity: 1;
    border-color: rgba(118, 118, 118, var(--tw-border-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-border-gray-mid{
    --tw-border-opacity: 1;
    border-color: rgba(147, 147, 147, var(--tw-border-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-border-primary-dark{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-border-primary-light{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-border-secondary{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-border-secondary-dark{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-border-secondary-light{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-border-hyperlinks{
    --tw-border-opacity: 1;
    border-color: rgba(16, 106, 163, var(--tw-border-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-border-hyperlinks-visited{
    --tw-border-opacity: 1;
    border-color: rgba(127, 31, 125, var(--tw-border-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-border-transparent{
    border-color: transparent;
  }

  .md\:focus-within\:tw-border-brand-orange:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .md\:focus-within\:tw-border-brand-orange-dark:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .md\:focus-within\:tw-border-brand-orange-light:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .md\:focus-within\:tw-border-brand-blue:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .md\:focus-within\:tw-border-brand-blue-dark:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .md\:focus-within\:tw-border-brand-blue-light:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .md\:focus-within\:tw-border-brand-yellow:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(228, 182, 32, var(--tw-border-opacity));
  }

  .md\:focus-within\:tw-border-brand-green:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(141, 192, 85, var(--tw-border-opacity));
  }

  .md\:focus-within\:tw-border-brand-pink:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(201, 69, 120, var(--tw-border-opacity));
  }

  .md\:focus-within\:tw-border-brand-red:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(187, 0, 52, var(--tw-border-opacity));
  }

  .md\:focus-within\:tw-border-brand-turquesa:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(60, 180, 151, var(--tw-border-opacity));
  }

  .md\:focus-within\:tw-border-gray-lighter:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .md\:focus-within\:tw-border-gray-light:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .md\:focus-within\:tw-border-gray-dark:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  .md\:focus-within\:tw-border-gray-darker:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .md\:focus-within\:tw-border-gray-medium:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(118, 118, 118, var(--tw-border-opacity));
  }

  .md\:focus-within\:tw-border-gray-mid:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(147, 147, 147, var(--tw-border-opacity));
  }

  .md\:focus-within\:tw-border-black:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:focus-within\:tw-border-primary:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .md\:focus-within\:tw-border-primary-dark:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .md\:focus-within\:tw-border-primary-light:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .md\:focus-within\:tw-border-secondary:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .md\:focus-within\:tw-border-secondary-dark:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .md\:focus-within\:tw-border-secondary-light:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .md\:focus-within\:tw-border-white:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:tw-border-hyperlinks:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(16, 106, 163, var(--tw-border-opacity));
  }

  .md\:focus-within\:tw-border-hyperlinks-visited:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(127, 31, 125, var(--tw-border-opacity));
  }

  .md\:focus-within\:tw-border-transparent:focus-within{
    border-color: transparent;
  }

  .md\:hover\:tw-border-brand-orange:hover{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .md\:hover\:tw-border-brand-orange-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .md\:hover\:tw-border-brand-orange-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .md\:hover\:tw-border-brand-blue:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .md\:hover\:tw-border-brand-blue-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .md\:hover\:tw-border-brand-blue-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .md\:hover\:tw-border-brand-yellow:hover{
    --tw-border-opacity: 1;
    border-color: rgba(228, 182, 32, var(--tw-border-opacity));
  }

  .md\:hover\:tw-border-brand-green:hover{
    --tw-border-opacity: 1;
    border-color: rgba(141, 192, 85, var(--tw-border-opacity));
  }

  .md\:hover\:tw-border-brand-pink:hover{
    --tw-border-opacity: 1;
    border-color: rgba(201, 69, 120, var(--tw-border-opacity));
  }

  .md\:hover\:tw-border-brand-red:hover{
    --tw-border-opacity: 1;
    border-color: rgba(187, 0, 52, var(--tw-border-opacity));
  }

  .md\:hover\:tw-border-brand-turquesa:hover{
    --tw-border-opacity: 1;
    border-color: rgba(60, 180, 151, var(--tw-border-opacity));
  }

  .md\:hover\:tw-border-gray-lighter:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .md\:hover\:tw-border-gray-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .md\:hover\:tw-border-gray-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  .md\:hover\:tw-border-gray-darker:hover{
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .md\:hover\:tw-border-gray-medium:hover{
    --tw-border-opacity: 1;
    border-color: rgba(118, 118, 118, var(--tw-border-opacity));
  }

  .md\:hover\:tw-border-gray-mid:hover{
    --tw-border-opacity: 1;
    border-color: rgba(147, 147, 147, var(--tw-border-opacity));
  }

  .md\:hover\:tw-border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:hover\:tw-border-primary:hover{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .md\:hover\:tw-border-primary-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .md\:hover\:tw-border-primary-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .md\:hover\:tw-border-secondary:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .md\:hover\:tw-border-secondary-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .md\:hover\:tw-border-secondary-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .md\:hover\:tw-border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:hover\:tw-border-hyperlinks:hover{
    --tw-border-opacity: 1;
    border-color: rgba(16, 106, 163, var(--tw-border-opacity));
  }

  .md\:hover\:tw-border-hyperlinks-visited:hover{
    --tw-border-opacity: 1;
    border-color: rgba(127, 31, 125, var(--tw-border-opacity));
  }

  .md\:hover\:tw-border-transparent:hover{
    border-color: transparent;
  }

  .md\:focus\:tw-border-brand-orange:focus{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .md\:focus\:tw-border-brand-orange-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .md\:focus\:tw-border-brand-orange-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .md\:focus\:tw-border-brand-blue:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .md\:focus\:tw-border-brand-blue-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .md\:focus\:tw-border-brand-blue-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .md\:focus\:tw-border-brand-yellow:focus{
    --tw-border-opacity: 1;
    border-color: rgba(228, 182, 32, var(--tw-border-opacity));
  }

  .md\:focus\:tw-border-brand-green:focus{
    --tw-border-opacity: 1;
    border-color: rgba(141, 192, 85, var(--tw-border-opacity));
  }

  .md\:focus\:tw-border-brand-pink:focus{
    --tw-border-opacity: 1;
    border-color: rgba(201, 69, 120, var(--tw-border-opacity));
  }

  .md\:focus\:tw-border-brand-red:focus{
    --tw-border-opacity: 1;
    border-color: rgba(187, 0, 52, var(--tw-border-opacity));
  }

  .md\:focus\:tw-border-brand-turquesa:focus{
    --tw-border-opacity: 1;
    border-color: rgba(60, 180, 151, var(--tw-border-opacity));
  }

  .md\:focus\:tw-border-gray-lighter:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .md\:focus\:tw-border-gray-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .md\:focus\:tw-border-gray-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  .md\:focus\:tw-border-gray-darker:focus{
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .md\:focus\:tw-border-gray-medium:focus{
    --tw-border-opacity: 1;
    border-color: rgba(118, 118, 118, var(--tw-border-opacity));
  }

  .md\:focus\:tw-border-gray-mid:focus{
    --tw-border-opacity: 1;
    border-color: rgba(147, 147, 147, var(--tw-border-opacity));
  }

  .md\:focus\:tw-border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:focus\:tw-border-primary:focus{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .md\:focus\:tw-border-primary-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .md\:focus\:tw-border-primary-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .md\:focus\:tw-border-secondary:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .md\:focus\:tw-border-secondary-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .md\:focus\:tw-border-secondary-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .md\:focus\:tw-border-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:focus\:tw-border-hyperlinks:focus{
    --tw-border-opacity: 1;
    border-color: rgba(16, 106, 163, var(--tw-border-opacity));
  }

  .md\:focus\:tw-border-hyperlinks-visited:focus{
    --tw-border-opacity: 1;
    border-color: rgba(127, 31, 125, var(--tw-border-opacity));
  }

  .md\:focus\:tw-border-transparent:focus{
    border-color: transparent;
  }

  .md\:tw-border-opacity-0{
    --tw-border-opacity: 0;
  }

  .md\:tw-border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .md\:tw-border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .md\:tw-border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .md\:tw-border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .md\:tw-border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .md\:tw-border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .md\:tw-border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .md\:tw-border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .md\:tw-border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .md\:tw-border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .md\:tw-border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .md\:tw-border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .md\:tw-border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .md\:tw-border-opacity-100{
    --tw-border-opacity: 1;
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-0{
    --tw-border-opacity: 0;
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-100{
    --tw-border-opacity: 1;
  }

  .md\:focus-within\:tw-border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .md\:focus-within\:tw-border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  .md\:focus-within\:tw-border-opacity-10:focus-within{
    --tw-border-opacity: 0.1;
  }

  .md\:focus-within\:tw-border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  .md\:focus-within\:tw-border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .md\:focus-within\:tw-border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  .md\:focus-within\:tw-border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  .md\:focus-within\:tw-border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  .md\:focus-within\:tw-border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  .md\:focus-within\:tw-border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  .md\:focus-within\:tw-border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .md\:focus-within\:tw-border-opacity-80:focus-within{
    --tw-border-opacity: 0.8;
  }

  .md\:focus-within\:tw-border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  .md\:focus-within\:tw-border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  .md\:focus-within\:tw-border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .md\:hover\:tw-border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .md\:hover\:tw-border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  .md\:hover\:tw-border-opacity-10:hover{
    --tw-border-opacity: 0.1;
  }

  .md\:hover\:tw-border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  .md\:hover\:tw-border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .md\:hover\:tw-border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  .md\:hover\:tw-border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  .md\:hover\:tw-border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  .md\:hover\:tw-border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  .md\:hover\:tw-border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  .md\:hover\:tw-border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .md\:hover\:tw-border-opacity-80:hover{
    --tw-border-opacity: 0.8;
  }

  .md\:hover\:tw-border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  .md\:hover\:tw-border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  .md\:hover\:tw-border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .md\:focus\:tw-border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .md\:focus\:tw-border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  .md\:focus\:tw-border-opacity-10:focus{
    --tw-border-opacity: 0.1;
  }

  .md\:focus\:tw-border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  .md\:focus\:tw-border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .md\:focus\:tw-border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  .md\:focus\:tw-border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  .md\:focus\:tw-border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  .md\:focus\:tw-border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  .md\:focus\:tw-border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  .md\:focus\:tw-border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .md\:focus\:tw-border-opacity-80:focus{
    --tw-border-opacity: 0.8;
  }

  .md\:focus\:tw-border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  .md\:focus\:tw-border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  .md\:focus\:tw-border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  .md\:tw-rounded-none{
    border-radius: 0px;
  }

  .md\:tw-rounded-sm{
    border-radius: 0.125rem;
  }

  .md\:tw-rounded{
    border-radius: 0.25rem;
  }

  .md\:tw-rounded-md{
    border-radius: 0.375rem;
  }

  .md\:tw-rounded-lg{
    border-radius: 0.5rem;
  }

  .md\:tw-rounded-xl{
    border-radius: 0.625rem;
  }

  .md\:tw-rounded-2xl{
    border-radius: 1rem;
  }

  .md\:tw-rounded-3xl{
    border-radius: 1.5rem;
  }

  .md\:tw-rounded-full{
    border-radius: 9999px;
  }

  .md\:tw-rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .md\:tw-rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .md\:tw-rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .md\:tw-rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .md\:tw-rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:tw-rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:tw-rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:tw-rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:tw-rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:tw-rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:tw-rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:tw-rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:tw-rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .md\:tw-rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .md\:tw-rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:tw-rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:tw-rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:tw-rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:tw-rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:tw-rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:tw-rounded-t-xl{
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
  }

  .md\:tw-rounded-r-xl{
    border-top-right-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
  }

  .md\:tw-rounded-b-xl{
    border-bottom-right-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem;
  }

  .md\:tw-rounded-l-xl{
    border-top-left-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem;
  }

  .md\:tw-rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .md\:tw-rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .md\:tw-rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:tw-rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:tw-rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .md\:tw-rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .md\:tw-rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:tw-rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.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: 0px;
  }

  .md\:tw-rounded-tr-none{
    border-top-right-radius: 0px;
  }

  .md\:tw-rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  .md\:tw-rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  .md\:tw-rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .md\:tw-rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .md\:tw-rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .md\:tw-rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .md\:tw-rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .md\:tw-rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .md\:tw-rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .md\:tw-rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .md\:tw-rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .md\:tw-rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .md\:tw-rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .md\:tw-rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .md\:tw-rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .md\:tw-rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .md\:tw-rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .md\:tw-rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .md\:tw-rounded-tl-xl{
    border-top-left-radius: 0.625rem;
  }

  .md\:tw-rounded-tr-xl{
    border-top-right-radius: 0.625rem;
  }

  .md\:tw-rounded-br-xl{
    border-bottom-right-radius: 0.625rem;
  }

  .md\:tw-rounded-bl-xl{
    border-bottom-left-radius: 0.625rem;
  }

  .md\:tw-rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  .md\:tw-rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  .md\:tw-rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  .md\:tw-rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  .md\:tw-rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  .md\:tw-rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  .md\:tw-rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  .md\:tw-rounded-bl-3xl{
    border-bottom-left-radius: 1.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-double{
    border-style: double;
  }

  .md\:tw-border-none{
    border-style: none;
  }

  .md\:tw-border-0{
    border-width: 0px;
  }

  .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: 0px;
  }

  .md\:tw-border-r-0{
    border-right-width: 0px;
  }

  .md\:tw-border-b-0{
    border-bottom-width: 0px;
  }

  .md\:tw-border-l-0{
    border-left-width: 0px;
  }

  .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\:hover\:tw-border-0:hover{
    border-width: 0px;
  }

  .md\:hover\:tw-border-2:hover{
    border-width: 2px;
  }

  .md\:hover\:tw-border-4:hover{
    border-width: 4px;
  }

  .md\:hover\:tw-border-8:hover{
    border-width: 8px;
  }

  .md\:hover\:tw-border:hover{
    border-width: 1px;
  }

  .md\:hover\:tw-border-t-0:hover{
    border-top-width: 0px;
  }

  .md\:hover\:tw-border-r-0:hover{
    border-right-width: 0px;
  }

  .md\:hover\:tw-border-b-0:hover{
    border-bottom-width: 0px;
  }

  .md\:hover\:tw-border-l-0:hover{
    border-left-width: 0px;
  }

  .md\:hover\:tw-border-t-2:hover{
    border-top-width: 2px;
  }

  .md\:hover\:tw-border-r-2:hover{
    border-right-width: 2px;
  }

  .md\:hover\:tw-border-b-2:hover{
    border-bottom-width: 2px;
  }

  .md\:hover\:tw-border-l-2:hover{
    border-left-width: 2px;
  }

  .md\:hover\:tw-border-t-4:hover{
    border-top-width: 4px;
  }

  .md\:hover\:tw-border-r-4:hover{
    border-right-width: 4px;
  }

  .md\:hover\:tw-border-b-4:hover{
    border-bottom-width: 4px;
  }

  .md\:hover\:tw-border-l-4:hover{
    border-left-width: 4px;
  }

  .md\:hover\:tw-border-t-8:hover{
    border-top-width: 8px;
  }

  .md\:hover\:tw-border-r-8:hover{
    border-right-width: 8px;
  }

  .md\:hover\:tw-border-b-8:hover{
    border-bottom-width: 8px;
  }

  .md\:hover\:tw-border-l-8:hover{
    border-left-width: 8px;
  }

  .md\:hover\:tw-border-t:hover{
    border-top-width: 1px;
  }

  .md\:hover\:tw-border-r:hover{
    border-right-width: 1px;
  }

  .md\:hover\:tw-border-b:hover{
    border-bottom-width: 1px;
  }

  .md\:hover\:tw-border-l:hover{
    border-left-width: 1px;
  }

  .md\:tw-box-border{
    box-sizing: border-box;
  }

  .md\:tw-box-content{
    box-sizing: content-box;
  }

  .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-text{
    cursor: text;
  }

  .md\:tw-cursor-move{
    cursor: move;
  }

  .md\:tw-cursor-help{
    cursor: help;
  }

  .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-caption{
    display: table-caption;
  }

  .md\:tw-table-cell{
    display: table-cell;
  }

  .md\:tw-table-column{
    display: table-column;
  }

  .md\:tw-table-column-group{
    display: table-column-group;
  }

  .md\:tw-table-footer-group{
    display: table-footer-group;
  }

  .md\:tw-table-header-group{
    display: table-header-group;
  }

  .md\:tw-table-row-group{
    display: table-row-group;
  }

  .md\:tw-table-row{
    display: table-row;
  }

  .md\:tw-flow-root{
    display: flow-root;
  }

  .md\:tw-grid{
    display: grid;
  }

  .md\:tw-inline-grid{
    display: inline-grid;
  }

  .md\:tw-contents{
    display: contents;
  }

  .md\:tw-hidden{
    display: none;
  }

  .md\:first\:tw-block:first-child{
    display: block;
  }

  .md\:first\:tw-inline-block:first-child{
    display: inline-block;
  }

  .md\:first\:tw-inline:first-child{
    display: inline;
  }

  .md\:first\:tw-flex:first-child{
    display: flex;
  }

  .md\:first\:tw-inline-flex:first-child{
    display: inline-flex;
  }

  .md\:first\:tw-table:first-child{
    display: table;
  }

  .md\:first\:tw-table-caption:first-child{
    display: table-caption;
  }

  .md\:first\:tw-table-cell:first-child{
    display: table-cell;
  }

  .md\:first\:tw-table-column:first-child{
    display: table-column;
  }

  .md\:first\:tw-table-column-group:first-child{
    display: table-column-group;
  }

  .md\:first\:tw-table-footer-group:first-child{
    display: table-footer-group;
  }

  .md\:first\:tw-table-header-group:first-child{
    display: table-header-group;
  }

  .md\:first\:tw-table-row-group:first-child{
    display: table-row-group;
  }

  .md\:first\:tw-table-row:first-child{
    display: table-row;
  }

  .md\:first\:tw-flow-root:first-child{
    display: flow-root;
  }

  .md\:first\:tw-grid:first-child{
    display: grid;
  }

  .md\:first\:tw-inline-grid:first-child{
    display: inline-grid;
  }

  .md\:first\:tw-contents:first-child{
    display: contents;
  }

  .md\:first\:tw-hidden:first-child{
    display: none;
  }

  .md\:last\:tw-block:last-child{
    display: block;
  }

  .md\:last\:tw-inline-block:last-child{
    display: inline-block;
  }

  .md\:last\:tw-inline:last-child{
    display: inline;
  }

  .md\:last\:tw-flex:last-child{
    display: flex;
  }

  .md\:last\:tw-inline-flex:last-child{
    display: inline-flex;
  }

  .md\:last\:tw-table:last-child{
    display: table;
  }

  .md\:last\:tw-table-caption:last-child{
    display: table-caption;
  }

  .md\:last\:tw-table-cell:last-child{
    display: table-cell;
  }

  .md\:last\:tw-table-column:last-child{
    display: table-column;
  }

  .md\:last\:tw-table-column-group:last-child{
    display: table-column-group;
  }

  .md\:last\:tw-table-footer-group:last-child{
    display: table-footer-group;
  }

  .md\:last\:tw-table-header-group:last-child{
    display: table-header-group;
  }

  .md\:last\:tw-table-row-group:last-child{
    display: table-row-group;
  }

  .md\:last\:tw-table-row:last-child{
    display: table-row;
  }

  .md\:last\:tw-flow-root:last-child{
    display: flow-root;
  }

  .md\:last\:tw-grid:last-child{
    display: grid;
  }

  .md\:last\:tw-inline-grid:last-child{
    display: inline-grid;
  }

  .md\:last\:tw-contents:last-child{
    display: contents;
  }

  .md\:last\:tw-hidden:last-child{
    display: none;
  }

  .tw-group:hover .md\:group-hover\:tw-block{
    display: block;
  }

  .tw-group:hover .md\:group-hover\:tw-inline-block{
    display: inline-block;
  }

  .tw-group:hover .md\:group-hover\:tw-inline{
    display: inline;
  }

  .tw-group:hover .md\:group-hover\:tw-flex{
    display: flex;
  }

  .tw-group:hover .md\:group-hover\:tw-inline-flex{
    display: inline-flex;
  }

  .tw-group:hover .md\:group-hover\:tw-table{
    display: table;
  }

  .tw-group:hover .md\:group-hover\:tw-table-caption{
    display: table-caption;
  }

  .tw-group:hover .md\:group-hover\:tw-table-cell{
    display: table-cell;
  }

  .tw-group:hover .md\:group-hover\:tw-table-column{
    display: table-column;
  }

  .tw-group:hover .md\:group-hover\:tw-table-column-group{
    display: table-column-group;
  }

  .tw-group:hover .md\:group-hover\:tw-table-footer-group{
    display: table-footer-group;
  }

  .tw-group:hover .md\:group-hover\:tw-table-header-group{
    display: table-header-group;
  }

  .tw-group:hover .md\:group-hover\:tw-table-row-group{
    display: table-row-group;
  }

  .tw-group:hover .md\:group-hover\:tw-table-row{
    display: table-row;
  }

  .tw-group:hover .md\:group-hover\:tw-flow-root{
    display: flow-root;
  }

  .tw-group:hover .md\:group-hover\:tw-grid{
    display: grid;
  }

  .tw-group:hover .md\:group-hover\:tw-inline-grid{
    display: inline-grid;
  }

  .tw-group:hover .md\:group-hover\:tw-contents{
    display: contents;
  }

  .tw-group:hover .md\:group-hover\:tw-hidden{
    display: none;
  }

  .md\:hover\:tw-block:hover{
    display: block;
  }

  .md\:hover\:tw-inline-block:hover{
    display: inline-block;
  }

  .md\:hover\:tw-inline:hover{
    display: inline;
  }

  .md\:hover\:tw-flex:hover{
    display: flex;
  }

  .md\:hover\:tw-inline-flex:hover{
    display: inline-flex;
  }

  .md\:hover\:tw-table:hover{
    display: table;
  }

  .md\:hover\:tw-table-caption:hover{
    display: table-caption;
  }

  .md\:hover\:tw-table-cell:hover{
    display: table-cell;
  }

  .md\:hover\:tw-table-column:hover{
    display: table-column;
  }

  .md\:hover\:tw-table-column-group:hover{
    display: table-column-group;
  }

  .md\:hover\:tw-table-footer-group:hover{
    display: table-footer-group;
  }

  .md\:hover\:tw-table-header-group:hover{
    display: table-header-group;
  }

  .md\:hover\:tw-table-row-group:hover{
    display: table-row-group;
  }

  .md\:hover\:tw-table-row:hover{
    display: table-row;
  }

  .md\:hover\:tw-flow-root:hover{
    display: flow-root;
  }

  .md\:hover\:tw-grid:hover{
    display: grid;
  }

  .md\:hover\:tw-inline-grid:hover{
    display: inline-grid;
  }

  .md\:hover\:tw-contents:hover{
    display: contents;
  }

  .md\:hover\:tw-hidden:hover{
    display: none;
  }

  .md\:focus\:tw-block:focus{
    display: block;
  }

  .md\:focus\:tw-inline-block:focus{
    display: inline-block;
  }

  .md\:focus\:tw-inline:focus{
    display: inline;
  }

  .md\:focus\:tw-flex:focus{
    display: flex;
  }

  .md\:focus\:tw-inline-flex:focus{
    display: inline-flex;
  }

  .md\:focus\:tw-table:focus{
    display: table;
  }

  .md\:focus\:tw-table-caption:focus{
    display: table-caption;
  }

  .md\:focus\:tw-table-cell:focus{
    display: table-cell;
  }

  .md\:focus\:tw-table-column:focus{
    display: table-column;
  }

  .md\:focus\:tw-table-column-group:focus{
    display: table-column-group;
  }

  .md\:focus\:tw-table-footer-group:focus{
    display: table-footer-group;
  }

  .md\:focus\:tw-table-header-group:focus{
    display: table-header-group;
  }

  .md\:focus\:tw-table-row-group:focus{
    display: table-row-group;
  }

  .md\:focus\:tw-table-row:focus{
    display: table-row;
  }

  .md\:focus\:tw-flow-root:focus{
    display: flow-root;
  }

  .md\:focus\:tw-grid:focus{
    display: grid;
  }

  .md\:focus\:tw-inline-grid:focus{
    display: inline-grid;
  }

  .md\:focus\:tw-contents:focus{
    display: contents;
  }

  .md\:focus\:tw-hidden:focus{
    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-nowrap{
    flex-wrap: nowrap;
  }

  .md\:tw-place-items-auto{
    place-items: auto;
  }

  .md\:tw-place-items-start{
    place-items: start;
  }

  .md\:tw-place-items-end{
    place-items: end;
  }

  .md\:tw-place-items-center{
    place-items: center;
  }

  .md\:tw-place-items-stretch{
    place-items: stretch;
  }

  .md\:tw-place-content-center{
    place-content: center;
  }

  .md\:tw-place-content-start{
    place-content: start;
  }

  .md\:tw-place-content-end{
    place-content: end;
  }

  .md\:tw-place-content-between{
    place-content: space-between;
  }

  .md\:tw-place-content-around{
    place-content: space-around;
  }

  .md\:tw-place-content-evenly{
    place-content: space-evenly;
  }

  .md\:tw-place-content-stretch{
    place-content: stretch;
  }

  .md\:tw-place-self-auto{
    place-self: auto;
  }

  .md\:tw-place-self-start{
    place-self: start;
  }

  .md\:tw-place-self-end{
    place-self: end;
  }

  .md\:tw-place-self-center{
    place-self: center;
  }

  .md\:tw-place-self-stretch{
    place-self: stretch;
  }

  .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-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-content-evenly{
    align-content: space-evenly;
  }

  .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-items-auto{
    justify-items: auto;
  }

  .md\:tw-justify-items-start{
    justify-items: start;
  }

  .md\:tw-justify-items-end{
    justify-items: end;
  }

  .md\:tw-justify-items-center{
    justify-items: center;
  }

  .md\:tw-justify-items-stretch{
    justify-items: 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-justify-evenly{
    justify-content: space-evenly;
  }

  .md\:tw-justify-self-auto{
    justify-self: auto;
  }

  .md\:tw-justify-self-start{
    justify-self: start;
  }

  .md\:tw-justify-self-end{
    justify-self: end;
  }

  .md\:tw-justify-self-center{
    justify-self: center;
  }

  .md\:tw-justify-self-stretch{
    justify-self: stretch;
  }

  .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-order-1{
    order: 1;
  }

  .md\:tw-order-2{
    order: 2;
  }

  .md\:tw-order-3{
    order: 3;
  }

  .md\:tw-order-4{
    order: 4;
  }

  .md\:tw-order-5{
    order: 5;
  }

  .md\:tw-order-6{
    order: 6;
  }

  .md\:tw-order-7{
    order: 7;
  }

  .md\:tw-order-8{
    order: 8;
  }

  .md\:tw-order-9{
    order: 9;
  }

  .md\:tw-order-10{
    order: 10;
  }

  .md\:tw-order-11{
    order: 11;
  }

  .md\:tw-order-12{
    order: 12;
  }

  .md\:tw-order-first{
    order: -9999;
  }

  .md\:tw-order-last{
    order: 9999;
  }

  .md\:tw-order-none{
    order: 0;
  }

  .md\:tw-float-right{
    float: right;
  }

  .md\:tw-float-left{
    float: left;
  }

  .md\:tw-float-none{
    float: none;
  }

  .md\:tw-clear-left{
    clear: left;
  }

  .md\:tw-clear-right{
    clear: right;
  }

  .md\:tw-clear-both{
    clear: both;
  }

  .md\:tw-clear-none{
    clear: none;
  }

  .md\:tw-font-sans{
    font-family: "Noto Sans", sans-serif;
  }

  .md\:tw-font-serif{
    font-family: Georgia, Cambria;
  }

  .md\:tw-font-mono{
    font-family: monospace;
  }

  .md\:tw-font-thin{
    font-weight: 100;
  }

  .md\:tw-font-extralight{
    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;
  }

  .tw-group:hover .md\:group-hover\:tw-font-thin{
    font-weight: 100;
  }

  .tw-group:hover .md\:group-hover\:tw-font-extralight{
    font-weight: 200;
  }

  .tw-group:hover .md\:group-hover\:tw-font-light{
    font-weight: 300;
  }

  .tw-group:hover .md\:group-hover\:tw-font-normal{
    font-weight: 400;
  }

  .tw-group:hover .md\:group-hover\:tw-font-medium{
    font-weight: 500;
  }

  .tw-group:hover .md\:group-hover\:tw-font-semibold{
    font-weight: 600;
  }

  .tw-group:hover .md\:group-hover\:tw-font-bold{
    font-weight: 700;
  }

  .tw-group:hover .md\:group-hover\:tw-font-extrabold{
    font-weight: 800;
  }

  .tw-group:hover .md\:group-hover\:tw-font-black{
    font-weight: 900;
  }

  .md\:hover\:tw-font-thin:hover{
    font-weight: 100;
  }

  .md\:hover\:tw-font-extralight: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-thin:focus{
    font-weight: 100;
  }

  .md\:focus\:tw-font-extralight: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\:active\:tw-font-thin:active{
    font-weight: 100;
  }

  .md\:active\:tw-font-extralight:active{
    font-weight: 200;
  }

  .md\:active\:tw-font-light:active{
    font-weight: 300;
  }

  .md\:active\:tw-font-normal:active{
    font-weight: 400;
  }

  .md\:active\:tw-font-medium:active{
    font-weight: 500;
  }

  .md\:active\:tw-font-semibold:active{
    font-weight: 600;
  }

  .md\:active\:tw-font-bold:active{
    font-weight: 700;
  }

  .md\:active\:tw-font-extrabold:active{
    font-weight: 800;
  }

  .md\:active\:tw-font-black:active{
    font-weight: 900;
  }

  .md\:tw-h-0{
    height: 0px;
  }

  .md\:tw-h-1{
    height: 0.25rem;
  }

  .md\:tw-h-2{
    height: 0.5rem;
  }

  .md\:tw-h-3{
    height: 0.75rem;
  }

  .md\:tw-h-4{
    height: 1rem;
  }

  .md\:tw-h-5{
    height: 1.25rem;
  }

  .md\:tw-h-6{
    height: 1.5rem;
  }

  .md\:tw-h-7{
    height: 1.75rem;
  }

  .md\:tw-h-8{
    height: 2rem;
  }

  .md\:tw-h-9{
    height: 2.25rem;
  }

  .md\:tw-h-10{
    height: 2.5rem;
  }

  .md\:tw-h-11{
    height: 2.75rem;
  }

  .md\:tw-h-12{
    height: 3rem;
  }

  .md\:tw-h-13{
    height: 3.25rem;
  }

  .md\:tw-h-14{
    height: 3.5rem;
  }

  .md\:tw-h-16{
    height: 4rem;
  }

  .md\:tw-h-20{
    height: 5rem;
  }

  .md\:tw-h-24{
    height: 6rem;
  }

  .md\:tw-h-28{
    height: 7rem;
  }

  .md\:tw-h-32{
    height: 8rem;
  }

  .md\:tw-h-36{
    height: 9rem;
  }

  .md\:tw-h-40{
    height: 10rem;
  }

  .md\:tw-h-44{
    height: 44px;
  }

  .md\:tw-h-48{
    height: 12rem;
  }

  .md\:tw-h-52{
    height: 13rem;
  }

  .md\:tw-h-56{
    height: 14rem;
  }

  .md\:tw-h-60{
    height: 15rem;
  }

  .md\:tw-h-64{
    height: 16rem;
  }

  .md\:tw-h-72{
    height: 18rem;
  }

  .md\:tw-h-80{
    height: 20rem;
  }

  .md\:tw-h-96{
    height: 24rem;
  }

  .md\:tw-h-128{
    height: 32rem;
  }

  .md\:tw-h-152{
    height: 38rem;
  }

  .md\:tw-h-176{
    height: 44rem;
  }

  .md\:tw-h-auto{
    height: auto;
  }

  .md\:tw-h-px{
    height: 1px;
  }

  .md\:tw-h-0\.5{
    height: 0.125rem;
  }

  .md\:tw-h-1\.5{
    height: 0.375rem;
  }

  .md\:tw-h-2\.5{
    height: 0.625rem;
  }

  .md\:tw-h-3\.5{
    height: 0.875rem;
  }

  .md\:tw-h-2\/3{
    height: 66.666667%;
  }

  .md\:tw-h-3\/2{
    height: 150%;
  }

  .md\:tw-h-square{
    height: 100%;
  }

  .md\:tw-h-58px{
    height: 58px;
  }

  .md\:tw-h-63px{
    height: 63px;
  }

  .md\:tw-h-73px{
    height: 73.px;
  }

  .md\:tw-h-1\/2{
    height: 50%;
  }

  .md\:tw-h-1\/3{
    height: 33.333333%;
  }

  .md\:tw-h-1\/4{
    height: 25%;
  }

  .md\:tw-h-2\/4{
    height: 50%;
  }

  .md\:tw-h-3\/4{
    height: 75%;
  }

  .md\:tw-h-1\/5{
    height: 20%;
  }

  .md\:tw-h-2\/5{
    height: 40%;
  }

  .md\:tw-h-3\/5{
    height: 60%;
  }

  .md\:tw-h-4\/5{
    height: 80%;
  }

  .md\:tw-h-1\/6{
    height: 16.666667%;
  }

  .md\:tw-h-2\/6{
    height: 33.333333%;
  }

  .md\:tw-h-3\/6{
    height: 50%;
  }

  .md\:tw-h-4\/6{
    height: 66.666667%;
  }

  .md\:tw-h-5\/6{
    height: 83.333333%;
  }

  .md\:tw-h-full{
    height: 100%;
  }

  .md\:tw-h-screen{
    height: 100vh;
  }

  .md\:tw-text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .md\:tw-text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:tw-text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:tw-text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:tw-text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:tw-text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:tw-text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:tw-text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:tw-text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .md\:tw-text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:tw-text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .md\:tw-text-8xl{
    font-size: 6rem;
  }

  .md\:tw-text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .md\:tw-text-2xs{
    font-size: .6rem;
  }

  .md\:tw-text-12xl{
    font-size: 8rem;
  }

  .md\:tw-text-24xl{
    font-size: 16rem;
  }

  .md\:tw-leading-3{
    line-height: .75rem;
  }

  .md\:tw-leading-4{
    line-height: 1rem;
  }

  .md\:tw-leading-5{
    line-height: 1.25rem;
  }

  .md\:tw-leading-6{
    line-height: 1.5rem;
  }

  .md\:tw-leading-7{
    line-height: 1.75rem;
  }

  .md\:tw-leading-8{
    line-height: 2rem;
  }

  .md\:tw-leading-9{
    line-height: 2.25rem;
  }

  .md\:tw-leading-10{
    line-height: 2.5rem;
  }

  .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: 0px;
  }

  .md\:tw-m-1{
    margin: 0.25rem;
  }

  .md\:tw-m-2{
    margin: 0.5rem;
  }

  .md\:tw-m-3{
    margin: 0.75rem;
  }

  .md\:tw-m-4{
    margin: 1rem;
  }

  .md\:tw-m-5{
    margin: 1.25rem;
  }

  .md\:tw-m-6{
    margin: 1.5rem;
  }

  .md\:tw-m-7{
    margin: 1.75rem;
  }

  .md\:tw-m-8{
    margin: 2rem;
  }

  .md\:tw-m-9{
    margin: 2.25rem;
  }

  .md\:tw-m-10{
    margin: 2.5rem;
  }

  .md\:tw-m-11{
    margin: 2.75rem;
  }

  .md\:tw-m-12{
    margin: 3rem;
  }

  .md\:tw-m-13{
    margin: 3.25rem;
  }

  .md\:tw-m-14{
    margin: 3.5rem;
  }

  .md\:tw-m-16{
    margin: 4rem;
  }

  .md\:tw-m-20{
    margin: 5rem;
  }

  .md\:tw-m-24{
    margin: 6rem;
  }

  .md\:tw-m-28{
    margin: 7rem;
  }

  .md\:tw-m-32{
    margin: 8rem;
  }

  .md\:tw-m-36{
    margin: 9rem;
  }

  .md\:tw-m-40{
    margin: 10rem;
  }

  .md\:tw-m-44{
    margin: 11rem;
  }

  .md\:tw-m-48{
    margin: 12rem;
  }

  .md\:tw-m-52{
    margin: 13rem;
  }

  .md\:tw-m-56{
    margin: 14rem;
  }

  .md\:tw-m-60{
    margin: 15rem;
  }

  .md\:tw-m-64{
    margin: 16rem;
  }

  .md\:tw-m-72{
    margin: 18rem;
  }

  .md\:tw-m-80{
    margin: 20rem;
  }

  .md\:tw-m-96{
    margin: 24rem;
  }

  .md\:tw-m-auto{
    margin: auto;
  }

  .md\:tw-m-px{
    margin: 1px;
  }

  .md\:tw-m-0\.5{
    margin: 0.125rem;
  }

  .md\:tw-m-1\.5{
    margin: 0.375rem;
  }

  .md\:tw-m-2\.5{
    margin: 0.625rem;
  }

  .md\:tw-m-3\.5{
    margin: 0.875rem;
  }

  .md\:tw-m-2\/3{
    margin: 66.666%;
  }

  .md\:tw-m-3\/2{
    margin: 150%;
  }

  .md\:tw-m-square{
    margin: 100%;
  }

  .md\:tw-m-58px{
    margin: 58px;
  }

  .md\:tw-m-63px{
    margin: 63px;
  }

  .md\:tw-m-73px{
    margin: 73.px;
  }

  .md\:tw--m-0{
    margin: 0px;
  }

  .md\:tw--m-1{
    margin: -0.25rem;
  }

  .md\:tw--m-2{
    margin: -0.5rem;
  }

  .md\:tw--m-3{
    margin: -0.75rem;
  }

  .md\:tw--m-4{
    margin: -1rem;
  }

  .md\:tw--m-5{
    margin: -1.25rem;
  }

  .md\:tw--m-6{
    margin: -1.5rem;
  }

  .md\:tw--m-7{
    margin: -1.75rem;
  }

  .md\:tw--m-8{
    margin: -2rem;
  }

  .md\:tw--m-9{
    margin: -2.25rem;
  }

  .md\:tw--m-10{
    margin: -2.5rem;
  }

  .md\:tw--m-11{
    margin: -2.75rem;
  }

  .md\:tw--m-12{
    margin: -3rem;
  }

  .md\:tw--m-13{
    margin: -3.25rem;
  }

  .md\:tw--m-14{
    margin: -3.5rem;
  }

  .md\:tw--m-16{
    margin: -4rem;
  }

  .md\:tw--m-20{
    margin: -5rem;
  }

  .md\:tw--m-24{
    margin: -6rem;
  }

  .md\:tw--m-28{
    margin: -7rem;
  }

  .md\:tw--m-32{
    margin: -8rem;
  }

  .md\:tw--m-36{
    margin: -9rem;
  }

  .md\:tw--m-40{
    margin: -10rem;
  }

  .md\:tw--m-44{
    margin: -11rem;
  }

  .md\:tw--m-48{
    margin: -12rem;
  }

  .md\:tw--m-52{
    margin: -13rem;
  }

  .md\:tw--m-56{
    margin: -14rem;
  }

  .md\:tw--m-60{
    margin: -15rem;
  }

  .md\:tw--m-64{
    margin: -16rem;
  }

  .md\:tw--m-72{
    margin: -18rem;
  }

  .md\:tw--m-80{
    margin: -20rem;
  }

  .md\:tw--m-96{
    margin: -24rem;
  }

  .md\:tw--m-px{
    margin: -1px;
  }

  .md\:tw--m-0\.5{
    margin: -0.125rem;
  }

  .md\:tw--m-1\.5{
    margin: -0.375rem;
  }

  .md\:tw--m-2\.5{
    margin: -0.625rem;
  }

  .md\:tw--m-3\.5{
    margin: -0.875rem;
  }

  .md\:tw--m-2\/3{
    margin: -66.666%;
  }

  .md\:tw--m-3\/2{
    margin: -150%;
  }

  .md\:tw--m-square{
    margin: -100%;
  }

  .md\:tw--m-58px{
    margin: -58px;
  }

  .md\:tw--m-63px{
    margin: -63px;
  }

  .md\:tw--m-73px{
    margin: -73px;
  }

  .md\:tw-my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:tw-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .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-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:tw-mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:tw-my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:tw-mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:tw-my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:tw-mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .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-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .md\:tw-mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .md\:tw-my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:tw-mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:tw-my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .md\:tw-mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .md\:tw-my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:tw-mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:tw-my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .md\:tw-mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .md\:tw-my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:tw-mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:tw-my-13{
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .md\:tw-mx-13{
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .md\:tw-my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:tw-mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:tw-my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:tw-mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:tw-my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:tw-mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:tw-my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:tw-mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:tw-my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .md\:tw-mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .md\:tw-my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:tw-mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:tw-my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .md\:tw-mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .md\:tw-my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:tw-mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:tw-my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .md\:tw-mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .md\:tw-my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:tw-mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:tw-my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .md\:tw-mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .md\:tw-my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:tw-mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:tw-my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .md\:tw-mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .md\:tw-my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:tw-mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:tw-my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .md\:tw-mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .md\:tw-my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .md\:tw-mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .md\:tw-my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .md\:tw-mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .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-my-0\.5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .md\:tw-mx-0\.5{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .md\:tw-my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .md\:tw-mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .md\:tw-my-2\.5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .md\:tw-mx-2\.5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .md\:tw-my-3\.5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .md\:tw-mx-3\.5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .md\:tw-my-2\/3{
    margin-top: 66.666%;
    margin-bottom: 66.666%;
  }

  .md\:tw-mx-2\/3{
    margin-left: 66.666%;
    margin-right: 66.666%;
  }

  .md\:tw-my-3\/2{
    margin-top: 150%;
    margin-bottom: 150%;
  }

  .md\:tw-mx-3\/2{
    margin-left: 150%;
    margin-right: 150%;
  }

  .md\:tw-my-square{
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .md\:tw-mx-square{
    margin-left: 100%;
    margin-right: 100%;
  }

  .md\:tw-my-58px{
    margin-top: 58px;
    margin-bottom: 58px;
  }

  .md\:tw-mx-58px{
    margin-left: 58px;
    margin-right: 58px;
  }

  .md\:tw-my-63px{
    margin-top: 63px;
    margin-bottom: 63px;
  }

  .md\:tw-mx-63px{
    margin-left: 63px;
    margin-right: 63px;
  }

  .md\:tw-my-73px{
    margin-top: 73.px;
    margin-bottom: 73.px;
  }

  .md\:tw-mx-73px{
    margin-left: 73.px;
    margin-right: 73.px;
  }

  .md\:tw--my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:tw--mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .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-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:tw--mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:tw--my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:tw--mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:tw--my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:tw--mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .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-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .md\:tw--mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .md\:tw--my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:tw--mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:tw--my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .md\:tw--mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .md\:tw--my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:tw--mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:tw--my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .md\:tw--mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .md\:tw--my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:tw--mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:tw--my-13{
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .md\:tw--mx-13{
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .md\:tw--my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md\:tw--mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .md\:tw--my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:tw--mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:tw--my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:tw--mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:tw--my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:tw--mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:tw--my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .md\:tw--mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .md\:tw--my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:tw--mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:tw--my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .md\:tw--mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .md\:tw--my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:tw--mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:tw--my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .md\:tw--mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .md\:tw--my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:tw--mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:tw--my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .md\:tw--mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .md\:tw--my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:tw--mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:tw--my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .md\:tw--mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .md\:tw--my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:tw--mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:tw--my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .md\:tw--mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .md\:tw--my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .md\:tw--mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .md\:tw--my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .md\:tw--mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .md\:tw--my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:tw--mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:tw--my-0\.5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .md\:tw--mx-0\.5{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .md\:tw--my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .md\:tw--mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .md\:tw--my-2\.5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .md\:tw--mx-2\.5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .md\:tw--my-3\.5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .md\:tw--mx-3\.5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .md\:tw--my-2\/3{
    margin-top: -66.666%;
    margin-bottom: -66.666%;
  }

  .md\:tw--mx-2\/3{
    margin-left: -66.666%;
    margin-right: -66.666%;
  }

  .md\:tw--my-3\/2{
    margin-top: -150%;
    margin-bottom: -150%;
  }

  .md\:tw--mx-3\/2{
    margin-left: -150%;
    margin-right: -150%;
  }

  .md\:tw--my-square{
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .md\:tw--mx-square{
    margin-left: -100%;
    margin-right: -100%;
  }

  .md\:tw--my-58px{
    margin-top: -58px;
    margin-bottom: -58px;
  }

  .md\:tw--mx-58px{
    margin-left: -58px;
    margin-right: -58px;
  }

  .md\:tw--my-63px{
    margin-top: -63px;
    margin-bottom: -63px;
  }

  .md\:tw--mx-63px{
    margin-left: -63px;
    margin-right: -63px;
  }

  .md\:tw--my-73px{
    margin-top: -73px;
    margin-bottom: -73px;
  }

  .md\:tw--mx-73px{
    margin-left: -73px;
    margin-right: -73px;
  }

  .md\:tw-mt-0{
    margin-top: 0px;
  }

  .md\:tw-mr-0{
    margin-right: 0px;
  }

  .md\:tw-mb-0{
    margin-bottom: 0px;
  }

  .md\:tw-ml-0{
    margin-left: 0px;
  }

  .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-3{
    margin-top: 0.75rem;
  }

  .md\:tw-mr-3{
    margin-right: 0.75rem;
  }

  .md\:tw-mb-3{
    margin-bottom: 0.75rem;
  }

  .md\:tw-ml-3{
    margin-left: 0.75rem;
  }

  .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-5{
    margin-top: 1.25rem;
  }

  .md\:tw-mr-5{
    margin-right: 1.25rem;
  }

  .md\:tw-mb-5{
    margin-bottom: 1.25rem;
  }

  .md\:tw-ml-5{
    margin-left: 1.25rem;
  }

  .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-7{
    margin-top: 1.75rem;
  }

  .md\:tw-mr-7{
    margin-right: 1.75rem;
  }

  .md\:tw-mb-7{
    margin-bottom: 1.75rem;
  }

  .md\:tw-ml-7{
    margin-left: 1.75rem;
  }

  .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-9{
    margin-top: 2.25rem;
  }

  .md\:tw-mr-9{
    margin-right: 2.25rem;
  }

  .md\:tw-mb-9{
    margin-bottom: 2.25rem;
  }

  .md\:tw-ml-9{
    margin-left: 2.25rem;
  }

  .md\:tw-mt-10{
    margin-top: 2.5rem;
  }

  .md\:tw-mr-10{
    margin-right: 2.5rem;
  }

  .md\:tw-mb-10{
    margin-bottom: 2.5rem;
  }

  .md\:tw-ml-10{
    margin-left: 2.5rem;
  }

  .md\:tw-mt-11{
    margin-top: 2.75rem;
  }

  .md\:tw-mr-11{
    margin-right: 2.75rem;
  }

  .md\:tw-mb-11{
    margin-bottom: 2.75rem;
  }

  .md\:tw-ml-11{
    margin-left: 2.75rem;
  }

  .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-13{
    margin-top: 3.25rem;
  }

  .md\:tw-mr-13{
    margin-right: 3.25rem;
  }

  .md\:tw-mb-13{
    margin-bottom: 3.25rem;
  }

  .md\:tw-ml-13{
    margin-left: 3.25rem;
  }

  .md\:tw-mt-14{
    margin-top: 3.5rem;
  }

  .md\:tw-mr-14{
    margin-right: 3.5rem;
  }

  .md\:tw-mb-14{
    margin-bottom: 3.5rem;
  }

  .md\:tw-ml-14{
    margin-left: 3.5rem;
  }

  .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-20{
    margin-top: 5rem;
  }

  .md\:tw-mr-20{
    margin-right: 5rem;
  }

  .md\:tw-mb-20{
    margin-bottom: 5rem;
  }

  .md\:tw-ml-20{
    margin-left: 5rem;
  }

  .md\:tw-mt-24{
    margin-top: 6rem;
  }

  .md\:tw-mr-24{
    margin-right: 6rem;
  }

  .md\:tw-mb-24{
    margin-bottom: 6rem;
  }

  .md\:tw-ml-24{
    margin-left: 6rem;
  }

  .md\:tw-mt-28{
    margin-top: 7rem;
  }

  .md\:tw-mr-28{
    margin-right: 7rem;
  }

  .md\:tw-mb-28{
    margin-bottom: 7rem;
  }

  .md\:tw-ml-28{
    margin-left: 7rem;
  }

  .md\:tw-mt-32{
    margin-top: 8rem;
  }

  .md\:tw-mr-32{
    margin-right: 8rem;
  }

  .md\:tw-mb-32{
    margin-bottom: 8rem;
  }

  .md\:tw-ml-32{
    margin-left: 8rem;
  }

  .md\:tw-mt-36{
    margin-top: 9rem;
  }

  .md\:tw-mr-36{
    margin-right: 9rem;
  }

  .md\:tw-mb-36{
    margin-bottom: 9rem;
  }

  .md\:tw-ml-36{
    margin-left: 9rem;
  }

  .md\:tw-mt-40{
    margin-top: 10rem;
  }

  .md\:tw-mr-40{
    margin-right: 10rem;
  }

  .md\:tw-mb-40{
    margin-bottom: 10rem;
  }

  .md\:tw-ml-40{
    margin-left: 10rem;
  }

  .md\:tw-mt-44{
    margin-top: 11rem;
  }

  .md\:tw-mr-44{
    margin-right: 11rem;
  }

  .md\:tw-mb-44{
    margin-bottom: 11rem;
  }

  .md\:tw-ml-44{
    margin-left: 11rem;
  }

  .md\:tw-mt-48{
    margin-top: 12rem;
  }

  .md\:tw-mr-48{
    margin-right: 12rem;
  }

  .md\:tw-mb-48{
    margin-bottom: 12rem;
  }

  .md\:tw-ml-48{
    margin-left: 12rem;
  }

  .md\:tw-mt-52{
    margin-top: 13rem;
  }

  .md\:tw-mr-52{
    margin-right: 13rem;
  }

  .md\:tw-mb-52{
    margin-bottom: 13rem;
  }

  .md\:tw-ml-52{
    margin-left: 13rem;
  }

  .md\:tw-mt-56{
    margin-top: 14rem;
  }

  .md\:tw-mr-56{
    margin-right: 14rem;
  }

  .md\:tw-mb-56{
    margin-bottom: 14rem;
  }

  .md\:tw-ml-56{
    margin-left: 14rem;
  }

  .md\:tw-mt-60{
    margin-top: 15rem;
  }

  .md\:tw-mr-60{
    margin-right: 15rem;
  }

  .md\:tw-mb-60{
    margin-bottom: 15rem;
  }

  .md\:tw-ml-60{
    margin-left: 15rem;
  }

  .md\:tw-mt-64{
    margin-top: 16rem;
  }

  .md\:tw-mr-64{
    margin-right: 16rem;
  }

  .md\:tw-mb-64{
    margin-bottom: 16rem;
  }

  .md\:tw-ml-64{
    margin-left: 16rem;
  }

  .md\:tw-mt-72{
    margin-top: 18rem;
  }

  .md\:tw-mr-72{
    margin-right: 18rem;
  }

  .md\:tw-mb-72{
    margin-bottom: 18rem;
  }

  .md\:tw-ml-72{
    margin-left: 18rem;
  }

  .md\:tw-mt-80{
    margin-top: 20rem;
  }

  .md\:tw-mr-80{
    margin-right: 20rem;
  }

  .md\:tw-mb-80{
    margin-bottom: 20rem;
  }

  .md\:tw-ml-80{
    margin-left: 20rem;
  }

  .md\:tw-mt-96{
    margin-top: 24rem;
  }

  .md\:tw-mr-96{
    margin-right: 24rem;
  }

  .md\:tw-mb-96{
    margin-bottom: 24rem;
  }

  .md\:tw-ml-96{
    margin-left: 24rem;
  }

  .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-mt-0\.5{
    margin-top: 0.125rem;
  }

  .md\:tw-mr-0\.5{
    margin-right: 0.125rem;
  }

  .md\:tw-mb-0\.5{
    margin-bottom: 0.125rem;
  }

  .md\:tw-ml-0\.5{
    margin-left: 0.125rem;
  }

  .md\:tw-mt-1\.5{
    margin-top: 0.375rem;
  }

  .md\:tw-mr-1\.5{
    margin-right: 0.375rem;
  }

  .md\:tw-mb-1\.5{
    margin-bottom: 0.375rem;
  }

  .md\:tw-ml-1\.5{
    margin-left: 0.375rem;
  }

  .md\:tw-mt-2\.5{
    margin-top: 0.625rem;
  }

  .md\:tw-mr-2\.5{
    margin-right: 0.625rem;
  }

  .md\:tw-mb-2\.5{
    margin-bottom: 0.625rem;
  }

  .md\:tw-ml-2\.5{
    margin-left: 0.625rem;
  }

  .md\:tw-mt-3\.5{
    margin-top: 0.875rem;
  }

  .md\:tw-mr-3\.5{
    margin-right: 0.875rem;
  }

  .md\:tw-mb-3\.5{
    margin-bottom: 0.875rem;
  }

  .md\:tw-ml-3\.5{
    margin-left: 0.875rem;
  }

  .md\:tw-mt-2\/3{
    margin-top: 66.666%;
  }

  .md\:tw-mr-2\/3{
    margin-right: 66.666%;
  }

  .md\:tw-mb-2\/3{
    margin-bottom: 66.666%;
  }

  .md\:tw-ml-2\/3{
    margin-left: 66.666%;
  }

  .md\:tw-mt-3\/2{
    margin-top: 150%;
  }

  .md\:tw-mr-3\/2{
    margin-right: 150%;
  }

  .md\:tw-mb-3\/2{
    margin-bottom: 150%;
  }

  .md\:tw-ml-3\/2{
    margin-left: 150%;
  }

  .md\:tw-mt-square{
    margin-top: 100%;
  }

  .md\:tw-mr-square{
    margin-right: 100%;
  }

  .md\:tw-mb-square{
    margin-bottom: 100%;
  }

  .md\:tw-ml-square{
    margin-left: 100%;
  }

  .md\:tw-mt-58px{
    margin-top: 58px;
  }

  .md\:tw-mr-58px{
    margin-right: 58px;
  }

  .md\:tw-mb-58px{
    margin-bottom: 58px;
  }

  .md\:tw-ml-58px{
    margin-left: 58px;
  }

  .md\:tw-mt-63px{
    margin-top: 63px;
  }

  .md\:tw-mr-63px{
    margin-right: 63px;
  }

  .md\:tw-mb-63px{
    margin-bottom: 63px;
  }

  .md\:tw-ml-63px{
    margin-left: 63px;
  }

  .md\:tw-mt-73px{
    margin-top: 73.px;
  }

  .md\:tw-mr-73px{
    margin-right: 73.px;
  }

  .md\:tw-mb-73px{
    margin-bottom: 73.px;
  }

  .md\:tw-ml-73px{
    margin-left: 73.px;
  }

  .md\:tw--mt-0{
    margin-top: 0px;
  }

  .md\:tw--mr-0{
    margin-right: 0px;
  }

  .md\:tw--mb-0{
    margin-bottom: 0px;
  }

  .md\:tw--ml-0{
    margin-left: 0px;
  }

  .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-3{
    margin-top: -0.75rem;
  }

  .md\:tw--mr-3{
    margin-right: -0.75rem;
  }

  .md\:tw--mb-3{
    margin-bottom: -0.75rem;
  }

  .md\:tw--ml-3{
    margin-left: -0.75rem;
  }

  .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-5{
    margin-top: -1.25rem;
  }

  .md\:tw--mr-5{
    margin-right: -1.25rem;
  }

  .md\:tw--mb-5{
    margin-bottom: -1.25rem;
  }

  .md\:tw--ml-5{
    margin-left: -1.25rem;
  }

  .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-7{
    margin-top: -1.75rem;
  }

  .md\:tw--mr-7{
    margin-right: -1.75rem;
  }

  .md\:tw--mb-7{
    margin-bottom: -1.75rem;
  }

  .md\:tw--ml-7{
    margin-left: -1.75rem;
  }

  .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-9{
    margin-top: -2.25rem;
  }

  .md\:tw--mr-9{
    margin-right: -2.25rem;
  }

  .md\:tw--mb-9{
    margin-bottom: -2.25rem;
  }

  .md\:tw--ml-9{
    margin-left: -2.25rem;
  }

  .md\:tw--mt-10{
    margin-top: -2.5rem;
  }

  .md\:tw--mr-10{
    margin-right: -2.5rem;
  }

  .md\:tw--mb-10{
    margin-bottom: -2.5rem;
  }

  .md\:tw--ml-10{
    margin-left: -2.5rem;
  }

  .md\:tw--mt-11{
    margin-top: -2.75rem;
  }

  .md\:tw--mr-11{
    margin-right: -2.75rem;
  }

  .md\:tw--mb-11{
    margin-bottom: -2.75rem;
  }

  .md\:tw--ml-11{
    margin-left: -2.75rem;
  }

  .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-13{
    margin-top: -3.25rem;
  }

  .md\:tw--mr-13{
    margin-right: -3.25rem;
  }

  .md\:tw--mb-13{
    margin-bottom: -3.25rem;
  }

  .md\:tw--ml-13{
    margin-left: -3.25rem;
  }

  .md\:tw--mt-14{
    margin-top: -3.5rem;
  }

  .md\:tw--mr-14{
    margin-right: -3.5rem;
  }

  .md\:tw--mb-14{
    margin-bottom: -3.5rem;
  }

  .md\:tw--ml-14{
    margin-left: -3.5rem;
  }

  .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-20{
    margin-top: -5rem;
  }

  .md\:tw--mr-20{
    margin-right: -5rem;
  }

  .md\:tw--mb-20{
    margin-bottom: -5rem;
  }

  .md\:tw--ml-20{
    margin-left: -5rem;
  }

  .md\:tw--mt-24{
    margin-top: -6rem;
  }

  .md\:tw--mr-24{
    margin-right: -6rem;
  }

  .md\:tw--mb-24{
    margin-bottom: -6rem;
  }

  .md\:tw--ml-24{
    margin-left: -6rem;
  }

  .md\:tw--mt-28{
    margin-top: -7rem;
  }

  .md\:tw--mr-28{
    margin-right: -7rem;
  }

  .md\:tw--mb-28{
    margin-bottom: -7rem;
  }

  .md\:tw--ml-28{
    margin-left: -7rem;
  }

  .md\:tw--mt-32{
    margin-top: -8rem;
  }

  .md\:tw--mr-32{
    margin-right: -8rem;
  }

  .md\:tw--mb-32{
    margin-bottom: -8rem;
  }

  .md\:tw--ml-32{
    margin-left: -8rem;
  }

  .md\:tw--mt-36{
    margin-top: -9rem;
  }

  .md\:tw--mr-36{
    margin-right: -9rem;
  }

  .md\:tw--mb-36{
    margin-bottom: -9rem;
  }

  .md\:tw--ml-36{
    margin-left: -9rem;
  }

  .md\:tw--mt-40{
    margin-top: -10rem;
  }

  .md\:tw--mr-40{
    margin-right: -10rem;
  }

  .md\:tw--mb-40{
    margin-bottom: -10rem;
  }

  .md\:tw--ml-40{
    margin-left: -10rem;
  }

  .md\:tw--mt-44{
    margin-top: -11rem;
  }

  .md\:tw--mr-44{
    margin-right: -11rem;
  }

  .md\:tw--mb-44{
    margin-bottom: -11rem;
  }

  .md\:tw--ml-44{
    margin-left: -11rem;
  }

  .md\:tw--mt-48{
    margin-top: -12rem;
  }

  .md\:tw--mr-48{
    margin-right: -12rem;
  }

  .md\:tw--mb-48{
    margin-bottom: -12rem;
  }

  .md\:tw--ml-48{
    margin-left: -12rem;
  }

  .md\:tw--mt-52{
    margin-top: -13rem;
  }

  .md\:tw--mr-52{
    margin-right: -13rem;
  }

  .md\:tw--mb-52{
    margin-bottom: -13rem;
  }

  .md\:tw--ml-52{
    margin-left: -13rem;
  }

  .md\:tw--mt-56{
    margin-top: -14rem;
  }

  .md\:tw--mr-56{
    margin-right: -14rem;
  }

  .md\:tw--mb-56{
    margin-bottom: -14rem;
  }

  .md\:tw--ml-56{
    margin-left: -14rem;
  }

  .md\:tw--mt-60{
    margin-top: -15rem;
  }

  .md\:tw--mr-60{
    margin-right: -15rem;
  }

  .md\:tw--mb-60{
    margin-bottom: -15rem;
  }

  .md\:tw--ml-60{
    margin-left: -15rem;
  }

  .md\:tw--mt-64{
    margin-top: -16rem;
  }

  .md\:tw--mr-64{
    margin-right: -16rem;
  }

  .md\:tw--mb-64{
    margin-bottom: -16rem;
  }

  .md\:tw--ml-64{
    margin-left: -16rem;
  }

  .md\:tw--mt-72{
    margin-top: -18rem;
  }

  .md\:tw--mr-72{
    margin-right: -18rem;
  }

  .md\:tw--mb-72{
    margin-bottom: -18rem;
  }

  .md\:tw--ml-72{
    margin-left: -18rem;
  }

  .md\:tw--mt-80{
    margin-top: -20rem;
  }

  .md\:tw--mr-80{
    margin-right: -20rem;
  }

  .md\:tw--mb-80{
    margin-bottom: -20rem;
  }

  .md\:tw--ml-80{
    margin-left: -20rem;
  }

  .md\:tw--mt-96{
    margin-top: -24rem;
  }

  .md\:tw--mr-96{
    margin-right: -24rem;
  }

  .md\:tw--mb-96{
    margin-bottom: -24rem;
  }

  .md\:tw--ml-96{
    margin-left: -24rem;
  }

  .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--mt-0\.5{
    margin-top: -0.125rem;
  }

  .md\:tw--mr-0\.5{
    margin-right: -0.125rem;
  }

  .md\:tw--mb-0\.5{
    margin-bottom: -0.125rem;
  }

  .md\:tw--ml-0\.5{
    margin-left: -0.125rem;
  }

  .md\:tw--mt-1\.5{
    margin-top: -0.375rem;
  }

  .md\:tw--mr-1\.5{
    margin-right: -0.375rem;
  }

  .md\:tw--mb-1\.5{
    margin-bottom: -0.375rem;
  }

  .md\:tw--ml-1\.5{
    margin-left: -0.375rem;
  }

  .md\:tw--mt-2\.5{
    margin-top: -0.625rem;
  }

  .md\:tw--mr-2\.5{
    margin-right: -0.625rem;
  }

  .md\:tw--mb-2\.5{
    margin-bottom: -0.625rem;
  }

  .md\:tw--ml-2\.5{
    margin-left: -0.625rem;
  }

  .md\:tw--mt-3\.5{
    margin-top: -0.875rem;
  }

  .md\:tw--mr-3\.5{
    margin-right: -0.875rem;
  }

  .md\:tw--mb-3\.5{
    margin-bottom: -0.875rem;
  }

  .md\:tw--ml-3\.5{
    margin-left: -0.875rem;
  }

  .md\:tw--mt-2\/3{
    margin-top: -66.666%;
  }

  .md\:tw--mr-2\/3{
    margin-right: -66.666%;
  }

  .md\:tw--mb-2\/3{
    margin-bottom: -66.666%;
  }

  .md\:tw--ml-2\/3{
    margin-left: -66.666%;
  }

  .md\:tw--mt-3\/2{
    margin-top: -150%;
  }

  .md\:tw--mr-3\/2{
    margin-right: -150%;
  }

  .md\:tw--mb-3\/2{
    margin-bottom: -150%;
  }

  .md\:tw--ml-3\/2{
    margin-left: -150%;
  }

  .md\:tw--mt-square{
    margin-top: -100%;
  }

  .md\:tw--mr-square{
    margin-right: -100%;
  }

  .md\:tw--mb-square{
    margin-bottom: -100%;
  }

  .md\:tw--ml-square{
    margin-left: -100%;
  }

  .md\:tw--mt-58px{
    margin-top: -58px;
  }

  .md\:tw--mr-58px{
    margin-right: -58px;
  }

  .md\:tw--mb-58px{
    margin-bottom: -58px;
  }

  .md\:tw--ml-58px{
    margin-left: -58px;
  }

  .md\:tw--mt-63px{
    margin-top: -63px;
  }

  .md\:tw--mr-63px{
    margin-right: -63px;
  }

  .md\:tw--mb-63px{
    margin-bottom: -63px;
  }

  .md\:tw--ml-63px{
    margin-left: -63px;
  }

  .md\:tw--mt-73px{
    margin-top: -73px;
  }

  .md\:tw--mr-73px{
    margin-right: -73px;
  }

  .md\:tw--mb-73px{
    margin-bottom: -73px;
  }

  .md\:tw--ml-73px{
    margin-left: -73px;
  }

  .md\:tw-max-h-0{
    max-height: 0px;
  }

  .md\:tw-max-h-1{
    max-height: 0.25rem;
  }

  .md\:tw-max-h-2{
    max-height: 0.5rem;
  }

  .md\:tw-max-h-3{
    max-height: 0.75rem;
  }

  .md\:tw-max-h-4{
    max-height: 1rem;
  }

  .md\:tw-max-h-5{
    max-height: 1.25rem;
  }

  .md\:tw-max-h-6{
    max-height: 1.5rem;
  }

  .md\:tw-max-h-7{
    max-height: 1.75rem;
  }

  .md\:tw-max-h-8{
    max-height: 2rem;
  }

  .md\:tw-max-h-9{
    max-height: 2.25rem;
  }

  .md\:tw-max-h-10{
    max-height: 2.5rem;
  }

  .md\:tw-max-h-11{
    max-height: 2.75rem;
  }

  .md\:tw-max-h-12{
    max-height: 3rem;
  }

  .md\:tw-max-h-13{
    max-height: 3.25rem;
  }

  .md\:tw-max-h-14{
    max-height: 3.5rem;
  }

  .md\:tw-max-h-16{
    max-height: 4rem;
  }

  .md\:tw-max-h-20{
    max-height: 5rem;
  }

  .md\:tw-max-h-24{
    max-height: 6rem;
  }

  .md\:tw-max-h-28{
    max-height: 7rem;
  }

  .md\:tw-max-h-32{
    max-height: 8rem;
  }

  .md\:tw-max-h-36{
    max-height: 9rem;
  }

  .md\:tw-max-h-40{
    max-height: 10rem;
  }

  .md\:tw-max-h-44{
    max-height: 11rem;
  }

  .md\:tw-max-h-48{
    max-height: 12rem;
  }

  .md\:tw-max-h-52{
    max-height: 13rem;
  }

  .md\:tw-max-h-56{
    max-height: 14rem;
  }

  .md\:tw-max-h-60{
    max-height: 15rem;
  }

  .md\:tw-max-h-64{
    max-height: 16rem;
  }

  .md\:tw-max-h-72{
    max-height: 18rem;
  }

  .md\:tw-max-h-80{
    max-height: 20rem;
  }

  .md\:tw-max-h-96{
    max-height: 24rem;
  }

  .md\:tw-max-h-px{
    max-height: 1px;
  }

  .md\:tw-max-h-0\.5{
    max-height: 0.125rem;
  }

  .md\:tw-max-h-1\.5{
    max-height: 0.375rem;
  }

  .md\:tw-max-h-2\.5{
    max-height: 0.625rem;
  }

  .md\:tw-max-h-3\.5{
    max-height: 0.875rem;
  }

  .md\:tw-max-h-2\/3{
    max-height: 66.666%;
  }

  .md\:tw-max-h-3\/2{
    max-height: 150%;
  }

  .md\:tw-max-h-square{
    max-height: 100%;
  }

  .md\:tw-max-h-58px{
    max-height: 58px;
  }

  .md\:tw-max-h-63px{
    max-height: 63px;
  }

  .md\:tw-max-h-73px{
    max-height: 73.px;
  }

  .md\:tw-max-h-full{
    max-height: 100%;
  }

  .md\:tw-max-h-screen{
    max-height: 100vh;
  }

  .md\:tw-max-w-0{
    max-width: 0rem;
  }

  .md\:tw-max-w-300{
    max-width: 300px;
  }

  .md\:tw-max-w-400{
    max-width: 400px;
  }

  .md\:tw-max-w-800{
    max-width: 800px;
  }

  .md\:tw-max-w-1000{
    max-width: 1000px;
  }

  .md\:tw-max-w-none{
    max-width: none;
  }

  .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-7xl{
    max-width: 80rem;
  }

  .md\:tw-max-w-full{
    max-width: 100%;
  }

  .md\:tw-max-w-min{
    max-width: min-content;
  }

  .md\:tw-max-w-max{
    max-width: max-content;
  }

  .md\:tw-max-w-prose{
    max-width: 65ch;
  }

  .md\:tw-max-w-screen-sm{
    max-width: 576px;
  }

  .md\:tw-max-w-screen-md{
    max-width: 768px;
  }

  .md\:tw-max-w-screen-lg{
    max-width: 1024px;
  }

  .md\:tw-max-w-screen-xl{
    max-width: 1366px;
  }

  .md\:tw-max-w-screen-2xl{
    max-width: 1440px;
  }

  .md\:tw-max-w-screen-3xl{
    max-width: 1600px;
  }

  .md\:tw-min-h-0{
    min-height: 0px;
  }

  .md\:tw-min-h-12{
    min-height: 3rem;
  }

  .md\:tw-min-h-full{
    min-height: 100%;
  }

  .md\:tw-min-h-screen{
    min-height: 100vh;
  }

  .md\:tw-min-w-0{
    min-width: 0px;
  }

  .md\:tw-min-w-50{
    min-width: 50px;
  }

  .md\:tw-min-w-75{
    min-width: 75px;
  }

  .md\:tw-min-w-96{
    min-width: 24rem;
  }

  .md\:tw-min-w-100{
    min-width: 100px;
  }

  .md\:tw-min-w-200{
    min-width: 200px;
  }

  .md\:tw-min-w-300{
    min-width: 300px;
  }

  .md\:tw-min-w-600{
    min-width: 600px;
  }

  .md\:tw-min-w-800{
    min-width: 800px;
  }

  .md\:tw-min-w-full{
    min-width: 100%;
  }

  .md\:tw-min-w-min{
    min-width: min-content;
  }

  .md\:tw-min-w-max{
    min-width: max-content;
  }

  .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-opacity-0{
    opacity: 0;
  }

  .md\:tw-opacity-5{
    opacity: 0.05;
  }

  .md\:tw-opacity-10{
    opacity: 0.1;
  }

  .md\:tw-opacity-20{
    opacity: 0.2;
  }

  .md\:tw-opacity-25{
    opacity: 0.25;
  }

  .md\:tw-opacity-30{
    opacity: 0.3;
  }

  .md\:tw-opacity-40{
    opacity: 0.4;
  }

  .md\:tw-opacity-50{
    opacity: 0.5;
  }

  .md\:tw-opacity-60{
    opacity: 0.6;
  }

  .md\:tw-opacity-70{
    opacity: 0.7;
  }

  .md\:tw-opacity-75{
    opacity: 0.75;
  }

  .md\:tw-opacity-80{
    opacity: 0.8;
  }

  .md\:tw-opacity-90{
    opacity: 0.9;
  }

  .md\:tw-opacity-95{
    opacity: 0.95;
  }

  .md\:tw-opacity-100{
    opacity: 1;
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-0{
    opacity: 0;
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-5{
    opacity: 0.05;
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-10{
    opacity: 0.1;
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-20{
    opacity: 0.2;
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-25{
    opacity: 0.25;
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-30{
    opacity: 0.3;
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-40{
    opacity: 0.4;
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-50{
    opacity: 0.5;
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-60{
    opacity: 0.6;
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-70{
    opacity: 0.7;
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-75{
    opacity: 0.75;
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-80{
    opacity: 0.8;
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-90{
    opacity: 0.9;
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-95{
    opacity: 0.95;
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-100{
    opacity: 1;
  }

  .md\:focus-within\:tw-opacity-0:focus-within{
    opacity: 0;
  }

  .md\:focus-within\:tw-opacity-5:focus-within{
    opacity: 0.05;
  }

  .md\:focus-within\:tw-opacity-10:focus-within{
    opacity: 0.1;
  }

  .md\:focus-within\:tw-opacity-20:focus-within{
    opacity: 0.2;
  }

  .md\:focus-within\:tw-opacity-25:focus-within{
    opacity: 0.25;
  }

  .md\:focus-within\:tw-opacity-30:focus-within{
    opacity: 0.3;
  }

  .md\:focus-within\:tw-opacity-40:focus-within{
    opacity: 0.4;
  }

  .md\:focus-within\:tw-opacity-50:focus-within{
    opacity: 0.5;
  }

  .md\:focus-within\:tw-opacity-60:focus-within{
    opacity: 0.6;
  }

  .md\:focus-within\:tw-opacity-70:focus-within{
    opacity: 0.7;
  }

  .md\:focus-within\:tw-opacity-75:focus-within{
    opacity: 0.75;
  }

  .md\:focus-within\:tw-opacity-80:focus-within{
    opacity: 0.8;
  }

  .md\:focus-within\:tw-opacity-90:focus-within{
    opacity: 0.9;
  }

  .md\:focus-within\:tw-opacity-95:focus-within{
    opacity: 0.95;
  }

  .md\:focus-within\:tw-opacity-100:focus-within{
    opacity: 1;
  }

  .md\:hover\:tw-opacity-0:hover{
    opacity: 0;
  }

  .md\:hover\:tw-opacity-5:hover{
    opacity: 0.05;
  }

  .md\:hover\:tw-opacity-10:hover{
    opacity: 0.1;
  }

  .md\:hover\:tw-opacity-20:hover{
    opacity: 0.2;
  }

  .md\:hover\:tw-opacity-25:hover{
    opacity: 0.25;
  }

  .md\:hover\:tw-opacity-30:hover{
    opacity: 0.3;
  }

  .md\:hover\:tw-opacity-40:hover{
    opacity: 0.4;
  }

  .md\:hover\:tw-opacity-50:hover{
    opacity: 0.5;
  }

  .md\:hover\:tw-opacity-60:hover{
    opacity: 0.6;
  }

  .md\:hover\:tw-opacity-70:hover{
    opacity: 0.7;
  }

  .md\:hover\:tw-opacity-75:hover{
    opacity: 0.75;
  }

  .md\:hover\:tw-opacity-80:hover{
    opacity: 0.8;
  }

  .md\:hover\:tw-opacity-90:hover{
    opacity: 0.9;
  }

  .md\:hover\:tw-opacity-95:hover{
    opacity: 0.95;
  }

  .md\:hover\:tw-opacity-100:hover{
    opacity: 1;
  }

  .md\:focus\:tw-opacity-0:focus{
    opacity: 0;
  }

  .md\:focus\:tw-opacity-5:focus{
    opacity: 0.05;
  }

  .md\:focus\:tw-opacity-10:focus{
    opacity: 0.1;
  }

  .md\:focus\:tw-opacity-20:focus{
    opacity: 0.2;
  }

  .md\:focus\:tw-opacity-25:focus{
    opacity: 0.25;
  }

  .md\:focus\:tw-opacity-30:focus{
    opacity: 0.3;
  }

  .md\:focus\:tw-opacity-40:focus{
    opacity: 0.4;
  }

  .md\:focus\:tw-opacity-50:focus{
    opacity: 0.5;
  }

  .md\:focus\:tw-opacity-60:focus{
    opacity: 0.6;
  }

  .md\:focus\:tw-opacity-70:focus{
    opacity: 0.7;
  }

  .md\:focus\:tw-opacity-75:focus{
    opacity: 0.75;
  }

  .md\:focus\:tw-opacity-80:focus{
    opacity: 0.8;
  }

  .md\:focus\:tw-opacity-90:focus{
    opacity: 0.9;
  }

  .md\:focus\:tw-opacity-95:focus{
    opacity: 0.95;
  }

  .md\:focus\:tw-opacity-100:focus{
    opacity: 1;
  }

  .md\:tw-outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:tw-outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:tw-outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md\:focus-within\:tw-outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:focus-within\:tw-outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:focus-within\:tw-outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md\:focus\:tw-outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:focus\:tw-outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:focus\:tw-outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .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-overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .md\:tw-overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .md\:tw-overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .md\:tw-overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .md\:tw-overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .md\:tw-overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .md\:tw-overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .md\:tw-overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .md\:tw-overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .md\:tw-p-0{
    padding: 0px;
  }

  .md\:tw-p-1{
    padding: 0.25rem;
  }

  .md\:tw-p-2{
    padding: 0.5rem;
  }

  .md\:tw-p-3{
    padding: 0.75rem;
  }

  .md\:tw-p-4{
    padding: 1rem;
  }

  .md\:tw-p-5{
    padding: 1.25rem;
  }

  .md\:tw-p-6{
    padding: 1.5rem;
  }

  .md\:tw-p-7{
    padding: 1.75rem;
  }

  .md\:tw-p-8{
    padding: 2rem;
  }

  .md\:tw-p-9{
    padding: 2.25rem;
  }

  .md\:tw-p-10{
    padding: 2.5rem;
  }

  .md\:tw-p-11{
    padding: 2.75rem;
  }

  .md\:tw-p-12{
    padding: 3rem;
  }

  .md\:tw-p-13{
    padding: 3.25rem;
  }

  .md\:tw-p-14{
    padding: 3.5rem;
  }

  .md\:tw-p-16{
    padding: 4rem;
  }

  .md\:tw-p-20{
    padding: 5rem;
  }

  .md\:tw-p-24{
    padding: 6rem;
  }

  .md\:tw-p-28{
    padding: 7rem;
  }

  .md\:tw-p-32{
    padding: 8rem;
  }

  .md\:tw-p-36{
    padding: 9rem;
  }

  .md\:tw-p-40{
    padding: 10rem;
  }

  .md\:tw-p-44{
    padding: 11rem;
  }

  .md\:tw-p-48{
    padding: 12rem;
  }

  .md\:tw-p-52{
    padding: 13rem;
  }

  .md\:tw-p-56{
    padding: 14rem;
  }

  .md\:tw-p-60{
    padding: 15rem;
  }

  .md\:tw-p-64{
    padding: 16rem;
  }

  .md\:tw-p-72{
    padding: 18rem;
  }

  .md\:tw-p-80{
    padding: 20rem;
  }

  .md\:tw-p-96{
    padding: 24rem;
  }

  .md\:tw-p-px{
    padding: 1px;
  }

  .md\:tw-p-0\.5{
    padding: 0.125rem;
  }

  .md\:tw-p-1\.5{
    padding: 0.375rem;
  }

  .md\:tw-p-2\.5{
    padding: 0.625rem;
  }

  .md\:tw-p-3\.5{
    padding: 0.875rem;
  }

  .md\:tw-p-2\/3{
    padding: 66.666%;
  }

  .md\:tw-p-3\/2{
    padding: 150%;
  }

  .md\:tw-p-square{
    padding: 100%;
  }

  .md\:tw-p-58px{
    padding: 58px;
  }

  .md\:tw-p-63px{
    padding: 63px;
  }

  .md\:tw-p-73px{
    padding: 73.px;
  }

  .md\:tw-py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:tw-px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:tw-py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:tw-px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:tw-py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:tw-px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:tw-py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:tw-px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:tw-py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:tw-px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:tw-py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:tw-px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .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-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:tw-px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:tw-py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:tw-px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:tw-py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:tw-px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:tw-py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:tw-px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:tw-py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .md\:tw-px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .md\:tw-py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:tw-px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:tw-py-13{
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .md\:tw-px-13{
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .md\:tw-py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:tw-px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:tw-py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:tw-px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:tw-py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:tw-px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:tw-py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:tw-px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:tw-py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:tw-px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .md\:tw-py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:tw-px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:tw-py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .md\:tw-px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .md\:tw-py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:tw-px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:tw-py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .md\:tw-px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .md\:tw-py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:tw-px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:tw-py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .md\:tw-px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .md\:tw-py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:tw-px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:tw-py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .md\:tw-px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .md\:tw-py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:tw-px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:tw-py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .md\:tw-px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .md\:tw-py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .md\:tw-px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .md\:tw-py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .md\:tw-px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .md\:tw-py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:tw-px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:tw-py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .md\:tw-px-0\.5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .md\:tw-py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .md\:tw-px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .md\:tw-py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .md\:tw-px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .md\:tw-py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .md\:tw-px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .md\:tw-py-2\/3{
    padding-top: 66.666%;
    padding-bottom: 66.666%;
  }

  .md\:tw-px-2\/3{
    padding-left: 66.666%;
    padding-right: 66.666%;
  }

  .md\:tw-py-3\/2{
    padding-top: 150%;
    padding-bottom: 150%;
  }

  .md\:tw-px-3\/2{
    padding-left: 150%;
    padding-right: 150%;
  }

  .md\:tw-py-square{
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .md\:tw-px-square{
    padding-left: 100%;
    padding-right: 100%;
  }

  .md\:tw-py-58px{
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .md\:tw-px-58px{
    padding-left: 58px;
    padding-right: 58px;
  }

  .md\:tw-py-63px{
    padding-top: 63px;
    padding-bottom: 63px;
  }

  .md\:tw-px-63px{
    padding-left: 63px;
    padding-right: 63px;
  }

  .md\:tw-py-73px{
    padding-top: 73.px;
    padding-bottom: 73.px;
  }

  .md\:tw-px-73px{
    padding-left: 73.px;
    padding-right: 73.px;
  }

  .md\:tw-pt-0{
    padding-top: 0px;
  }

  .md\:tw-pr-0{
    padding-right: 0px;
  }

  .md\:tw-pb-0{
    padding-bottom: 0px;
  }

  .md\:tw-pl-0{
    padding-left: 0px;
  }

  .md\:tw-pt-1{
    padding-top: 0.25rem;
  }

  .md\:tw-pr-1{
    padding-right: 0.25rem;
  }

  .md\:tw-pb-1{
    padding-bottom: 0.25rem;
  }

  .md\:tw-pl-1{
    padding-left: 0.25rem;
  }

  .md\:tw-pt-2{
    padding-top: 0.5rem;
  }

  .md\:tw-pr-2{
    padding-right: 0.5rem;
  }

  .md\:tw-pb-2{
    padding-bottom: 0.5rem;
  }

  .md\:tw-pl-2{
    padding-left: 0.5rem;
  }

  .md\:tw-pt-3{
    padding-top: 0.75rem;
  }

  .md\:tw-pr-3{
    padding-right: 0.75rem;
  }

  .md\:tw-pb-3{
    padding-bottom: 0.75rem;
  }

  .md\:tw-pl-3{
    padding-left: 0.75rem;
  }

  .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-5{
    padding-top: 1.25rem;
  }

  .md\:tw-pr-5{
    padding-right: 1.25rem;
  }

  .md\:tw-pb-5{
    padding-bottom: 1.25rem;
  }

  .md\:tw-pl-5{
    padding-left: 1.25rem;
  }

  .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-7{
    padding-top: 1.75rem;
  }

  .md\:tw-pr-7{
    padding-right: 1.75rem;
  }

  .md\:tw-pb-7{
    padding-bottom: 1.75rem;
  }

  .md\:tw-pl-7{
    padding-left: 1.75rem;
  }

  .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-9{
    padding-top: 2.25rem;
  }

  .md\:tw-pr-9{
    padding-right: 2.25rem;
  }

  .md\:tw-pb-9{
    padding-bottom: 2.25rem;
  }

  .md\:tw-pl-9{
    padding-left: 2.25rem;
  }

  .md\:tw-pt-10{
    padding-top: 2.5rem;
  }

  .md\:tw-pr-10{
    padding-right: 2.5rem;
  }

  .md\:tw-pb-10{
    padding-bottom: 2.5rem;
  }

  .md\:tw-pl-10{
    padding-left: 2.5rem;
  }

  .md\:tw-pt-11{
    padding-top: 2.75rem;
  }

  .md\:tw-pr-11{
    padding-right: 2.75rem;
  }

  .md\:tw-pb-11{
    padding-bottom: 2.75rem;
  }

  .md\:tw-pl-11{
    padding-left: 2.75rem;
  }

  .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-13{
    padding-top: 3.25rem;
  }

  .md\:tw-pr-13{
    padding-right: 3.25rem;
  }

  .md\:tw-pb-13{
    padding-bottom: 3.25rem;
  }

  .md\:tw-pl-13{
    padding-left: 3.25rem;
  }

  .md\:tw-pt-14{
    padding-top: 3.5rem;
  }

  .md\:tw-pr-14{
    padding-right: 3.5rem;
  }

  .md\:tw-pb-14{
    padding-bottom: 3.5rem;
  }

  .md\:tw-pl-14{
    padding-left: 3.5rem;
  }

  .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-20{
    padding-top: 5rem;
  }

  .md\:tw-pr-20{
    padding-right: 5rem;
  }

  .md\:tw-pb-20{
    padding-bottom: 5rem;
  }

  .md\:tw-pl-20{
    padding-left: 5rem;
  }

  .md\:tw-pt-24{
    padding-top: 6rem;
  }

  .md\:tw-pr-24{
    padding-right: 6rem;
  }

  .md\:tw-pb-24{
    padding-bottom: 6rem;
  }

  .md\:tw-pl-24{
    padding-left: 6rem;
  }

  .md\:tw-pt-28{
    padding-top: 7rem;
  }

  .md\:tw-pr-28{
    padding-right: 7rem;
  }

  .md\:tw-pb-28{
    padding-bottom: 7rem;
  }

  .md\:tw-pl-28{
    padding-left: 7rem;
  }

  .md\:tw-pt-32{
    padding-top: 8rem;
  }

  .md\:tw-pr-32{
    padding-right: 8rem;
  }

  .md\:tw-pb-32{
    padding-bottom: 8rem;
  }

  .md\:tw-pl-32{
    padding-left: 8rem;
  }

  .md\:tw-pt-36{
    padding-top: 9rem;
  }

  .md\:tw-pr-36{
    padding-right: 9rem;
  }

  .md\:tw-pb-36{
    padding-bottom: 9rem;
  }

  .md\:tw-pl-36{
    padding-left: 9rem;
  }

  .md\:tw-pt-40{
    padding-top: 10rem;
  }

  .md\:tw-pr-40{
    padding-right: 10rem;
  }

  .md\:tw-pb-40{
    padding-bottom: 10rem;
  }

  .md\:tw-pl-40{
    padding-left: 10rem;
  }

  .md\:tw-pt-44{
    padding-top: 11rem;
  }

  .md\:tw-pr-44{
    padding-right: 11rem;
  }

  .md\:tw-pb-44{
    padding-bottom: 11rem;
  }

  .md\:tw-pl-44{
    padding-left: 11rem;
  }

  .md\:tw-pt-48{
    padding-top: 12rem;
  }

  .md\:tw-pr-48{
    padding-right: 12rem;
  }

  .md\:tw-pb-48{
    padding-bottom: 12rem;
  }

  .md\:tw-pl-48{
    padding-left: 12rem;
  }

  .md\:tw-pt-52{
    padding-top: 13rem;
  }

  .md\:tw-pr-52{
    padding-right: 13rem;
  }

  .md\:tw-pb-52{
    padding-bottom: 13rem;
  }

  .md\:tw-pl-52{
    padding-left: 13rem;
  }

  .md\:tw-pt-56{
    padding-top: 14rem;
  }

  .md\:tw-pr-56{
    padding-right: 14rem;
  }

  .md\:tw-pb-56{
    padding-bottom: 14rem;
  }

  .md\:tw-pl-56{
    padding-left: 14rem;
  }

  .md\:tw-pt-60{
    padding-top: 15rem;
  }

  .md\:tw-pr-60{
    padding-right: 15rem;
  }

  .md\:tw-pb-60{
    padding-bottom: 15rem;
  }

  .md\:tw-pl-60{
    padding-left: 15rem;
  }

  .md\:tw-pt-64{
    padding-top: 16rem;
  }

  .md\:tw-pr-64{
    padding-right: 16rem;
  }

  .md\:tw-pb-64{
    padding-bottom: 16rem;
  }

  .md\:tw-pl-64{
    padding-left: 16rem;
  }

  .md\:tw-pt-72{
    padding-top: 18rem;
  }

  .md\:tw-pr-72{
    padding-right: 18rem;
  }

  .md\:tw-pb-72{
    padding-bottom: 18rem;
  }

  .md\:tw-pl-72{
    padding-left: 18rem;
  }

  .md\:tw-pt-80{
    padding-top: 20rem;
  }

  .md\:tw-pr-80{
    padding-right: 20rem;
  }

  .md\:tw-pb-80{
    padding-bottom: 20rem;
  }

  .md\:tw-pl-80{
    padding-left: 20rem;
  }

  .md\:tw-pt-96{
    padding-top: 24rem;
  }

  .md\:tw-pr-96{
    padding-right: 24rem;
  }

  .md\:tw-pb-96{
    padding-bottom: 24rem;
  }

  .md\:tw-pl-96{
    padding-left: 24rem;
  }

  .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-pt-0\.5{
    padding-top: 0.125rem;
  }

  .md\:tw-pr-0\.5{
    padding-right: 0.125rem;
  }

  .md\:tw-pb-0\.5{
    padding-bottom: 0.125rem;
  }

  .md\:tw-pl-0\.5{
    padding-left: 0.125rem;
  }

  .md\:tw-pt-1\.5{
    padding-top: 0.375rem;
  }

  .md\:tw-pr-1\.5{
    padding-right: 0.375rem;
  }

  .md\:tw-pb-1\.5{
    padding-bottom: 0.375rem;
  }

  .md\:tw-pl-1\.5{
    padding-left: 0.375rem;
  }

  .md\:tw-pt-2\.5{
    padding-top: 0.625rem;
  }

  .md\:tw-pr-2\.5{
    padding-right: 0.625rem;
  }

  .md\:tw-pb-2\.5{
    padding-bottom: 0.625rem;
  }

  .md\:tw-pl-2\.5{
    padding-left: 0.625rem;
  }

  .md\:tw-pt-3\.5{
    padding-top: 0.875rem;
  }

  .md\:tw-pr-3\.5{
    padding-right: 0.875rem;
  }

  .md\:tw-pb-3\.5{
    padding-bottom: 0.875rem;
  }

  .md\:tw-pl-3\.5{
    padding-left: 0.875rem;
  }

  .md\:tw-pt-2\/3{
    padding-top: 66.666%;
  }

  .md\:tw-pr-2\/3{
    padding-right: 66.666%;
  }

  .md\:tw-pb-2\/3{
    padding-bottom: 66.666%;
  }

  .md\:tw-pl-2\/3{
    padding-left: 66.666%;
  }

  .md\:tw-pt-3\/2{
    padding-top: 150%;
  }

  .md\:tw-pr-3\/2{
    padding-right: 150%;
  }

  .md\:tw-pb-3\/2{
    padding-bottom: 150%;
  }

  .md\:tw-pl-3\/2{
    padding-left: 150%;
  }

  .md\:tw-pt-square{
    padding-top: 100%;
  }

  .md\:tw-pr-square{
    padding-right: 100%;
  }

  .md\:tw-pb-square{
    padding-bottom: 100%;
  }

  .md\:tw-pl-square{
    padding-left: 100%;
  }

  .md\:tw-pt-58px{
    padding-top: 58px;
  }

  .md\:tw-pr-58px{
    padding-right: 58px;
  }

  .md\:tw-pb-58px{
    padding-bottom: 58px;
  }

  .md\:tw-pl-58px{
    padding-left: 58px;
  }

  .md\:tw-pt-63px{
    padding-top: 63px;
  }

  .md\:tw-pr-63px{
    padding-right: 63px;
  }

  .md\:tw-pb-63px{
    padding-bottom: 63px;
  }

  .md\:tw-pl-63px{
    padding-left: 63px;
  }

  .md\:tw-pt-73px{
    padding-top: 73.px;
  }

  .md\:tw-pr-73px{
    padding-right: 73.px;
  }

  .md\:tw-pb-73px{
    padding-bottom: 73.px;
  }

  .md\:tw-pl-73px{
    padding-left: 73.px;
  }

  .md\:tw-placeholder-brand-orange:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
  }

  .md\:tw-placeholder-brand-orange::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
  }

  .md\:tw-placeholder-brand-orange-dark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
  }

  .md\:tw-placeholder-brand-orange-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
  }

  .md\:tw-placeholder-brand-orange-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
  }

  .md\:tw-placeholder-brand-orange-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
  }

  .md\:tw-placeholder-brand-blue:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
  }

  .md\:tw-placeholder-brand-blue::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
  }

  .md\:tw-placeholder-brand-blue-dark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
  }

  .md\:tw-placeholder-brand-blue-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
  }

  .md\:tw-placeholder-brand-blue-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
  }

  .md\:tw-placeholder-brand-blue-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
  }

  .md\:tw-placeholder-brand-yellow:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-placeholder-opacity));
  }

  .md\:tw-placeholder-brand-yellow::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-placeholder-opacity));
  }

  .md\:tw-placeholder-brand-green:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-placeholder-opacity));
  }

  .md\:tw-placeholder-brand-green::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-placeholder-opacity));
  }

  .md\:tw-placeholder-brand-pink:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-placeholder-opacity));
  }

  .md\:tw-placeholder-brand-pink::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-placeholder-opacity));
  }

  .md\:tw-placeholder-brand-red:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-placeholder-opacity));
  }

  .md\:tw-placeholder-brand-red::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-placeholder-opacity));
  }

  .md\:tw-placeholder-brand-turquesa:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-placeholder-opacity));
  }

  .md\:tw-placeholder-brand-turquesa::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-placeholder-opacity));
  }

  .md\:tw-placeholder-gray-lighter:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .md\:tw-placeholder-gray-lighter::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .md\:tw-placeholder-gray-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
  }

  .md\:tw-placeholder-gray-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
  }

  .md\:tw-placeholder-gray-dark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
  }

  .md\:tw-placeholder-gray-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
  }

  .md\:tw-placeholder-gray-darker:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .md\:tw-placeholder-gray-darker::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .md\:tw-placeholder-gray-medium:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-placeholder-opacity));
  }

  .md\:tw-placeholder-gray-medium::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-placeholder-opacity));
  }

  .md\:tw-placeholder-gray-mid:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-placeholder-opacity));
  }

  .md\:tw-placeholder-gray-mid::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-placeholder-opacity));
  }

  .md\:tw-placeholder-black:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:tw-placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:tw-placeholder-primary:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
  }

  .md\:tw-placeholder-primary::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
  }

  .md\:tw-placeholder-primary-dark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
  }

  .md\:tw-placeholder-primary-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
  }

  .md\:tw-placeholder-primary-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
  }

  .md\:tw-placeholder-primary-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
  }

  .md\:tw-placeholder-secondary:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
  }

  .md\:tw-placeholder-secondary::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
  }

  .md\:tw-placeholder-secondary-dark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
  }

  .md\:tw-placeholder-secondary-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
  }

  .md\:tw-placeholder-secondary-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
  }

  .md\:tw-placeholder-secondary-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
  }

  .md\:tw-placeholder-white:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:tw-placeholder-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:tw-placeholder-hyperlinks:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-placeholder-opacity));
  }

  .md\:tw-placeholder-hyperlinks::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-placeholder-opacity));
  }

  .md\:tw-placeholder-hyperlinks-visited:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-placeholder-opacity));
  }

  .md\:tw-placeholder-hyperlinks-visited::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-placeholder-opacity));
  }

  .md\:tw-placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .md\:tw-placeholder-transparent::placeholder{
    color: transparent;
  }

  .md\:focus\:tw-placeholder-brand-orange:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-brand-orange:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-brand-orange-dark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-brand-orange-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-brand-orange-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-brand-orange-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-brand-blue:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-brand-blue:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-brand-blue-dark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-brand-blue-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-brand-blue-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-brand-blue-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-brand-yellow:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-brand-yellow:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-brand-green:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-brand-green:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-brand-pink:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-brand-pink:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-brand-red:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-brand-red:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-brand-turquesa:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-brand-turquesa:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-lighter:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-lighter:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-dark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-darker:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-darker:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-medium:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-medium:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-mid:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-mid:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-black:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-primary:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-primary:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-primary-dark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-primary-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-primary-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-primary-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-secondary:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-secondary:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-secondary-dark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-secondary-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-secondary-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-secondary-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-white:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-hyperlinks:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-hyperlinks:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-hyperlinks-visited:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-hyperlinks-visited:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .md\:focus\:tw-placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .md\:tw-placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .md\:tw-placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .md\:tw-placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .md\:tw-placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .md\:tw-placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .md\:tw-placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .md\:tw-placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .md\:tw-placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .md\:tw-placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .md\:tw-placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .md\:tw-placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .md\:tw-placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .md\:tw-placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .md\:tw-placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .md\:tw-placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .md\:tw-placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .md\:tw-placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .md\:tw-placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .md\:tw-placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .md\:tw-placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .md\:tw-placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .md\:tw-placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .md\:tw-placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .md\:tw-placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .md\:tw-placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .md\:tw-placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .md\:tw-placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .md\:tw-placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .md\:tw-placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .md\:tw-placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .md\:focus\:tw-placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .md\:focus\:tw-placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .md\:focus\:tw-placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .md\:focus\:tw-placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .md\:focus\:tw-placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .md\:focus\:tw-placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .md\:focus\:tw-placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .md\:focus\:tw-placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .md\:focus\:tw-placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .md\:focus\:tw-placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .md\:focus\:tw-placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .md\:focus\:tw-placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .md\:focus\:tw-placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .md\:focus\:tw-placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .md\:focus\:tw-placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .md\:focus\:tw-placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .md\:focus\:tw-placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .md\:focus\:tw-placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .md\:focus\:tw-placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .md\:focus\:tw-placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .md\:focus\:tw-placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .md\:focus\:tw-placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .md\:focus\:tw-placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .md\:focus\:tw-placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .md\:focus\:tw-placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .md\:focus\:tw-placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .md\:focus\:tw-placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .md\:focus\:tw-placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .md\:focus\:tw-placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .md\:focus\:tw-placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .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: sticky;
  }

  .md\:hover\:tw-static:hover{
    position: static;
  }

  .md\:hover\:tw-fixed:hover{
    position: fixed;
  }

  .md\:hover\:tw-absolute:hover{
    position: absolute;
  }

  .md\:hover\:tw-relative:hover{
    position: relative;
  }

  .md\:hover\:tw-sticky:hover{
    position: sticky;
  }

  .md\:focus\:tw-static:focus{
    position: static;
  }

  .md\:focus\:tw-fixed:focus{
    position: fixed;
  }

  .md\:focus\:tw-absolute:focus{
    position: absolute;
  }

  .md\:focus\:tw-relative:focus{
    position: relative;
  }

  .md\:focus\:tw-sticky:focus{
    position: sticky;
  }

  .md\:active\:tw-static:active{
    position: static;
  }

  .md\:active\:tw-fixed:active{
    position: fixed;
  }

  .md\:active\:tw-absolute:active{
    position: absolute;
  }

  .md\:active\:tw-relative:active{
    position: relative;
  }

  .md\:active\:tw-sticky:active{
    position: sticky;
  }

  .md\:tw-inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .md\:tw-inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .md\:tw-inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .md\:tw-inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .md\:tw-inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .md\:tw-inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .md\:tw-inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .md\:tw-inset-7{
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .md\:tw-inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .md\:tw-inset-9{
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .md\:tw-inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .md\:tw-inset-11{
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .md\:tw-inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .md\:tw-inset-13{
    top: 3.25rem;
    right: 3.25rem;
    bottom: 3.25rem;
    left: 3.25rem;
  }

  .md\:tw-inset-14{
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .md\:tw-inset-16{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .md\:tw-inset-20{
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .md\:tw-inset-24{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .md\:tw-inset-28{
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .md\:tw-inset-32{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .md\:tw-inset-36{
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .md\:tw-inset-40{
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .md\:tw-inset-44{
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .md\:tw-inset-48{
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .md\:tw-inset-52{
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .md\:tw-inset-56{
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .md\:tw-inset-60{
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .md\:tw-inset-64{
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .md\:tw-inset-72{
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .md\:tw-inset-80{
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .md\:tw-inset-96{
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .md\:tw-inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:tw-inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .md\:tw-inset-0\.5{
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .md\:tw-inset-1\.5{
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .md\:tw-inset-2\.5{
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .md\:tw-inset-3\.5{
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .md\:tw-inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .md\:tw-inset-3\/2{
    top: 150%;
    right: 150%;
    bottom: 150%;
    left: 150%;
  }

  .md\:tw-inset-square{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .md\:tw-inset-58px{
    top: 58px;
    right: 58px;
    bottom: 58px;
    left: 58px;
  }

  .md\:tw-inset-63px{
    top: 63px;
    right: 63px;
    bottom: 63px;
    left: 63px;
  }

  .md\:tw-inset-73px{
    top: 73.px;
    right: 73.px;
    bottom: 73.px;
    left: 73.px;
  }

  .md\:tw--inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .md\:tw--inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .md\:tw--inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .md\:tw--inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .md\:tw--inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .md\:tw--inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .md\:tw--inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .md\:tw--inset-7{
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .md\:tw--inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .md\:tw--inset-9{
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .md\:tw--inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .md\:tw--inset-11{
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .md\:tw--inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .md\:tw--inset-13{
    top: -3.25rem;
    right: -3.25rem;
    bottom: -3.25rem;
    left: -3.25rem;
  }

  .md\:tw--inset-14{
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .md\:tw--inset-16{
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .md\:tw--inset-20{
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .md\:tw--inset-24{
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .md\:tw--inset-28{
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .md\:tw--inset-32{
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .md\:tw--inset-36{
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .md\:tw--inset-40{
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .md\:tw--inset-44{
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .md\:tw--inset-48{
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .md\:tw--inset-52{
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .md\:tw--inset-56{
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .md\:tw--inset-60{
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .md\:tw--inset-64{
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .md\:tw--inset-72{
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .md\:tw--inset-80{
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .md\:tw--inset-96{
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .md\:tw--inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .md\:tw--inset-0\.5{
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .md\:tw--inset-1\.5{
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .md\:tw--inset-2\.5{
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .md\:tw--inset-3\.5{
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .md\:tw--inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .md\:tw--inset-3\/2{
    top: -150%;
    right: -150%;
    bottom: -150%;
    left: -150%;
  }

  .md\:tw--inset-square{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .md\:tw--inset-58px{
    top: -58px;
    right: -58px;
    bottom: -58px;
    left: -58px;
  }

  .md\:tw--inset-63px{
    top: -63px;
    right: -63px;
    bottom: -63px;
    left: -63px;
  }

  .md\:tw--inset-73px{
    top: -73px;
    right: -73px;
    bottom: -73px;
    left: -73px;
  }

  .md\:tw-inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:tw-inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .md\:tw-inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .md\:tw-inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:tw-inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .md\:tw-inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .md\:tw--inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .md\:tw--inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .md\:tw--inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .md\:tw--inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .md\:tw--inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .md\:tw--inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .md\:tw-inset-1\/5{
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .md\:tw-inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .md\:tw-inset-x-0{
    right: 0px;
    left: 0px;
  }

  .md\:tw-inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .md\:tw-inset-x-1{
    right: 0.25rem;
    left: 0.25rem;
  }

  .md\:tw-inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .md\:tw-inset-x-2{
    right: 0.5rem;
    left: 0.5rem;
  }

  .md\:tw-inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .md\:tw-inset-x-3{
    right: 0.75rem;
    left: 0.75rem;
  }

  .md\:tw-inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  .md\:tw-inset-x-4{
    right: 1rem;
    left: 1rem;
  }

  .md\:tw-inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .md\:tw-inset-x-5{
    right: 1.25rem;
    left: 1.25rem;
  }

  .md\:tw-inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .md\:tw-inset-x-6{
    right: 1.5rem;
    left: 1.5rem;
  }

  .md\:tw-inset-y-7{
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .md\:tw-inset-x-7{
    right: 1.75rem;
    left: 1.75rem;
  }

  .md\:tw-inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  .md\:tw-inset-x-8{
    right: 2rem;
    left: 2rem;
  }

  .md\:tw-inset-y-9{
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .md\:tw-inset-x-9{
    right: 2.25rem;
    left: 2.25rem;
  }

  .md\:tw-inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .md\:tw-inset-x-10{
    right: 2.5rem;
    left: 2.5rem;
  }

  .md\:tw-inset-y-11{
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .md\:tw-inset-x-11{
    right: 2.75rem;
    left: 2.75rem;
  }

  .md\:tw-inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  .md\:tw-inset-x-12{
    right: 3rem;
    left: 3rem;
  }

  .md\:tw-inset-y-13{
    top: 3.25rem;
    bottom: 3.25rem;
  }

  .md\:tw-inset-x-13{
    right: 3.25rem;
    left: 3.25rem;
  }

  .md\:tw-inset-y-14{
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .md\:tw-inset-x-14{
    right: 3.5rem;
    left: 3.5rem;
  }

  .md\:tw-inset-y-16{
    top: 4rem;
    bottom: 4rem;
  }

  .md\:tw-inset-x-16{
    right: 4rem;
    left: 4rem;
  }

  .md\:tw-inset-y-20{
    top: 5rem;
    bottom: 5rem;
  }

  .md\:tw-inset-x-20{
    right: 5rem;
    left: 5rem;
  }

  .md\:tw-inset-y-24{
    top: 6rem;
    bottom: 6rem;
  }

  .md\:tw-inset-x-24{
    right: 6rem;
    left: 6rem;
  }

  .md\:tw-inset-y-28{
    top: 7rem;
    bottom: 7rem;
  }

  .md\:tw-inset-x-28{
    right: 7rem;
    left: 7rem;
  }

  .md\:tw-inset-y-32{
    top: 8rem;
    bottom: 8rem;
  }

  .md\:tw-inset-x-32{
    right: 8rem;
    left: 8rem;
  }

  .md\:tw-inset-y-36{
    top: 9rem;
    bottom: 9rem;
  }

  .md\:tw-inset-x-36{
    right: 9rem;
    left: 9rem;
  }

  .md\:tw-inset-y-40{
    top: 10rem;
    bottom: 10rem;
  }

  .md\:tw-inset-x-40{
    right: 10rem;
    left: 10rem;
  }

  .md\:tw-inset-y-44{
    top: 11rem;
    bottom: 11rem;
  }

  .md\:tw-inset-x-44{
    right: 11rem;
    left: 11rem;
  }

  .md\:tw-inset-y-48{
    top: 12rem;
    bottom: 12rem;
  }

  .md\:tw-inset-x-48{
    right: 12rem;
    left: 12rem;
  }

  .md\:tw-inset-y-52{
    top: 13rem;
    bottom: 13rem;
  }

  .md\:tw-inset-x-52{
    right: 13rem;
    left: 13rem;
  }

  .md\:tw-inset-y-56{
    top: 14rem;
    bottom: 14rem;
  }

  .md\:tw-inset-x-56{
    right: 14rem;
    left: 14rem;
  }

  .md\:tw-inset-y-60{
    top: 15rem;
    bottom: 15rem;
  }

  .md\:tw-inset-x-60{
    right: 15rem;
    left: 15rem;
  }

  .md\:tw-inset-y-64{
    top: 16rem;
    bottom: 16rem;
  }

  .md\:tw-inset-x-64{
    right: 16rem;
    left: 16rem;
  }

  .md\:tw-inset-y-72{
    top: 18rem;
    bottom: 18rem;
  }

  .md\:tw-inset-x-72{
    right: 18rem;
    left: 18rem;
  }

  .md\:tw-inset-y-80{
    top: 20rem;
    bottom: 20rem;
  }

  .md\:tw-inset-x-80{
    right: 20rem;
    left: 20rem;
  }

  .md\:tw-inset-y-96{
    top: 24rem;
    bottom: 24rem;
  }

  .md\:tw-inset-x-96{
    right: 24rem;
    left: 24rem;
  }

  .md\:tw-inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .md\:tw-inset-x-auto{
    right: auto;
    left: auto;
  }

  .md\:tw-inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  .md\:tw-inset-x-px{
    right: 1px;
    left: 1px;
  }

  .md\:tw-inset-y-0\.5{
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .md\:tw-inset-x-0\.5{
    right: 0.125rem;
    left: 0.125rem;
  }

  .md\:tw-inset-y-1\.5{
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .md\:tw-inset-x-1\.5{
    right: 0.375rem;
    left: 0.375rem;
  }

  .md\:tw-inset-y-2\.5{
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .md\:tw-inset-x-2\.5{
    right: 0.625rem;
    left: 0.625rem;
  }

  .md\:tw-inset-y-3\.5{
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .md\:tw-inset-x-3\.5{
    right: 0.875rem;
    left: 0.875rem;
  }

  .md\:tw-inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .md\:tw-inset-x-2\/3{
    right: 66.666667%;
    left: 66.666667%;
  }

  .md\:tw-inset-y-3\/2{
    top: 150%;
    bottom: 150%;
  }

  .md\:tw-inset-x-3\/2{
    right: 150%;
    left: 150%;
  }

  .md\:tw-inset-y-square{
    top: 100%;
    bottom: 100%;
  }

  .md\:tw-inset-x-square{
    right: 100%;
    left: 100%;
  }

  .md\:tw-inset-y-58px{
    top: 58px;
    bottom: 58px;
  }

  .md\:tw-inset-x-58px{
    right: 58px;
    left: 58px;
  }

  .md\:tw-inset-y-63px{
    top: 63px;
    bottom: 63px;
  }

  .md\:tw-inset-x-63px{
    right: 63px;
    left: 63px;
  }

  .md\:tw-inset-y-73px{
    top: 73.px;
    bottom: 73.px;
  }

  .md\:tw-inset-x-73px{
    right: 73.px;
    left: 73.px;
  }

  .md\:tw--inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .md\:tw--inset-x-0{
    right: 0px;
    left: 0px;
  }

  .md\:tw--inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .md\:tw--inset-x-1{
    right: -0.25rem;
    left: -0.25rem;
  }

  .md\:tw--inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .md\:tw--inset-x-2{
    right: -0.5rem;
    left: -0.5rem;
  }

  .md\:tw--inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .md\:tw--inset-x-3{
    right: -0.75rem;
    left: -0.75rem;
  }

  .md\:tw--inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  .md\:tw--inset-x-4{
    right: -1rem;
    left: -1rem;
  }

  .md\:tw--inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .md\:tw--inset-x-5{
    right: -1.25rem;
    left: -1.25rem;
  }

  .md\:tw--inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .md\:tw--inset-x-6{
    right: -1.5rem;
    left: -1.5rem;
  }

  .md\:tw--inset-y-7{
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .md\:tw--inset-x-7{
    right: -1.75rem;
    left: -1.75rem;
  }

  .md\:tw--inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  .md\:tw--inset-x-8{
    right: -2rem;
    left: -2rem;
  }

  .md\:tw--inset-y-9{
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .md\:tw--inset-x-9{
    right: -2.25rem;
    left: -2.25rem;
  }

  .md\:tw--inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .md\:tw--inset-x-10{
    right: -2.5rem;
    left: -2.5rem;
  }

  .md\:tw--inset-y-11{
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .md\:tw--inset-x-11{
    right: -2.75rem;
    left: -2.75rem;
  }

  .md\:tw--inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  .md\:tw--inset-x-12{
    right: -3rem;
    left: -3rem;
  }

  .md\:tw--inset-y-13{
    top: -3.25rem;
    bottom: -3.25rem;
  }

  .md\:tw--inset-x-13{
    right: -3.25rem;
    left: -3.25rem;
  }

  .md\:tw--inset-y-14{
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .md\:tw--inset-x-14{
    right: -3.5rem;
    left: -3.5rem;
  }

  .md\:tw--inset-y-16{
    top: -4rem;
    bottom: -4rem;
  }

  .md\:tw--inset-x-16{
    right: -4rem;
    left: -4rem;
  }

  .md\:tw--inset-y-20{
    top: -5rem;
    bottom: -5rem;
  }

  .md\:tw--inset-x-20{
    right: -5rem;
    left: -5rem;
  }

  .md\:tw--inset-y-24{
    top: -6rem;
    bottom: -6rem;
  }

  .md\:tw--inset-x-24{
    right: -6rem;
    left: -6rem;
  }

  .md\:tw--inset-y-28{
    top: -7rem;
    bottom: -7rem;
  }

  .md\:tw--inset-x-28{
    right: -7rem;
    left: -7rem;
  }

  .md\:tw--inset-y-32{
    top: -8rem;
    bottom: -8rem;
  }

  .md\:tw--inset-x-32{
    right: -8rem;
    left: -8rem;
  }

  .md\:tw--inset-y-36{
    top: -9rem;
    bottom: -9rem;
  }

  .md\:tw--inset-x-36{
    right: -9rem;
    left: -9rem;
  }

  .md\:tw--inset-y-40{
    top: -10rem;
    bottom: -10rem;
  }

  .md\:tw--inset-x-40{
    right: -10rem;
    left: -10rem;
  }

  .md\:tw--inset-y-44{
    top: -11rem;
    bottom: -11rem;
  }

  .md\:tw--inset-x-44{
    right: -11rem;
    left: -11rem;
  }

  .md\:tw--inset-y-48{
    top: -12rem;
    bottom: -12rem;
  }

  .md\:tw--inset-x-48{
    right: -12rem;
    left: -12rem;
  }

  .md\:tw--inset-y-52{
    top: -13rem;
    bottom: -13rem;
  }

  .md\:tw--inset-x-52{
    right: -13rem;
    left: -13rem;
  }

  .md\:tw--inset-y-56{
    top: -14rem;
    bottom: -14rem;
  }

  .md\:tw--inset-x-56{
    right: -14rem;
    left: -14rem;
  }

  .md\:tw--inset-y-60{
    top: -15rem;
    bottom: -15rem;
  }

  .md\:tw--inset-x-60{
    right: -15rem;
    left: -15rem;
  }

  .md\:tw--inset-y-64{
    top: -16rem;
    bottom: -16rem;
  }

  .md\:tw--inset-x-64{
    right: -16rem;
    left: -16rem;
  }

  .md\:tw--inset-y-72{
    top: -18rem;
    bottom: -18rem;
  }

  .md\:tw--inset-x-72{
    right: -18rem;
    left: -18rem;
  }

  .md\:tw--inset-y-80{
    top: -20rem;
    bottom: -20rem;
  }

  .md\:tw--inset-x-80{
    right: -20rem;
    left: -20rem;
  }

  .md\:tw--inset-y-96{
    top: -24rem;
    bottom: -24rem;
  }

  .md\:tw--inset-x-96{
    right: -24rem;
    left: -24rem;
  }

  .md\:tw--inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  .md\:tw--inset-x-px{
    right: -1px;
    left: -1px;
  }

  .md\:tw--inset-y-0\.5{
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .md\:tw--inset-x-0\.5{
    right: -0.125rem;
    left: -0.125rem;
  }

  .md\:tw--inset-y-1\.5{
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .md\:tw--inset-x-1\.5{
    right: -0.375rem;
    left: -0.375rem;
  }

  .md\:tw--inset-y-2\.5{
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .md\:tw--inset-x-2\.5{
    right: -0.625rem;
    left: -0.625rem;
  }

  .md\:tw--inset-y-3\.5{
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .md\:tw--inset-x-3\.5{
    right: -0.875rem;
    left: -0.875rem;
  }

  .md\:tw--inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .md\:tw--inset-x-2\/3{
    right: -66.666667%;
    left: -66.666667%;
  }

  .md\:tw--inset-y-3\/2{
    top: -150%;
    bottom: -150%;
  }

  .md\:tw--inset-x-3\/2{
    right: -150%;
    left: -150%;
  }

  .md\:tw--inset-y-square{
    top: -100%;
    bottom: -100%;
  }

  .md\:tw--inset-x-square{
    right: -100%;
    left: -100%;
  }

  .md\:tw--inset-y-58px{
    top: -58px;
    bottom: -58px;
  }

  .md\:tw--inset-x-58px{
    right: -58px;
    left: -58px;
  }

  .md\:tw--inset-y-63px{
    top: -63px;
    bottom: -63px;
  }

  .md\:tw--inset-x-63px{
    right: -63px;
    left: -63px;
  }

  .md\:tw--inset-y-73px{
    top: -73px;
    bottom: -73px;
  }

  .md\:tw--inset-x-73px{
    right: -73px;
    left: -73px;
  }

  .md\:tw-inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .md\:tw-inset-x-1\/2{
    right: 50%;
    left: 50%;
  }

  .md\:tw-inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .md\:tw-inset-x-1\/3{
    right: 33.333333%;
    left: 33.333333%;
  }

  .md\:tw-inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .md\:tw-inset-x-1\/4{
    right: 25%;
    left: 25%;
  }

  .md\:tw-inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .md\:tw-inset-x-2\/4{
    right: 50%;
    left: 50%;
  }

  .md\:tw-inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .md\:tw-inset-x-3\/4{
    right: 75%;
    left: 75%;
  }

  .md\:tw-inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .md\:tw-inset-x-full{
    right: 100%;
    left: 100%;
  }

  .md\:tw--inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .md\:tw--inset-x-1\/2{
    right: -50%;
    left: -50%;
  }

  .md\:tw--inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .md\:tw--inset-x-1\/3{
    right: -33.333333%;
    left: -33.333333%;
  }

  .md\:tw--inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .md\:tw--inset-x-1\/4{
    right: -25%;
    left: -25%;
  }

  .md\:tw--inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .md\:tw--inset-x-2\/4{
    right: -50%;
    left: -50%;
  }

  .md\:tw--inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .md\:tw--inset-x-3\/4{
    right: -75%;
    left: -75%;
  }

  .md\:tw--inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .md\:tw--inset-x-full{
    right: -100%;
    left: -100%;
  }

  .md\:tw-inset-y-1\/5{
    top: 20%;
    bottom: 20%;
  }

  .md\:tw-inset-x-1\/5{
    right: 20%;
    left: 20%;
  }

  .md\:tw-top-0{
    top: 0px;
  }

  .md\:tw-right-0{
    right: 0px;
  }

  .md\:tw-bottom-0{
    bottom: 0px;
  }

  .md\:tw-left-0{
    left: 0px;
  }

  .md\:tw-top-1{
    top: 0.25rem;
  }

  .md\:tw-right-1{
    right: 0.25rem;
  }

  .md\:tw-bottom-1{
    bottom: 0.25rem;
  }

  .md\:tw-left-1{
    left: 0.25rem;
  }

  .md\:tw-top-2{
    top: 0.5rem;
  }

  .md\:tw-right-2{
    right: 0.5rem;
  }

  .md\:tw-bottom-2{
    bottom: 0.5rem;
  }

  .md\:tw-left-2{
    left: 0.5rem;
  }

  .md\:tw-top-3{
    top: 0.75rem;
  }

  .md\:tw-right-3{
    right: 0.75rem;
  }

  .md\:tw-bottom-3{
    bottom: 0.75rem;
  }

  .md\:tw-left-3{
    left: 0.75rem;
  }

  .md\:tw-top-4{
    top: 1rem;
  }

  .md\:tw-right-4{
    right: 1rem;
  }

  .md\:tw-bottom-4{
    bottom: 1rem;
  }

  .md\:tw-left-4{
    left: 1rem;
  }

  .md\:tw-top-5{
    top: 1.25rem;
  }

  .md\:tw-right-5{
    right: 1.25rem;
  }

  .md\:tw-bottom-5{
    bottom: 1.25rem;
  }

  .md\:tw-left-5{
    left: 1.25rem;
  }

  .md\:tw-top-6{
    top: 1.5rem;
  }

  .md\:tw-right-6{
    right: 1.5rem;
  }

  .md\:tw-bottom-6{
    bottom: 1.5rem;
  }

  .md\:tw-left-6{
    left: 1.5rem;
  }

  .md\:tw-top-7{
    top: 1.75rem;
  }

  .md\:tw-right-7{
    right: 1.75rem;
  }

  .md\:tw-bottom-7{
    bottom: 1.75rem;
  }

  .md\:tw-left-7{
    left: 1.75rem;
  }

  .md\:tw-top-8{
    top: 2rem;
  }

  .md\:tw-right-8{
    right: 2rem;
  }

  .md\:tw-bottom-8{
    bottom: 2rem;
  }

  .md\:tw-left-8{
    left: 2rem;
  }

  .md\:tw-top-9{
    top: 2.25rem;
  }

  .md\:tw-right-9{
    right: 2.25rem;
  }

  .md\:tw-bottom-9{
    bottom: 2.25rem;
  }

  .md\:tw-left-9{
    left: 2.25rem;
  }

  .md\:tw-top-10{
    top: 2.5rem;
  }

  .md\:tw-right-10{
    right: 2.5rem;
  }

  .md\:tw-bottom-10{
    bottom: 2.5rem;
  }

  .md\:tw-left-10{
    left: 2.5rem;
  }

  .md\:tw-top-11{
    top: 2.75rem;
  }

  .md\:tw-right-11{
    right: 2.75rem;
  }

  .md\:tw-bottom-11{
    bottom: 2.75rem;
  }

  .md\:tw-left-11{
    left: 2.75rem;
  }

  .md\:tw-top-12{
    top: 3rem;
  }

  .md\:tw-right-12{
    right: 3rem;
  }

  .md\:tw-bottom-12{
    bottom: 3rem;
  }

  .md\:tw-left-12{
    left: 3rem;
  }

  .md\:tw-top-13{
    top: 3.25rem;
  }

  .md\:tw-right-13{
    right: 3.25rem;
  }

  .md\:tw-bottom-13{
    bottom: 3.25rem;
  }

  .md\:tw-left-13{
    left: 3.25rem;
  }

  .md\:tw-top-14{
    top: 3.5rem;
  }

  .md\:tw-right-14{
    right: 3.5rem;
  }

  .md\:tw-bottom-14{
    bottom: 3.5rem;
  }

  .md\:tw-left-14{
    left: 3.5rem;
  }

  .md\:tw-top-16{
    top: 4rem;
  }

  .md\:tw-right-16{
    right: 4rem;
  }

  .md\:tw-bottom-16{
    bottom: 4rem;
  }

  .md\:tw-left-16{
    left: 4rem;
  }

  .md\:tw-top-20{
    top: 5rem;
  }

  .md\:tw-right-20{
    right: 5rem;
  }

  .md\:tw-bottom-20{
    bottom: 5rem;
  }

  .md\:tw-left-20{
    left: 5rem;
  }

  .md\:tw-top-24{
    top: 6rem;
  }

  .md\:tw-right-24{
    right: 6rem;
  }

  .md\:tw-bottom-24{
    bottom: 6rem;
  }

  .md\:tw-left-24{
    left: 6rem;
  }

  .md\:tw-top-28{
    top: 7rem;
  }

  .md\:tw-right-28{
    right: 7rem;
  }

  .md\:tw-bottom-28{
    bottom: 7rem;
  }

  .md\:tw-left-28{
    left: 7rem;
  }

  .md\:tw-top-32{
    top: 8rem;
  }

  .md\:tw-right-32{
    right: 8rem;
  }

  .md\:tw-bottom-32{
    bottom: 8rem;
  }

  .md\:tw-left-32{
    left: 8rem;
  }

  .md\:tw-top-36{
    top: 9rem;
  }

  .md\:tw-right-36{
    right: 9rem;
  }

  .md\:tw-bottom-36{
    bottom: 9rem;
  }

  .md\:tw-left-36{
    left: 9rem;
  }

  .md\:tw-top-40{
    top: 10rem;
  }

  .md\:tw-right-40{
    right: 10rem;
  }

  .md\:tw-bottom-40{
    bottom: 10rem;
  }

  .md\:tw-left-40{
    left: 10rem;
  }

  .md\:tw-top-44{
    top: 11rem;
  }

  .md\:tw-right-44{
    right: 11rem;
  }

  .md\:tw-bottom-44{
    bottom: 11rem;
  }

  .md\:tw-left-44{
    left: 11rem;
  }

  .md\:tw-top-48{
    top: 12rem;
  }

  .md\:tw-right-48{
    right: 12rem;
  }

  .md\:tw-bottom-48{
    bottom: 12rem;
  }

  .md\:tw-left-48{
    left: 12rem;
  }

  .md\:tw-top-52{
    top: 13rem;
  }

  .md\:tw-right-52{
    right: 13rem;
  }

  .md\:tw-bottom-52{
    bottom: 13rem;
  }

  .md\:tw-left-52{
    left: 13rem;
  }

  .md\:tw-top-56{
    top: 14rem;
  }

  .md\:tw-right-56{
    right: 14rem;
  }

  .md\:tw-bottom-56{
    bottom: 14rem;
  }

  .md\:tw-left-56{
    left: 14rem;
  }

  .md\:tw-top-60{
    top: 15rem;
  }

  .md\:tw-right-60{
    right: 15rem;
  }

  .md\:tw-bottom-60{
    bottom: 15rem;
  }

  .md\:tw-left-60{
    left: 15rem;
  }

  .md\:tw-top-64{
    top: 16rem;
  }

  .md\:tw-right-64{
    right: 16rem;
  }

  .md\:tw-bottom-64{
    bottom: 16rem;
  }

  .md\:tw-left-64{
    left: 16rem;
  }

  .md\:tw-top-72{
    top: 18rem;
  }

  .md\:tw-right-72{
    right: 18rem;
  }

  .md\:tw-bottom-72{
    bottom: 18rem;
  }

  .md\:tw-left-72{
    left: 18rem;
  }

  .md\:tw-top-80{
    top: 20rem;
  }

  .md\:tw-right-80{
    right: 20rem;
  }

  .md\:tw-bottom-80{
    bottom: 20rem;
  }

  .md\:tw-left-80{
    left: 20rem;
  }

  .md\:tw-top-96{
    top: 24rem;
  }

  .md\:tw-right-96{
    right: 24rem;
  }

  .md\:tw-bottom-96{
    bottom: 24rem;
  }

  .md\:tw-left-96{
    left: 24rem;
  }

  .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-top-px{
    top: 1px;
  }

  .md\:tw-right-px{
    right: 1px;
  }

  .md\:tw-bottom-px{
    bottom: 1px;
  }

  .md\:tw-left-px{
    left: 1px;
  }

  .md\:tw-top-0\.5{
    top: 0.125rem;
  }

  .md\:tw-right-0\.5{
    right: 0.125rem;
  }

  .md\:tw-bottom-0\.5{
    bottom: 0.125rem;
  }

  .md\:tw-left-0\.5{
    left: 0.125rem;
  }

  .md\:tw-top-1\.5{
    top: 0.375rem;
  }

  .md\:tw-right-1\.5{
    right: 0.375rem;
  }

  .md\:tw-bottom-1\.5{
    bottom: 0.375rem;
  }

  .md\:tw-left-1\.5{
    left: 0.375rem;
  }

  .md\:tw-top-2\.5{
    top: 0.625rem;
  }

  .md\:tw-right-2\.5{
    right: 0.625rem;
  }

  .md\:tw-bottom-2\.5{
    bottom: 0.625rem;
  }

  .md\:tw-left-2\.5{
    left: 0.625rem;
  }

  .md\:tw-top-3\.5{
    top: 0.875rem;
  }

  .md\:tw-right-3\.5{
    right: 0.875rem;
  }

  .md\:tw-bottom-3\.5{
    bottom: 0.875rem;
  }

  .md\:tw-left-3\.5{
    left: 0.875rem;
  }

  .md\:tw-top-2\/3{
    top: 66.666667%;
  }

  .md\:tw-right-2\/3{
    right: 66.666667%;
  }

  .md\:tw-bottom-2\/3{
    bottom: 66.666667%;
  }

  .md\:tw-left-2\/3{
    left: 66.666667%;
  }

  .md\:tw-top-3\/2{
    top: 150%;
  }

  .md\:tw-right-3\/2{
    right: 150%;
  }

  .md\:tw-bottom-3\/2{
    bottom: 150%;
  }

  .md\:tw-left-3\/2{
    left: 150%;
  }

  .md\:tw-top-square{
    top: 100%;
  }

  .md\:tw-right-square{
    right: 100%;
  }

  .md\:tw-bottom-square{
    bottom: 100%;
  }

  .md\:tw-left-square{
    left: 100%;
  }

  .md\:tw-top-58px{
    top: 58px;
  }

  .md\:tw-right-58px{
    right: 58px;
  }

  .md\:tw-bottom-58px{
    bottom: 58px;
  }

  .md\:tw-left-58px{
    left: 58px;
  }

  .md\:tw-top-63px{
    top: 63px;
  }

  .md\:tw-right-63px{
    right: 63px;
  }

  .md\:tw-bottom-63px{
    bottom: 63px;
  }

  .md\:tw-left-63px{
    left: 63px;
  }

  .md\:tw-top-73px{
    top: 73.px;
  }

  .md\:tw-right-73px{
    right: 73.px;
  }

  .md\:tw-bottom-73px{
    bottom: 73.px;
  }

  .md\:tw-left-73px{
    left: 73.px;
  }

  .md\:tw--top-0{
    top: 0px;
  }

  .md\:tw--right-0{
    right: 0px;
  }

  .md\:tw--bottom-0{
    bottom: 0px;
  }

  .md\:tw--left-0{
    left: 0px;
  }

  .md\:tw--top-1{
    top: -0.25rem;
  }

  .md\:tw--right-1{
    right: -0.25rem;
  }

  .md\:tw--bottom-1{
    bottom: -0.25rem;
  }

  .md\:tw--left-1{
    left: -0.25rem;
  }

  .md\:tw--top-2{
    top: -0.5rem;
  }

  .md\:tw--right-2{
    right: -0.5rem;
  }

  .md\:tw--bottom-2{
    bottom: -0.5rem;
  }

  .md\:tw--left-2{
    left: -0.5rem;
  }

  .md\:tw--top-3{
    top: -0.75rem;
  }

  .md\:tw--right-3{
    right: -0.75rem;
  }

  .md\:tw--bottom-3{
    bottom: -0.75rem;
  }

  .md\:tw--left-3{
    left: -0.75rem;
  }

  .md\:tw--top-4{
    top: -1rem;
  }

  .md\:tw--right-4{
    right: -1rem;
  }

  .md\:tw--bottom-4{
    bottom: -1rem;
  }

  .md\:tw--left-4{
    left: -1rem;
  }

  .md\:tw--top-5{
    top: -1.25rem;
  }

  .md\:tw--right-5{
    right: -1.25rem;
  }

  .md\:tw--bottom-5{
    bottom: -1.25rem;
  }

  .md\:tw--left-5{
    left: -1.25rem;
  }

  .md\:tw--top-6{
    top: -1.5rem;
  }

  .md\:tw--right-6{
    right: -1.5rem;
  }

  .md\:tw--bottom-6{
    bottom: -1.5rem;
  }

  .md\:tw--left-6{
    left: -1.5rem;
  }

  .md\:tw--top-7{
    top: -1.75rem;
  }

  .md\:tw--right-7{
    right: -1.75rem;
  }

  .md\:tw--bottom-7{
    bottom: -1.75rem;
  }

  .md\:tw--left-7{
    left: -1.75rem;
  }

  .md\:tw--top-8{
    top: -2rem;
  }

  .md\:tw--right-8{
    right: -2rem;
  }

  .md\:tw--bottom-8{
    bottom: -2rem;
  }

  .md\:tw--left-8{
    left: -2rem;
  }

  .md\:tw--top-9{
    top: -2.25rem;
  }

  .md\:tw--right-9{
    right: -2.25rem;
  }

  .md\:tw--bottom-9{
    bottom: -2.25rem;
  }

  .md\:tw--left-9{
    left: -2.25rem;
  }

  .md\:tw--top-10{
    top: -2.5rem;
  }

  .md\:tw--right-10{
    right: -2.5rem;
  }

  .md\:tw--bottom-10{
    bottom: -2.5rem;
  }

  .md\:tw--left-10{
    left: -2.5rem;
  }

  .md\:tw--top-11{
    top: -2.75rem;
  }

  .md\:tw--right-11{
    right: -2.75rem;
  }

  .md\:tw--bottom-11{
    bottom: -2.75rem;
  }

  .md\:tw--left-11{
    left: -2.75rem;
  }

  .md\:tw--top-12{
    top: -3rem;
  }

  .md\:tw--right-12{
    right: -3rem;
  }

  .md\:tw--bottom-12{
    bottom: -3rem;
  }

  .md\:tw--left-12{
    left: -3rem;
  }

  .md\:tw--top-13{
    top: -3.25rem;
  }

  .md\:tw--right-13{
    right: -3.25rem;
  }

  .md\:tw--bottom-13{
    bottom: -3.25rem;
  }

  .md\:tw--left-13{
    left: -3.25rem;
  }

  .md\:tw--top-14{
    top: -3.5rem;
  }

  .md\:tw--right-14{
    right: -3.5rem;
  }

  .md\:tw--bottom-14{
    bottom: -3.5rem;
  }

  .md\:tw--left-14{
    left: -3.5rem;
  }

  .md\:tw--top-16{
    top: -4rem;
  }

  .md\:tw--right-16{
    right: -4rem;
  }

  .md\:tw--bottom-16{
    bottom: -4rem;
  }

  .md\:tw--left-16{
    left: -4rem;
  }

  .md\:tw--top-20{
    top: -5rem;
  }

  .md\:tw--right-20{
    right: -5rem;
  }

  .md\:tw--bottom-20{
    bottom: -5rem;
  }

  .md\:tw--left-20{
    left: -5rem;
  }

  .md\:tw--top-24{
    top: -6rem;
  }

  .md\:tw--right-24{
    right: -6rem;
  }

  .md\:tw--bottom-24{
    bottom: -6rem;
  }

  .md\:tw--left-24{
    left: -6rem;
  }

  .md\:tw--top-28{
    top: -7rem;
  }

  .md\:tw--right-28{
    right: -7rem;
  }

  .md\:tw--bottom-28{
    bottom: -7rem;
  }

  .md\:tw--left-28{
    left: -7rem;
  }

  .md\:tw--top-32{
    top: -8rem;
  }

  .md\:tw--right-32{
    right: -8rem;
  }

  .md\:tw--bottom-32{
    bottom: -8rem;
  }

  .md\:tw--left-32{
    left: -8rem;
  }

  .md\:tw--top-36{
    top: -9rem;
  }

  .md\:tw--right-36{
    right: -9rem;
  }

  .md\:tw--bottom-36{
    bottom: -9rem;
  }

  .md\:tw--left-36{
    left: -9rem;
  }

  .md\:tw--top-40{
    top: -10rem;
  }

  .md\:tw--right-40{
    right: -10rem;
  }

  .md\:tw--bottom-40{
    bottom: -10rem;
  }

  .md\:tw--left-40{
    left: -10rem;
  }

  .md\:tw--top-44{
    top: -11rem;
  }

  .md\:tw--right-44{
    right: -11rem;
  }

  .md\:tw--bottom-44{
    bottom: -11rem;
  }

  .md\:tw--left-44{
    left: -11rem;
  }

  .md\:tw--top-48{
    top: -12rem;
  }

  .md\:tw--right-48{
    right: -12rem;
  }

  .md\:tw--bottom-48{
    bottom: -12rem;
  }

  .md\:tw--left-48{
    left: -12rem;
  }

  .md\:tw--top-52{
    top: -13rem;
  }

  .md\:tw--right-52{
    right: -13rem;
  }

  .md\:tw--bottom-52{
    bottom: -13rem;
  }

  .md\:tw--left-52{
    left: -13rem;
  }

  .md\:tw--top-56{
    top: -14rem;
  }

  .md\:tw--right-56{
    right: -14rem;
  }

  .md\:tw--bottom-56{
    bottom: -14rem;
  }

  .md\:tw--left-56{
    left: -14rem;
  }

  .md\:tw--top-60{
    top: -15rem;
  }

  .md\:tw--right-60{
    right: -15rem;
  }

  .md\:tw--bottom-60{
    bottom: -15rem;
  }

  .md\:tw--left-60{
    left: -15rem;
  }

  .md\:tw--top-64{
    top: -16rem;
  }

  .md\:tw--right-64{
    right: -16rem;
  }

  .md\:tw--bottom-64{
    bottom: -16rem;
  }

  .md\:tw--left-64{
    left: -16rem;
  }

  .md\:tw--top-72{
    top: -18rem;
  }

  .md\:tw--right-72{
    right: -18rem;
  }

  .md\:tw--bottom-72{
    bottom: -18rem;
  }

  .md\:tw--left-72{
    left: -18rem;
  }

  .md\:tw--top-80{
    top: -20rem;
  }

  .md\:tw--right-80{
    right: -20rem;
  }

  .md\:tw--bottom-80{
    bottom: -20rem;
  }

  .md\:tw--left-80{
    left: -20rem;
  }

  .md\:tw--top-96{
    top: -24rem;
  }

  .md\:tw--right-96{
    right: -24rem;
  }

  .md\:tw--bottom-96{
    bottom: -24rem;
  }

  .md\:tw--left-96{
    left: -24rem;
  }

  .md\:tw--top-px{
    top: -1px;
  }

  .md\:tw--right-px{
    right: -1px;
  }

  .md\:tw--bottom-px{
    bottom: -1px;
  }

  .md\:tw--left-px{
    left: -1px;
  }

  .md\:tw--top-0\.5{
    top: -0.125rem;
  }

  .md\:tw--right-0\.5{
    right: -0.125rem;
  }

  .md\:tw--bottom-0\.5{
    bottom: -0.125rem;
  }

  .md\:tw--left-0\.5{
    left: -0.125rem;
  }

  .md\:tw--top-1\.5{
    top: -0.375rem;
  }

  .md\:tw--right-1\.5{
    right: -0.375rem;
  }

  .md\:tw--bottom-1\.5{
    bottom: -0.375rem;
  }

  .md\:tw--left-1\.5{
    left: -0.375rem;
  }

  .md\:tw--top-2\.5{
    top: -0.625rem;
  }

  .md\:tw--right-2\.5{
    right: -0.625rem;
  }

  .md\:tw--bottom-2\.5{
    bottom: -0.625rem;
  }

  .md\:tw--left-2\.5{
    left: -0.625rem;
  }

  .md\:tw--top-3\.5{
    top: -0.875rem;
  }

  .md\:tw--right-3\.5{
    right: -0.875rem;
  }

  .md\:tw--bottom-3\.5{
    bottom: -0.875rem;
  }

  .md\:tw--left-3\.5{
    left: -0.875rem;
  }

  .md\:tw--top-2\/3{
    top: -66.666667%;
  }

  .md\:tw--right-2\/3{
    right: -66.666667%;
  }

  .md\:tw--bottom-2\/3{
    bottom: -66.666667%;
  }

  .md\:tw--left-2\/3{
    left: -66.666667%;
  }

  .md\:tw--top-3\/2{
    top: -150%;
  }

  .md\:tw--right-3\/2{
    right: -150%;
  }

  .md\:tw--bottom-3\/2{
    bottom: -150%;
  }

  .md\:tw--left-3\/2{
    left: -150%;
  }

  .md\:tw--top-square{
    top: -100%;
  }

  .md\:tw--right-square{
    right: -100%;
  }

  .md\:tw--bottom-square{
    bottom: -100%;
  }

  .md\:tw--left-square{
    left: -100%;
  }

  .md\:tw--top-58px{
    top: -58px;
  }

  .md\:tw--right-58px{
    right: -58px;
  }

  .md\:tw--bottom-58px{
    bottom: -58px;
  }

  .md\:tw--left-58px{
    left: -58px;
  }

  .md\:tw--top-63px{
    top: -63px;
  }

  .md\:tw--right-63px{
    right: -63px;
  }

  .md\:tw--bottom-63px{
    bottom: -63px;
  }

  .md\:tw--left-63px{
    left: -63px;
  }

  .md\:tw--top-73px{
    top: -73px;
  }

  .md\:tw--right-73px{
    right: -73px;
  }

  .md\:tw--bottom-73px{
    bottom: -73px;
  }

  .md\:tw--left-73px{
    left: -73px;
  }

  .md\:tw-top-1\/2{
    top: 50%;
  }

  .md\:tw-right-1\/2{
    right: 50%;
  }

  .md\:tw-bottom-1\/2{
    bottom: 50%;
  }

  .md\:tw-left-1\/2{
    left: 50%;
  }

  .md\:tw-top-1\/3{
    top: 33.333333%;
  }

  .md\:tw-right-1\/3{
    right: 33.333333%;
  }

  .md\:tw-bottom-1\/3{
    bottom: 33.333333%;
  }

  .md\:tw-left-1\/3{
    left: 33.333333%;
  }

  .md\:tw-top-1\/4{
    top: 25%;
  }

  .md\:tw-right-1\/4{
    right: 25%;
  }

  .md\:tw-bottom-1\/4{
    bottom: 25%;
  }

  .md\:tw-left-1\/4{
    left: 25%;
  }

  .md\:tw-top-2\/4{
    top: 50%;
  }

  .md\:tw-right-2\/4{
    right: 50%;
  }

  .md\:tw-bottom-2\/4{
    bottom: 50%;
  }

  .md\:tw-left-2\/4{
    left: 50%;
  }

  .md\:tw-top-3\/4{
    top: 75%;
  }

  .md\:tw-right-3\/4{
    right: 75%;
  }

  .md\:tw-bottom-3\/4{
    bottom: 75%;
  }

  .md\:tw-left-3\/4{
    left: 75%;
  }

  .md\:tw-top-full{
    top: 100%;
  }

  .md\:tw-right-full{
    right: 100%;
  }

  .md\:tw-bottom-full{
    bottom: 100%;
  }

  .md\:tw-left-full{
    left: 100%;
  }

  .md\:tw--top-1\/2{
    top: -50%;
  }

  .md\:tw--right-1\/2{
    right: -50%;
  }

  .md\:tw--bottom-1\/2{
    bottom: -50%;
  }

  .md\:tw--left-1\/2{
    left: -50%;
  }

  .md\:tw--top-1\/3{
    top: -33.333333%;
  }

  .md\:tw--right-1\/3{
    right: -33.333333%;
  }

  .md\:tw--bottom-1\/3{
    bottom: -33.333333%;
  }

  .md\:tw--left-1\/3{
    left: -33.333333%;
  }

  .md\:tw--top-1\/4{
    top: -25%;
  }

  .md\:tw--right-1\/4{
    right: -25%;
  }

  .md\:tw--bottom-1\/4{
    bottom: -25%;
  }

  .md\:tw--left-1\/4{
    left: -25%;
  }

  .md\:tw--top-2\/4{
    top: -50%;
  }

  .md\:tw--right-2\/4{
    right: -50%;
  }

  .md\:tw--bottom-2\/4{
    bottom: -50%;
  }

  .md\:tw--left-2\/4{
    left: -50%;
  }

  .md\:tw--top-3\/4{
    top: -75%;
  }

  .md\:tw--right-3\/4{
    right: -75%;
  }

  .md\:tw--bottom-3\/4{
    bottom: -75%;
  }

  .md\:tw--left-3\/4{
    left: -75%;
  }

  .md\:tw--top-full{
    top: -100%;
  }

  .md\:tw--right-full{
    right: -100%;
  }

  .md\:tw--bottom-full{
    bottom: -100%;
  }

  .md\:tw--left-full{
    left: -100%;
  }

  .md\:tw-top-1\/5{
    top: 20%;
  }

  .md\:tw-right-1\/5{
    right: 20%;
  }

  .md\:tw-bottom-1\/5{
    bottom: 20%;
  }

  .md\:tw-left-1\/5{
    left: 20%;
  }

  .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-shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:tw-shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:tw-shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:tw-shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:tw-shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:tw-shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:tw-shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:tw-shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:tw-shadow-brand{
    --tw-shadow: 0 13px 50px 0 rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:tw-shadow-dot{
    --tw-shadow: .5px .5px 2px 1px rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:tw-shadow-header{
    --tw-shadow: 0 3px 5px 0 hsla(300, 1%, 65%, .5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .md\:group-hover\:tw-shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .md\:group-hover\:tw-shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .md\:group-hover\:tw-shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .md\:group-hover\:tw-shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .md\:group-hover\:tw-shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .md\:group-hover\:tw-shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .md\:group-hover\:tw-shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .md\:group-hover\:tw-shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .md\:group-hover\:tw-shadow-brand{
    --tw-shadow: 0 13px 50px 0 rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .md\:group-hover\:tw-shadow-dot{
    --tw-shadow: .5px .5px 2px 1px rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .md\:group-hover\:tw-shadow-header{
    --tw-shadow: 0 3px 5px 0 hsla(300, 1%, 65%, .5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:tw-shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:tw-shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:tw-shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:tw-shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:tw-shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:tw-shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:tw-shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:tw-shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:tw-shadow-brand:focus-within{
    --tw-shadow: 0 13px 50px 0 rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:tw-shadow-dot:focus-within{
    --tw-shadow: .5px .5px 2px 1px rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:tw-shadow-header:focus-within{
    --tw-shadow: 0 3px 5px 0 hsla(300, 1%, 65%, .5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:tw-shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:tw-shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:tw-shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:tw-shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:tw-shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:tw-shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:tw-shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:tw-shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:tw-shadow-brand:hover{
    --tw-shadow: 0 13px 50px 0 rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:tw-shadow-dot:hover{
    --tw-shadow: .5px .5px 2px 1px rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:tw-shadow-header:hover{
    --tw-shadow: 0 3px 5px 0 hsla(300, 1%, 65%, .5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:tw-shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:tw-shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:tw-shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:tw-shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:tw-shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:tw-shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:tw-shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:tw-shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:tw-shadow-brand:focus{
    --tw-shadow: 0 13px 50px 0 rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:tw-shadow-dot:focus{
    --tw-shadow: .5px .5px 2px 1px rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:tw-shadow-header:focus{
    --tw-shadow: 0 3px 5px 0 hsla(300, 1%, 65%, .5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:tw-ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:tw-ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:tw-ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:tw-ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:tw-ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:tw-ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:tw-ring-inset{
    --tw-ring-inset: inset;
  }

  .md\:focus-within\:tw-ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:tw-ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:tw-ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:tw-ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:tw-ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:tw-ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:tw-ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .md\:focus\:tw-ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:tw-ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:tw-ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:tw-ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:tw-ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:tw-ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:tw-ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .md\:tw-ring-offset-brand-orange{
    --tw-ring-offset-color: #E35100;
  }

  .md\:tw-ring-offset-brand-orange-dark{
    --tw-ring-offset-color: #C04400;
  }

  .md\:tw-ring-offset-brand-orange-light{
    --tw-ring-offset-color: #F38D25;
  }

  .md\:tw-ring-offset-brand-blue{
    --tw-ring-offset-color: #005272;
  }

  .md\:tw-ring-offset-brand-blue-dark{
    --tw-ring-offset-color: #3F83A3;
  }

  .md\:tw-ring-offset-brand-blue-light{
    --tw-ring-offset-color: #4F99BB;
  }

  .md\:tw-ring-offset-brand-yellow{
    --tw-ring-offset-color: #E4B620;
  }

  .md\:tw-ring-offset-brand-green{
    --tw-ring-offset-color: #8DC055;
  }

  .md\:tw-ring-offset-brand-pink{
    --tw-ring-offset-color: #C94578;
  }

  .md\:tw-ring-offset-brand-red{
    --tw-ring-offset-color: #BB0034;
  }

  .md\:tw-ring-offset-brand-turquesa{
    --tw-ring-offset-color: #3cb497;
  }

  .md\:tw-ring-offset-gray-lighter{
    --tw-ring-offset-color: #F5F5F5;
  }

  .md\:tw-ring-offset-gray-light{
    --tw-ring-offset-color: #dadada;
  }

  .md\:tw-ring-offset-gray-dark{
    --tw-ring-offset-color: #666666;
  }

  .md\:tw-ring-offset-gray-darker{
    --tw-ring-offset-color: #222222;
  }

  .md\:tw-ring-offset-gray-medium{
    --tw-ring-offset-color: #767676;
  }

  .md\:tw-ring-offset-gray-mid{
    --tw-ring-offset-color: #939393;
  }

  .md\:tw-ring-offset-black{
    --tw-ring-offset-color: #000000;
  }

  .md\:tw-ring-offset-primary{
    --tw-ring-offset-color: #E35100;
  }

  .md\:tw-ring-offset-primary-dark{
    --tw-ring-offset-color: #C04400;
  }

  .md\:tw-ring-offset-primary-light{
    --tw-ring-offset-color: #F38D25;
  }

  .md\:tw-ring-offset-secondary{
    --tw-ring-offset-color: #005272;
  }

  .md\:tw-ring-offset-secondary-dark{
    --tw-ring-offset-color: #3F83A3;
  }

  .md\:tw-ring-offset-secondary-light{
    --tw-ring-offset-color: #4F99BB;
  }

  .md\:tw-ring-offset-white{
    --tw-ring-offset-color: #FFFFFF;
  }

  .md\:tw-ring-offset-hyperlinks{
    --tw-ring-offset-color: #106AA3;
  }

  .md\:tw-ring-offset-hyperlinks-visited{
    --tw-ring-offset-color: #7F1F7D;
  }

  .md\:tw-ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .md\:focus-within\:tw-ring-offset-brand-orange:focus-within{
    --tw-ring-offset-color: #E35100;
  }

  .md\:focus-within\:tw-ring-offset-brand-orange-dark:focus-within{
    --tw-ring-offset-color: #C04400;
  }

  .md\:focus-within\:tw-ring-offset-brand-orange-light:focus-within{
    --tw-ring-offset-color: #F38D25;
  }

  .md\:focus-within\:tw-ring-offset-brand-blue:focus-within{
    --tw-ring-offset-color: #005272;
  }

  .md\:focus-within\:tw-ring-offset-brand-blue-dark:focus-within{
    --tw-ring-offset-color: #3F83A3;
  }

  .md\:focus-within\:tw-ring-offset-brand-blue-light:focus-within{
    --tw-ring-offset-color: #4F99BB;
  }

  .md\:focus-within\:tw-ring-offset-brand-yellow:focus-within{
    --tw-ring-offset-color: #E4B620;
  }

  .md\:focus-within\:tw-ring-offset-brand-green:focus-within{
    --tw-ring-offset-color: #8DC055;
  }

  .md\:focus-within\:tw-ring-offset-brand-pink:focus-within{
    --tw-ring-offset-color: #C94578;
  }

  .md\:focus-within\:tw-ring-offset-brand-red:focus-within{
    --tw-ring-offset-color: #BB0034;
  }

  .md\:focus-within\:tw-ring-offset-brand-turquesa:focus-within{
    --tw-ring-offset-color: #3cb497;
  }

  .md\:focus-within\:tw-ring-offset-gray-lighter:focus-within{
    --tw-ring-offset-color: #F5F5F5;
  }

  .md\:focus-within\:tw-ring-offset-gray-light:focus-within{
    --tw-ring-offset-color: #dadada;
  }

  .md\:focus-within\:tw-ring-offset-gray-dark:focus-within{
    --tw-ring-offset-color: #666666;
  }

  .md\:focus-within\:tw-ring-offset-gray-darker:focus-within{
    --tw-ring-offset-color: #222222;
  }

  .md\:focus-within\:tw-ring-offset-gray-medium:focus-within{
    --tw-ring-offset-color: #767676;
  }

  .md\:focus-within\:tw-ring-offset-gray-mid:focus-within{
    --tw-ring-offset-color: #939393;
  }

  .md\:focus-within\:tw-ring-offset-black:focus-within{
    --tw-ring-offset-color: #000000;
  }

  .md\:focus-within\:tw-ring-offset-primary:focus-within{
    --tw-ring-offset-color: #E35100;
  }

  .md\:focus-within\:tw-ring-offset-primary-dark:focus-within{
    --tw-ring-offset-color: #C04400;
  }

  .md\:focus-within\:tw-ring-offset-primary-light:focus-within{
    --tw-ring-offset-color: #F38D25;
  }

  .md\:focus-within\:tw-ring-offset-secondary:focus-within{
    --tw-ring-offset-color: #005272;
  }

  .md\:focus-within\:tw-ring-offset-secondary-dark:focus-within{
    --tw-ring-offset-color: #3F83A3;
  }

  .md\:focus-within\:tw-ring-offset-secondary-light:focus-within{
    --tw-ring-offset-color: #4F99BB;
  }

  .md\:focus-within\:tw-ring-offset-white:focus-within{
    --tw-ring-offset-color: #FFFFFF;
  }

  .md\:focus-within\:tw-ring-offset-hyperlinks:focus-within{
    --tw-ring-offset-color: #106AA3;
  }

  .md\:focus-within\:tw-ring-offset-hyperlinks-visited:focus-within{
    --tw-ring-offset-color: #7F1F7D;
  }

  .md\:focus-within\:tw-ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .md\:focus\:tw-ring-offset-brand-orange:focus{
    --tw-ring-offset-color: #E35100;
  }

  .md\:focus\:tw-ring-offset-brand-orange-dark:focus{
    --tw-ring-offset-color: #C04400;
  }

  .md\:focus\:tw-ring-offset-brand-orange-light:focus{
    --tw-ring-offset-color: #F38D25;
  }

  .md\:focus\:tw-ring-offset-brand-blue:focus{
    --tw-ring-offset-color: #005272;
  }

  .md\:focus\:tw-ring-offset-brand-blue-dark:focus{
    --tw-ring-offset-color: #3F83A3;
  }

  .md\:focus\:tw-ring-offset-brand-blue-light:focus{
    --tw-ring-offset-color: #4F99BB;
  }

  .md\:focus\:tw-ring-offset-brand-yellow:focus{
    --tw-ring-offset-color: #E4B620;
  }

  .md\:focus\:tw-ring-offset-brand-green:focus{
    --tw-ring-offset-color: #8DC055;
  }

  .md\:focus\:tw-ring-offset-brand-pink:focus{
    --tw-ring-offset-color: #C94578;
  }

  .md\:focus\:tw-ring-offset-brand-red:focus{
    --tw-ring-offset-color: #BB0034;
  }

  .md\:focus\:tw-ring-offset-brand-turquesa:focus{
    --tw-ring-offset-color: #3cb497;
  }

  .md\:focus\:tw-ring-offset-gray-lighter:focus{
    --tw-ring-offset-color: #F5F5F5;
  }

  .md\:focus\:tw-ring-offset-gray-light:focus{
    --tw-ring-offset-color: #dadada;
  }

  .md\:focus\:tw-ring-offset-gray-dark:focus{
    --tw-ring-offset-color: #666666;
  }

  .md\:focus\:tw-ring-offset-gray-darker:focus{
    --tw-ring-offset-color: #222222;
  }

  .md\:focus\:tw-ring-offset-gray-medium:focus{
    --tw-ring-offset-color: #767676;
  }

  .md\:focus\:tw-ring-offset-gray-mid:focus{
    --tw-ring-offset-color: #939393;
  }

  .md\:focus\:tw-ring-offset-black:focus{
    --tw-ring-offset-color: #000000;
  }

  .md\:focus\:tw-ring-offset-primary:focus{
    --tw-ring-offset-color: #E35100;
  }

  .md\:focus\:tw-ring-offset-primary-dark:focus{
    --tw-ring-offset-color: #C04400;
  }

  .md\:focus\:tw-ring-offset-primary-light:focus{
    --tw-ring-offset-color: #F38D25;
  }

  .md\:focus\:tw-ring-offset-secondary:focus{
    --tw-ring-offset-color: #005272;
  }

  .md\:focus\:tw-ring-offset-secondary-dark:focus{
    --tw-ring-offset-color: #3F83A3;
  }

  .md\:focus\:tw-ring-offset-secondary-light:focus{
    --tw-ring-offset-color: #4F99BB;
  }

  .md\:focus\:tw-ring-offset-white:focus{
    --tw-ring-offset-color: #FFFFFF;
  }

  .md\:focus\:tw-ring-offset-hyperlinks:focus{
    --tw-ring-offset-color: #106AA3;
  }

  .md\:focus\:tw-ring-offset-hyperlinks-visited:focus{
    --tw-ring-offset-color: #7F1F7D;
  }

  .md\:focus\:tw-ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .md\:tw-ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .md\:tw-ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .md\:tw-ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .md\:tw-ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .md\:tw-ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .md\:focus-within\:tw-ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .md\:focus-within\:tw-ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .md\:focus-within\:tw-ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .md\:focus-within\:tw-ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .md\:focus-within\:tw-ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .md\:focus\:tw-ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .md\:focus\:tw-ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .md\:focus\:tw-ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .md\:focus\:tw-ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .md\:focus\:tw-ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .md\:tw-ring-brand-orange{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(227, 81, 0, var(--tw-ring-opacity));
  }

  .md\:tw-ring-brand-orange-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 68, 0, var(--tw-ring-opacity));
  }

  .md\:tw-ring-brand-orange-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 141, 37, var(--tw-ring-opacity));
  }

  .md\:tw-ring-brand-blue{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 82, 114, var(--tw-ring-opacity));
  }

  .md\:tw-ring-brand-blue-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 131, 163, var(--tw-ring-opacity));
  }

  .md\:tw-ring-brand-blue-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 153, 187, var(--tw-ring-opacity));
  }

  .md\:tw-ring-brand-yellow{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 182, 32, var(--tw-ring-opacity));
  }

  .md\:tw-ring-brand-green{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 192, 85, var(--tw-ring-opacity));
  }

  .md\:tw-ring-brand-pink{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 69, 120, var(--tw-ring-opacity));
  }

  .md\:tw-ring-brand-red{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 0, 52, var(--tw-ring-opacity));
  }

  .md\:tw-ring-brand-turquesa{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(60, 180, 151, var(--tw-ring-opacity));
  }

  .md\:tw-ring-gray-lighter{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .md\:tw-ring-gray-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity));
  }

  .md\:tw-ring-gray-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  .md\:tw-ring-gray-darker{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
  }

  .md\:tw-ring-gray-medium{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(118, 118, 118, var(--tw-ring-opacity));
  }

  .md\:tw-ring-gray-mid{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 147, 147, var(--tw-ring-opacity));
  }

  .md\:tw-ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:tw-ring-primary{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(227, 81, 0, var(--tw-ring-opacity));
  }

  .md\:tw-ring-primary-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 68, 0, var(--tw-ring-opacity));
  }

  .md\:tw-ring-primary-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 141, 37, var(--tw-ring-opacity));
  }

  .md\:tw-ring-secondary{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 82, 114, var(--tw-ring-opacity));
  }

  .md\:tw-ring-secondary-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 131, 163, var(--tw-ring-opacity));
  }

  .md\:tw-ring-secondary-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 153, 187, var(--tw-ring-opacity));
  }

  .md\:tw-ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:tw-ring-hyperlinks{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 106, 163, var(--tw-ring-opacity));
  }

  .md\:tw-ring-hyperlinks-visited{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 31, 125, var(--tw-ring-opacity));
  }

  .md\:tw-ring-transparent{
    --tw-ring-color: transparent;
  }

  .md\:focus-within\:tw-ring-brand-orange:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(227, 81, 0, var(--tw-ring-opacity));
  }

  .md\:focus-within\:tw-ring-brand-orange-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 68, 0, var(--tw-ring-opacity));
  }

  .md\:focus-within\:tw-ring-brand-orange-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 141, 37, var(--tw-ring-opacity));
  }

  .md\:focus-within\:tw-ring-brand-blue:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 82, 114, var(--tw-ring-opacity));
  }

  .md\:focus-within\:tw-ring-brand-blue-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 131, 163, var(--tw-ring-opacity));
  }

  .md\:focus-within\:tw-ring-brand-blue-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 153, 187, var(--tw-ring-opacity));
  }

  .md\:focus-within\:tw-ring-brand-yellow:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 182, 32, var(--tw-ring-opacity));
  }

  .md\:focus-within\:tw-ring-brand-green:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 192, 85, var(--tw-ring-opacity));
  }

  .md\:focus-within\:tw-ring-brand-pink:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 69, 120, var(--tw-ring-opacity));
  }

  .md\:focus-within\:tw-ring-brand-red:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 0, 52, var(--tw-ring-opacity));
  }

  .md\:focus-within\:tw-ring-brand-turquesa:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(60, 180, 151, var(--tw-ring-opacity));
  }

  .md\:focus-within\:tw-ring-gray-lighter:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .md\:focus-within\:tw-ring-gray-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity));
  }

  .md\:focus-within\:tw-ring-gray-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  .md\:focus-within\:tw-ring-gray-darker:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
  }

  .md\:focus-within\:tw-ring-gray-medium:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(118, 118, 118, var(--tw-ring-opacity));
  }

  .md\:focus-within\:tw-ring-gray-mid:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 147, 147, var(--tw-ring-opacity));
  }

  .md\:focus-within\:tw-ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:focus-within\:tw-ring-primary:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(227, 81, 0, var(--tw-ring-opacity));
  }

  .md\:focus-within\:tw-ring-primary-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 68, 0, var(--tw-ring-opacity));
  }

  .md\:focus-within\:tw-ring-primary-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 141, 37, var(--tw-ring-opacity));
  }

  .md\:focus-within\:tw-ring-secondary:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 82, 114, var(--tw-ring-opacity));
  }

  .md\:focus-within\:tw-ring-secondary-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 131, 163, var(--tw-ring-opacity));
  }

  .md\:focus-within\:tw-ring-secondary-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 153, 187, var(--tw-ring-opacity));
  }

  .md\:focus-within\:tw-ring-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:tw-ring-hyperlinks:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 106, 163, var(--tw-ring-opacity));
  }

  .md\:focus-within\:tw-ring-hyperlinks-visited:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 31, 125, var(--tw-ring-opacity));
  }

  .md\:focus-within\:tw-ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .md\:focus\:tw-ring-brand-orange:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(227, 81, 0, var(--tw-ring-opacity));
  }

  .md\:focus\:tw-ring-brand-orange-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 68, 0, var(--tw-ring-opacity));
  }

  .md\:focus\:tw-ring-brand-orange-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 141, 37, var(--tw-ring-opacity));
  }

  .md\:focus\:tw-ring-brand-blue:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 82, 114, var(--tw-ring-opacity));
  }

  .md\:focus\:tw-ring-brand-blue-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 131, 163, var(--tw-ring-opacity));
  }

  .md\:focus\:tw-ring-brand-blue-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 153, 187, var(--tw-ring-opacity));
  }

  .md\:focus\:tw-ring-brand-yellow:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 182, 32, var(--tw-ring-opacity));
  }

  .md\:focus\:tw-ring-brand-green:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 192, 85, var(--tw-ring-opacity));
  }

  .md\:focus\:tw-ring-brand-pink:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 69, 120, var(--tw-ring-opacity));
  }

  .md\:focus\:tw-ring-brand-red:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 0, 52, var(--tw-ring-opacity));
  }

  .md\:focus\:tw-ring-brand-turquesa:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(60, 180, 151, var(--tw-ring-opacity));
  }

  .md\:focus\:tw-ring-gray-lighter:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .md\:focus\:tw-ring-gray-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity));
  }

  .md\:focus\:tw-ring-gray-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  .md\:focus\:tw-ring-gray-darker:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
  }

  .md\:focus\:tw-ring-gray-medium:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(118, 118, 118, var(--tw-ring-opacity));
  }

  .md\:focus\:tw-ring-gray-mid:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 147, 147, var(--tw-ring-opacity));
  }

  .md\:focus\:tw-ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:focus\:tw-ring-primary:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(227, 81, 0, var(--tw-ring-opacity));
  }

  .md\:focus\:tw-ring-primary-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 68, 0, var(--tw-ring-opacity));
  }

  .md\:focus\:tw-ring-primary-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 141, 37, var(--tw-ring-opacity));
  }

  .md\:focus\:tw-ring-secondary:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 82, 114, var(--tw-ring-opacity));
  }

  .md\:focus\:tw-ring-secondary-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 131, 163, var(--tw-ring-opacity));
  }

  .md\:focus\:tw-ring-secondary-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 153, 187, var(--tw-ring-opacity));
  }

  .md\:focus\:tw-ring-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:tw-ring-hyperlinks:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 106, 163, var(--tw-ring-opacity));
  }

  .md\:focus\:tw-ring-hyperlinks-visited:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 31, 125, var(--tw-ring-opacity));
  }

  .md\:focus\:tw-ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .md\:tw-ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .md\:tw-ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  .md\:tw-ring-opacity-10{
    --tw-ring-opacity: 0.1;
  }

  .md\:tw-ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  .md\:tw-ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .md\:tw-ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  .md\:tw-ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  .md\:tw-ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  .md\:tw-ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  .md\:tw-ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  .md\:tw-ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .md\:tw-ring-opacity-80{
    --tw-ring-opacity: 0.8;
  }

  .md\:tw-ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  .md\:tw-ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  .md\:tw-ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .md\:focus-within\:tw-ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .md\:focus-within\:tw-ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  .md\:focus-within\:tw-ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1;
  }

  .md\:focus-within\:tw-ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  .md\:focus-within\:tw-ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .md\:focus-within\:tw-ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  .md\:focus-within\:tw-ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  .md\:focus-within\:tw-ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  .md\:focus-within\:tw-ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  .md\:focus-within\:tw-ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  .md\:focus-within\:tw-ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .md\:focus-within\:tw-ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8;
  }

  .md\:focus-within\:tw-ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  .md\:focus-within\:tw-ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  .md\:focus-within\:tw-ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .md\:focus\:tw-ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .md\:focus\:tw-ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  .md\:focus\:tw-ring-opacity-10:focus{
    --tw-ring-opacity: 0.1;
  }

  .md\:focus\:tw-ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  .md\:focus\:tw-ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .md\:focus\:tw-ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  .md\:focus\:tw-ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  .md\:focus\:tw-ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  .md\:focus\:tw-ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  .md\:focus\:tw-ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  .md\:focus\:tw-ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .md\:focus\:tw-ring-opacity-80:focus{
    --tw-ring-opacity: 0.8;
  }

  .md\:focus\:tw-ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  .md\:focus\:tw-ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  .md\:focus\:tw-ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .md\:tw-fill-current{
    fill: currentColor;
  }

  .md\:tw-fill-primary{
    fill: #E35100;
  }

  .md\:tw-fill-secondary{
    fill: #005272;
  }

  .md\:tw-fill-green{
    fill: #8DC055;
  }

  .md\:tw-fill-magenta{
    fill: #cd0e4d;
  }

  .md\:tw-fill-turquesa{
    fill: #3cb497;
  }

  .md\:tw-fill-primary-light{
    fill: #F38D25;
  }

  .md\:tw-fill-secondary-light{
    fill: #4F99BB;
  }

  .md\:tw-fill-green-light{
    fill: #9dd056;
  }

  .md\:tw-fill-magenta-light{
    fill: #f01e63;
  }

  .md\:tw-fill-turquesa-light{
    fill: #5bc8ae;
  }

  .md\:hover\:tw-fill-current:hover{
    fill: currentColor;
  }

  .md\:hover\:tw-fill-primary:hover{
    fill: #E35100;
  }

  .md\:hover\:tw-fill-secondary:hover{
    fill: #005272;
  }

  .md\:hover\:tw-fill-green:hover{
    fill: #8DC055;
  }

  .md\:hover\:tw-fill-magenta:hover{
    fill: #cd0e4d;
  }

  .md\:hover\:tw-fill-turquesa:hover{
    fill: #3cb497;
  }

  .md\:hover\:tw-fill-primary-light:hover{
    fill: #F38D25;
  }

  .md\:hover\:tw-fill-secondary-light:hover{
    fill: #4F99BB;
  }

  .md\:hover\:tw-fill-green-light:hover{
    fill: #9dd056;
  }

  .md\:hover\:tw-fill-magenta-light:hover{
    fill: #f01e63;
  }

  .md\:hover\:tw-fill-turquesa-light:hover{
    fill: #5bc8ae;
  }

  .md\:focus\:tw-fill-current:focus{
    fill: currentColor;
  }

  .md\:focus\:tw-fill-primary:focus{
    fill: #E35100;
  }

  .md\:focus\:tw-fill-secondary:focus{
    fill: #005272;
  }

  .md\:focus\:tw-fill-green:focus{
    fill: #8DC055;
  }

  .md\:focus\:tw-fill-magenta:focus{
    fill: #cd0e4d;
  }

  .md\:focus\:tw-fill-turquesa:focus{
    fill: #3cb497;
  }

  .md\:focus\:tw-fill-primary-light:focus{
    fill: #F38D25;
  }

  .md\:focus\:tw-fill-secondary-light:focus{
    fill: #4F99BB;
  }

  .md\:focus\:tw-fill-green-light:focus{
    fill: #9dd056;
  }

  .md\:focus\:tw-fill-magenta-light:focus{
    fill: #f01e63;
  }

  .md\:focus\:tw-fill-turquesa-light:focus{
    fill: #5bc8ae;
  }

  .md\:tw-stroke-current{
    stroke: currentColor;
  }

  .md\:tw-stroke-0{
    stroke-width: 0;
  }

  .md\:tw-stroke-1{
    stroke-width: 1;
  }

  .md\:tw-stroke-2{
    stroke-width: 2;
  }

  .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-brand-orange{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .md\:tw-text-brand-orange-dark{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .md\:tw-text-brand-orange-light{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .md\:tw-text-brand-blue{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .md\:tw-text-brand-blue-dark{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .md\:tw-text-brand-blue-light{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .md\:tw-text-brand-yellow{
    --tw-text-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-text-opacity));
  }

  .md\:tw-text-brand-green{
    --tw-text-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-text-opacity));
  }

  .md\:tw-text-brand-pink{
    --tw-text-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-text-opacity));
  }

  .md\:tw-text-brand-red{
    --tw-text-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-text-opacity));
  }

  .md\:tw-text-brand-turquesa{
    --tw-text-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-text-opacity));
  }

  .md\:tw-text-gray-lighter{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .md\:tw-text-gray-light{
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .md\:tw-text-gray-dark{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  .md\:tw-text-gray-darker{
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .md\:tw-text-gray-medium{
    --tw-text-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-text-opacity));
  }

  .md\:tw-text-gray-mid{
    --tw-text-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-text-opacity));
  }

  .md\:tw-text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:tw-text-primary{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .md\:tw-text-primary-dark{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .md\:tw-text-primary-light{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .md\:tw-text-secondary{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .md\:tw-text-secondary-dark{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .md\:tw-text-secondary-light{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .md\:tw-text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:tw-text-hyperlinks{
    --tw-text-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-text-opacity));
  }

  .md\:tw-text-hyperlinks-visited{
    --tw-text-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-text-opacity));
  }

  .md\:tw-text-transparent{
    color: transparent;
  }

  .md\:visited\:tw-text-brand-orange:visited{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .md\:visited\:tw-text-brand-orange-dark:visited{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .md\:visited\:tw-text-brand-orange-light:visited{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .md\:visited\:tw-text-brand-blue:visited{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .md\:visited\:tw-text-brand-blue-dark:visited{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .md\:visited\:tw-text-brand-blue-light:visited{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .md\:visited\:tw-text-brand-yellow:visited{
    --tw-text-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-text-opacity));
  }

  .md\:visited\:tw-text-brand-green:visited{
    --tw-text-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-text-opacity));
  }

  .md\:visited\:tw-text-brand-pink:visited{
    --tw-text-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-text-opacity));
  }

  .md\:visited\:tw-text-brand-red:visited{
    --tw-text-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-text-opacity));
  }

  .md\:visited\:tw-text-brand-turquesa:visited{
    --tw-text-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-text-opacity));
  }

  .md\:visited\:tw-text-gray-lighter:visited{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .md\:visited\:tw-text-gray-light:visited{
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .md\:visited\:tw-text-gray-dark:visited{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  .md\:visited\:tw-text-gray-darker:visited{
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .md\:visited\:tw-text-gray-medium:visited{
    --tw-text-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-text-opacity));
  }

  .md\:visited\:tw-text-gray-mid:visited{
    --tw-text-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-text-opacity));
  }

  .md\:visited\:tw-text-black:visited{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:visited\:tw-text-primary:visited{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .md\:visited\:tw-text-primary-dark:visited{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .md\:visited\:tw-text-primary-light:visited{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .md\:visited\:tw-text-secondary:visited{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .md\:visited\:tw-text-secondary-dark:visited{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .md\:visited\:tw-text-secondary-light:visited{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .md\:visited\:tw-text-white:visited{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:visited\:tw-text-hyperlinks:visited{
    --tw-text-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-text-opacity));
  }

  .md\:visited\:tw-text-hyperlinks-visited:visited{
    --tw-text-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-text-opacity));
  }

  .md\:visited\:tw-text-transparent:visited{
    color: transparent;
  }

  .tw-group:hover .md\:group-hover\:tw-text-brand-orange{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-text-brand-orange-dark{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-text-brand-orange-light{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-text-brand-blue{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-text-brand-blue-dark{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-text-brand-blue-light{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-text-brand-yellow{
    --tw-text-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-text-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-text-brand-green{
    --tw-text-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-text-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-text-brand-pink{
    --tw-text-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-text-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-text-brand-red{
    --tw-text-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-text-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-text-brand-turquesa{
    --tw-text-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-text-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-text-gray-lighter{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-text-gray-light{
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-text-gray-dark{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-text-gray-darker{
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-text-gray-medium{
    --tw-text-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-text-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-text-gray-mid{
    --tw-text-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-text-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-text-primary{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-text-primary-dark{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-text-primary-light{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-text-secondary{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-text-secondary-dark{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-text-secondary-light{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-text-hyperlinks{
    --tw-text-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-text-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-text-hyperlinks-visited{
    --tw-text-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-text-opacity));
  }

  .tw-group:hover .md\:group-hover\:tw-text-transparent{
    color: transparent;
  }

  .md\:focus-within\:tw-text-brand-orange:focus-within{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .md\:focus-within\:tw-text-brand-orange-dark:focus-within{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .md\:focus-within\:tw-text-brand-orange-light:focus-within{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .md\:focus-within\:tw-text-brand-blue:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .md\:focus-within\:tw-text-brand-blue-dark:focus-within{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .md\:focus-within\:tw-text-brand-blue-light:focus-within{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .md\:focus-within\:tw-text-brand-yellow:focus-within{
    --tw-text-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-text-opacity));
  }

  .md\:focus-within\:tw-text-brand-green:focus-within{
    --tw-text-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-text-opacity));
  }

  .md\:focus-within\:tw-text-brand-pink:focus-within{
    --tw-text-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-text-opacity));
  }

  .md\:focus-within\:tw-text-brand-red:focus-within{
    --tw-text-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-text-opacity));
  }

  .md\:focus-within\:tw-text-brand-turquesa:focus-within{
    --tw-text-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-text-opacity));
  }

  .md\:focus-within\:tw-text-gray-lighter:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .md\:focus-within\:tw-text-gray-light:focus-within{
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .md\:focus-within\:tw-text-gray-dark:focus-within{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  .md\:focus-within\:tw-text-gray-darker:focus-within{
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .md\:focus-within\:tw-text-gray-medium:focus-within{
    --tw-text-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-text-opacity));
  }

  .md\:focus-within\:tw-text-gray-mid:focus-within{
    --tw-text-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-text-opacity));
  }

  .md\:focus-within\:tw-text-black:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:focus-within\:tw-text-primary:focus-within{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .md\:focus-within\:tw-text-primary-dark:focus-within{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .md\:focus-within\:tw-text-primary-light:focus-within{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .md\:focus-within\:tw-text-secondary:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .md\:focus-within\:tw-text-secondary-dark:focus-within{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .md\:focus-within\:tw-text-secondary-light:focus-within{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .md\:focus-within\:tw-text-white:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:tw-text-hyperlinks:focus-within{
    --tw-text-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-text-opacity));
  }

  .md\:focus-within\:tw-text-hyperlinks-visited:focus-within{
    --tw-text-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-text-opacity));
  }

  .md\:focus-within\:tw-text-transparent:focus-within{
    color: transparent;
  }

  .md\:hover\:tw-text-brand-orange:hover{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .md\:hover\:tw-text-brand-orange-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .md\:hover\:tw-text-brand-orange-light:hover{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .md\:hover\:tw-text-brand-blue:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .md\:hover\:tw-text-brand-blue-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .md\:hover\:tw-text-brand-blue-light:hover{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .md\:hover\:tw-text-brand-yellow:hover{
    --tw-text-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-text-opacity));
  }

  .md\:hover\:tw-text-brand-green:hover{
    --tw-text-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-text-opacity));
  }

  .md\:hover\:tw-text-brand-pink:hover{
    --tw-text-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-text-opacity));
  }

  .md\:hover\:tw-text-brand-red:hover{
    --tw-text-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-text-opacity));
  }

  .md\:hover\:tw-text-brand-turquesa:hover{
    --tw-text-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-text-opacity));
  }

  .md\:hover\:tw-text-gray-lighter:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .md\:hover\:tw-text-gray-light:hover{
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .md\:hover\:tw-text-gray-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  .md\:hover\:tw-text-gray-darker:hover{
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .md\:hover\:tw-text-gray-medium:hover{
    --tw-text-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-text-opacity));
  }

  .md\:hover\:tw-text-gray-mid:hover{
    --tw-text-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-text-opacity));
  }

  .md\:hover\:tw-text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:hover\:tw-text-primary:hover{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .md\:hover\:tw-text-primary-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .md\:hover\:tw-text-primary-light:hover{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .md\:hover\:tw-text-secondary:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .md\:hover\:tw-text-secondary-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .md\:hover\:tw-text-secondary-light:hover{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .md\:hover\:tw-text-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:hover\:tw-text-hyperlinks:hover{
    --tw-text-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-text-opacity));
  }

  .md\:hover\:tw-text-hyperlinks-visited:hover{
    --tw-text-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-text-opacity));
  }

  .md\:hover\:tw-text-transparent:hover{
    color: transparent;
  }

  .md\:focus\:tw-text-brand-orange:focus{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .md\:focus\:tw-text-brand-orange-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .md\:focus\:tw-text-brand-orange-light:focus{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .md\:focus\:tw-text-brand-blue:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .md\:focus\:tw-text-brand-blue-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .md\:focus\:tw-text-brand-blue-light:focus{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .md\:focus\:tw-text-brand-yellow:focus{
    --tw-text-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-text-opacity));
  }

  .md\:focus\:tw-text-brand-green:focus{
    --tw-text-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-text-opacity));
  }

  .md\:focus\:tw-text-brand-pink:focus{
    --tw-text-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-text-opacity));
  }

  .md\:focus\:tw-text-brand-red:focus{
    --tw-text-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-text-opacity));
  }

  .md\:focus\:tw-text-brand-turquesa:focus{
    --tw-text-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-text-opacity));
  }

  .md\:focus\:tw-text-gray-lighter:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .md\:focus\:tw-text-gray-light:focus{
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .md\:focus\:tw-text-gray-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  .md\:focus\:tw-text-gray-darker:focus{
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .md\:focus\:tw-text-gray-medium:focus{
    --tw-text-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-text-opacity));
  }

  .md\:focus\:tw-text-gray-mid:focus{
    --tw-text-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-text-opacity));
  }

  .md\:focus\:tw-text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:focus\:tw-text-primary:focus{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .md\:focus\:tw-text-primary-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .md\:focus\:tw-text-primary-light:focus{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .md\:focus\:tw-text-secondary:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .md\:focus\:tw-text-secondary-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .md\:focus\:tw-text-secondary-light:focus{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .md\:focus\:tw-text-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:focus\:tw-text-hyperlinks:focus{
    --tw-text-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-text-opacity));
  }

  .md\:focus\:tw-text-hyperlinks-visited:focus{
    --tw-text-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-text-opacity));
  }

  .md\:focus\:tw-text-transparent:focus{
    color: transparent;
  }

  .md\:active\:tw-text-brand-orange:active{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .md\:active\:tw-text-brand-orange-dark:active{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .md\:active\:tw-text-brand-orange-light:active{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .md\:active\:tw-text-brand-blue:active{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .md\:active\:tw-text-brand-blue-dark:active{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .md\:active\:tw-text-brand-blue-light:active{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .md\:active\:tw-text-brand-yellow:active{
    --tw-text-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-text-opacity));
  }

  .md\:active\:tw-text-brand-green:active{
    --tw-text-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-text-opacity));
  }

  .md\:active\:tw-text-brand-pink:active{
    --tw-text-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-text-opacity));
  }

  .md\:active\:tw-text-brand-red:active{
    --tw-text-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-text-opacity));
  }

  .md\:active\:tw-text-brand-turquesa:active{
    --tw-text-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-text-opacity));
  }

  .md\:active\:tw-text-gray-lighter:active{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .md\:active\:tw-text-gray-light:active{
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .md\:active\:tw-text-gray-dark:active{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  .md\:active\:tw-text-gray-darker:active{
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .md\:active\:tw-text-gray-medium:active{
    --tw-text-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-text-opacity));
  }

  .md\:active\:tw-text-gray-mid:active{
    --tw-text-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-text-opacity));
  }

  .md\:active\:tw-text-black:active{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:active\:tw-text-primary:active{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .md\:active\:tw-text-primary-dark:active{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .md\:active\:tw-text-primary-light:active{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .md\:active\:tw-text-secondary:active{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .md\:active\:tw-text-secondary-dark:active{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .md\:active\:tw-text-secondary-light:active{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .md\:active\:tw-text-white:active{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:active\:tw-text-hyperlinks:active{
    --tw-text-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-text-opacity));
  }

  .md\:active\:tw-text-hyperlinks-visited:active{
    --tw-text-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-text-opacity));
  }

  .md\:active\:tw-text-transparent:active{
    color: transparent;
  }

  .md\:tw-text-opacity-0{
    --tw-text-opacity: 0;
  }

  .md\:tw-text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .md\:tw-text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .md\:tw-text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .md\:tw-text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .md\:tw-text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .md\:tw-text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .md\:tw-text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .md\:tw-text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .md\:tw-text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .md\:tw-text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .md\:tw-text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .md\:tw-text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .md\:tw-text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .md\:tw-text-opacity-100{
    --tw-text-opacity: 1;
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-0{
    --tw-text-opacity: 0;
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-100{
    --tw-text-opacity: 1;
  }

  .md\:focus-within\:tw-text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .md\:focus-within\:tw-text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  .md\:focus-within\:tw-text-opacity-10:focus-within{
    --tw-text-opacity: 0.1;
  }

  .md\:focus-within\:tw-text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  .md\:focus-within\:tw-text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .md\:focus-within\:tw-text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  .md\:focus-within\:tw-text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  .md\:focus-within\:tw-text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  .md\:focus-within\:tw-text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  .md\:focus-within\:tw-text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  .md\:focus-within\:tw-text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .md\:focus-within\:tw-text-opacity-80:focus-within{
    --tw-text-opacity: 0.8;
  }

  .md\:focus-within\:tw-text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  .md\:focus-within\:tw-text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  .md\:focus-within\:tw-text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .md\:hover\:tw-text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .md\:hover\:tw-text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  .md\:hover\:tw-text-opacity-10:hover{
    --tw-text-opacity: 0.1;
  }

  .md\:hover\:tw-text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  .md\:hover\:tw-text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .md\:hover\:tw-text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  .md\:hover\:tw-text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  .md\:hover\:tw-text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  .md\:hover\:tw-text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  .md\:hover\:tw-text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  .md\:hover\:tw-text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .md\:hover\:tw-text-opacity-80:hover{
    --tw-text-opacity: 0.8;
  }

  .md\:hover\:tw-text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  .md\:hover\:tw-text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  .md\:hover\:tw-text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .md\:focus\:tw-text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .md\:focus\:tw-text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  .md\:focus\:tw-text-opacity-10:focus{
    --tw-text-opacity: 0.1;
  }

  .md\:focus\:tw-text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  .md\:focus\:tw-text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .md\:focus\:tw-text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  .md\:focus\:tw-text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  .md\:focus\:tw-text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  .md\:focus\:tw-text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  .md\:focus\:tw-text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  .md\:focus\:tw-text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .md\:focus\:tw-text-opacity-80:focus{
    --tw-text-opacity: 0.8;
  }

  .md\:focus\:tw-text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  .md\:focus\:tw-text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  .md\:focus\:tw-text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .md\:tw-truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:tw-overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .md\:tw-overflow-clip{
    text-overflow: clip;
  }

  .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;
  }

  .tw-group:hover .md\:group-hover\:tw-underline{
    text-decoration: underline;
  }

  .tw-group:hover .md\:group-hover\:tw-line-through{
    text-decoration: line-through;
  }

  .tw-group:hover .md\:group-hover\:tw-no-underline{
    text-decoration: none;
  }

  .md\:focus-within\:tw-underline:focus-within{
    text-decoration: underline;
  }

  .md\:focus-within\:tw-line-through:focus-within{
    text-decoration: line-through;
  }

  .md\:focus-within\:tw-no-underline:focus-within{
    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-ordinal, .md\:tw-slashed-zero, .md\:tw-lining-nums, .md\:tw-oldstyle-nums, .md\:tw-proportional-nums, .md\:tw-tabular-nums, .md\:tw-diagonal-fractions, .md\:tw-stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .md\:tw-normal-nums{
    font-variant-numeric: normal;
  }

  .md\:tw-ordinal{
    --tw-ordinal: ordinal;
  }

  .md\:tw-slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .md\:tw-lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .md\:tw-oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .md\:tw-proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .md\:tw-tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .md\:tw-diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .md\:tw-stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .md\:tw-tracking-tighter{
    letter-spacing: -0.05em;
  }

  .md\:tw-tracking-tight{
    letter-spacing: -0.025em;
  }

  .md\:tw-tracking-normal{
    letter-spacing: 0em;
  }

  .md\:tw-tracking-wide{
    letter-spacing: 0.025em;
  }

  .md\:tw-tracking-wider{
    letter-spacing: 0.05em;
  }

  .md\:tw-tracking-widest{
    letter-spacing: 0.1em;
  }

  .md\:tw-select-none{
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:tw-select-text{
    -webkit-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:tw-select-all{
    -webkit-user-select: all;
            user-select: all;
  }

  .md\:tw-select-auto{
    -webkit-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .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-nowrap{
    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-w-0{
    width: 0px;
  }

  .md\:tw-w-1{
    width: 0.25rem;
  }

  .md\:tw-w-2{
    width: 0.5rem;
  }

  .md\:tw-w-3{
    width: 0.75rem;
  }

  .md\:tw-w-4{
    width: 1rem;
  }

  .md\:tw-w-5{
    width: 1.25rem;
  }

  .md\:tw-w-6{
    width: 1.5rem;
  }

  .md\:tw-w-7{
    width: 1.75rem;
  }

  .md\:tw-w-8{
    width: 2rem;
  }

  .md\:tw-w-9{
    width: 2.25rem;
  }

  .md\:tw-w-10{
    width: 2.5rem;
  }

  .md\:tw-w-11{
    width: 2.75rem;
  }

  .md\:tw-w-12{
    width: 3rem;
  }

  .md\:tw-w-13{
    width: 3.25rem;
  }

  .md\:tw-w-14{
    width: 3.5rem;
  }

  .md\:tw-w-16{
    width: 4rem;
  }

  .md\:tw-w-20{
    width: 5rem;
  }

  .md\:tw-w-24{
    width: 6rem;
  }

  .md\:tw-w-28{
    width: 7rem;
  }

  .md\:tw-w-32{
    width: 8rem;
  }

  .md\:tw-w-36{
    width: 9rem;
  }

  .md\:tw-w-40{
    width: 10rem;
  }

  .md\:tw-w-44{
    width: 44px;
  }

  .md\:tw-w-48{
    width: 12rem;
  }

  .md\:tw-w-52{
    width: 13rem;
  }

  .md\:tw-w-56{
    width: 14rem;
  }

  .md\:tw-w-60{
    width: 15rem;
  }

  .md\:tw-w-64{
    width: 16rem;
  }

  .md\:tw-w-72{
    width: 18rem;
  }

  .md\:tw-w-80{
    width: 20rem;
  }

  .md\:tw-w-96{
    width: 24rem;
  }

  .md\:tw-w-auto{
    width: auto;
  }

  .md\:tw-w-px{
    width: 1px;
  }

  .md\:tw-w-0\.5{
    width: 0.125rem;
  }

  .md\:tw-w-1\.5{
    width: 0.375rem;
  }

  .md\:tw-w-2\.5{
    width: 0.625rem;
  }

  .md\:tw-w-3\.5{
    width: 0.875rem;
  }

  .md\:tw-w-2\/3{
    width: 66.666667%;
  }

  .md\:tw-w-3\/2{
    width: 150%;
  }

  .md\:tw-w-square{
    width: 100%;
  }

  .md\:tw-w-58px{
    width: 58px;
  }

  .md\:tw-w-63px{
    width: 63px;
  }

  .md\:tw-w-73px{
    width: 73.px;
  }

  .md\:tw-w-1\/2{
    width: 50%;
  }

  .md\:tw-w-1\/3{
    width: 33.333333%;
  }

  .md\:tw-w-1\/4{
    width: 25%;
  }

  .md\:tw-w-2\/4{
    width: 50%;
  }

  .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.666667%;
  }

  .md\:tw-w-2\/6{
    width: 33.333333%;
  }

  .md\:tw-w-3\/6{
    width: 50%;
  }

  .md\:tw-w-4\/6{
    width: 66.666667%;
  }

  .md\:tw-w-5\/6{
    width: 83.333333%;
  }

  .md\:tw-w-1\/12{
    width: 8.333333%;
  }

  .md\:tw-w-2\/12{
    width: 16.666667%;
  }

  .md\:tw-w-3\/12{
    width: 25%;
  }

  .md\:tw-w-4\/12{
    width: 33.333333%;
  }

  .md\:tw-w-5\/12{
    width: 41.666667%;
  }

  .md\:tw-w-6\/12{
    width: 50%;
  }

  .md\:tw-w-7\/12{
    width: 58.333333%;
  }

  .md\:tw-w-8\/12{
    width: 66.666667%;
  }

  .md\:tw-w-9\/12{
    width: 75%;
  }

  .md\:tw-w-10\/12{
    width: 83.333333%;
  }

  .md\:tw-w-11\/12{
    width: 91.666667%;
  }

  .md\:tw-w-full{
    width: 100%;
  }

  .md\:tw-w-screen{
    width: 100vw;
  }

  .md\:tw-w-min{
    width: min-content;
  }

  .md\:tw-w-max{
    width: max-content;
  }

  .md\:tw-z-0{
    z-index: 0;
  }

  .md\:tw-z-10{
    z-index: 10;
  }

  .md\:tw-z-20{
    z-index: 20;
  }

  .md\:tw-z-30{
    z-index: 30;
  }

  .md\:tw-z-40{
    z-index: 40;
  }

  .md\:tw-z-50{
    z-index: 50;
  }

  .md\:tw-z-60{
    z-index: 60;
  }

  .md\:tw-z-auto{
    z-index: auto;
  }

  .md\:focus-within\:tw-z-0:focus-within{
    z-index: 0;
  }

  .md\:focus-within\:tw-z-10:focus-within{
    z-index: 10;
  }

  .md\:focus-within\:tw-z-20:focus-within{
    z-index: 20;
  }

  .md\:focus-within\:tw-z-30:focus-within{
    z-index: 30;
  }

  .md\:focus-within\:tw-z-40:focus-within{
    z-index: 40;
  }

  .md\:focus-within\:tw-z-50:focus-within{
    z-index: 50;
  }

  .md\:focus-within\:tw-z-60:focus-within{
    z-index: 60;
  }

  .md\:focus-within\:tw-z-auto:focus-within{
    z-index: auto;
  }

  .md\:hover\:tw-z-0:hover{
    z-index: 0;
  }

  .md\:hover\:tw-z-10:hover{
    z-index: 10;
  }

  .md\:hover\:tw-z-20:hover{
    z-index: 20;
  }

  .md\:hover\:tw-z-30:hover{
    z-index: 30;
  }

  .md\:hover\:tw-z-40:hover{
    z-index: 40;
  }

  .md\:hover\:tw-z-50:hover{
    z-index: 50;
  }

  .md\:hover\:tw-z-60:hover{
    z-index: 60;
  }

  .md\:hover\:tw-z-auto:hover{
    z-index: auto;
  }

  .md\:focus\:tw-z-0:focus{
    z-index: 0;
  }

  .md\:focus\:tw-z-10:focus{
    z-index: 10;
  }

  .md\:focus\:tw-z-20:focus{
    z-index: 20;
  }

  .md\:focus\:tw-z-30:focus{
    z-index: 30;
  }

  .md\:focus\:tw-z-40:focus{
    z-index: 40;
  }

  .md\:focus\:tw-z-50:focus{
    z-index: 50;
  }

  .md\:focus\:tw-z-60:focus{
    z-index: 60;
  }

  .md\:focus\:tw-z-auto:focus{
    z-index: auto;
  }

  .md\:active\:tw-z-0:active{
    z-index: 0;
  }

  .md\:active\:tw-z-10:active{
    z-index: 10;
  }

  .md\:active\:tw-z-20:active{
    z-index: 20;
  }

  .md\:active\:tw-z-30:active{
    z-index: 30;
  }

  .md\:active\:tw-z-40:active{
    z-index: 40;
  }

  .md\:active\:tw-z-50:active{
    z-index: 50;
  }

  .md\:active\:tw-z-60:active{
    z-index: 60;
  }

  .md\:active\:tw-z-auto:active{
    z-index: auto;
  }

  .md\:tw-gap-0{
    gap: 0px;
  }

  .md\:tw-gap-1{
    gap: 0.25rem;
  }

  .md\:tw-gap-2{
    gap: 0.5rem;
  }

  .md\:tw-gap-3{
    gap: 0.75rem;
  }

  .md\:tw-gap-4{
    gap: 1rem;
  }

  .md\:tw-gap-5{
    gap: 1.25rem;
  }

  .md\:tw-gap-6{
    gap: 1.5rem;
  }

  .md\:tw-gap-7{
    gap: 1.75rem;
  }

  .md\:tw-gap-8{
    gap: 2rem;
  }

  .md\:tw-gap-9{
    gap: 2.25rem;
  }

  .md\:tw-gap-10{
    gap: 2.5rem;
  }

  .md\:tw-gap-11{
    gap: 2.75rem;
  }

  .md\:tw-gap-12{
    gap: 3rem;
  }

  .md\:tw-gap-13{
    gap: 3.25rem;
  }

  .md\:tw-gap-14{
    gap: 3.5rem;
  }

  .md\:tw-gap-16{
    gap: 4rem;
  }

  .md\:tw-gap-20{
    gap: 5rem;
  }

  .md\:tw-gap-24{
    gap: 6rem;
  }

  .md\:tw-gap-28{
    gap: 7rem;
  }

  .md\:tw-gap-32{
    gap: 8rem;
  }

  .md\:tw-gap-36{
    gap: 9rem;
  }

  .md\:tw-gap-40{
    gap: 10rem;
  }

  .md\:tw-gap-44{
    gap: 11rem;
  }

  .md\:tw-gap-48{
    gap: 12rem;
  }

  .md\:tw-gap-52{
    gap: 13rem;
  }

  .md\:tw-gap-56{
    gap: 14rem;
  }

  .md\:tw-gap-60{
    gap: 15rem;
  }

  .md\:tw-gap-64{
    gap: 16rem;
  }

  .md\:tw-gap-72{
    gap: 18rem;
  }

  .md\:tw-gap-80{
    gap: 20rem;
  }

  .md\:tw-gap-96{
    gap: 24rem;
  }

  .md\:tw-gap-px{
    gap: 1px;
  }

  .md\:tw-gap-0\.5{
    gap: 0.125rem;
  }

  .md\:tw-gap-1\.5{
    gap: 0.375rem;
  }

  .md\:tw-gap-2\.5{
    gap: 0.625rem;
  }

  .md\:tw-gap-3\.5{
    gap: 0.875rem;
  }

  .md\:tw-gap-2\/3{
    gap: 66.666%;
  }

  .md\:tw-gap-3\/2{
    gap: 150%;
  }

  .md\:tw-gap-square{
    gap: 100%;
  }

  .md\:tw-gap-58px{
    gap: 58px;
  }

  .md\:tw-gap-63px{
    gap: 63px;
  }

  .md\:tw-gap-73px{
    gap: 73.px;
  }

  .md\:tw-gap-x-0{
    column-gap: 0px;
  }

  .md\:tw-gap-x-1{
    column-gap: 0.25rem;
  }

  .md\:tw-gap-x-2{
    column-gap: 0.5rem;
  }

  .md\:tw-gap-x-3{
    column-gap: 0.75rem;
  }

  .md\:tw-gap-x-4{
    column-gap: 1rem;
  }

  .md\:tw-gap-x-5{
    column-gap: 1.25rem;
  }

  .md\:tw-gap-x-6{
    column-gap: 1.5rem;
  }

  .md\:tw-gap-x-7{
    column-gap: 1.75rem;
  }

  .md\:tw-gap-x-8{
    column-gap: 2rem;
  }

  .md\:tw-gap-x-9{
    column-gap: 2.25rem;
  }

  .md\:tw-gap-x-10{
    column-gap: 2.5rem;
  }

  .md\:tw-gap-x-11{
    column-gap: 2.75rem;
  }

  .md\:tw-gap-x-12{
    column-gap: 3rem;
  }

  .md\:tw-gap-x-13{
    column-gap: 3.25rem;
  }

  .md\:tw-gap-x-14{
    column-gap: 3.5rem;
  }

  .md\:tw-gap-x-16{
    column-gap: 4rem;
  }

  .md\:tw-gap-x-20{
    column-gap: 5rem;
  }

  .md\:tw-gap-x-24{
    column-gap: 6rem;
  }

  .md\:tw-gap-x-28{
    column-gap: 7rem;
  }

  .md\:tw-gap-x-32{
    column-gap: 8rem;
  }

  .md\:tw-gap-x-36{
    column-gap: 9rem;
  }

  .md\:tw-gap-x-40{
    column-gap: 10rem;
  }

  .md\:tw-gap-x-44{
    column-gap: 11rem;
  }

  .md\:tw-gap-x-48{
    column-gap: 12rem;
  }

  .md\:tw-gap-x-52{
    column-gap: 13rem;
  }

  .md\:tw-gap-x-56{
    column-gap: 14rem;
  }

  .md\:tw-gap-x-60{
    column-gap: 15rem;
  }

  .md\:tw-gap-x-64{
    column-gap: 16rem;
  }

  .md\:tw-gap-x-72{
    column-gap: 18rem;
  }

  .md\:tw-gap-x-80{
    column-gap: 20rem;
  }

  .md\:tw-gap-x-96{
    column-gap: 24rem;
  }

  .md\:tw-gap-x-px{
    column-gap: 1px;
  }

  .md\:tw-gap-x-0\.5{
    column-gap: 0.125rem;
  }

  .md\:tw-gap-x-1\.5{
    column-gap: 0.375rem;
  }

  .md\:tw-gap-x-2\.5{
    column-gap: 0.625rem;
  }

  .md\:tw-gap-x-3\.5{
    column-gap: 0.875rem;
  }

  .md\:tw-gap-x-2\/3{
    column-gap: 66.666%;
  }

  .md\:tw-gap-x-3\/2{
    column-gap: 150%;
  }

  .md\:tw-gap-x-square{
    column-gap: 100%;
  }

  .md\:tw-gap-x-58px{
    column-gap: 58px;
  }

  .md\:tw-gap-x-63px{
    column-gap: 63px;
  }

  .md\:tw-gap-x-73px{
    column-gap: 73.px;
  }

  .md\:tw-gap-y-0{
    row-gap: 0px;
  }

  .md\:tw-gap-y-1{
    row-gap: 0.25rem;
  }

  .md\:tw-gap-y-2{
    row-gap: 0.5rem;
  }

  .md\:tw-gap-y-3{
    row-gap: 0.75rem;
  }

  .md\:tw-gap-y-4{
    row-gap: 1rem;
  }

  .md\:tw-gap-y-5{
    row-gap: 1.25rem;
  }

  .md\:tw-gap-y-6{
    row-gap: 1.5rem;
  }

  .md\:tw-gap-y-7{
    row-gap: 1.75rem;
  }

  .md\:tw-gap-y-8{
    row-gap: 2rem;
  }

  .md\:tw-gap-y-9{
    row-gap: 2.25rem;
  }

  .md\:tw-gap-y-10{
    row-gap: 2.5rem;
  }

  .md\:tw-gap-y-11{
    row-gap: 2.75rem;
  }

  .md\:tw-gap-y-12{
    row-gap: 3rem;
  }

  .md\:tw-gap-y-13{
    row-gap: 3.25rem;
  }

  .md\:tw-gap-y-14{
    row-gap: 3.5rem;
  }

  .md\:tw-gap-y-16{
    row-gap: 4rem;
  }

  .md\:tw-gap-y-20{
    row-gap: 5rem;
  }

  .md\:tw-gap-y-24{
    row-gap: 6rem;
  }

  .md\:tw-gap-y-28{
    row-gap: 7rem;
  }

  .md\:tw-gap-y-32{
    row-gap: 8rem;
  }

  .md\:tw-gap-y-36{
    row-gap: 9rem;
  }

  .md\:tw-gap-y-40{
    row-gap: 10rem;
  }

  .md\:tw-gap-y-44{
    row-gap: 11rem;
  }

  .md\:tw-gap-y-48{
    row-gap: 12rem;
  }

  .md\:tw-gap-y-52{
    row-gap: 13rem;
  }

  .md\:tw-gap-y-56{
    row-gap: 14rem;
  }

  .md\:tw-gap-y-60{
    row-gap: 15rem;
  }

  .md\:tw-gap-y-64{
    row-gap: 16rem;
  }

  .md\:tw-gap-y-72{
    row-gap: 18rem;
  }

  .md\:tw-gap-y-80{
    row-gap: 20rem;
  }

  .md\:tw-gap-y-96{
    row-gap: 24rem;
  }

  .md\:tw-gap-y-px{
    row-gap: 1px;
  }

  .md\:tw-gap-y-0\.5{
    row-gap: 0.125rem;
  }

  .md\:tw-gap-y-1\.5{
    row-gap: 0.375rem;
  }

  .md\:tw-gap-y-2\.5{
    row-gap: 0.625rem;
  }

  .md\:tw-gap-y-3\.5{
    row-gap: 0.875rem;
  }

  .md\:tw-gap-y-2\/3{
    row-gap: 66.666%;
  }

  .md\:tw-gap-y-3\/2{
    row-gap: 150%;
  }

  .md\:tw-gap-y-square{
    row-gap: 100%;
  }

  .md\:tw-gap-y-58px{
    row-gap: 58px;
  }

  .md\:tw-gap-y-63px{
    row-gap: 63px;
  }

  .md\:tw-gap-y-73px{
    row-gap: 73.px;
  }

  .md\:tw-grid-flow-row{
    grid-auto-flow: row;
  }

  .md\:tw-grid-flow-col{
    grid-auto-flow: column;
  }

  .md\:tw-grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .md\:tw-grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .md\:tw-grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:tw-grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:tw-grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:tw-grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:tw-grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:tw-grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:tw-grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:tw-grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:tw-grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:tw-grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:tw-grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md\:tw-grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:tw-grid-cols-none{
    grid-template-columns: none;
  }

  .md\:tw-auto-cols-auto{
    grid-auto-columns: auto;
  }

  .md\:tw-auto-cols-min{
    grid-auto-columns: min-content;
  }

  .md\:tw-auto-cols-max{
    grid-auto-columns: max-content;
  }

  .md\:tw-auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .md\:tw-col-auto{
    grid-column: auto;
  }

  .md\:tw-col-span-1{
    grid-column: span 1 / span 1;
  }

  .md\:tw-col-span-2{
    grid-column: span 2 / span 2;
  }

  .md\:tw-col-span-3{
    grid-column: span 3 / span 3;
  }

  .md\:tw-col-span-4{
    grid-column: span 4 / span 4;
  }

  .md\:tw-col-span-5{
    grid-column: span 5 / span 5;
  }

  .md\:tw-col-span-6{
    grid-column: span 6 / span 6;
  }

  .md\:tw-col-span-7{
    grid-column: span 7 / span 7;
  }

  .md\:tw-col-span-8{
    grid-column: span 8 / span 8;
  }

  .md\:tw-col-span-9{
    grid-column: span 9 / span 9;
  }

  .md\:tw-col-span-10{
    grid-column: span 10 / span 10;
  }

  .md\:tw-col-span-11{
    grid-column: span 11 / span 11;
  }

  .md\:tw-col-span-12{
    grid-column: span 12 / span 12;
  }

  .md\:tw-col-span-full{
    grid-column: 1 / -1;
  }

  .md\:tw-col-start-1{
    grid-column-start: 1;
  }

  .md\:tw-col-start-2{
    grid-column-start: 2;
  }

  .md\:tw-col-start-3{
    grid-column-start: 3;
  }

  .md\:tw-col-start-4{
    grid-column-start: 4;
  }

  .md\:tw-col-start-5{
    grid-column-start: 5;
  }

  .md\:tw-col-start-6{
    grid-column-start: 6;
  }

  .md\:tw-col-start-7{
    grid-column-start: 7;
  }

  .md\:tw-col-start-8{
    grid-column-start: 8;
  }

  .md\:tw-col-start-9{
    grid-column-start: 9;
  }

  .md\:tw-col-start-10{
    grid-column-start: 10;
  }

  .md\:tw-col-start-11{
    grid-column-start: 11;
  }

  .md\:tw-col-start-12{
    grid-column-start: 12;
  }

  .md\:tw-col-start-13{
    grid-column-start: 13;
  }

  .md\:tw-col-start-auto{
    grid-column-start: auto;
  }

  .md\:tw-col-end-1{
    grid-column-end: 1;
  }

  .md\:tw-col-end-2{
    grid-column-end: 2;
  }

  .md\:tw-col-end-3{
    grid-column-end: 3;
  }

  .md\:tw-col-end-4{
    grid-column-end: 4;
  }

  .md\:tw-col-end-5{
    grid-column-end: 5;
  }

  .md\:tw-col-end-6{
    grid-column-end: 6;
  }

  .md\:tw-col-end-7{
    grid-column-end: 7;
  }

  .md\:tw-col-end-8{
    grid-column-end: 8;
  }

  .md\:tw-col-end-9{
    grid-column-end: 9;
  }

  .md\:tw-col-end-10{
    grid-column-end: 10;
  }

  .md\:tw-col-end-11{
    grid-column-end: 11;
  }

  .md\:tw-col-end-12{
    grid-column-end: 12;
  }

  .md\:tw-col-end-13{
    grid-column-end: 13;
  }

  .md\:tw-col-end-auto{
    grid-column-end: auto;
  }

  .md\:tw-grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:tw-grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:tw-grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md\:tw-grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md\:tw-grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .md\:tw-grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md\:tw-grid-rows-none{
    grid-template-rows: none;
  }

  .md\:tw-auto-rows-auto{
    grid-auto-rows: auto;
  }

  .md\:tw-auto-rows-min{
    grid-auto-rows: min-content;
  }

  .md\:tw-auto-rows-max{
    grid-auto-rows: max-content;
  }

  .md\:tw-auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .md\:tw-row-auto{
    grid-row: auto;
  }

  .md\:tw-row-span-1{
    grid-row: span 1 / span 1;
  }

  .md\:tw-row-span-2{
    grid-row: span 2 / span 2;
  }

  .md\:tw-row-span-3{
    grid-row: span 3 / span 3;
  }

  .md\:tw-row-span-4{
    grid-row: span 4 / span 4;
  }

  .md\:tw-row-span-5{
    grid-row: span 5 / span 5;
  }

  .md\:tw-row-span-6{
    grid-row: span 6 / span 6;
  }

  .md\:tw-row-span-full{
    grid-row: 1 / -1;
  }

  .md\:tw-row-start-1{
    grid-row-start: 1;
  }

  .md\:tw-row-start-2{
    grid-row-start: 2;
  }

  .md\:tw-row-start-3{
    grid-row-start: 3;
  }

  .md\:tw-row-start-4{
    grid-row-start: 4;
  }

  .md\:tw-row-start-5{
    grid-row-start: 5;
  }

  .md\:tw-row-start-6{
    grid-row-start: 6;
  }

  .md\:tw-row-start-7{
    grid-row-start: 7;
  }

  .md\:tw-row-start-auto{
    grid-row-start: auto;
  }

  .md\:tw-row-end-1{
    grid-row-end: 1;
  }

  .md\:tw-row-end-2{
    grid-row-end: 2;
  }

  .md\:tw-row-end-3{
    grid-row-end: 3;
  }

  .md\:tw-row-end-4{
    grid-row-end: 4;
  }

  .md\:tw-row-end-5{
    grid-row-end: 5;
  }

  .md\:tw-row-end-6{
    grid-row-end: 6;
  }

  .md\:tw-row-end-7{
    grid-row-end: 7;
  }

  .md\:tw-row-end-auto{
    grid-row-end: auto;
  }

  .md\:tw-transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:tw-transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:tw-transform-none{
    transform: none;
  }

  .md\:tw-origin-center{
    transform-origin: center;
  }

  .md\:tw-origin-top{
    transform-origin: top;
  }

  .md\:tw-origin-top-right{
    transform-origin: top right;
  }

  .md\:tw-origin-right{
    transform-origin: right;
  }

  .md\:tw-origin-bottom-right{
    transform-origin: bottom right;
  }

  .md\:tw-origin-bottom{
    transform-origin: bottom;
  }

  .md\:tw-origin-bottom-left{
    transform-origin: bottom left;
  }

  .md\:tw-origin-left{
    transform-origin: left;
  }

  .md\:tw-origin-top-left{
    transform-origin: top left;
  }

  .md\:tw-scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .md\:tw-scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .md\:tw-scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .md\:tw-scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .md\:tw-scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .md\:tw-scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .md\:tw-scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .md\:tw-scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .md\:tw-scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .md\:tw-scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .md\:tw-scale-x-0{
    --tw-scale-x: 0;
  }

  .md\:tw-scale-x-50{
    --tw-scale-x: .5;
  }

  .md\:tw-scale-x-75{
    --tw-scale-x: .75;
  }

  .md\:tw-scale-x-90{
    --tw-scale-x: .9;
  }

  .md\:tw-scale-x-95{
    --tw-scale-x: .95;
  }

  .md\:tw-scale-x-100{
    --tw-scale-x: 1;
  }

  .md\:tw-scale-x-105{
    --tw-scale-x: 1.05;
  }

  .md\:tw-scale-x-110{
    --tw-scale-x: 1.1;
  }

  .md\:tw-scale-x-125{
    --tw-scale-x: 1.25;
  }

  .md\:tw-scale-x-150{
    --tw-scale-x: 1.5;
  }

  .md\:tw-scale-y-0{
    --tw-scale-y: 0;
  }

  .md\:tw-scale-y-50{
    --tw-scale-y: .5;
  }

  .md\:tw-scale-y-75{
    --tw-scale-y: .75;
  }

  .md\:tw-scale-y-90{
    --tw-scale-y: .9;
  }

  .md\:tw-scale-y-95{
    --tw-scale-y: .95;
  }

  .md\:tw-scale-y-100{
    --tw-scale-y: 1;
  }

  .md\:tw-scale-y-105{
    --tw-scale-y: 1.05;
  }

  .md\:tw-scale-y-110{
    --tw-scale-y: 1.1;
  }

  .md\:tw-scale-y-125{
    --tw-scale-y: 1.25;
  }

  .md\:tw-scale-y-150{
    --tw-scale-y: 1.5;
  }

  .md\:hover\:tw-scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .md\:hover\:tw-scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .md\:hover\:tw-scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .md\:hover\:tw-scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .md\:hover\:tw-scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .md\:hover\:tw-scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .md\:hover\:tw-scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .md\:hover\:tw-scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .md\:hover\:tw-scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .md\:hover\:tw-scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .md\:hover\:tw-scale-x-0:hover{
    --tw-scale-x: 0;
  }

  .md\:hover\:tw-scale-x-50:hover{
    --tw-scale-x: .5;
  }

  .md\:hover\:tw-scale-x-75:hover{
    --tw-scale-x: .75;
  }

  .md\:hover\:tw-scale-x-90:hover{
    --tw-scale-x: .9;
  }

  .md\:hover\:tw-scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .md\:hover\:tw-scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .md\:hover\:tw-scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .md\:hover\:tw-scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  .md\:hover\:tw-scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  .md\:hover\:tw-scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .md\:hover\:tw-scale-y-0:hover{
    --tw-scale-y: 0;
  }

  .md\:hover\:tw-scale-y-50:hover{
    --tw-scale-y: .5;
  }

  .md\:hover\:tw-scale-y-75:hover{
    --tw-scale-y: .75;
  }

  .md\:hover\:tw-scale-y-90:hover{
    --tw-scale-y: .9;
  }

  .md\:hover\:tw-scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .md\:hover\:tw-scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .md\:hover\:tw-scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .md\:hover\:tw-scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  .md\:hover\:tw-scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  .md\:hover\:tw-scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .md\:focus\:tw-scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .md\:focus\:tw-scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .md\:focus\:tw-scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .md\:focus\:tw-scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .md\:focus\:tw-scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .md\:focus\:tw-scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .md\:focus\:tw-scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .md\:focus\:tw-scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .md\:focus\:tw-scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .md\:focus\:tw-scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .md\:focus\:tw-scale-x-0:focus{
    --tw-scale-x: 0;
  }

  .md\:focus\:tw-scale-x-50:focus{
    --tw-scale-x: .5;
  }

  .md\:focus\:tw-scale-x-75:focus{
    --tw-scale-x: .75;
  }

  .md\:focus\:tw-scale-x-90:focus{
    --tw-scale-x: .9;
  }

  .md\:focus\:tw-scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .md\:focus\:tw-scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .md\:focus\:tw-scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .md\:focus\:tw-scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  .md\:focus\:tw-scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  .md\:focus\:tw-scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .md\:focus\:tw-scale-y-0:focus{
    --tw-scale-y: 0;
  }

  .md\:focus\:tw-scale-y-50:focus{
    --tw-scale-y: .5;
  }

  .md\:focus\:tw-scale-y-75:focus{
    --tw-scale-y: .75;
  }

  .md\:focus\:tw-scale-y-90:focus{
    --tw-scale-y: .9;
  }

  .md\:focus\:tw-scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .md\:focus\:tw-scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .md\:focus\:tw-scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .md\:focus\:tw-scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  .md\:focus\:tw-scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  .md\:focus\:tw-scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .md\:tw-rotate-0{
    --tw-rotate: 0deg;
  }

  .md\:tw-rotate-1{
    --tw-rotate: 1deg;
  }

  .md\:tw-rotate-2{
    --tw-rotate: 2deg;
  }

  .md\:tw-rotate-3{
    --tw-rotate: 3deg;
  }

  .md\:tw-rotate-6{
    --tw-rotate: 6deg;
  }

  .md\:tw-rotate-12{
    --tw-rotate: 12deg;
  }

  .md\:tw-rotate-45{
    --tw-rotate: 45deg;
  }

  .md\:tw-rotate-90{
    --tw-rotate: 90deg;
  }

  .md\:tw-rotate-180{
    --tw-rotate: 180deg;
  }

  .md\:tw--rotate-180{
    --tw-rotate: -180deg;
  }

  .md\:tw--rotate-90{
    --tw-rotate: -90deg;
  }

  .md\:tw--rotate-45{
    --tw-rotate: -45deg;
  }

  .md\:tw--rotate-12{
    --tw-rotate: -12deg;
  }

  .md\:tw--rotate-6{
    --tw-rotate: -6deg;
  }

  .md\:tw--rotate-3{
    --tw-rotate: -3deg;
  }

  .md\:tw--rotate-2{
    --tw-rotate: -2deg;
  }

  .md\:tw--rotate-1{
    --tw-rotate: -1deg;
  }

  .md\:hover\:tw-rotate-0:hover{
    --tw-rotate: 0deg;
  }

  .md\:hover\:tw-rotate-1:hover{
    --tw-rotate: 1deg;
  }

  .md\:hover\:tw-rotate-2:hover{
    --tw-rotate: 2deg;
  }

  .md\:hover\:tw-rotate-3:hover{
    --tw-rotate: 3deg;
  }

  .md\:hover\:tw-rotate-6:hover{
    --tw-rotate: 6deg;
  }

  .md\:hover\:tw-rotate-12:hover{
    --tw-rotate: 12deg;
  }

  .md\:hover\:tw-rotate-45:hover{
    --tw-rotate: 45deg;
  }

  .md\:hover\:tw-rotate-90:hover{
    --tw-rotate: 90deg;
  }

  .md\:hover\:tw-rotate-180:hover{
    --tw-rotate: 180deg;
  }

  .md\:hover\:tw--rotate-180:hover{
    --tw-rotate: -180deg;
  }

  .md\:hover\:tw--rotate-90:hover{
    --tw-rotate: -90deg;
  }

  .md\:hover\:tw--rotate-45:hover{
    --tw-rotate: -45deg;
  }

  .md\:hover\:tw--rotate-12:hover{
    --tw-rotate: -12deg;
  }

  .md\:hover\:tw--rotate-6:hover{
    --tw-rotate: -6deg;
  }

  .md\:hover\:tw--rotate-3:hover{
    --tw-rotate: -3deg;
  }

  .md\:hover\:tw--rotate-2:hover{
    --tw-rotate: -2deg;
  }

  .md\:hover\:tw--rotate-1:hover{
    --tw-rotate: -1deg;
  }

  .md\:focus\:tw-rotate-0:focus{
    --tw-rotate: 0deg;
  }

  .md\:focus\:tw-rotate-1:focus{
    --tw-rotate: 1deg;
  }

  .md\:focus\:tw-rotate-2:focus{
    --tw-rotate: 2deg;
  }

  .md\:focus\:tw-rotate-3:focus{
    --tw-rotate: 3deg;
  }

  .md\:focus\:tw-rotate-6:focus{
    --tw-rotate: 6deg;
  }

  .md\:focus\:tw-rotate-12:focus{
    --tw-rotate: 12deg;
  }

  .md\:focus\:tw-rotate-45:focus{
    --tw-rotate: 45deg;
  }

  .md\:focus\:tw-rotate-90:focus{
    --tw-rotate: 90deg;
  }

  .md\:focus\:tw-rotate-180:focus{
    --tw-rotate: 180deg;
  }

  .md\:focus\:tw--rotate-180:focus{
    --tw-rotate: -180deg;
  }

  .md\:focus\:tw--rotate-90:focus{
    --tw-rotate: -90deg;
  }

  .md\:focus\:tw--rotate-45:focus{
    --tw-rotate: -45deg;
  }

  .md\:focus\:tw--rotate-12:focus{
    --tw-rotate: -12deg;
  }

  .md\:focus\:tw--rotate-6:focus{
    --tw-rotate: -6deg;
  }

  .md\:focus\:tw--rotate-3:focus{
    --tw-rotate: -3deg;
  }

  .md\:focus\:tw--rotate-2:focus{
    --tw-rotate: -2deg;
  }

  .md\:focus\:tw--rotate-1:focus{
    --tw-rotate: -1deg;
  }

  .md\:tw-translate-x-0{
    --tw-translate-x: 0px;
  }

  .md\:tw-translate-x-1{
    --tw-translate-x: 0.25rem;
  }

  .md\:tw-translate-x-2{
    --tw-translate-x: 0.5rem;
  }

  .md\:tw-translate-x-3{
    --tw-translate-x: 0.75rem;
  }

  .md\:tw-translate-x-4{
    --tw-translate-x: 1rem;
  }

  .md\:tw-translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  .md\:tw-translate-x-6{
    --tw-translate-x: 1.5rem;
  }

  .md\:tw-translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  .md\:tw-translate-x-8{
    --tw-translate-x: 2rem;
  }

  .md\:tw-translate-x-9{
    --tw-translate-x: 2.25rem;
  }

  .md\:tw-translate-x-10{
    --tw-translate-x: 2.5rem;
  }

  .md\:tw-translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  .md\:tw-translate-x-12{
    --tw-translate-x: 3rem;
  }

  .md\:tw-translate-x-13{
    --tw-translate-x: 3.25rem;
  }

  .md\:tw-translate-x-14{
    --tw-translate-x: 3.5rem;
  }

  .md\:tw-translate-x-16{
    --tw-translate-x: 4rem;
  }

  .md\:tw-translate-x-20{
    --tw-translate-x: 5rem;
  }

  .md\:tw-translate-x-24{
    --tw-translate-x: 6rem;
  }

  .md\:tw-translate-x-28{
    --tw-translate-x: 7rem;
  }

  .md\:tw-translate-x-32{
    --tw-translate-x: 8rem;
  }

  .md\:tw-translate-x-36{
    --tw-translate-x: 9rem;
  }

  .md\:tw-translate-x-40{
    --tw-translate-x: 10rem;
  }

  .md\:tw-translate-x-44{
    --tw-translate-x: 11rem;
  }

  .md\:tw-translate-x-48{
    --tw-translate-x: 12rem;
  }

  .md\:tw-translate-x-52{
    --tw-translate-x: 13rem;
  }

  .md\:tw-translate-x-56{
    --tw-translate-x: 14rem;
  }

  .md\:tw-translate-x-60{
    --tw-translate-x: 15rem;
  }

  .md\:tw-translate-x-64{
    --tw-translate-x: 16rem;
  }

  .md\:tw-translate-x-72{
    --tw-translate-x: 18rem;
  }

  .md\:tw-translate-x-80{
    --tw-translate-x: 20rem;
  }

  .md\:tw-translate-x-96{
    --tw-translate-x: 24rem;
  }

  .md\:tw-translate-x-px{
    --tw-translate-x: 1px;
  }

  .md\:tw-translate-x-0\.5{
    --tw-translate-x: 0.125rem;
  }

  .md\:tw-translate-x-1\.5{
    --tw-translate-x: 0.375rem;
  }

  .md\:tw-translate-x-2\.5{
    --tw-translate-x: 0.625rem;
  }

  .md\:tw-translate-x-3\.5{
    --tw-translate-x: 0.875rem;
  }

  .md\:tw-translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .md\:tw-translate-x-3\/2{
    --tw-translate-x: 150%;
  }

  .md\:tw-translate-x-square{
    --tw-translate-x: 100%;
  }

  .md\:tw-translate-x-58px{
    --tw-translate-x: 58px;
  }

  .md\:tw-translate-x-63px{
    --tw-translate-x: 63px;
  }

  .md\:tw-translate-x-73px{
    --tw-translate-x: 73.px;
  }

  .md\:tw--translate-x-0{
    --tw-translate-x: 0px;
  }

  .md\:tw--translate-x-1{
    --tw-translate-x: -0.25rem;
  }

  .md\:tw--translate-x-2{
    --tw-translate-x: -0.5rem;
  }

  .md\:tw--translate-x-3{
    --tw-translate-x: -0.75rem;
  }

  .md\:tw--translate-x-4{
    --tw-translate-x: -1rem;
  }

  .md\:tw--translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  .md\:tw--translate-x-6{
    --tw-translate-x: -1.5rem;
  }

  .md\:tw--translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  .md\:tw--translate-x-8{
    --tw-translate-x: -2rem;
  }

  .md\:tw--translate-x-9{
    --tw-translate-x: -2.25rem;
  }

  .md\:tw--translate-x-10{
    --tw-translate-x: -2.5rem;
  }

  .md\:tw--translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  .md\:tw--translate-x-12{
    --tw-translate-x: -3rem;
  }

  .md\:tw--translate-x-13{
    --tw-translate-x: -3.25rem;
  }

  .md\:tw--translate-x-14{
    --tw-translate-x: -3.5rem;
  }

  .md\:tw--translate-x-16{
    --tw-translate-x: -4rem;
  }

  .md\:tw--translate-x-20{
    --tw-translate-x: -5rem;
  }

  .md\:tw--translate-x-24{
    --tw-translate-x: -6rem;
  }

  .md\:tw--translate-x-28{
    --tw-translate-x: -7rem;
  }

  .md\:tw--translate-x-32{
    --tw-translate-x: -8rem;
  }

  .md\:tw--translate-x-36{
    --tw-translate-x: -9rem;
  }

  .md\:tw--translate-x-40{
    --tw-translate-x: -10rem;
  }

  .md\:tw--translate-x-44{
    --tw-translate-x: -11rem;
  }

  .md\:tw--translate-x-48{
    --tw-translate-x: -12rem;
  }

  .md\:tw--translate-x-52{
    --tw-translate-x: -13rem;
  }

  .md\:tw--translate-x-56{
    --tw-translate-x: -14rem;
  }

  .md\:tw--translate-x-60{
    --tw-translate-x: -15rem;
  }

  .md\:tw--translate-x-64{
    --tw-translate-x: -16rem;
  }

  .md\:tw--translate-x-72{
    --tw-translate-x: -18rem;
  }

  .md\:tw--translate-x-80{
    --tw-translate-x: -20rem;
  }

  .md\:tw--translate-x-96{
    --tw-translate-x: -24rem;
  }

  .md\:tw--translate-x-px{
    --tw-translate-x: -1px;
  }

  .md\:tw--translate-x-0\.5{
    --tw-translate-x: -0.125rem;
  }

  .md\:tw--translate-x-1\.5{
    --tw-translate-x: -0.375rem;
  }

  .md\:tw--translate-x-2\.5{
    --tw-translate-x: -0.625rem;
  }

  .md\:tw--translate-x-3\.5{
    --tw-translate-x: -0.875rem;
  }

  .md\:tw--translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .md\:tw--translate-x-3\/2{
    --tw-translate-x: -150%;
  }

  .md\:tw--translate-x-square{
    --tw-translate-x: -100%;
  }

  .md\:tw--translate-x-58px{
    --tw-translate-x: -58px;
  }

  .md\:tw--translate-x-63px{
    --tw-translate-x: -63px;
  }

  .md\:tw--translate-x-73px{
    --tw-translate-x: -73px;
  }

  .md\:tw-translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .md\:tw-translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .md\:tw-translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .md\:tw-translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .md\:tw-translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .md\:tw-translate-x-full{
    --tw-translate-x: 100%;
  }

  .md\:tw--translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .md\:tw--translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .md\:tw--translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .md\:tw--translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .md\:tw--translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .md\:tw--translate-x-full{
    --tw-translate-x: -100%;
  }

  .md\:tw-translate-y-0{
    --tw-translate-y: 0px;
  }

  .md\:tw-translate-y-1{
    --tw-translate-y: 0.25rem;
  }

  .md\:tw-translate-y-2{
    --tw-translate-y: 0.5rem;
  }

  .md\:tw-translate-y-3{
    --tw-translate-y: 0.75rem;
  }

  .md\:tw-translate-y-4{
    --tw-translate-y: 1rem;
  }

  .md\:tw-translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  .md\:tw-translate-y-6{
    --tw-translate-y: 1.5rem;
  }

  .md\:tw-translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  .md\:tw-translate-y-8{
    --tw-translate-y: 2rem;
  }

  .md\:tw-translate-y-9{
    --tw-translate-y: 2.25rem;
  }

  .md\:tw-translate-y-10{
    --tw-translate-y: 2.5rem;
  }

  .md\:tw-translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  .md\:tw-translate-y-12{
    --tw-translate-y: 3rem;
  }

  .md\:tw-translate-y-13{
    --tw-translate-y: 3.25rem;
  }

  .md\:tw-translate-y-14{
    --tw-translate-y: 3.5rem;
  }

  .md\:tw-translate-y-16{
    --tw-translate-y: 4rem;
  }

  .md\:tw-translate-y-20{
    --tw-translate-y: 5rem;
  }

  .md\:tw-translate-y-24{
    --tw-translate-y: 6rem;
  }

  .md\:tw-translate-y-28{
    --tw-translate-y: 7rem;
  }

  .md\:tw-translate-y-32{
    --tw-translate-y: 8rem;
  }

  .md\:tw-translate-y-36{
    --tw-translate-y: 9rem;
  }

  .md\:tw-translate-y-40{
    --tw-translate-y: 10rem;
  }

  .md\:tw-translate-y-44{
    --tw-translate-y: 11rem;
  }

  .md\:tw-translate-y-48{
    --tw-translate-y: 12rem;
  }

  .md\:tw-translate-y-52{
    --tw-translate-y: 13rem;
  }

  .md\:tw-translate-y-56{
    --tw-translate-y: 14rem;
  }

  .md\:tw-translate-y-60{
    --tw-translate-y: 15rem;
  }

  .md\:tw-translate-y-64{
    --tw-translate-y: 16rem;
  }

  .md\:tw-translate-y-72{
    --tw-translate-y: 18rem;
  }

  .md\:tw-translate-y-80{
    --tw-translate-y: 20rem;
  }

  .md\:tw-translate-y-96{
    --tw-translate-y: 24rem;
  }

  .md\:tw-translate-y-px{
    --tw-translate-y: 1px;
  }

  .md\:tw-translate-y-0\.5{
    --tw-translate-y: 0.125rem;
  }

  .md\:tw-translate-y-1\.5{
    --tw-translate-y: 0.375rem;
  }

  .md\:tw-translate-y-2\.5{
    --tw-translate-y: 0.625rem;
  }

  .md\:tw-translate-y-3\.5{
    --tw-translate-y: 0.875rem;
  }

  .md\:tw-translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .md\:tw-translate-y-3\/2{
    --tw-translate-y: 150%;
  }

  .md\:tw-translate-y-square{
    --tw-translate-y: 100%;
  }

  .md\:tw-translate-y-58px{
    --tw-translate-y: 58px;
  }

  .md\:tw-translate-y-63px{
    --tw-translate-y: 63px;
  }

  .md\:tw-translate-y-73px{
    --tw-translate-y: 73.px;
  }

  .md\:tw--translate-y-0{
    --tw-translate-y: 0px;
  }

  .md\:tw--translate-y-1{
    --tw-translate-y: -0.25rem;
  }

  .md\:tw--translate-y-2{
    --tw-translate-y: -0.5rem;
  }

  .md\:tw--translate-y-3{
    --tw-translate-y: -0.75rem;
  }

  .md\:tw--translate-y-4{
    --tw-translate-y: -1rem;
  }

  .md\:tw--translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  .md\:tw--translate-y-6{
    --tw-translate-y: -1.5rem;
  }

  .md\:tw--translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  .md\:tw--translate-y-8{
    --tw-translate-y: -2rem;
  }

  .md\:tw--translate-y-9{
    --tw-translate-y: -2.25rem;
  }

  .md\:tw--translate-y-10{
    --tw-translate-y: -2.5rem;
  }

  .md\:tw--translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  .md\:tw--translate-y-12{
    --tw-translate-y: -3rem;
  }

  .md\:tw--translate-y-13{
    --tw-translate-y: -3.25rem;
  }

  .md\:tw--translate-y-14{
    --tw-translate-y: -3.5rem;
  }

  .md\:tw--translate-y-16{
    --tw-translate-y: -4rem;
  }

  .md\:tw--translate-y-20{
    --tw-translate-y: -5rem;
  }

  .md\:tw--translate-y-24{
    --tw-translate-y: -6rem;
  }

  .md\:tw--translate-y-28{
    --tw-translate-y: -7rem;
  }

  .md\:tw--translate-y-32{
    --tw-translate-y: -8rem;
  }

  .md\:tw--translate-y-36{
    --tw-translate-y: -9rem;
  }

  .md\:tw--translate-y-40{
    --tw-translate-y: -10rem;
  }

  .md\:tw--translate-y-44{
    --tw-translate-y: -11rem;
  }

  .md\:tw--translate-y-48{
    --tw-translate-y: -12rem;
  }

  .md\:tw--translate-y-52{
    --tw-translate-y: -13rem;
  }

  .md\:tw--translate-y-56{
    --tw-translate-y: -14rem;
  }

  .md\:tw--translate-y-60{
    --tw-translate-y: -15rem;
  }

  .md\:tw--translate-y-64{
    --tw-translate-y: -16rem;
  }

  .md\:tw--translate-y-72{
    --tw-translate-y: -18rem;
  }

  .md\:tw--translate-y-80{
    --tw-translate-y: -20rem;
  }

  .md\:tw--translate-y-96{
    --tw-translate-y: -24rem;
  }

  .md\:tw--translate-y-px{
    --tw-translate-y: -1px;
  }

  .md\:tw--translate-y-0\.5{
    --tw-translate-y: -0.125rem;
  }

  .md\:tw--translate-y-1\.5{
    --tw-translate-y: -0.375rem;
  }

  .md\:tw--translate-y-2\.5{
    --tw-translate-y: -0.625rem;
  }

  .md\:tw--translate-y-3\.5{
    --tw-translate-y: -0.875rem;
  }

  .md\:tw--translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .md\:tw--translate-y-3\/2{
    --tw-translate-y: -150%;
  }

  .md\:tw--translate-y-square{
    --tw-translate-y: -100%;
  }

  .md\:tw--translate-y-58px{
    --tw-translate-y: -58px;
  }

  .md\:tw--translate-y-63px{
    --tw-translate-y: -63px;
  }

  .md\:tw--translate-y-73px{
    --tw-translate-y: -73px;
  }

  .md\:tw-translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .md\:tw-translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .md\:tw-translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .md\:tw-translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .md\:tw-translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .md\:tw-translate-y-full{
    --tw-translate-y: 100%;
  }

  .md\:tw--translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .md\:tw--translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .md\:tw--translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .md\:tw--translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .md\:tw--translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .md\:tw--translate-y-full{
    --tw-translate-y: -100%;
  }

  .md\:hover\:tw-translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .md\:hover\:tw-translate-x-1:hover{
    --tw-translate-x: 0.25rem;
  }

  .md\:hover\:tw-translate-x-2:hover{
    --tw-translate-x: 0.5rem;
  }

  .md\:hover\:tw-translate-x-3:hover{
    --tw-translate-x: 0.75rem;
  }

  .md\:hover\:tw-translate-x-4:hover{
    --tw-translate-x: 1rem;
  }

  .md\:hover\:tw-translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  .md\:hover\:tw-translate-x-6:hover{
    --tw-translate-x: 1.5rem;
  }

  .md\:hover\:tw-translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  .md\:hover\:tw-translate-x-8:hover{
    --tw-translate-x: 2rem;
  }

  .md\:hover\:tw-translate-x-9:hover{
    --tw-translate-x: 2.25rem;
  }

  .md\:hover\:tw-translate-x-10:hover{
    --tw-translate-x: 2.5rem;
  }

  .md\:hover\:tw-translate-x-11:hover{
    --tw-translate-x: 2.75rem;
  }

  .md\:hover\:tw-translate-x-12:hover{
    --tw-translate-x: 3rem;
  }

  .md\:hover\:tw-translate-x-13:hover{
    --tw-translate-x: 3.25rem;
  }

  .md\:hover\:tw-translate-x-14:hover{
    --tw-translate-x: 3.5rem;
  }

  .md\:hover\:tw-translate-x-16:hover{
    --tw-translate-x: 4rem;
  }

  .md\:hover\:tw-translate-x-20:hover{
    --tw-translate-x: 5rem;
  }

  .md\:hover\:tw-translate-x-24:hover{
    --tw-translate-x: 6rem;
  }

  .md\:hover\:tw-translate-x-28:hover{
    --tw-translate-x: 7rem;
  }

  .md\:hover\:tw-translate-x-32:hover{
    --tw-translate-x: 8rem;
  }

  .md\:hover\:tw-translate-x-36:hover{
    --tw-translate-x: 9rem;
  }

  .md\:hover\:tw-translate-x-40:hover{
    --tw-translate-x: 10rem;
  }

  .md\:hover\:tw-translate-x-44:hover{
    --tw-translate-x: 11rem;
  }

  .md\:hover\:tw-translate-x-48:hover{
    --tw-translate-x: 12rem;
  }

  .md\:hover\:tw-translate-x-52:hover{
    --tw-translate-x: 13rem;
  }

  .md\:hover\:tw-translate-x-56:hover{
    --tw-translate-x: 14rem;
  }

  .md\:hover\:tw-translate-x-60:hover{
    --tw-translate-x: 15rem;
  }

  .md\:hover\:tw-translate-x-64:hover{
    --tw-translate-x: 16rem;
  }

  .md\:hover\:tw-translate-x-72:hover{
    --tw-translate-x: 18rem;
  }

  .md\:hover\:tw-translate-x-80:hover{
    --tw-translate-x: 20rem;
  }

  .md\:hover\:tw-translate-x-96:hover{
    --tw-translate-x: 24rem;
  }

  .md\:hover\:tw-translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  .md\:hover\:tw-translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem;
  }

  .md\:hover\:tw-translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem;
  }

  .md\:hover\:tw-translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem;
  }

  .md\:hover\:tw-translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem;
  }

  .md\:hover\:tw-translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  .md\:hover\:tw-translate-x-3\/2:hover{
    --tw-translate-x: 150%;
  }

  .md\:hover\:tw-translate-x-square:hover{
    --tw-translate-x: 100%;
  }

  .md\:hover\:tw-translate-x-58px:hover{
    --tw-translate-x: 58px;
  }

  .md\:hover\:tw-translate-x-63px:hover{
    --tw-translate-x: 63px;
  }

  .md\:hover\:tw-translate-x-73px:hover{
    --tw-translate-x: 73.px;
  }

  .md\:hover\:tw--translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .md\:hover\:tw--translate-x-1:hover{
    --tw-translate-x: -0.25rem;
  }

  .md\:hover\:tw--translate-x-2:hover{
    --tw-translate-x: -0.5rem;
  }

  .md\:hover\:tw--translate-x-3:hover{
    --tw-translate-x: -0.75rem;
  }

  .md\:hover\:tw--translate-x-4:hover{
    --tw-translate-x: -1rem;
  }

  .md\:hover\:tw--translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  .md\:hover\:tw--translate-x-6:hover{
    --tw-translate-x: -1.5rem;
  }

  .md\:hover\:tw--translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  .md\:hover\:tw--translate-x-8:hover{
    --tw-translate-x: -2rem;
  }

  .md\:hover\:tw--translate-x-9:hover{
    --tw-translate-x: -2.25rem;
  }

  .md\:hover\:tw--translate-x-10:hover{
    --tw-translate-x: -2.5rem;
  }

  .md\:hover\:tw--translate-x-11:hover{
    --tw-translate-x: -2.75rem;
  }

  .md\:hover\:tw--translate-x-12:hover{
    --tw-translate-x: -3rem;
  }

  .md\:hover\:tw--translate-x-13:hover{
    --tw-translate-x: -3.25rem;
  }

  .md\:hover\:tw--translate-x-14:hover{
    --tw-translate-x: -3.5rem;
  }

  .md\:hover\:tw--translate-x-16:hover{
    --tw-translate-x: -4rem;
  }

  .md\:hover\:tw--translate-x-20:hover{
    --tw-translate-x: -5rem;
  }

  .md\:hover\:tw--translate-x-24:hover{
    --tw-translate-x: -6rem;
  }

  .md\:hover\:tw--translate-x-28:hover{
    --tw-translate-x: -7rem;
  }

  .md\:hover\:tw--translate-x-32:hover{
    --tw-translate-x: -8rem;
  }

  .md\:hover\:tw--translate-x-36:hover{
    --tw-translate-x: -9rem;
  }

  .md\:hover\:tw--translate-x-40:hover{
    --tw-translate-x: -10rem;
  }

  .md\:hover\:tw--translate-x-44:hover{
    --tw-translate-x: -11rem;
  }

  .md\:hover\:tw--translate-x-48:hover{
    --tw-translate-x: -12rem;
  }

  .md\:hover\:tw--translate-x-52:hover{
    --tw-translate-x: -13rem;
  }

  .md\:hover\:tw--translate-x-56:hover{
    --tw-translate-x: -14rem;
  }

  .md\:hover\:tw--translate-x-60:hover{
    --tw-translate-x: -15rem;
  }

  .md\:hover\:tw--translate-x-64:hover{
    --tw-translate-x: -16rem;
  }

  .md\:hover\:tw--translate-x-72:hover{
    --tw-translate-x: -18rem;
  }

  .md\:hover\:tw--translate-x-80:hover{
    --tw-translate-x: -20rem;
  }

  .md\:hover\:tw--translate-x-96:hover{
    --tw-translate-x: -24rem;
  }

  .md\:hover\:tw--translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  .md\:hover\:tw--translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem;
  }

  .md\:hover\:tw--translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem;
  }

  .md\:hover\:tw--translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem;
  }

  .md\:hover\:tw--translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem;
  }

  .md\:hover\:tw--translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  .md\:hover\:tw--translate-x-3\/2:hover{
    --tw-translate-x: -150%;
  }

  .md\:hover\:tw--translate-x-square:hover{
    --tw-translate-x: -100%;
  }

  .md\:hover\:tw--translate-x-58px:hover{
    --tw-translate-x: -58px;
  }

  .md\:hover\:tw--translate-x-63px:hover{
    --tw-translate-x: -63px;
  }

  .md\:hover\:tw--translate-x-73px:hover{
    --tw-translate-x: -73px;
  }

  .md\:hover\:tw-translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .md\:hover\:tw-translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  .md\:hover\:tw-translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  .md\:hover\:tw-translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  .md\:hover\:tw-translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  .md\:hover\:tw-translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .md\:hover\:tw--translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .md\:hover\:tw--translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  .md\:hover\:tw--translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  .md\:hover\:tw--translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  .md\:hover\:tw--translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  .md\:hover\:tw--translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .md\:hover\:tw-translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .md\:hover\:tw-translate-y-1:hover{
    --tw-translate-y: 0.25rem;
  }

  .md\:hover\:tw-translate-y-2:hover{
    --tw-translate-y: 0.5rem;
  }

  .md\:hover\:tw-translate-y-3:hover{
    --tw-translate-y: 0.75rem;
  }

  .md\:hover\:tw-translate-y-4:hover{
    --tw-translate-y: 1rem;
  }

  .md\:hover\:tw-translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  .md\:hover\:tw-translate-y-6:hover{
    --tw-translate-y: 1.5rem;
  }

  .md\:hover\:tw-translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  .md\:hover\:tw-translate-y-8:hover{
    --tw-translate-y: 2rem;
  }

  .md\:hover\:tw-translate-y-9:hover{
    --tw-translate-y: 2.25rem;
  }

  .md\:hover\:tw-translate-y-10:hover{
    --tw-translate-y: 2.5rem;
  }

  .md\:hover\:tw-translate-y-11:hover{
    --tw-translate-y: 2.75rem;
  }

  .md\:hover\:tw-translate-y-12:hover{
    --tw-translate-y: 3rem;
  }

  .md\:hover\:tw-translate-y-13:hover{
    --tw-translate-y: 3.25rem;
  }

  .md\:hover\:tw-translate-y-14:hover{
    --tw-translate-y: 3.5rem;
  }

  .md\:hover\:tw-translate-y-16:hover{
    --tw-translate-y: 4rem;
  }

  .md\:hover\:tw-translate-y-20:hover{
    --tw-translate-y: 5rem;
  }

  .md\:hover\:tw-translate-y-24:hover{
    --tw-translate-y: 6rem;
  }

  .md\:hover\:tw-translate-y-28:hover{
    --tw-translate-y: 7rem;
  }

  .md\:hover\:tw-translate-y-32:hover{
    --tw-translate-y: 8rem;
  }

  .md\:hover\:tw-translate-y-36:hover{
    --tw-translate-y: 9rem;
  }

  .md\:hover\:tw-translate-y-40:hover{
    --tw-translate-y: 10rem;
  }

  .md\:hover\:tw-translate-y-44:hover{
    --tw-translate-y: 11rem;
  }

  .md\:hover\:tw-translate-y-48:hover{
    --tw-translate-y: 12rem;
  }

  .md\:hover\:tw-translate-y-52:hover{
    --tw-translate-y: 13rem;
  }

  .md\:hover\:tw-translate-y-56:hover{
    --tw-translate-y: 14rem;
  }

  .md\:hover\:tw-translate-y-60:hover{
    --tw-translate-y: 15rem;
  }

  .md\:hover\:tw-translate-y-64:hover{
    --tw-translate-y: 16rem;
  }

  .md\:hover\:tw-translate-y-72:hover{
    --tw-translate-y: 18rem;
  }

  .md\:hover\:tw-translate-y-80:hover{
    --tw-translate-y: 20rem;
  }

  .md\:hover\:tw-translate-y-96:hover{
    --tw-translate-y: 24rem;
  }

  .md\:hover\:tw-translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  .md\:hover\:tw-translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem;
  }

  .md\:hover\:tw-translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem;
  }

  .md\:hover\:tw-translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem;
  }

  .md\:hover\:tw-translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem;
  }

  .md\:hover\:tw-translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  .md\:hover\:tw-translate-y-3\/2:hover{
    --tw-translate-y: 150%;
  }

  .md\:hover\:tw-translate-y-square:hover{
    --tw-translate-y: 100%;
  }

  .md\:hover\:tw-translate-y-58px:hover{
    --tw-translate-y: 58px;
  }

  .md\:hover\:tw-translate-y-63px:hover{
    --tw-translate-y: 63px;
  }

  .md\:hover\:tw-translate-y-73px:hover{
    --tw-translate-y: 73.px;
  }

  .md\:hover\:tw--translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .md\:hover\:tw--translate-y-1:hover{
    --tw-translate-y: -0.25rem;
  }

  .md\:hover\:tw--translate-y-2:hover{
    --tw-translate-y: -0.5rem;
  }

  .md\:hover\:tw--translate-y-3:hover{
    --tw-translate-y: -0.75rem;
  }

  .md\:hover\:tw--translate-y-4:hover{
    --tw-translate-y: -1rem;
  }

  .md\:hover\:tw--translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  .md\:hover\:tw--translate-y-6:hover{
    --tw-translate-y: -1.5rem;
  }

  .md\:hover\:tw--translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  .md\:hover\:tw--translate-y-8:hover{
    --tw-translate-y: -2rem;
  }

  .md\:hover\:tw--translate-y-9:hover{
    --tw-translate-y: -2.25rem;
  }

  .md\:hover\:tw--translate-y-10:hover{
    --tw-translate-y: -2.5rem;
  }

  .md\:hover\:tw--translate-y-11:hover{
    --tw-translate-y: -2.75rem;
  }

  .md\:hover\:tw--translate-y-12:hover{
    --tw-translate-y: -3rem;
  }

  .md\:hover\:tw--translate-y-13:hover{
    --tw-translate-y: -3.25rem;
  }

  .md\:hover\:tw--translate-y-14:hover{
    --tw-translate-y: -3.5rem;
  }

  .md\:hover\:tw--translate-y-16:hover{
    --tw-translate-y: -4rem;
  }

  .md\:hover\:tw--translate-y-20:hover{
    --tw-translate-y: -5rem;
  }

  .md\:hover\:tw--translate-y-24:hover{
    --tw-translate-y: -6rem;
  }

  .md\:hover\:tw--translate-y-28:hover{
    --tw-translate-y: -7rem;
  }

  .md\:hover\:tw--translate-y-32:hover{
    --tw-translate-y: -8rem;
  }

  .md\:hover\:tw--translate-y-36:hover{
    --tw-translate-y: -9rem;
  }

  .md\:hover\:tw--translate-y-40:hover{
    --tw-translate-y: -10rem;
  }

  .md\:hover\:tw--translate-y-44:hover{
    --tw-translate-y: -11rem;
  }

  .md\:hover\:tw--translate-y-48:hover{
    --tw-translate-y: -12rem;
  }

  .md\:hover\:tw--translate-y-52:hover{
    --tw-translate-y: -13rem;
  }

  .md\:hover\:tw--translate-y-56:hover{
    --tw-translate-y: -14rem;
  }

  .md\:hover\:tw--translate-y-60:hover{
    --tw-translate-y: -15rem;
  }

  .md\:hover\:tw--translate-y-64:hover{
    --tw-translate-y: -16rem;
  }

  .md\:hover\:tw--translate-y-72:hover{
    --tw-translate-y: -18rem;
  }

  .md\:hover\:tw--translate-y-80:hover{
    --tw-translate-y: -20rem;
  }

  .md\:hover\:tw--translate-y-96:hover{
    --tw-translate-y: -24rem;
  }

  .md\:hover\:tw--translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  .md\:hover\:tw--translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem;
  }

  .md\:hover\:tw--translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem;
  }

  .md\:hover\:tw--translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem;
  }

  .md\:hover\:tw--translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem;
  }

  .md\:hover\:tw--translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  .md\:hover\:tw--translate-y-3\/2:hover{
    --tw-translate-y: -150%;
  }

  .md\:hover\:tw--translate-y-square:hover{
    --tw-translate-y: -100%;
  }

  .md\:hover\:tw--translate-y-58px:hover{
    --tw-translate-y: -58px;
  }

  .md\:hover\:tw--translate-y-63px:hover{
    --tw-translate-y: -63px;
  }

  .md\:hover\:tw--translate-y-73px:hover{
    --tw-translate-y: -73px;
  }

  .md\:hover\:tw-translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .md\:hover\:tw-translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  .md\:hover\:tw-translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  .md\:hover\:tw-translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  .md\:hover\:tw-translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  .md\:hover\:tw-translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .md\:hover\:tw--translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .md\:hover\:tw--translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  .md\:hover\:tw--translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  .md\:hover\:tw--translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  .md\:hover\:tw--translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  .md\:hover\:tw--translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .md\:focus\:tw-translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .md\:focus\:tw-translate-x-1:focus{
    --tw-translate-x: 0.25rem;
  }

  .md\:focus\:tw-translate-x-2:focus{
    --tw-translate-x: 0.5rem;
  }

  .md\:focus\:tw-translate-x-3:focus{
    --tw-translate-x: 0.75rem;
  }

  .md\:focus\:tw-translate-x-4:focus{
    --tw-translate-x: 1rem;
  }

  .md\:focus\:tw-translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  .md\:focus\:tw-translate-x-6:focus{
    --tw-translate-x: 1.5rem;
  }

  .md\:focus\:tw-translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  .md\:focus\:tw-translate-x-8:focus{
    --tw-translate-x: 2rem;
  }

  .md\:focus\:tw-translate-x-9:focus{
    --tw-translate-x: 2.25rem;
  }

  .md\:focus\:tw-translate-x-10:focus{
    --tw-translate-x: 2.5rem;
  }

  .md\:focus\:tw-translate-x-11:focus{
    --tw-translate-x: 2.75rem;
  }

  .md\:focus\:tw-translate-x-12:focus{
    --tw-translate-x: 3rem;
  }

  .md\:focus\:tw-translate-x-13:focus{
    --tw-translate-x: 3.25rem;
  }

  .md\:focus\:tw-translate-x-14:focus{
    --tw-translate-x: 3.5rem;
  }

  .md\:focus\:tw-translate-x-16:focus{
    --tw-translate-x: 4rem;
  }

  .md\:focus\:tw-translate-x-20:focus{
    --tw-translate-x: 5rem;
  }

  .md\:focus\:tw-translate-x-24:focus{
    --tw-translate-x: 6rem;
  }

  .md\:focus\:tw-translate-x-28:focus{
    --tw-translate-x: 7rem;
  }

  .md\:focus\:tw-translate-x-32:focus{
    --tw-translate-x: 8rem;
  }

  .md\:focus\:tw-translate-x-36:focus{
    --tw-translate-x: 9rem;
  }

  .md\:focus\:tw-translate-x-40:focus{
    --tw-translate-x: 10rem;
  }

  .md\:focus\:tw-translate-x-44:focus{
    --tw-translate-x: 11rem;
  }

  .md\:focus\:tw-translate-x-48:focus{
    --tw-translate-x: 12rem;
  }

  .md\:focus\:tw-translate-x-52:focus{
    --tw-translate-x: 13rem;
  }

  .md\:focus\:tw-translate-x-56:focus{
    --tw-translate-x: 14rem;
  }

  .md\:focus\:tw-translate-x-60:focus{
    --tw-translate-x: 15rem;
  }

  .md\:focus\:tw-translate-x-64:focus{
    --tw-translate-x: 16rem;
  }

  .md\:focus\:tw-translate-x-72:focus{
    --tw-translate-x: 18rem;
  }

  .md\:focus\:tw-translate-x-80:focus{
    --tw-translate-x: 20rem;
  }

  .md\:focus\:tw-translate-x-96:focus{
    --tw-translate-x: 24rem;
  }

  .md\:focus\:tw-translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  .md\:focus\:tw-translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem;
  }

  .md\:focus\:tw-translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem;
  }

  .md\:focus\:tw-translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem;
  }

  .md\:focus\:tw-translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem;
  }

  .md\:focus\:tw-translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  .md\:focus\:tw-translate-x-3\/2:focus{
    --tw-translate-x: 150%;
  }

  .md\:focus\:tw-translate-x-square:focus{
    --tw-translate-x: 100%;
  }

  .md\:focus\:tw-translate-x-58px:focus{
    --tw-translate-x: 58px;
  }

  .md\:focus\:tw-translate-x-63px:focus{
    --tw-translate-x: 63px;
  }

  .md\:focus\:tw-translate-x-73px:focus{
    --tw-translate-x: 73.px;
  }

  .md\:focus\:tw--translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .md\:focus\:tw--translate-x-1:focus{
    --tw-translate-x: -0.25rem;
  }

  .md\:focus\:tw--translate-x-2:focus{
    --tw-translate-x: -0.5rem;
  }

  .md\:focus\:tw--translate-x-3:focus{
    --tw-translate-x: -0.75rem;
  }

  .md\:focus\:tw--translate-x-4:focus{
    --tw-translate-x: -1rem;
  }

  .md\:focus\:tw--translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  .md\:focus\:tw--translate-x-6:focus{
    --tw-translate-x: -1.5rem;
  }

  .md\:focus\:tw--translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  .md\:focus\:tw--translate-x-8:focus{
    --tw-translate-x: -2rem;
  }

  .md\:focus\:tw--translate-x-9:focus{
    --tw-translate-x: -2.25rem;
  }

  .md\:focus\:tw--translate-x-10:focus{
    --tw-translate-x: -2.5rem;
  }

  .md\:focus\:tw--translate-x-11:focus{
    --tw-translate-x: -2.75rem;
  }

  .md\:focus\:tw--translate-x-12:focus{
    --tw-translate-x: -3rem;
  }

  .md\:focus\:tw--translate-x-13:focus{
    --tw-translate-x: -3.25rem;
  }

  .md\:focus\:tw--translate-x-14:focus{
    --tw-translate-x: -3.5rem;
  }

  .md\:focus\:tw--translate-x-16:focus{
    --tw-translate-x: -4rem;
  }

  .md\:focus\:tw--translate-x-20:focus{
    --tw-translate-x: -5rem;
  }

  .md\:focus\:tw--translate-x-24:focus{
    --tw-translate-x: -6rem;
  }

  .md\:focus\:tw--translate-x-28:focus{
    --tw-translate-x: -7rem;
  }

  .md\:focus\:tw--translate-x-32:focus{
    --tw-translate-x: -8rem;
  }

  .md\:focus\:tw--translate-x-36:focus{
    --tw-translate-x: -9rem;
  }

  .md\:focus\:tw--translate-x-40:focus{
    --tw-translate-x: -10rem;
  }

  .md\:focus\:tw--translate-x-44:focus{
    --tw-translate-x: -11rem;
  }

  .md\:focus\:tw--translate-x-48:focus{
    --tw-translate-x: -12rem;
  }

  .md\:focus\:tw--translate-x-52:focus{
    --tw-translate-x: -13rem;
  }

  .md\:focus\:tw--translate-x-56:focus{
    --tw-translate-x: -14rem;
  }

  .md\:focus\:tw--translate-x-60:focus{
    --tw-translate-x: -15rem;
  }

  .md\:focus\:tw--translate-x-64:focus{
    --tw-translate-x: -16rem;
  }

  .md\:focus\:tw--translate-x-72:focus{
    --tw-translate-x: -18rem;
  }

  .md\:focus\:tw--translate-x-80:focus{
    --tw-translate-x: -20rem;
  }

  .md\:focus\:tw--translate-x-96:focus{
    --tw-translate-x: -24rem;
  }

  .md\:focus\:tw--translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  .md\:focus\:tw--translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem;
  }

  .md\:focus\:tw--translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem;
  }

  .md\:focus\:tw--translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem;
  }

  .md\:focus\:tw--translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem;
  }

  .md\:focus\:tw--translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  .md\:focus\:tw--translate-x-3\/2:focus{
    --tw-translate-x: -150%;
  }

  .md\:focus\:tw--translate-x-square:focus{
    --tw-translate-x: -100%;
  }

  .md\:focus\:tw--translate-x-58px:focus{
    --tw-translate-x: -58px;
  }

  .md\:focus\:tw--translate-x-63px:focus{
    --tw-translate-x: -63px;
  }

  .md\:focus\:tw--translate-x-73px:focus{
    --tw-translate-x: -73px;
  }

  .md\:focus\:tw-translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .md\:focus\:tw-translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  .md\:focus\:tw-translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  .md\:focus\:tw-translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  .md\:focus\:tw-translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  .md\:focus\:tw-translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .md\:focus\:tw--translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .md\:focus\:tw--translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  .md\:focus\:tw--translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  .md\:focus\:tw--translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  .md\:focus\:tw--translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  .md\:focus\:tw--translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .md\:focus\:tw-translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .md\:focus\:tw-translate-y-1:focus{
    --tw-translate-y: 0.25rem;
  }

  .md\:focus\:tw-translate-y-2:focus{
    --tw-translate-y: 0.5rem;
  }

  .md\:focus\:tw-translate-y-3:focus{
    --tw-translate-y: 0.75rem;
  }

  .md\:focus\:tw-translate-y-4:focus{
    --tw-translate-y: 1rem;
  }

  .md\:focus\:tw-translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  .md\:focus\:tw-translate-y-6:focus{
    --tw-translate-y: 1.5rem;
  }

  .md\:focus\:tw-translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  .md\:focus\:tw-translate-y-8:focus{
    --tw-translate-y: 2rem;
  }

  .md\:focus\:tw-translate-y-9:focus{
    --tw-translate-y: 2.25rem;
  }

  .md\:focus\:tw-translate-y-10:focus{
    --tw-translate-y: 2.5rem;
  }

  .md\:focus\:tw-translate-y-11:focus{
    --tw-translate-y: 2.75rem;
  }

  .md\:focus\:tw-translate-y-12:focus{
    --tw-translate-y: 3rem;
  }

  .md\:focus\:tw-translate-y-13:focus{
    --tw-translate-y: 3.25rem;
  }

  .md\:focus\:tw-translate-y-14:focus{
    --tw-translate-y: 3.5rem;
  }

  .md\:focus\:tw-translate-y-16:focus{
    --tw-translate-y: 4rem;
  }

  .md\:focus\:tw-translate-y-20:focus{
    --tw-translate-y: 5rem;
  }

  .md\:focus\:tw-translate-y-24:focus{
    --tw-translate-y: 6rem;
  }

  .md\:focus\:tw-translate-y-28:focus{
    --tw-translate-y: 7rem;
  }

  .md\:focus\:tw-translate-y-32:focus{
    --tw-translate-y: 8rem;
  }

  .md\:focus\:tw-translate-y-36:focus{
    --tw-translate-y: 9rem;
  }

  .md\:focus\:tw-translate-y-40:focus{
    --tw-translate-y: 10rem;
  }

  .md\:focus\:tw-translate-y-44:focus{
    --tw-translate-y: 11rem;
  }

  .md\:focus\:tw-translate-y-48:focus{
    --tw-translate-y: 12rem;
  }

  .md\:focus\:tw-translate-y-52:focus{
    --tw-translate-y: 13rem;
  }

  .md\:focus\:tw-translate-y-56:focus{
    --tw-translate-y: 14rem;
  }

  .md\:focus\:tw-translate-y-60:focus{
    --tw-translate-y: 15rem;
  }

  .md\:focus\:tw-translate-y-64:focus{
    --tw-translate-y: 16rem;
  }

  .md\:focus\:tw-translate-y-72:focus{
    --tw-translate-y: 18rem;
  }

  .md\:focus\:tw-translate-y-80:focus{
    --tw-translate-y: 20rem;
  }

  .md\:focus\:tw-translate-y-96:focus{
    --tw-translate-y: 24rem;
  }

  .md\:focus\:tw-translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  .md\:focus\:tw-translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem;
  }

  .md\:focus\:tw-translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem;
  }

  .md\:focus\:tw-translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem;
  }

  .md\:focus\:tw-translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem;
  }

  .md\:focus\:tw-translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  .md\:focus\:tw-translate-y-3\/2:focus{
    --tw-translate-y: 150%;
  }

  .md\:focus\:tw-translate-y-square:focus{
    --tw-translate-y: 100%;
  }

  .md\:focus\:tw-translate-y-58px:focus{
    --tw-translate-y: 58px;
  }

  .md\:focus\:tw-translate-y-63px:focus{
    --tw-translate-y: 63px;
  }

  .md\:focus\:tw-translate-y-73px:focus{
    --tw-translate-y: 73.px;
  }

  .md\:focus\:tw--translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .md\:focus\:tw--translate-y-1:focus{
    --tw-translate-y: -0.25rem;
  }

  .md\:focus\:tw--translate-y-2:focus{
    --tw-translate-y: -0.5rem;
  }

  .md\:focus\:tw--translate-y-3:focus{
    --tw-translate-y: -0.75rem;
  }

  .md\:focus\:tw--translate-y-4:focus{
    --tw-translate-y: -1rem;
  }

  .md\:focus\:tw--translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  .md\:focus\:tw--translate-y-6:focus{
    --tw-translate-y: -1.5rem;
  }

  .md\:focus\:tw--translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  .md\:focus\:tw--translate-y-8:focus{
    --tw-translate-y: -2rem;
  }

  .md\:focus\:tw--translate-y-9:focus{
    --tw-translate-y: -2.25rem;
  }

  .md\:focus\:tw--translate-y-10:focus{
    --tw-translate-y: -2.5rem;
  }

  .md\:focus\:tw--translate-y-11:focus{
    --tw-translate-y: -2.75rem;
  }

  .md\:focus\:tw--translate-y-12:focus{
    --tw-translate-y: -3rem;
  }

  .md\:focus\:tw--translate-y-13:focus{
    --tw-translate-y: -3.25rem;
  }

  .md\:focus\:tw--translate-y-14:focus{
    --tw-translate-y: -3.5rem;
  }

  .md\:focus\:tw--translate-y-16:focus{
    --tw-translate-y: -4rem;
  }

  .md\:focus\:tw--translate-y-20:focus{
    --tw-translate-y: -5rem;
  }

  .md\:focus\:tw--translate-y-24:focus{
    --tw-translate-y: -6rem;
  }

  .md\:focus\:tw--translate-y-28:focus{
    --tw-translate-y: -7rem;
  }

  .md\:focus\:tw--translate-y-32:focus{
    --tw-translate-y: -8rem;
  }

  .md\:focus\:tw--translate-y-36:focus{
    --tw-translate-y: -9rem;
  }

  .md\:focus\:tw--translate-y-40:focus{
    --tw-translate-y: -10rem;
  }

  .md\:focus\:tw--translate-y-44:focus{
    --tw-translate-y: -11rem;
  }

  .md\:focus\:tw--translate-y-48:focus{
    --tw-translate-y: -12rem;
  }

  .md\:focus\:tw--translate-y-52:focus{
    --tw-translate-y: -13rem;
  }

  .md\:focus\:tw--translate-y-56:focus{
    --tw-translate-y: -14rem;
  }

  .md\:focus\:tw--translate-y-60:focus{
    --tw-translate-y: -15rem;
  }

  .md\:focus\:tw--translate-y-64:focus{
    --tw-translate-y: -16rem;
  }

  .md\:focus\:tw--translate-y-72:focus{
    --tw-translate-y: -18rem;
  }

  .md\:focus\:tw--translate-y-80:focus{
    --tw-translate-y: -20rem;
  }

  .md\:focus\:tw--translate-y-96:focus{
    --tw-translate-y: -24rem;
  }

  .md\:focus\:tw--translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  .md\:focus\:tw--translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem;
  }

  .md\:focus\:tw--translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem;
  }

  .md\:focus\:tw--translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem;
  }

  .md\:focus\:tw--translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem;
  }

  .md\:focus\:tw--translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  .md\:focus\:tw--translate-y-3\/2:focus{
    --tw-translate-y: -150%;
  }

  .md\:focus\:tw--translate-y-square:focus{
    --tw-translate-y: -100%;
  }

  .md\:focus\:tw--translate-y-58px:focus{
    --tw-translate-y: -58px;
  }

  .md\:focus\:tw--translate-y-63px:focus{
    --tw-translate-y: -63px;
  }

  .md\:focus\:tw--translate-y-73px:focus{
    --tw-translate-y: -73px;
  }

  .md\:focus\:tw-translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .md\:focus\:tw-translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  .md\:focus\:tw-translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  .md\:focus\:tw-translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  .md\:focus\:tw-translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  .md\:focus\:tw-translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .md\:focus\:tw--translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .md\:focus\:tw--translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  .md\:focus\:tw--translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  .md\:focus\:tw--translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  .md\:focus\:tw--translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  .md\:focus\:tw--translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .md\:tw-skew-x-0{
    --tw-skew-x: 0deg;
  }

  .md\:tw-skew-x-1{
    --tw-skew-x: 1deg;
  }

  .md\:tw-skew-x-2{
    --tw-skew-x: 2deg;
  }

  .md\:tw-skew-x-3{
    --tw-skew-x: 3deg;
  }

  .md\:tw-skew-x-6{
    --tw-skew-x: 6deg;
  }

  .md\:tw-skew-x-12{
    --tw-skew-x: 12deg;
  }

  .md\:tw--skew-x-12{
    --tw-skew-x: -12deg;
  }

  .md\:tw--skew-x-6{
    --tw-skew-x: -6deg;
  }

  .md\:tw--skew-x-3{
    --tw-skew-x: -3deg;
  }

  .md\:tw--skew-x-2{
    --tw-skew-x: -2deg;
  }

  .md\:tw--skew-x-1{
    --tw-skew-x: -1deg;
  }

  .md\:tw-skew-y-0{
    --tw-skew-y: 0deg;
  }

  .md\:tw-skew-y-1{
    --tw-skew-y: 1deg;
  }

  .md\:tw-skew-y-2{
    --tw-skew-y: 2deg;
  }

  .md\:tw-skew-y-3{
    --tw-skew-y: 3deg;
  }

  .md\:tw-skew-y-6{
    --tw-skew-y: 6deg;
  }

  .md\:tw-skew-y-12{
    --tw-skew-y: 12deg;
  }

  .md\:tw--skew-y-12{
    --tw-skew-y: -12deg;
  }

  .md\:tw--skew-y-6{
    --tw-skew-y: -6deg;
  }

  .md\:tw--skew-y-3{
    --tw-skew-y: -3deg;
  }

  .md\:tw--skew-y-2{
    --tw-skew-y: -2deg;
  }

  .md\:tw--skew-y-1{
    --tw-skew-y: -1deg;
  }

  .md\:hover\:tw-skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  .md\:hover\:tw-skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  .md\:hover\:tw-skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  .md\:hover\:tw-skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  .md\:hover\:tw-skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  .md\:hover\:tw-skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  .md\:hover\:tw--skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  .md\:hover\:tw--skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  .md\:hover\:tw--skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  .md\:hover\:tw--skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  .md\:hover\:tw--skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  .md\:hover\:tw-skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  .md\:hover\:tw-skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  .md\:hover\:tw-skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  .md\:hover\:tw-skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  .md\:hover\:tw-skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  .md\:hover\:tw-skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  .md\:hover\:tw--skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  .md\:hover\:tw--skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  .md\:hover\:tw--skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  .md\:hover\:tw--skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  .md\:hover\:tw--skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  .md\:focus\:tw-skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  .md\:focus\:tw-skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  .md\:focus\:tw-skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  .md\:focus\:tw-skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  .md\:focus\:tw-skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  .md\:focus\:tw-skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  .md\:focus\:tw--skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  .md\:focus\:tw--skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  .md\:focus\:tw--skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  .md\:focus\:tw--skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  .md\:focus\:tw--skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  .md\:focus\:tw-skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  .md\:focus\:tw-skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  .md\:focus\:tw-skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  .md\:focus\:tw-skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  .md\:focus\:tw-skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  .md\:focus\:tw-skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  .md\:focus\:tw--skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  .md\:focus\:tw--skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  .md\:focus\:tw--skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  .md\:focus\:tw--skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  .md\:focus\:tw--skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  .md\:tw-transition-none{
    transition-property: none;
  }

  .md\:tw-transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:tw-transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:tw-transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:tw-transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:tw-transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:tw-transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:tw-transition-fade{
    transition-property: visibility, opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:tw-ease-linear{
    transition-timing-function: linear;
  }

  .md\:tw-ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .md\:tw-ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .md\:tw-ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .md\:tw-duration-75{
    transition-duration: 75ms;
  }

  .md\:tw-duration-100{
    transition-duration: 100ms;
  }

  .md\:tw-duration-150{
    transition-duration: 150ms;
  }

  .md\:tw-duration-200{
    transition-duration: 200ms;
  }

  .md\:tw-duration-300{
    transition-duration: 300ms;
  }

  .md\:tw-duration-500{
    transition-duration: 500ms;
  }

  .md\:tw-duration-700{
    transition-duration: 700ms;
  }

  .md\:tw-duration-1000{
    transition-duration: 1000ms;
  }

  .md\:tw-delay-75{
    transition-delay: 75ms;
  }

  .md\:tw-delay-100{
    transition-delay: 100ms;
  }

  .md\:tw-delay-150{
    transition-delay: 150ms;
  }

  .md\:tw-delay-200{
    transition-delay: 200ms;
  }

  .md\:tw-delay-300{
    transition-delay: 300ms;
  }

  .md\:tw-delay-500{
    transition-delay: 500ms;
  }

  .md\:tw-delay-700{
    transition-delay: 700ms;
  }

  .md\:tw-delay-1000{
    transition-delay: 1000ms;
  }

  .md\:tw-animate-none{
    animation: none;
  }

  .md\:tw-animate-spin{
    animation: tw-spin 1s linear infinite;
  }

  .md\:tw-animate-ping{
    animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .md\:tw-animate-pulse{
    animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .md\:tw-animate-bounce{
    animation: tw-bounce 1s infinite;
  }
}

@media (min-width: 1024px){
  .lg\:tw-container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 576px){
    .lg\:tw-container{
      max-width: 576px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

  @media (min-width: 768px){
    .lg\:tw-container{
      max-width: 768px;
      padding-right: 3rem;
      padding-left: 3rem;
    }
  }

  @media (min-width: 1024px){
    .lg\:tw-container{
      max-width: 1024px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1366px){
    .lg\:tw-container{
      max-width: 1366px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1440px){
    .lg\:tw-container{
      max-width: 1440px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1600px){
    .lg\:tw-container{
      max-width: 1600px;
      padding-right: 6rem;
      padding-left: 6rem;
    }
  }

  .lg\:tw-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .lg\:tw-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .lg\:tw-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .lg\:tw-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .lg\:tw-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .lg\:tw-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .lg\:tw-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .lg\:tw-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .lg\:tw-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .lg\:tw-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .lg\:tw-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .lg\:tw-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  .lg\:tw-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .lg\:tw-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw-space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--tw-space-y-reverse));
  }

  .lg\:tw-space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .lg\:tw-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .lg\:tw-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .lg\:tw-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .lg\:tw-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .lg\:tw-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .lg\:tw-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .lg\:tw-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .lg\:tw-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .lg\:tw-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  .lg\:tw-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .lg\:tw-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .lg\:tw-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  .lg\:tw-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .lg\:tw-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  .lg\:tw-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .lg\:tw-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  .lg\:tw-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .lg\:tw-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
  }

  .lg\:tw-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  .lg\:tw-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .lg\:tw-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .lg\:tw-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw-space-y-2\/3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(66.666% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(66.666% * var(--tw-space-y-reverse));
  }

  .lg\:tw-space-x-2\/3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(66.666% * var(--tw-space-x-reverse));
    margin-left: calc(66.666% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw-space-y-3\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(150% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(150% * var(--tw-space-y-reverse));
  }

  .lg\:tw-space-x-3\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(150% * var(--tw-space-x-reverse));
    margin-left: calc(150% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw-space-y-square > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100% * var(--tw-space-y-reverse));
  }

  .lg\:tw-space-x-square > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(100% * var(--tw-space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw-space-y-58px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(58px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(58px * var(--tw-space-y-reverse));
  }

  .lg\:tw-space-x-58px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(58px * var(--tw-space-x-reverse));
    margin-left: calc(58px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw-space-y-63px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(63px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(63px * var(--tw-space-y-reverse));
  }

  .lg\:tw-space-x-63px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(63px * var(--tw-space-x-reverse));
    margin-left: calc(63px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw-space-y-73px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(73.px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(73.px * var(--tw-space-y-reverse));
  }

  .lg\:tw-space-x-73px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(73.px * var(--tw-space-x-reverse));
    margin-left: calc(73.px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw--space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .lg\:tw--space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw--space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .lg\:tw--space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw--space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .lg\:tw--space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw--space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .lg\:tw--space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw--space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .lg\:tw--space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw--space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .lg\:tw--space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw--space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .lg\:tw--space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw--space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .lg\:tw--space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw--space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .lg\:tw--space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw--space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  .lg\:tw--space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw--space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  .lg\:tw--space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw--space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  .lg\:tw--space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw--space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .lg\:tw--space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw--space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--tw-space-y-reverse));
  }

  .lg\:tw--space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw--space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  .lg\:tw--space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw--space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .lg\:tw--space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw--space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .lg\:tw--space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw--space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  .lg\:tw--space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw--space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .lg\:tw--space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw--space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .lg\:tw--space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw--space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .lg\:tw--space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw--space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .lg\:tw--space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw--space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .lg\:tw--space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw--space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  .lg\:tw--space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw--space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .lg\:tw--space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw--space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .lg\:tw--space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw--space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  .lg\:tw--space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw--space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .lg\:tw--space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw--space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  .lg\:tw--space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw--space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .lg\:tw--space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw--space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  .lg\:tw--space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw--space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .lg\:tw--space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw--space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
  }

  .lg\:tw--space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw--space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  .lg\:tw--space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw--space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  .lg\:tw--space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw--space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .lg\:tw--space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw--space-y-2\/3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-66.666% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-66.666% * var(--tw-space-y-reverse));
  }

  .lg\:tw--space-x-2\/3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-66.666% * var(--tw-space-x-reverse));
    margin-left: calc(-66.666% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw--space-y-3\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-150% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-150% * var(--tw-space-y-reverse));
  }

  .lg\:tw--space-x-3\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-150% * var(--tw-space-x-reverse));
    margin-left: calc(-150% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw--space-y-square > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-100% * var(--tw-space-y-reverse));
  }

  .lg\:tw--space-x-square > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-100% * var(--tw-space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw--space-y-58px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-58px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-58px * var(--tw-space-y-reverse));
  }

  .lg\:tw--space-x-58px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-58px * var(--tw-space-x-reverse));
    margin-left: calc(-58px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw--space-y-63px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-63px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-63px * var(--tw-space-y-reverse));
  }

  .lg\:tw--space-x-63px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-63px * var(--tw-space-x-reverse));
    margin-left: calc(-63px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw--space-y-73px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-73px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-73px * var(--tw-space-y-reverse));
  }

  .lg\:tw--space-x-73px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-73px * var(--tw-space-x-reverse));
    margin-left: calc(-73px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw-space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .lg\:tw-space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .lg\:tw-divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .lg\:tw-divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:tw-divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .lg\:tw-divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:tw-divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .lg\:tw-divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:tw-divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .lg\:tw-divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:tw-divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .lg\:tw-divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:tw-divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .lg\:tw-divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .lg\:tw-divide-brand-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-divide-opacity));
  }

  .lg\:tw-divide-brand-orange-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-divide-opacity));
  }

  .lg\:tw-divide-brand-orange-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-divide-opacity));
  }

  .lg\:tw-divide-brand-blue > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-divide-opacity));
  }

  .lg\:tw-divide-brand-blue-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-divide-opacity));
  }

  .lg\:tw-divide-brand-blue-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-divide-opacity));
  }

  .lg\:tw-divide-brand-yellow > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(228, 182, 32, var(--tw-divide-opacity));
  }

  .lg\:tw-divide-brand-green > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(141, 192, 85, var(--tw-divide-opacity));
  }

  .lg\:tw-divide-brand-pink > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(201, 69, 120, var(--tw-divide-opacity));
  }

  .lg\:tw-divide-brand-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(187, 0, 52, var(--tw-divide-opacity));
  }

  .lg\:tw-divide-brand-turquesa > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(60, 180, 151, var(--tw-divide-opacity));
  }

  .lg\:tw-divide-gray-lighter > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .lg\:tw-divide-gray-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-divide-opacity));
  }

  .lg\:tw-divide-gray-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-divide-opacity));
  }

  .lg\:tw-divide-gray-darker > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-divide-opacity));
  }

  .lg\:tw-divide-gray-medium > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(118, 118, 118, var(--tw-divide-opacity));
  }

  .lg\:tw-divide-gray-mid > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(147, 147, 147, var(--tw-divide-opacity));
  }

  .lg\:tw-divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .lg\:tw-divide-primary > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-divide-opacity));
  }

  .lg\:tw-divide-primary-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-divide-opacity));
  }

  .lg\:tw-divide-primary-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-divide-opacity));
  }

  .lg\:tw-divide-secondary > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-divide-opacity));
  }

  .lg\:tw-divide-secondary-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-divide-opacity));
  }

  .lg\:tw-divide-secondary-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-divide-opacity));
  }

  .lg\:tw-divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .lg\:tw-divide-hyperlinks > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(16, 106, 163, var(--tw-divide-opacity));
  }

  .lg\:tw-divide-hyperlinks-visited > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(127, 31, 125, var(--tw-divide-opacity));
  }

  .lg\:tw-divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .lg\:tw-divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .lg\:tw-divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .lg\:tw-divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .lg\:tw-divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .lg\:tw-divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .lg\:tw-divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .lg\:tw-divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  .lg\:tw-divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1;
  }

  .lg\:tw-divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  .lg\:tw-divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .lg\:tw-divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  .lg\:tw-divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  .lg\:tw-divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  .lg\:tw-divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  .lg\:tw-divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  .lg\:tw-divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .lg\:tw-divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8;
  }

  .lg\:tw-divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  .lg\:tw-divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  .lg\:tw-divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  .lg\:tw-sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:tw-not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:focus-within\:tw-sr-only:focus-within{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:focus-within\:tw-not-sr-only:focus-within{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:hover\:tw-sr-only:hover{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:hover\:tw-not-sr-only:hover{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:focus\:tw-sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:focus\:tw-not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:active\:tw-sr-only:active{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:active\:tw-not-sr-only:active{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:tw-appearance-none{
    -webkit-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-clip-border{
    background-clip: border-box;
  }

  .lg\:tw-bg-clip-padding{
    background-clip: padding-box;
  }

  .lg\:tw-bg-clip-content{
    background-clip: content-box;
  }

  .lg\:tw-bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .lg\:tw-bg-brand-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .lg\:tw-bg-brand-orange-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .lg\:tw-bg-brand-orange-light{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .lg\:tw-bg-brand-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .lg\:tw-bg-brand-blue-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .lg\:tw-bg-brand-blue-light{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .lg\:tw-bg-brand-yellow{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 182, 32, var(--tw-bg-opacity));
  }

  .lg\:tw-bg-brand-green{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 192, 85, var(--tw-bg-opacity));
  }

  .lg\:tw-bg-brand-pink{
    --tw-bg-opacity: 1;
    background-color: rgba(201, 69, 120, var(--tw-bg-opacity));
  }

  .lg\:tw-bg-brand-red{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 0, 52, var(--tw-bg-opacity));
  }

  .lg\:tw-bg-brand-turquesa{
    --tw-bg-opacity: 1;
    background-color: rgba(60, 180, 151, var(--tw-bg-opacity));
  }

  .lg\:tw-bg-gray-lighter{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .lg\:tw-bg-gray-light{
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .lg\:tw-bg-gray-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  .lg\:tw-bg-gray-darker{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .lg\:tw-bg-gray-medium{
    --tw-bg-opacity: 1;
    background-color: rgba(118, 118, 118, var(--tw-bg-opacity));
  }

  .lg\:tw-bg-gray-mid{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 147, 147, var(--tw-bg-opacity));
  }

  .lg\:tw-bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:tw-bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .lg\:tw-bg-primary-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .lg\:tw-bg-primary-light{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .lg\:tw-bg-secondary{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .lg\:tw-bg-secondary-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .lg\:tw-bg-secondary-light{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .lg\:tw-bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:tw-bg-hyperlinks{
    --tw-bg-opacity: 1;
    background-color: rgba(16, 106, 163, var(--tw-bg-opacity));
  }

  .lg\:tw-bg-hyperlinks-visited{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 31, 125, var(--tw-bg-opacity));
  }

  .lg\:tw-bg-transparent{
    background-color: transparent;
  }

  .lg\:odd\:tw-bg-brand-orange:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .lg\:odd\:tw-bg-brand-orange-dark:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .lg\:odd\:tw-bg-brand-orange-light:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .lg\:odd\:tw-bg-brand-blue:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .lg\:odd\:tw-bg-brand-blue-dark:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .lg\:odd\:tw-bg-brand-blue-light:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .lg\:odd\:tw-bg-brand-yellow:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(228, 182, 32, var(--tw-bg-opacity));
  }

  .lg\:odd\:tw-bg-brand-green:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(141, 192, 85, var(--tw-bg-opacity));
  }

  .lg\:odd\:tw-bg-brand-pink:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(201, 69, 120, var(--tw-bg-opacity));
  }

  .lg\:odd\:tw-bg-brand-red:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(187, 0, 52, var(--tw-bg-opacity));
  }

  .lg\:odd\:tw-bg-brand-turquesa:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(60, 180, 151, var(--tw-bg-opacity));
  }

  .lg\:odd\:tw-bg-gray-lighter:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .lg\:odd\:tw-bg-gray-light:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .lg\:odd\:tw-bg-gray-dark:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  .lg\:odd\:tw-bg-gray-darker:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .lg\:odd\:tw-bg-gray-medium:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(118, 118, 118, var(--tw-bg-opacity));
  }

  .lg\:odd\:tw-bg-gray-mid:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(147, 147, 147, var(--tw-bg-opacity));
  }

  .lg\:odd\:tw-bg-black:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:odd\:tw-bg-primary:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .lg\:odd\:tw-bg-primary-dark:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .lg\:odd\:tw-bg-primary-light:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .lg\:odd\:tw-bg-secondary:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .lg\:odd\:tw-bg-secondary-dark:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .lg\:odd\:tw-bg-secondary-light:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .lg\:odd\:tw-bg-white:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:odd\:tw-bg-hyperlinks:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(16, 106, 163, var(--tw-bg-opacity));
  }

  .lg\:odd\:tw-bg-hyperlinks-visited:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(127, 31, 125, var(--tw-bg-opacity));
  }

  .lg\:odd\:tw-bg-transparent:nth-child(odd){
    background-color: transparent;
  }

  .lg\:even\:tw-bg-brand-orange:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .lg\:even\:tw-bg-brand-orange-dark:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .lg\:even\:tw-bg-brand-orange-light:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .lg\:even\:tw-bg-brand-blue:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .lg\:even\:tw-bg-brand-blue-dark:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .lg\:even\:tw-bg-brand-blue-light:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .lg\:even\:tw-bg-brand-yellow:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(228, 182, 32, var(--tw-bg-opacity));
  }

  .lg\:even\:tw-bg-brand-green:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(141, 192, 85, var(--tw-bg-opacity));
  }

  .lg\:even\:tw-bg-brand-pink:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(201, 69, 120, var(--tw-bg-opacity));
  }

  .lg\:even\:tw-bg-brand-red:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(187, 0, 52, var(--tw-bg-opacity));
  }

  .lg\:even\:tw-bg-brand-turquesa:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(60, 180, 151, var(--tw-bg-opacity));
  }

  .lg\:even\:tw-bg-gray-lighter:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .lg\:even\:tw-bg-gray-light:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .lg\:even\:tw-bg-gray-dark:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  .lg\:even\:tw-bg-gray-darker:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .lg\:even\:tw-bg-gray-medium:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(118, 118, 118, var(--tw-bg-opacity));
  }

  .lg\:even\:tw-bg-gray-mid:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(147, 147, 147, var(--tw-bg-opacity));
  }

  .lg\:even\:tw-bg-black:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:even\:tw-bg-primary:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .lg\:even\:tw-bg-primary-dark:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .lg\:even\:tw-bg-primary-light:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .lg\:even\:tw-bg-secondary:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .lg\:even\:tw-bg-secondary-dark:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .lg\:even\:tw-bg-secondary-light:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .lg\:even\:tw-bg-white:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:even\:tw-bg-hyperlinks:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(16, 106, 163, var(--tw-bg-opacity));
  }

  .lg\:even\:tw-bg-hyperlinks-visited:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(127, 31, 125, var(--tw-bg-opacity));
  }

  .lg\:even\:tw-bg-transparent:nth-child(even){
    background-color: transparent;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-brand-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-brand-orange-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-brand-orange-light{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-brand-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-brand-blue-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-brand-blue-light{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-brand-yellow{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 182, 32, var(--tw-bg-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-brand-green{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 192, 85, var(--tw-bg-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-brand-pink{
    --tw-bg-opacity: 1;
    background-color: rgba(201, 69, 120, var(--tw-bg-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-brand-red{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 0, 52, var(--tw-bg-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-brand-turquesa{
    --tw-bg-opacity: 1;
    background-color: rgba(60, 180, 151, var(--tw-bg-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-gray-lighter{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-gray-light{
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-gray-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-gray-darker{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-gray-medium{
    --tw-bg-opacity: 1;
    background-color: rgba(118, 118, 118, var(--tw-bg-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-gray-mid{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 147, 147, var(--tw-bg-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-primary-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-primary-light{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-secondary{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-secondary-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-secondary-light{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-hyperlinks{
    --tw-bg-opacity: 1;
    background-color: rgba(16, 106, 163, var(--tw-bg-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-hyperlinks-visited{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 31, 125, var(--tw-bg-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-transparent{
    background-color: transparent;
  }

  .lg\:focus-within\:tw-bg-brand-orange:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:tw-bg-brand-orange-dark:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:tw-bg-brand-orange-light:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:tw-bg-brand-blue:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:tw-bg-brand-blue-dark:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:tw-bg-brand-blue-light:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:tw-bg-brand-yellow:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 182, 32, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:tw-bg-brand-green:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 192, 85, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:tw-bg-brand-pink:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(201, 69, 120, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:tw-bg-brand-red:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 0, 52, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:tw-bg-brand-turquesa:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(60, 180, 151, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:tw-bg-gray-lighter:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:tw-bg-gray-light:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:tw-bg-gray-dark:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:tw-bg-gray-darker:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:tw-bg-gray-medium:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(118, 118, 118, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:tw-bg-gray-mid:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 147, 147, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:tw-bg-black:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:tw-bg-primary:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:tw-bg-primary-dark:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:tw-bg-primary-light:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:tw-bg-secondary:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:tw-bg-secondary-dark:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:tw-bg-secondary-light:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:tw-bg-white:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:tw-bg-hyperlinks:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(16, 106, 163, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:tw-bg-hyperlinks-visited:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 31, 125, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:tw-bg-transparent:focus-within{
    background-color: transparent;
  }

  .lg\:hover\:tw-bg-brand-orange:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .lg\:hover\:tw-bg-brand-orange-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .lg\:hover\:tw-bg-brand-orange-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .lg\:hover\:tw-bg-brand-blue:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .lg\:hover\:tw-bg-brand-blue-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .lg\:hover\:tw-bg-brand-blue-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .lg\:hover\:tw-bg-brand-yellow:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 182, 32, var(--tw-bg-opacity));
  }

  .lg\:hover\:tw-bg-brand-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 192, 85, var(--tw-bg-opacity));
  }

  .lg\:hover\:tw-bg-brand-pink:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(201, 69, 120, var(--tw-bg-opacity));
  }

  .lg\:hover\:tw-bg-brand-red:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 0, 52, var(--tw-bg-opacity));
  }

  .lg\:hover\:tw-bg-brand-turquesa:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(60, 180, 151, var(--tw-bg-opacity));
  }

  .lg\:hover\:tw-bg-gray-lighter:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .lg\:hover\:tw-bg-gray-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .lg\:hover\:tw-bg-gray-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  .lg\:hover\:tw-bg-gray-darker:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .lg\:hover\:tw-bg-gray-medium:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(118, 118, 118, var(--tw-bg-opacity));
  }

  .lg\:hover\:tw-bg-gray-mid:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 147, 147, var(--tw-bg-opacity));
  }

  .lg\:hover\:tw-bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:hover\:tw-bg-primary:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .lg\:hover\:tw-bg-primary-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .lg\:hover\:tw-bg-primary-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .lg\:hover\:tw-bg-secondary:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .lg\:hover\:tw-bg-secondary-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .lg\:hover\:tw-bg-secondary-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .lg\:hover\:tw-bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:tw-bg-hyperlinks:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(16, 106, 163, var(--tw-bg-opacity));
  }

  .lg\:hover\:tw-bg-hyperlinks-visited:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 31, 125, var(--tw-bg-opacity));
  }

  .lg\:hover\:tw-bg-transparent:hover{
    background-color: transparent;
  }

  .lg\:focus\:tw-bg-brand-orange:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .lg\:focus\:tw-bg-brand-orange-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .lg\:focus\:tw-bg-brand-orange-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .lg\:focus\:tw-bg-brand-blue:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .lg\:focus\:tw-bg-brand-blue-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .lg\:focus\:tw-bg-brand-blue-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .lg\:focus\:tw-bg-brand-yellow:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 182, 32, var(--tw-bg-opacity));
  }

  .lg\:focus\:tw-bg-brand-green:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 192, 85, var(--tw-bg-opacity));
  }

  .lg\:focus\:tw-bg-brand-pink:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(201, 69, 120, var(--tw-bg-opacity));
  }

  .lg\:focus\:tw-bg-brand-red:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 0, 52, var(--tw-bg-opacity));
  }

  .lg\:focus\:tw-bg-brand-turquesa:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(60, 180, 151, var(--tw-bg-opacity));
  }

  .lg\:focus\:tw-bg-gray-lighter:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .lg\:focus\:tw-bg-gray-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .lg\:focus\:tw-bg-gray-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  .lg\:focus\:tw-bg-gray-darker:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .lg\:focus\:tw-bg-gray-medium:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(118, 118, 118, var(--tw-bg-opacity));
  }

  .lg\:focus\:tw-bg-gray-mid:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 147, 147, var(--tw-bg-opacity));
  }

  .lg\:focus\:tw-bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:focus\:tw-bg-primary:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .lg\:focus\:tw-bg-primary-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .lg\:focus\:tw-bg-primary-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .lg\:focus\:tw-bg-secondary:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .lg\:focus\:tw-bg-secondary-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .lg\:focus\:tw-bg-secondary-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .lg\:focus\:tw-bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:tw-bg-hyperlinks:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(16, 106, 163, var(--tw-bg-opacity));
  }

  .lg\:focus\:tw-bg-hyperlinks-visited:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 31, 125, var(--tw-bg-opacity));
  }

  .lg\:focus\:tw-bg-transparent:focus{
    background-color: transparent;
  }

  .lg\:tw-bg-none{
    background-image: none;
  }

  .lg\:tw-bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .lg\:tw-bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .lg\:tw-bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .lg\:tw-bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .lg\:tw-bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .lg\:tw-bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .lg\:tw-bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .lg\:tw-bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .lg\:tw-from-brand-orange{
    --tw-gradient-from: #E35100;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .lg\:tw-from-brand-orange-dark{
    --tw-gradient-from: #C04400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .lg\:tw-from-brand-orange-light{
    --tw-gradient-from: #F38D25;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .lg\:tw-from-brand-blue{
    --tw-gradient-from: #005272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .lg\:tw-from-brand-blue-dark{
    --tw-gradient-from: #3F83A3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .lg\:tw-from-brand-blue-light{
    --tw-gradient-from: #4F99BB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .lg\:tw-from-brand-yellow{
    --tw-gradient-from: #E4B620;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 182, 32, 0));
  }

  .lg\:tw-from-brand-green{
    --tw-gradient-from: #8DC055;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 192, 85, 0));
  }

  .lg\:tw-from-brand-pink{
    --tw-gradient-from: #C94578;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 69, 120, 0));
  }

  .lg\:tw-from-brand-red{
    --tw-gradient-from: #BB0034;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 0, 52, 0));
  }

  .lg\:tw-from-brand-turquesa{
    --tw-gradient-from: #3cb497;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 180, 151, 0));
  }

  .lg\:tw-from-gray-lighter{
    --tw-gradient-from: #F5F5F5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .lg\:tw-from-gray-light{
    --tw-gradient-from: #dadada;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .lg\:tw-from-gray-dark{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  .lg\:tw-from-gray-darker{
    --tw-gradient-from: #222222;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .lg\:tw-from-gray-medium{
    --tw-gradient-from: #767676;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(118, 118, 118, 0));
  }

  .lg\:tw-from-gray-mid{
    --tw-gradient-from: #939393;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 147, 147, 0));
  }

  .lg\:tw-from-black{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:tw-from-primary{
    --tw-gradient-from: #E35100;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .lg\:tw-from-primary-dark{
    --tw-gradient-from: #C04400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .lg\:tw-from-primary-light{
    --tw-gradient-from: #F38D25;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .lg\:tw-from-secondary{
    --tw-gradient-from: #005272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .lg\:tw-from-secondary-dark{
    --tw-gradient-from: #3F83A3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .lg\:tw-from-secondary-light{
    --tw-gradient-from: #4F99BB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .lg\:tw-from-white{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:tw-from-hyperlinks{
    --tw-gradient-from: #106AA3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 106, 163, 0));
  }

  .lg\:tw-from-hyperlinks-visited{
    --tw-gradient-from: #7F1F7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 31, 125, 0));
  }

  .lg\:tw-from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:tw-via-brand-orange{
    --tw-gradient-stops: var(--tw-gradient-from), #E35100, var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .lg\:tw-via-brand-orange-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #C04400, var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .lg\:tw-via-brand-orange-light{
    --tw-gradient-stops: var(--tw-gradient-from), #F38D25, var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .lg\:tw-via-brand-blue{
    --tw-gradient-stops: var(--tw-gradient-from), #005272, var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .lg\:tw-via-brand-blue-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #3F83A3, var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .lg\:tw-via-brand-blue-light{
    --tw-gradient-stops: var(--tw-gradient-from), #4F99BB, var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .lg\:tw-via-brand-yellow{
    --tw-gradient-stops: var(--tw-gradient-from), #E4B620, var(--tw-gradient-to, rgba(228, 182, 32, 0));
  }

  .lg\:tw-via-brand-green{
    --tw-gradient-stops: var(--tw-gradient-from), #8DC055, var(--tw-gradient-to, rgba(141, 192, 85, 0));
  }

  .lg\:tw-via-brand-pink{
    --tw-gradient-stops: var(--tw-gradient-from), #C94578, var(--tw-gradient-to, rgba(201, 69, 120, 0));
  }

  .lg\:tw-via-brand-red{
    --tw-gradient-stops: var(--tw-gradient-from), #BB0034, var(--tw-gradient-to, rgba(187, 0, 52, 0));
  }

  .lg\:tw-via-brand-turquesa{
    --tw-gradient-stops: var(--tw-gradient-from), #3cb497, var(--tw-gradient-to, rgba(60, 180, 151, 0));
  }

  .lg\:tw-via-gray-lighter{
    --tw-gradient-stops: var(--tw-gradient-from), #F5F5F5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .lg\:tw-via-gray-light{
    --tw-gradient-stops: var(--tw-gradient-from), #dadada, var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .lg\:tw-via-gray-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  .lg\:tw-via-gray-darker{
    --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .lg\:tw-via-gray-medium{
    --tw-gradient-stops: var(--tw-gradient-from), #767676, var(--tw-gradient-to, rgba(118, 118, 118, 0));
  }

  .lg\:tw-via-gray-mid{
    --tw-gradient-stops: var(--tw-gradient-from), #939393, var(--tw-gradient-to, rgba(147, 147, 147, 0));
  }

  .lg\:tw-via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:tw-via-primary{
    --tw-gradient-stops: var(--tw-gradient-from), #E35100, var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .lg\:tw-via-primary-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #C04400, var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .lg\:tw-via-primary-light{
    --tw-gradient-stops: var(--tw-gradient-from), #F38D25, var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .lg\:tw-via-secondary{
    --tw-gradient-stops: var(--tw-gradient-from), #005272, var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .lg\:tw-via-secondary-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #3F83A3, var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .lg\:tw-via-secondary-light{
    --tw-gradient-stops: var(--tw-gradient-from), #4F99BB, var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .lg\:tw-via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:tw-via-hyperlinks{
    --tw-gradient-stops: var(--tw-gradient-from), #106AA3, var(--tw-gradient-to, rgba(16, 106, 163, 0));
  }

  .lg\:tw-via-hyperlinks-visited{
    --tw-gradient-stops: var(--tw-gradient-from), #7F1F7D, var(--tw-gradient-to, rgba(127, 31, 125, 0));
  }

  .lg\:tw-via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:tw-to-brand-orange{
    --tw-gradient-to: #E35100;
  }

  .lg\:tw-to-brand-orange-dark{
    --tw-gradient-to: #C04400;
  }

  .lg\:tw-to-brand-orange-light{
    --tw-gradient-to: #F38D25;
  }

  .lg\:tw-to-brand-blue{
    --tw-gradient-to: #005272;
  }

  .lg\:tw-to-brand-blue-dark{
    --tw-gradient-to: #3F83A3;
  }

  .lg\:tw-to-brand-blue-light{
    --tw-gradient-to: #4F99BB;
  }

  .lg\:tw-to-brand-yellow{
    --tw-gradient-to: #E4B620;
  }

  .lg\:tw-to-brand-green{
    --tw-gradient-to: #8DC055;
  }

  .lg\:tw-to-brand-pink{
    --tw-gradient-to: #C94578;
  }

  .lg\:tw-to-brand-red{
    --tw-gradient-to: #BB0034;
  }

  .lg\:tw-to-brand-turquesa{
    --tw-gradient-to: #3cb497;
  }

  .lg\:tw-to-gray-lighter{
    --tw-gradient-to: #F5F5F5;
  }

  .lg\:tw-to-gray-light{
    --tw-gradient-to: #dadada;
  }

  .lg\:tw-to-gray-dark{
    --tw-gradient-to: #666666;
  }

  .lg\:tw-to-gray-darker{
    --tw-gradient-to: #222222;
  }

  .lg\:tw-to-gray-medium{
    --tw-gradient-to: #767676;
  }

  .lg\:tw-to-gray-mid{
    --tw-gradient-to: #939393;
  }

  .lg\:tw-to-black{
    --tw-gradient-to: #000000;
  }

  .lg\:tw-to-primary{
    --tw-gradient-to: #E35100;
  }

  .lg\:tw-to-primary-dark{
    --tw-gradient-to: #C04400;
  }

  .lg\:tw-to-primary-light{
    --tw-gradient-to: #F38D25;
  }

  .lg\:tw-to-secondary{
    --tw-gradient-to: #005272;
  }

  .lg\:tw-to-secondary-dark{
    --tw-gradient-to: #3F83A3;
  }

  .lg\:tw-to-secondary-light{
    --tw-gradient-to: #4F99BB;
  }

  .lg\:tw-to-white{
    --tw-gradient-to: #FFFFFF;
  }

  .lg\:tw-to-hyperlinks{
    --tw-gradient-to: #106AA3;
  }

  .lg\:tw-to-hyperlinks-visited{
    --tw-gradient-to: #7F1F7D;
  }

  .lg\:tw-to-transparent{
    --tw-gradient-to: transparent;
  }

  .lg\:hover\:tw-from-brand-orange:hover{
    --tw-gradient-from: #E35100;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .lg\:hover\:tw-from-brand-orange-dark:hover{
    --tw-gradient-from: #C04400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .lg\:hover\:tw-from-brand-orange-light:hover{
    --tw-gradient-from: #F38D25;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .lg\:hover\:tw-from-brand-blue:hover{
    --tw-gradient-from: #005272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .lg\:hover\:tw-from-brand-blue-dark:hover{
    --tw-gradient-from: #3F83A3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .lg\:hover\:tw-from-brand-blue-light:hover{
    --tw-gradient-from: #4F99BB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .lg\:hover\:tw-from-brand-yellow:hover{
    --tw-gradient-from: #E4B620;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 182, 32, 0));
  }

  .lg\:hover\:tw-from-brand-green:hover{
    --tw-gradient-from: #8DC055;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 192, 85, 0));
  }

  .lg\:hover\:tw-from-brand-pink:hover{
    --tw-gradient-from: #C94578;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 69, 120, 0));
  }

  .lg\:hover\:tw-from-brand-red:hover{
    --tw-gradient-from: #BB0034;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 0, 52, 0));
  }

  .lg\:hover\:tw-from-brand-turquesa:hover{
    --tw-gradient-from: #3cb497;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 180, 151, 0));
  }

  .lg\:hover\:tw-from-gray-lighter:hover{
    --tw-gradient-from: #F5F5F5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .lg\:hover\:tw-from-gray-light:hover{
    --tw-gradient-from: #dadada;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .lg\:hover\:tw-from-gray-dark:hover{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  .lg\:hover\:tw-from-gray-darker:hover{
    --tw-gradient-from: #222222;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .lg\:hover\:tw-from-gray-medium:hover{
    --tw-gradient-from: #767676;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(118, 118, 118, 0));
  }

  .lg\:hover\:tw-from-gray-mid:hover{
    --tw-gradient-from: #939393;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 147, 147, 0));
  }

  .lg\:hover\:tw-from-black:hover{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:tw-from-primary:hover{
    --tw-gradient-from: #E35100;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .lg\:hover\:tw-from-primary-dark:hover{
    --tw-gradient-from: #C04400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .lg\:hover\:tw-from-primary-light:hover{
    --tw-gradient-from: #F38D25;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .lg\:hover\:tw-from-secondary:hover{
    --tw-gradient-from: #005272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .lg\:hover\:tw-from-secondary-dark:hover{
    --tw-gradient-from: #3F83A3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .lg\:hover\:tw-from-secondary-light:hover{
    --tw-gradient-from: #4F99BB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .lg\:hover\:tw-from-white:hover{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:tw-from-hyperlinks:hover{
    --tw-gradient-from: #106AA3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 106, 163, 0));
  }

  .lg\:hover\:tw-from-hyperlinks-visited:hover{
    --tw-gradient-from: #7F1F7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 31, 125, 0));
  }

  .lg\:hover\:tw-from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:tw-via-brand-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E35100, var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .lg\:hover\:tw-via-brand-orange-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #C04400, var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .lg\:hover\:tw-via-brand-orange-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F38D25, var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .lg\:hover\:tw-via-brand-blue:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #005272, var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .lg\:hover\:tw-via-brand-blue-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3F83A3, var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .lg\:hover\:tw-via-brand-blue-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4F99BB, var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .lg\:hover\:tw-via-brand-yellow:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E4B620, var(--tw-gradient-to, rgba(228, 182, 32, 0));
  }

  .lg\:hover\:tw-via-brand-green:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8DC055, var(--tw-gradient-to, rgba(141, 192, 85, 0));
  }

  .lg\:hover\:tw-via-brand-pink:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #C94578, var(--tw-gradient-to, rgba(201, 69, 120, 0));
  }

  .lg\:hover\:tw-via-brand-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #BB0034, var(--tw-gradient-to, rgba(187, 0, 52, 0));
  }

  .lg\:hover\:tw-via-brand-turquesa:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3cb497, var(--tw-gradient-to, rgba(60, 180, 151, 0));
  }

  .lg\:hover\:tw-via-gray-lighter:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F5F5F5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .lg\:hover\:tw-via-gray-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dadada, var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .lg\:hover\:tw-via-gray-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  .lg\:hover\:tw-via-gray-darker:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .lg\:hover\:tw-via-gray-medium:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #767676, var(--tw-gradient-to, rgba(118, 118, 118, 0));
  }

  .lg\:hover\:tw-via-gray-mid:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #939393, var(--tw-gradient-to, rgba(147, 147, 147, 0));
  }

  .lg\:hover\:tw-via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:tw-via-primary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E35100, var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .lg\:hover\:tw-via-primary-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #C04400, var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .lg\:hover\:tw-via-primary-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F38D25, var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .lg\:hover\:tw-via-secondary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #005272, var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .lg\:hover\:tw-via-secondary-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3F83A3, var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .lg\:hover\:tw-via-secondary-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4F99BB, var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .lg\:hover\:tw-via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:tw-via-hyperlinks:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #106AA3, var(--tw-gradient-to, rgba(16, 106, 163, 0));
  }

  .lg\:hover\:tw-via-hyperlinks-visited:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7F1F7D, var(--tw-gradient-to, rgba(127, 31, 125, 0));
  }

  .lg\:hover\:tw-via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:tw-to-brand-orange:hover{
    --tw-gradient-to: #E35100;
  }

  .lg\:hover\:tw-to-brand-orange-dark:hover{
    --tw-gradient-to: #C04400;
  }

  .lg\:hover\:tw-to-brand-orange-light:hover{
    --tw-gradient-to: #F38D25;
  }

  .lg\:hover\:tw-to-brand-blue:hover{
    --tw-gradient-to: #005272;
  }

  .lg\:hover\:tw-to-brand-blue-dark:hover{
    --tw-gradient-to: #3F83A3;
  }

  .lg\:hover\:tw-to-brand-blue-light:hover{
    --tw-gradient-to: #4F99BB;
  }

  .lg\:hover\:tw-to-brand-yellow:hover{
    --tw-gradient-to: #E4B620;
  }

  .lg\:hover\:tw-to-brand-green:hover{
    --tw-gradient-to: #8DC055;
  }

  .lg\:hover\:tw-to-brand-pink:hover{
    --tw-gradient-to: #C94578;
  }

  .lg\:hover\:tw-to-brand-red:hover{
    --tw-gradient-to: #BB0034;
  }

  .lg\:hover\:tw-to-brand-turquesa:hover{
    --tw-gradient-to: #3cb497;
  }

  .lg\:hover\:tw-to-gray-lighter:hover{
    --tw-gradient-to: #F5F5F5;
  }

  .lg\:hover\:tw-to-gray-light:hover{
    --tw-gradient-to: #dadada;
  }

  .lg\:hover\:tw-to-gray-dark:hover{
    --tw-gradient-to: #666666;
  }

  .lg\:hover\:tw-to-gray-darker:hover{
    --tw-gradient-to: #222222;
  }

  .lg\:hover\:tw-to-gray-medium:hover{
    --tw-gradient-to: #767676;
  }

  .lg\:hover\:tw-to-gray-mid:hover{
    --tw-gradient-to: #939393;
  }

  .lg\:hover\:tw-to-black:hover{
    --tw-gradient-to: #000000;
  }

  .lg\:hover\:tw-to-primary:hover{
    --tw-gradient-to: #E35100;
  }

  .lg\:hover\:tw-to-primary-dark:hover{
    --tw-gradient-to: #C04400;
  }

  .lg\:hover\:tw-to-primary-light:hover{
    --tw-gradient-to: #F38D25;
  }

  .lg\:hover\:tw-to-secondary:hover{
    --tw-gradient-to: #005272;
  }

  .lg\:hover\:tw-to-secondary-dark:hover{
    --tw-gradient-to: #3F83A3;
  }

  .lg\:hover\:tw-to-secondary-light:hover{
    --tw-gradient-to: #4F99BB;
  }

  .lg\:hover\:tw-to-white:hover{
    --tw-gradient-to: #FFFFFF;
  }

  .lg\:hover\:tw-to-hyperlinks:hover{
    --tw-gradient-to: #106AA3;
  }

  .lg\:hover\:tw-to-hyperlinks-visited:hover{
    --tw-gradient-to: #7F1F7D;
  }

  .lg\:hover\:tw-to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .lg\:focus\:tw-from-brand-orange:focus{
    --tw-gradient-from: #E35100;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .lg\:focus\:tw-from-brand-orange-dark:focus{
    --tw-gradient-from: #C04400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .lg\:focus\:tw-from-brand-orange-light:focus{
    --tw-gradient-from: #F38D25;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .lg\:focus\:tw-from-brand-blue:focus{
    --tw-gradient-from: #005272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .lg\:focus\:tw-from-brand-blue-dark:focus{
    --tw-gradient-from: #3F83A3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .lg\:focus\:tw-from-brand-blue-light:focus{
    --tw-gradient-from: #4F99BB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .lg\:focus\:tw-from-brand-yellow:focus{
    --tw-gradient-from: #E4B620;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 182, 32, 0));
  }

  .lg\:focus\:tw-from-brand-green:focus{
    --tw-gradient-from: #8DC055;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 192, 85, 0));
  }

  .lg\:focus\:tw-from-brand-pink:focus{
    --tw-gradient-from: #C94578;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 69, 120, 0));
  }

  .lg\:focus\:tw-from-brand-red:focus{
    --tw-gradient-from: #BB0034;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 0, 52, 0));
  }

  .lg\:focus\:tw-from-brand-turquesa:focus{
    --tw-gradient-from: #3cb497;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 180, 151, 0));
  }

  .lg\:focus\:tw-from-gray-lighter:focus{
    --tw-gradient-from: #F5F5F5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .lg\:focus\:tw-from-gray-light:focus{
    --tw-gradient-from: #dadada;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .lg\:focus\:tw-from-gray-dark:focus{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  .lg\:focus\:tw-from-gray-darker:focus{
    --tw-gradient-from: #222222;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .lg\:focus\:tw-from-gray-medium:focus{
    --tw-gradient-from: #767676;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(118, 118, 118, 0));
  }

  .lg\:focus\:tw-from-gray-mid:focus{
    --tw-gradient-from: #939393;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 147, 147, 0));
  }

  .lg\:focus\:tw-from-black:focus{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:tw-from-primary:focus{
    --tw-gradient-from: #E35100;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .lg\:focus\:tw-from-primary-dark:focus{
    --tw-gradient-from: #C04400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .lg\:focus\:tw-from-primary-light:focus{
    --tw-gradient-from: #F38D25;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .lg\:focus\:tw-from-secondary:focus{
    --tw-gradient-from: #005272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .lg\:focus\:tw-from-secondary-dark:focus{
    --tw-gradient-from: #3F83A3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .lg\:focus\:tw-from-secondary-light:focus{
    --tw-gradient-from: #4F99BB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .lg\:focus\:tw-from-white:focus{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:tw-from-hyperlinks:focus{
    --tw-gradient-from: #106AA3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 106, 163, 0));
  }

  .lg\:focus\:tw-from-hyperlinks-visited:focus{
    --tw-gradient-from: #7F1F7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 31, 125, 0));
  }

  .lg\:focus\:tw-from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:tw-via-brand-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E35100, var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .lg\:focus\:tw-via-brand-orange-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #C04400, var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .lg\:focus\:tw-via-brand-orange-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F38D25, var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .lg\:focus\:tw-via-brand-blue:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #005272, var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .lg\:focus\:tw-via-brand-blue-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3F83A3, var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .lg\:focus\:tw-via-brand-blue-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4F99BB, var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .lg\:focus\:tw-via-brand-yellow:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E4B620, var(--tw-gradient-to, rgba(228, 182, 32, 0));
  }

  .lg\:focus\:tw-via-brand-green:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8DC055, var(--tw-gradient-to, rgba(141, 192, 85, 0));
  }

  .lg\:focus\:tw-via-brand-pink:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #C94578, var(--tw-gradient-to, rgba(201, 69, 120, 0));
  }

  .lg\:focus\:tw-via-brand-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #BB0034, var(--tw-gradient-to, rgba(187, 0, 52, 0));
  }

  .lg\:focus\:tw-via-brand-turquesa:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3cb497, var(--tw-gradient-to, rgba(60, 180, 151, 0));
  }

  .lg\:focus\:tw-via-gray-lighter:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F5F5F5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .lg\:focus\:tw-via-gray-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dadada, var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .lg\:focus\:tw-via-gray-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  .lg\:focus\:tw-via-gray-darker:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .lg\:focus\:tw-via-gray-medium:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #767676, var(--tw-gradient-to, rgba(118, 118, 118, 0));
  }

  .lg\:focus\:tw-via-gray-mid:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #939393, var(--tw-gradient-to, rgba(147, 147, 147, 0));
  }

  .lg\:focus\:tw-via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:tw-via-primary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E35100, var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .lg\:focus\:tw-via-primary-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #C04400, var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .lg\:focus\:tw-via-primary-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F38D25, var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .lg\:focus\:tw-via-secondary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #005272, var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .lg\:focus\:tw-via-secondary-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3F83A3, var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .lg\:focus\:tw-via-secondary-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4F99BB, var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .lg\:focus\:tw-via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:tw-via-hyperlinks:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #106AA3, var(--tw-gradient-to, rgba(16, 106, 163, 0));
  }

  .lg\:focus\:tw-via-hyperlinks-visited:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7F1F7D, var(--tw-gradient-to, rgba(127, 31, 125, 0));
  }

  .lg\:focus\:tw-via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:tw-to-brand-orange:focus{
    --tw-gradient-to: #E35100;
  }

  .lg\:focus\:tw-to-brand-orange-dark:focus{
    --tw-gradient-to: #C04400;
  }

  .lg\:focus\:tw-to-brand-orange-light:focus{
    --tw-gradient-to: #F38D25;
  }

  .lg\:focus\:tw-to-brand-blue:focus{
    --tw-gradient-to: #005272;
  }

  .lg\:focus\:tw-to-brand-blue-dark:focus{
    --tw-gradient-to: #3F83A3;
  }

  .lg\:focus\:tw-to-brand-blue-light:focus{
    --tw-gradient-to: #4F99BB;
  }

  .lg\:focus\:tw-to-brand-yellow:focus{
    --tw-gradient-to: #E4B620;
  }

  .lg\:focus\:tw-to-brand-green:focus{
    --tw-gradient-to: #8DC055;
  }

  .lg\:focus\:tw-to-brand-pink:focus{
    --tw-gradient-to: #C94578;
  }

  .lg\:focus\:tw-to-brand-red:focus{
    --tw-gradient-to: #BB0034;
  }

  .lg\:focus\:tw-to-brand-turquesa:focus{
    --tw-gradient-to: #3cb497;
  }

  .lg\:focus\:tw-to-gray-lighter:focus{
    --tw-gradient-to: #F5F5F5;
  }

  .lg\:focus\:tw-to-gray-light:focus{
    --tw-gradient-to: #dadada;
  }

  .lg\:focus\:tw-to-gray-dark:focus{
    --tw-gradient-to: #666666;
  }

  .lg\:focus\:tw-to-gray-darker:focus{
    --tw-gradient-to: #222222;
  }

  .lg\:focus\:tw-to-gray-medium:focus{
    --tw-gradient-to: #767676;
  }

  .lg\:focus\:tw-to-gray-mid:focus{
    --tw-gradient-to: #939393;
  }

  .lg\:focus\:tw-to-black:focus{
    --tw-gradient-to: #000000;
  }

  .lg\:focus\:tw-to-primary:focus{
    --tw-gradient-to: #E35100;
  }

  .lg\:focus\:tw-to-primary-dark:focus{
    --tw-gradient-to: #C04400;
  }

  .lg\:focus\:tw-to-primary-light:focus{
    --tw-gradient-to: #F38D25;
  }

  .lg\:focus\:tw-to-secondary:focus{
    --tw-gradient-to: #005272;
  }

  .lg\:focus\:tw-to-secondary-dark:focus{
    --tw-gradient-to: #3F83A3;
  }

  .lg\:focus\:tw-to-secondary-light:focus{
    --tw-gradient-to: #4F99BB;
  }

  .lg\:focus\:tw-to-white:focus{
    --tw-gradient-to: #FFFFFF;
  }

  .lg\:focus\:tw-to-hyperlinks:focus{
    --tw-gradient-to: #106AA3;
  }

  .lg\:focus\:tw-to-hyperlinks-visited:focus{
    --tw-gradient-to: #7F1F7D;
  }

  .lg\:focus\:tw-to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .lg\:tw-bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .lg\:tw-bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .lg\:tw-bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .lg\:tw-bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .lg\:tw-bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .lg\:tw-bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .lg\:tw-bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .lg\:tw-bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .lg\:tw-bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .lg\:tw-bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .lg\:tw-bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .lg\:tw-bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .lg\:tw-bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .lg\:tw-bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .lg\:tw-bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .lg\:focus-within\:tw-bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  .lg\:focus-within\:tw-bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05;
  }

  .lg\:focus-within\:tw-bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1;
  }

  .lg\:focus-within\:tw-bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2;
  }

  .lg\:focus-within\:tw-bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  .lg\:focus-within\:tw-bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3;
  }

  .lg\:focus-within\:tw-bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  .lg\:focus-within\:tw-bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  .lg\:focus-within\:tw-bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6;
  }

  .lg\:focus-within\:tw-bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7;
  }

  .lg\:focus-within\:tw-bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  .lg\:focus-within\:tw-bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8;
  }

  .lg\:focus-within\:tw-bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9;
  }

  .lg\:focus-within\:tw-bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95;
  }

  .lg\:focus-within\:tw-bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  .lg\:hover\:tw-bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  .lg\:hover\:tw-bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }

  .lg\:hover\:tw-bg-opacity-10:hover{
    --tw-bg-opacity: 0.1;
  }

  .lg\:hover\:tw-bg-opacity-20:hover{
    --tw-bg-opacity: 0.2;
  }

  .lg\:hover\:tw-bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  .lg\:hover\:tw-bg-opacity-30:hover{
    --tw-bg-opacity: 0.3;
  }

  .lg\:hover\:tw-bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  .lg\:hover\:tw-bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  .lg\:hover\:tw-bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }

  .lg\:hover\:tw-bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }

  .lg\:hover\:tw-bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  .lg\:hover\:tw-bg-opacity-80:hover{
    --tw-bg-opacity: 0.8;
  }

  .lg\:hover\:tw-bg-opacity-90:hover{
    --tw-bg-opacity: 0.9;
  }

  .lg\:hover\:tw-bg-opacity-95:hover{
    --tw-bg-opacity: 0.95;
  }

  .lg\:hover\:tw-bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  .lg\:focus\:tw-bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  .lg\:focus\:tw-bg-opacity-5:focus{
    --tw-bg-opacity: 0.05;
  }

  .lg\:focus\:tw-bg-opacity-10:focus{
    --tw-bg-opacity: 0.1;
  }

  .lg\:focus\:tw-bg-opacity-20:focus{
    --tw-bg-opacity: 0.2;
  }

  .lg\:focus\:tw-bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  .lg\:focus\:tw-bg-opacity-30:focus{
    --tw-bg-opacity: 0.3;
  }

  .lg\:focus\:tw-bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  .lg\:focus\:tw-bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  .lg\:focus\:tw-bg-opacity-60:focus{
    --tw-bg-opacity: 0.6;
  }

  .lg\:focus\:tw-bg-opacity-70:focus{
    --tw-bg-opacity: 0.7;
  }

  .lg\:focus\:tw-bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  .lg\:focus\:tw-bg-opacity-80:focus{
    --tw-bg-opacity: 0.8;
  }

  .lg\:focus\:tw-bg-opacity-90:focus{
    --tw-bg-opacity: 0.9;
  }

  .lg\:focus\:tw-bg-opacity-95:focus{
    --tw-bg-opacity: 0.95;
  }

  .lg\:focus\:tw-bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  .lg\:tw-bg-bottom{
    background-position: bottom;
  }

  .lg\:tw-bg-center{
    background-position: center;
  }

  .lg\:tw-bg-left{
    background-position: left;
  }

  .lg\:tw-bg-left-bottom{
    background-position: left bottom;
  }

  .lg\:tw-bg-left-top{
    background-position: left top;
  }

  .lg\:tw-bg-right{
    background-position: right;
  }

  .lg\:tw-bg-right-bottom{
    background-position: right bottom;
  }

  .lg\:tw-bg-right-top{
    background-position: right top;
  }

  .lg\:tw-bg-top{
    background-position: top;
  }

  .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-bg-repeat-round{
    background-repeat: round;
  }

  .lg\:tw-bg-repeat-space{
    background-repeat: space;
  }

  .lg\:tw-bg-auto{
    background-size: auto;
  }

  .lg\:tw-bg-cover{
    background-size: cover;
  }

  .lg\:tw-bg-contain{
    background-size: contain;
  }

  .lg\:tw-border-collapse{
    border-collapse: collapse;
  }

  .lg\:tw-border-separate{
    border-collapse: separate;
  }

  .lg\:tw-border-brand-orange{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .lg\:tw-border-brand-orange-dark{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .lg\:tw-border-brand-orange-light{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .lg\:tw-border-brand-blue{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .lg\:tw-border-brand-blue-dark{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .lg\:tw-border-brand-blue-light{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .lg\:tw-border-brand-yellow{
    --tw-border-opacity: 1;
    border-color: rgba(228, 182, 32, var(--tw-border-opacity));
  }

  .lg\:tw-border-brand-green{
    --tw-border-opacity: 1;
    border-color: rgba(141, 192, 85, var(--tw-border-opacity));
  }

  .lg\:tw-border-brand-pink{
    --tw-border-opacity: 1;
    border-color: rgba(201, 69, 120, var(--tw-border-opacity));
  }

  .lg\:tw-border-brand-red{
    --tw-border-opacity: 1;
    border-color: rgba(187, 0, 52, var(--tw-border-opacity));
  }

  .lg\:tw-border-brand-turquesa{
    --tw-border-opacity: 1;
    border-color: rgba(60, 180, 151, var(--tw-border-opacity));
  }

  .lg\:tw-border-gray-lighter{
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .lg\:tw-border-gray-light{
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .lg\:tw-border-gray-dark{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  .lg\:tw-border-gray-darker{
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .lg\:tw-border-gray-medium{
    --tw-border-opacity: 1;
    border-color: rgba(118, 118, 118, var(--tw-border-opacity));
  }

  .lg\:tw-border-gray-mid{
    --tw-border-opacity: 1;
    border-color: rgba(147, 147, 147, var(--tw-border-opacity));
  }

  .lg\:tw-border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:tw-border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .lg\:tw-border-primary-dark{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .lg\:tw-border-primary-light{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .lg\:tw-border-secondary{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .lg\:tw-border-secondary-dark{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .lg\:tw-border-secondary-light{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .lg\:tw-border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:tw-border-hyperlinks{
    --tw-border-opacity: 1;
    border-color: rgba(16, 106, 163, var(--tw-border-opacity));
  }

  .lg\:tw-border-hyperlinks-visited{
    --tw-border-opacity: 1;
    border-color: rgba(127, 31, 125, var(--tw-border-opacity));
  }

  .lg\:tw-border-transparent{
    border-color: transparent;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-brand-orange{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-border-brand-orange-dark{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-border-brand-orange-light{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-border-brand-blue{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-border-brand-blue-dark{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-border-brand-blue-light{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-border-brand-yellow{
    --tw-border-opacity: 1;
    border-color: rgba(228, 182, 32, var(--tw-border-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-border-brand-green{
    --tw-border-opacity: 1;
    border-color: rgba(141, 192, 85, var(--tw-border-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-border-brand-pink{
    --tw-border-opacity: 1;
    border-color: rgba(201, 69, 120, var(--tw-border-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-border-brand-red{
    --tw-border-opacity: 1;
    border-color: rgba(187, 0, 52, var(--tw-border-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-border-brand-turquesa{
    --tw-border-opacity: 1;
    border-color: rgba(60, 180, 151, var(--tw-border-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-border-gray-lighter{
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-border-gray-light{
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-border-gray-dark{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-border-gray-darker{
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-border-gray-medium{
    --tw-border-opacity: 1;
    border-color: rgba(118, 118, 118, var(--tw-border-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-border-gray-mid{
    --tw-border-opacity: 1;
    border-color: rgba(147, 147, 147, var(--tw-border-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-border-primary-dark{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-border-primary-light{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-border-secondary{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-border-secondary-dark{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-border-secondary-light{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-border-hyperlinks{
    --tw-border-opacity: 1;
    border-color: rgba(16, 106, 163, var(--tw-border-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-border-hyperlinks-visited{
    --tw-border-opacity: 1;
    border-color: rgba(127, 31, 125, var(--tw-border-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-border-transparent{
    border-color: transparent;
  }

  .lg\:focus-within\:tw-border-brand-orange:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .lg\:focus-within\:tw-border-brand-orange-dark:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .lg\:focus-within\:tw-border-brand-orange-light:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .lg\:focus-within\:tw-border-brand-blue:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .lg\:focus-within\:tw-border-brand-blue-dark:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .lg\:focus-within\:tw-border-brand-blue-light:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .lg\:focus-within\:tw-border-brand-yellow:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(228, 182, 32, var(--tw-border-opacity));
  }

  .lg\:focus-within\:tw-border-brand-green:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(141, 192, 85, var(--tw-border-opacity));
  }

  .lg\:focus-within\:tw-border-brand-pink:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(201, 69, 120, var(--tw-border-opacity));
  }

  .lg\:focus-within\:tw-border-brand-red:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(187, 0, 52, var(--tw-border-opacity));
  }

  .lg\:focus-within\:tw-border-brand-turquesa:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(60, 180, 151, var(--tw-border-opacity));
  }

  .lg\:focus-within\:tw-border-gray-lighter:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .lg\:focus-within\:tw-border-gray-light:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .lg\:focus-within\:tw-border-gray-dark:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  .lg\:focus-within\:tw-border-gray-darker:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .lg\:focus-within\:tw-border-gray-medium:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(118, 118, 118, var(--tw-border-opacity));
  }

  .lg\:focus-within\:tw-border-gray-mid:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(147, 147, 147, var(--tw-border-opacity));
  }

  .lg\:focus-within\:tw-border-black:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:focus-within\:tw-border-primary:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .lg\:focus-within\:tw-border-primary-dark:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .lg\:focus-within\:tw-border-primary-light:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .lg\:focus-within\:tw-border-secondary:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .lg\:focus-within\:tw-border-secondary-dark:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .lg\:focus-within\:tw-border-secondary-light:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .lg\:focus-within\:tw-border-white:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:tw-border-hyperlinks:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(16, 106, 163, var(--tw-border-opacity));
  }

  .lg\:focus-within\:tw-border-hyperlinks-visited:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(127, 31, 125, var(--tw-border-opacity));
  }

  .lg\:focus-within\:tw-border-transparent:focus-within{
    border-color: transparent;
  }

  .lg\:hover\:tw-border-brand-orange:hover{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .lg\:hover\:tw-border-brand-orange-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .lg\:hover\:tw-border-brand-orange-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .lg\:hover\:tw-border-brand-blue:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .lg\:hover\:tw-border-brand-blue-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .lg\:hover\:tw-border-brand-blue-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .lg\:hover\:tw-border-brand-yellow:hover{
    --tw-border-opacity: 1;
    border-color: rgba(228, 182, 32, var(--tw-border-opacity));
  }

  .lg\:hover\:tw-border-brand-green:hover{
    --tw-border-opacity: 1;
    border-color: rgba(141, 192, 85, var(--tw-border-opacity));
  }

  .lg\:hover\:tw-border-brand-pink:hover{
    --tw-border-opacity: 1;
    border-color: rgba(201, 69, 120, var(--tw-border-opacity));
  }

  .lg\:hover\:tw-border-brand-red:hover{
    --tw-border-opacity: 1;
    border-color: rgba(187, 0, 52, var(--tw-border-opacity));
  }

  .lg\:hover\:tw-border-brand-turquesa:hover{
    --tw-border-opacity: 1;
    border-color: rgba(60, 180, 151, var(--tw-border-opacity));
  }

  .lg\:hover\:tw-border-gray-lighter:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .lg\:hover\:tw-border-gray-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .lg\:hover\:tw-border-gray-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  .lg\:hover\:tw-border-gray-darker:hover{
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .lg\:hover\:tw-border-gray-medium:hover{
    --tw-border-opacity: 1;
    border-color: rgba(118, 118, 118, var(--tw-border-opacity));
  }

  .lg\:hover\:tw-border-gray-mid:hover{
    --tw-border-opacity: 1;
    border-color: rgba(147, 147, 147, var(--tw-border-opacity));
  }

  .lg\:hover\:tw-border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:hover\:tw-border-primary:hover{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .lg\:hover\:tw-border-primary-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .lg\:hover\:tw-border-primary-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .lg\:hover\:tw-border-secondary:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .lg\:hover\:tw-border-secondary-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .lg\:hover\:tw-border-secondary-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .lg\:hover\:tw-border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:tw-border-hyperlinks:hover{
    --tw-border-opacity: 1;
    border-color: rgba(16, 106, 163, var(--tw-border-opacity));
  }

  .lg\:hover\:tw-border-hyperlinks-visited:hover{
    --tw-border-opacity: 1;
    border-color: rgba(127, 31, 125, var(--tw-border-opacity));
  }

  .lg\:hover\:tw-border-transparent:hover{
    border-color: transparent;
  }

  .lg\:focus\:tw-border-brand-orange:focus{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .lg\:focus\:tw-border-brand-orange-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .lg\:focus\:tw-border-brand-orange-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .lg\:focus\:tw-border-brand-blue:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .lg\:focus\:tw-border-brand-blue-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .lg\:focus\:tw-border-brand-blue-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .lg\:focus\:tw-border-brand-yellow:focus{
    --tw-border-opacity: 1;
    border-color: rgba(228, 182, 32, var(--tw-border-opacity));
  }

  .lg\:focus\:tw-border-brand-green:focus{
    --tw-border-opacity: 1;
    border-color: rgba(141, 192, 85, var(--tw-border-opacity));
  }

  .lg\:focus\:tw-border-brand-pink:focus{
    --tw-border-opacity: 1;
    border-color: rgba(201, 69, 120, var(--tw-border-opacity));
  }

  .lg\:focus\:tw-border-brand-red:focus{
    --tw-border-opacity: 1;
    border-color: rgba(187, 0, 52, var(--tw-border-opacity));
  }

  .lg\:focus\:tw-border-brand-turquesa:focus{
    --tw-border-opacity: 1;
    border-color: rgba(60, 180, 151, var(--tw-border-opacity));
  }

  .lg\:focus\:tw-border-gray-lighter:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .lg\:focus\:tw-border-gray-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .lg\:focus\:tw-border-gray-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  .lg\:focus\:tw-border-gray-darker:focus{
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .lg\:focus\:tw-border-gray-medium:focus{
    --tw-border-opacity: 1;
    border-color: rgba(118, 118, 118, var(--tw-border-opacity));
  }

  .lg\:focus\:tw-border-gray-mid:focus{
    --tw-border-opacity: 1;
    border-color: rgba(147, 147, 147, var(--tw-border-opacity));
  }

  .lg\:focus\:tw-border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:focus\:tw-border-primary:focus{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .lg\:focus\:tw-border-primary-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .lg\:focus\:tw-border-primary-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .lg\:focus\:tw-border-secondary:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .lg\:focus\:tw-border-secondary-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .lg\:focus\:tw-border-secondary-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .lg\:focus\:tw-border-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:tw-border-hyperlinks:focus{
    --tw-border-opacity: 1;
    border-color: rgba(16, 106, 163, var(--tw-border-opacity));
  }

  .lg\:focus\:tw-border-hyperlinks-visited:focus{
    --tw-border-opacity: 1;
    border-color: rgba(127, 31, 125, var(--tw-border-opacity));
  }

  .lg\:focus\:tw-border-transparent:focus{
    border-color: transparent;
  }

  .lg\:tw-border-opacity-0{
    --tw-border-opacity: 0;
  }

  .lg\:tw-border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .lg\:tw-border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .lg\:tw-border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .lg\:tw-border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .lg\:tw-border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .lg\:tw-border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .lg\:tw-border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .lg\:tw-border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .lg\:tw-border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .lg\:tw-border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .lg\:tw-border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .lg\:tw-border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .lg\:tw-border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .lg\:tw-border-opacity-100{
    --tw-border-opacity: 1;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-0{
    --tw-border-opacity: 0;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-100{
    --tw-border-opacity: 1;
  }

  .lg\:focus-within\:tw-border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .lg\:focus-within\:tw-border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  .lg\:focus-within\:tw-border-opacity-10:focus-within{
    --tw-border-opacity: 0.1;
  }

  .lg\:focus-within\:tw-border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  .lg\:focus-within\:tw-border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .lg\:focus-within\:tw-border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  .lg\:focus-within\:tw-border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  .lg\:focus-within\:tw-border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  .lg\:focus-within\:tw-border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  .lg\:focus-within\:tw-border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  .lg\:focus-within\:tw-border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .lg\:focus-within\:tw-border-opacity-80:focus-within{
    --tw-border-opacity: 0.8;
  }

  .lg\:focus-within\:tw-border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  .lg\:focus-within\:tw-border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  .lg\:focus-within\:tw-border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .lg\:hover\:tw-border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .lg\:hover\:tw-border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  .lg\:hover\:tw-border-opacity-10:hover{
    --tw-border-opacity: 0.1;
  }

  .lg\:hover\:tw-border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  .lg\:hover\:tw-border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .lg\:hover\:tw-border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  .lg\:hover\:tw-border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  .lg\:hover\:tw-border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  .lg\:hover\:tw-border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  .lg\:hover\:tw-border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  .lg\:hover\:tw-border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .lg\:hover\:tw-border-opacity-80:hover{
    --tw-border-opacity: 0.8;
  }

  .lg\:hover\:tw-border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  .lg\:hover\:tw-border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  .lg\:hover\:tw-border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .lg\:focus\:tw-border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .lg\:focus\:tw-border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  .lg\:focus\:tw-border-opacity-10:focus{
    --tw-border-opacity: 0.1;
  }

  .lg\:focus\:tw-border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  .lg\:focus\:tw-border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .lg\:focus\:tw-border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  .lg\:focus\:tw-border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  .lg\:focus\:tw-border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  .lg\:focus\:tw-border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  .lg\:focus\:tw-border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  .lg\:focus\:tw-border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .lg\:focus\:tw-border-opacity-80:focus{
    --tw-border-opacity: 0.8;
  }

  .lg\:focus\:tw-border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  .lg\:focus\:tw-border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  .lg\:focus\:tw-border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  .lg\:tw-rounded-none{
    border-radius: 0px;
  }

  .lg\:tw-rounded-sm{
    border-radius: 0.125rem;
  }

  .lg\:tw-rounded{
    border-radius: 0.25rem;
  }

  .lg\:tw-rounded-md{
    border-radius: 0.375rem;
  }

  .lg\:tw-rounded-lg{
    border-radius: 0.5rem;
  }

  .lg\:tw-rounded-xl{
    border-radius: 0.625rem;
  }

  .lg\:tw-rounded-2xl{
    border-radius: 1rem;
  }

  .lg\:tw-rounded-3xl{
    border-radius: 1.5rem;
  }

  .lg\:tw-rounded-full{
    border-radius: 9999px;
  }

  .lg\:tw-rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .lg\:tw-rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .lg\:tw-rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:tw-rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:tw-rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:tw-rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:tw-rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:tw-rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:tw-rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:tw-rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:tw-rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:tw-rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:tw-rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .lg\:tw-rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:tw-rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:tw-rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:tw-rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:tw-rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:tw-rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:tw-rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:tw-rounded-t-xl{
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
  }

  .lg\:tw-rounded-r-xl{
    border-top-right-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
  }

  .lg\:tw-rounded-b-xl{
    border-bottom-right-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem;
  }

  .lg\:tw-rounded-l-xl{
    border-top-left-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem;
  }

  .lg\:tw-rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .lg\:tw-rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .lg\:tw-rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:tw-rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:tw-rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .lg\:tw-rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:tw-rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:tw-rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.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: 0px;
  }

  .lg\:tw-rounded-tr-none{
    border-top-right-radius: 0px;
  }

  .lg\:tw-rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  .lg\:tw-rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  .lg\:tw-rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .lg\:tw-rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .lg\:tw-rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:tw-rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:tw-rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .lg\:tw-rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .lg\:tw-rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:tw-rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:tw-rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .lg\:tw-rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .lg\:tw-rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:tw-rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:tw-rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .lg\:tw-rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .lg\:tw-rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:tw-rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:tw-rounded-tl-xl{
    border-top-left-radius: 0.625rem;
  }

  .lg\:tw-rounded-tr-xl{
    border-top-right-radius: 0.625rem;
  }

  .lg\:tw-rounded-br-xl{
    border-bottom-right-radius: 0.625rem;
  }

  .lg\:tw-rounded-bl-xl{
    border-bottom-left-radius: 0.625rem;
  }

  .lg\:tw-rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  .lg\:tw-rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  .lg\:tw-rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  .lg\:tw-rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  .lg\:tw-rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  .lg\:tw-rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  .lg\:tw-rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:tw-rounded-bl-3xl{
    border-bottom-left-radius: 1.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-double{
    border-style: double;
  }

  .lg\:tw-border-none{
    border-style: none;
  }

  .lg\:tw-border-0{
    border-width: 0px;
  }

  .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: 0px;
  }

  .lg\:tw-border-r-0{
    border-right-width: 0px;
  }

  .lg\:tw-border-b-0{
    border-bottom-width: 0px;
  }

  .lg\:tw-border-l-0{
    border-left-width: 0px;
  }

  .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\:hover\:tw-border-0:hover{
    border-width: 0px;
  }

  .lg\:hover\:tw-border-2:hover{
    border-width: 2px;
  }

  .lg\:hover\:tw-border-4:hover{
    border-width: 4px;
  }

  .lg\:hover\:tw-border-8:hover{
    border-width: 8px;
  }

  .lg\:hover\:tw-border:hover{
    border-width: 1px;
  }

  .lg\:hover\:tw-border-t-0:hover{
    border-top-width: 0px;
  }

  .lg\:hover\:tw-border-r-0:hover{
    border-right-width: 0px;
  }

  .lg\:hover\:tw-border-b-0:hover{
    border-bottom-width: 0px;
  }

  .lg\:hover\:tw-border-l-0:hover{
    border-left-width: 0px;
  }

  .lg\:hover\:tw-border-t-2:hover{
    border-top-width: 2px;
  }

  .lg\:hover\:tw-border-r-2:hover{
    border-right-width: 2px;
  }

  .lg\:hover\:tw-border-b-2:hover{
    border-bottom-width: 2px;
  }

  .lg\:hover\:tw-border-l-2:hover{
    border-left-width: 2px;
  }

  .lg\:hover\:tw-border-t-4:hover{
    border-top-width: 4px;
  }

  .lg\:hover\:tw-border-r-4:hover{
    border-right-width: 4px;
  }

  .lg\:hover\:tw-border-b-4:hover{
    border-bottom-width: 4px;
  }

  .lg\:hover\:tw-border-l-4:hover{
    border-left-width: 4px;
  }

  .lg\:hover\:tw-border-t-8:hover{
    border-top-width: 8px;
  }

  .lg\:hover\:tw-border-r-8:hover{
    border-right-width: 8px;
  }

  .lg\:hover\:tw-border-b-8:hover{
    border-bottom-width: 8px;
  }

  .lg\:hover\:tw-border-l-8:hover{
    border-left-width: 8px;
  }

  .lg\:hover\:tw-border-t:hover{
    border-top-width: 1px;
  }

  .lg\:hover\:tw-border-r:hover{
    border-right-width: 1px;
  }

  .lg\:hover\:tw-border-b:hover{
    border-bottom-width: 1px;
  }

  .lg\:hover\:tw-border-l:hover{
    border-left-width: 1px;
  }

  .lg\:tw-box-border{
    box-sizing: border-box;
  }

  .lg\:tw-box-content{
    box-sizing: content-box;
  }

  .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-text{
    cursor: text;
  }

  .lg\:tw-cursor-move{
    cursor: move;
  }

  .lg\:tw-cursor-help{
    cursor: help;
  }

  .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-caption{
    display: table-caption;
  }

  .lg\:tw-table-cell{
    display: table-cell;
  }

  .lg\:tw-table-column{
    display: table-column;
  }

  .lg\:tw-table-column-group{
    display: table-column-group;
  }

  .lg\:tw-table-footer-group{
    display: table-footer-group;
  }

  .lg\:tw-table-header-group{
    display: table-header-group;
  }

  .lg\:tw-table-row-group{
    display: table-row-group;
  }

  .lg\:tw-table-row{
    display: table-row;
  }

  .lg\:tw-flow-root{
    display: flow-root;
  }

  .lg\:tw-grid{
    display: grid;
  }

  .lg\:tw-inline-grid{
    display: inline-grid;
  }

  .lg\:tw-contents{
    display: contents;
  }

  .lg\:tw-hidden{
    display: none;
  }

  .lg\:first\:tw-block:first-child{
    display: block;
  }

  .lg\:first\:tw-inline-block:first-child{
    display: inline-block;
  }

  .lg\:first\:tw-inline:first-child{
    display: inline;
  }

  .lg\:first\:tw-flex:first-child{
    display: flex;
  }

  .lg\:first\:tw-inline-flex:first-child{
    display: inline-flex;
  }

  .lg\:first\:tw-table:first-child{
    display: table;
  }

  .lg\:first\:tw-table-caption:first-child{
    display: table-caption;
  }

  .lg\:first\:tw-table-cell:first-child{
    display: table-cell;
  }

  .lg\:first\:tw-table-column:first-child{
    display: table-column;
  }

  .lg\:first\:tw-table-column-group:first-child{
    display: table-column-group;
  }

  .lg\:first\:tw-table-footer-group:first-child{
    display: table-footer-group;
  }

  .lg\:first\:tw-table-header-group:first-child{
    display: table-header-group;
  }

  .lg\:first\:tw-table-row-group:first-child{
    display: table-row-group;
  }

  .lg\:first\:tw-table-row:first-child{
    display: table-row;
  }

  .lg\:first\:tw-flow-root:first-child{
    display: flow-root;
  }

  .lg\:first\:tw-grid:first-child{
    display: grid;
  }

  .lg\:first\:tw-inline-grid:first-child{
    display: inline-grid;
  }

  .lg\:first\:tw-contents:first-child{
    display: contents;
  }

  .lg\:first\:tw-hidden:first-child{
    display: none;
  }

  .lg\:last\:tw-block:last-child{
    display: block;
  }

  .lg\:last\:tw-inline-block:last-child{
    display: inline-block;
  }

  .lg\:last\:tw-inline:last-child{
    display: inline;
  }

  .lg\:last\:tw-flex:last-child{
    display: flex;
  }

  .lg\:last\:tw-inline-flex:last-child{
    display: inline-flex;
  }

  .lg\:last\:tw-table:last-child{
    display: table;
  }

  .lg\:last\:tw-table-caption:last-child{
    display: table-caption;
  }

  .lg\:last\:tw-table-cell:last-child{
    display: table-cell;
  }

  .lg\:last\:tw-table-column:last-child{
    display: table-column;
  }

  .lg\:last\:tw-table-column-group:last-child{
    display: table-column-group;
  }

  .lg\:last\:tw-table-footer-group:last-child{
    display: table-footer-group;
  }

  .lg\:last\:tw-table-header-group:last-child{
    display: table-header-group;
  }

  .lg\:last\:tw-table-row-group:last-child{
    display: table-row-group;
  }

  .lg\:last\:tw-table-row:last-child{
    display: table-row;
  }

  .lg\:last\:tw-flow-root:last-child{
    display: flow-root;
  }

  .lg\:last\:tw-grid:last-child{
    display: grid;
  }

  .lg\:last\:tw-inline-grid:last-child{
    display: inline-grid;
  }

  .lg\:last\:tw-contents:last-child{
    display: contents;
  }

  .lg\:last\:tw-hidden:last-child{
    display: none;
  }

  .tw-group:hover .lg\:group-hover\:tw-block{
    display: block;
  }

  .tw-group:hover .lg\:group-hover\:tw-inline-block{
    display: inline-block;
  }

  .tw-group:hover .lg\:group-hover\:tw-inline{
    display: inline;
  }

  .tw-group:hover .lg\:group-hover\:tw-flex{
    display: flex;
  }

  .tw-group:hover .lg\:group-hover\:tw-inline-flex{
    display: inline-flex;
  }

  .tw-group:hover .lg\:group-hover\:tw-table{
    display: table;
  }

  .tw-group:hover .lg\:group-hover\:tw-table-caption{
    display: table-caption;
  }

  .tw-group:hover .lg\:group-hover\:tw-table-cell{
    display: table-cell;
  }

  .tw-group:hover .lg\:group-hover\:tw-table-column{
    display: table-column;
  }

  .tw-group:hover .lg\:group-hover\:tw-table-column-group{
    display: table-column-group;
  }

  .tw-group:hover .lg\:group-hover\:tw-table-footer-group{
    display: table-footer-group;
  }

  .tw-group:hover .lg\:group-hover\:tw-table-header-group{
    display: table-header-group;
  }

  .tw-group:hover .lg\:group-hover\:tw-table-row-group{
    display: table-row-group;
  }

  .tw-group:hover .lg\:group-hover\:tw-table-row{
    display: table-row;
  }

  .tw-group:hover .lg\:group-hover\:tw-flow-root{
    display: flow-root;
  }

  .tw-group:hover .lg\:group-hover\:tw-grid{
    display: grid;
  }

  .tw-group:hover .lg\:group-hover\:tw-inline-grid{
    display: inline-grid;
  }

  .tw-group:hover .lg\:group-hover\:tw-contents{
    display: contents;
  }

  .tw-group:hover .lg\:group-hover\:tw-hidden{
    display: none;
  }

  .lg\:hover\:tw-block:hover{
    display: block;
  }

  .lg\:hover\:tw-inline-block:hover{
    display: inline-block;
  }

  .lg\:hover\:tw-inline:hover{
    display: inline;
  }

  .lg\:hover\:tw-flex:hover{
    display: flex;
  }

  .lg\:hover\:tw-inline-flex:hover{
    display: inline-flex;
  }

  .lg\:hover\:tw-table:hover{
    display: table;
  }

  .lg\:hover\:tw-table-caption:hover{
    display: table-caption;
  }

  .lg\:hover\:tw-table-cell:hover{
    display: table-cell;
  }

  .lg\:hover\:tw-table-column:hover{
    display: table-column;
  }

  .lg\:hover\:tw-table-column-group:hover{
    display: table-column-group;
  }

  .lg\:hover\:tw-table-footer-group:hover{
    display: table-footer-group;
  }

  .lg\:hover\:tw-table-header-group:hover{
    display: table-header-group;
  }

  .lg\:hover\:tw-table-row-group:hover{
    display: table-row-group;
  }

  .lg\:hover\:tw-table-row:hover{
    display: table-row;
  }

  .lg\:hover\:tw-flow-root:hover{
    display: flow-root;
  }

  .lg\:hover\:tw-grid:hover{
    display: grid;
  }

  .lg\:hover\:tw-inline-grid:hover{
    display: inline-grid;
  }

  .lg\:hover\:tw-contents:hover{
    display: contents;
  }

  .lg\:hover\:tw-hidden:hover{
    display: none;
  }

  .lg\:focus\:tw-block:focus{
    display: block;
  }

  .lg\:focus\:tw-inline-block:focus{
    display: inline-block;
  }

  .lg\:focus\:tw-inline:focus{
    display: inline;
  }

  .lg\:focus\:tw-flex:focus{
    display: flex;
  }

  .lg\:focus\:tw-inline-flex:focus{
    display: inline-flex;
  }

  .lg\:focus\:tw-table:focus{
    display: table;
  }

  .lg\:focus\:tw-table-caption:focus{
    display: table-caption;
  }

  .lg\:focus\:tw-table-cell:focus{
    display: table-cell;
  }

  .lg\:focus\:tw-table-column:focus{
    display: table-column;
  }

  .lg\:focus\:tw-table-column-group:focus{
    display: table-column-group;
  }

  .lg\:focus\:tw-table-footer-group:focus{
    display: table-footer-group;
  }

  .lg\:focus\:tw-table-header-group:focus{
    display: table-header-group;
  }

  .lg\:focus\:tw-table-row-group:focus{
    display: table-row-group;
  }

  .lg\:focus\:tw-table-row:focus{
    display: table-row;
  }

  .lg\:focus\:tw-flow-root:focus{
    display: flow-root;
  }

  .lg\:focus\:tw-grid:focus{
    display: grid;
  }

  .lg\:focus\:tw-inline-grid:focus{
    display: inline-grid;
  }

  .lg\:focus\:tw-contents:focus{
    display: contents;
  }

  .lg\:focus\:tw-hidden:focus{
    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-nowrap{
    flex-wrap: nowrap;
  }

  .lg\:tw-place-items-auto{
    place-items: auto;
  }

  .lg\:tw-place-items-start{
    place-items: start;
  }

  .lg\:tw-place-items-end{
    place-items: end;
  }

  .lg\:tw-place-items-center{
    place-items: center;
  }

  .lg\:tw-place-items-stretch{
    place-items: stretch;
  }

  .lg\:tw-place-content-center{
    place-content: center;
  }

  .lg\:tw-place-content-start{
    place-content: start;
  }

  .lg\:tw-place-content-end{
    place-content: end;
  }

  .lg\:tw-place-content-between{
    place-content: space-between;
  }

  .lg\:tw-place-content-around{
    place-content: space-around;
  }

  .lg\:tw-place-content-evenly{
    place-content: space-evenly;
  }

  .lg\:tw-place-content-stretch{
    place-content: stretch;
  }

  .lg\:tw-place-self-auto{
    place-self: auto;
  }

  .lg\:tw-place-self-start{
    place-self: start;
  }

  .lg\:tw-place-self-end{
    place-self: end;
  }

  .lg\:tw-place-self-center{
    place-self: center;
  }

  .lg\:tw-place-self-stretch{
    place-self: stretch;
  }

  .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-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-content-evenly{
    align-content: space-evenly;
  }

  .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-items-auto{
    justify-items: auto;
  }

  .lg\:tw-justify-items-start{
    justify-items: start;
  }

  .lg\:tw-justify-items-end{
    justify-items: end;
  }

  .lg\:tw-justify-items-center{
    justify-items: center;
  }

  .lg\:tw-justify-items-stretch{
    justify-items: 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-justify-evenly{
    justify-content: space-evenly;
  }

  .lg\:tw-justify-self-auto{
    justify-self: auto;
  }

  .lg\:tw-justify-self-start{
    justify-self: start;
  }

  .lg\:tw-justify-self-end{
    justify-self: end;
  }

  .lg\:tw-justify-self-center{
    justify-self: center;
  }

  .lg\:tw-justify-self-stretch{
    justify-self: stretch;
  }

  .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-order-1{
    order: 1;
  }

  .lg\:tw-order-2{
    order: 2;
  }

  .lg\:tw-order-3{
    order: 3;
  }

  .lg\:tw-order-4{
    order: 4;
  }

  .lg\:tw-order-5{
    order: 5;
  }

  .lg\:tw-order-6{
    order: 6;
  }

  .lg\:tw-order-7{
    order: 7;
  }

  .lg\:tw-order-8{
    order: 8;
  }

  .lg\:tw-order-9{
    order: 9;
  }

  .lg\:tw-order-10{
    order: 10;
  }

  .lg\:tw-order-11{
    order: 11;
  }

  .lg\:tw-order-12{
    order: 12;
  }

  .lg\:tw-order-first{
    order: -9999;
  }

  .lg\:tw-order-last{
    order: 9999;
  }

  .lg\:tw-order-none{
    order: 0;
  }

  .lg\:tw-float-right{
    float: right;
  }

  .lg\:tw-float-left{
    float: left;
  }

  .lg\:tw-float-none{
    float: none;
  }

  .lg\:tw-clear-left{
    clear: left;
  }

  .lg\:tw-clear-right{
    clear: right;
  }

  .lg\:tw-clear-both{
    clear: both;
  }

  .lg\:tw-clear-none{
    clear: none;
  }

  .lg\:tw-font-sans{
    font-family: "Noto Sans", sans-serif;
  }

  .lg\:tw-font-serif{
    font-family: Georgia, Cambria;
  }

  .lg\:tw-font-mono{
    font-family: monospace;
  }

  .lg\:tw-font-thin{
    font-weight: 100;
  }

  .lg\:tw-font-extralight{
    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;
  }

  .tw-group:hover .lg\:group-hover\:tw-font-thin{
    font-weight: 100;
  }

  .tw-group:hover .lg\:group-hover\:tw-font-extralight{
    font-weight: 200;
  }

  .tw-group:hover .lg\:group-hover\:tw-font-light{
    font-weight: 300;
  }

  .tw-group:hover .lg\:group-hover\:tw-font-normal{
    font-weight: 400;
  }

  .tw-group:hover .lg\:group-hover\:tw-font-medium{
    font-weight: 500;
  }

  .tw-group:hover .lg\:group-hover\:tw-font-semibold{
    font-weight: 600;
  }

  .tw-group:hover .lg\:group-hover\:tw-font-bold{
    font-weight: 700;
  }

  .tw-group:hover .lg\:group-hover\:tw-font-extrabold{
    font-weight: 800;
  }

  .tw-group:hover .lg\:group-hover\:tw-font-black{
    font-weight: 900;
  }

  .lg\:hover\:tw-font-thin:hover{
    font-weight: 100;
  }

  .lg\:hover\:tw-font-extralight: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-thin:focus{
    font-weight: 100;
  }

  .lg\:focus\:tw-font-extralight: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\:active\:tw-font-thin:active{
    font-weight: 100;
  }

  .lg\:active\:tw-font-extralight:active{
    font-weight: 200;
  }

  .lg\:active\:tw-font-light:active{
    font-weight: 300;
  }

  .lg\:active\:tw-font-normal:active{
    font-weight: 400;
  }

  .lg\:active\:tw-font-medium:active{
    font-weight: 500;
  }

  .lg\:active\:tw-font-semibold:active{
    font-weight: 600;
  }

  .lg\:active\:tw-font-bold:active{
    font-weight: 700;
  }

  .lg\:active\:tw-font-extrabold:active{
    font-weight: 800;
  }

  .lg\:active\:tw-font-black:active{
    font-weight: 900;
  }

  .lg\:tw-h-0{
    height: 0px;
  }

  .lg\:tw-h-1{
    height: 0.25rem;
  }

  .lg\:tw-h-2{
    height: 0.5rem;
  }

  .lg\:tw-h-3{
    height: 0.75rem;
  }

  .lg\:tw-h-4{
    height: 1rem;
  }

  .lg\:tw-h-5{
    height: 1.25rem;
  }

  .lg\:tw-h-6{
    height: 1.5rem;
  }

  .lg\:tw-h-7{
    height: 1.75rem;
  }

  .lg\:tw-h-8{
    height: 2rem;
  }

  .lg\:tw-h-9{
    height: 2.25rem;
  }

  .lg\:tw-h-10{
    height: 2.5rem;
  }

  .lg\:tw-h-11{
    height: 2.75rem;
  }

  .lg\:tw-h-12{
    height: 3rem;
  }

  .lg\:tw-h-13{
    height: 3.25rem;
  }

  .lg\:tw-h-14{
    height: 3.5rem;
  }

  .lg\:tw-h-16{
    height: 4rem;
  }

  .lg\:tw-h-20{
    height: 5rem;
  }

  .lg\:tw-h-24{
    height: 6rem;
  }

  .lg\:tw-h-28{
    height: 7rem;
  }

  .lg\:tw-h-32{
    height: 8rem;
  }

  .lg\:tw-h-36{
    height: 9rem;
  }

  .lg\:tw-h-40{
    height: 10rem;
  }

  .lg\:tw-h-44{
    height: 44px;
  }

  .lg\:tw-h-48{
    height: 12rem;
  }

  .lg\:tw-h-52{
    height: 13rem;
  }

  .lg\:tw-h-56{
    height: 14rem;
  }

  .lg\:tw-h-60{
    height: 15rem;
  }

  .lg\:tw-h-64{
    height: 16rem;
  }

  .lg\:tw-h-72{
    height: 18rem;
  }

  .lg\:tw-h-80{
    height: 20rem;
  }

  .lg\:tw-h-96{
    height: 24rem;
  }

  .lg\:tw-h-128{
    height: 32rem;
  }

  .lg\:tw-h-152{
    height: 38rem;
  }

  .lg\:tw-h-176{
    height: 44rem;
  }

  .lg\:tw-h-auto{
    height: auto;
  }

  .lg\:tw-h-px{
    height: 1px;
  }

  .lg\:tw-h-0\.5{
    height: 0.125rem;
  }

  .lg\:tw-h-1\.5{
    height: 0.375rem;
  }

  .lg\:tw-h-2\.5{
    height: 0.625rem;
  }

  .lg\:tw-h-3\.5{
    height: 0.875rem;
  }

  .lg\:tw-h-2\/3{
    height: 66.666667%;
  }

  .lg\:tw-h-3\/2{
    height: 150%;
  }

  .lg\:tw-h-square{
    height: 100%;
  }

  .lg\:tw-h-58px{
    height: 58px;
  }

  .lg\:tw-h-63px{
    height: 63px;
  }

  .lg\:tw-h-73px{
    height: 73.px;
  }

  .lg\:tw-h-1\/2{
    height: 50%;
  }

  .lg\:tw-h-1\/3{
    height: 33.333333%;
  }

  .lg\:tw-h-1\/4{
    height: 25%;
  }

  .lg\:tw-h-2\/4{
    height: 50%;
  }

  .lg\:tw-h-3\/4{
    height: 75%;
  }

  .lg\:tw-h-1\/5{
    height: 20%;
  }

  .lg\:tw-h-2\/5{
    height: 40%;
  }

  .lg\:tw-h-3\/5{
    height: 60%;
  }

  .lg\:tw-h-4\/5{
    height: 80%;
  }

  .lg\:tw-h-1\/6{
    height: 16.666667%;
  }

  .lg\:tw-h-2\/6{
    height: 33.333333%;
  }

  .lg\:tw-h-3\/6{
    height: 50%;
  }

  .lg\:tw-h-4\/6{
    height: 66.666667%;
  }

  .lg\:tw-h-5\/6{
    height: 83.333333%;
  }

  .lg\:tw-h-full{
    height: 100%;
  }

  .lg\:tw-h-screen{
    height: 100vh;
  }

  .lg\:tw-text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .lg\:tw-text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:tw-text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:tw-text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:tw-text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:tw-text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:tw-text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:tw-text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:tw-text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:tw-text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:tw-text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .lg\:tw-text-8xl{
    font-size: 6rem;
  }

  .lg\:tw-text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .lg\:tw-text-2xs{
    font-size: .6rem;
  }

  .lg\:tw-text-12xl{
    font-size: 8rem;
  }

  .lg\:tw-text-24xl{
    font-size: 16rem;
  }

  .lg\:tw-leading-3{
    line-height: .75rem;
  }

  .lg\:tw-leading-4{
    line-height: 1rem;
  }

  .lg\:tw-leading-5{
    line-height: 1.25rem;
  }

  .lg\:tw-leading-6{
    line-height: 1.5rem;
  }

  .lg\:tw-leading-7{
    line-height: 1.75rem;
  }

  .lg\:tw-leading-8{
    line-height: 2rem;
  }

  .lg\:tw-leading-9{
    line-height: 2.25rem;
  }

  .lg\:tw-leading-10{
    line-height: 2.5rem;
  }

  .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: 0px;
  }

  .lg\:tw-m-1{
    margin: 0.25rem;
  }

  .lg\:tw-m-2{
    margin: 0.5rem;
  }

  .lg\:tw-m-3{
    margin: 0.75rem;
  }

  .lg\:tw-m-4{
    margin: 1rem;
  }

  .lg\:tw-m-5{
    margin: 1.25rem;
  }

  .lg\:tw-m-6{
    margin: 1.5rem;
  }

  .lg\:tw-m-7{
    margin: 1.75rem;
  }

  .lg\:tw-m-8{
    margin: 2rem;
  }

  .lg\:tw-m-9{
    margin: 2.25rem;
  }

  .lg\:tw-m-10{
    margin: 2.5rem;
  }

  .lg\:tw-m-11{
    margin: 2.75rem;
  }

  .lg\:tw-m-12{
    margin: 3rem;
  }

  .lg\:tw-m-13{
    margin: 3.25rem;
  }

  .lg\:tw-m-14{
    margin: 3.5rem;
  }

  .lg\:tw-m-16{
    margin: 4rem;
  }

  .lg\:tw-m-20{
    margin: 5rem;
  }

  .lg\:tw-m-24{
    margin: 6rem;
  }

  .lg\:tw-m-28{
    margin: 7rem;
  }

  .lg\:tw-m-32{
    margin: 8rem;
  }

  .lg\:tw-m-36{
    margin: 9rem;
  }

  .lg\:tw-m-40{
    margin: 10rem;
  }

  .lg\:tw-m-44{
    margin: 11rem;
  }

  .lg\:tw-m-48{
    margin: 12rem;
  }

  .lg\:tw-m-52{
    margin: 13rem;
  }

  .lg\:tw-m-56{
    margin: 14rem;
  }

  .lg\:tw-m-60{
    margin: 15rem;
  }

  .lg\:tw-m-64{
    margin: 16rem;
  }

  .lg\:tw-m-72{
    margin: 18rem;
  }

  .lg\:tw-m-80{
    margin: 20rem;
  }

  .lg\:tw-m-96{
    margin: 24rem;
  }

  .lg\:tw-m-auto{
    margin: auto;
  }

  .lg\:tw-m-px{
    margin: 1px;
  }

  .lg\:tw-m-0\.5{
    margin: 0.125rem;
  }

  .lg\:tw-m-1\.5{
    margin: 0.375rem;
  }

  .lg\:tw-m-2\.5{
    margin: 0.625rem;
  }

  .lg\:tw-m-3\.5{
    margin: 0.875rem;
  }

  .lg\:tw-m-2\/3{
    margin: 66.666%;
  }

  .lg\:tw-m-3\/2{
    margin: 150%;
  }

  .lg\:tw-m-square{
    margin: 100%;
  }

  .lg\:tw-m-58px{
    margin: 58px;
  }

  .lg\:tw-m-63px{
    margin: 63px;
  }

  .lg\:tw-m-73px{
    margin: 73.px;
  }

  .lg\:tw--m-0{
    margin: 0px;
  }

  .lg\:tw--m-1{
    margin: -0.25rem;
  }

  .lg\:tw--m-2{
    margin: -0.5rem;
  }

  .lg\:tw--m-3{
    margin: -0.75rem;
  }

  .lg\:tw--m-4{
    margin: -1rem;
  }

  .lg\:tw--m-5{
    margin: -1.25rem;
  }

  .lg\:tw--m-6{
    margin: -1.5rem;
  }

  .lg\:tw--m-7{
    margin: -1.75rem;
  }

  .lg\:tw--m-8{
    margin: -2rem;
  }

  .lg\:tw--m-9{
    margin: -2.25rem;
  }

  .lg\:tw--m-10{
    margin: -2.5rem;
  }

  .lg\:tw--m-11{
    margin: -2.75rem;
  }

  .lg\:tw--m-12{
    margin: -3rem;
  }

  .lg\:tw--m-13{
    margin: -3.25rem;
  }

  .lg\:tw--m-14{
    margin: -3.5rem;
  }

  .lg\:tw--m-16{
    margin: -4rem;
  }

  .lg\:tw--m-20{
    margin: -5rem;
  }

  .lg\:tw--m-24{
    margin: -6rem;
  }

  .lg\:tw--m-28{
    margin: -7rem;
  }

  .lg\:tw--m-32{
    margin: -8rem;
  }

  .lg\:tw--m-36{
    margin: -9rem;
  }

  .lg\:tw--m-40{
    margin: -10rem;
  }

  .lg\:tw--m-44{
    margin: -11rem;
  }

  .lg\:tw--m-48{
    margin: -12rem;
  }

  .lg\:tw--m-52{
    margin: -13rem;
  }

  .lg\:tw--m-56{
    margin: -14rem;
  }

  .lg\:tw--m-60{
    margin: -15rem;
  }

  .lg\:tw--m-64{
    margin: -16rem;
  }

  .lg\:tw--m-72{
    margin: -18rem;
  }

  .lg\:tw--m-80{
    margin: -20rem;
  }

  .lg\:tw--m-96{
    margin: -24rem;
  }

  .lg\:tw--m-px{
    margin: -1px;
  }

  .lg\:tw--m-0\.5{
    margin: -0.125rem;
  }

  .lg\:tw--m-1\.5{
    margin: -0.375rem;
  }

  .lg\:tw--m-2\.5{
    margin: -0.625rem;
  }

  .lg\:tw--m-3\.5{
    margin: -0.875rem;
  }

  .lg\:tw--m-2\/3{
    margin: -66.666%;
  }

  .lg\:tw--m-3\/2{
    margin: -150%;
  }

  .lg\:tw--m-square{
    margin: -100%;
  }

  .lg\:tw--m-58px{
    margin: -58px;
  }

  .lg\:tw--m-63px{
    margin: -63px;
  }

  .lg\:tw--m-73px{
    margin: -73px;
  }

  .lg\:tw-my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:tw-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .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-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:tw-mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:tw-my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:tw-mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:tw-my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:tw-mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .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-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .lg\:tw-mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .lg\:tw-my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:tw-mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:tw-my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .lg\:tw-mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .lg\:tw-my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:tw-mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:tw-my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .lg\:tw-mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .lg\:tw-my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:tw-mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:tw-my-13{
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .lg\:tw-mx-13{
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .lg\:tw-my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:tw-mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg\:tw-my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:tw-mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:tw-my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:tw-mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:tw-my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:tw-mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:tw-my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .lg\:tw-mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .lg\:tw-my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:tw-mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:tw-my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .lg\:tw-mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .lg\:tw-my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:tw-mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:tw-my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .lg\:tw-mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .lg\:tw-my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:tw-mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:tw-my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .lg\:tw-mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .lg\:tw-my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:tw-mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:tw-my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .lg\:tw-mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .lg\:tw-my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:tw-mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:tw-my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .lg\:tw-mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .lg\:tw-my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .lg\:tw-mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .lg\:tw-my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .lg\:tw-mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .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-my-0\.5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .lg\:tw-mx-0\.5{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .lg\:tw-my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .lg\:tw-mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .lg\:tw-my-2\.5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .lg\:tw-mx-2\.5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .lg\:tw-my-3\.5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .lg\:tw-mx-3\.5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .lg\:tw-my-2\/3{
    margin-top: 66.666%;
    margin-bottom: 66.666%;
  }

  .lg\:tw-mx-2\/3{
    margin-left: 66.666%;
    margin-right: 66.666%;
  }

  .lg\:tw-my-3\/2{
    margin-top: 150%;
    margin-bottom: 150%;
  }

  .lg\:tw-mx-3\/2{
    margin-left: 150%;
    margin-right: 150%;
  }

  .lg\:tw-my-square{
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .lg\:tw-mx-square{
    margin-left: 100%;
    margin-right: 100%;
  }

  .lg\:tw-my-58px{
    margin-top: 58px;
    margin-bottom: 58px;
  }

  .lg\:tw-mx-58px{
    margin-left: 58px;
    margin-right: 58px;
  }

  .lg\:tw-my-63px{
    margin-top: 63px;
    margin-bottom: 63px;
  }

  .lg\:tw-mx-63px{
    margin-left: 63px;
    margin-right: 63px;
  }

  .lg\:tw-my-73px{
    margin-top: 73.px;
    margin-bottom: 73.px;
  }

  .lg\:tw-mx-73px{
    margin-left: 73.px;
    margin-right: 73.px;
  }

  .lg\:tw--my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:tw--mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .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-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:tw--mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:tw--my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:tw--mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:tw--my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:tw--mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .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-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .lg\:tw--mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .lg\:tw--my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:tw--mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:tw--my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .lg\:tw--mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .lg\:tw--my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:tw--mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:tw--my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .lg\:tw--mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .lg\:tw--my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:tw--mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:tw--my-13{
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .lg\:tw--mx-13{
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .lg\:tw--my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .lg\:tw--mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .lg\:tw--my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:tw--mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:tw--my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:tw--mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:tw--my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:tw--mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:tw--my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .lg\:tw--mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .lg\:tw--my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:tw--mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:tw--my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .lg\:tw--mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .lg\:tw--my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:tw--mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:tw--my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .lg\:tw--mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .lg\:tw--my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:tw--mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:tw--my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .lg\:tw--mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .lg\:tw--my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:tw--mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:tw--my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .lg\:tw--mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .lg\:tw--my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:tw--mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:tw--my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .lg\:tw--mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .lg\:tw--my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .lg\:tw--mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .lg\:tw--my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .lg\:tw--mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .lg\:tw--my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:tw--mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:tw--my-0\.5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .lg\:tw--mx-0\.5{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .lg\:tw--my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .lg\:tw--mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .lg\:tw--my-2\.5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .lg\:tw--mx-2\.5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .lg\:tw--my-3\.5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .lg\:tw--mx-3\.5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .lg\:tw--my-2\/3{
    margin-top: -66.666%;
    margin-bottom: -66.666%;
  }

  .lg\:tw--mx-2\/3{
    margin-left: -66.666%;
    margin-right: -66.666%;
  }

  .lg\:tw--my-3\/2{
    margin-top: -150%;
    margin-bottom: -150%;
  }

  .lg\:tw--mx-3\/2{
    margin-left: -150%;
    margin-right: -150%;
  }

  .lg\:tw--my-square{
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .lg\:tw--mx-square{
    margin-left: -100%;
    margin-right: -100%;
  }

  .lg\:tw--my-58px{
    margin-top: -58px;
    margin-bottom: -58px;
  }

  .lg\:tw--mx-58px{
    margin-left: -58px;
    margin-right: -58px;
  }

  .lg\:tw--my-63px{
    margin-top: -63px;
    margin-bottom: -63px;
  }

  .lg\:tw--mx-63px{
    margin-left: -63px;
    margin-right: -63px;
  }

  .lg\:tw--my-73px{
    margin-top: -73px;
    margin-bottom: -73px;
  }

  .lg\:tw--mx-73px{
    margin-left: -73px;
    margin-right: -73px;
  }

  .lg\:tw-mt-0{
    margin-top: 0px;
  }

  .lg\:tw-mr-0{
    margin-right: 0px;
  }

  .lg\:tw-mb-0{
    margin-bottom: 0px;
  }

  .lg\:tw-ml-0{
    margin-left: 0px;
  }

  .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-3{
    margin-top: 0.75rem;
  }

  .lg\:tw-mr-3{
    margin-right: 0.75rem;
  }

  .lg\:tw-mb-3{
    margin-bottom: 0.75rem;
  }

  .lg\:tw-ml-3{
    margin-left: 0.75rem;
  }

  .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-5{
    margin-top: 1.25rem;
  }

  .lg\:tw-mr-5{
    margin-right: 1.25rem;
  }

  .lg\:tw-mb-5{
    margin-bottom: 1.25rem;
  }

  .lg\:tw-ml-5{
    margin-left: 1.25rem;
  }

  .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-7{
    margin-top: 1.75rem;
  }

  .lg\:tw-mr-7{
    margin-right: 1.75rem;
  }

  .lg\:tw-mb-7{
    margin-bottom: 1.75rem;
  }

  .lg\:tw-ml-7{
    margin-left: 1.75rem;
  }

  .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-9{
    margin-top: 2.25rem;
  }

  .lg\:tw-mr-9{
    margin-right: 2.25rem;
  }

  .lg\:tw-mb-9{
    margin-bottom: 2.25rem;
  }

  .lg\:tw-ml-9{
    margin-left: 2.25rem;
  }

  .lg\:tw-mt-10{
    margin-top: 2.5rem;
  }

  .lg\:tw-mr-10{
    margin-right: 2.5rem;
  }

  .lg\:tw-mb-10{
    margin-bottom: 2.5rem;
  }

  .lg\:tw-ml-10{
    margin-left: 2.5rem;
  }

  .lg\:tw-mt-11{
    margin-top: 2.75rem;
  }

  .lg\:tw-mr-11{
    margin-right: 2.75rem;
  }

  .lg\:tw-mb-11{
    margin-bottom: 2.75rem;
  }

  .lg\:tw-ml-11{
    margin-left: 2.75rem;
  }

  .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-13{
    margin-top: 3.25rem;
  }

  .lg\:tw-mr-13{
    margin-right: 3.25rem;
  }

  .lg\:tw-mb-13{
    margin-bottom: 3.25rem;
  }

  .lg\:tw-ml-13{
    margin-left: 3.25rem;
  }

  .lg\:tw-mt-14{
    margin-top: 3.5rem;
  }

  .lg\:tw-mr-14{
    margin-right: 3.5rem;
  }

  .lg\:tw-mb-14{
    margin-bottom: 3.5rem;
  }

  .lg\:tw-ml-14{
    margin-left: 3.5rem;
  }

  .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-20{
    margin-top: 5rem;
  }

  .lg\:tw-mr-20{
    margin-right: 5rem;
  }

  .lg\:tw-mb-20{
    margin-bottom: 5rem;
  }

  .lg\:tw-ml-20{
    margin-left: 5rem;
  }

  .lg\:tw-mt-24{
    margin-top: 6rem;
  }

  .lg\:tw-mr-24{
    margin-right: 6rem;
  }

  .lg\:tw-mb-24{
    margin-bottom: 6rem;
  }

  .lg\:tw-ml-24{
    margin-left: 6rem;
  }

  .lg\:tw-mt-28{
    margin-top: 7rem;
  }

  .lg\:tw-mr-28{
    margin-right: 7rem;
  }

  .lg\:tw-mb-28{
    margin-bottom: 7rem;
  }

  .lg\:tw-ml-28{
    margin-left: 7rem;
  }

  .lg\:tw-mt-32{
    margin-top: 8rem;
  }

  .lg\:tw-mr-32{
    margin-right: 8rem;
  }

  .lg\:tw-mb-32{
    margin-bottom: 8rem;
  }

  .lg\:tw-ml-32{
    margin-left: 8rem;
  }

  .lg\:tw-mt-36{
    margin-top: 9rem;
  }

  .lg\:tw-mr-36{
    margin-right: 9rem;
  }

  .lg\:tw-mb-36{
    margin-bottom: 9rem;
  }

  .lg\:tw-ml-36{
    margin-left: 9rem;
  }

  .lg\:tw-mt-40{
    margin-top: 10rem;
  }

  .lg\:tw-mr-40{
    margin-right: 10rem;
  }

  .lg\:tw-mb-40{
    margin-bottom: 10rem;
  }

  .lg\:tw-ml-40{
    margin-left: 10rem;
  }

  .lg\:tw-mt-44{
    margin-top: 11rem;
  }

  .lg\:tw-mr-44{
    margin-right: 11rem;
  }

  .lg\:tw-mb-44{
    margin-bottom: 11rem;
  }

  .lg\:tw-ml-44{
    margin-left: 11rem;
  }

  .lg\:tw-mt-48{
    margin-top: 12rem;
  }

  .lg\:tw-mr-48{
    margin-right: 12rem;
  }

  .lg\:tw-mb-48{
    margin-bottom: 12rem;
  }

  .lg\:tw-ml-48{
    margin-left: 12rem;
  }

  .lg\:tw-mt-52{
    margin-top: 13rem;
  }

  .lg\:tw-mr-52{
    margin-right: 13rem;
  }

  .lg\:tw-mb-52{
    margin-bottom: 13rem;
  }

  .lg\:tw-ml-52{
    margin-left: 13rem;
  }

  .lg\:tw-mt-56{
    margin-top: 14rem;
  }

  .lg\:tw-mr-56{
    margin-right: 14rem;
  }

  .lg\:tw-mb-56{
    margin-bottom: 14rem;
  }

  .lg\:tw-ml-56{
    margin-left: 14rem;
  }

  .lg\:tw-mt-60{
    margin-top: 15rem;
  }

  .lg\:tw-mr-60{
    margin-right: 15rem;
  }

  .lg\:tw-mb-60{
    margin-bottom: 15rem;
  }

  .lg\:tw-ml-60{
    margin-left: 15rem;
  }

  .lg\:tw-mt-64{
    margin-top: 16rem;
  }

  .lg\:tw-mr-64{
    margin-right: 16rem;
  }

  .lg\:tw-mb-64{
    margin-bottom: 16rem;
  }

  .lg\:tw-ml-64{
    margin-left: 16rem;
  }

  .lg\:tw-mt-72{
    margin-top: 18rem;
  }

  .lg\:tw-mr-72{
    margin-right: 18rem;
  }

  .lg\:tw-mb-72{
    margin-bottom: 18rem;
  }

  .lg\:tw-ml-72{
    margin-left: 18rem;
  }

  .lg\:tw-mt-80{
    margin-top: 20rem;
  }

  .lg\:tw-mr-80{
    margin-right: 20rem;
  }

  .lg\:tw-mb-80{
    margin-bottom: 20rem;
  }

  .lg\:tw-ml-80{
    margin-left: 20rem;
  }

  .lg\:tw-mt-96{
    margin-top: 24rem;
  }

  .lg\:tw-mr-96{
    margin-right: 24rem;
  }

  .lg\:tw-mb-96{
    margin-bottom: 24rem;
  }

  .lg\:tw-ml-96{
    margin-left: 24rem;
  }

  .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-mt-0\.5{
    margin-top: 0.125rem;
  }

  .lg\:tw-mr-0\.5{
    margin-right: 0.125rem;
  }

  .lg\:tw-mb-0\.5{
    margin-bottom: 0.125rem;
  }

  .lg\:tw-ml-0\.5{
    margin-left: 0.125rem;
  }

  .lg\:tw-mt-1\.5{
    margin-top: 0.375rem;
  }

  .lg\:tw-mr-1\.5{
    margin-right: 0.375rem;
  }

  .lg\:tw-mb-1\.5{
    margin-bottom: 0.375rem;
  }

  .lg\:tw-ml-1\.5{
    margin-left: 0.375rem;
  }

  .lg\:tw-mt-2\.5{
    margin-top: 0.625rem;
  }

  .lg\:tw-mr-2\.5{
    margin-right: 0.625rem;
  }

  .lg\:tw-mb-2\.5{
    margin-bottom: 0.625rem;
  }

  .lg\:tw-ml-2\.5{
    margin-left: 0.625rem;
  }

  .lg\:tw-mt-3\.5{
    margin-top: 0.875rem;
  }

  .lg\:tw-mr-3\.5{
    margin-right: 0.875rem;
  }

  .lg\:tw-mb-3\.5{
    margin-bottom: 0.875rem;
  }

  .lg\:tw-ml-3\.5{
    margin-left: 0.875rem;
  }

  .lg\:tw-mt-2\/3{
    margin-top: 66.666%;
  }

  .lg\:tw-mr-2\/3{
    margin-right: 66.666%;
  }

  .lg\:tw-mb-2\/3{
    margin-bottom: 66.666%;
  }

  .lg\:tw-ml-2\/3{
    margin-left: 66.666%;
  }

  .lg\:tw-mt-3\/2{
    margin-top: 150%;
  }

  .lg\:tw-mr-3\/2{
    margin-right: 150%;
  }

  .lg\:tw-mb-3\/2{
    margin-bottom: 150%;
  }

  .lg\:tw-ml-3\/2{
    margin-left: 150%;
  }

  .lg\:tw-mt-square{
    margin-top: 100%;
  }

  .lg\:tw-mr-square{
    margin-right: 100%;
  }

  .lg\:tw-mb-square{
    margin-bottom: 100%;
  }

  .lg\:tw-ml-square{
    margin-left: 100%;
  }

  .lg\:tw-mt-58px{
    margin-top: 58px;
  }

  .lg\:tw-mr-58px{
    margin-right: 58px;
  }

  .lg\:tw-mb-58px{
    margin-bottom: 58px;
  }

  .lg\:tw-ml-58px{
    margin-left: 58px;
  }

  .lg\:tw-mt-63px{
    margin-top: 63px;
  }

  .lg\:tw-mr-63px{
    margin-right: 63px;
  }

  .lg\:tw-mb-63px{
    margin-bottom: 63px;
  }

  .lg\:tw-ml-63px{
    margin-left: 63px;
  }

  .lg\:tw-mt-73px{
    margin-top: 73.px;
  }

  .lg\:tw-mr-73px{
    margin-right: 73.px;
  }

  .lg\:tw-mb-73px{
    margin-bottom: 73.px;
  }

  .lg\:tw-ml-73px{
    margin-left: 73.px;
  }

  .lg\:tw--mt-0{
    margin-top: 0px;
  }

  .lg\:tw--mr-0{
    margin-right: 0px;
  }

  .lg\:tw--mb-0{
    margin-bottom: 0px;
  }

  .lg\:tw--ml-0{
    margin-left: 0px;
  }

  .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-3{
    margin-top: -0.75rem;
  }

  .lg\:tw--mr-3{
    margin-right: -0.75rem;
  }

  .lg\:tw--mb-3{
    margin-bottom: -0.75rem;
  }

  .lg\:tw--ml-3{
    margin-left: -0.75rem;
  }

  .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-5{
    margin-top: -1.25rem;
  }

  .lg\:tw--mr-5{
    margin-right: -1.25rem;
  }

  .lg\:tw--mb-5{
    margin-bottom: -1.25rem;
  }

  .lg\:tw--ml-5{
    margin-left: -1.25rem;
  }

  .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-7{
    margin-top: -1.75rem;
  }

  .lg\:tw--mr-7{
    margin-right: -1.75rem;
  }

  .lg\:tw--mb-7{
    margin-bottom: -1.75rem;
  }

  .lg\:tw--ml-7{
    margin-left: -1.75rem;
  }

  .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-9{
    margin-top: -2.25rem;
  }

  .lg\:tw--mr-9{
    margin-right: -2.25rem;
  }

  .lg\:tw--mb-9{
    margin-bottom: -2.25rem;
  }

  .lg\:tw--ml-9{
    margin-left: -2.25rem;
  }

  .lg\:tw--mt-10{
    margin-top: -2.5rem;
  }

  .lg\:tw--mr-10{
    margin-right: -2.5rem;
  }

  .lg\:tw--mb-10{
    margin-bottom: -2.5rem;
  }

  .lg\:tw--ml-10{
    margin-left: -2.5rem;
  }

  .lg\:tw--mt-11{
    margin-top: -2.75rem;
  }

  .lg\:tw--mr-11{
    margin-right: -2.75rem;
  }

  .lg\:tw--mb-11{
    margin-bottom: -2.75rem;
  }

  .lg\:tw--ml-11{
    margin-left: -2.75rem;
  }

  .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-13{
    margin-top: -3.25rem;
  }

  .lg\:tw--mr-13{
    margin-right: -3.25rem;
  }

  .lg\:tw--mb-13{
    margin-bottom: -3.25rem;
  }

  .lg\:tw--ml-13{
    margin-left: -3.25rem;
  }

  .lg\:tw--mt-14{
    margin-top: -3.5rem;
  }

  .lg\:tw--mr-14{
    margin-right: -3.5rem;
  }

  .lg\:tw--mb-14{
    margin-bottom: -3.5rem;
  }

  .lg\:tw--ml-14{
    margin-left: -3.5rem;
  }

  .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-20{
    margin-top: -5rem;
  }

  .lg\:tw--mr-20{
    margin-right: -5rem;
  }

  .lg\:tw--mb-20{
    margin-bottom: -5rem;
  }

  .lg\:tw--ml-20{
    margin-left: -5rem;
  }

  .lg\:tw--mt-24{
    margin-top: -6rem;
  }

  .lg\:tw--mr-24{
    margin-right: -6rem;
  }

  .lg\:tw--mb-24{
    margin-bottom: -6rem;
  }

  .lg\:tw--ml-24{
    margin-left: -6rem;
  }

  .lg\:tw--mt-28{
    margin-top: -7rem;
  }

  .lg\:tw--mr-28{
    margin-right: -7rem;
  }

  .lg\:tw--mb-28{
    margin-bottom: -7rem;
  }

  .lg\:tw--ml-28{
    margin-left: -7rem;
  }

  .lg\:tw--mt-32{
    margin-top: -8rem;
  }

  .lg\:tw--mr-32{
    margin-right: -8rem;
  }

  .lg\:tw--mb-32{
    margin-bottom: -8rem;
  }

  .lg\:tw--ml-32{
    margin-left: -8rem;
  }

  .lg\:tw--mt-36{
    margin-top: -9rem;
  }

  .lg\:tw--mr-36{
    margin-right: -9rem;
  }

  .lg\:tw--mb-36{
    margin-bottom: -9rem;
  }

  .lg\:tw--ml-36{
    margin-left: -9rem;
  }

  .lg\:tw--mt-40{
    margin-top: -10rem;
  }

  .lg\:tw--mr-40{
    margin-right: -10rem;
  }

  .lg\:tw--mb-40{
    margin-bottom: -10rem;
  }

  .lg\:tw--ml-40{
    margin-left: -10rem;
  }

  .lg\:tw--mt-44{
    margin-top: -11rem;
  }

  .lg\:tw--mr-44{
    margin-right: -11rem;
  }

  .lg\:tw--mb-44{
    margin-bottom: -11rem;
  }

  .lg\:tw--ml-44{
    margin-left: -11rem;
  }

  .lg\:tw--mt-48{
    margin-top: -12rem;
  }

  .lg\:tw--mr-48{
    margin-right: -12rem;
  }

  .lg\:tw--mb-48{
    margin-bottom: -12rem;
  }

  .lg\:tw--ml-48{
    margin-left: -12rem;
  }

  .lg\:tw--mt-52{
    margin-top: -13rem;
  }

  .lg\:tw--mr-52{
    margin-right: -13rem;
  }

  .lg\:tw--mb-52{
    margin-bottom: -13rem;
  }

  .lg\:tw--ml-52{
    margin-left: -13rem;
  }

  .lg\:tw--mt-56{
    margin-top: -14rem;
  }

  .lg\:tw--mr-56{
    margin-right: -14rem;
  }

  .lg\:tw--mb-56{
    margin-bottom: -14rem;
  }

  .lg\:tw--ml-56{
    margin-left: -14rem;
  }

  .lg\:tw--mt-60{
    margin-top: -15rem;
  }

  .lg\:tw--mr-60{
    margin-right: -15rem;
  }

  .lg\:tw--mb-60{
    margin-bottom: -15rem;
  }

  .lg\:tw--ml-60{
    margin-left: -15rem;
  }

  .lg\:tw--mt-64{
    margin-top: -16rem;
  }

  .lg\:tw--mr-64{
    margin-right: -16rem;
  }

  .lg\:tw--mb-64{
    margin-bottom: -16rem;
  }

  .lg\:tw--ml-64{
    margin-left: -16rem;
  }

  .lg\:tw--mt-72{
    margin-top: -18rem;
  }

  .lg\:tw--mr-72{
    margin-right: -18rem;
  }

  .lg\:tw--mb-72{
    margin-bottom: -18rem;
  }

  .lg\:tw--ml-72{
    margin-left: -18rem;
  }

  .lg\:tw--mt-80{
    margin-top: -20rem;
  }

  .lg\:tw--mr-80{
    margin-right: -20rem;
  }

  .lg\:tw--mb-80{
    margin-bottom: -20rem;
  }

  .lg\:tw--ml-80{
    margin-left: -20rem;
  }

  .lg\:tw--mt-96{
    margin-top: -24rem;
  }

  .lg\:tw--mr-96{
    margin-right: -24rem;
  }

  .lg\:tw--mb-96{
    margin-bottom: -24rem;
  }

  .lg\:tw--ml-96{
    margin-left: -24rem;
  }

  .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--mt-0\.5{
    margin-top: -0.125rem;
  }

  .lg\:tw--mr-0\.5{
    margin-right: -0.125rem;
  }

  .lg\:tw--mb-0\.5{
    margin-bottom: -0.125rem;
  }

  .lg\:tw--ml-0\.5{
    margin-left: -0.125rem;
  }

  .lg\:tw--mt-1\.5{
    margin-top: -0.375rem;
  }

  .lg\:tw--mr-1\.5{
    margin-right: -0.375rem;
  }

  .lg\:tw--mb-1\.5{
    margin-bottom: -0.375rem;
  }

  .lg\:tw--ml-1\.5{
    margin-left: -0.375rem;
  }

  .lg\:tw--mt-2\.5{
    margin-top: -0.625rem;
  }

  .lg\:tw--mr-2\.5{
    margin-right: -0.625rem;
  }

  .lg\:tw--mb-2\.5{
    margin-bottom: -0.625rem;
  }

  .lg\:tw--ml-2\.5{
    margin-left: -0.625rem;
  }

  .lg\:tw--mt-3\.5{
    margin-top: -0.875rem;
  }

  .lg\:tw--mr-3\.5{
    margin-right: -0.875rem;
  }

  .lg\:tw--mb-3\.5{
    margin-bottom: -0.875rem;
  }

  .lg\:tw--ml-3\.5{
    margin-left: -0.875rem;
  }

  .lg\:tw--mt-2\/3{
    margin-top: -66.666%;
  }

  .lg\:tw--mr-2\/3{
    margin-right: -66.666%;
  }

  .lg\:tw--mb-2\/3{
    margin-bottom: -66.666%;
  }

  .lg\:tw--ml-2\/3{
    margin-left: -66.666%;
  }

  .lg\:tw--mt-3\/2{
    margin-top: -150%;
  }

  .lg\:tw--mr-3\/2{
    margin-right: -150%;
  }

  .lg\:tw--mb-3\/2{
    margin-bottom: -150%;
  }

  .lg\:tw--ml-3\/2{
    margin-left: -150%;
  }

  .lg\:tw--mt-square{
    margin-top: -100%;
  }

  .lg\:tw--mr-square{
    margin-right: -100%;
  }

  .lg\:tw--mb-square{
    margin-bottom: -100%;
  }

  .lg\:tw--ml-square{
    margin-left: -100%;
  }

  .lg\:tw--mt-58px{
    margin-top: -58px;
  }

  .lg\:tw--mr-58px{
    margin-right: -58px;
  }

  .lg\:tw--mb-58px{
    margin-bottom: -58px;
  }

  .lg\:tw--ml-58px{
    margin-left: -58px;
  }

  .lg\:tw--mt-63px{
    margin-top: -63px;
  }

  .lg\:tw--mr-63px{
    margin-right: -63px;
  }

  .lg\:tw--mb-63px{
    margin-bottom: -63px;
  }

  .lg\:tw--ml-63px{
    margin-left: -63px;
  }

  .lg\:tw--mt-73px{
    margin-top: -73px;
  }

  .lg\:tw--mr-73px{
    margin-right: -73px;
  }

  .lg\:tw--mb-73px{
    margin-bottom: -73px;
  }

  .lg\:tw--ml-73px{
    margin-left: -73px;
  }

  .lg\:tw-max-h-0{
    max-height: 0px;
  }

  .lg\:tw-max-h-1{
    max-height: 0.25rem;
  }

  .lg\:tw-max-h-2{
    max-height: 0.5rem;
  }

  .lg\:tw-max-h-3{
    max-height: 0.75rem;
  }

  .lg\:tw-max-h-4{
    max-height: 1rem;
  }

  .lg\:tw-max-h-5{
    max-height: 1.25rem;
  }

  .lg\:tw-max-h-6{
    max-height: 1.5rem;
  }

  .lg\:tw-max-h-7{
    max-height: 1.75rem;
  }

  .lg\:tw-max-h-8{
    max-height: 2rem;
  }

  .lg\:tw-max-h-9{
    max-height: 2.25rem;
  }

  .lg\:tw-max-h-10{
    max-height: 2.5rem;
  }

  .lg\:tw-max-h-11{
    max-height: 2.75rem;
  }

  .lg\:tw-max-h-12{
    max-height: 3rem;
  }

  .lg\:tw-max-h-13{
    max-height: 3.25rem;
  }

  .lg\:tw-max-h-14{
    max-height: 3.5rem;
  }

  .lg\:tw-max-h-16{
    max-height: 4rem;
  }

  .lg\:tw-max-h-20{
    max-height: 5rem;
  }

  .lg\:tw-max-h-24{
    max-height: 6rem;
  }

  .lg\:tw-max-h-28{
    max-height: 7rem;
  }

  .lg\:tw-max-h-32{
    max-height: 8rem;
  }

  .lg\:tw-max-h-36{
    max-height: 9rem;
  }

  .lg\:tw-max-h-40{
    max-height: 10rem;
  }

  .lg\:tw-max-h-44{
    max-height: 11rem;
  }

  .lg\:tw-max-h-48{
    max-height: 12rem;
  }

  .lg\:tw-max-h-52{
    max-height: 13rem;
  }

  .lg\:tw-max-h-56{
    max-height: 14rem;
  }

  .lg\:tw-max-h-60{
    max-height: 15rem;
  }

  .lg\:tw-max-h-64{
    max-height: 16rem;
  }

  .lg\:tw-max-h-72{
    max-height: 18rem;
  }

  .lg\:tw-max-h-80{
    max-height: 20rem;
  }

  .lg\:tw-max-h-96{
    max-height: 24rem;
  }

  .lg\:tw-max-h-px{
    max-height: 1px;
  }

  .lg\:tw-max-h-0\.5{
    max-height: 0.125rem;
  }

  .lg\:tw-max-h-1\.5{
    max-height: 0.375rem;
  }

  .lg\:tw-max-h-2\.5{
    max-height: 0.625rem;
  }

  .lg\:tw-max-h-3\.5{
    max-height: 0.875rem;
  }

  .lg\:tw-max-h-2\/3{
    max-height: 66.666%;
  }

  .lg\:tw-max-h-3\/2{
    max-height: 150%;
  }

  .lg\:tw-max-h-square{
    max-height: 100%;
  }

  .lg\:tw-max-h-58px{
    max-height: 58px;
  }

  .lg\:tw-max-h-63px{
    max-height: 63px;
  }

  .lg\:tw-max-h-73px{
    max-height: 73.px;
  }

  .lg\:tw-max-h-full{
    max-height: 100%;
  }

  .lg\:tw-max-h-screen{
    max-height: 100vh;
  }

  .lg\:tw-max-w-0{
    max-width: 0rem;
  }

  .lg\:tw-max-w-300{
    max-width: 300px;
  }

  .lg\:tw-max-w-400{
    max-width: 400px;
  }

  .lg\:tw-max-w-800{
    max-width: 800px;
  }

  .lg\:tw-max-w-1000{
    max-width: 1000px;
  }

  .lg\:tw-max-w-none{
    max-width: none;
  }

  .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-7xl{
    max-width: 80rem;
  }

  .lg\:tw-max-w-full{
    max-width: 100%;
  }

  .lg\:tw-max-w-min{
    max-width: min-content;
  }

  .lg\:tw-max-w-max{
    max-width: max-content;
  }

  .lg\:tw-max-w-prose{
    max-width: 65ch;
  }

  .lg\:tw-max-w-screen-sm{
    max-width: 576px;
  }

  .lg\:tw-max-w-screen-md{
    max-width: 768px;
  }

  .lg\:tw-max-w-screen-lg{
    max-width: 1024px;
  }

  .lg\:tw-max-w-screen-xl{
    max-width: 1366px;
  }

  .lg\:tw-max-w-screen-2xl{
    max-width: 1440px;
  }

  .lg\:tw-max-w-screen-3xl{
    max-width: 1600px;
  }

  .lg\:tw-min-h-0{
    min-height: 0px;
  }

  .lg\:tw-min-h-12{
    min-height: 3rem;
  }

  .lg\:tw-min-h-full{
    min-height: 100%;
  }

  .lg\:tw-min-h-screen{
    min-height: 100vh;
  }

  .lg\:tw-min-w-0{
    min-width: 0px;
  }

  .lg\:tw-min-w-50{
    min-width: 50px;
  }

  .lg\:tw-min-w-75{
    min-width: 75px;
  }

  .lg\:tw-min-w-96{
    min-width: 24rem;
  }

  .lg\:tw-min-w-100{
    min-width: 100px;
  }

  .lg\:tw-min-w-200{
    min-width: 200px;
  }

  .lg\:tw-min-w-300{
    min-width: 300px;
  }

  .lg\:tw-min-w-600{
    min-width: 600px;
  }

  .lg\:tw-min-w-800{
    min-width: 800px;
  }

  .lg\:tw-min-w-full{
    min-width: 100%;
  }

  .lg\:tw-min-w-min{
    min-width: min-content;
  }

  .lg\:tw-min-w-max{
    min-width: max-content;
  }

  .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-opacity-0{
    opacity: 0;
  }

  .lg\:tw-opacity-5{
    opacity: 0.05;
  }

  .lg\:tw-opacity-10{
    opacity: 0.1;
  }

  .lg\:tw-opacity-20{
    opacity: 0.2;
  }

  .lg\:tw-opacity-25{
    opacity: 0.25;
  }

  .lg\:tw-opacity-30{
    opacity: 0.3;
  }

  .lg\:tw-opacity-40{
    opacity: 0.4;
  }

  .lg\:tw-opacity-50{
    opacity: 0.5;
  }

  .lg\:tw-opacity-60{
    opacity: 0.6;
  }

  .lg\:tw-opacity-70{
    opacity: 0.7;
  }

  .lg\:tw-opacity-75{
    opacity: 0.75;
  }

  .lg\:tw-opacity-80{
    opacity: 0.8;
  }

  .lg\:tw-opacity-90{
    opacity: 0.9;
  }

  .lg\:tw-opacity-95{
    opacity: 0.95;
  }

  .lg\:tw-opacity-100{
    opacity: 1;
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-0{
    opacity: 0;
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-5{
    opacity: 0.05;
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-10{
    opacity: 0.1;
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-20{
    opacity: 0.2;
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-25{
    opacity: 0.25;
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-30{
    opacity: 0.3;
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-40{
    opacity: 0.4;
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-50{
    opacity: 0.5;
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-60{
    opacity: 0.6;
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-70{
    opacity: 0.7;
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-75{
    opacity: 0.75;
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-80{
    opacity: 0.8;
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-90{
    opacity: 0.9;
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-95{
    opacity: 0.95;
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-100{
    opacity: 1;
  }

  .lg\:focus-within\:tw-opacity-0:focus-within{
    opacity: 0;
  }

  .lg\:focus-within\:tw-opacity-5:focus-within{
    opacity: 0.05;
  }

  .lg\:focus-within\:tw-opacity-10:focus-within{
    opacity: 0.1;
  }

  .lg\:focus-within\:tw-opacity-20:focus-within{
    opacity: 0.2;
  }

  .lg\:focus-within\:tw-opacity-25:focus-within{
    opacity: 0.25;
  }

  .lg\:focus-within\:tw-opacity-30:focus-within{
    opacity: 0.3;
  }

  .lg\:focus-within\:tw-opacity-40:focus-within{
    opacity: 0.4;
  }

  .lg\:focus-within\:tw-opacity-50:focus-within{
    opacity: 0.5;
  }

  .lg\:focus-within\:tw-opacity-60:focus-within{
    opacity: 0.6;
  }

  .lg\:focus-within\:tw-opacity-70:focus-within{
    opacity: 0.7;
  }

  .lg\:focus-within\:tw-opacity-75:focus-within{
    opacity: 0.75;
  }

  .lg\:focus-within\:tw-opacity-80:focus-within{
    opacity: 0.8;
  }

  .lg\:focus-within\:tw-opacity-90:focus-within{
    opacity: 0.9;
  }

  .lg\:focus-within\:tw-opacity-95:focus-within{
    opacity: 0.95;
  }

  .lg\:focus-within\:tw-opacity-100:focus-within{
    opacity: 1;
  }

  .lg\:hover\:tw-opacity-0:hover{
    opacity: 0;
  }

  .lg\:hover\:tw-opacity-5:hover{
    opacity: 0.05;
  }

  .lg\:hover\:tw-opacity-10:hover{
    opacity: 0.1;
  }

  .lg\:hover\:tw-opacity-20:hover{
    opacity: 0.2;
  }

  .lg\:hover\:tw-opacity-25:hover{
    opacity: 0.25;
  }

  .lg\:hover\:tw-opacity-30:hover{
    opacity: 0.3;
  }

  .lg\:hover\:tw-opacity-40:hover{
    opacity: 0.4;
  }

  .lg\:hover\:tw-opacity-50:hover{
    opacity: 0.5;
  }

  .lg\:hover\:tw-opacity-60:hover{
    opacity: 0.6;
  }

  .lg\:hover\:tw-opacity-70:hover{
    opacity: 0.7;
  }

  .lg\:hover\:tw-opacity-75:hover{
    opacity: 0.75;
  }

  .lg\:hover\:tw-opacity-80:hover{
    opacity: 0.8;
  }

  .lg\:hover\:tw-opacity-90:hover{
    opacity: 0.9;
  }

  .lg\:hover\:tw-opacity-95:hover{
    opacity: 0.95;
  }

  .lg\:hover\:tw-opacity-100:hover{
    opacity: 1;
  }

  .lg\:focus\:tw-opacity-0:focus{
    opacity: 0;
  }

  .lg\:focus\:tw-opacity-5:focus{
    opacity: 0.05;
  }

  .lg\:focus\:tw-opacity-10:focus{
    opacity: 0.1;
  }

  .lg\:focus\:tw-opacity-20:focus{
    opacity: 0.2;
  }

  .lg\:focus\:tw-opacity-25:focus{
    opacity: 0.25;
  }

  .lg\:focus\:tw-opacity-30:focus{
    opacity: 0.3;
  }

  .lg\:focus\:tw-opacity-40:focus{
    opacity: 0.4;
  }

  .lg\:focus\:tw-opacity-50:focus{
    opacity: 0.5;
  }

  .lg\:focus\:tw-opacity-60:focus{
    opacity: 0.6;
  }

  .lg\:focus\:tw-opacity-70:focus{
    opacity: 0.7;
  }

  .lg\:focus\:tw-opacity-75:focus{
    opacity: 0.75;
  }

  .lg\:focus\:tw-opacity-80:focus{
    opacity: 0.8;
  }

  .lg\:focus\:tw-opacity-90:focus{
    opacity: 0.9;
  }

  .lg\:focus\:tw-opacity-95:focus{
    opacity: 0.95;
  }

  .lg\:focus\:tw-opacity-100:focus{
    opacity: 1;
  }

  .lg\:tw-outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:tw-outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:tw-outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .lg\:focus-within\:tw-outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:focus-within\:tw-outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:focus-within\:tw-outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .lg\:focus\:tw-outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:focus\:tw-outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:focus\:tw-outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .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-overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .lg\:tw-overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .lg\:tw-overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .lg\:tw-overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .lg\:tw-overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .lg\:tw-overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .lg\:tw-overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .lg\:tw-overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .lg\:tw-overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .lg\:tw-p-0{
    padding: 0px;
  }

  .lg\:tw-p-1{
    padding: 0.25rem;
  }

  .lg\:tw-p-2{
    padding: 0.5rem;
  }

  .lg\:tw-p-3{
    padding: 0.75rem;
  }

  .lg\:tw-p-4{
    padding: 1rem;
  }

  .lg\:tw-p-5{
    padding: 1.25rem;
  }

  .lg\:tw-p-6{
    padding: 1.5rem;
  }

  .lg\:tw-p-7{
    padding: 1.75rem;
  }

  .lg\:tw-p-8{
    padding: 2rem;
  }

  .lg\:tw-p-9{
    padding: 2.25rem;
  }

  .lg\:tw-p-10{
    padding: 2.5rem;
  }

  .lg\:tw-p-11{
    padding: 2.75rem;
  }

  .lg\:tw-p-12{
    padding: 3rem;
  }

  .lg\:tw-p-13{
    padding: 3.25rem;
  }

  .lg\:tw-p-14{
    padding: 3.5rem;
  }

  .lg\:tw-p-16{
    padding: 4rem;
  }

  .lg\:tw-p-20{
    padding: 5rem;
  }

  .lg\:tw-p-24{
    padding: 6rem;
  }

  .lg\:tw-p-28{
    padding: 7rem;
  }

  .lg\:tw-p-32{
    padding: 8rem;
  }

  .lg\:tw-p-36{
    padding: 9rem;
  }

  .lg\:tw-p-40{
    padding: 10rem;
  }

  .lg\:tw-p-44{
    padding: 11rem;
  }

  .lg\:tw-p-48{
    padding: 12rem;
  }

  .lg\:tw-p-52{
    padding: 13rem;
  }

  .lg\:tw-p-56{
    padding: 14rem;
  }

  .lg\:tw-p-60{
    padding: 15rem;
  }

  .lg\:tw-p-64{
    padding: 16rem;
  }

  .lg\:tw-p-72{
    padding: 18rem;
  }

  .lg\:tw-p-80{
    padding: 20rem;
  }

  .lg\:tw-p-96{
    padding: 24rem;
  }

  .lg\:tw-p-px{
    padding: 1px;
  }

  .lg\:tw-p-0\.5{
    padding: 0.125rem;
  }

  .lg\:tw-p-1\.5{
    padding: 0.375rem;
  }

  .lg\:tw-p-2\.5{
    padding: 0.625rem;
  }

  .lg\:tw-p-3\.5{
    padding: 0.875rem;
  }

  .lg\:tw-p-2\/3{
    padding: 66.666%;
  }

  .lg\:tw-p-3\/2{
    padding: 150%;
  }

  .lg\:tw-p-square{
    padding: 100%;
  }

  .lg\:tw-p-58px{
    padding: 58px;
  }

  .lg\:tw-p-63px{
    padding: 63px;
  }

  .lg\:tw-p-73px{
    padding: 73.px;
  }

  .lg\:tw-py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:tw-px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:tw-py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:tw-px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:tw-py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:tw-px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:tw-py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:tw-px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:tw-py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:tw-px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:tw-py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:tw-px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .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-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:tw-px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:tw-py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:tw-px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:tw-py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:tw-px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:tw-py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:tw-px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:tw-py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .lg\:tw-px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .lg\:tw-py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:tw-px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:tw-py-13{
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .lg\:tw-px-13{
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .lg\:tw-py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:tw-px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:tw-py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:tw-px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:tw-py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:tw-px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:tw-py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:tw-px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:tw-py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:tw-px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:tw-py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:tw-px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:tw-py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .lg\:tw-px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .lg\:tw-py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:tw-px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:tw-py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .lg\:tw-px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .lg\:tw-py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:tw-px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:tw-py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .lg\:tw-px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .lg\:tw-py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:tw-px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:tw-py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .lg\:tw-px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .lg\:tw-py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:tw-px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:tw-py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .lg\:tw-px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .lg\:tw-py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .lg\:tw-px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .lg\:tw-py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .lg\:tw-px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .lg\:tw-py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:tw-px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:tw-py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .lg\:tw-px-0\.5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .lg\:tw-py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .lg\:tw-px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .lg\:tw-py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .lg\:tw-px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .lg\:tw-py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .lg\:tw-px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .lg\:tw-py-2\/3{
    padding-top: 66.666%;
    padding-bottom: 66.666%;
  }

  .lg\:tw-px-2\/3{
    padding-left: 66.666%;
    padding-right: 66.666%;
  }

  .lg\:tw-py-3\/2{
    padding-top: 150%;
    padding-bottom: 150%;
  }

  .lg\:tw-px-3\/2{
    padding-left: 150%;
    padding-right: 150%;
  }

  .lg\:tw-py-square{
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .lg\:tw-px-square{
    padding-left: 100%;
    padding-right: 100%;
  }

  .lg\:tw-py-58px{
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .lg\:tw-px-58px{
    padding-left: 58px;
    padding-right: 58px;
  }

  .lg\:tw-py-63px{
    padding-top: 63px;
    padding-bottom: 63px;
  }

  .lg\:tw-px-63px{
    padding-left: 63px;
    padding-right: 63px;
  }

  .lg\:tw-py-73px{
    padding-top: 73.px;
    padding-bottom: 73.px;
  }

  .lg\:tw-px-73px{
    padding-left: 73.px;
    padding-right: 73.px;
  }

  .lg\:tw-pt-0{
    padding-top: 0px;
  }

  .lg\:tw-pr-0{
    padding-right: 0px;
  }

  .lg\:tw-pb-0{
    padding-bottom: 0px;
  }

  .lg\:tw-pl-0{
    padding-left: 0px;
  }

  .lg\:tw-pt-1{
    padding-top: 0.25rem;
  }

  .lg\:tw-pr-1{
    padding-right: 0.25rem;
  }

  .lg\:tw-pb-1{
    padding-bottom: 0.25rem;
  }

  .lg\:tw-pl-1{
    padding-left: 0.25rem;
  }

  .lg\:tw-pt-2{
    padding-top: 0.5rem;
  }

  .lg\:tw-pr-2{
    padding-right: 0.5rem;
  }

  .lg\:tw-pb-2{
    padding-bottom: 0.5rem;
  }

  .lg\:tw-pl-2{
    padding-left: 0.5rem;
  }

  .lg\:tw-pt-3{
    padding-top: 0.75rem;
  }

  .lg\:tw-pr-3{
    padding-right: 0.75rem;
  }

  .lg\:tw-pb-3{
    padding-bottom: 0.75rem;
  }

  .lg\:tw-pl-3{
    padding-left: 0.75rem;
  }

  .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-5{
    padding-top: 1.25rem;
  }

  .lg\:tw-pr-5{
    padding-right: 1.25rem;
  }

  .lg\:tw-pb-5{
    padding-bottom: 1.25rem;
  }

  .lg\:tw-pl-5{
    padding-left: 1.25rem;
  }

  .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-7{
    padding-top: 1.75rem;
  }

  .lg\:tw-pr-7{
    padding-right: 1.75rem;
  }

  .lg\:tw-pb-7{
    padding-bottom: 1.75rem;
  }

  .lg\:tw-pl-7{
    padding-left: 1.75rem;
  }

  .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-9{
    padding-top: 2.25rem;
  }

  .lg\:tw-pr-9{
    padding-right: 2.25rem;
  }

  .lg\:tw-pb-9{
    padding-bottom: 2.25rem;
  }

  .lg\:tw-pl-9{
    padding-left: 2.25rem;
  }

  .lg\:tw-pt-10{
    padding-top: 2.5rem;
  }

  .lg\:tw-pr-10{
    padding-right: 2.5rem;
  }

  .lg\:tw-pb-10{
    padding-bottom: 2.5rem;
  }

  .lg\:tw-pl-10{
    padding-left: 2.5rem;
  }

  .lg\:tw-pt-11{
    padding-top: 2.75rem;
  }

  .lg\:tw-pr-11{
    padding-right: 2.75rem;
  }

  .lg\:tw-pb-11{
    padding-bottom: 2.75rem;
  }

  .lg\:tw-pl-11{
    padding-left: 2.75rem;
  }

  .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-13{
    padding-top: 3.25rem;
  }

  .lg\:tw-pr-13{
    padding-right: 3.25rem;
  }

  .lg\:tw-pb-13{
    padding-bottom: 3.25rem;
  }

  .lg\:tw-pl-13{
    padding-left: 3.25rem;
  }

  .lg\:tw-pt-14{
    padding-top: 3.5rem;
  }

  .lg\:tw-pr-14{
    padding-right: 3.5rem;
  }

  .lg\:tw-pb-14{
    padding-bottom: 3.5rem;
  }

  .lg\:tw-pl-14{
    padding-left: 3.5rem;
  }

  .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-20{
    padding-top: 5rem;
  }

  .lg\:tw-pr-20{
    padding-right: 5rem;
  }

  .lg\:tw-pb-20{
    padding-bottom: 5rem;
  }

  .lg\:tw-pl-20{
    padding-left: 5rem;
  }

  .lg\:tw-pt-24{
    padding-top: 6rem;
  }

  .lg\:tw-pr-24{
    padding-right: 6rem;
  }

  .lg\:tw-pb-24{
    padding-bottom: 6rem;
  }

  .lg\:tw-pl-24{
    padding-left: 6rem;
  }

  .lg\:tw-pt-28{
    padding-top: 7rem;
  }

  .lg\:tw-pr-28{
    padding-right: 7rem;
  }

  .lg\:tw-pb-28{
    padding-bottom: 7rem;
  }

  .lg\:tw-pl-28{
    padding-left: 7rem;
  }

  .lg\:tw-pt-32{
    padding-top: 8rem;
  }

  .lg\:tw-pr-32{
    padding-right: 8rem;
  }

  .lg\:tw-pb-32{
    padding-bottom: 8rem;
  }

  .lg\:tw-pl-32{
    padding-left: 8rem;
  }

  .lg\:tw-pt-36{
    padding-top: 9rem;
  }

  .lg\:tw-pr-36{
    padding-right: 9rem;
  }

  .lg\:tw-pb-36{
    padding-bottom: 9rem;
  }

  .lg\:tw-pl-36{
    padding-left: 9rem;
  }

  .lg\:tw-pt-40{
    padding-top: 10rem;
  }

  .lg\:tw-pr-40{
    padding-right: 10rem;
  }

  .lg\:tw-pb-40{
    padding-bottom: 10rem;
  }

  .lg\:tw-pl-40{
    padding-left: 10rem;
  }

  .lg\:tw-pt-44{
    padding-top: 11rem;
  }

  .lg\:tw-pr-44{
    padding-right: 11rem;
  }

  .lg\:tw-pb-44{
    padding-bottom: 11rem;
  }

  .lg\:tw-pl-44{
    padding-left: 11rem;
  }

  .lg\:tw-pt-48{
    padding-top: 12rem;
  }

  .lg\:tw-pr-48{
    padding-right: 12rem;
  }

  .lg\:tw-pb-48{
    padding-bottom: 12rem;
  }

  .lg\:tw-pl-48{
    padding-left: 12rem;
  }

  .lg\:tw-pt-52{
    padding-top: 13rem;
  }

  .lg\:tw-pr-52{
    padding-right: 13rem;
  }

  .lg\:tw-pb-52{
    padding-bottom: 13rem;
  }

  .lg\:tw-pl-52{
    padding-left: 13rem;
  }

  .lg\:tw-pt-56{
    padding-top: 14rem;
  }

  .lg\:tw-pr-56{
    padding-right: 14rem;
  }

  .lg\:tw-pb-56{
    padding-bottom: 14rem;
  }

  .lg\:tw-pl-56{
    padding-left: 14rem;
  }

  .lg\:tw-pt-60{
    padding-top: 15rem;
  }

  .lg\:tw-pr-60{
    padding-right: 15rem;
  }

  .lg\:tw-pb-60{
    padding-bottom: 15rem;
  }

  .lg\:tw-pl-60{
    padding-left: 15rem;
  }

  .lg\:tw-pt-64{
    padding-top: 16rem;
  }

  .lg\:tw-pr-64{
    padding-right: 16rem;
  }

  .lg\:tw-pb-64{
    padding-bottom: 16rem;
  }

  .lg\:tw-pl-64{
    padding-left: 16rem;
  }

  .lg\:tw-pt-72{
    padding-top: 18rem;
  }

  .lg\:tw-pr-72{
    padding-right: 18rem;
  }

  .lg\:tw-pb-72{
    padding-bottom: 18rem;
  }

  .lg\:tw-pl-72{
    padding-left: 18rem;
  }

  .lg\:tw-pt-80{
    padding-top: 20rem;
  }

  .lg\:tw-pr-80{
    padding-right: 20rem;
  }

  .lg\:tw-pb-80{
    padding-bottom: 20rem;
  }

  .lg\:tw-pl-80{
    padding-left: 20rem;
  }

  .lg\:tw-pt-96{
    padding-top: 24rem;
  }

  .lg\:tw-pr-96{
    padding-right: 24rem;
  }

  .lg\:tw-pb-96{
    padding-bottom: 24rem;
  }

  .lg\:tw-pl-96{
    padding-left: 24rem;
  }

  .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-pt-0\.5{
    padding-top: 0.125rem;
  }

  .lg\:tw-pr-0\.5{
    padding-right: 0.125rem;
  }

  .lg\:tw-pb-0\.5{
    padding-bottom: 0.125rem;
  }

  .lg\:tw-pl-0\.5{
    padding-left: 0.125rem;
  }

  .lg\:tw-pt-1\.5{
    padding-top: 0.375rem;
  }

  .lg\:tw-pr-1\.5{
    padding-right: 0.375rem;
  }

  .lg\:tw-pb-1\.5{
    padding-bottom: 0.375rem;
  }

  .lg\:tw-pl-1\.5{
    padding-left: 0.375rem;
  }

  .lg\:tw-pt-2\.5{
    padding-top: 0.625rem;
  }

  .lg\:tw-pr-2\.5{
    padding-right: 0.625rem;
  }

  .lg\:tw-pb-2\.5{
    padding-bottom: 0.625rem;
  }

  .lg\:tw-pl-2\.5{
    padding-left: 0.625rem;
  }

  .lg\:tw-pt-3\.5{
    padding-top: 0.875rem;
  }

  .lg\:tw-pr-3\.5{
    padding-right: 0.875rem;
  }

  .lg\:tw-pb-3\.5{
    padding-bottom: 0.875rem;
  }

  .lg\:tw-pl-3\.5{
    padding-left: 0.875rem;
  }

  .lg\:tw-pt-2\/3{
    padding-top: 66.666%;
  }

  .lg\:tw-pr-2\/3{
    padding-right: 66.666%;
  }

  .lg\:tw-pb-2\/3{
    padding-bottom: 66.666%;
  }

  .lg\:tw-pl-2\/3{
    padding-left: 66.666%;
  }

  .lg\:tw-pt-3\/2{
    padding-top: 150%;
  }

  .lg\:tw-pr-3\/2{
    padding-right: 150%;
  }

  .lg\:tw-pb-3\/2{
    padding-bottom: 150%;
  }

  .lg\:tw-pl-3\/2{
    padding-left: 150%;
  }

  .lg\:tw-pt-square{
    padding-top: 100%;
  }

  .lg\:tw-pr-square{
    padding-right: 100%;
  }

  .lg\:tw-pb-square{
    padding-bottom: 100%;
  }

  .lg\:tw-pl-square{
    padding-left: 100%;
  }

  .lg\:tw-pt-58px{
    padding-top: 58px;
  }

  .lg\:tw-pr-58px{
    padding-right: 58px;
  }

  .lg\:tw-pb-58px{
    padding-bottom: 58px;
  }

  .lg\:tw-pl-58px{
    padding-left: 58px;
  }

  .lg\:tw-pt-63px{
    padding-top: 63px;
  }

  .lg\:tw-pr-63px{
    padding-right: 63px;
  }

  .lg\:tw-pb-63px{
    padding-bottom: 63px;
  }

  .lg\:tw-pl-63px{
    padding-left: 63px;
  }

  .lg\:tw-pt-73px{
    padding-top: 73.px;
  }

  .lg\:tw-pr-73px{
    padding-right: 73.px;
  }

  .lg\:tw-pb-73px{
    padding-bottom: 73.px;
  }

  .lg\:tw-pl-73px{
    padding-left: 73.px;
  }

  .lg\:tw-placeholder-brand-orange:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
  }

  .lg\:tw-placeholder-brand-orange::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
  }

  .lg\:tw-placeholder-brand-orange-dark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
  }

  .lg\:tw-placeholder-brand-orange-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
  }

  .lg\:tw-placeholder-brand-orange-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
  }

  .lg\:tw-placeholder-brand-orange-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
  }

  .lg\:tw-placeholder-brand-blue:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
  }

  .lg\:tw-placeholder-brand-blue::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
  }

  .lg\:tw-placeholder-brand-blue-dark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
  }

  .lg\:tw-placeholder-brand-blue-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
  }

  .lg\:tw-placeholder-brand-blue-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
  }

  .lg\:tw-placeholder-brand-blue-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
  }

  .lg\:tw-placeholder-brand-yellow:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-placeholder-opacity));
  }

  .lg\:tw-placeholder-brand-yellow::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-placeholder-opacity));
  }

  .lg\:tw-placeholder-brand-green:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-placeholder-opacity));
  }

  .lg\:tw-placeholder-brand-green::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-placeholder-opacity));
  }

  .lg\:tw-placeholder-brand-pink:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-placeholder-opacity));
  }

  .lg\:tw-placeholder-brand-pink::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-placeholder-opacity));
  }

  .lg\:tw-placeholder-brand-red:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-placeholder-opacity));
  }

  .lg\:tw-placeholder-brand-red::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-placeholder-opacity));
  }

  .lg\:tw-placeholder-brand-turquesa:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-placeholder-opacity));
  }

  .lg\:tw-placeholder-brand-turquesa::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-lighter:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-lighter::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-dark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-darker:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-darker::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-medium:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-medium::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-mid:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-mid::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-placeholder-opacity));
  }

  .lg\:tw-placeholder-black:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:tw-placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:tw-placeholder-primary:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
  }

  .lg\:tw-placeholder-primary::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
  }

  .lg\:tw-placeholder-primary-dark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
  }

  .lg\:tw-placeholder-primary-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
  }

  .lg\:tw-placeholder-primary-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
  }

  .lg\:tw-placeholder-primary-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
  }

  .lg\:tw-placeholder-secondary:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
  }

  .lg\:tw-placeholder-secondary::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
  }

  .lg\:tw-placeholder-secondary-dark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
  }

  .lg\:tw-placeholder-secondary-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
  }

  .lg\:tw-placeholder-secondary-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
  }

  .lg\:tw-placeholder-secondary-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
  }

  .lg\:tw-placeholder-white:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:tw-placeholder-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:tw-placeholder-hyperlinks:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-placeholder-opacity));
  }

  .lg\:tw-placeholder-hyperlinks::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-placeholder-opacity));
  }

  .lg\:tw-placeholder-hyperlinks-visited:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-placeholder-opacity));
  }

  .lg\:tw-placeholder-hyperlinks-visited::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-placeholder-opacity));
  }

  .lg\:tw-placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .lg\:tw-placeholder-transparent::placeholder{
    color: transparent;
  }

  .lg\:focus\:tw-placeholder-brand-orange:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-brand-orange:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-brand-orange-dark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-brand-orange-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-brand-orange-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-brand-orange-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-brand-blue:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-brand-blue:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-brand-blue-dark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-brand-blue-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-brand-blue-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-brand-blue-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-brand-yellow:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-brand-yellow:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-brand-green:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-brand-green:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-brand-pink:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-brand-pink:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-brand-red:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-brand-red:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-brand-turquesa:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-brand-turquesa:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-lighter:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-lighter:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-dark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-darker:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-darker:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-medium:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-medium:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-mid:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-mid:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-black:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-primary:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-primary:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-primary-dark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-primary-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-primary-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-primary-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-secondary:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-secondary:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-secondary-dark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-secondary-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-secondary-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-secondary-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-white:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-hyperlinks:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-hyperlinks:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-hyperlinks-visited:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-hyperlinks-visited:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .lg\:focus\:tw-placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .lg\:tw-placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .lg\:tw-placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .lg\:tw-placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:tw-placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:tw-placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:tw-placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:tw-placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:tw-placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:tw-placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:tw-placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:tw-placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:tw-placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:tw-placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:tw-placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:tw-placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:tw-placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:tw-placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:tw-placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:tw-placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:tw-placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:tw-placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:tw-placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:tw-placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:tw-placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:tw-placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:tw-placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:tw-placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:tw-placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:tw-placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .lg\:tw-placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .lg\:focus\:tw-placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .lg\:focus\:tw-placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .lg\:focus\:tw-placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:focus\:tw-placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:focus\:tw-placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:focus\:tw-placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:focus\:tw-placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:focus\:tw-placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:focus\:tw-placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:focus\:tw-placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:focus\:tw-placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:focus\:tw-placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:focus\:tw-placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:focus\:tw-placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:focus\:tw-placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:focus\:tw-placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:focus\:tw-placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:focus\:tw-placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:focus\:tw-placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:focus\:tw-placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:focus\:tw-placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:focus\:tw-placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:focus\:tw-placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:focus\:tw-placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:focus\:tw-placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:focus\:tw-placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:focus\:tw-placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:focus\:tw-placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:focus\:tw-placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .lg\:focus\:tw-placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .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: sticky;
  }

  .lg\:hover\:tw-static:hover{
    position: static;
  }

  .lg\:hover\:tw-fixed:hover{
    position: fixed;
  }

  .lg\:hover\:tw-absolute:hover{
    position: absolute;
  }

  .lg\:hover\:tw-relative:hover{
    position: relative;
  }

  .lg\:hover\:tw-sticky:hover{
    position: sticky;
  }

  .lg\:focus\:tw-static:focus{
    position: static;
  }

  .lg\:focus\:tw-fixed:focus{
    position: fixed;
  }

  .lg\:focus\:tw-absolute:focus{
    position: absolute;
  }

  .lg\:focus\:tw-relative:focus{
    position: relative;
  }

  .lg\:focus\:tw-sticky:focus{
    position: sticky;
  }

  .lg\:active\:tw-static:active{
    position: static;
  }

  .lg\:active\:tw-fixed:active{
    position: fixed;
  }

  .lg\:active\:tw-absolute:active{
    position: absolute;
  }

  .lg\:active\:tw-relative:active{
    position: relative;
  }

  .lg\:active\:tw-sticky:active{
    position: sticky;
  }

  .lg\:tw-inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .lg\:tw-inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .lg\:tw-inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .lg\:tw-inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .lg\:tw-inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .lg\:tw-inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .lg\:tw-inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .lg\:tw-inset-7{
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .lg\:tw-inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .lg\:tw-inset-9{
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .lg\:tw-inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .lg\:tw-inset-11{
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .lg\:tw-inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .lg\:tw-inset-13{
    top: 3.25rem;
    right: 3.25rem;
    bottom: 3.25rem;
    left: 3.25rem;
  }

  .lg\:tw-inset-14{
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .lg\:tw-inset-16{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .lg\:tw-inset-20{
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .lg\:tw-inset-24{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .lg\:tw-inset-28{
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .lg\:tw-inset-32{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .lg\:tw-inset-36{
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .lg\:tw-inset-40{
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .lg\:tw-inset-44{
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .lg\:tw-inset-48{
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .lg\:tw-inset-52{
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .lg\:tw-inset-56{
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .lg\:tw-inset-60{
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .lg\:tw-inset-64{
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .lg\:tw-inset-72{
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .lg\:tw-inset-80{
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .lg\:tw-inset-96{
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .lg\:tw-inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:tw-inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .lg\:tw-inset-0\.5{
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .lg\:tw-inset-1\.5{
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .lg\:tw-inset-2\.5{
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .lg\:tw-inset-3\.5{
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .lg\:tw-inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .lg\:tw-inset-3\/2{
    top: 150%;
    right: 150%;
    bottom: 150%;
    left: 150%;
  }

  .lg\:tw-inset-square{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .lg\:tw-inset-58px{
    top: 58px;
    right: 58px;
    bottom: 58px;
    left: 58px;
  }

  .lg\:tw-inset-63px{
    top: 63px;
    right: 63px;
    bottom: 63px;
    left: 63px;
  }

  .lg\:tw-inset-73px{
    top: 73.px;
    right: 73.px;
    bottom: 73.px;
    left: 73.px;
  }

  .lg\:tw--inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .lg\:tw--inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .lg\:tw--inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .lg\:tw--inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .lg\:tw--inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .lg\:tw--inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .lg\:tw--inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .lg\:tw--inset-7{
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .lg\:tw--inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .lg\:tw--inset-9{
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .lg\:tw--inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .lg\:tw--inset-11{
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .lg\:tw--inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .lg\:tw--inset-13{
    top: -3.25rem;
    right: -3.25rem;
    bottom: -3.25rem;
    left: -3.25rem;
  }

  .lg\:tw--inset-14{
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .lg\:tw--inset-16{
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .lg\:tw--inset-20{
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .lg\:tw--inset-24{
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .lg\:tw--inset-28{
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .lg\:tw--inset-32{
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .lg\:tw--inset-36{
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .lg\:tw--inset-40{
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .lg\:tw--inset-44{
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .lg\:tw--inset-48{
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .lg\:tw--inset-52{
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .lg\:tw--inset-56{
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .lg\:tw--inset-60{
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .lg\:tw--inset-64{
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .lg\:tw--inset-72{
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .lg\:tw--inset-80{
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .lg\:tw--inset-96{
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .lg\:tw--inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .lg\:tw--inset-0\.5{
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .lg\:tw--inset-1\.5{
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .lg\:tw--inset-2\.5{
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .lg\:tw--inset-3\.5{
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .lg\:tw--inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .lg\:tw--inset-3\/2{
    top: -150%;
    right: -150%;
    bottom: -150%;
    left: -150%;
  }

  .lg\:tw--inset-square{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .lg\:tw--inset-58px{
    top: -58px;
    right: -58px;
    bottom: -58px;
    left: -58px;
  }

  .lg\:tw--inset-63px{
    top: -63px;
    right: -63px;
    bottom: -63px;
    left: -63px;
  }

  .lg\:tw--inset-73px{
    top: -73px;
    right: -73px;
    bottom: -73px;
    left: -73px;
  }

  .lg\:tw-inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:tw-inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .lg\:tw-inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .lg\:tw-inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:tw-inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .lg\:tw-inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .lg\:tw--inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .lg\:tw--inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .lg\:tw--inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .lg\:tw--inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .lg\:tw--inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .lg\:tw--inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .lg\:tw-inset-1\/5{
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .lg\:tw-inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .lg\:tw-inset-x-0{
    right: 0px;
    left: 0px;
  }

  .lg\:tw-inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .lg\:tw-inset-x-1{
    right: 0.25rem;
    left: 0.25rem;
  }

  .lg\:tw-inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .lg\:tw-inset-x-2{
    right: 0.5rem;
    left: 0.5rem;
  }

  .lg\:tw-inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .lg\:tw-inset-x-3{
    right: 0.75rem;
    left: 0.75rem;
  }

  .lg\:tw-inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  .lg\:tw-inset-x-4{
    right: 1rem;
    left: 1rem;
  }

  .lg\:tw-inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .lg\:tw-inset-x-5{
    right: 1.25rem;
    left: 1.25rem;
  }

  .lg\:tw-inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .lg\:tw-inset-x-6{
    right: 1.5rem;
    left: 1.5rem;
  }

  .lg\:tw-inset-y-7{
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .lg\:tw-inset-x-7{
    right: 1.75rem;
    left: 1.75rem;
  }

  .lg\:tw-inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  .lg\:tw-inset-x-8{
    right: 2rem;
    left: 2rem;
  }

  .lg\:tw-inset-y-9{
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .lg\:tw-inset-x-9{
    right: 2.25rem;
    left: 2.25rem;
  }

  .lg\:tw-inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .lg\:tw-inset-x-10{
    right: 2.5rem;
    left: 2.5rem;
  }

  .lg\:tw-inset-y-11{
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .lg\:tw-inset-x-11{
    right: 2.75rem;
    left: 2.75rem;
  }

  .lg\:tw-inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  .lg\:tw-inset-x-12{
    right: 3rem;
    left: 3rem;
  }

  .lg\:tw-inset-y-13{
    top: 3.25rem;
    bottom: 3.25rem;
  }

  .lg\:tw-inset-x-13{
    right: 3.25rem;
    left: 3.25rem;
  }

  .lg\:tw-inset-y-14{
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .lg\:tw-inset-x-14{
    right: 3.5rem;
    left: 3.5rem;
  }

  .lg\:tw-inset-y-16{
    top: 4rem;
    bottom: 4rem;
  }

  .lg\:tw-inset-x-16{
    right: 4rem;
    left: 4rem;
  }

  .lg\:tw-inset-y-20{
    top: 5rem;
    bottom: 5rem;
  }

  .lg\:tw-inset-x-20{
    right: 5rem;
    left: 5rem;
  }

  .lg\:tw-inset-y-24{
    top: 6rem;
    bottom: 6rem;
  }

  .lg\:tw-inset-x-24{
    right: 6rem;
    left: 6rem;
  }

  .lg\:tw-inset-y-28{
    top: 7rem;
    bottom: 7rem;
  }

  .lg\:tw-inset-x-28{
    right: 7rem;
    left: 7rem;
  }

  .lg\:tw-inset-y-32{
    top: 8rem;
    bottom: 8rem;
  }

  .lg\:tw-inset-x-32{
    right: 8rem;
    left: 8rem;
  }

  .lg\:tw-inset-y-36{
    top: 9rem;
    bottom: 9rem;
  }

  .lg\:tw-inset-x-36{
    right: 9rem;
    left: 9rem;
  }

  .lg\:tw-inset-y-40{
    top: 10rem;
    bottom: 10rem;
  }

  .lg\:tw-inset-x-40{
    right: 10rem;
    left: 10rem;
  }

  .lg\:tw-inset-y-44{
    top: 11rem;
    bottom: 11rem;
  }

  .lg\:tw-inset-x-44{
    right: 11rem;
    left: 11rem;
  }

  .lg\:tw-inset-y-48{
    top: 12rem;
    bottom: 12rem;
  }

  .lg\:tw-inset-x-48{
    right: 12rem;
    left: 12rem;
  }

  .lg\:tw-inset-y-52{
    top: 13rem;
    bottom: 13rem;
  }

  .lg\:tw-inset-x-52{
    right: 13rem;
    left: 13rem;
  }

  .lg\:tw-inset-y-56{
    top: 14rem;
    bottom: 14rem;
  }

  .lg\:tw-inset-x-56{
    right: 14rem;
    left: 14rem;
  }

  .lg\:tw-inset-y-60{
    top: 15rem;
    bottom: 15rem;
  }

  .lg\:tw-inset-x-60{
    right: 15rem;
    left: 15rem;
  }

  .lg\:tw-inset-y-64{
    top: 16rem;
    bottom: 16rem;
  }

  .lg\:tw-inset-x-64{
    right: 16rem;
    left: 16rem;
  }

  .lg\:tw-inset-y-72{
    top: 18rem;
    bottom: 18rem;
  }

  .lg\:tw-inset-x-72{
    right: 18rem;
    left: 18rem;
  }

  .lg\:tw-inset-y-80{
    top: 20rem;
    bottom: 20rem;
  }

  .lg\:tw-inset-x-80{
    right: 20rem;
    left: 20rem;
  }

  .lg\:tw-inset-y-96{
    top: 24rem;
    bottom: 24rem;
  }

  .lg\:tw-inset-x-96{
    right: 24rem;
    left: 24rem;
  }

  .lg\:tw-inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .lg\:tw-inset-x-auto{
    right: auto;
    left: auto;
  }

  .lg\:tw-inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  .lg\:tw-inset-x-px{
    right: 1px;
    left: 1px;
  }

  .lg\:tw-inset-y-0\.5{
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .lg\:tw-inset-x-0\.5{
    right: 0.125rem;
    left: 0.125rem;
  }

  .lg\:tw-inset-y-1\.5{
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .lg\:tw-inset-x-1\.5{
    right: 0.375rem;
    left: 0.375rem;
  }

  .lg\:tw-inset-y-2\.5{
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .lg\:tw-inset-x-2\.5{
    right: 0.625rem;
    left: 0.625rem;
  }

  .lg\:tw-inset-y-3\.5{
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .lg\:tw-inset-x-3\.5{
    right: 0.875rem;
    left: 0.875rem;
  }

  .lg\:tw-inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .lg\:tw-inset-x-2\/3{
    right: 66.666667%;
    left: 66.666667%;
  }

  .lg\:tw-inset-y-3\/2{
    top: 150%;
    bottom: 150%;
  }

  .lg\:tw-inset-x-3\/2{
    right: 150%;
    left: 150%;
  }

  .lg\:tw-inset-y-square{
    top: 100%;
    bottom: 100%;
  }

  .lg\:tw-inset-x-square{
    right: 100%;
    left: 100%;
  }

  .lg\:tw-inset-y-58px{
    top: 58px;
    bottom: 58px;
  }

  .lg\:tw-inset-x-58px{
    right: 58px;
    left: 58px;
  }

  .lg\:tw-inset-y-63px{
    top: 63px;
    bottom: 63px;
  }

  .lg\:tw-inset-x-63px{
    right: 63px;
    left: 63px;
  }

  .lg\:tw-inset-y-73px{
    top: 73.px;
    bottom: 73.px;
  }

  .lg\:tw-inset-x-73px{
    right: 73.px;
    left: 73.px;
  }

  .lg\:tw--inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .lg\:tw--inset-x-0{
    right: 0px;
    left: 0px;
  }

  .lg\:tw--inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .lg\:tw--inset-x-1{
    right: -0.25rem;
    left: -0.25rem;
  }

  .lg\:tw--inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .lg\:tw--inset-x-2{
    right: -0.5rem;
    left: -0.5rem;
  }

  .lg\:tw--inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .lg\:tw--inset-x-3{
    right: -0.75rem;
    left: -0.75rem;
  }

  .lg\:tw--inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  .lg\:tw--inset-x-4{
    right: -1rem;
    left: -1rem;
  }

  .lg\:tw--inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .lg\:tw--inset-x-5{
    right: -1.25rem;
    left: -1.25rem;
  }

  .lg\:tw--inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .lg\:tw--inset-x-6{
    right: -1.5rem;
    left: -1.5rem;
  }

  .lg\:tw--inset-y-7{
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .lg\:tw--inset-x-7{
    right: -1.75rem;
    left: -1.75rem;
  }

  .lg\:tw--inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  .lg\:tw--inset-x-8{
    right: -2rem;
    left: -2rem;
  }

  .lg\:tw--inset-y-9{
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .lg\:tw--inset-x-9{
    right: -2.25rem;
    left: -2.25rem;
  }

  .lg\:tw--inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .lg\:tw--inset-x-10{
    right: -2.5rem;
    left: -2.5rem;
  }

  .lg\:tw--inset-y-11{
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .lg\:tw--inset-x-11{
    right: -2.75rem;
    left: -2.75rem;
  }

  .lg\:tw--inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  .lg\:tw--inset-x-12{
    right: -3rem;
    left: -3rem;
  }

  .lg\:tw--inset-y-13{
    top: -3.25rem;
    bottom: -3.25rem;
  }

  .lg\:tw--inset-x-13{
    right: -3.25rem;
    left: -3.25rem;
  }

  .lg\:tw--inset-y-14{
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .lg\:tw--inset-x-14{
    right: -3.5rem;
    left: -3.5rem;
  }

  .lg\:tw--inset-y-16{
    top: -4rem;
    bottom: -4rem;
  }

  .lg\:tw--inset-x-16{
    right: -4rem;
    left: -4rem;
  }

  .lg\:tw--inset-y-20{
    top: -5rem;
    bottom: -5rem;
  }

  .lg\:tw--inset-x-20{
    right: -5rem;
    left: -5rem;
  }

  .lg\:tw--inset-y-24{
    top: -6rem;
    bottom: -6rem;
  }

  .lg\:tw--inset-x-24{
    right: -6rem;
    left: -6rem;
  }

  .lg\:tw--inset-y-28{
    top: -7rem;
    bottom: -7rem;
  }

  .lg\:tw--inset-x-28{
    right: -7rem;
    left: -7rem;
  }

  .lg\:tw--inset-y-32{
    top: -8rem;
    bottom: -8rem;
  }

  .lg\:tw--inset-x-32{
    right: -8rem;
    left: -8rem;
  }

  .lg\:tw--inset-y-36{
    top: -9rem;
    bottom: -9rem;
  }

  .lg\:tw--inset-x-36{
    right: -9rem;
    left: -9rem;
  }

  .lg\:tw--inset-y-40{
    top: -10rem;
    bottom: -10rem;
  }

  .lg\:tw--inset-x-40{
    right: -10rem;
    left: -10rem;
  }

  .lg\:tw--inset-y-44{
    top: -11rem;
    bottom: -11rem;
  }

  .lg\:tw--inset-x-44{
    right: -11rem;
    left: -11rem;
  }

  .lg\:tw--inset-y-48{
    top: -12rem;
    bottom: -12rem;
  }

  .lg\:tw--inset-x-48{
    right: -12rem;
    left: -12rem;
  }

  .lg\:tw--inset-y-52{
    top: -13rem;
    bottom: -13rem;
  }

  .lg\:tw--inset-x-52{
    right: -13rem;
    left: -13rem;
  }

  .lg\:tw--inset-y-56{
    top: -14rem;
    bottom: -14rem;
  }

  .lg\:tw--inset-x-56{
    right: -14rem;
    left: -14rem;
  }

  .lg\:tw--inset-y-60{
    top: -15rem;
    bottom: -15rem;
  }

  .lg\:tw--inset-x-60{
    right: -15rem;
    left: -15rem;
  }

  .lg\:tw--inset-y-64{
    top: -16rem;
    bottom: -16rem;
  }

  .lg\:tw--inset-x-64{
    right: -16rem;
    left: -16rem;
  }

  .lg\:tw--inset-y-72{
    top: -18rem;
    bottom: -18rem;
  }

  .lg\:tw--inset-x-72{
    right: -18rem;
    left: -18rem;
  }

  .lg\:tw--inset-y-80{
    top: -20rem;
    bottom: -20rem;
  }

  .lg\:tw--inset-x-80{
    right: -20rem;
    left: -20rem;
  }

  .lg\:tw--inset-y-96{
    top: -24rem;
    bottom: -24rem;
  }

  .lg\:tw--inset-x-96{
    right: -24rem;
    left: -24rem;
  }

  .lg\:tw--inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  .lg\:tw--inset-x-px{
    right: -1px;
    left: -1px;
  }

  .lg\:tw--inset-y-0\.5{
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .lg\:tw--inset-x-0\.5{
    right: -0.125rem;
    left: -0.125rem;
  }

  .lg\:tw--inset-y-1\.5{
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .lg\:tw--inset-x-1\.5{
    right: -0.375rem;
    left: -0.375rem;
  }

  .lg\:tw--inset-y-2\.5{
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .lg\:tw--inset-x-2\.5{
    right: -0.625rem;
    left: -0.625rem;
  }

  .lg\:tw--inset-y-3\.5{
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .lg\:tw--inset-x-3\.5{
    right: -0.875rem;
    left: -0.875rem;
  }

  .lg\:tw--inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .lg\:tw--inset-x-2\/3{
    right: -66.666667%;
    left: -66.666667%;
  }

  .lg\:tw--inset-y-3\/2{
    top: -150%;
    bottom: -150%;
  }

  .lg\:tw--inset-x-3\/2{
    right: -150%;
    left: -150%;
  }

  .lg\:tw--inset-y-square{
    top: -100%;
    bottom: -100%;
  }

  .lg\:tw--inset-x-square{
    right: -100%;
    left: -100%;
  }

  .lg\:tw--inset-y-58px{
    top: -58px;
    bottom: -58px;
  }

  .lg\:tw--inset-x-58px{
    right: -58px;
    left: -58px;
  }

  .lg\:tw--inset-y-63px{
    top: -63px;
    bottom: -63px;
  }

  .lg\:tw--inset-x-63px{
    right: -63px;
    left: -63px;
  }

  .lg\:tw--inset-y-73px{
    top: -73px;
    bottom: -73px;
  }

  .lg\:tw--inset-x-73px{
    right: -73px;
    left: -73px;
  }

  .lg\:tw-inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .lg\:tw-inset-x-1\/2{
    right: 50%;
    left: 50%;
  }

  .lg\:tw-inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .lg\:tw-inset-x-1\/3{
    right: 33.333333%;
    left: 33.333333%;
  }

  .lg\:tw-inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .lg\:tw-inset-x-1\/4{
    right: 25%;
    left: 25%;
  }

  .lg\:tw-inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .lg\:tw-inset-x-2\/4{
    right: 50%;
    left: 50%;
  }

  .lg\:tw-inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .lg\:tw-inset-x-3\/4{
    right: 75%;
    left: 75%;
  }

  .lg\:tw-inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .lg\:tw-inset-x-full{
    right: 100%;
    left: 100%;
  }

  .lg\:tw--inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .lg\:tw--inset-x-1\/2{
    right: -50%;
    left: -50%;
  }

  .lg\:tw--inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .lg\:tw--inset-x-1\/3{
    right: -33.333333%;
    left: -33.333333%;
  }

  .lg\:tw--inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .lg\:tw--inset-x-1\/4{
    right: -25%;
    left: -25%;
  }

  .lg\:tw--inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .lg\:tw--inset-x-2\/4{
    right: -50%;
    left: -50%;
  }

  .lg\:tw--inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .lg\:tw--inset-x-3\/4{
    right: -75%;
    left: -75%;
  }

  .lg\:tw--inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .lg\:tw--inset-x-full{
    right: -100%;
    left: -100%;
  }

  .lg\:tw-inset-y-1\/5{
    top: 20%;
    bottom: 20%;
  }

  .lg\:tw-inset-x-1\/5{
    right: 20%;
    left: 20%;
  }

  .lg\:tw-top-0{
    top: 0px;
  }

  .lg\:tw-right-0{
    right: 0px;
  }

  .lg\:tw-bottom-0{
    bottom: 0px;
  }

  .lg\:tw-left-0{
    left: 0px;
  }

  .lg\:tw-top-1{
    top: 0.25rem;
  }

  .lg\:tw-right-1{
    right: 0.25rem;
  }

  .lg\:tw-bottom-1{
    bottom: 0.25rem;
  }

  .lg\:tw-left-1{
    left: 0.25rem;
  }

  .lg\:tw-top-2{
    top: 0.5rem;
  }

  .lg\:tw-right-2{
    right: 0.5rem;
  }

  .lg\:tw-bottom-2{
    bottom: 0.5rem;
  }

  .lg\:tw-left-2{
    left: 0.5rem;
  }

  .lg\:tw-top-3{
    top: 0.75rem;
  }

  .lg\:tw-right-3{
    right: 0.75rem;
  }

  .lg\:tw-bottom-3{
    bottom: 0.75rem;
  }

  .lg\:tw-left-3{
    left: 0.75rem;
  }

  .lg\:tw-top-4{
    top: 1rem;
  }

  .lg\:tw-right-4{
    right: 1rem;
  }

  .lg\:tw-bottom-4{
    bottom: 1rem;
  }

  .lg\:tw-left-4{
    left: 1rem;
  }

  .lg\:tw-top-5{
    top: 1.25rem;
  }

  .lg\:tw-right-5{
    right: 1.25rem;
  }

  .lg\:tw-bottom-5{
    bottom: 1.25rem;
  }

  .lg\:tw-left-5{
    left: 1.25rem;
  }

  .lg\:tw-top-6{
    top: 1.5rem;
  }

  .lg\:tw-right-6{
    right: 1.5rem;
  }

  .lg\:tw-bottom-6{
    bottom: 1.5rem;
  }

  .lg\:tw-left-6{
    left: 1.5rem;
  }

  .lg\:tw-top-7{
    top: 1.75rem;
  }

  .lg\:tw-right-7{
    right: 1.75rem;
  }

  .lg\:tw-bottom-7{
    bottom: 1.75rem;
  }

  .lg\:tw-left-7{
    left: 1.75rem;
  }

  .lg\:tw-top-8{
    top: 2rem;
  }

  .lg\:tw-right-8{
    right: 2rem;
  }

  .lg\:tw-bottom-8{
    bottom: 2rem;
  }

  .lg\:tw-left-8{
    left: 2rem;
  }

  .lg\:tw-top-9{
    top: 2.25rem;
  }

  .lg\:tw-right-9{
    right: 2.25rem;
  }

  .lg\:tw-bottom-9{
    bottom: 2.25rem;
  }

  .lg\:tw-left-9{
    left: 2.25rem;
  }

  .lg\:tw-top-10{
    top: 2.5rem;
  }

  .lg\:tw-right-10{
    right: 2.5rem;
  }

  .lg\:tw-bottom-10{
    bottom: 2.5rem;
  }

  .lg\:tw-left-10{
    left: 2.5rem;
  }

  .lg\:tw-top-11{
    top: 2.75rem;
  }

  .lg\:tw-right-11{
    right: 2.75rem;
  }

  .lg\:tw-bottom-11{
    bottom: 2.75rem;
  }

  .lg\:tw-left-11{
    left: 2.75rem;
  }

  .lg\:tw-top-12{
    top: 3rem;
  }

  .lg\:tw-right-12{
    right: 3rem;
  }

  .lg\:tw-bottom-12{
    bottom: 3rem;
  }

  .lg\:tw-left-12{
    left: 3rem;
  }

  .lg\:tw-top-13{
    top: 3.25rem;
  }

  .lg\:tw-right-13{
    right: 3.25rem;
  }

  .lg\:tw-bottom-13{
    bottom: 3.25rem;
  }

  .lg\:tw-left-13{
    left: 3.25rem;
  }

  .lg\:tw-top-14{
    top: 3.5rem;
  }

  .lg\:tw-right-14{
    right: 3.5rem;
  }

  .lg\:tw-bottom-14{
    bottom: 3.5rem;
  }

  .lg\:tw-left-14{
    left: 3.5rem;
  }

  .lg\:tw-top-16{
    top: 4rem;
  }

  .lg\:tw-right-16{
    right: 4rem;
  }

  .lg\:tw-bottom-16{
    bottom: 4rem;
  }

  .lg\:tw-left-16{
    left: 4rem;
  }

  .lg\:tw-top-20{
    top: 5rem;
  }

  .lg\:tw-right-20{
    right: 5rem;
  }

  .lg\:tw-bottom-20{
    bottom: 5rem;
  }

  .lg\:tw-left-20{
    left: 5rem;
  }

  .lg\:tw-top-24{
    top: 6rem;
  }

  .lg\:tw-right-24{
    right: 6rem;
  }

  .lg\:tw-bottom-24{
    bottom: 6rem;
  }

  .lg\:tw-left-24{
    left: 6rem;
  }

  .lg\:tw-top-28{
    top: 7rem;
  }

  .lg\:tw-right-28{
    right: 7rem;
  }

  .lg\:tw-bottom-28{
    bottom: 7rem;
  }

  .lg\:tw-left-28{
    left: 7rem;
  }

  .lg\:tw-top-32{
    top: 8rem;
  }

  .lg\:tw-right-32{
    right: 8rem;
  }

  .lg\:tw-bottom-32{
    bottom: 8rem;
  }

  .lg\:tw-left-32{
    left: 8rem;
  }

  .lg\:tw-top-36{
    top: 9rem;
  }

  .lg\:tw-right-36{
    right: 9rem;
  }

  .lg\:tw-bottom-36{
    bottom: 9rem;
  }

  .lg\:tw-left-36{
    left: 9rem;
  }

  .lg\:tw-top-40{
    top: 10rem;
  }

  .lg\:tw-right-40{
    right: 10rem;
  }

  .lg\:tw-bottom-40{
    bottom: 10rem;
  }

  .lg\:tw-left-40{
    left: 10rem;
  }

  .lg\:tw-top-44{
    top: 11rem;
  }

  .lg\:tw-right-44{
    right: 11rem;
  }

  .lg\:tw-bottom-44{
    bottom: 11rem;
  }

  .lg\:tw-left-44{
    left: 11rem;
  }

  .lg\:tw-top-48{
    top: 12rem;
  }

  .lg\:tw-right-48{
    right: 12rem;
  }

  .lg\:tw-bottom-48{
    bottom: 12rem;
  }

  .lg\:tw-left-48{
    left: 12rem;
  }

  .lg\:tw-top-52{
    top: 13rem;
  }

  .lg\:tw-right-52{
    right: 13rem;
  }

  .lg\:tw-bottom-52{
    bottom: 13rem;
  }

  .lg\:tw-left-52{
    left: 13rem;
  }

  .lg\:tw-top-56{
    top: 14rem;
  }

  .lg\:tw-right-56{
    right: 14rem;
  }

  .lg\:tw-bottom-56{
    bottom: 14rem;
  }

  .lg\:tw-left-56{
    left: 14rem;
  }

  .lg\:tw-top-60{
    top: 15rem;
  }

  .lg\:tw-right-60{
    right: 15rem;
  }

  .lg\:tw-bottom-60{
    bottom: 15rem;
  }

  .lg\:tw-left-60{
    left: 15rem;
  }

  .lg\:tw-top-64{
    top: 16rem;
  }

  .lg\:tw-right-64{
    right: 16rem;
  }

  .lg\:tw-bottom-64{
    bottom: 16rem;
  }

  .lg\:tw-left-64{
    left: 16rem;
  }

  .lg\:tw-top-72{
    top: 18rem;
  }

  .lg\:tw-right-72{
    right: 18rem;
  }

  .lg\:tw-bottom-72{
    bottom: 18rem;
  }

  .lg\:tw-left-72{
    left: 18rem;
  }

  .lg\:tw-top-80{
    top: 20rem;
  }

  .lg\:tw-right-80{
    right: 20rem;
  }

  .lg\:tw-bottom-80{
    bottom: 20rem;
  }

  .lg\:tw-left-80{
    left: 20rem;
  }

  .lg\:tw-top-96{
    top: 24rem;
  }

  .lg\:tw-right-96{
    right: 24rem;
  }

  .lg\:tw-bottom-96{
    bottom: 24rem;
  }

  .lg\:tw-left-96{
    left: 24rem;
  }

  .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-top-px{
    top: 1px;
  }

  .lg\:tw-right-px{
    right: 1px;
  }

  .lg\:tw-bottom-px{
    bottom: 1px;
  }

  .lg\:tw-left-px{
    left: 1px;
  }

  .lg\:tw-top-0\.5{
    top: 0.125rem;
  }

  .lg\:tw-right-0\.5{
    right: 0.125rem;
  }

  .lg\:tw-bottom-0\.5{
    bottom: 0.125rem;
  }

  .lg\:tw-left-0\.5{
    left: 0.125rem;
  }

  .lg\:tw-top-1\.5{
    top: 0.375rem;
  }

  .lg\:tw-right-1\.5{
    right: 0.375rem;
  }

  .lg\:tw-bottom-1\.5{
    bottom: 0.375rem;
  }

  .lg\:tw-left-1\.5{
    left: 0.375rem;
  }

  .lg\:tw-top-2\.5{
    top: 0.625rem;
  }

  .lg\:tw-right-2\.5{
    right: 0.625rem;
  }

  .lg\:tw-bottom-2\.5{
    bottom: 0.625rem;
  }

  .lg\:tw-left-2\.5{
    left: 0.625rem;
  }

  .lg\:tw-top-3\.5{
    top: 0.875rem;
  }

  .lg\:tw-right-3\.5{
    right: 0.875rem;
  }

  .lg\:tw-bottom-3\.5{
    bottom: 0.875rem;
  }

  .lg\:tw-left-3\.5{
    left: 0.875rem;
  }

  .lg\:tw-top-2\/3{
    top: 66.666667%;
  }

  .lg\:tw-right-2\/3{
    right: 66.666667%;
  }

  .lg\:tw-bottom-2\/3{
    bottom: 66.666667%;
  }

  .lg\:tw-left-2\/3{
    left: 66.666667%;
  }

  .lg\:tw-top-3\/2{
    top: 150%;
  }

  .lg\:tw-right-3\/2{
    right: 150%;
  }

  .lg\:tw-bottom-3\/2{
    bottom: 150%;
  }

  .lg\:tw-left-3\/2{
    left: 150%;
  }

  .lg\:tw-top-square{
    top: 100%;
  }

  .lg\:tw-right-square{
    right: 100%;
  }

  .lg\:tw-bottom-square{
    bottom: 100%;
  }

  .lg\:tw-left-square{
    left: 100%;
  }

  .lg\:tw-top-58px{
    top: 58px;
  }

  .lg\:tw-right-58px{
    right: 58px;
  }

  .lg\:tw-bottom-58px{
    bottom: 58px;
  }

  .lg\:tw-left-58px{
    left: 58px;
  }

  .lg\:tw-top-63px{
    top: 63px;
  }

  .lg\:tw-right-63px{
    right: 63px;
  }

  .lg\:tw-bottom-63px{
    bottom: 63px;
  }

  .lg\:tw-left-63px{
    left: 63px;
  }

  .lg\:tw-top-73px{
    top: 73.px;
  }

  .lg\:tw-right-73px{
    right: 73.px;
  }

  .lg\:tw-bottom-73px{
    bottom: 73.px;
  }

  .lg\:tw-left-73px{
    left: 73.px;
  }

  .lg\:tw--top-0{
    top: 0px;
  }

  .lg\:tw--right-0{
    right: 0px;
  }

  .lg\:tw--bottom-0{
    bottom: 0px;
  }

  .lg\:tw--left-0{
    left: 0px;
  }

  .lg\:tw--top-1{
    top: -0.25rem;
  }

  .lg\:tw--right-1{
    right: -0.25rem;
  }

  .lg\:tw--bottom-1{
    bottom: -0.25rem;
  }

  .lg\:tw--left-1{
    left: -0.25rem;
  }

  .lg\:tw--top-2{
    top: -0.5rem;
  }

  .lg\:tw--right-2{
    right: -0.5rem;
  }

  .lg\:tw--bottom-2{
    bottom: -0.5rem;
  }

  .lg\:tw--left-2{
    left: -0.5rem;
  }

  .lg\:tw--top-3{
    top: -0.75rem;
  }

  .lg\:tw--right-3{
    right: -0.75rem;
  }

  .lg\:tw--bottom-3{
    bottom: -0.75rem;
  }

  .lg\:tw--left-3{
    left: -0.75rem;
  }

  .lg\:tw--top-4{
    top: -1rem;
  }

  .lg\:tw--right-4{
    right: -1rem;
  }

  .lg\:tw--bottom-4{
    bottom: -1rem;
  }

  .lg\:tw--left-4{
    left: -1rem;
  }

  .lg\:tw--top-5{
    top: -1.25rem;
  }

  .lg\:tw--right-5{
    right: -1.25rem;
  }

  .lg\:tw--bottom-5{
    bottom: -1.25rem;
  }

  .lg\:tw--left-5{
    left: -1.25rem;
  }

  .lg\:tw--top-6{
    top: -1.5rem;
  }

  .lg\:tw--right-6{
    right: -1.5rem;
  }

  .lg\:tw--bottom-6{
    bottom: -1.5rem;
  }

  .lg\:tw--left-6{
    left: -1.5rem;
  }

  .lg\:tw--top-7{
    top: -1.75rem;
  }

  .lg\:tw--right-7{
    right: -1.75rem;
  }

  .lg\:tw--bottom-7{
    bottom: -1.75rem;
  }

  .lg\:tw--left-7{
    left: -1.75rem;
  }

  .lg\:tw--top-8{
    top: -2rem;
  }

  .lg\:tw--right-8{
    right: -2rem;
  }

  .lg\:tw--bottom-8{
    bottom: -2rem;
  }

  .lg\:tw--left-8{
    left: -2rem;
  }

  .lg\:tw--top-9{
    top: -2.25rem;
  }

  .lg\:tw--right-9{
    right: -2.25rem;
  }

  .lg\:tw--bottom-9{
    bottom: -2.25rem;
  }

  .lg\:tw--left-9{
    left: -2.25rem;
  }

  .lg\:tw--top-10{
    top: -2.5rem;
  }

  .lg\:tw--right-10{
    right: -2.5rem;
  }

  .lg\:tw--bottom-10{
    bottom: -2.5rem;
  }

  .lg\:tw--left-10{
    left: -2.5rem;
  }

  .lg\:tw--top-11{
    top: -2.75rem;
  }

  .lg\:tw--right-11{
    right: -2.75rem;
  }

  .lg\:tw--bottom-11{
    bottom: -2.75rem;
  }

  .lg\:tw--left-11{
    left: -2.75rem;
  }

  .lg\:tw--top-12{
    top: -3rem;
  }

  .lg\:tw--right-12{
    right: -3rem;
  }

  .lg\:tw--bottom-12{
    bottom: -3rem;
  }

  .lg\:tw--left-12{
    left: -3rem;
  }

  .lg\:tw--top-13{
    top: -3.25rem;
  }

  .lg\:tw--right-13{
    right: -3.25rem;
  }

  .lg\:tw--bottom-13{
    bottom: -3.25rem;
  }

  .lg\:tw--left-13{
    left: -3.25rem;
  }

  .lg\:tw--top-14{
    top: -3.5rem;
  }

  .lg\:tw--right-14{
    right: -3.5rem;
  }

  .lg\:tw--bottom-14{
    bottom: -3.5rem;
  }

  .lg\:tw--left-14{
    left: -3.5rem;
  }

  .lg\:tw--top-16{
    top: -4rem;
  }

  .lg\:tw--right-16{
    right: -4rem;
  }

  .lg\:tw--bottom-16{
    bottom: -4rem;
  }

  .lg\:tw--left-16{
    left: -4rem;
  }

  .lg\:tw--top-20{
    top: -5rem;
  }

  .lg\:tw--right-20{
    right: -5rem;
  }

  .lg\:tw--bottom-20{
    bottom: -5rem;
  }

  .lg\:tw--left-20{
    left: -5rem;
  }

  .lg\:tw--top-24{
    top: -6rem;
  }

  .lg\:tw--right-24{
    right: -6rem;
  }

  .lg\:tw--bottom-24{
    bottom: -6rem;
  }

  .lg\:tw--left-24{
    left: -6rem;
  }

  .lg\:tw--top-28{
    top: -7rem;
  }

  .lg\:tw--right-28{
    right: -7rem;
  }

  .lg\:tw--bottom-28{
    bottom: -7rem;
  }

  .lg\:tw--left-28{
    left: -7rem;
  }

  .lg\:tw--top-32{
    top: -8rem;
  }

  .lg\:tw--right-32{
    right: -8rem;
  }

  .lg\:tw--bottom-32{
    bottom: -8rem;
  }

  .lg\:tw--left-32{
    left: -8rem;
  }

  .lg\:tw--top-36{
    top: -9rem;
  }

  .lg\:tw--right-36{
    right: -9rem;
  }

  .lg\:tw--bottom-36{
    bottom: -9rem;
  }

  .lg\:tw--left-36{
    left: -9rem;
  }

  .lg\:tw--top-40{
    top: -10rem;
  }

  .lg\:tw--right-40{
    right: -10rem;
  }

  .lg\:tw--bottom-40{
    bottom: -10rem;
  }

  .lg\:tw--left-40{
    left: -10rem;
  }

  .lg\:tw--top-44{
    top: -11rem;
  }

  .lg\:tw--right-44{
    right: -11rem;
  }

  .lg\:tw--bottom-44{
    bottom: -11rem;
  }

  .lg\:tw--left-44{
    left: -11rem;
  }

  .lg\:tw--top-48{
    top: -12rem;
  }

  .lg\:tw--right-48{
    right: -12rem;
  }

  .lg\:tw--bottom-48{
    bottom: -12rem;
  }

  .lg\:tw--left-48{
    left: -12rem;
  }

  .lg\:tw--top-52{
    top: -13rem;
  }

  .lg\:tw--right-52{
    right: -13rem;
  }

  .lg\:tw--bottom-52{
    bottom: -13rem;
  }

  .lg\:tw--left-52{
    left: -13rem;
  }

  .lg\:tw--top-56{
    top: -14rem;
  }

  .lg\:tw--right-56{
    right: -14rem;
  }

  .lg\:tw--bottom-56{
    bottom: -14rem;
  }

  .lg\:tw--left-56{
    left: -14rem;
  }

  .lg\:tw--top-60{
    top: -15rem;
  }

  .lg\:tw--right-60{
    right: -15rem;
  }

  .lg\:tw--bottom-60{
    bottom: -15rem;
  }

  .lg\:tw--left-60{
    left: -15rem;
  }

  .lg\:tw--top-64{
    top: -16rem;
  }

  .lg\:tw--right-64{
    right: -16rem;
  }

  .lg\:tw--bottom-64{
    bottom: -16rem;
  }

  .lg\:tw--left-64{
    left: -16rem;
  }

  .lg\:tw--top-72{
    top: -18rem;
  }

  .lg\:tw--right-72{
    right: -18rem;
  }

  .lg\:tw--bottom-72{
    bottom: -18rem;
  }

  .lg\:tw--left-72{
    left: -18rem;
  }

  .lg\:tw--top-80{
    top: -20rem;
  }

  .lg\:tw--right-80{
    right: -20rem;
  }

  .lg\:tw--bottom-80{
    bottom: -20rem;
  }

  .lg\:tw--left-80{
    left: -20rem;
  }

  .lg\:tw--top-96{
    top: -24rem;
  }

  .lg\:tw--right-96{
    right: -24rem;
  }

  .lg\:tw--bottom-96{
    bottom: -24rem;
  }

  .lg\:tw--left-96{
    left: -24rem;
  }

  .lg\:tw--top-px{
    top: -1px;
  }

  .lg\:tw--right-px{
    right: -1px;
  }

  .lg\:tw--bottom-px{
    bottom: -1px;
  }

  .lg\:tw--left-px{
    left: -1px;
  }

  .lg\:tw--top-0\.5{
    top: -0.125rem;
  }

  .lg\:tw--right-0\.5{
    right: -0.125rem;
  }

  .lg\:tw--bottom-0\.5{
    bottom: -0.125rem;
  }

  .lg\:tw--left-0\.5{
    left: -0.125rem;
  }

  .lg\:tw--top-1\.5{
    top: -0.375rem;
  }

  .lg\:tw--right-1\.5{
    right: -0.375rem;
  }

  .lg\:tw--bottom-1\.5{
    bottom: -0.375rem;
  }

  .lg\:tw--left-1\.5{
    left: -0.375rem;
  }

  .lg\:tw--top-2\.5{
    top: -0.625rem;
  }

  .lg\:tw--right-2\.5{
    right: -0.625rem;
  }

  .lg\:tw--bottom-2\.5{
    bottom: -0.625rem;
  }

  .lg\:tw--left-2\.5{
    left: -0.625rem;
  }

  .lg\:tw--top-3\.5{
    top: -0.875rem;
  }

  .lg\:tw--right-3\.5{
    right: -0.875rem;
  }

  .lg\:tw--bottom-3\.5{
    bottom: -0.875rem;
  }

  .lg\:tw--left-3\.5{
    left: -0.875rem;
  }

  .lg\:tw--top-2\/3{
    top: -66.666667%;
  }

  .lg\:tw--right-2\/3{
    right: -66.666667%;
  }

  .lg\:tw--bottom-2\/3{
    bottom: -66.666667%;
  }

  .lg\:tw--left-2\/3{
    left: -66.666667%;
  }

  .lg\:tw--top-3\/2{
    top: -150%;
  }

  .lg\:tw--right-3\/2{
    right: -150%;
  }

  .lg\:tw--bottom-3\/2{
    bottom: -150%;
  }

  .lg\:tw--left-3\/2{
    left: -150%;
  }

  .lg\:tw--top-square{
    top: -100%;
  }

  .lg\:tw--right-square{
    right: -100%;
  }

  .lg\:tw--bottom-square{
    bottom: -100%;
  }

  .lg\:tw--left-square{
    left: -100%;
  }

  .lg\:tw--top-58px{
    top: -58px;
  }

  .lg\:tw--right-58px{
    right: -58px;
  }

  .lg\:tw--bottom-58px{
    bottom: -58px;
  }

  .lg\:tw--left-58px{
    left: -58px;
  }

  .lg\:tw--top-63px{
    top: -63px;
  }

  .lg\:tw--right-63px{
    right: -63px;
  }

  .lg\:tw--bottom-63px{
    bottom: -63px;
  }

  .lg\:tw--left-63px{
    left: -63px;
  }

  .lg\:tw--top-73px{
    top: -73px;
  }

  .lg\:tw--right-73px{
    right: -73px;
  }

  .lg\:tw--bottom-73px{
    bottom: -73px;
  }

  .lg\:tw--left-73px{
    left: -73px;
  }

  .lg\:tw-top-1\/2{
    top: 50%;
  }

  .lg\:tw-right-1\/2{
    right: 50%;
  }

  .lg\:tw-bottom-1\/2{
    bottom: 50%;
  }

  .lg\:tw-left-1\/2{
    left: 50%;
  }

  .lg\:tw-top-1\/3{
    top: 33.333333%;
  }

  .lg\:tw-right-1\/3{
    right: 33.333333%;
  }

  .lg\:tw-bottom-1\/3{
    bottom: 33.333333%;
  }

  .lg\:tw-left-1\/3{
    left: 33.333333%;
  }

  .lg\:tw-top-1\/4{
    top: 25%;
  }

  .lg\:tw-right-1\/4{
    right: 25%;
  }

  .lg\:tw-bottom-1\/4{
    bottom: 25%;
  }

  .lg\:tw-left-1\/4{
    left: 25%;
  }

  .lg\:tw-top-2\/4{
    top: 50%;
  }

  .lg\:tw-right-2\/4{
    right: 50%;
  }

  .lg\:tw-bottom-2\/4{
    bottom: 50%;
  }

  .lg\:tw-left-2\/4{
    left: 50%;
  }

  .lg\:tw-top-3\/4{
    top: 75%;
  }

  .lg\:tw-right-3\/4{
    right: 75%;
  }

  .lg\:tw-bottom-3\/4{
    bottom: 75%;
  }

  .lg\:tw-left-3\/4{
    left: 75%;
  }

  .lg\:tw-top-full{
    top: 100%;
  }

  .lg\:tw-right-full{
    right: 100%;
  }

  .lg\:tw-bottom-full{
    bottom: 100%;
  }

  .lg\:tw-left-full{
    left: 100%;
  }

  .lg\:tw--top-1\/2{
    top: -50%;
  }

  .lg\:tw--right-1\/2{
    right: -50%;
  }

  .lg\:tw--bottom-1\/2{
    bottom: -50%;
  }

  .lg\:tw--left-1\/2{
    left: -50%;
  }

  .lg\:tw--top-1\/3{
    top: -33.333333%;
  }

  .lg\:tw--right-1\/3{
    right: -33.333333%;
  }

  .lg\:tw--bottom-1\/3{
    bottom: -33.333333%;
  }

  .lg\:tw--left-1\/3{
    left: -33.333333%;
  }

  .lg\:tw--top-1\/4{
    top: -25%;
  }

  .lg\:tw--right-1\/4{
    right: -25%;
  }

  .lg\:tw--bottom-1\/4{
    bottom: -25%;
  }

  .lg\:tw--left-1\/4{
    left: -25%;
  }

  .lg\:tw--top-2\/4{
    top: -50%;
  }

  .lg\:tw--right-2\/4{
    right: -50%;
  }

  .lg\:tw--bottom-2\/4{
    bottom: -50%;
  }

  .lg\:tw--left-2\/4{
    left: -50%;
  }

  .lg\:tw--top-3\/4{
    top: -75%;
  }

  .lg\:tw--right-3\/4{
    right: -75%;
  }

  .lg\:tw--bottom-3\/4{
    bottom: -75%;
  }

  .lg\:tw--left-3\/4{
    left: -75%;
  }

  .lg\:tw--top-full{
    top: -100%;
  }

  .lg\:tw--right-full{
    right: -100%;
  }

  .lg\:tw--bottom-full{
    bottom: -100%;
  }

  .lg\:tw--left-full{
    left: -100%;
  }

  .lg\:tw-top-1\/5{
    top: 20%;
  }

  .lg\:tw-right-1\/5{
    right: 20%;
  }

  .lg\:tw-bottom-1\/5{
    bottom: 20%;
  }

  .lg\:tw-left-1\/5{
    left: 20%;
  }

  .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-shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:tw-shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:tw-shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:tw-shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:tw-shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:tw-shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:tw-shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:tw-shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:tw-shadow-brand{
    --tw-shadow: 0 13px 50px 0 rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:tw-shadow-dot{
    --tw-shadow: .5px .5px 2px 1px rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:tw-shadow-header{
    --tw-shadow: 0 3px 5px 0 hsla(300, 1%, 65%, .5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .lg\:group-hover\:tw-shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .lg\:group-hover\:tw-shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .lg\:group-hover\:tw-shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .lg\:group-hover\:tw-shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .lg\:group-hover\:tw-shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .lg\:group-hover\:tw-shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .lg\:group-hover\:tw-shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .lg\:group-hover\:tw-shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .lg\:group-hover\:tw-shadow-brand{
    --tw-shadow: 0 13px 50px 0 rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .lg\:group-hover\:tw-shadow-dot{
    --tw-shadow: .5px .5px 2px 1px rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .lg\:group-hover\:tw-shadow-header{
    --tw-shadow: 0 3px 5px 0 hsla(300, 1%, 65%, .5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:tw-shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:tw-shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:tw-shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:tw-shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:tw-shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:tw-shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:tw-shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:tw-shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:tw-shadow-brand:focus-within{
    --tw-shadow: 0 13px 50px 0 rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:tw-shadow-dot:focus-within{
    --tw-shadow: .5px .5px 2px 1px rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:tw-shadow-header:focus-within{
    --tw-shadow: 0 3px 5px 0 hsla(300, 1%, 65%, .5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:tw-shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:tw-shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:tw-shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:tw-shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:tw-shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:tw-shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:tw-shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:tw-shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:tw-shadow-brand:hover{
    --tw-shadow: 0 13px 50px 0 rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:tw-shadow-dot:hover{
    --tw-shadow: .5px .5px 2px 1px rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:tw-shadow-header:hover{
    --tw-shadow: 0 3px 5px 0 hsla(300, 1%, 65%, .5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:tw-shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:tw-shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:tw-shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:tw-shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:tw-shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:tw-shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:tw-shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:tw-shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:tw-shadow-brand:focus{
    --tw-shadow: 0 13px 50px 0 rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:tw-shadow-dot:focus{
    --tw-shadow: .5px .5px 2px 1px rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:tw-shadow-header:focus{
    --tw-shadow: 0 3px 5px 0 hsla(300, 1%, 65%, .5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:tw-ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:tw-ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:tw-ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:tw-ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:tw-ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:tw-ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:tw-ring-inset{
    --tw-ring-inset: inset;
  }

  .lg\:focus-within\:tw-ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:tw-ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:tw-ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:tw-ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:tw-ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:tw-ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:tw-ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .lg\:focus\:tw-ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:tw-ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:tw-ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:tw-ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:tw-ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:tw-ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:tw-ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .lg\:tw-ring-offset-brand-orange{
    --tw-ring-offset-color: #E35100;
  }

  .lg\:tw-ring-offset-brand-orange-dark{
    --tw-ring-offset-color: #C04400;
  }

  .lg\:tw-ring-offset-brand-orange-light{
    --tw-ring-offset-color: #F38D25;
  }

  .lg\:tw-ring-offset-brand-blue{
    --tw-ring-offset-color: #005272;
  }

  .lg\:tw-ring-offset-brand-blue-dark{
    --tw-ring-offset-color: #3F83A3;
  }

  .lg\:tw-ring-offset-brand-blue-light{
    --tw-ring-offset-color: #4F99BB;
  }

  .lg\:tw-ring-offset-brand-yellow{
    --tw-ring-offset-color: #E4B620;
  }

  .lg\:tw-ring-offset-brand-green{
    --tw-ring-offset-color: #8DC055;
  }

  .lg\:tw-ring-offset-brand-pink{
    --tw-ring-offset-color: #C94578;
  }

  .lg\:tw-ring-offset-brand-red{
    --tw-ring-offset-color: #BB0034;
  }

  .lg\:tw-ring-offset-brand-turquesa{
    --tw-ring-offset-color: #3cb497;
  }

  .lg\:tw-ring-offset-gray-lighter{
    --tw-ring-offset-color: #F5F5F5;
  }

  .lg\:tw-ring-offset-gray-light{
    --tw-ring-offset-color: #dadada;
  }

  .lg\:tw-ring-offset-gray-dark{
    --tw-ring-offset-color: #666666;
  }

  .lg\:tw-ring-offset-gray-darker{
    --tw-ring-offset-color: #222222;
  }

  .lg\:tw-ring-offset-gray-medium{
    --tw-ring-offset-color: #767676;
  }

  .lg\:tw-ring-offset-gray-mid{
    --tw-ring-offset-color: #939393;
  }

  .lg\:tw-ring-offset-black{
    --tw-ring-offset-color: #000000;
  }

  .lg\:tw-ring-offset-primary{
    --tw-ring-offset-color: #E35100;
  }

  .lg\:tw-ring-offset-primary-dark{
    --tw-ring-offset-color: #C04400;
  }

  .lg\:tw-ring-offset-primary-light{
    --tw-ring-offset-color: #F38D25;
  }

  .lg\:tw-ring-offset-secondary{
    --tw-ring-offset-color: #005272;
  }

  .lg\:tw-ring-offset-secondary-dark{
    --tw-ring-offset-color: #3F83A3;
  }

  .lg\:tw-ring-offset-secondary-light{
    --tw-ring-offset-color: #4F99BB;
  }

  .lg\:tw-ring-offset-white{
    --tw-ring-offset-color: #FFFFFF;
  }

  .lg\:tw-ring-offset-hyperlinks{
    --tw-ring-offset-color: #106AA3;
  }

  .lg\:tw-ring-offset-hyperlinks-visited{
    --tw-ring-offset-color: #7F1F7D;
  }

  .lg\:tw-ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .lg\:focus-within\:tw-ring-offset-brand-orange:focus-within{
    --tw-ring-offset-color: #E35100;
  }

  .lg\:focus-within\:tw-ring-offset-brand-orange-dark:focus-within{
    --tw-ring-offset-color: #C04400;
  }

  .lg\:focus-within\:tw-ring-offset-brand-orange-light:focus-within{
    --tw-ring-offset-color: #F38D25;
  }

  .lg\:focus-within\:tw-ring-offset-brand-blue:focus-within{
    --tw-ring-offset-color: #005272;
  }

  .lg\:focus-within\:tw-ring-offset-brand-blue-dark:focus-within{
    --tw-ring-offset-color: #3F83A3;
  }

  .lg\:focus-within\:tw-ring-offset-brand-blue-light:focus-within{
    --tw-ring-offset-color: #4F99BB;
  }

  .lg\:focus-within\:tw-ring-offset-brand-yellow:focus-within{
    --tw-ring-offset-color: #E4B620;
  }

  .lg\:focus-within\:tw-ring-offset-brand-green:focus-within{
    --tw-ring-offset-color: #8DC055;
  }

  .lg\:focus-within\:tw-ring-offset-brand-pink:focus-within{
    --tw-ring-offset-color: #C94578;
  }

  .lg\:focus-within\:tw-ring-offset-brand-red:focus-within{
    --tw-ring-offset-color: #BB0034;
  }

  .lg\:focus-within\:tw-ring-offset-brand-turquesa:focus-within{
    --tw-ring-offset-color: #3cb497;
  }

  .lg\:focus-within\:tw-ring-offset-gray-lighter:focus-within{
    --tw-ring-offset-color: #F5F5F5;
  }

  .lg\:focus-within\:tw-ring-offset-gray-light:focus-within{
    --tw-ring-offset-color: #dadada;
  }

  .lg\:focus-within\:tw-ring-offset-gray-dark:focus-within{
    --tw-ring-offset-color: #666666;
  }

  .lg\:focus-within\:tw-ring-offset-gray-darker:focus-within{
    --tw-ring-offset-color: #222222;
  }

  .lg\:focus-within\:tw-ring-offset-gray-medium:focus-within{
    --tw-ring-offset-color: #767676;
  }

  .lg\:focus-within\:tw-ring-offset-gray-mid:focus-within{
    --tw-ring-offset-color: #939393;
  }

  .lg\:focus-within\:tw-ring-offset-black:focus-within{
    --tw-ring-offset-color: #000000;
  }

  .lg\:focus-within\:tw-ring-offset-primary:focus-within{
    --tw-ring-offset-color: #E35100;
  }

  .lg\:focus-within\:tw-ring-offset-primary-dark:focus-within{
    --tw-ring-offset-color: #C04400;
  }

  .lg\:focus-within\:tw-ring-offset-primary-light:focus-within{
    --tw-ring-offset-color: #F38D25;
  }

  .lg\:focus-within\:tw-ring-offset-secondary:focus-within{
    --tw-ring-offset-color: #005272;
  }

  .lg\:focus-within\:tw-ring-offset-secondary-dark:focus-within{
    --tw-ring-offset-color: #3F83A3;
  }

  .lg\:focus-within\:tw-ring-offset-secondary-light:focus-within{
    --tw-ring-offset-color: #4F99BB;
  }

  .lg\:focus-within\:tw-ring-offset-white:focus-within{
    --tw-ring-offset-color: #FFFFFF;
  }

  .lg\:focus-within\:tw-ring-offset-hyperlinks:focus-within{
    --tw-ring-offset-color: #106AA3;
  }

  .lg\:focus-within\:tw-ring-offset-hyperlinks-visited:focus-within{
    --tw-ring-offset-color: #7F1F7D;
  }

  .lg\:focus-within\:tw-ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .lg\:focus\:tw-ring-offset-brand-orange:focus{
    --tw-ring-offset-color: #E35100;
  }

  .lg\:focus\:tw-ring-offset-brand-orange-dark:focus{
    --tw-ring-offset-color: #C04400;
  }

  .lg\:focus\:tw-ring-offset-brand-orange-light:focus{
    --tw-ring-offset-color: #F38D25;
  }

  .lg\:focus\:tw-ring-offset-brand-blue:focus{
    --tw-ring-offset-color: #005272;
  }

  .lg\:focus\:tw-ring-offset-brand-blue-dark:focus{
    --tw-ring-offset-color: #3F83A3;
  }

  .lg\:focus\:tw-ring-offset-brand-blue-light:focus{
    --tw-ring-offset-color: #4F99BB;
  }

  .lg\:focus\:tw-ring-offset-brand-yellow:focus{
    --tw-ring-offset-color: #E4B620;
  }

  .lg\:focus\:tw-ring-offset-brand-green:focus{
    --tw-ring-offset-color: #8DC055;
  }

  .lg\:focus\:tw-ring-offset-brand-pink:focus{
    --tw-ring-offset-color: #C94578;
  }

  .lg\:focus\:tw-ring-offset-brand-red:focus{
    --tw-ring-offset-color: #BB0034;
  }

  .lg\:focus\:tw-ring-offset-brand-turquesa:focus{
    --tw-ring-offset-color: #3cb497;
  }

  .lg\:focus\:tw-ring-offset-gray-lighter:focus{
    --tw-ring-offset-color: #F5F5F5;
  }

  .lg\:focus\:tw-ring-offset-gray-light:focus{
    --tw-ring-offset-color: #dadada;
  }

  .lg\:focus\:tw-ring-offset-gray-dark:focus{
    --tw-ring-offset-color: #666666;
  }

  .lg\:focus\:tw-ring-offset-gray-darker:focus{
    --tw-ring-offset-color: #222222;
  }

  .lg\:focus\:tw-ring-offset-gray-medium:focus{
    --tw-ring-offset-color: #767676;
  }

  .lg\:focus\:tw-ring-offset-gray-mid:focus{
    --tw-ring-offset-color: #939393;
  }

  .lg\:focus\:tw-ring-offset-black:focus{
    --tw-ring-offset-color: #000000;
  }

  .lg\:focus\:tw-ring-offset-primary:focus{
    --tw-ring-offset-color: #E35100;
  }

  .lg\:focus\:tw-ring-offset-primary-dark:focus{
    --tw-ring-offset-color: #C04400;
  }

  .lg\:focus\:tw-ring-offset-primary-light:focus{
    --tw-ring-offset-color: #F38D25;
  }

  .lg\:focus\:tw-ring-offset-secondary:focus{
    --tw-ring-offset-color: #005272;
  }

  .lg\:focus\:tw-ring-offset-secondary-dark:focus{
    --tw-ring-offset-color: #3F83A3;
  }

  .lg\:focus\:tw-ring-offset-secondary-light:focus{
    --tw-ring-offset-color: #4F99BB;
  }

  .lg\:focus\:tw-ring-offset-white:focus{
    --tw-ring-offset-color: #FFFFFF;
  }

  .lg\:focus\:tw-ring-offset-hyperlinks:focus{
    --tw-ring-offset-color: #106AA3;
  }

  .lg\:focus\:tw-ring-offset-hyperlinks-visited:focus{
    --tw-ring-offset-color: #7F1F7D;
  }

  .lg\:focus\:tw-ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .lg\:tw-ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .lg\:tw-ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .lg\:tw-ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .lg\:tw-ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .lg\:tw-ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .lg\:focus-within\:tw-ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .lg\:focus-within\:tw-ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .lg\:focus-within\:tw-ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .lg\:focus-within\:tw-ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .lg\:focus-within\:tw-ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .lg\:focus\:tw-ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .lg\:focus\:tw-ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .lg\:focus\:tw-ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .lg\:focus\:tw-ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .lg\:focus\:tw-ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .lg\:tw-ring-brand-orange{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(227, 81, 0, var(--tw-ring-opacity));
  }

  .lg\:tw-ring-brand-orange-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 68, 0, var(--tw-ring-opacity));
  }

  .lg\:tw-ring-brand-orange-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 141, 37, var(--tw-ring-opacity));
  }

  .lg\:tw-ring-brand-blue{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 82, 114, var(--tw-ring-opacity));
  }

  .lg\:tw-ring-brand-blue-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 131, 163, var(--tw-ring-opacity));
  }

  .lg\:tw-ring-brand-blue-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 153, 187, var(--tw-ring-opacity));
  }

  .lg\:tw-ring-brand-yellow{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 182, 32, var(--tw-ring-opacity));
  }

  .lg\:tw-ring-brand-green{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 192, 85, var(--tw-ring-opacity));
  }

  .lg\:tw-ring-brand-pink{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 69, 120, var(--tw-ring-opacity));
  }

  .lg\:tw-ring-brand-red{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 0, 52, var(--tw-ring-opacity));
  }

  .lg\:tw-ring-brand-turquesa{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(60, 180, 151, var(--tw-ring-opacity));
  }

  .lg\:tw-ring-gray-lighter{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .lg\:tw-ring-gray-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity));
  }

  .lg\:tw-ring-gray-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  .lg\:tw-ring-gray-darker{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
  }

  .lg\:tw-ring-gray-medium{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(118, 118, 118, var(--tw-ring-opacity));
  }

  .lg\:tw-ring-gray-mid{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 147, 147, var(--tw-ring-opacity));
  }

  .lg\:tw-ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:tw-ring-primary{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(227, 81, 0, var(--tw-ring-opacity));
  }

  .lg\:tw-ring-primary-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 68, 0, var(--tw-ring-opacity));
  }

  .lg\:tw-ring-primary-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 141, 37, var(--tw-ring-opacity));
  }

  .lg\:tw-ring-secondary{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 82, 114, var(--tw-ring-opacity));
  }

  .lg\:tw-ring-secondary-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 131, 163, var(--tw-ring-opacity));
  }

  .lg\:tw-ring-secondary-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 153, 187, var(--tw-ring-opacity));
  }

  .lg\:tw-ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:tw-ring-hyperlinks{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 106, 163, var(--tw-ring-opacity));
  }

  .lg\:tw-ring-hyperlinks-visited{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 31, 125, var(--tw-ring-opacity));
  }

  .lg\:tw-ring-transparent{
    --tw-ring-color: transparent;
  }

  .lg\:focus-within\:tw-ring-brand-orange:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(227, 81, 0, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:tw-ring-brand-orange-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 68, 0, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:tw-ring-brand-orange-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 141, 37, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:tw-ring-brand-blue:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 82, 114, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:tw-ring-brand-blue-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 131, 163, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:tw-ring-brand-blue-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 153, 187, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:tw-ring-brand-yellow:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 182, 32, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:tw-ring-brand-green:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 192, 85, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:tw-ring-brand-pink:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 69, 120, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:tw-ring-brand-red:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 0, 52, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:tw-ring-brand-turquesa:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(60, 180, 151, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:tw-ring-gray-lighter:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:tw-ring-gray-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:tw-ring-gray-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:tw-ring-gray-darker:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:tw-ring-gray-medium:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(118, 118, 118, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:tw-ring-gray-mid:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 147, 147, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:tw-ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:tw-ring-primary:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(227, 81, 0, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:tw-ring-primary-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 68, 0, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:tw-ring-primary-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 141, 37, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:tw-ring-secondary:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 82, 114, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:tw-ring-secondary-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 131, 163, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:tw-ring-secondary-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 153, 187, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:tw-ring-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:tw-ring-hyperlinks:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 106, 163, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:tw-ring-hyperlinks-visited:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 31, 125, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:tw-ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .lg\:focus\:tw-ring-brand-orange:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(227, 81, 0, var(--tw-ring-opacity));
  }

  .lg\:focus\:tw-ring-brand-orange-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 68, 0, var(--tw-ring-opacity));
  }

  .lg\:focus\:tw-ring-brand-orange-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 141, 37, var(--tw-ring-opacity));
  }

  .lg\:focus\:tw-ring-brand-blue:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 82, 114, var(--tw-ring-opacity));
  }

  .lg\:focus\:tw-ring-brand-blue-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 131, 163, var(--tw-ring-opacity));
  }

  .lg\:focus\:tw-ring-brand-blue-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 153, 187, var(--tw-ring-opacity));
  }

  .lg\:focus\:tw-ring-brand-yellow:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 182, 32, var(--tw-ring-opacity));
  }

  .lg\:focus\:tw-ring-brand-green:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 192, 85, var(--tw-ring-opacity));
  }

  .lg\:focus\:tw-ring-brand-pink:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 69, 120, var(--tw-ring-opacity));
  }

  .lg\:focus\:tw-ring-brand-red:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 0, 52, var(--tw-ring-opacity));
  }

  .lg\:focus\:tw-ring-brand-turquesa:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(60, 180, 151, var(--tw-ring-opacity));
  }

  .lg\:focus\:tw-ring-gray-lighter:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .lg\:focus\:tw-ring-gray-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity));
  }

  .lg\:focus\:tw-ring-gray-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  .lg\:focus\:tw-ring-gray-darker:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
  }

  .lg\:focus\:tw-ring-gray-medium:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(118, 118, 118, var(--tw-ring-opacity));
  }

  .lg\:focus\:tw-ring-gray-mid:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 147, 147, var(--tw-ring-opacity));
  }

  .lg\:focus\:tw-ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:focus\:tw-ring-primary:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(227, 81, 0, var(--tw-ring-opacity));
  }

  .lg\:focus\:tw-ring-primary-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 68, 0, var(--tw-ring-opacity));
  }

  .lg\:focus\:tw-ring-primary-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 141, 37, var(--tw-ring-opacity));
  }

  .lg\:focus\:tw-ring-secondary:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 82, 114, var(--tw-ring-opacity));
  }

  .lg\:focus\:tw-ring-secondary-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 131, 163, var(--tw-ring-opacity));
  }

  .lg\:focus\:tw-ring-secondary-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 153, 187, var(--tw-ring-opacity));
  }

  .lg\:focus\:tw-ring-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:tw-ring-hyperlinks:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 106, 163, var(--tw-ring-opacity));
  }

  .lg\:focus\:tw-ring-hyperlinks-visited:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 31, 125, var(--tw-ring-opacity));
  }

  .lg\:focus\:tw-ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .lg\:tw-ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .lg\:tw-ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  .lg\:tw-ring-opacity-10{
    --tw-ring-opacity: 0.1;
  }

  .lg\:tw-ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  .lg\:tw-ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .lg\:tw-ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  .lg\:tw-ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  .lg\:tw-ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  .lg\:tw-ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  .lg\:tw-ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  .lg\:tw-ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .lg\:tw-ring-opacity-80{
    --tw-ring-opacity: 0.8;
  }

  .lg\:tw-ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  .lg\:tw-ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  .lg\:tw-ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .lg\:focus-within\:tw-ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .lg\:focus-within\:tw-ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  .lg\:focus-within\:tw-ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1;
  }

  .lg\:focus-within\:tw-ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  .lg\:focus-within\:tw-ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .lg\:focus-within\:tw-ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  .lg\:focus-within\:tw-ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  .lg\:focus-within\:tw-ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  .lg\:focus-within\:tw-ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  .lg\:focus-within\:tw-ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  .lg\:focus-within\:tw-ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .lg\:focus-within\:tw-ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8;
  }

  .lg\:focus-within\:tw-ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  .lg\:focus-within\:tw-ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  .lg\:focus-within\:tw-ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .lg\:focus\:tw-ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .lg\:focus\:tw-ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  .lg\:focus\:tw-ring-opacity-10:focus{
    --tw-ring-opacity: 0.1;
  }

  .lg\:focus\:tw-ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  .lg\:focus\:tw-ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .lg\:focus\:tw-ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  .lg\:focus\:tw-ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  .lg\:focus\:tw-ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  .lg\:focus\:tw-ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  .lg\:focus\:tw-ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  .lg\:focus\:tw-ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .lg\:focus\:tw-ring-opacity-80:focus{
    --tw-ring-opacity: 0.8;
  }

  .lg\:focus\:tw-ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  .lg\:focus\:tw-ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  .lg\:focus\:tw-ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .lg\:tw-fill-current{
    fill: currentColor;
  }

  .lg\:tw-fill-primary{
    fill: #E35100;
  }

  .lg\:tw-fill-secondary{
    fill: #005272;
  }

  .lg\:tw-fill-green{
    fill: #8DC055;
  }

  .lg\:tw-fill-magenta{
    fill: #cd0e4d;
  }

  .lg\:tw-fill-turquesa{
    fill: #3cb497;
  }

  .lg\:tw-fill-primary-light{
    fill: #F38D25;
  }

  .lg\:tw-fill-secondary-light{
    fill: #4F99BB;
  }

  .lg\:tw-fill-green-light{
    fill: #9dd056;
  }

  .lg\:tw-fill-magenta-light{
    fill: #f01e63;
  }

  .lg\:tw-fill-turquesa-light{
    fill: #5bc8ae;
  }

  .lg\:hover\:tw-fill-current:hover{
    fill: currentColor;
  }

  .lg\:hover\:tw-fill-primary:hover{
    fill: #E35100;
  }

  .lg\:hover\:tw-fill-secondary:hover{
    fill: #005272;
  }

  .lg\:hover\:tw-fill-green:hover{
    fill: #8DC055;
  }

  .lg\:hover\:tw-fill-magenta:hover{
    fill: #cd0e4d;
  }

  .lg\:hover\:tw-fill-turquesa:hover{
    fill: #3cb497;
  }

  .lg\:hover\:tw-fill-primary-light:hover{
    fill: #F38D25;
  }

  .lg\:hover\:tw-fill-secondary-light:hover{
    fill: #4F99BB;
  }

  .lg\:hover\:tw-fill-green-light:hover{
    fill: #9dd056;
  }

  .lg\:hover\:tw-fill-magenta-light:hover{
    fill: #f01e63;
  }

  .lg\:hover\:tw-fill-turquesa-light:hover{
    fill: #5bc8ae;
  }

  .lg\:focus\:tw-fill-current:focus{
    fill: currentColor;
  }

  .lg\:focus\:tw-fill-primary:focus{
    fill: #E35100;
  }

  .lg\:focus\:tw-fill-secondary:focus{
    fill: #005272;
  }

  .lg\:focus\:tw-fill-green:focus{
    fill: #8DC055;
  }

  .lg\:focus\:tw-fill-magenta:focus{
    fill: #cd0e4d;
  }

  .lg\:focus\:tw-fill-turquesa:focus{
    fill: #3cb497;
  }

  .lg\:focus\:tw-fill-primary-light:focus{
    fill: #F38D25;
  }

  .lg\:focus\:tw-fill-secondary-light:focus{
    fill: #4F99BB;
  }

  .lg\:focus\:tw-fill-green-light:focus{
    fill: #9dd056;
  }

  .lg\:focus\:tw-fill-magenta-light:focus{
    fill: #f01e63;
  }

  .lg\:focus\:tw-fill-turquesa-light:focus{
    fill: #5bc8ae;
  }

  .lg\:tw-stroke-current{
    stroke: currentColor;
  }

  .lg\:tw-stroke-0{
    stroke-width: 0;
  }

  .lg\:tw-stroke-1{
    stroke-width: 1;
  }

  .lg\:tw-stroke-2{
    stroke-width: 2;
  }

  .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-brand-orange{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .lg\:tw-text-brand-orange-dark{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .lg\:tw-text-brand-orange-light{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .lg\:tw-text-brand-blue{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .lg\:tw-text-brand-blue-dark{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .lg\:tw-text-brand-blue-light{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .lg\:tw-text-brand-yellow{
    --tw-text-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-text-opacity));
  }

  .lg\:tw-text-brand-green{
    --tw-text-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-text-opacity));
  }

  .lg\:tw-text-brand-pink{
    --tw-text-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-text-opacity));
  }

  .lg\:tw-text-brand-red{
    --tw-text-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-text-opacity));
  }

  .lg\:tw-text-brand-turquesa{
    --tw-text-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-text-opacity));
  }

  .lg\:tw-text-gray-lighter{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .lg\:tw-text-gray-light{
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .lg\:tw-text-gray-dark{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  .lg\:tw-text-gray-darker{
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .lg\:tw-text-gray-medium{
    --tw-text-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-text-opacity));
  }

  .lg\:tw-text-gray-mid{
    --tw-text-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-text-opacity));
  }

  .lg\:tw-text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:tw-text-primary{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .lg\:tw-text-primary-dark{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .lg\:tw-text-primary-light{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .lg\:tw-text-secondary{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .lg\:tw-text-secondary-dark{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .lg\:tw-text-secondary-light{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .lg\:tw-text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:tw-text-hyperlinks{
    --tw-text-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-text-opacity));
  }

  .lg\:tw-text-hyperlinks-visited{
    --tw-text-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-text-opacity));
  }

  .lg\:tw-text-transparent{
    color: transparent;
  }

  .lg\:visited\:tw-text-brand-orange:visited{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .lg\:visited\:tw-text-brand-orange-dark:visited{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .lg\:visited\:tw-text-brand-orange-light:visited{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .lg\:visited\:tw-text-brand-blue:visited{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .lg\:visited\:tw-text-brand-blue-dark:visited{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .lg\:visited\:tw-text-brand-blue-light:visited{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .lg\:visited\:tw-text-brand-yellow:visited{
    --tw-text-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-text-opacity));
  }

  .lg\:visited\:tw-text-brand-green:visited{
    --tw-text-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-text-opacity));
  }

  .lg\:visited\:tw-text-brand-pink:visited{
    --tw-text-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-text-opacity));
  }

  .lg\:visited\:tw-text-brand-red:visited{
    --tw-text-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-text-opacity));
  }

  .lg\:visited\:tw-text-brand-turquesa:visited{
    --tw-text-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-text-opacity));
  }

  .lg\:visited\:tw-text-gray-lighter:visited{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .lg\:visited\:tw-text-gray-light:visited{
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .lg\:visited\:tw-text-gray-dark:visited{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  .lg\:visited\:tw-text-gray-darker:visited{
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .lg\:visited\:tw-text-gray-medium:visited{
    --tw-text-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-text-opacity));
  }

  .lg\:visited\:tw-text-gray-mid:visited{
    --tw-text-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-text-opacity));
  }

  .lg\:visited\:tw-text-black:visited{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:visited\:tw-text-primary:visited{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .lg\:visited\:tw-text-primary-dark:visited{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .lg\:visited\:tw-text-primary-light:visited{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .lg\:visited\:tw-text-secondary:visited{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .lg\:visited\:tw-text-secondary-dark:visited{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .lg\:visited\:tw-text-secondary-light:visited{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .lg\:visited\:tw-text-white:visited{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:visited\:tw-text-hyperlinks:visited{
    --tw-text-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-text-opacity));
  }

  .lg\:visited\:tw-text-hyperlinks-visited:visited{
    --tw-text-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-text-opacity));
  }

  .lg\:visited\:tw-text-transparent:visited{
    color: transparent;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-brand-orange{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-text-brand-orange-dark{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-text-brand-orange-light{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-text-brand-blue{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-text-brand-blue-dark{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-text-brand-blue-light{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-text-brand-yellow{
    --tw-text-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-text-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-text-brand-green{
    --tw-text-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-text-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-text-brand-pink{
    --tw-text-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-text-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-text-brand-red{
    --tw-text-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-text-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-text-brand-turquesa{
    --tw-text-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-text-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-text-gray-lighter{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-text-gray-light{
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-text-gray-dark{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-text-gray-darker{
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-text-gray-medium{
    --tw-text-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-text-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-text-gray-mid{
    --tw-text-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-text-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-text-primary{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-text-primary-dark{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-text-primary-light{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-text-secondary{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-text-secondary-dark{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-text-secondary-light{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-text-hyperlinks{
    --tw-text-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-text-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-text-hyperlinks-visited{
    --tw-text-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-text-opacity));
  }

  .tw-group:hover .lg\:group-hover\:tw-text-transparent{
    color: transparent;
  }

  .lg\:focus-within\:tw-text-brand-orange:focus-within{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .lg\:focus-within\:tw-text-brand-orange-dark:focus-within{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .lg\:focus-within\:tw-text-brand-orange-light:focus-within{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .lg\:focus-within\:tw-text-brand-blue:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .lg\:focus-within\:tw-text-brand-blue-dark:focus-within{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .lg\:focus-within\:tw-text-brand-blue-light:focus-within{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .lg\:focus-within\:tw-text-brand-yellow:focus-within{
    --tw-text-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-text-opacity));
  }

  .lg\:focus-within\:tw-text-brand-green:focus-within{
    --tw-text-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-text-opacity));
  }

  .lg\:focus-within\:tw-text-brand-pink:focus-within{
    --tw-text-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-text-opacity));
  }

  .lg\:focus-within\:tw-text-brand-red:focus-within{
    --tw-text-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-text-opacity));
  }

  .lg\:focus-within\:tw-text-brand-turquesa:focus-within{
    --tw-text-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-text-opacity));
  }

  .lg\:focus-within\:tw-text-gray-lighter:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .lg\:focus-within\:tw-text-gray-light:focus-within{
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .lg\:focus-within\:tw-text-gray-dark:focus-within{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  .lg\:focus-within\:tw-text-gray-darker:focus-within{
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .lg\:focus-within\:tw-text-gray-medium:focus-within{
    --tw-text-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-text-opacity));
  }

  .lg\:focus-within\:tw-text-gray-mid:focus-within{
    --tw-text-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-text-opacity));
  }

  .lg\:focus-within\:tw-text-black:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:focus-within\:tw-text-primary:focus-within{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .lg\:focus-within\:tw-text-primary-dark:focus-within{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .lg\:focus-within\:tw-text-primary-light:focus-within{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .lg\:focus-within\:tw-text-secondary:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .lg\:focus-within\:tw-text-secondary-dark:focus-within{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .lg\:focus-within\:tw-text-secondary-light:focus-within{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .lg\:focus-within\:tw-text-white:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:tw-text-hyperlinks:focus-within{
    --tw-text-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-text-opacity));
  }

  .lg\:focus-within\:tw-text-hyperlinks-visited:focus-within{
    --tw-text-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-text-opacity));
  }

  .lg\:focus-within\:tw-text-transparent:focus-within{
    color: transparent;
  }

  .lg\:hover\:tw-text-brand-orange:hover{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .lg\:hover\:tw-text-brand-orange-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .lg\:hover\:tw-text-brand-orange-light:hover{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .lg\:hover\:tw-text-brand-blue:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .lg\:hover\:tw-text-brand-blue-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .lg\:hover\:tw-text-brand-blue-light:hover{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .lg\:hover\:tw-text-brand-yellow:hover{
    --tw-text-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-text-opacity));
  }

  .lg\:hover\:tw-text-brand-green:hover{
    --tw-text-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-text-opacity));
  }

  .lg\:hover\:tw-text-brand-pink:hover{
    --tw-text-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-text-opacity));
  }

  .lg\:hover\:tw-text-brand-red:hover{
    --tw-text-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-text-opacity));
  }

  .lg\:hover\:tw-text-brand-turquesa:hover{
    --tw-text-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-text-opacity));
  }

  .lg\:hover\:tw-text-gray-lighter:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .lg\:hover\:tw-text-gray-light:hover{
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .lg\:hover\:tw-text-gray-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  .lg\:hover\:tw-text-gray-darker:hover{
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .lg\:hover\:tw-text-gray-medium:hover{
    --tw-text-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-text-opacity));
  }

  .lg\:hover\:tw-text-gray-mid:hover{
    --tw-text-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-text-opacity));
  }

  .lg\:hover\:tw-text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:hover\:tw-text-primary:hover{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .lg\:hover\:tw-text-primary-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .lg\:hover\:tw-text-primary-light:hover{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .lg\:hover\:tw-text-secondary:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .lg\:hover\:tw-text-secondary-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .lg\:hover\:tw-text-secondary-light:hover{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .lg\:hover\:tw-text-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:tw-text-hyperlinks:hover{
    --tw-text-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-text-opacity));
  }

  .lg\:hover\:tw-text-hyperlinks-visited:hover{
    --tw-text-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-text-opacity));
  }

  .lg\:hover\:tw-text-transparent:hover{
    color: transparent;
  }

  .lg\:focus\:tw-text-brand-orange:focus{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .lg\:focus\:tw-text-brand-orange-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .lg\:focus\:tw-text-brand-orange-light:focus{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .lg\:focus\:tw-text-brand-blue:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .lg\:focus\:tw-text-brand-blue-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .lg\:focus\:tw-text-brand-blue-light:focus{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .lg\:focus\:tw-text-brand-yellow:focus{
    --tw-text-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-text-opacity));
  }

  .lg\:focus\:tw-text-brand-green:focus{
    --tw-text-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-text-opacity));
  }

  .lg\:focus\:tw-text-brand-pink:focus{
    --tw-text-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-text-opacity));
  }

  .lg\:focus\:tw-text-brand-red:focus{
    --tw-text-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-text-opacity));
  }

  .lg\:focus\:tw-text-brand-turquesa:focus{
    --tw-text-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-text-opacity));
  }

  .lg\:focus\:tw-text-gray-lighter:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .lg\:focus\:tw-text-gray-light:focus{
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .lg\:focus\:tw-text-gray-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  .lg\:focus\:tw-text-gray-darker:focus{
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .lg\:focus\:tw-text-gray-medium:focus{
    --tw-text-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-text-opacity));
  }

  .lg\:focus\:tw-text-gray-mid:focus{
    --tw-text-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-text-opacity));
  }

  .lg\:focus\:tw-text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:focus\:tw-text-primary:focus{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .lg\:focus\:tw-text-primary-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .lg\:focus\:tw-text-primary-light:focus{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .lg\:focus\:tw-text-secondary:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .lg\:focus\:tw-text-secondary-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .lg\:focus\:tw-text-secondary-light:focus{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .lg\:focus\:tw-text-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:tw-text-hyperlinks:focus{
    --tw-text-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-text-opacity));
  }

  .lg\:focus\:tw-text-hyperlinks-visited:focus{
    --tw-text-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-text-opacity));
  }

  .lg\:focus\:tw-text-transparent:focus{
    color: transparent;
  }

  .lg\:active\:tw-text-brand-orange:active{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .lg\:active\:tw-text-brand-orange-dark:active{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .lg\:active\:tw-text-brand-orange-light:active{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .lg\:active\:tw-text-brand-blue:active{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .lg\:active\:tw-text-brand-blue-dark:active{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .lg\:active\:tw-text-brand-blue-light:active{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .lg\:active\:tw-text-brand-yellow:active{
    --tw-text-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-text-opacity));
  }

  .lg\:active\:tw-text-brand-green:active{
    --tw-text-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-text-opacity));
  }

  .lg\:active\:tw-text-brand-pink:active{
    --tw-text-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-text-opacity));
  }

  .lg\:active\:tw-text-brand-red:active{
    --tw-text-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-text-opacity));
  }

  .lg\:active\:tw-text-brand-turquesa:active{
    --tw-text-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-text-opacity));
  }

  .lg\:active\:tw-text-gray-lighter:active{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .lg\:active\:tw-text-gray-light:active{
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .lg\:active\:tw-text-gray-dark:active{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  .lg\:active\:tw-text-gray-darker:active{
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .lg\:active\:tw-text-gray-medium:active{
    --tw-text-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-text-opacity));
  }

  .lg\:active\:tw-text-gray-mid:active{
    --tw-text-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-text-opacity));
  }

  .lg\:active\:tw-text-black:active{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:active\:tw-text-primary:active{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .lg\:active\:tw-text-primary-dark:active{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .lg\:active\:tw-text-primary-light:active{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .lg\:active\:tw-text-secondary:active{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .lg\:active\:tw-text-secondary-dark:active{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .lg\:active\:tw-text-secondary-light:active{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .lg\:active\:tw-text-white:active{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:active\:tw-text-hyperlinks:active{
    --tw-text-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-text-opacity));
  }

  .lg\:active\:tw-text-hyperlinks-visited:active{
    --tw-text-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-text-opacity));
  }

  .lg\:active\:tw-text-transparent:active{
    color: transparent;
  }

  .lg\:tw-text-opacity-0{
    --tw-text-opacity: 0;
  }

  .lg\:tw-text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .lg\:tw-text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .lg\:tw-text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .lg\:tw-text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .lg\:tw-text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .lg\:tw-text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .lg\:tw-text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .lg\:tw-text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .lg\:tw-text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .lg\:tw-text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .lg\:tw-text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .lg\:tw-text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .lg\:tw-text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .lg\:tw-text-opacity-100{
    --tw-text-opacity: 1;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-0{
    --tw-text-opacity: 0;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-100{
    --tw-text-opacity: 1;
  }

  .lg\:focus-within\:tw-text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .lg\:focus-within\:tw-text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  .lg\:focus-within\:tw-text-opacity-10:focus-within{
    --tw-text-opacity: 0.1;
  }

  .lg\:focus-within\:tw-text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  .lg\:focus-within\:tw-text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .lg\:focus-within\:tw-text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  .lg\:focus-within\:tw-text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  .lg\:focus-within\:tw-text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  .lg\:focus-within\:tw-text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  .lg\:focus-within\:tw-text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  .lg\:focus-within\:tw-text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .lg\:focus-within\:tw-text-opacity-80:focus-within{
    --tw-text-opacity: 0.8;
  }

  .lg\:focus-within\:tw-text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  .lg\:focus-within\:tw-text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  .lg\:focus-within\:tw-text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .lg\:hover\:tw-text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .lg\:hover\:tw-text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  .lg\:hover\:tw-text-opacity-10:hover{
    --tw-text-opacity: 0.1;
  }

  .lg\:hover\:tw-text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  .lg\:hover\:tw-text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .lg\:hover\:tw-text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  .lg\:hover\:tw-text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  .lg\:hover\:tw-text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  .lg\:hover\:tw-text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  .lg\:hover\:tw-text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  .lg\:hover\:tw-text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .lg\:hover\:tw-text-opacity-80:hover{
    --tw-text-opacity: 0.8;
  }

  .lg\:hover\:tw-text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  .lg\:hover\:tw-text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  .lg\:hover\:tw-text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .lg\:focus\:tw-text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .lg\:focus\:tw-text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  .lg\:focus\:tw-text-opacity-10:focus{
    --tw-text-opacity: 0.1;
  }

  .lg\:focus\:tw-text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  .lg\:focus\:tw-text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .lg\:focus\:tw-text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  .lg\:focus\:tw-text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  .lg\:focus\:tw-text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  .lg\:focus\:tw-text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  .lg\:focus\:tw-text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  .lg\:focus\:tw-text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .lg\:focus\:tw-text-opacity-80:focus{
    --tw-text-opacity: 0.8;
  }

  .lg\:focus\:tw-text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  .lg\:focus\:tw-text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  .lg\:focus\:tw-text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .lg\:tw-truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:tw-overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .lg\:tw-overflow-clip{
    text-overflow: clip;
  }

  .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;
  }

  .tw-group:hover .lg\:group-hover\:tw-underline{
    text-decoration: underline;
  }

  .tw-group:hover .lg\:group-hover\:tw-line-through{
    text-decoration: line-through;
  }

  .tw-group:hover .lg\:group-hover\:tw-no-underline{
    text-decoration: none;
  }

  .lg\:focus-within\:tw-underline:focus-within{
    text-decoration: underline;
  }

  .lg\:focus-within\:tw-line-through:focus-within{
    text-decoration: line-through;
  }

  .lg\:focus-within\:tw-no-underline:focus-within{
    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-ordinal, .lg\:tw-slashed-zero, .lg\:tw-lining-nums, .lg\:tw-oldstyle-nums, .lg\:tw-proportional-nums, .lg\:tw-tabular-nums, .lg\:tw-diagonal-fractions, .lg\:tw-stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .lg\:tw-normal-nums{
    font-variant-numeric: normal;
  }

  .lg\:tw-ordinal{
    --tw-ordinal: ordinal;
  }

  .lg\:tw-slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .lg\:tw-lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .lg\:tw-oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .lg\:tw-proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .lg\:tw-tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .lg\:tw-diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .lg\:tw-stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .lg\:tw-tracking-tighter{
    letter-spacing: -0.05em;
  }

  .lg\:tw-tracking-tight{
    letter-spacing: -0.025em;
  }

  .lg\:tw-tracking-normal{
    letter-spacing: 0em;
  }

  .lg\:tw-tracking-wide{
    letter-spacing: 0.025em;
  }

  .lg\:tw-tracking-wider{
    letter-spacing: 0.05em;
  }

  .lg\:tw-tracking-widest{
    letter-spacing: 0.1em;
  }

  .lg\:tw-select-none{
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:tw-select-text{
    -webkit-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:tw-select-all{
    -webkit-user-select: all;
            user-select: all;
  }

  .lg\:tw-select-auto{
    -webkit-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .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-nowrap{
    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-w-0{
    width: 0px;
  }

  .lg\:tw-w-1{
    width: 0.25rem;
  }

  .lg\:tw-w-2{
    width: 0.5rem;
  }

  .lg\:tw-w-3{
    width: 0.75rem;
  }

  .lg\:tw-w-4{
    width: 1rem;
  }

  .lg\:tw-w-5{
    width: 1.25rem;
  }

  .lg\:tw-w-6{
    width: 1.5rem;
  }

  .lg\:tw-w-7{
    width: 1.75rem;
  }

  .lg\:tw-w-8{
    width: 2rem;
  }

  .lg\:tw-w-9{
    width: 2.25rem;
  }

  .lg\:tw-w-10{
    width: 2.5rem;
  }

  .lg\:tw-w-11{
    width: 2.75rem;
  }

  .lg\:tw-w-12{
    width: 3rem;
  }

  .lg\:tw-w-13{
    width: 3.25rem;
  }

  .lg\:tw-w-14{
    width: 3.5rem;
  }

  .lg\:tw-w-16{
    width: 4rem;
  }

  .lg\:tw-w-20{
    width: 5rem;
  }

  .lg\:tw-w-24{
    width: 6rem;
  }

  .lg\:tw-w-28{
    width: 7rem;
  }

  .lg\:tw-w-32{
    width: 8rem;
  }

  .lg\:tw-w-36{
    width: 9rem;
  }

  .lg\:tw-w-40{
    width: 10rem;
  }

  .lg\:tw-w-44{
    width: 44px;
  }

  .lg\:tw-w-48{
    width: 12rem;
  }

  .lg\:tw-w-52{
    width: 13rem;
  }

  .lg\:tw-w-56{
    width: 14rem;
  }

  .lg\:tw-w-60{
    width: 15rem;
  }

  .lg\:tw-w-64{
    width: 16rem;
  }

  .lg\:tw-w-72{
    width: 18rem;
  }

  .lg\:tw-w-80{
    width: 20rem;
  }

  .lg\:tw-w-96{
    width: 24rem;
  }

  .lg\:tw-w-auto{
    width: auto;
  }

  .lg\:tw-w-px{
    width: 1px;
  }

  .lg\:tw-w-0\.5{
    width: 0.125rem;
  }

  .lg\:tw-w-1\.5{
    width: 0.375rem;
  }

  .lg\:tw-w-2\.5{
    width: 0.625rem;
  }

  .lg\:tw-w-3\.5{
    width: 0.875rem;
  }

  .lg\:tw-w-2\/3{
    width: 66.666667%;
  }

  .lg\:tw-w-3\/2{
    width: 150%;
  }

  .lg\:tw-w-square{
    width: 100%;
  }

  .lg\:tw-w-58px{
    width: 58px;
  }

  .lg\:tw-w-63px{
    width: 63px;
  }

  .lg\:tw-w-73px{
    width: 73.px;
  }

  .lg\:tw-w-1\/2{
    width: 50%;
  }

  .lg\:tw-w-1\/3{
    width: 33.333333%;
  }

  .lg\:tw-w-1\/4{
    width: 25%;
  }

  .lg\:tw-w-2\/4{
    width: 50%;
  }

  .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.666667%;
  }

  .lg\:tw-w-2\/6{
    width: 33.333333%;
  }

  .lg\:tw-w-3\/6{
    width: 50%;
  }

  .lg\:tw-w-4\/6{
    width: 66.666667%;
  }

  .lg\:tw-w-5\/6{
    width: 83.333333%;
  }

  .lg\:tw-w-1\/12{
    width: 8.333333%;
  }

  .lg\:tw-w-2\/12{
    width: 16.666667%;
  }

  .lg\:tw-w-3\/12{
    width: 25%;
  }

  .lg\:tw-w-4\/12{
    width: 33.333333%;
  }

  .lg\:tw-w-5\/12{
    width: 41.666667%;
  }

  .lg\:tw-w-6\/12{
    width: 50%;
  }

  .lg\:tw-w-7\/12{
    width: 58.333333%;
  }

  .lg\:tw-w-8\/12{
    width: 66.666667%;
  }

  .lg\:tw-w-9\/12{
    width: 75%;
  }

  .lg\:tw-w-10\/12{
    width: 83.333333%;
  }

  .lg\:tw-w-11\/12{
    width: 91.666667%;
  }

  .lg\:tw-w-full{
    width: 100%;
  }

  .lg\:tw-w-screen{
    width: 100vw;
  }

  .lg\:tw-w-min{
    width: min-content;
  }

  .lg\:tw-w-max{
    width: max-content;
  }

  .lg\:tw-z-0{
    z-index: 0;
  }

  .lg\:tw-z-10{
    z-index: 10;
  }

  .lg\:tw-z-20{
    z-index: 20;
  }

  .lg\:tw-z-30{
    z-index: 30;
  }

  .lg\:tw-z-40{
    z-index: 40;
  }

  .lg\:tw-z-50{
    z-index: 50;
  }

  .lg\:tw-z-60{
    z-index: 60;
  }

  .lg\:tw-z-auto{
    z-index: auto;
  }

  .lg\:focus-within\:tw-z-0:focus-within{
    z-index: 0;
  }

  .lg\:focus-within\:tw-z-10:focus-within{
    z-index: 10;
  }

  .lg\:focus-within\:tw-z-20:focus-within{
    z-index: 20;
  }

  .lg\:focus-within\:tw-z-30:focus-within{
    z-index: 30;
  }

  .lg\:focus-within\:tw-z-40:focus-within{
    z-index: 40;
  }

  .lg\:focus-within\:tw-z-50:focus-within{
    z-index: 50;
  }

  .lg\:focus-within\:tw-z-60:focus-within{
    z-index: 60;
  }

  .lg\:focus-within\:tw-z-auto:focus-within{
    z-index: auto;
  }

  .lg\:hover\:tw-z-0:hover{
    z-index: 0;
  }

  .lg\:hover\:tw-z-10:hover{
    z-index: 10;
  }

  .lg\:hover\:tw-z-20:hover{
    z-index: 20;
  }

  .lg\:hover\:tw-z-30:hover{
    z-index: 30;
  }

  .lg\:hover\:tw-z-40:hover{
    z-index: 40;
  }

  .lg\:hover\:tw-z-50:hover{
    z-index: 50;
  }

  .lg\:hover\:tw-z-60:hover{
    z-index: 60;
  }

  .lg\:hover\:tw-z-auto:hover{
    z-index: auto;
  }

  .lg\:focus\:tw-z-0:focus{
    z-index: 0;
  }

  .lg\:focus\:tw-z-10:focus{
    z-index: 10;
  }

  .lg\:focus\:tw-z-20:focus{
    z-index: 20;
  }

  .lg\:focus\:tw-z-30:focus{
    z-index: 30;
  }

  .lg\:focus\:tw-z-40:focus{
    z-index: 40;
  }

  .lg\:focus\:tw-z-50:focus{
    z-index: 50;
  }

  .lg\:focus\:tw-z-60:focus{
    z-index: 60;
  }

  .lg\:focus\:tw-z-auto:focus{
    z-index: auto;
  }

  .lg\:active\:tw-z-0:active{
    z-index: 0;
  }

  .lg\:active\:tw-z-10:active{
    z-index: 10;
  }

  .lg\:active\:tw-z-20:active{
    z-index: 20;
  }

  .lg\:active\:tw-z-30:active{
    z-index: 30;
  }

  .lg\:active\:tw-z-40:active{
    z-index: 40;
  }

  .lg\:active\:tw-z-50:active{
    z-index: 50;
  }

  .lg\:active\:tw-z-60:active{
    z-index: 60;
  }

  .lg\:active\:tw-z-auto:active{
    z-index: auto;
  }

  .lg\:tw-gap-0{
    gap: 0px;
  }

  .lg\:tw-gap-1{
    gap: 0.25rem;
  }

  .lg\:tw-gap-2{
    gap: 0.5rem;
  }

  .lg\:tw-gap-3{
    gap: 0.75rem;
  }

  .lg\:tw-gap-4{
    gap: 1rem;
  }

  .lg\:tw-gap-5{
    gap: 1.25rem;
  }

  .lg\:tw-gap-6{
    gap: 1.5rem;
  }

  .lg\:tw-gap-7{
    gap: 1.75rem;
  }

  .lg\:tw-gap-8{
    gap: 2rem;
  }

  .lg\:tw-gap-9{
    gap: 2.25rem;
  }

  .lg\:tw-gap-10{
    gap: 2.5rem;
  }

  .lg\:tw-gap-11{
    gap: 2.75rem;
  }

  .lg\:tw-gap-12{
    gap: 3rem;
  }

  .lg\:tw-gap-13{
    gap: 3.25rem;
  }

  .lg\:tw-gap-14{
    gap: 3.5rem;
  }

  .lg\:tw-gap-16{
    gap: 4rem;
  }

  .lg\:tw-gap-20{
    gap: 5rem;
  }

  .lg\:tw-gap-24{
    gap: 6rem;
  }

  .lg\:tw-gap-28{
    gap: 7rem;
  }

  .lg\:tw-gap-32{
    gap: 8rem;
  }

  .lg\:tw-gap-36{
    gap: 9rem;
  }

  .lg\:tw-gap-40{
    gap: 10rem;
  }

  .lg\:tw-gap-44{
    gap: 11rem;
  }

  .lg\:tw-gap-48{
    gap: 12rem;
  }

  .lg\:tw-gap-52{
    gap: 13rem;
  }

  .lg\:tw-gap-56{
    gap: 14rem;
  }

  .lg\:tw-gap-60{
    gap: 15rem;
  }

  .lg\:tw-gap-64{
    gap: 16rem;
  }

  .lg\:tw-gap-72{
    gap: 18rem;
  }

  .lg\:tw-gap-80{
    gap: 20rem;
  }

  .lg\:tw-gap-96{
    gap: 24rem;
  }

  .lg\:tw-gap-px{
    gap: 1px;
  }

  .lg\:tw-gap-0\.5{
    gap: 0.125rem;
  }

  .lg\:tw-gap-1\.5{
    gap: 0.375rem;
  }

  .lg\:tw-gap-2\.5{
    gap: 0.625rem;
  }

  .lg\:tw-gap-3\.5{
    gap: 0.875rem;
  }

  .lg\:tw-gap-2\/3{
    gap: 66.666%;
  }

  .lg\:tw-gap-3\/2{
    gap: 150%;
  }

  .lg\:tw-gap-square{
    gap: 100%;
  }

  .lg\:tw-gap-58px{
    gap: 58px;
  }

  .lg\:tw-gap-63px{
    gap: 63px;
  }

  .lg\:tw-gap-73px{
    gap: 73.px;
  }

  .lg\:tw-gap-x-0{
    column-gap: 0px;
  }

  .lg\:tw-gap-x-1{
    column-gap: 0.25rem;
  }

  .lg\:tw-gap-x-2{
    column-gap: 0.5rem;
  }

  .lg\:tw-gap-x-3{
    column-gap: 0.75rem;
  }

  .lg\:tw-gap-x-4{
    column-gap: 1rem;
  }

  .lg\:tw-gap-x-5{
    column-gap: 1.25rem;
  }

  .lg\:tw-gap-x-6{
    column-gap: 1.5rem;
  }

  .lg\:tw-gap-x-7{
    column-gap: 1.75rem;
  }

  .lg\:tw-gap-x-8{
    column-gap: 2rem;
  }

  .lg\:tw-gap-x-9{
    column-gap: 2.25rem;
  }

  .lg\:tw-gap-x-10{
    column-gap: 2.5rem;
  }

  .lg\:tw-gap-x-11{
    column-gap: 2.75rem;
  }

  .lg\:tw-gap-x-12{
    column-gap: 3rem;
  }

  .lg\:tw-gap-x-13{
    column-gap: 3.25rem;
  }

  .lg\:tw-gap-x-14{
    column-gap: 3.5rem;
  }

  .lg\:tw-gap-x-16{
    column-gap: 4rem;
  }

  .lg\:tw-gap-x-20{
    column-gap: 5rem;
  }

  .lg\:tw-gap-x-24{
    column-gap: 6rem;
  }

  .lg\:tw-gap-x-28{
    column-gap: 7rem;
  }

  .lg\:tw-gap-x-32{
    column-gap: 8rem;
  }

  .lg\:tw-gap-x-36{
    column-gap: 9rem;
  }

  .lg\:tw-gap-x-40{
    column-gap: 10rem;
  }

  .lg\:tw-gap-x-44{
    column-gap: 11rem;
  }

  .lg\:tw-gap-x-48{
    column-gap: 12rem;
  }

  .lg\:tw-gap-x-52{
    column-gap: 13rem;
  }

  .lg\:tw-gap-x-56{
    column-gap: 14rem;
  }

  .lg\:tw-gap-x-60{
    column-gap: 15rem;
  }

  .lg\:tw-gap-x-64{
    column-gap: 16rem;
  }

  .lg\:tw-gap-x-72{
    column-gap: 18rem;
  }

  .lg\:tw-gap-x-80{
    column-gap: 20rem;
  }

  .lg\:tw-gap-x-96{
    column-gap: 24rem;
  }

  .lg\:tw-gap-x-px{
    column-gap: 1px;
  }

  .lg\:tw-gap-x-0\.5{
    column-gap: 0.125rem;
  }

  .lg\:tw-gap-x-1\.5{
    column-gap: 0.375rem;
  }

  .lg\:tw-gap-x-2\.5{
    column-gap: 0.625rem;
  }

  .lg\:tw-gap-x-3\.5{
    column-gap: 0.875rem;
  }

  .lg\:tw-gap-x-2\/3{
    column-gap: 66.666%;
  }

  .lg\:tw-gap-x-3\/2{
    column-gap: 150%;
  }

  .lg\:tw-gap-x-square{
    column-gap: 100%;
  }

  .lg\:tw-gap-x-58px{
    column-gap: 58px;
  }

  .lg\:tw-gap-x-63px{
    column-gap: 63px;
  }

  .lg\:tw-gap-x-73px{
    column-gap: 73.px;
  }

  .lg\:tw-gap-y-0{
    row-gap: 0px;
  }

  .lg\:tw-gap-y-1{
    row-gap: 0.25rem;
  }

  .lg\:tw-gap-y-2{
    row-gap: 0.5rem;
  }

  .lg\:tw-gap-y-3{
    row-gap: 0.75rem;
  }

  .lg\:tw-gap-y-4{
    row-gap: 1rem;
  }

  .lg\:tw-gap-y-5{
    row-gap: 1.25rem;
  }

  .lg\:tw-gap-y-6{
    row-gap: 1.5rem;
  }

  .lg\:tw-gap-y-7{
    row-gap: 1.75rem;
  }

  .lg\:tw-gap-y-8{
    row-gap: 2rem;
  }

  .lg\:tw-gap-y-9{
    row-gap: 2.25rem;
  }

  .lg\:tw-gap-y-10{
    row-gap: 2.5rem;
  }

  .lg\:tw-gap-y-11{
    row-gap: 2.75rem;
  }

  .lg\:tw-gap-y-12{
    row-gap: 3rem;
  }

  .lg\:tw-gap-y-13{
    row-gap: 3.25rem;
  }

  .lg\:tw-gap-y-14{
    row-gap: 3.5rem;
  }

  .lg\:tw-gap-y-16{
    row-gap: 4rem;
  }

  .lg\:tw-gap-y-20{
    row-gap: 5rem;
  }

  .lg\:tw-gap-y-24{
    row-gap: 6rem;
  }

  .lg\:tw-gap-y-28{
    row-gap: 7rem;
  }

  .lg\:tw-gap-y-32{
    row-gap: 8rem;
  }

  .lg\:tw-gap-y-36{
    row-gap: 9rem;
  }

  .lg\:tw-gap-y-40{
    row-gap: 10rem;
  }

  .lg\:tw-gap-y-44{
    row-gap: 11rem;
  }

  .lg\:tw-gap-y-48{
    row-gap: 12rem;
  }

  .lg\:tw-gap-y-52{
    row-gap: 13rem;
  }

  .lg\:tw-gap-y-56{
    row-gap: 14rem;
  }

  .lg\:tw-gap-y-60{
    row-gap: 15rem;
  }

  .lg\:tw-gap-y-64{
    row-gap: 16rem;
  }

  .lg\:tw-gap-y-72{
    row-gap: 18rem;
  }

  .lg\:tw-gap-y-80{
    row-gap: 20rem;
  }

  .lg\:tw-gap-y-96{
    row-gap: 24rem;
  }

  .lg\:tw-gap-y-px{
    row-gap: 1px;
  }

  .lg\:tw-gap-y-0\.5{
    row-gap: 0.125rem;
  }

  .lg\:tw-gap-y-1\.5{
    row-gap: 0.375rem;
  }

  .lg\:tw-gap-y-2\.5{
    row-gap: 0.625rem;
  }

  .lg\:tw-gap-y-3\.5{
    row-gap: 0.875rem;
  }

  .lg\:tw-gap-y-2\/3{
    row-gap: 66.666%;
  }

  .lg\:tw-gap-y-3\/2{
    row-gap: 150%;
  }

  .lg\:tw-gap-y-square{
    row-gap: 100%;
  }

  .lg\:tw-gap-y-58px{
    row-gap: 58px;
  }

  .lg\:tw-gap-y-63px{
    row-gap: 63px;
  }

  .lg\:tw-gap-y-73px{
    row-gap: 73.px;
  }

  .lg\:tw-grid-flow-row{
    grid-auto-flow: row;
  }

  .lg\:tw-grid-flow-col{
    grid-auto-flow: column;
  }

  .lg\:tw-grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .lg\:tw-grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .lg\:tw-grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:tw-grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:tw-grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:tw-grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:tw-grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:tw-grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:tw-grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:tw-grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:tw-grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:tw-grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:tw-grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .lg\:tw-grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:tw-grid-cols-none{
    grid-template-columns: none;
  }

  .lg\:tw-auto-cols-auto{
    grid-auto-columns: auto;
  }

  .lg\:tw-auto-cols-min{
    grid-auto-columns: min-content;
  }

  .lg\:tw-auto-cols-max{
    grid-auto-columns: max-content;
  }

  .lg\:tw-auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .lg\:tw-col-auto{
    grid-column: auto;
  }

  .lg\:tw-col-span-1{
    grid-column: span 1 / span 1;
  }

  .lg\:tw-col-span-2{
    grid-column: span 2 / span 2;
  }

  .lg\:tw-col-span-3{
    grid-column: span 3 / span 3;
  }

  .lg\:tw-col-span-4{
    grid-column: span 4 / span 4;
  }

  .lg\:tw-col-span-5{
    grid-column: span 5 / span 5;
  }

  .lg\:tw-col-span-6{
    grid-column: span 6 / span 6;
  }

  .lg\:tw-col-span-7{
    grid-column: span 7 / span 7;
  }

  .lg\:tw-col-span-8{
    grid-column: span 8 / span 8;
  }

  .lg\:tw-col-span-9{
    grid-column: span 9 / span 9;
  }

  .lg\:tw-col-span-10{
    grid-column: span 10 / span 10;
  }

  .lg\:tw-col-span-11{
    grid-column: span 11 / span 11;
  }

  .lg\:tw-col-span-12{
    grid-column: span 12 / span 12;
  }

  .lg\:tw-col-span-full{
    grid-column: 1 / -1;
  }

  .lg\:tw-col-start-1{
    grid-column-start: 1;
  }

  .lg\:tw-col-start-2{
    grid-column-start: 2;
  }

  .lg\:tw-col-start-3{
    grid-column-start: 3;
  }

  .lg\:tw-col-start-4{
    grid-column-start: 4;
  }

  .lg\:tw-col-start-5{
    grid-column-start: 5;
  }

  .lg\:tw-col-start-6{
    grid-column-start: 6;
  }

  .lg\:tw-col-start-7{
    grid-column-start: 7;
  }

  .lg\:tw-col-start-8{
    grid-column-start: 8;
  }

  .lg\:tw-col-start-9{
    grid-column-start: 9;
  }

  .lg\:tw-col-start-10{
    grid-column-start: 10;
  }

  .lg\:tw-col-start-11{
    grid-column-start: 11;
  }

  .lg\:tw-col-start-12{
    grid-column-start: 12;
  }

  .lg\:tw-col-start-13{
    grid-column-start: 13;
  }

  .lg\:tw-col-start-auto{
    grid-column-start: auto;
  }

  .lg\:tw-col-end-1{
    grid-column-end: 1;
  }

  .lg\:tw-col-end-2{
    grid-column-end: 2;
  }

  .lg\:tw-col-end-3{
    grid-column-end: 3;
  }

  .lg\:tw-col-end-4{
    grid-column-end: 4;
  }

  .lg\:tw-col-end-5{
    grid-column-end: 5;
  }

  .lg\:tw-col-end-6{
    grid-column-end: 6;
  }

  .lg\:tw-col-end-7{
    grid-column-end: 7;
  }

  .lg\:tw-col-end-8{
    grid-column-end: 8;
  }

  .lg\:tw-col-end-9{
    grid-column-end: 9;
  }

  .lg\:tw-col-end-10{
    grid-column-end: 10;
  }

  .lg\:tw-col-end-11{
    grid-column-end: 11;
  }

  .lg\:tw-col-end-12{
    grid-column-end: 12;
  }

  .lg\:tw-col-end-13{
    grid-column-end: 13;
  }

  .lg\:tw-col-end-auto{
    grid-column-end: auto;
  }

  .lg\:tw-grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .lg\:tw-grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:tw-grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .lg\:tw-grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .lg\:tw-grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .lg\:tw-grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .lg\:tw-grid-rows-none{
    grid-template-rows: none;
  }

  .lg\:tw-auto-rows-auto{
    grid-auto-rows: auto;
  }

  .lg\:tw-auto-rows-min{
    grid-auto-rows: min-content;
  }

  .lg\:tw-auto-rows-max{
    grid-auto-rows: max-content;
  }

  .lg\:tw-auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .lg\:tw-row-auto{
    grid-row: auto;
  }

  .lg\:tw-row-span-1{
    grid-row: span 1 / span 1;
  }

  .lg\:tw-row-span-2{
    grid-row: span 2 / span 2;
  }

  .lg\:tw-row-span-3{
    grid-row: span 3 / span 3;
  }

  .lg\:tw-row-span-4{
    grid-row: span 4 / span 4;
  }

  .lg\:tw-row-span-5{
    grid-row: span 5 / span 5;
  }

  .lg\:tw-row-span-6{
    grid-row: span 6 / span 6;
  }

  .lg\:tw-row-span-full{
    grid-row: 1 / -1;
  }

  .lg\:tw-row-start-1{
    grid-row-start: 1;
  }

  .lg\:tw-row-start-2{
    grid-row-start: 2;
  }

  .lg\:tw-row-start-3{
    grid-row-start: 3;
  }

  .lg\:tw-row-start-4{
    grid-row-start: 4;
  }

  .lg\:tw-row-start-5{
    grid-row-start: 5;
  }

  .lg\:tw-row-start-6{
    grid-row-start: 6;
  }

  .lg\:tw-row-start-7{
    grid-row-start: 7;
  }

  .lg\:tw-row-start-auto{
    grid-row-start: auto;
  }

  .lg\:tw-row-end-1{
    grid-row-end: 1;
  }

  .lg\:tw-row-end-2{
    grid-row-end: 2;
  }

  .lg\:tw-row-end-3{
    grid-row-end: 3;
  }

  .lg\:tw-row-end-4{
    grid-row-end: 4;
  }

  .lg\:tw-row-end-5{
    grid-row-end: 5;
  }

  .lg\:tw-row-end-6{
    grid-row-end: 6;
  }

  .lg\:tw-row-end-7{
    grid-row-end: 7;
  }

  .lg\:tw-row-end-auto{
    grid-row-end: auto;
  }

  .lg\:tw-transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:tw-transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:tw-transform-none{
    transform: none;
  }

  .lg\:tw-origin-center{
    transform-origin: center;
  }

  .lg\:tw-origin-top{
    transform-origin: top;
  }

  .lg\:tw-origin-top-right{
    transform-origin: top right;
  }

  .lg\:tw-origin-right{
    transform-origin: right;
  }

  .lg\:tw-origin-bottom-right{
    transform-origin: bottom right;
  }

  .lg\:tw-origin-bottom{
    transform-origin: bottom;
  }

  .lg\:tw-origin-bottom-left{
    transform-origin: bottom left;
  }

  .lg\:tw-origin-left{
    transform-origin: left;
  }

  .lg\:tw-origin-top-left{
    transform-origin: top left;
  }

  .lg\:tw-scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .lg\:tw-scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .lg\:tw-scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .lg\:tw-scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .lg\:tw-scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .lg\:tw-scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .lg\:tw-scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .lg\:tw-scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .lg\:tw-scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .lg\:tw-scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .lg\:tw-scale-x-0{
    --tw-scale-x: 0;
  }

  .lg\:tw-scale-x-50{
    --tw-scale-x: .5;
  }

  .lg\:tw-scale-x-75{
    --tw-scale-x: .75;
  }

  .lg\:tw-scale-x-90{
    --tw-scale-x: .9;
  }

  .lg\:tw-scale-x-95{
    --tw-scale-x: .95;
  }

  .lg\:tw-scale-x-100{
    --tw-scale-x: 1;
  }

  .lg\:tw-scale-x-105{
    --tw-scale-x: 1.05;
  }

  .lg\:tw-scale-x-110{
    --tw-scale-x: 1.1;
  }

  .lg\:tw-scale-x-125{
    --tw-scale-x: 1.25;
  }

  .lg\:tw-scale-x-150{
    --tw-scale-x: 1.5;
  }

  .lg\:tw-scale-y-0{
    --tw-scale-y: 0;
  }

  .lg\:tw-scale-y-50{
    --tw-scale-y: .5;
  }

  .lg\:tw-scale-y-75{
    --tw-scale-y: .75;
  }

  .lg\:tw-scale-y-90{
    --tw-scale-y: .9;
  }

  .lg\:tw-scale-y-95{
    --tw-scale-y: .95;
  }

  .lg\:tw-scale-y-100{
    --tw-scale-y: 1;
  }

  .lg\:tw-scale-y-105{
    --tw-scale-y: 1.05;
  }

  .lg\:tw-scale-y-110{
    --tw-scale-y: 1.1;
  }

  .lg\:tw-scale-y-125{
    --tw-scale-y: 1.25;
  }

  .lg\:tw-scale-y-150{
    --tw-scale-y: 1.5;
  }

  .lg\:hover\:tw-scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .lg\:hover\:tw-scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .lg\:hover\:tw-scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .lg\:hover\:tw-scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .lg\:hover\:tw-scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .lg\:hover\:tw-scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .lg\:hover\:tw-scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .lg\:hover\:tw-scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .lg\:hover\:tw-scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .lg\:hover\:tw-scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .lg\:hover\:tw-scale-x-0:hover{
    --tw-scale-x: 0;
  }

  .lg\:hover\:tw-scale-x-50:hover{
    --tw-scale-x: .5;
  }

  .lg\:hover\:tw-scale-x-75:hover{
    --tw-scale-x: .75;
  }

  .lg\:hover\:tw-scale-x-90:hover{
    --tw-scale-x: .9;
  }

  .lg\:hover\:tw-scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .lg\:hover\:tw-scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .lg\:hover\:tw-scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .lg\:hover\:tw-scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  .lg\:hover\:tw-scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  .lg\:hover\:tw-scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .lg\:hover\:tw-scale-y-0:hover{
    --tw-scale-y: 0;
  }

  .lg\:hover\:tw-scale-y-50:hover{
    --tw-scale-y: .5;
  }

  .lg\:hover\:tw-scale-y-75:hover{
    --tw-scale-y: .75;
  }

  .lg\:hover\:tw-scale-y-90:hover{
    --tw-scale-y: .9;
  }

  .lg\:hover\:tw-scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .lg\:hover\:tw-scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .lg\:hover\:tw-scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .lg\:hover\:tw-scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  .lg\:hover\:tw-scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  .lg\:hover\:tw-scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .lg\:focus\:tw-scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .lg\:focus\:tw-scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .lg\:focus\:tw-scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .lg\:focus\:tw-scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .lg\:focus\:tw-scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .lg\:focus\:tw-scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .lg\:focus\:tw-scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .lg\:focus\:tw-scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .lg\:focus\:tw-scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .lg\:focus\:tw-scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .lg\:focus\:tw-scale-x-0:focus{
    --tw-scale-x: 0;
  }

  .lg\:focus\:tw-scale-x-50:focus{
    --tw-scale-x: .5;
  }

  .lg\:focus\:tw-scale-x-75:focus{
    --tw-scale-x: .75;
  }

  .lg\:focus\:tw-scale-x-90:focus{
    --tw-scale-x: .9;
  }

  .lg\:focus\:tw-scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .lg\:focus\:tw-scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .lg\:focus\:tw-scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .lg\:focus\:tw-scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  .lg\:focus\:tw-scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  .lg\:focus\:tw-scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .lg\:focus\:tw-scale-y-0:focus{
    --tw-scale-y: 0;
  }

  .lg\:focus\:tw-scale-y-50:focus{
    --tw-scale-y: .5;
  }

  .lg\:focus\:tw-scale-y-75:focus{
    --tw-scale-y: .75;
  }

  .lg\:focus\:tw-scale-y-90:focus{
    --tw-scale-y: .9;
  }

  .lg\:focus\:tw-scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .lg\:focus\:tw-scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .lg\:focus\:tw-scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .lg\:focus\:tw-scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  .lg\:focus\:tw-scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  .lg\:focus\:tw-scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .lg\:tw-rotate-0{
    --tw-rotate: 0deg;
  }

  .lg\:tw-rotate-1{
    --tw-rotate: 1deg;
  }

  .lg\:tw-rotate-2{
    --tw-rotate: 2deg;
  }

  .lg\:tw-rotate-3{
    --tw-rotate: 3deg;
  }

  .lg\:tw-rotate-6{
    --tw-rotate: 6deg;
  }

  .lg\:tw-rotate-12{
    --tw-rotate: 12deg;
  }

  .lg\:tw-rotate-45{
    --tw-rotate: 45deg;
  }

  .lg\:tw-rotate-90{
    --tw-rotate: 90deg;
  }

  .lg\:tw-rotate-180{
    --tw-rotate: 180deg;
  }

  .lg\:tw--rotate-180{
    --tw-rotate: -180deg;
  }

  .lg\:tw--rotate-90{
    --tw-rotate: -90deg;
  }

  .lg\:tw--rotate-45{
    --tw-rotate: -45deg;
  }

  .lg\:tw--rotate-12{
    --tw-rotate: -12deg;
  }

  .lg\:tw--rotate-6{
    --tw-rotate: -6deg;
  }

  .lg\:tw--rotate-3{
    --tw-rotate: -3deg;
  }

  .lg\:tw--rotate-2{
    --tw-rotate: -2deg;
  }

  .lg\:tw--rotate-1{
    --tw-rotate: -1deg;
  }

  .lg\:hover\:tw-rotate-0:hover{
    --tw-rotate: 0deg;
  }

  .lg\:hover\:tw-rotate-1:hover{
    --tw-rotate: 1deg;
  }

  .lg\:hover\:tw-rotate-2:hover{
    --tw-rotate: 2deg;
  }

  .lg\:hover\:tw-rotate-3:hover{
    --tw-rotate: 3deg;
  }

  .lg\:hover\:tw-rotate-6:hover{
    --tw-rotate: 6deg;
  }

  .lg\:hover\:tw-rotate-12:hover{
    --tw-rotate: 12deg;
  }

  .lg\:hover\:tw-rotate-45:hover{
    --tw-rotate: 45deg;
  }

  .lg\:hover\:tw-rotate-90:hover{
    --tw-rotate: 90deg;
  }

  .lg\:hover\:tw-rotate-180:hover{
    --tw-rotate: 180deg;
  }

  .lg\:hover\:tw--rotate-180:hover{
    --tw-rotate: -180deg;
  }

  .lg\:hover\:tw--rotate-90:hover{
    --tw-rotate: -90deg;
  }

  .lg\:hover\:tw--rotate-45:hover{
    --tw-rotate: -45deg;
  }

  .lg\:hover\:tw--rotate-12:hover{
    --tw-rotate: -12deg;
  }

  .lg\:hover\:tw--rotate-6:hover{
    --tw-rotate: -6deg;
  }

  .lg\:hover\:tw--rotate-3:hover{
    --tw-rotate: -3deg;
  }

  .lg\:hover\:tw--rotate-2:hover{
    --tw-rotate: -2deg;
  }

  .lg\:hover\:tw--rotate-1:hover{
    --tw-rotate: -1deg;
  }

  .lg\:focus\:tw-rotate-0:focus{
    --tw-rotate: 0deg;
  }

  .lg\:focus\:tw-rotate-1:focus{
    --tw-rotate: 1deg;
  }

  .lg\:focus\:tw-rotate-2:focus{
    --tw-rotate: 2deg;
  }

  .lg\:focus\:tw-rotate-3:focus{
    --tw-rotate: 3deg;
  }

  .lg\:focus\:tw-rotate-6:focus{
    --tw-rotate: 6deg;
  }

  .lg\:focus\:tw-rotate-12:focus{
    --tw-rotate: 12deg;
  }

  .lg\:focus\:tw-rotate-45:focus{
    --tw-rotate: 45deg;
  }

  .lg\:focus\:tw-rotate-90:focus{
    --tw-rotate: 90deg;
  }

  .lg\:focus\:tw-rotate-180:focus{
    --tw-rotate: 180deg;
  }

  .lg\:focus\:tw--rotate-180:focus{
    --tw-rotate: -180deg;
  }

  .lg\:focus\:tw--rotate-90:focus{
    --tw-rotate: -90deg;
  }

  .lg\:focus\:tw--rotate-45:focus{
    --tw-rotate: -45deg;
  }

  .lg\:focus\:tw--rotate-12:focus{
    --tw-rotate: -12deg;
  }

  .lg\:focus\:tw--rotate-6:focus{
    --tw-rotate: -6deg;
  }

  .lg\:focus\:tw--rotate-3:focus{
    --tw-rotate: -3deg;
  }

  .lg\:focus\:tw--rotate-2:focus{
    --tw-rotate: -2deg;
  }

  .lg\:focus\:tw--rotate-1:focus{
    --tw-rotate: -1deg;
  }

  .lg\:tw-translate-x-0{
    --tw-translate-x: 0px;
  }

  .lg\:tw-translate-x-1{
    --tw-translate-x: 0.25rem;
  }

  .lg\:tw-translate-x-2{
    --tw-translate-x: 0.5rem;
  }

  .lg\:tw-translate-x-3{
    --tw-translate-x: 0.75rem;
  }

  .lg\:tw-translate-x-4{
    --tw-translate-x: 1rem;
  }

  .lg\:tw-translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  .lg\:tw-translate-x-6{
    --tw-translate-x: 1.5rem;
  }

  .lg\:tw-translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  .lg\:tw-translate-x-8{
    --tw-translate-x: 2rem;
  }

  .lg\:tw-translate-x-9{
    --tw-translate-x: 2.25rem;
  }

  .lg\:tw-translate-x-10{
    --tw-translate-x: 2.5rem;
  }

  .lg\:tw-translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  .lg\:tw-translate-x-12{
    --tw-translate-x: 3rem;
  }

  .lg\:tw-translate-x-13{
    --tw-translate-x: 3.25rem;
  }

  .lg\:tw-translate-x-14{
    --tw-translate-x: 3.5rem;
  }

  .lg\:tw-translate-x-16{
    --tw-translate-x: 4rem;
  }

  .lg\:tw-translate-x-20{
    --tw-translate-x: 5rem;
  }

  .lg\:tw-translate-x-24{
    --tw-translate-x: 6rem;
  }

  .lg\:tw-translate-x-28{
    --tw-translate-x: 7rem;
  }

  .lg\:tw-translate-x-32{
    --tw-translate-x: 8rem;
  }

  .lg\:tw-translate-x-36{
    --tw-translate-x: 9rem;
  }

  .lg\:tw-translate-x-40{
    --tw-translate-x: 10rem;
  }

  .lg\:tw-translate-x-44{
    --tw-translate-x: 11rem;
  }

  .lg\:tw-translate-x-48{
    --tw-translate-x: 12rem;
  }

  .lg\:tw-translate-x-52{
    --tw-translate-x: 13rem;
  }

  .lg\:tw-translate-x-56{
    --tw-translate-x: 14rem;
  }

  .lg\:tw-translate-x-60{
    --tw-translate-x: 15rem;
  }

  .lg\:tw-translate-x-64{
    --tw-translate-x: 16rem;
  }

  .lg\:tw-translate-x-72{
    --tw-translate-x: 18rem;
  }

  .lg\:tw-translate-x-80{
    --tw-translate-x: 20rem;
  }

  .lg\:tw-translate-x-96{
    --tw-translate-x: 24rem;
  }

  .lg\:tw-translate-x-px{
    --tw-translate-x: 1px;
  }

  .lg\:tw-translate-x-0\.5{
    --tw-translate-x: 0.125rem;
  }

  .lg\:tw-translate-x-1\.5{
    --tw-translate-x: 0.375rem;
  }

  .lg\:tw-translate-x-2\.5{
    --tw-translate-x: 0.625rem;
  }

  .lg\:tw-translate-x-3\.5{
    --tw-translate-x: 0.875rem;
  }

  .lg\:tw-translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .lg\:tw-translate-x-3\/2{
    --tw-translate-x: 150%;
  }

  .lg\:tw-translate-x-square{
    --tw-translate-x: 100%;
  }

  .lg\:tw-translate-x-58px{
    --tw-translate-x: 58px;
  }

  .lg\:tw-translate-x-63px{
    --tw-translate-x: 63px;
  }

  .lg\:tw-translate-x-73px{
    --tw-translate-x: 73.px;
  }

  .lg\:tw--translate-x-0{
    --tw-translate-x: 0px;
  }

  .lg\:tw--translate-x-1{
    --tw-translate-x: -0.25rem;
  }

  .lg\:tw--translate-x-2{
    --tw-translate-x: -0.5rem;
  }

  .lg\:tw--translate-x-3{
    --tw-translate-x: -0.75rem;
  }

  .lg\:tw--translate-x-4{
    --tw-translate-x: -1rem;
  }

  .lg\:tw--translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  .lg\:tw--translate-x-6{
    --tw-translate-x: -1.5rem;
  }

  .lg\:tw--translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  .lg\:tw--translate-x-8{
    --tw-translate-x: -2rem;
  }

  .lg\:tw--translate-x-9{
    --tw-translate-x: -2.25rem;
  }

  .lg\:tw--translate-x-10{
    --tw-translate-x: -2.5rem;
  }

  .lg\:tw--translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  .lg\:tw--translate-x-12{
    --tw-translate-x: -3rem;
  }

  .lg\:tw--translate-x-13{
    --tw-translate-x: -3.25rem;
  }

  .lg\:tw--translate-x-14{
    --tw-translate-x: -3.5rem;
  }

  .lg\:tw--translate-x-16{
    --tw-translate-x: -4rem;
  }

  .lg\:tw--translate-x-20{
    --tw-translate-x: -5rem;
  }

  .lg\:tw--translate-x-24{
    --tw-translate-x: -6rem;
  }

  .lg\:tw--translate-x-28{
    --tw-translate-x: -7rem;
  }

  .lg\:tw--translate-x-32{
    --tw-translate-x: -8rem;
  }

  .lg\:tw--translate-x-36{
    --tw-translate-x: -9rem;
  }

  .lg\:tw--translate-x-40{
    --tw-translate-x: -10rem;
  }

  .lg\:tw--translate-x-44{
    --tw-translate-x: -11rem;
  }

  .lg\:tw--translate-x-48{
    --tw-translate-x: -12rem;
  }

  .lg\:tw--translate-x-52{
    --tw-translate-x: -13rem;
  }

  .lg\:tw--translate-x-56{
    --tw-translate-x: -14rem;
  }

  .lg\:tw--translate-x-60{
    --tw-translate-x: -15rem;
  }

  .lg\:tw--translate-x-64{
    --tw-translate-x: -16rem;
  }

  .lg\:tw--translate-x-72{
    --tw-translate-x: -18rem;
  }

  .lg\:tw--translate-x-80{
    --tw-translate-x: -20rem;
  }

  .lg\:tw--translate-x-96{
    --tw-translate-x: -24rem;
  }

  .lg\:tw--translate-x-px{
    --tw-translate-x: -1px;
  }

  .lg\:tw--translate-x-0\.5{
    --tw-translate-x: -0.125rem;
  }

  .lg\:tw--translate-x-1\.5{
    --tw-translate-x: -0.375rem;
  }

  .lg\:tw--translate-x-2\.5{
    --tw-translate-x: -0.625rem;
  }

  .lg\:tw--translate-x-3\.5{
    --tw-translate-x: -0.875rem;
  }

  .lg\:tw--translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .lg\:tw--translate-x-3\/2{
    --tw-translate-x: -150%;
  }

  .lg\:tw--translate-x-square{
    --tw-translate-x: -100%;
  }

  .lg\:tw--translate-x-58px{
    --tw-translate-x: -58px;
  }

  .lg\:tw--translate-x-63px{
    --tw-translate-x: -63px;
  }

  .lg\:tw--translate-x-73px{
    --tw-translate-x: -73px;
  }

  .lg\:tw-translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .lg\:tw-translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .lg\:tw-translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .lg\:tw-translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .lg\:tw-translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .lg\:tw-translate-x-full{
    --tw-translate-x: 100%;
  }

  .lg\:tw--translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .lg\:tw--translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .lg\:tw--translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .lg\:tw--translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .lg\:tw--translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .lg\:tw--translate-x-full{
    --tw-translate-x: -100%;
  }

  .lg\:tw-translate-y-0{
    --tw-translate-y: 0px;
  }

  .lg\:tw-translate-y-1{
    --tw-translate-y: 0.25rem;
  }

  .lg\:tw-translate-y-2{
    --tw-translate-y: 0.5rem;
  }

  .lg\:tw-translate-y-3{
    --tw-translate-y: 0.75rem;
  }

  .lg\:tw-translate-y-4{
    --tw-translate-y: 1rem;
  }

  .lg\:tw-translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  .lg\:tw-translate-y-6{
    --tw-translate-y: 1.5rem;
  }

  .lg\:tw-translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  .lg\:tw-translate-y-8{
    --tw-translate-y: 2rem;
  }

  .lg\:tw-translate-y-9{
    --tw-translate-y: 2.25rem;
  }

  .lg\:tw-translate-y-10{
    --tw-translate-y: 2.5rem;
  }

  .lg\:tw-translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  .lg\:tw-translate-y-12{
    --tw-translate-y: 3rem;
  }

  .lg\:tw-translate-y-13{
    --tw-translate-y: 3.25rem;
  }

  .lg\:tw-translate-y-14{
    --tw-translate-y: 3.5rem;
  }

  .lg\:tw-translate-y-16{
    --tw-translate-y: 4rem;
  }

  .lg\:tw-translate-y-20{
    --tw-translate-y: 5rem;
  }

  .lg\:tw-translate-y-24{
    --tw-translate-y: 6rem;
  }

  .lg\:tw-translate-y-28{
    --tw-translate-y: 7rem;
  }

  .lg\:tw-translate-y-32{
    --tw-translate-y: 8rem;
  }

  .lg\:tw-translate-y-36{
    --tw-translate-y: 9rem;
  }

  .lg\:tw-translate-y-40{
    --tw-translate-y: 10rem;
  }

  .lg\:tw-translate-y-44{
    --tw-translate-y: 11rem;
  }

  .lg\:tw-translate-y-48{
    --tw-translate-y: 12rem;
  }

  .lg\:tw-translate-y-52{
    --tw-translate-y: 13rem;
  }

  .lg\:tw-translate-y-56{
    --tw-translate-y: 14rem;
  }

  .lg\:tw-translate-y-60{
    --tw-translate-y: 15rem;
  }

  .lg\:tw-translate-y-64{
    --tw-translate-y: 16rem;
  }

  .lg\:tw-translate-y-72{
    --tw-translate-y: 18rem;
  }

  .lg\:tw-translate-y-80{
    --tw-translate-y: 20rem;
  }

  .lg\:tw-translate-y-96{
    --tw-translate-y: 24rem;
  }

  .lg\:tw-translate-y-px{
    --tw-translate-y: 1px;
  }

  .lg\:tw-translate-y-0\.5{
    --tw-translate-y: 0.125rem;
  }

  .lg\:tw-translate-y-1\.5{
    --tw-translate-y: 0.375rem;
  }

  .lg\:tw-translate-y-2\.5{
    --tw-translate-y: 0.625rem;
  }

  .lg\:tw-translate-y-3\.5{
    --tw-translate-y: 0.875rem;
  }

  .lg\:tw-translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .lg\:tw-translate-y-3\/2{
    --tw-translate-y: 150%;
  }

  .lg\:tw-translate-y-square{
    --tw-translate-y: 100%;
  }

  .lg\:tw-translate-y-58px{
    --tw-translate-y: 58px;
  }

  .lg\:tw-translate-y-63px{
    --tw-translate-y: 63px;
  }

  .lg\:tw-translate-y-73px{
    --tw-translate-y: 73.px;
  }

  .lg\:tw--translate-y-0{
    --tw-translate-y: 0px;
  }

  .lg\:tw--translate-y-1{
    --tw-translate-y: -0.25rem;
  }

  .lg\:tw--translate-y-2{
    --tw-translate-y: -0.5rem;
  }

  .lg\:tw--translate-y-3{
    --tw-translate-y: -0.75rem;
  }

  .lg\:tw--translate-y-4{
    --tw-translate-y: -1rem;
  }

  .lg\:tw--translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  .lg\:tw--translate-y-6{
    --tw-translate-y: -1.5rem;
  }

  .lg\:tw--translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  .lg\:tw--translate-y-8{
    --tw-translate-y: -2rem;
  }

  .lg\:tw--translate-y-9{
    --tw-translate-y: -2.25rem;
  }

  .lg\:tw--translate-y-10{
    --tw-translate-y: -2.5rem;
  }

  .lg\:tw--translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  .lg\:tw--translate-y-12{
    --tw-translate-y: -3rem;
  }

  .lg\:tw--translate-y-13{
    --tw-translate-y: -3.25rem;
  }

  .lg\:tw--translate-y-14{
    --tw-translate-y: -3.5rem;
  }

  .lg\:tw--translate-y-16{
    --tw-translate-y: -4rem;
  }

  .lg\:tw--translate-y-20{
    --tw-translate-y: -5rem;
  }

  .lg\:tw--translate-y-24{
    --tw-translate-y: -6rem;
  }

  .lg\:tw--translate-y-28{
    --tw-translate-y: -7rem;
  }

  .lg\:tw--translate-y-32{
    --tw-translate-y: -8rem;
  }

  .lg\:tw--translate-y-36{
    --tw-translate-y: -9rem;
  }

  .lg\:tw--translate-y-40{
    --tw-translate-y: -10rem;
  }

  .lg\:tw--translate-y-44{
    --tw-translate-y: -11rem;
  }

  .lg\:tw--translate-y-48{
    --tw-translate-y: -12rem;
  }

  .lg\:tw--translate-y-52{
    --tw-translate-y: -13rem;
  }

  .lg\:tw--translate-y-56{
    --tw-translate-y: -14rem;
  }

  .lg\:tw--translate-y-60{
    --tw-translate-y: -15rem;
  }

  .lg\:tw--translate-y-64{
    --tw-translate-y: -16rem;
  }

  .lg\:tw--translate-y-72{
    --tw-translate-y: -18rem;
  }

  .lg\:tw--translate-y-80{
    --tw-translate-y: -20rem;
  }

  .lg\:tw--translate-y-96{
    --tw-translate-y: -24rem;
  }

  .lg\:tw--translate-y-px{
    --tw-translate-y: -1px;
  }

  .lg\:tw--translate-y-0\.5{
    --tw-translate-y: -0.125rem;
  }

  .lg\:tw--translate-y-1\.5{
    --tw-translate-y: -0.375rem;
  }

  .lg\:tw--translate-y-2\.5{
    --tw-translate-y: -0.625rem;
  }

  .lg\:tw--translate-y-3\.5{
    --tw-translate-y: -0.875rem;
  }

  .lg\:tw--translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .lg\:tw--translate-y-3\/2{
    --tw-translate-y: -150%;
  }

  .lg\:tw--translate-y-square{
    --tw-translate-y: -100%;
  }

  .lg\:tw--translate-y-58px{
    --tw-translate-y: -58px;
  }

  .lg\:tw--translate-y-63px{
    --tw-translate-y: -63px;
  }

  .lg\:tw--translate-y-73px{
    --tw-translate-y: -73px;
  }

  .lg\:tw-translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .lg\:tw-translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .lg\:tw-translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .lg\:tw-translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .lg\:tw-translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .lg\:tw-translate-y-full{
    --tw-translate-y: 100%;
  }

  .lg\:tw--translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .lg\:tw--translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .lg\:tw--translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .lg\:tw--translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .lg\:tw--translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .lg\:tw--translate-y-full{
    --tw-translate-y: -100%;
  }

  .lg\:hover\:tw-translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .lg\:hover\:tw-translate-x-1:hover{
    --tw-translate-x: 0.25rem;
  }

  .lg\:hover\:tw-translate-x-2:hover{
    --tw-translate-x: 0.5rem;
  }

  .lg\:hover\:tw-translate-x-3:hover{
    --tw-translate-x: 0.75rem;
  }

  .lg\:hover\:tw-translate-x-4:hover{
    --tw-translate-x: 1rem;
  }

  .lg\:hover\:tw-translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  .lg\:hover\:tw-translate-x-6:hover{
    --tw-translate-x: 1.5rem;
  }

  .lg\:hover\:tw-translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  .lg\:hover\:tw-translate-x-8:hover{
    --tw-translate-x: 2rem;
  }

  .lg\:hover\:tw-translate-x-9:hover{
    --tw-translate-x: 2.25rem;
  }

  .lg\:hover\:tw-translate-x-10:hover{
    --tw-translate-x: 2.5rem;
  }

  .lg\:hover\:tw-translate-x-11:hover{
    --tw-translate-x: 2.75rem;
  }

  .lg\:hover\:tw-translate-x-12:hover{
    --tw-translate-x: 3rem;
  }

  .lg\:hover\:tw-translate-x-13:hover{
    --tw-translate-x: 3.25rem;
  }

  .lg\:hover\:tw-translate-x-14:hover{
    --tw-translate-x: 3.5rem;
  }

  .lg\:hover\:tw-translate-x-16:hover{
    --tw-translate-x: 4rem;
  }

  .lg\:hover\:tw-translate-x-20:hover{
    --tw-translate-x: 5rem;
  }

  .lg\:hover\:tw-translate-x-24:hover{
    --tw-translate-x: 6rem;
  }

  .lg\:hover\:tw-translate-x-28:hover{
    --tw-translate-x: 7rem;
  }

  .lg\:hover\:tw-translate-x-32:hover{
    --tw-translate-x: 8rem;
  }

  .lg\:hover\:tw-translate-x-36:hover{
    --tw-translate-x: 9rem;
  }

  .lg\:hover\:tw-translate-x-40:hover{
    --tw-translate-x: 10rem;
  }

  .lg\:hover\:tw-translate-x-44:hover{
    --tw-translate-x: 11rem;
  }

  .lg\:hover\:tw-translate-x-48:hover{
    --tw-translate-x: 12rem;
  }

  .lg\:hover\:tw-translate-x-52:hover{
    --tw-translate-x: 13rem;
  }

  .lg\:hover\:tw-translate-x-56:hover{
    --tw-translate-x: 14rem;
  }

  .lg\:hover\:tw-translate-x-60:hover{
    --tw-translate-x: 15rem;
  }

  .lg\:hover\:tw-translate-x-64:hover{
    --tw-translate-x: 16rem;
  }

  .lg\:hover\:tw-translate-x-72:hover{
    --tw-translate-x: 18rem;
  }

  .lg\:hover\:tw-translate-x-80:hover{
    --tw-translate-x: 20rem;
  }

  .lg\:hover\:tw-translate-x-96:hover{
    --tw-translate-x: 24rem;
  }

  .lg\:hover\:tw-translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  .lg\:hover\:tw-translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem;
  }

  .lg\:hover\:tw-translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem;
  }

  .lg\:hover\:tw-translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem;
  }

  .lg\:hover\:tw-translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem;
  }

  .lg\:hover\:tw-translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  .lg\:hover\:tw-translate-x-3\/2:hover{
    --tw-translate-x: 150%;
  }

  .lg\:hover\:tw-translate-x-square:hover{
    --tw-translate-x: 100%;
  }

  .lg\:hover\:tw-translate-x-58px:hover{
    --tw-translate-x: 58px;
  }

  .lg\:hover\:tw-translate-x-63px:hover{
    --tw-translate-x: 63px;
  }

  .lg\:hover\:tw-translate-x-73px:hover{
    --tw-translate-x: 73.px;
  }

  .lg\:hover\:tw--translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .lg\:hover\:tw--translate-x-1:hover{
    --tw-translate-x: -0.25rem;
  }

  .lg\:hover\:tw--translate-x-2:hover{
    --tw-translate-x: -0.5rem;
  }

  .lg\:hover\:tw--translate-x-3:hover{
    --tw-translate-x: -0.75rem;
  }

  .lg\:hover\:tw--translate-x-4:hover{
    --tw-translate-x: -1rem;
  }

  .lg\:hover\:tw--translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  .lg\:hover\:tw--translate-x-6:hover{
    --tw-translate-x: -1.5rem;
  }

  .lg\:hover\:tw--translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  .lg\:hover\:tw--translate-x-8:hover{
    --tw-translate-x: -2rem;
  }

  .lg\:hover\:tw--translate-x-9:hover{
    --tw-translate-x: -2.25rem;
  }

  .lg\:hover\:tw--translate-x-10:hover{
    --tw-translate-x: -2.5rem;
  }

  .lg\:hover\:tw--translate-x-11:hover{
    --tw-translate-x: -2.75rem;
  }

  .lg\:hover\:tw--translate-x-12:hover{
    --tw-translate-x: -3rem;
  }

  .lg\:hover\:tw--translate-x-13:hover{
    --tw-translate-x: -3.25rem;
  }

  .lg\:hover\:tw--translate-x-14:hover{
    --tw-translate-x: -3.5rem;
  }

  .lg\:hover\:tw--translate-x-16:hover{
    --tw-translate-x: -4rem;
  }

  .lg\:hover\:tw--translate-x-20:hover{
    --tw-translate-x: -5rem;
  }

  .lg\:hover\:tw--translate-x-24:hover{
    --tw-translate-x: -6rem;
  }

  .lg\:hover\:tw--translate-x-28:hover{
    --tw-translate-x: -7rem;
  }

  .lg\:hover\:tw--translate-x-32:hover{
    --tw-translate-x: -8rem;
  }

  .lg\:hover\:tw--translate-x-36:hover{
    --tw-translate-x: -9rem;
  }

  .lg\:hover\:tw--translate-x-40:hover{
    --tw-translate-x: -10rem;
  }

  .lg\:hover\:tw--translate-x-44:hover{
    --tw-translate-x: -11rem;
  }

  .lg\:hover\:tw--translate-x-48:hover{
    --tw-translate-x: -12rem;
  }

  .lg\:hover\:tw--translate-x-52:hover{
    --tw-translate-x: -13rem;
  }

  .lg\:hover\:tw--translate-x-56:hover{
    --tw-translate-x: -14rem;
  }

  .lg\:hover\:tw--translate-x-60:hover{
    --tw-translate-x: -15rem;
  }

  .lg\:hover\:tw--translate-x-64:hover{
    --tw-translate-x: -16rem;
  }

  .lg\:hover\:tw--translate-x-72:hover{
    --tw-translate-x: -18rem;
  }

  .lg\:hover\:tw--translate-x-80:hover{
    --tw-translate-x: -20rem;
  }

  .lg\:hover\:tw--translate-x-96:hover{
    --tw-translate-x: -24rem;
  }

  .lg\:hover\:tw--translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  .lg\:hover\:tw--translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem;
  }

  .lg\:hover\:tw--translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem;
  }

  .lg\:hover\:tw--translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem;
  }

  .lg\:hover\:tw--translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem;
  }

  .lg\:hover\:tw--translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  .lg\:hover\:tw--translate-x-3\/2:hover{
    --tw-translate-x: -150%;
  }

  .lg\:hover\:tw--translate-x-square:hover{
    --tw-translate-x: -100%;
  }

  .lg\:hover\:tw--translate-x-58px:hover{
    --tw-translate-x: -58px;
  }

  .lg\:hover\:tw--translate-x-63px:hover{
    --tw-translate-x: -63px;
  }

  .lg\:hover\:tw--translate-x-73px:hover{
    --tw-translate-x: -73px;
  }

  .lg\:hover\:tw-translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .lg\:hover\:tw-translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  .lg\:hover\:tw-translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  .lg\:hover\:tw-translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  .lg\:hover\:tw-translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  .lg\:hover\:tw-translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .lg\:hover\:tw--translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .lg\:hover\:tw--translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  .lg\:hover\:tw--translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  .lg\:hover\:tw--translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  .lg\:hover\:tw--translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  .lg\:hover\:tw--translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .lg\:hover\:tw-translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .lg\:hover\:tw-translate-y-1:hover{
    --tw-translate-y: 0.25rem;
  }

  .lg\:hover\:tw-translate-y-2:hover{
    --tw-translate-y: 0.5rem;
  }

  .lg\:hover\:tw-translate-y-3:hover{
    --tw-translate-y: 0.75rem;
  }

  .lg\:hover\:tw-translate-y-4:hover{
    --tw-translate-y: 1rem;
  }

  .lg\:hover\:tw-translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  .lg\:hover\:tw-translate-y-6:hover{
    --tw-translate-y: 1.5rem;
  }

  .lg\:hover\:tw-translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  .lg\:hover\:tw-translate-y-8:hover{
    --tw-translate-y: 2rem;
  }

  .lg\:hover\:tw-translate-y-9:hover{
    --tw-translate-y: 2.25rem;
  }

  .lg\:hover\:tw-translate-y-10:hover{
    --tw-translate-y: 2.5rem;
  }

  .lg\:hover\:tw-translate-y-11:hover{
    --tw-translate-y: 2.75rem;
  }

  .lg\:hover\:tw-translate-y-12:hover{
    --tw-translate-y: 3rem;
  }

  .lg\:hover\:tw-translate-y-13:hover{
    --tw-translate-y: 3.25rem;
  }

  .lg\:hover\:tw-translate-y-14:hover{
    --tw-translate-y: 3.5rem;
  }

  .lg\:hover\:tw-translate-y-16:hover{
    --tw-translate-y: 4rem;
  }

  .lg\:hover\:tw-translate-y-20:hover{
    --tw-translate-y: 5rem;
  }

  .lg\:hover\:tw-translate-y-24:hover{
    --tw-translate-y: 6rem;
  }

  .lg\:hover\:tw-translate-y-28:hover{
    --tw-translate-y: 7rem;
  }

  .lg\:hover\:tw-translate-y-32:hover{
    --tw-translate-y: 8rem;
  }

  .lg\:hover\:tw-translate-y-36:hover{
    --tw-translate-y: 9rem;
  }

  .lg\:hover\:tw-translate-y-40:hover{
    --tw-translate-y: 10rem;
  }

  .lg\:hover\:tw-translate-y-44:hover{
    --tw-translate-y: 11rem;
  }

  .lg\:hover\:tw-translate-y-48:hover{
    --tw-translate-y: 12rem;
  }

  .lg\:hover\:tw-translate-y-52:hover{
    --tw-translate-y: 13rem;
  }

  .lg\:hover\:tw-translate-y-56:hover{
    --tw-translate-y: 14rem;
  }

  .lg\:hover\:tw-translate-y-60:hover{
    --tw-translate-y: 15rem;
  }

  .lg\:hover\:tw-translate-y-64:hover{
    --tw-translate-y: 16rem;
  }

  .lg\:hover\:tw-translate-y-72:hover{
    --tw-translate-y: 18rem;
  }

  .lg\:hover\:tw-translate-y-80:hover{
    --tw-translate-y: 20rem;
  }

  .lg\:hover\:tw-translate-y-96:hover{
    --tw-translate-y: 24rem;
  }

  .lg\:hover\:tw-translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  .lg\:hover\:tw-translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem;
  }

  .lg\:hover\:tw-translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem;
  }

  .lg\:hover\:tw-translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem;
  }

  .lg\:hover\:tw-translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem;
  }

  .lg\:hover\:tw-translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  .lg\:hover\:tw-translate-y-3\/2:hover{
    --tw-translate-y: 150%;
  }

  .lg\:hover\:tw-translate-y-square:hover{
    --tw-translate-y: 100%;
  }

  .lg\:hover\:tw-translate-y-58px:hover{
    --tw-translate-y: 58px;
  }

  .lg\:hover\:tw-translate-y-63px:hover{
    --tw-translate-y: 63px;
  }

  .lg\:hover\:tw-translate-y-73px:hover{
    --tw-translate-y: 73.px;
  }

  .lg\:hover\:tw--translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .lg\:hover\:tw--translate-y-1:hover{
    --tw-translate-y: -0.25rem;
  }

  .lg\:hover\:tw--translate-y-2:hover{
    --tw-translate-y: -0.5rem;
  }

  .lg\:hover\:tw--translate-y-3:hover{
    --tw-translate-y: -0.75rem;
  }

  .lg\:hover\:tw--translate-y-4:hover{
    --tw-translate-y: -1rem;
  }

  .lg\:hover\:tw--translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  .lg\:hover\:tw--translate-y-6:hover{
    --tw-translate-y: -1.5rem;
  }

  .lg\:hover\:tw--translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  .lg\:hover\:tw--translate-y-8:hover{
    --tw-translate-y: -2rem;
  }

  .lg\:hover\:tw--translate-y-9:hover{
    --tw-translate-y: -2.25rem;
  }

  .lg\:hover\:tw--translate-y-10:hover{
    --tw-translate-y: -2.5rem;
  }

  .lg\:hover\:tw--translate-y-11:hover{
    --tw-translate-y: -2.75rem;
  }

  .lg\:hover\:tw--translate-y-12:hover{
    --tw-translate-y: -3rem;
  }

  .lg\:hover\:tw--translate-y-13:hover{
    --tw-translate-y: -3.25rem;
  }

  .lg\:hover\:tw--translate-y-14:hover{
    --tw-translate-y: -3.5rem;
  }

  .lg\:hover\:tw--translate-y-16:hover{
    --tw-translate-y: -4rem;
  }

  .lg\:hover\:tw--translate-y-20:hover{
    --tw-translate-y: -5rem;
  }

  .lg\:hover\:tw--translate-y-24:hover{
    --tw-translate-y: -6rem;
  }

  .lg\:hover\:tw--translate-y-28:hover{
    --tw-translate-y: -7rem;
  }

  .lg\:hover\:tw--translate-y-32:hover{
    --tw-translate-y: -8rem;
  }

  .lg\:hover\:tw--translate-y-36:hover{
    --tw-translate-y: -9rem;
  }

  .lg\:hover\:tw--translate-y-40:hover{
    --tw-translate-y: -10rem;
  }

  .lg\:hover\:tw--translate-y-44:hover{
    --tw-translate-y: -11rem;
  }

  .lg\:hover\:tw--translate-y-48:hover{
    --tw-translate-y: -12rem;
  }

  .lg\:hover\:tw--translate-y-52:hover{
    --tw-translate-y: -13rem;
  }

  .lg\:hover\:tw--translate-y-56:hover{
    --tw-translate-y: -14rem;
  }

  .lg\:hover\:tw--translate-y-60:hover{
    --tw-translate-y: -15rem;
  }

  .lg\:hover\:tw--translate-y-64:hover{
    --tw-translate-y: -16rem;
  }

  .lg\:hover\:tw--translate-y-72:hover{
    --tw-translate-y: -18rem;
  }

  .lg\:hover\:tw--translate-y-80:hover{
    --tw-translate-y: -20rem;
  }

  .lg\:hover\:tw--translate-y-96:hover{
    --tw-translate-y: -24rem;
  }

  .lg\:hover\:tw--translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  .lg\:hover\:tw--translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem;
  }

  .lg\:hover\:tw--translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem;
  }

  .lg\:hover\:tw--translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem;
  }

  .lg\:hover\:tw--translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem;
  }

  .lg\:hover\:tw--translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  .lg\:hover\:tw--translate-y-3\/2:hover{
    --tw-translate-y: -150%;
  }

  .lg\:hover\:tw--translate-y-square:hover{
    --tw-translate-y: -100%;
  }

  .lg\:hover\:tw--translate-y-58px:hover{
    --tw-translate-y: -58px;
  }

  .lg\:hover\:tw--translate-y-63px:hover{
    --tw-translate-y: -63px;
  }

  .lg\:hover\:tw--translate-y-73px:hover{
    --tw-translate-y: -73px;
  }

  .lg\:hover\:tw-translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .lg\:hover\:tw-translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  .lg\:hover\:tw-translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  .lg\:hover\:tw-translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  .lg\:hover\:tw-translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  .lg\:hover\:tw-translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .lg\:hover\:tw--translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .lg\:hover\:tw--translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  .lg\:hover\:tw--translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  .lg\:hover\:tw--translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  .lg\:hover\:tw--translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  .lg\:hover\:tw--translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .lg\:focus\:tw-translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .lg\:focus\:tw-translate-x-1:focus{
    --tw-translate-x: 0.25rem;
  }

  .lg\:focus\:tw-translate-x-2:focus{
    --tw-translate-x: 0.5rem;
  }

  .lg\:focus\:tw-translate-x-3:focus{
    --tw-translate-x: 0.75rem;
  }

  .lg\:focus\:tw-translate-x-4:focus{
    --tw-translate-x: 1rem;
  }

  .lg\:focus\:tw-translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  .lg\:focus\:tw-translate-x-6:focus{
    --tw-translate-x: 1.5rem;
  }

  .lg\:focus\:tw-translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  .lg\:focus\:tw-translate-x-8:focus{
    --tw-translate-x: 2rem;
  }

  .lg\:focus\:tw-translate-x-9:focus{
    --tw-translate-x: 2.25rem;
  }

  .lg\:focus\:tw-translate-x-10:focus{
    --tw-translate-x: 2.5rem;
  }

  .lg\:focus\:tw-translate-x-11:focus{
    --tw-translate-x: 2.75rem;
  }

  .lg\:focus\:tw-translate-x-12:focus{
    --tw-translate-x: 3rem;
  }

  .lg\:focus\:tw-translate-x-13:focus{
    --tw-translate-x: 3.25rem;
  }

  .lg\:focus\:tw-translate-x-14:focus{
    --tw-translate-x: 3.5rem;
  }

  .lg\:focus\:tw-translate-x-16:focus{
    --tw-translate-x: 4rem;
  }

  .lg\:focus\:tw-translate-x-20:focus{
    --tw-translate-x: 5rem;
  }

  .lg\:focus\:tw-translate-x-24:focus{
    --tw-translate-x: 6rem;
  }

  .lg\:focus\:tw-translate-x-28:focus{
    --tw-translate-x: 7rem;
  }

  .lg\:focus\:tw-translate-x-32:focus{
    --tw-translate-x: 8rem;
  }

  .lg\:focus\:tw-translate-x-36:focus{
    --tw-translate-x: 9rem;
  }

  .lg\:focus\:tw-translate-x-40:focus{
    --tw-translate-x: 10rem;
  }

  .lg\:focus\:tw-translate-x-44:focus{
    --tw-translate-x: 11rem;
  }

  .lg\:focus\:tw-translate-x-48:focus{
    --tw-translate-x: 12rem;
  }

  .lg\:focus\:tw-translate-x-52:focus{
    --tw-translate-x: 13rem;
  }

  .lg\:focus\:tw-translate-x-56:focus{
    --tw-translate-x: 14rem;
  }

  .lg\:focus\:tw-translate-x-60:focus{
    --tw-translate-x: 15rem;
  }

  .lg\:focus\:tw-translate-x-64:focus{
    --tw-translate-x: 16rem;
  }

  .lg\:focus\:tw-translate-x-72:focus{
    --tw-translate-x: 18rem;
  }

  .lg\:focus\:tw-translate-x-80:focus{
    --tw-translate-x: 20rem;
  }

  .lg\:focus\:tw-translate-x-96:focus{
    --tw-translate-x: 24rem;
  }

  .lg\:focus\:tw-translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  .lg\:focus\:tw-translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem;
  }

  .lg\:focus\:tw-translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem;
  }

  .lg\:focus\:tw-translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem;
  }

  .lg\:focus\:tw-translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem;
  }

  .lg\:focus\:tw-translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  .lg\:focus\:tw-translate-x-3\/2:focus{
    --tw-translate-x: 150%;
  }

  .lg\:focus\:tw-translate-x-square:focus{
    --tw-translate-x: 100%;
  }

  .lg\:focus\:tw-translate-x-58px:focus{
    --tw-translate-x: 58px;
  }

  .lg\:focus\:tw-translate-x-63px:focus{
    --tw-translate-x: 63px;
  }

  .lg\:focus\:tw-translate-x-73px:focus{
    --tw-translate-x: 73.px;
  }

  .lg\:focus\:tw--translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .lg\:focus\:tw--translate-x-1:focus{
    --tw-translate-x: -0.25rem;
  }

  .lg\:focus\:tw--translate-x-2:focus{
    --tw-translate-x: -0.5rem;
  }

  .lg\:focus\:tw--translate-x-3:focus{
    --tw-translate-x: -0.75rem;
  }

  .lg\:focus\:tw--translate-x-4:focus{
    --tw-translate-x: -1rem;
  }

  .lg\:focus\:tw--translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  .lg\:focus\:tw--translate-x-6:focus{
    --tw-translate-x: -1.5rem;
  }

  .lg\:focus\:tw--translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  .lg\:focus\:tw--translate-x-8:focus{
    --tw-translate-x: -2rem;
  }

  .lg\:focus\:tw--translate-x-9:focus{
    --tw-translate-x: -2.25rem;
  }

  .lg\:focus\:tw--translate-x-10:focus{
    --tw-translate-x: -2.5rem;
  }

  .lg\:focus\:tw--translate-x-11:focus{
    --tw-translate-x: -2.75rem;
  }

  .lg\:focus\:tw--translate-x-12:focus{
    --tw-translate-x: -3rem;
  }

  .lg\:focus\:tw--translate-x-13:focus{
    --tw-translate-x: -3.25rem;
  }

  .lg\:focus\:tw--translate-x-14:focus{
    --tw-translate-x: -3.5rem;
  }

  .lg\:focus\:tw--translate-x-16:focus{
    --tw-translate-x: -4rem;
  }

  .lg\:focus\:tw--translate-x-20:focus{
    --tw-translate-x: -5rem;
  }

  .lg\:focus\:tw--translate-x-24:focus{
    --tw-translate-x: -6rem;
  }

  .lg\:focus\:tw--translate-x-28:focus{
    --tw-translate-x: -7rem;
  }

  .lg\:focus\:tw--translate-x-32:focus{
    --tw-translate-x: -8rem;
  }

  .lg\:focus\:tw--translate-x-36:focus{
    --tw-translate-x: -9rem;
  }

  .lg\:focus\:tw--translate-x-40:focus{
    --tw-translate-x: -10rem;
  }

  .lg\:focus\:tw--translate-x-44:focus{
    --tw-translate-x: -11rem;
  }

  .lg\:focus\:tw--translate-x-48:focus{
    --tw-translate-x: -12rem;
  }

  .lg\:focus\:tw--translate-x-52:focus{
    --tw-translate-x: -13rem;
  }

  .lg\:focus\:tw--translate-x-56:focus{
    --tw-translate-x: -14rem;
  }

  .lg\:focus\:tw--translate-x-60:focus{
    --tw-translate-x: -15rem;
  }

  .lg\:focus\:tw--translate-x-64:focus{
    --tw-translate-x: -16rem;
  }

  .lg\:focus\:tw--translate-x-72:focus{
    --tw-translate-x: -18rem;
  }

  .lg\:focus\:tw--translate-x-80:focus{
    --tw-translate-x: -20rem;
  }

  .lg\:focus\:tw--translate-x-96:focus{
    --tw-translate-x: -24rem;
  }

  .lg\:focus\:tw--translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  .lg\:focus\:tw--translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem;
  }

  .lg\:focus\:tw--translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem;
  }

  .lg\:focus\:tw--translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem;
  }

  .lg\:focus\:tw--translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem;
  }

  .lg\:focus\:tw--translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  .lg\:focus\:tw--translate-x-3\/2:focus{
    --tw-translate-x: -150%;
  }

  .lg\:focus\:tw--translate-x-square:focus{
    --tw-translate-x: -100%;
  }

  .lg\:focus\:tw--translate-x-58px:focus{
    --tw-translate-x: -58px;
  }

  .lg\:focus\:tw--translate-x-63px:focus{
    --tw-translate-x: -63px;
  }

  .lg\:focus\:tw--translate-x-73px:focus{
    --tw-translate-x: -73px;
  }

  .lg\:focus\:tw-translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .lg\:focus\:tw-translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  .lg\:focus\:tw-translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  .lg\:focus\:tw-translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  .lg\:focus\:tw-translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  .lg\:focus\:tw-translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .lg\:focus\:tw--translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .lg\:focus\:tw--translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  .lg\:focus\:tw--translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  .lg\:focus\:tw--translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  .lg\:focus\:tw--translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  .lg\:focus\:tw--translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .lg\:focus\:tw-translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .lg\:focus\:tw-translate-y-1:focus{
    --tw-translate-y: 0.25rem;
  }

  .lg\:focus\:tw-translate-y-2:focus{
    --tw-translate-y: 0.5rem;
  }

  .lg\:focus\:tw-translate-y-3:focus{
    --tw-translate-y: 0.75rem;
  }

  .lg\:focus\:tw-translate-y-4:focus{
    --tw-translate-y: 1rem;
  }

  .lg\:focus\:tw-translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  .lg\:focus\:tw-translate-y-6:focus{
    --tw-translate-y: 1.5rem;
  }

  .lg\:focus\:tw-translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  .lg\:focus\:tw-translate-y-8:focus{
    --tw-translate-y: 2rem;
  }

  .lg\:focus\:tw-translate-y-9:focus{
    --tw-translate-y: 2.25rem;
  }

  .lg\:focus\:tw-translate-y-10:focus{
    --tw-translate-y: 2.5rem;
  }

  .lg\:focus\:tw-translate-y-11:focus{
    --tw-translate-y: 2.75rem;
  }

  .lg\:focus\:tw-translate-y-12:focus{
    --tw-translate-y: 3rem;
  }

  .lg\:focus\:tw-translate-y-13:focus{
    --tw-translate-y: 3.25rem;
  }

  .lg\:focus\:tw-translate-y-14:focus{
    --tw-translate-y: 3.5rem;
  }

  .lg\:focus\:tw-translate-y-16:focus{
    --tw-translate-y: 4rem;
  }

  .lg\:focus\:tw-translate-y-20:focus{
    --tw-translate-y: 5rem;
  }

  .lg\:focus\:tw-translate-y-24:focus{
    --tw-translate-y: 6rem;
  }

  .lg\:focus\:tw-translate-y-28:focus{
    --tw-translate-y: 7rem;
  }

  .lg\:focus\:tw-translate-y-32:focus{
    --tw-translate-y: 8rem;
  }

  .lg\:focus\:tw-translate-y-36:focus{
    --tw-translate-y: 9rem;
  }

  .lg\:focus\:tw-translate-y-40:focus{
    --tw-translate-y: 10rem;
  }

  .lg\:focus\:tw-translate-y-44:focus{
    --tw-translate-y: 11rem;
  }

  .lg\:focus\:tw-translate-y-48:focus{
    --tw-translate-y: 12rem;
  }

  .lg\:focus\:tw-translate-y-52:focus{
    --tw-translate-y: 13rem;
  }

  .lg\:focus\:tw-translate-y-56:focus{
    --tw-translate-y: 14rem;
  }

  .lg\:focus\:tw-translate-y-60:focus{
    --tw-translate-y: 15rem;
  }

  .lg\:focus\:tw-translate-y-64:focus{
    --tw-translate-y: 16rem;
  }

  .lg\:focus\:tw-translate-y-72:focus{
    --tw-translate-y: 18rem;
  }

  .lg\:focus\:tw-translate-y-80:focus{
    --tw-translate-y: 20rem;
  }

  .lg\:focus\:tw-translate-y-96:focus{
    --tw-translate-y: 24rem;
  }

  .lg\:focus\:tw-translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  .lg\:focus\:tw-translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem;
  }

  .lg\:focus\:tw-translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem;
  }

  .lg\:focus\:tw-translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem;
  }

  .lg\:focus\:tw-translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem;
  }

  .lg\:focus\:tw-translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  .lg\:focus\:tw-translate-y-3\/2:focus{
    --tw-translate-y: 150%;
  }

  .lg\:focus\:tw-translate-y-square:focus{
    --tw-translate-y: 100%;
  }

  .lg\:focus\:tw-translate-y-58px:focus{
    --tw-translate-y: 58px;
  }

  .lg\:focus\:tw-translate-y-63px:focus{
    --tw-translate-y: 63px;
  }

  .lg\:focus\:tw-translate-y-73px:focus{
    --tw-translate-y: 73.px;
  }

  .lg\:focus\:tw--translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .lg\:focus\:tw--translate-y-1:focus{
    --tw-translate-y: -0.25rem;
  }

  .lg\:focus\:tw--translate-y-2:focus{
    --tw-translate-y: -0.5rem;
  }

  .lg\:focus\:tw--translate-y-3:focus{
    --tw-translate-y: -0.75rem;
  }

  .lg\:focus\:tw--translate-y-4:focus{
    --tw-translate-y: -1rem;
  }

  .lg\:focus\:tw--translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  .lg\:focus\:tw--translate-y-6:focus{
    --tw-translate-y: -1.5rem;
  }

  .lg\:focus\:tw--translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  .lg\:focus\:tw--translate-y-8:focus{
    --tw-translate-y: -2rem;
  }

  .lg\:focus\:tw--translate-y-9:focus{
    --tw-translate-y: -2.25rem;
  }

  .lg\:focus\:tw--translate-y-10:focus{
    --tw-translate-y: -2.5rem;
  }

  .lg\:focus\:tw--translate-y-11:focus{
    --tw-translate-y: -2.75rem;
  }

  .lg\:focus\:tw--translate-y-12:focus{
    --tw-translate-y: -3rem;
  }

  .lg\:focus\:tw--translate-y-13:focus{
    --tw-translate-y: -3.25rem;
  }

  .lg\:focus\:tw--translate-y-14:focus{
    --tw-translate-y: -3.5rem;
  }

  .lg\:focus\:tw--translate-y-16:focus{
    --tw-translate-y: -4rem;
  }

  .lg\:focus\:tw--translate-y-20:focus{
    --tw-translate-y: -5rem;
  }

  .lg\:focus\:tw--translate-y-24:focus{
    --tw-translate-y: -6rem;
  }

  .lg\:focus\:tw--translate-y-28:focus{
    --tw-translate-y: -7rem;
  }

  .lg\:focus\:tw--translate-y-32:focus{
    --tw-translate-y: -8rem;
  }

  .lg\:focus\:tw--translate-y-36:focus{
    --tw-translate-y: -9rem;
  }

  .lg\:focus\:tw--translate-y-40:focus{
    --tw-translate-y: -10rem;
  }

  .lg\:focus\:tw--translate-y-44:focus{
    --tw-translate-y: -11rem;
  }

  .lg\:focus\:tw--translate-y-48:focus{
    --tw-translate-y: -12rem;
  }

  .lg\:focus\:tw--translate-y-52:focus{
    --tw-translate-y: -13rem;
  }

  .lg\:focus\:tw--translate-y-56:focus{
    --tw-translate-y: -14rem;
  }

  .lg\:focus\:tw--translate-y-60:focus{
    --tw-translate-y: -15rem;
  }

  .lg\:focus\:tw--translate-y-64:focus{
    --tw-translate-y: -16rem;
  }

  .lg\:focus\:tw--translate-y-72:focus{
    --tw-translate-y: -18rem;
  }

  .lg\:focus\:tw--translate-y-80:focus{
    --tw-translate-y: -20rem;
  }

  .lg\:focus\:tw--translate-y-96:focus{
    --tw-translate-y: -24rem;
  }

  .lg\:focus\:tw--translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  .lg\:focus\:tw--translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem;
  }

  .lg\:focus\:tw--translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem;
  }

  .lg\:focus\:tw--translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem;
  }

  .lg\:focus\:tw--translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem;
  }

  .lg\:focus\:tw--translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  .lg\:focus\:tw--translate-y-3\/2:focus{
    --tw-translate-y: -150%;
  }

  .lg\:focus\:tw--translate-y-square:focus{
    --tw-translate-y: -100%;
  }

  .lg\:focus\:tw--translate-y-58px:focus{
    --tw-translate-y: -58px;
  }

  .lg\:focus\:tw--translate-y-63px:focus{
    --tw-translate-y: -63px;
  }

  .lg\:focus\:tw--translate-y-73px:focus{
    --tw-translate-y: -73px;
  }

  .lg\:focus\:tw-translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .lg\:focus\:tw-translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  .lg\:focus\:tw-translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  .lg\:focus\:tw-translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  .lg\:focus\:tw-translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  .lg\:focus\:tw-translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .lg\:focus\:tw--translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .lg\:focus\:tw--translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  .lg\:focus\:tw--translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  .lg\:focus\:tw--translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  .lg\:focus\:tw--translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  .lg\:focus\:tw--translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .lg\:tw-skew-x-0{
    --tw-skew-x: 0deg;
  }

  .lg\:tw-skew-x-1{
    --tw-skew-x: 1deg;
  }

  .lg\:tw-skew-x-2{
    --tw-skew-x: 2deg;
  }

  .lg\:tw-skew-x-3{
    --tw-skew-x: 3deg;
  }

  .lg\:tw-skew-x-6{
    --tw-skew-x: 6deg;
  }

  .lg\:tw-skew-x-12{
    --tw-skew-x: 12deg;
  }

  .lg\:tw--skew-x-12{
    --tw-skew-x: -12deg;
  }

  .lg\:tw--skew-x-6{
    --tw-skew-x: -6deg;
  }

  .lg\:tw--skew-x-3{
    --tw-skew-x: -3deg;
  }

  .lg\:tw--skew-x-2{
    --tw-skew-x: -2deg;
  }

  .lg\:tw--skew-x-1{
    --tw-skew-x: -1deg;
  }

  .lg\:tw-skew-y-0{
    --tw-skew-y: 0deg;
  }

  .lg\:tw-skew-y-1{
    --tw-skew-y: 1deg;
  }

  .lg\:tw-skew-y-2{
    --tw-skew-y: 2deg;
  }

  .lg\:tw-skew-y-3{
    --tw-skew-y: 3deg;
  }

  .lg\:tw-skew-y-6{
    --tw-skew-y: 6deg;
  }

  .lg\:tw-skew-y-12{
    --tw-skew-y: 12deg;
  }

  .lg\:tw--skew-y-12{
    --tw-skew-y: -12deg;
  }

  .lg\:tw--skew-y-6{
    --tw-skew-y: -6deg;
  }

  .lg\:tw--skew-y-3{
    --tw-skew-y: -3deg;
  }

  .lg\:tw--skew-y-2{
    --tw-skew-y: -2deg;
  }

  .lg\:tw--skew-y-1{
    --tw-skew-y: -1deg;
  }

  .lg\:hover\:tw-skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  .lg\:hover\:tw-skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  .lg\:hover\:tw-skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  .lg\:hover\:tw-skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  .lg\:hover\:tw-skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  .lg\:hover\:tw-skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  .lg\:hover\:tw--skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  .lg\:hover\:tw--skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  .lg\:hover\:tw--skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  .lg\:hover\:tw--skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  .lg\:hover\:tw--skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  .lg\:hover\:tw-skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  .lg\:hover\:tw-skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  .lg\:hover\:tw-skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  .lg\:hover\:tw-skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  .lg\:hover\:tw-skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  .lg\:hover\:tw-skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  .lg\:hover\:tw--skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  .lg\:hover\:tw--skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  .lg\:hover\:tw--skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  .lg\:hover\:tw--skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  .lg\:hover\:tw--skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  .lg\:focus\:tw-skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  .lg\:focus\:tw-skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  .lg\:focus\:tw-skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  .lg\:focus\:tw-skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  .lg\:focus\:tw-skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  .lg\:focus\:tw-skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  .lg\:focus\:tw--skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  .lg\:focus\:tw--skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  .lg\:focus\:tw--skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  .lg\:focus\:tw--skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  .lg\:focus\:tw--skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  .lg\:focus\:tw-skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  .lg\:focus\:tw-skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  .lg\:focus\:tw-skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  .lg\:focus\:tw-skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  .lg\:focus\:tw-skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  .lg\:focus\:tw-skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  .lg\:focus\:tw--skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  .lg\:focus\:tw--skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  .lg\:focus\:tw--skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  .lg\:focus\:tw--skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  .lg\:focus\:tw--skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  .lg\:tw-transition-none{
    transition-property: none;
  }

  .lg\:tw-transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:tw-transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:tw-transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:tw-transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:tw-transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:tw-transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:tw-transition-fade{
    transition-property: visibility, opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:tw-ease-linear{
    transition-timing-function: linear;
  }

  .lg\:tw-ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .lg\:tw-ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .lg\:tw-ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .lg\:tw-duration-75{
    transition-duration: 75ms;
  }

  .lg\:tw-duration-100{
    transition-duration: 100ms;
  }

  .lg\:tw-duration-150{
    transition-duration: 150ms;
  }

  .lg\:tw-duration-200{
    transition-duration: 200ms;
  }

  .lg\:tw-duration-300{
    transition-duration: 300ms;
  }

  .lg\:tw-duration-500{
    transition-duration: 500ms;
  }

  .lg\:tw-duration-700{
    transition-duration: 700ms;
  }

  .lg\:tw-duration-1000{
    transition-duration: 1000ms;
  }

  .lg\:tw-delay-75{
    transition-delay: 75ms;
  }

  .lg\:tw-delay-100{
    transition-delay: 100ms;
  }

  .lg\:tw-delay-150{
    transition-delay: 150ms;
  }

  .lg\:tw-delay-200{
    transition-delay: 200ms;
  }

  .lg\:tw-delay-300{
    transition-delay: 300ms;
  }

  .lg\:tw-delay-500{
    transition-delay: 500ms;
  }

  .lg\:tw-delay-700{
    transition-delay: 700ms;
  }

  .lg\:tw-delay-1000{
    transition-delay: 1000ms;
  }

  .lg\:tw-animate-none{
    animation: none;
  }

  .lg\:tw-animate-spin{
    animation: tw-spin 1s linear infinite;
  }

  .lg\:tw-animate-ping{
    animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .lg\:tw-animate-pulse{
    animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .lg\:tw-animate-bounce{
    animation: tw-bounce 1s infinite;
  }
}

@media (min-width: 1366px){
  .xl\:tw-container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 576px){
    .xl\:tw-container{
      max-width: 576px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

  @media (min-width: 768px){
    .xl\:tw-container{
      max-width: 768px;
      padding-right: 3rem;
      padding-left: 3rem;
    }
  }

  @media (min-width: 1024px){
    .xl\:tw-container{
      max-width: 1024px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1366px){
    .xl\:tw-container{
      max-width: 1366px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1440px){
    .xl\:tw-container{
      max-width: 1440px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1600px){
    .xl\:tw-container{
      max-width: 1600px;
      padding-right: 6rem;
      padding-left: 6rem;
    }
  }

  .xl\:tw-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .xl\:tw-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .xl\:tw-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .xl\:tw-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .xl\:tw-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .xl\:tw-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .xl\:tw-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .xl\:tw-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .xl\:tw-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .xl\:tw-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .xl\:tw-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .xl\:tw-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  .xl\:tw-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .xl\:tw-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw-space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--tw-space-y-reverse));
  }

  .xl\:tw-space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .xl\:tw-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .xl\:tw-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .xl\:tw-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .xl\:tw-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .xl\:tw-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .xl\:tw-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .xl\:tw-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .xl\:tw-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .xl\:tw-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  .xl\:tw-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .xl\:tw-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .xl\:tw-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  .xl\:tw-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .xl\:tw-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  .xl\:tw-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .xl\:tw-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  .xl\:tw-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .xl\:tw-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
  }

  .xl\:tw-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  .xl\:tw-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .xl\:tw-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .xl\:tw-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw-space-y-2\/3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(66.666% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(66.666% * var(--tw-space-y-reverse));
  }

  .xl\:tw-space-x-2\/3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(66.666% * var(--tw-space-x-reverse));
    margin-left: calc(66.666% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw-space-y-3\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(150% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(150% * var(--tw-space-y-reverse));
  }

  .xl\:tw-space-x-3\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(150% * var(--tw-space-x-reverse));
    margin-left: calc(150% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw-space-y-square > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100% * var(--tw-space-y-reverse));
  }

  .xl\:tw-space-x-square > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(100% * var(--tw-space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw-space-y-58px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(58px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(58px * var(--tw-space-y-reverse));
  }

  .xl\:tw-space-x-58px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(58px * var(--tw-space-x-reverse));
    margin-left: calc(58px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw-space-y-63px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(63px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(63px * var(--tw-space-y-reverse));
  }

  .xl\:tw-space-x-63px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(63px * var(--tw-space-x-reverse));
    margin-left: calc(63px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw-space-y-73px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(73.px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(73.px * var(--tw-space-y-reverse));
  }

  .xl\:tw-space-x-73px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(73.px * var(--tw-space-x-reverse));
    margin-left: calc(73.px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw--space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .xl\:tw--space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw--space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .xl\:tw--space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw--space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .xl\:tw--space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw--space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .xl\:tw--space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw--space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .xl\:tw--space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw--space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .xl\:tw--space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw--space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .xl\:tw--space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw--space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .xl\:tw--space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw--space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .xl\:tw--space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw--space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  .xl\:tw--space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw--space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  .xl\:tw--space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw--space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  .xl\:tw--space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw--space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .xl\:tw--space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw--space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--tw-space-y-reverse));
  }

  .xl\:tw--space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw--space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  .xl\:tw--space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw--space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .xl\:tw--space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw--space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .xl\:tw--space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw--space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  .xl\:tw--space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw--space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .xl\:tw--space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw--space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .xl\:tw--space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw--space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .xl\:tw--space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw--space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .xl\:tw--space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw--space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .xl\:tw--space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw--space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  .xl\:tw--space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw--space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .xl\:tw--space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw--space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .xl\:tw--space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw--space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  .xl\:tw--space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw--space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .xl\:tw--space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw--space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  .xl\:tw--space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw--space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .xl\:tw--space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw--space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  .xl\:tw--space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw--space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .xl\:tw--space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw--space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
  }

  .xl\:tw--space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw--space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  .xl\:tw--space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw--space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  .xl\:tw--space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw--space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .xl\:tw--space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw--space-y-2\/3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-66.666% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-66.666% * var(--tw-space-y-reverse));
  }

  .xl\:tw--space-x-2\/3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-66.666% * var(--tw-space-x-reverse));
    margin-left: calc(-66.666% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw--space-y-3\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-150% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-150% * var(--tw-space-y-reverse));
  }

  .xl\:tw--space-x-3\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-150% * var(--tw-space-x-reverse));
    margin-left: calc(-150% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw--space-y-square > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-100% * var(--tw-space-y-reverse));
  }

  .xl\:tw--space-x-square > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-100% * var(--tw-space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw--space-y-58px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-58px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-58px * var(--tw-space-y-reverse));
  }

  .xl\:tw--space-x-58px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-58px * var(--tw-space-x-reverse));
    margin-left: calc(-58px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw--space-y-63px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-63px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-63px * var(--tw-space-y-reverse));
  }

  .xl\:tw--space-x-63px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-63px * var(--tw-space-x-reverse));
    margin-left: calc(-63px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw--space-y-73px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-73px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-73px * var(--tw-space-y-reverse));
  }

  .xl\:tw--space-x-73px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-73px * var(--tw-space-x-reverse));
    margin-left: calc(-73px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:tw-space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .xl\:tw-space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .xl\:tw-divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .xl\:tw-divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:tw-divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .xl\:tw-divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:tw-divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .xl\:tw-divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:tw-divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .xl\:tw-divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:tw-divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .xl\:tw-divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:tw-divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .xl\:tw-divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .xl\:tw-divide-brand-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-divide-opacity));
  }

  .xl\:tw-divide-brand-orange-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-divide-opacity));
  }

  .xl\:tw-divide-brand-orange-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-divide-opacity));
  }

  .xl\:tw-divide-brand-blue > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-divide-opacity));
  }

  .xl\:tw-divide-brand-blue-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-divide-opacity));
  }

  .xl\:tw-divide-brand-blue-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-divide-opacity));
  }

  .xl\:tw-divide-brand-yellow > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(228, 182, 32, var(--tw-divide-opacity));
  }

  .xl\:tw-divide-brand-green > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(141, 192, 85, var(--tw-divide-opacity));
  }

  .xl\:tw-divide-brand-pink > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(201, 69, 120, var(--tw-divide-opacity));
  }

  .xl\:tw-divide-brand-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(187, 0, 52, var(--tw-divide-opacity));
  }

  .xl\:tw-divide-brand-turquesa > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(60, 180, 151, var(--tw-divide-opacity));
  }

  .xl\:tw-divide-gray-lighter > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .xl\:tw-divide-gray-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-divide-opacity));
  }

  .xl\:tw-divide-gray-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-divide-opacity));
  }

  .xl\:tw-divide-gray-darker > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-divide-opacity));
  }

  .xl\:tw-divide-gray-medium > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(118, 118, 118, var(--tw-divide-opacity));
  }

  .xl\:tw-divide-gray-mid > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(147, 147, 147, var(--tw-divide-opacity));
  }

  .xl\:tw-divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .xl\:tw-divide-primary > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-divide-opacity));
  }

  .xl\:tw-divide-primary-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-divide-opacity));
  }

  .xl\:tw-divide-primary-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-divide-opacity));
  }

  .xl\:tw-divide-secondary > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-divide-opacity));
  }

  .xl\:tw-divide-secondary-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-divide-opacity));
  }

  .xl\:tw-divide-secondary-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-divide-opacity));
  }

  .xl\:tw-divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .xl\:tw-divide-hyperlinks > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(16, 106, 163, var(--tw-divide-opacity));
  }

  .xl\:tw-divide-hyperlinks-visited > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(127, 31, 125, var(--tw-divide-opacity));
  }

  .xl\:tw-divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .xl\:tw-divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .xl\:tw-divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .xl\:tw-divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .xl\:tw-divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .xl\:tw-divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .xl\:tw-divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .xl\:tw-divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  .xl\:tw-divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1;
  }

  .xl\:tw-divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  .xl\:tw-divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .xl\:tw-divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  .xl\:tw-divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  .xl\:tw-divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  .xl\:tw-divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  .xl\:tw-divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  .xl\:tw-divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .xl\:tw-divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8;
  }

  .xl\:tw-divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  .xl\:tw-divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  .xl\:tw-divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  .xl\:tw-sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:tw-not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:focus-within\:tw-sr-only:focus-within{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:focus-within\:tw-not-sr-only:focus-within{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:hover\:tw-sr-only:hover{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:hover\:tw-not-sr-only:hover{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:focus\:tw-sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:focus\:tw-not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:active\:tw-sr-only:active{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:active\:tw-not-sr-only:active{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:tw-appearance-none{
    -webkit-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-clip-border{
    background-clip: border-box;
  }

  .xl\:tw-bg-clip-padding{
    background-clip: padding-box;
  }

  .xl\:tw-bg-clip-content{
    background-clip: content-box;
  }

  .xl\:tw-bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .xl\:tw-bg-brand-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .xl\:tw-bg-brand-orange-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .xl\:tw-bg-brand-orange-light{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .xl\:tw-bg-brand-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .xl\:tw-bg-brand-blue-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .xl\:tw-bg-brand-blue-light{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .xl\:tw-bg-brand-yellow{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 182, 32, var(--tw-bg-opacity));
  }

  .xl\:tw-bg-brand-green{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 192, 85, var(--tw-bg-opacity));
  }

  .xl\:tw-bg-brand-pink{
    --tw-bg-opacity: 1;
    background-color: rgba(201, 69, 120, var(--tw-bg-opacity));
  }

  .xl\:tw-bg-brand-red{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 0, 52, var(--tw-bg-opacity));
  }

  .xl\:tw-bg-brand-turquesa{
    --tw-bg-opacity: 1;
    background-color: rgba(60, 180, 151, var(--tw-bg-opacity));
  }

  .xl\:tw-bg-gray-lighter{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .xl\:tw-bg-gray-light{
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .xl\:tw-bg-gray-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  .xl\:tw-bg-gray-darker{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .xl\:tw-bg-gray-medium{
    --tw-bg-opacity: 1;
    background-color: rgba(118, 118, 118, var(--tw-bg-opacity));
  }

  .xl\:tw-bg-gray-mid{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 147, 147, var(--tw-bg-opacity));
  }

  .xl\:tw-bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:tw-bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .xl\:tw-bg-primary-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .xl\:tw-bg-primary-light{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .xl\:tw-bg-secondary{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .xl\:tw-bg-secondary-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .xl\:tw-bg-secondary-light{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .xl\:tw-bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:tw-bg-hyperlinks{
    --tw-bg-opacity: 1;
    background-color: rgba(16, 106, 163, var(--tw-bg-opacity));
  }

  .xl\:tw-bg-hyperlinks-visited{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 31, 125, var(--tw-bg-opacity));
  }

  .xl\:tw-bg-transparent{
    background-color: transparent;
  }

  .xl\:odd\:tw-bg-brand-orange:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .xl\:odd\:tw-bg-brand-orange-dark:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .xl\:odd\:tw-bg-brand-orange-light:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .xl\:odd\:tw-bg-brand-blue:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .xl\:odd\:tw-bg-brand-blue-dark:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .xl\:odd\:tw-bg-brand-blue-light:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .xl\:odd\:tw-bg-brand-yellow:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(228, 182, 32, var(--tw-bg-opacity));
  }

  .xl\:odd\:tw-bg-brand-green:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(141, 192, 85, var(--tw-bg-opacity));
  }

  .xl\:odd\:tw-bg-brand-pink:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(201, 69, 120, var(--tw-bg-opacity));
  }

  .xl\:odd\:tw-bg-brand-red:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(187, 0, 52, var(--tw-bg-opacity));
  }

  .xl\:odd\:tw-bg-brand-turquesa:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(60, 180, 151, var(--tw-bg-opacity));
  }

  .xl\:odd\:tw-bg-gray-lighter:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .xl\:odd\:tw-bg-gray-light:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .xl\:odd\:tw-bg-gray-dark:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  .xl\:odd\:tw-bg-gray-darker:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .xl\:odd\:tw-bg-gray-medium:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(118, 118, 118, var(--tw-bg-opacity));
  }

  .xl\:odd\:tw-bg-gray-mid:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(147, 147, 147, var(--tw-bg-opacity));
  }

  .xl\:odd\:tw-bg-black:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:odd\:tw-bg-primary:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .xl\:odd\:tw-bg-primary-dark:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .xl\:odd\:tw-bg-primary-light:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .xl\:odd\:tw-bg-secondary:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .xl\:odd\:tw-bg-secondary-dark:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .xl\:odd\:tw-bg-secondary-light:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .xl\:odd\:tw-bg-white:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:odd\:tw-bg-hyperlinks:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(16, 106, 163, var(--tw-bg-opacity));
  }

  .xl\:odd\:tw-bg-hyperlinks-visited:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(127, 31, 125, var(--tw-bg-opacity));
  }

  .xl\:odd\:tw-bg-transparent:nth-child(odd){
    background-color: transparent;
  }

  .xl\:even\:tw-bg-brand-orange:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .xl\:even\:tw-bg-brand-orange-dark:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .xl\:even\:tw-bg-brand-orange-light:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .xl\:even\:tw-bg-brand-blue:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .xl\:even\:tw-bg-brand-blue-dark:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .xl\:even\:tw-bg-brand-blue-light:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .xl\:even\:tw-bg-brand-yellow:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(228, 182, 32, var(--tw-bg-opacity));
  }

  .xl\:even\:tw-bg-brand-green:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(141, 192, 85, var(--tw-bg-opacity));
  }

  .xl\:even\:tw-bg-brand-pink:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(201, 69, 120, var(--tw-bg-opacity));
  }

  .xl\:even\:tw-bg-brand-red:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(187, 0, 52, var(--tw-bg-opacity));
  }

  .xl\:even\:tw-bg-brand-turquesa:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(60, 180, 151, var(--tw-bg-opacity));
  }

  .xl\:even\:tw-bg-gray-lighter:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .xl\:even\:tw-bg-gray-light:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .xl\:even\:tw-bg-gray-dark:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  .xl\:even\:tw-bg-gray-darker:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .xl\:even\:tw-bg-gray-medium:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(118, 118, 118, var(--tw-bg-opacity));
  }

  .xl\:even\:tw-bg-gray-mid:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(147, 147, 147, var(--tw-bg-opacity));
  }

  .xl\:even\:tw-bg-black:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:even\:tw-bg-primary:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .xl\:even\:tw-bg-primary-dark:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .xl\:even\:tw-bg-primary-light:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .xl\:even\:tw-bg-secondary:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .xl\:even\:tw-bg-secondary-dark:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .xl\:even\:tw-bg-secondary-light:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .xl\:even\:tw-bg-white:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:even\:tw-bg-hyperlinks:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(16, 106, 163, var(--tw-bg-opacity));
  }

  .xl\:even\:tw-bg-hyperlinks-visited:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(127, 31, 125, var(--tw-bg-opacity));
  }

  .xl\:even\:tw-bg-transparent:nth-child(even){
    background-color: transparent;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-brand-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-brand-orange-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-brand-orange-light{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-brand-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-brand-blue-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-brand-blue-light{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-brand-yellow{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 182, 32, var(--tw-bg-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-brand-green{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 192, 85, var(--tw-bg-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-brand-pink{
    --tw-bg-opacity: 1;
    background-color: rgba(201, 69, 120, var(--tw-bg-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-brand-red{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 0, 52, var(--tw-bg-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-brand-turquesa{
    --tw-bg-opacity: 1;
    background-color: rgba(60, 180, 151, var(--tw-bg-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-gray-lighter{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-gray-light{
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-gray-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-gray-darker{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-gray-medium{
    --tw-bg-opacity: 1;
    background-color: rgba(118, 118, 118, var(--tw-bg-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-gray-mid{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 147, 147, var(--tw-bg-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-primary-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-primary-light{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-secondary{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-secondary-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-secondary-light{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-hyperlinks{
    --tw-bg-opacity: 1;
    background-color: rgba(16, 106, 163, var(--tw-bg-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-hyperlinks-visited{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 31, 125, var(--tw-bg-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-transparent{
    background-color: transparent;
  }

  .xl\:focus-within\:tw-bg-brand-orange:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:tw-bg-brand-orange-dark:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:tw-bg-brand-orange-light:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:tw-bg-brand-blue:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:tw-bg-brand-blue-dark:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:tw-bg-brand-blue-light:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:tw-bg-brand-yellow:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 182, 32, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:tw-bg-brand-green:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 192, 85, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:tw-bg-brand-pink:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(201, 69, 120, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:tw-bg-brand-red:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 0, 52, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:tw-bg-brand-turquesa:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(60, 180, 151, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:tw-bg-gray-lighter:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:tw-bg-gray-light:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:tw-bg-gray-dark:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:tw-bg-gray-darker:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:tw-bg-gray-medium:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(118, 118, 118, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:tw-bg-gray-mid:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 147, 147, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:tw-bg-black:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:tw-bg-primary:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:tw-bg-primary-dark:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:tw-bg-primary-light:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:tw-bg-secondary:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:tw-bg-secondary-dark:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:tw-bg-secondary-light:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:tw-bg-white:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:tw-bg-hyperlinks:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(16, 106, 163, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:tw-bg-hyperlinks-visited:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 31, 125, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:tw-bg-transparent:focus-within{
    background-color: transparent;
  }

  .xl\:hover\:tw-bg-brand-orange:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .xl\:hover\:tw-bg-brand-orange-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .xl\:hover\:tw-bg-brand-orange-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .xl\:hover\:tw-bg-brand-blue:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .xl\:hover\:tw-bg-brand-blue-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .xl\:hover\:tw-bg-brand-blue-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .xl\:hover\:tw-bg-brand-yellow:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 182, 32, var(--tw-bg-opacity));
  }

  .xl\:hover\:tw-bg-brand-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 192, 85, var(--tw-bg-opacity));
  }

  .xl\:hover\:tw-bg-brand-pink:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(201, 69, 120, var(--tw-bg-opacity));
  }

  .xl\:hover\:tw-bg-brand-red:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 0, 52, var(--tw-bg-opacity));
  }

  .xl\:hover\:tw-bg-brand-turquesa:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(60, 180, 151, var(--tw-bg-opacity));
  }

  .xl\:hover\:tw-bg-gray-lighter:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .xl\:hover\:tw-bg-gray-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .xl\:hover\:tw-bg-gray-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  .xl\:hover\:tw-bg-gray-darker:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .xl\:hover\:tw-bg-gray-medium:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(118, 118, 118, var(--tw-bg-opacity));
  }

  .xl\:hover\:tw-bg-gray-mid:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 147, 147, var(--tw-bg-opacity));
  }

  .xl\:hover\:tw-bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:hover\:tw-bg-primary:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .xl\:hover\:tw-bg-primary-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .xl\:hover\:tw-bg-primary-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .xl\:hover\:tw-bg-secondary:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .xl\:hover\:tw-bg-secondary-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .xl\:hover\:tw-bg-secondary-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .xl\:hover\:tw-bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:tw-bg-hyperlinks:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(16, 106, 163, var(--tw-bg-opacity));
  }

  .xl\:hover\:tw-bg-hyperlinks-visited:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 31, 125, var(--tw-bg-opacity));
  }

  .xl\:hover\:tw-bg-transparent:hover{
    background-color: transparent;
  }

  .xl\:focus\:tw-bg-brand-orange:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .xl\:focus\:tw-bg-brand-orange-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .xl\:focus\:tw-bg-brand-orange-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .xl\:focus\:tw-bg-brand-blue:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .xl\:focus\:tw-bg-brand-blue-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .xl\:focus\:tw-bg-brand-blue-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .xl\:focus\:tw-bg-brand-yellow:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 182, 32, var(--tw-bg-opacity));
  }

  .xl\:focus\:tw-bg-brand-green:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 192, 85, var(--tw-bg-opacity));
  }

  .xl\:focus\:tw-bg-brand-pink:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(201, 69, 120, var(--tw-bg-opacity));
  }

  .xl\:focus\:tw-bg-brand-red:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 0, 52, var(--tw-bg-opacity));
  }

  .xl\:focus\:tw-bg-brand-turquesa:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(60, 180, 151, var(--tw-bg-opacity));
  }

  .xl\:focus\:tw-bg-gray-lighter:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .xl\:focus\:tw-bg-gray-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .xl\:focus\:tw-bg-gray-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  .xl\:focus\:tw-bg-gray-darker:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .xl\:focus\:tw-bg-gray-medium:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(118, 118, 118, var(--tw-bg-opacity));
  }

  .xl\:focus\:tw-bg-gray-mid:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 147, 147, var(--tw-bg-opacity));
  }

  .xl\:focus\:tw-bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:focus\:tw-bg-primary:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .xl\:focus\:tw-bg-primary-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .xl\:focus\:tw-bg-primary-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .xl\:focus\:tw-bg-secondary:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .xl\:focus\:tw-bg-secondary-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .xl\:focus\:tw-bg-secondary-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .xl\:focus\:tw-bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:tw-bg-hyperlinks:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(16, 106, 163, var(--tw-bg-opacity));
  }

  .xl\:focus\:tw-bg-hyperlinks-visited:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 31, 125, var(--tw-bg-opacity));
  }

  .xl\:focus\:tw-bg-transparent:focus{
    background-color: transparent;
  }

  .xl\:tw-bg-none{
    background-image: none;
  }

  .xl\:tw-bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .xl\:tw-bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .xl\:tw-bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .xl\:tw-bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .xl\:tw-bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .xl\:tw-bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .xl\:tw-bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .xl\:tw-bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .xl\:tw-from-brand-orange{
    --tw-gradient-from: #E35100;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .xl\:tw-from-brand-orange-dark{
    --tw-gradient-from: #C04400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .xl\:tw-from-brand-orange-light{
    --tw-gradient-from: #F38D25;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .xl\:tw-from-brand-blue{
    --tw-gradient-from: #005272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .xl\:tw-from-brand-blue-dark{
    --tw-gradient-from: #3F83A3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .xl\:tw-from-brand-blue-light{
    --tw-gradient-from: #4F99BB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .xl\:tw-from-brand-yellow{
    --tw-gradient-from: #E4B620;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 182, 32, 0));
  }

  .xl\:tw-from-brand-green{
    --tw-gradient-from: #8DC055;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 192, 85, 0));
  }

  .xl\:tw-from-brand-pink{
    --tw-gradient-from: #C94578;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 69, 120, 0));
  }

  .xl\:tw-from-brand-red{
    --tw-gradient-from: #BB0034;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 0, 52, 0));
  }

  .xl\:tw-from-brand-turquesa{
    --tw-gradient-from: #3cb497;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 180, 151, 0));
  }

  .xl\:tw-from-gray-lighter{
    --tw-gradient-from: #F5F5F5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .xl\:tw-from-gray-light{
    --tw-gradient-from: #dadada;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .xl\:tw-from-gray-dark{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  .xl\:tw-from-gray-darker{
    --tw-gradient-from: #222222;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .xl\:tw-from-gray-medium{
    --tw-gradient-from: #767676;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(118, 118, 118, 0));
  }

  .xl\:tw-from-gray-mid{
    --tw-gradient-from: #939393;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 147, 147, 0));
  }

  .xl\:tw-from-black{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:tw-from-primary{
    --tw-gradient-from: #E35100;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .xl\:tw-from-primary-dark{
    --tw-gradient-from: #C04400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .xl\:tw-from-primary-light{
    --tw-gradient-from: #F38D25;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .xl\:tw-from-secondary{
    --tw-gradient-from: #005272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .xl\:tw-from-secondary-dark{
    --tw-gradient-from: #3F83A3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .xl\:tw-from-secondary-light{
    --tw-gradient-from: #4F99BB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .xl\:tw-from-white{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:tw-from-hyperlinks{
    --tw-gradient-from: #106AA3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 106, 163, 0));
  }

  .xl\:tw-from-hyperlinks-visited{
    --tw-gradient-from: #7F1F7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 31, 125, 0));
  }

  .xl\:tw-from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:tw-via-brand-orange{
    --tw-gradient-stops: var(--tw-gradient-from), #E35100, var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .xl\:tw-via-brand-orange-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #C04400, var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .xl\:tw-via-brand-orange-light{
    --tw-gradient-stops: var(--tw-gradient-from), #F38D25, var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .xl\:tw-via-brand-blue{
    --tw-gradient-stops: var(--tw-gradient-from), #005272, var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .xl\:tw-via-brand-blue-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #3F83A3, var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .xl\:tw-via-brand-blue-light{
    --tw-gradient-stops: var(--tw-gradient-from), #4F99BB, var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .xl\:tw-via-brand-yellow{
    --tw-gradient-stops: var(--tw-gradient-from), #E4B620, var(--tw-gradient-to, rgba(228, 182, 32, 0));
  }

  .xl\:tw-via-brand-green{
    --tw-gradient-stops: var(--tw-gradient-from), #8DC055, var(--tw-gradient-to, rgba(141, 192, 85, 0));
  }

  .xl\:tw-via-brand-pink{
    --tw-gradient-stops: var(--tw-gradient-from), #C94578, var(--tw-gradient-to, rgba(201, 69, 120, 0));
  }

  .xl\:tw-via-brand-red{
    --tw-gradient-stops: var(--tw-gradient-from), #BB0034, var(--tw-gradient-to, rgba(187, 0, 52, 0));
  }

  .xl\:tw-via-brand-turquesa{
    --tw-gradient-stops: var(--tw-gradient-from), #3cb497, var(--tw-gradient-to, rgba(60, 180, 151, 0));
  }

  .xl\:tw-via-gray-lighter{
    --tw-gradient-stops: var(--tw-gradient-from), #F5F5F5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .xl\:tw-via-gray-light{
    --tw-gradient-stops: var(--tw-gradient-from), #dadada, var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .xl\:tw-via-gray-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  .xl\:tw-via-gray-darker{
    --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .xl\:tw-via-gray-medium{
    --tw-gradient-stops: var(--tw-gradient-from), #767676, var(--tw-gradient-to, rgba(118, 118, 118, 0));
  }

  .xl\:tw-via-gray-mid{
    --tw-gradient-stops: var(--tw-gradient-from), #939393, var(--tw-gradient-to, rgba(147, 147, 147, 0));
  }

  .xl\:tw-via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:tw-via-primary{
    --tw-gradient-stops: var(--tw-gradient-from), #E35100, var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .xl\:tw-via-primary-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #C04400, var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .xl\:tw-via-primary-light{
    --tw-gradient-stops: var(--tw-gradient-from), #F38D25, var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .xl\:tw-via-secondary{
    --tw-gradient-stops: var(--tw-gradient-from), #005272, var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .xl\:tw-via-secondary-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #3F83A3, var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .xl\:tw-via-secondary-light{
    --tw-gradient-stops: var(--tw-gradient-from), #4F99BB, var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .xl\:tw-via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:tw-via-hyperlinks{
    --tw-gradient-stops: var(--tw-gradient-from), #106AA3, var(--tw-gradient-to, rgba(16, 106, 163, 0));
  }

  .xl\:tw-via-hyperlinks-visited{
    --tw-gradient-stops: var(--tw-gradient-from), #7F1F7D, var(--tw-gradient-to, rgba(127, 31, 125, 0));
  }

  .xl\:tw-via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:tw-to-brand-orange{
    --tw-gradient-to: #E35100;
  }

  .xl\:tw-to-brand-orange-dark{
    --tw-gradient-to: #C04400;
  }

  .xl\:tw-to-brand-orange-light{
    --tw-gradient-to: #F38D25;
  }

  .xl\:tw-to-brand-blue{
    --tw-gradient-to: #005272;
  }

  .xl\:tw-to-brand-blue-dark{
    --tw-gradient-to: #3F83A3;
  }

  .xl\:tw-to-brand-blue-light{
    --tw-gradient-to: #4F99BB;
  }

  .xl\:tw-to-brand-yellow{
    --tw-gradient-to: #E4B620;
  }

  .xl\:tw-to-brand-green{
    --tw-gradient-to: #8DC055;
  }

  .xl\:tw-to-brand-pink{
    --tw-gradient-to: #C94578;
  }

  .xl\:tw-to-brand-red{
    --tw-gradient-to: #BB0034;
  }

  .xl\:tw-to-brand-turquesa{
    --tw-gradient-to: #3cb497;
  }

  .xl\:tw-to-gray-lighter{
    --tw-gradient-to: #F5F5F5;
  }

  .xl\:tw-to-gray-light{
    --tw-gradient-to: #dadada;
  }

  .xl\:tw-to-gray-dark{
    --tw-gradient-to: #666666;
  }

  .xl\:tw-to-gray-darker{
    --tw-gradient-to: #222222;
  }

  .xl\:tw-to-gray-medium{
    --tw-gradient-to: #767676;
  }

  .xl\:tw-to-gray-mid{
    --tw-gradient-to: #939393;
  }

  .xl\:tw-to-black{
    --tw-gradient-to: #000000;
  }

  .xl\:tw-to-primary{
    --tw-gradient-to: #E35100;
  }

  .xl\:tw-to-primary-dark{
    --tw-gradient-to: #C04400;
  }

  .xl\:tw-to-primary-light{
    --tw-gradient-to: #F38D25;
  }

  .xl\:tw-to-secondary{
    --tw-gradient-to: #005272;
  }

  .xl\:tw-to-secondary-dark{
    --tw-gradient-to: #3F83A3;
  }

  .xl\:tw-to-secondary-light{
    --tw-gradient-to: #4F99BB;
  }

  .xl\:tw-to-white{
    --tw-gradient-to: #FFFFFF;
  }

  .xl\:tw-to-hyperlinks{
    --tw-gradient-to: #106AA3;
  }

  .xl\:tw-to-hyperlinks-visited{
    --tw-gradient-to: #7F1F7D;
  }

  .xl\:tw-to-transparent{
    --tw-gradient-to: transparent;
  }

  .xl\:hover\:tw-from-brand-orange:hover{
    --tw-gradient-from: #E35100;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .xl\:hover\:tw-from-brand-orange-dark:hover{
    --tw-gradient-from: #C04400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .xl\:hover\:tw-from-brand-orange-light:hover{
    --tw-gradient-from: #F38D25;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .xl\:hover\:tw-from-brand-blue:hover{
    --tw-gradient-from: #005272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .xl\:hover\:tw-from-brand-blue-dark:hover{
    --tw-gradient-from: #3F83A3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .xl\:hover\:tw-from-brand-blue-light:hover{
    --tw-gradient-from: #4F99BB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .xl\:hover\:tw-from-brand-yellow:hover{
    --tw-gradient-from: #E4B620;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 182, 32, 0));
  }

  .xl\:hover\:tw-from-brand-green:hover{
    --tw-gradient-from: #8DC055;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 192, 85, 0));
  }

  .xl\:hover\:tw-from-brand-pink:hover{
    --tw-gradient-from: #C94578;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 69, 120, 0));
  }

  .xl\:hover\:tw-from-brand-red:hover{
    --tw-gradient-from: #BB0034;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 0, 52, 0));
  }

  .xl\:hover\:tw-from-brand-turquesa:hover{
    --tw-gradient-from: #3cb497;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 180, 151, 0));
  }

  .xl\:hover\:tw-from-gray-lighter:hover{
    --tw-gradient-from: #F5F5F5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .xl\:hover\:tw-from-gray-light:hover{
    --tw-gradient-from: #dadada;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .xl\:hover\:tw-from-gray-dark:hover{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  .xl\:hover\:tw-from-gray-darker:hover{
    --tw-gradient-from: #222222;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .xl\:hover\:tw-from-gray-medium:hover{
    --tw-gradient-from: #767676;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(118, 118, 118, 0));
  }

  .xl\:hover\:tw-from-gray-mid:hover{
    --tw-gradient-from: #939393;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 147, 147, 0));
  }

  .xl\:hover\:tw-from-black:hover{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:tw-from-primary:hover{
    --tw-gradient-from: #E35100;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .xl\:hover\:tw-from-primary-dark:hover{
    --tw-gradient-from: #C04400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .xl\:hover\:tw-from-primary-light:hover{
    --tw-gradient-from: #F38D25;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .xl\:hover\:tw-from-secondary:hover{
    --tw-gradient-from: #005272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .xl\:hover\:tw-from-secondary-dark:hover{
    --tw-gradient-from: #3F83A3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .xl\:hover\:tw-from-secondary-light:hover{
    --tw-gradient-from: #4F99BB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .xl\:hover\:tw-from-white:hover{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:tw-from-hyperlinks:hover{
    --tw-gradient-from: #106AA3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 106, 163, 0));
  }

  .xl\:hover\:tw-from-hyperlinks-visited:hover{
    --tw-gradient-from: #7F1F7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 31, 125, 0));
  }

  .xl\:hover\:tw-from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:tw-via-brand-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E35100, var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .xl\:hover\:tw-via-brand-orange-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #C04400, var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .xl\:hover\:tw-via-brand-orange-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F38D25, var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .xl\:hover\:tw-via-brand-blue:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #005272, var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .xl\:hover\:tw-via-brand-blue-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3F83A3, var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .xl\:hover\:tw-via-brand-blue-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4F99BB, var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .xl\:hover\:tw-via-brand-yellow:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E4B620, var(--tw-gradient-to, rgba(228, 182, 32, 0));
  }

  .xl\:hover\:tw-via-brand-green:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8DC055, var(--tw-gradient-to, rgba(141, 192, 85, 0));
  }

  .xl\:hover\:tw-via-brand-pink:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #C94578, var(--tw-gradient-to, rgba(201, 69, 120, 0));
  }

  .xl\:hover\:tw-via-brand-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #BB0034, var(--tw-gradient-to, rgba(187, 0, 52, 0));
  }

  .xl\:hover\:tw-via-brand-turquesa:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3cb497, var(--tw-gradient-to, rgba(60, 180, 151, 0));
  }

  .xl\:hover\:tw-via-gray-lighter:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F5F5F5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .xl\:hover\:tw-via-gray-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dadada, var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .xl\:hover\:tw-via-gray-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  .xl\:hover\:tw-via-gray-darker:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .xl\:hover\:tw-via-gray-medium:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #767676, var(--tw-gradient-to, rgba(118, 118, 118, 0));
  }

  .xl\:hover\:tw-via-gray-mid:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #939393, var(--tw-gradient-to, rgba(147, 147, 147, 0));
  }

  .xl\:hover\:tw-via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:tw-via-primary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E35100, var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .xl\:hover\:tw-via-primary-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #C04400, var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .xl\:hover\:tw-via-primary-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F38D25, var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .xl\:hover\:tw-via-secondary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #005272, var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .xl\:hover\:tw-via-secondary-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3F83A3, var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .xl\:hover\:tw-via-secondary-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4F99BB, var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .xl\:hover\:tw-via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:tw-via-hyperlinks:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #106AA3, var(--tw-gradient-to, rgba(16, 106, 163, 0));
  }

  .xl\:hover\:tw-via-hyperlinks-visited:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7F1F7D, var(--tw-gradient-to, rgba(127, 31, 125, 0));
  }

  .xl\:hover\:tw-via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:tw-to-brand-orange:hover{
    --tw-gradient-to: #E35100;
  }

  .xl\:hover\:tw-to-brand-orange-dark:hover{
    --tw-gradient-to: #C04400;
  }

  .xl\:hover\:tw-to-brand-orange-light:hover{
    --tw-gradient-to: #F38D25;
  }

  .xl\:hover\:tw-to-brand-blue:hover{
    --tw-gradient-to: #005272;
  }

  .xl\:hover\:tw-to-brand-blue-dark:hover{
    --tw-gradient-to: #3F83A3;
  }

  .xl\:hover\:tw-to-brand-blue-light:hover{
    --tw-gradient-to: #4F99BB;
  }

  .xl\:hover\:tw-to-brand-yellow:hover{
    --tw-gradient-to: #E4B620;
  }

  .xl\:hover\:tw-to-brand-green:hover{
    --tw-gradient-to: #8DC055;
  }

  .xl\:hover\:tw-to-brand-pink:hover{
    --tw-gradient-to: #C94578;
  }

  .xl\:hover\:tw-to-brand-red:hover{
    --tw-gradient-to: #BB0034;
  }

  .xl\:hover\:tw-to-brand-turquesa:hover{
    --tw-gradient-to: #3cb497;
  }

  .xl\:hover\:tw-to-gray-lighter:hover{
    --tw-gradient-to: #F5F5F5;
  }

  .xl\:hover\:tw-to-gray-light:hover{
    --tw-gradient-to: #dadada;
  }

  .xl\:hover\:tw-to-gray-dark:hover{
    --tw-gradient-to: #666666;
  }

  .xl\:hover\:tw-to-gray-darker:hover{
    --tw-gradient-to: #222222;
  }

  .xl\:hover\:tw-to-gray-medium:hover{
    --tw-gradient-to: #767676;
  }

  .xl\:hover\:tw-to-gray-mid:hover{
    --tw-gradient-to: #939393;
  }

  .xl\:hover\:tw-to-black:hover{
    --tw-gradient-to: #000000;
  }

  .xl\:hover\:tw-to-primary:hover{
    --tw-gradient-to: #E35100;
  }

  .xl\:hover\:tw-to-primary-dark:hover{
    --tw-gradient-to: #C04400;
  }

  .xl\:hover\:tw-to-primary-light:hover{
    --tw-gradient-to: #F38D25;
  }

  .xl\:hover\:tw-to-secondary:hover{
    --tw-gradient-to: #005272;
  }

  .xl\:hover\:tw-to-secondary-dark:hover{
    --tw-gradient-to: #3F83A3;
  }

  .xl\:hover\:tw-to-secondary-light:hover{
    --tw-gradient-to: #4F99BB;
  }

  .xl\:hover\:tw-to-white:hover{
    --tw-gradient-to: #FFFFFF;
  }

  .xl\:hover\:tw-to-hyperlinks:hover{
    --tw-gradient-to: #106AA3;
  }

  .xl\:hover\:tw-to-hyperlinks-visited:hover{
    --tw-gradient-to: #7F1F7D;
  }

  .xl\:hover\:tw-to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .xl\:focus\:tw-from-brand-orange:focus{
    --tw-gradient-from: #E35100;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .xl\:focus\:tw-from-brand-orange-dark:focus{
    --tw-gradient-from: #C04400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .xl\:focus\:tw-from-brand-orange-light:focus{
    --tw-gradient-from: #F38D25;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .xl\:focus\:tw-from-brand-blue:focus{
    --tw-gradient-from: #005272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .xl\:focus\:tw-from-brand-blue-dark:focus{
    --tw-gradient-from: #3F83A3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .xl\:focus\:tw-from-brand-blue-light:focus{
    --tw-gradient-from: #4F99BB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .xl\:focus\:tw-from-brand-yellow:focus{
    --tw-gradient-from: #E4B620;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 182, 32, 0));
  }

  .xl\:focus\:tw-from-brand-green:focus{
    --tw-gradient-from: #8DC055;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 192, 85, 0));
  }

  .xl\:focus\:tw-from-brand-pink:focus{
    --tw-gradient-from: #C94578;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 69, 120, 0));
  }

  .xl\:focus\:tw-from-brand-red:focus{
    --tw-gradient-from: #BB0034;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 0, 52, 0));
  }

  .xl\:focus\:tw-from-brand-turquesa:focus{
    --tw-gradient-from: #3cb497;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 180, 151, 0));
  }

  .xl\:focus\:tw-from-gray-lighter:focus{
    --tw-gradient-from: #F5F5F5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .xl\:focus\:tw-from-gray-light:focus{
    --tw-gradient-from: #dadada;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .xl\:focus\:tw-from-gray-dark:focus{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  .xl\:focus\:tw-from-gray-darker:focus{
    --tw-gradient-from: #222222;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .xl\:focus\:tw-from-gray-medium:focus{
    --tw-gradient-from: #767676;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(118, 118, 118, 0));
  }

  .xl\:focus\:tw-from-gray-mid:focus{
    --tw-gradient-from: #939393;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 147, 147, 0));
  }

  .xl\:focus\:tw-from-black:focus{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:tw-from-primary:focus{
    --tw-gradient-from: #E35100;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .xl\:focus\:tw-from-primary-dark:focus{
    --tw-gradient-from: #C04400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .xl\:focus\:tw-from-primary-light:focus{
    --tw-gradient-from: #F38D25;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .xl\:focus\:tw-from-secondary:focus{
    --tw-gradient-from: #005272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .xl\:focus\:tw-from-secondary-dark:focus{
    --tw-gradient-from: #3F83A3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .xl\:focus\:tw-from-secondary-light:focus{
    --tw-gradient-from: #4F99BB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .xl\:focus\:tw-from-white:focus{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:tw-from-hyperlinks:focus{
    --tw-gradient-from: #106AA3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 106, 163, 0));
  }

  .xl\:focus\:tw-from-hyperlinks-visited:focus{
    --tw-gradient-from: #7F1F7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 31, 125, 0));
  }

  .xl\:focus\:tw-from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:tw-via-brand-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E35100, var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .xl\:focus\:tw-via-brand-orange-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #C04400, var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .xl\:focus\:tw-via-brand-orange-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F38D25, var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .xl\:focus\:tw-via-brand-blue:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #005272, var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .xl\:focus\:tw-via-brand-blue-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3F83A3, var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .xl\:focus\:tw-via-brand-blue-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4F99BB, var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .xl\:focus\:tw-via-brand-yellow:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E4B620, var(--tw-gradient-to, rgba(228, 182, 32, 0));
  }

  .xl\:focus\:tw-via-brand-green:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8DC055, var(--tw-gradient-to, rgba(141, 192, 85, 0));
  }

  .xl\:focus\:tw-via-brand-pink:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #C94578, var(--tw-gradient-to, rgba(201, 69, 120, 0));
  }

  .xl\:focus\:tw-via-brand-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #BB0034, var(--tw-gradient-to, rgba(187, 0, 52, 0));
  }

  .xl\:focus\:tw-via-brand-turquesa:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3cb497, var(--tw-gradient-to, rgba(60, 180, 151, 0));
  }

  .xl\:focus\:tw-via-gray-lighter:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F5F5F5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .xl\:focus\:tw-via-gray-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dadada, var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .xl\:focus\:tw-via-gray-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  .xl\:focus\:tw-via-gray-darker:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .xl\:focus\:tw-via-gray-medium:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #767676, var(--tw-gradient-to, rgba(118, 118, 118, 0));
  }

  .xl\:focus\:tw-via-gray-mid:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #939393, var(--tw-gradient-to, rgba(147, 147, 147, 0));
  }

  .xl\:focus\:tw-via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:tw-via-primary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E35100, var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .xl\:focus\:tw-via-primary-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #C04400, var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .xl\:focus\:tw-via-primary-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F38D25, var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .xl\:focus\:tw-via-secondary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #005272, var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .xl\:focus\:tw-via-secondary-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3F83A3, var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .xl\:focus\:tw-via-secondary-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4F99BB, var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .xl\:focus\:tw-via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:tw-via-hyperlinks:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #106AA3, var(--tw-gradient-to, rgba(16, 106, 163, 0));
  }

  .xl\:focus\:tw-via-hyperlinks-visited:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7F1F7D, var(--tw-gradient-to, rgba(127, 31, 125, 0));
  }

  .xl\:focus\:tw-via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:tw-to-brand-orange:focus{
    --tw-gradient-to: #E35100;
  }

  .xl\:focus\:tw-to-brand-orange-dark:focus{
    --tw-gradient-to: #C04400;
  }

  .xl\:focus\:tw-to-brand-orange-light:focus{
    --tw-gradient-to: #F38D25;
  }

  .xl\:focus\:tw-to-brand-blue:focus{
    --tw-gradient-to: #005272;
  }

  .xl\:focus\:tw-to-brand-blue-dark:focus{
    --tw-gradient-to: #3F83A3;
  }

  .xl\:focus\:tw-to-brand-blue-light:focus{
    --tw-gradient-to: #4F99BB;
  }

  .xl\:focus\:tw-to-brand-yellow:focus{
    --tw-gradient-to: #E4B620;
  }

  .xl\:focus\:tw-to-brand-green:focus{
    --tw-gradient-to: #8DC055;
  }

  .xl\:focus\:tw-to-brand-pink:focus{
    --tw-gradient-to: #C94578;
  }

  .xl\:focus\:tw-to-brand-red:focus{
    --tw-gradient-to: #BB0034;
  }

  .xl\:focus\:tw-to-brand-turquesa:focus{
    --tw-gradient-to: #3cb497;
  }

  .xl\:focus\:tw-to-gray-lighter:focus{
    --tw-gradient-to: #F5F5F5;
  }

  .xl\:focus\:tw-to-gray-light:focus{
    --tw-gradient-to: #dadada;
  }

  .xl\:focus\:tw-to-gray-dark:focus{
    --tw-gradient-to: #666666;
  }

  .xl\:focus\:tw-to-gray-darker:focus{
    --tw-gradient-to: #222222;
  }

  .xl\:focus\:tw-to-gray-medium:focus{
    --tw-gradient-to: #767676;
  }

  .xl\:focus\:tw-to-gray-mid:focus{
    --tw-gradient-to: #939393;
  }

  .xl\:focus\:tw-to-black:focus{
    --tw-gradient-to: #000000;
  }

  .xl\:focus\:tw-to-primary:focus{
    --tw-gradient-to: #E35100;
  }

  .xl\:focus\:tw-to-primary-dark:focus{
    --tw-gradient-to: #C04400;
  }

  .xl\:focus\:tw-to-primary-light:focus{
    --tw-gradient-to: #F38D25;
  }

  .xl\:focus\:tw-to-secondary:focus{
    --tw-gradient-to: #005272;
  }

  .xl\:focus\:tw-to-secondary-dark:focus{
    --tw-gradient-to: #3F83A3;
  }

  .xl\:focus\:tw-to-secondary-light:focus{
    --tw-gradient-to: #4F99BB;
  }

  .xl\:focus\:tw-to-white:focus{
    --tw-gradient-to: #FFFFFF;
  }

  .xl\:focus\:tw-to-hyperlinks:focus{
    --tw-gradient-to: #106AA3;
  }

  .xl\:focus\:tw-to-hyperlinks-visited:focus{
    --tw-gradient-to: #7F1F7D;
  }

  .xl\:focus\:tw-to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .xl\:tw-bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .xl\:tw-bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .xl\:tw-bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .xl\:tw-bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .xl\:tw-bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .xl\:tw-bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .xl\:tw-bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .xl\:tw-bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .xl\:tw-bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .xl\:tw-bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .xl\:tw-bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .xl\:tw-bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .xl\:tw-bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .xl\:tw-bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .xl\:tw-bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .xl\:focus-within\:tw-bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  .xl\:focus-within\:tw-bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05;
  }

  .xl\:focus-within\:tw-bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1;
  }

  .xl\:focus-within\:tw-bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2;
  }

  .xl\:focus-within\:tw-bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  .xl\:focus-within\:tw-bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3;
  }

  .xl\:focus-within\:tw-bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  .xl\:focus-within\:tw-bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  .xl\:focus-within\:tw-bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6;
  }

  .xl\:focus-within\:tw-bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7;
  }

  .xl\:focus-within\:tw-bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  .xl\:focus-within\:tw-bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8;
  }

  .xl\:focus-within\:tw-bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9;
  }

  .xl\:focus-within\:tw-bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95;
  }

  .xl\:focus-within\:tw-bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  .xl\:hover\:tw-bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  .xl\:hover\:tw-bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }

  .xl\:hover\:tw-bg-opacity-10:hover{
    --tw-bg-opacity: 0.1;
  }

  .xl\:hover\:tw-bg-opacity-20:hover{
    --tw-bg-opacity: 0.2;
  }

  .xl\:hover\:tw-bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  .xl\:hover\:tw-bg-opacity-30:hover{
    --tw-bg-opacity: 0.3;
  }

  .xl\:hover\:tw-bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  .xl\:hover\:tw-bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  .xl\:hover\:tw-bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }

  .xl\:hover\:tw-bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }

  .xl\:hover\:tw-bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  .xl\:hover\:tw-bg-opacity-80:hover{
    --tw-bg-opacity: 0.8;
  }

  .xl\:hover\:tw-bg-opacity-90:hover{
    --tw-bg-opacity: 0.9;
  }

  .xl\:hover\:tw-bg-opacity-95:hover{
    --tw-bg-opacity: 0.95;
  }

  .xl\:hover\:tw-bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  .xl\:focus\:tw-bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  .xl\:focus\:tw-bg-opacity-5:focus{
    --tw-bg-opacity: 0.05;
  }

  .xl\:focus\:tw-bg-opacity-10:focus{
    --tw-bg-opacity: 0.1;
  }

  .xl\:focus\:tw-bg-opacity-20:focus{
    --tw-bg-opacity: 0.2;
  }

  .xl\:focus\:tw-bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  .xl\:focus\:tw-bg-opacity-30:focus{
    --tw-bg-opacity: 0.3;
  }

  .xl\:focus\:tw-bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  .xl\:focus\:tw-bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  .xl\:focus\:tw-bg-opacity-60:focus{
    --tw-bg-opacity: 0.6;
  }

  .xl\:focus\:tw-bg-opacity-70:focus{
    --tw-bg-opacity: 0.7;
  }

  .xl\:focus\:tw-bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  .xl\:focus\:tw-bg-opacity-80:focus{
    --tw-bg-opacity: 0.8;
  }

  .xl\:focus\:tw-bg-opacity-90:focus{
    --tw-bg-opacity: 0.9;
  }

  .xl\:focus\:tw-bg-opacity-95:focus{
    --tw-bg-opacity: 0.95;
  }

  .xl\:focus\:tw-bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  .xl\:tw-bg-bottom{
    background-position: bottom;
  }

  .xl\:tw-bg-center{
    background-position: center;
  }

  .xl\:tw-bg-left{
    background-position: left;
  }

  .xl\:tw-bg-left-bottom{
    background-position: left bottom;
  }

  .xl\:tw-bg-left-top{
    background-position: left top;
  }

  .xl\:tw-bg-right{
    background-position: right;
  }

  .xl\:tw-bg-right-bottom{
    background-position: right bottom;
  }

  .xl\:tw-bg-right-top{
    background-position: right top;
  }

  .xl\:tw-bg-top{
    background-position: top;
  }

  .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-bg-repeat-round{
    background-repeat: round;
  }

  .xl\:tw-bg-repeat-space{
    background-repeat: space;
  }

  .xl\:tw-bg-auto{
    background-size: auto;
  }

  .xl\:tw-bg-cover{
    background-size: cover;
  }

  .xl\:tw-bg-contain{
    background-size: contain;
  }

  .xl\:tw-border-collapse{
    border-collapse: collapse;
  }

  .xl\:tw-border-separate{
    border-collapse: separate;
  }

  .xl\:tw-border-brand-orange{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .xl\:tw-border-brand-orange-dark{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .xl\:tw-border-brand-orange-light{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .xl\:tw-border-brand-blue{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .xl\:tw-border-brand-blue-dark{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .xl\:tw-border-brand-blue-light{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .xl\:tw-border-brand-yellow{
    --tw-border-opacity: 1;
    border-color: rgba(228, 182, 32, var(--tw-border-opacity));
  }

  .xl\:tw-border-brand-green{
    --tw-border-opacity: 1;
    border-color: rgba(141, 192, 85, var(--tw-border-opacity));
  }

  .xl\:tw-border-brand-pink{
    --tw-border-opacity: 1;
    border-color: rgba(201, 69, 120, var(--tw-border-opacity));
  }

  .xl\:tw-border-brand-red{
    --tw-border-opacity: 1;
    border-color: rgba(187, 0, 52, var(--tw-border-opacity));
  }

  .xl\:tw-border-brand-turquesa{
    --tw-border-opacity: 1;
    border-color: rgba(60, 180, 151, var(--tw-border-opacity));
  }

  .xl\:tw-border-gray-lighter{
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .xl\:tw-border-gray-light{
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .xl\:tw-border-gray-dark{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  .xl\:tw-border-gray-darker{
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .xl\:tw-border-gray-medium{
    --tw-border-opacity: 1;
    border-color: rgba(118, 118, 118, var(--tw-border-opacity));
  }

  .xl\:tw-border-gray-mid{
    --tw-border-opacity: 1;
    border-color: rgba(147, 147, 147, var(--tw-border-opacity));
  }

  .xl\:tw-border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:tw-border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .xl\:tw-border-primary-dark{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .xl\:tw-border-primary-light{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .xl\:tw-border-secondary{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .xl\:tw-border-secondary-dark{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .xl\:tw-border-secondary-light{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .xl\:tw-border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:tw-border-hyperlinks{
    --tw-border-opacity: 1;
    border-color: rgba(16, 106, 163, var(--tw-border-opacity));
  }

  .xl\:tw-border-hyperlinks-visited{
    --tw-border-opacity: 1;
    border-color: rgba(127, 31, 125, var(--tw-border-opacity));
  }

  .xl\:tw-border-transparent{
    border-color: transparent;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-brand-orange{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-border-brand-orange-dark{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-border-brand-orange-light{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-border-brand-blue{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-border-brand-blue-dark{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-border-brand-blue-light{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-border-brand-yellow{
    --tw-border-opacity: 1;
    border-color: rgba(228, 182, 32, var(--tw-border-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-border-brand-green{
    --tw-border-opacity: 1;
    border-color: rgba(141, 192, 85, var(--tw-border-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-border-brand-pink{
    --tw-border-opacity: 1;
    border-color: rgba(201, 69, 120, var(--tw-border-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-border-brand-red{
    --tw-border-opacity: 1;
    border-color: rgba(187, 0, 52, var(--tw-border-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-border-brand-turquesa{
    --tw-border-opacity: 1;
    border-color: rgba(60, 180, 151, var(--tw-border-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-border-gray-lighter{
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-border-gray-light{
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-border-gray-dark{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-border-gray-darker{
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-border-gray-medium{
    --tw-border-opacity: 1;
    border-color: rgba(118, 118, 118, var(--tw-border-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-border-gray-mid{
    --tw-border-opacity: 1;
    border-color: rgba(147, 147, 147, var(--tw-border-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-border-primary-dark{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-border-primary-light{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-border-secondary{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-border-secondary-dark{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-border-secondary-light{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-border-hyperlinks{
    --tw-border-opacity: 1;
    border-color: rgba(16, 106, 163, var(--tw-border-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-border-hyperlinks-visited{
    --tw-border-opacity: 1;
    border-color: rgba(127, 31, 125, var(--tw-border-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-border-transparent{
    border-color: transparent;
  }

  .xl\:focus-within\:tw-border-brand-orange:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .xl\:focus-within\:tw-border-brand-orange-dark:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .xl\:focus-within\:tw-border-brand-orange-light:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .xl\:focus-within\:tw-border-brand-blue:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .xl\:focus-within\:tw-border-brand-blue-dark:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .xl\:focus-within\:tw-border-brand-blue-light:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .xl\:focus-within\:tw-border-brand-yellow:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(228, 182, 32, var(--tw-border-opacity));
  }

  .xl\:focus-within\:tw-border-brand-green:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(141, 192, 85, var(--tw-border-opacity));
  }

  .xl\:focus-within\:tw-border-brand-pink:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(201, 69, 120, var(--tw-border-opacity));
  }

  .xl\:focus-within\:tw-border-brand-red:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(187, 0, 52, var(--tw-border-opacity));
  }

  .xl\:focus-within\:tw-border-brand-turquesa:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(60, 180, 151, var(--tw-border-opacity));
  }

  .xl\:focus-within\:tw-border-gray-lighter:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .xl\:focus-within\:tw-border-gray-light:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .xl\:focus-within\:tw-border-gray-dark:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  .xl\:focus-within\:tw-border-gray-darker:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .xl\:focus-within\:tw-border-gray-medium:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(118, 118, 118, var(--tw-border-opacity));
  }

  .xl\:focus-within\:tw-border-gray-mid:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(147, 147, 147, var(--tw-border-opacity));
  }

  .xl\:focus-within\:tw-border-black:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:focus-within\:tw-border-primary:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .xl\:focus-within\:tw-border-primary-dark:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .xl\:focus-within\:tw-border-primary-light:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .xl\:focus-within\:tw-border-secondary:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .xl\:focus-within\:tw-border-secondary-dark:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .xl\:focus-within\:tw-border-secondary-light:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .xl\:focus-within\:tw-border-white:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:tw-border-hyperlinks:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(16, 106, 163, var(--tw-border-opacity));
  }

  .xl\:focus-within\:tw-border-hyperlinks-visited:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(127, 31, 125, var(--tw-border-opacity));
  }

  .xl\:focus-within\:tw-border-transparent:focus-within{
    border-color: transparent;
  }

  .xl\:hover\:tw-border-brand-orange:hover{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .xl\:hover\:tw-border-brand-orange-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .xl\:hover\:tw-border-brand-orange-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .xl\:hover\:tw-border-brand-blue:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .xl\:hover\:tw-border-brand-blue-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .xl\:hover\:tw-border-brand-blue-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .xl\:hover\:tw-border-brand-yellow:hover{
    --tw-border-opacity: 1;
    border-color: rgba(228, 182, 32, var(--tw-border-opacity));
  }

  .xl\:hover\:tw-border-brand-green:hover{
    --tw-border-opacity: 1;
    border-color: rgba(141, 192, 85, var(--tw-border-opacity));
  }

  .xl\:hover\:tw-border-brand-pink:hover{
    --tw-border-opacity: 1;
    border-color: rgba(201, 69, 120, var(--tw-border-opacity));
  }

  .xl\:hover\:tw-border-brand-red:hover{
    --tw-border-opacity: 1;
    border-color: rgba(187, 0, 52, var(--tw-border-opacity));
  }

  .xl\:hover\:tw-border-brand-turquesa:hover{
    --tw-border-opacity: 1;
    border-color: rgba(60, 180, 151, var(--tw-border-opacity));
  }

  .xl\:hover\:tw-border-gray-lighter:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .xl\:hover\:tw-border-gray-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .xl\:hover\:tw-border-gray-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  .xl\:hover\:tw-border-gray-darker:hover{
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .xl\:hover\:tw-border-gray-medium:hover{
    --tw-border-opacity: 1;
    border-color: rgba(118, 118, 118, var(--tw-border-opacity));
  }

  .xl\:hover\:tw-border-gray-mid:hover{
    --tw-border-opacity: 1;
    border-color: rgba(147, 147, 147, var(--tw-border-opacity));
  }

  .xl\:hover\:tw-border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:hover\:tw-border-primary:hover{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .xl\:hover\:tw-border-primary-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .xl\:hover\:tw-border-primary-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .xl\:hover\:tw-border-secondary:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .xl\:hover\:tw-border-secondary-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .xl\:hover\:tw-border-secondary-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .xl\:hover\:tw-border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:tw-border-hyperlinks:hover{
    --tw-border-opacity: 1;
    border-color: rgba(16, 106, 163, var(--tw-border-opacity));
  }

  .xl\:hover\:tw-border-hyperlinks-visited:hover{
    --tw-border-opacity: 1;
    border-color: rgba(127, 31, 125, var(--tw-border-opacity));
  }

  .xl\:hover\:tw-border-transparent:hover{
    border-color: transparent;
  }

  .xl\:focus\:tw-border-brand-orange:focus{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .xl\:focus\:tw-border-brand-orange-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .xl\:focus\:tw-border-brand-orange-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .xl\:focus\:tw-border-brand-blue:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .xl\:focus\:tw-border-brand-blue-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .xl\:focus\:tw-border-brand-blue-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .xl\:focus\:tw-border-brand-yellow:focus{
    --tw-border-opacity: 1;
    border-color: rgba(228, 182, 32, var(--tw-border-opacity));
  }

  .xl\:focus\:tw-border-brand-green:focus{
    --tw-border-opacity: 1;
    border-color: rgba(141, 192, 85, var(--tw-border-opacity));
  }

  .xl\:focus\:tw-border-brand-pink:focus{
    --tw-border-opacity: 1;
    border-color: rgba(201, 69, 120, var(--tw-border-opacity));
  }

  .xl\:focus\:tw-border-brand-red:focus{
    --tw-border-opacity: 1;
    border-color: rgba(187, 0, 52, var(--tw-border-opacity));
  }

  .xl\:focus\:tw-border-brand-turquesa:focus{
    --tw-border-opacity: 1;
    border-color: rgba(60, 180, 151, var(--tw-border-opacity));
  }

  .xl\:focus\:tw-border-gray-lighter:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .xl\:focus\:tw-border-gray-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .xl\:focus\:tw-border-gray-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  .xl\:focus\:tw-border-gray-darker:focus{
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .xl\:focus\:tw-border-gray-medium:focus{
    --tw-border-opacity: 1;
    border-color: rgba(118, 118, 118, var(--tw-border-opacity));
  }

  .xl\:focus\:tw-border-gray-mid:focus{
    --tw-border-opacity: 1;
    border-color: rgba(147, 147, 147, var(--tw-border-opacity));
  }

  .xl\:focus\:tw-border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:focus\:tw-border-primary:focus{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .xl\:focus\:tw-border-primary-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .xl\:focus\:tw-border-primary-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .xl\:focus\:tw-border-secondary:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .xl\:focus\:tw-border-secondary-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .xl\:focus\:tw-border-secondary-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .xl\:focus\:tw-border-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:tw-border-hyperlinks:focus{
    --tw-border-opacity: 1;
    border-color: rgba(16, 106, 163, var(--tw-border-opacity));
  }

  .xl\:focus\:tw-border-hyperlinks-visited:focus{
    --tw-border-opacity: 1;
    border-color: rgba(127, 31, 125, var(--tw-border-opacity));
  }

  .xl\:focus\:tw-border-transparent:focus{
    border-color: transparent;
  }

  .xl\:tw-border-opacity-0{
    --tw-border-opacity: 0;
  }

  .xl\:tw-border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .xl\:tw-border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .xl\:tw-border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .xl\:tw-border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .xl\:tw-border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .xl\:tw-border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .xl\:tw-border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .xl\:tw-border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .xl\:tw-border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .xl\:tw-border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .xl\:tw-border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .xl\:tw-border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .xl\:tw-border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .xl\:tw-border-opacity-100{
    --tw-border-opacity: 1;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-0{
    --tw-border-opacity: 0;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-100{
    --tw-border-opacity: 1;
  }

  .xl\:focus-within\:tw-border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .xl\:focus-within\:tw-border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  .xl\:focus-within\:tw-border-opacity-10:focus-within{
    --tw-border-opacity: 0.1;
  }

  .xl\:focus-within\:tw-border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  .xl\:focus-within\:tw-border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .xl\:focus-within\:tw-border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  .xl\:focus-within\:tw-border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  .xl\:focus-within\:tw-border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  .xl\:focus-within\:tw-border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  .xl\:focus-within\:tw-border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  .xl\:focus-within\:tw-border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .xl\:focus-within\:tw-border-opacity-80:focus-within{
    --tw-border-opacity: 0.8;
  }

  .xl\:focus-within\:tw-border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  .xl\:focus-within\:tw-border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  .xl\:focus-within\:tw-border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .xl\:hover\:tw-border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .xl\:hover\:tw-border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  .xl\:hover\:tw-border-opacity-10:hover{
    --tw-border-opacity: 0.1;
  }

  .xl\:hover\:tw-border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  .xl\:hover\:tw-border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .xl\:hover\:tw-border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  .xl\:hover\:tw-border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  .xl\:hover\:tw-border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  .xl\:hover\:tw-border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  .xl\:hover\:tw-border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  .xl\:hover\:tw-border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .xl\:hover\:tw-border-opacity-80:hover{
    --tw-border-opacity: 0.8;
  }

  .xl\:hover\:tw-border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  .xl\:hover\:tw-border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  .xl\:hover\:tw-border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .xl\:focus\:tw-border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .xl\:focus\:tw-border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  .xl\:focus\:tw-border-opacity-10:focus{
    --tw-border-opacity: 0.1;
  }

  .xl\:focus\:tw-border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  .xl\:focus\:tw-border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .xl\:focus\:tw-border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  .xl\:focus\:tw-border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  .xl\:focus\:tw-border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  .xl\:focus\:tw-border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  .xl\:focus\:tw-border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  .xl\:focus\:tw-border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .xl\:focus\:tw-border-opacity-80:focus{
    --tw-border-opacity: 0.8;
  }

  .xl\:focus\:tw-border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  .xl\:focus\:tw-border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  .xl\:focus\:tw-border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  .xl\:tw-rounded-none{
    border-radius: 0px;
  }

  .xl\:tw-rounded-sm{
    border-radius: 0.125rem;
  }

  .xl\:tw-rounded{
    border-radius: 0.25rem;
  }

  .xl\:tw-rounded-md{
    border-radius: 0.375rem;
  }

  .xl\:tw-rounded-lg{
    border-radius: 0.5rem;
  }

  .xl\:tw-rounded-xl{
    border-radius: 0.625rem;
  }

  .xl\:tw-rounded-2xl{
    border-radius: 1rem;
  }

  .xl\:tw-rounded-3xl{
    border-radius: 1.5rem;
  }

  .xl\:tw-rounded-full{
    border-radius: 9999px;
  }

  .xl\:tw-rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .xl\:tw-rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .xl\:tw-rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xl\:tw-rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xl\:tw-rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xl\:tw-rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:tw-rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:tw-rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:tw-rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl\:tw-rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:tw-rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:tw-rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:tw-rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xl\:tw-rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:tw-rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:tw-rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:tw-rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl\:tw-rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:tw-rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:tw-rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:tw-rounded-t-xl{
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
  }

  .xl\:tw-rounded-r-xl{
    border-top-right-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
  }

  .xl\:tw-rounded-b-xl{
    border-bottom-right-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem;
  }

  .xl\:tw-rounded-l-xl{
    border-top-left-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem;
  }

  .xl\:tw-rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .xl\:tw-rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .xl\:tw-rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl\:tw-rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl\:tw-rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .xl\:tw-rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .xl\:tw-rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:tw-rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.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: 0px;
  }

  .xl\:tw-rounded-tr-none{
    border-top-right-radius: 0px;
  }

  .xl\:tw-rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  .xl\:tw-rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  .xl\:tw-rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .xl\:tw-rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .xl\:tw-rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:tw-rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:tw-rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .xl\:tw-rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .xl\:tw-rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:tw-rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:tw-rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .xl\:tw-rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .xl\:tw-rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:tw-rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:tw-rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .xl\:tw-rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .xl\:tw-rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:tw-rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:tw-rounded-tl-xl{
    border-top-left-radius: 0.625rem;
  }

  .xl\:tw-rounded-tr-xl{
    border-top-right-radius: 0.625rem;
  }

  .xl\:tw-rounded-br-xl{
    border-bottom-right-radius: 0.625rem;
  }

  .xl\:tw-rounded-bl-xl{
    border-bottom-left-radius: 0.625rem;
  }

  .xl\:tw-rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  .xl\:tw-rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  .xl\:tw-rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  .xl\:tw-rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  .xl\:tw-rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  .xl\:tw-rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  .xl\:tw-rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  .xl\:tw-rounded-bl-3xl{
    border-bottom-left-radius: 1.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-double{
    border-style: double;
  }

  .xl\:tw-border-none{
    border-style: none;
  }

  .xl\:tw-border-0{
    border-width: 0px;
  }

  .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: 0px;
  }

  .xl\:tw-border-r-0{
    border-right-width: 0px;
  }

  .xl\:tw-border-b-0{
    border-bottom-width: 0px;
  }

  .xl\:tw-border-l-0{
    border-left-width: 0px;
  }

  .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\:hover\:tw-border-0:hover{
    border-width: 0px;
  }

  .xl\:hover\:tw-border-2:hover{
    border-width: 2px;
  }

  .xl\:hover\:tw-border-4:hover{
    border-width: 4px;
  }

  .xl\:hover\:tw-border-8:hover{
    border-width: 8px;
  }

  .xl\:hover\:tw-border:hover{
    border-width: 1px;
  }

  .xl\:hover\:tw-border-t-0:hover{
    border-top-width: 0px;
  }

  .xl\:hover\:tw-border-r-0:hover{
    border-right-width: 0px;
  }

  .xl\:hover\:tw-border-b-0:hover{
    border-bottom-width: 0px;
  }

  .xl\:hover\:tw-border-l-0:hover{
    border-left-width: 0px;
  }

  .xl\:hover\:tw-border-t-2:hover{
    border-top-width: 2px;
  }

  .xl\:hover\:tw-border-r-2:hover{
    border-right-width: 2px;
  }

  .xl\:hover\:tw-border-b-2:hover{
    border-bottom-width: 2px;
  }

  .xl\:hover\:tw-border-l-2:hover{
    border-left-width: 2px;
  }

  .xl\:hover\:tw-border-t-4:hover{
    border-top-width: 4px;
  }

  .xl\:hover\:tw-border-r-4:hover{
    border-right-width: 4px;
  }

  .xl\:hover\:tw-border-b-4:hover{
    border-bottom-width: 4px;
  }

  .xl\:hover\:tw-border-l-4:hover{
    border-left-width: 4px;
  }

  .xl\:hover\:tw-border-t-8:hover{
    border-top-width: 8px;
  }

  .xl\:hover\:tw-border-r-8:hover{
    border-right-width: 8px;
  }

  .xl\:hover\:tw-border-b-8:hover{
    border-bottom-width: 8px;
  }

  .xl\:hover\:tw-border-l-8:hover{
    border-left-width: 8px;
  }

  .xl\:hover\:tw-border-t:hover{
    border-top-width: 1px;
  }

  .xl\:hover\:tw-border-r:hover{
    border-right-width: 1px;
  }

  .xl\:hover\:tw-border-b:hover{
    border-bottom-width: 1px;
  }

  .xl\:hover\:tw-border-l:hover{
    border-left-width: 1px;
  }

  .xl\:tw-box-border{
    box-sizing: border-box;
  }

  .xl\:tw-box-content{
    box-sizing: content-box;
  }

  .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-text{
    cursor: text;
  }

  .xl\:tw-cursor-move{
    cursor: move;
  }

  .xl\:tw-cursor-help{
    cursor: help;
  }

  .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-caption{
    display: table-caption;
  }

  .xl\:tw-table-cell{
    display: table-cell;
  }

  .xl\:tw-table-column{
    display: table-column;
  }

  .xl\:tw-table-column-group{
    display: table-column-group;
  }

  .xl\:tw-table-footer-group{
    display: table-footer-group;
  }

  .xl\:tw-table-header-group{
    display: table-header-group;
  }

  .xl\:tw-table-row-group{
    display: table-row-group;
  }

  .xl\:tw-table-row{
    display: table-row;
  }

  .xl\:tw-flow-root{
    display: flow-root;
  }

  .xl\:tw-grid{
    display: grid;
  }

  .xl\:tw-inline-grid{
    display: inline-grid;
  }

  .xl\:tw-contents{
    display: contents;
  }

  .xl\:tw-hidden{
    display: none;
  }

  .xl\:first\:tw-block:first-child{
    display: block;
  }

  .xl\:first\:tw-inline-block:first-child{
    display: inline-block;
  }

  .xl\:first\:tw-inline:first-child{
    display: inline;
  }

  .xl\:first\:tw-flex:first-child{
    display: flex;
  }

  .xl\:first\:tw-inline-flex:first-child{
    display: inline-flex;
  }

  .xl\:first\:tw-table:first-child{
    display: table;
  }

  .xl\:first\:tw-table-caption:first-child{
    display: table-caption;
  }

  .xl\:first\:tw-table-cell:first-child{
    display: table-cell;
  }

  .xl\:first\:tw-table-column:first-child{
    display: table-column;
  }

  .xl\:first\:tw-table-column-group:first-child{
    display: table-column-group;
  }

  .xl\:first\:tw-table-footer-group:first-child{
    display: table-footer-group;
  }

  .xl\:first\:tw-table-header-group:first-child{
    display: table-header-group;
  }

  .xl\:first\:tw-table-row-group:first-child{
    display: table-row-group;
  }

  .xl\:first\:tw-table-row:first-child{
    display: table-row;
  }

  .xl\:first\:tw-flow-root:first-child{
    display: flow-root;
  }

  .xl\:first\:tw-grid:first-child{
    display: grid;
  }

  .xl\:first\:tw-inline-grid:first-child{
    display: inline-grid;
  }

  .xl\:first\:tw-contents:first-child{
    display: contents;
  }

  .xl\:first\:tw-hidden:first-child{
    display: none;
  }

  .xl\:last\:tw-block:last-child{
    display: block;
  }

  .xl\:last\:tw-inline-block:last-child{
    display: inline-block;
  }

  .xl\:last\:tw-inline:last-child{
    display: inline;
  }

  .xl\:last\:tw-flex:last-child{
    display: flex;
  }

  .xl\:last\:tw-inline-flex:last-child{
    display: inline-flex;
  }

  .xl\:last\:tw-table:last-child{
    display: table;
  }

  .xl\:last\:tw-table-caption:last-child{
    display: table-caption;
  }

  .xl\:last\:tw-table-cell:last-child{
    display: table-cell;
  }

  .xl\:last\:tw-table-column:last-child{
    display: table-column;
  }

  .xl\:last\:tw-table-column-group:last-child{
    display: table-column-group;
  }

  .xl\:last\:tw-table-footer-group:last-child{
    display: table-footer-group;
  }

  .xl\:last\:tw-table-header-group:last-child{
    display: table-header-group;
  }

  .xl\:last\:tw-table-row-group:last-child{
    display: table-row-group;
  }

  .xl\:last\:tw-table-row:last-child{
    display: table-row;
  }

  .xl\:last\:tw-flow-root:last-child{
    display: flow-root;
  }

  .xl\:last\:tw-grid:last-child{
    display: grid;
  }

  .xl\:last\:tw-inline-grid:last-child{
    display: inline-grid;
  }

  .xl\:last\:tw-contents:last-child{
    display: contents;
  }

  .xl\:last\:tw-hidden:last-child{
    display: none;
  }

  .tw-group:hover .xl\:group-hover\:tw-block{
    display: block;
  }

  .tw-group:hover .xl\:group-hover\:tw-inline-block{
    display: inline-block;
  }

  .tw-group:hover .xl\:group-hover\:tw-inline{
    display: inline;
  }

  .tw-group:hover .xl\:group-hover\:tw-flex{
    display: flex;
  }

  .tw-group:hover .xl\:group-hover\:tw-inline-flex{
    display: inline-flex;
  }

  .tw-group:hover .xl\:group-hover\:tw-table{
    display: table;
  }

  .tw-group:hover .xl\:group-hover\:tw-table-caption{
    display: table-caption;
  }

  .tw-group:hover .xl\:group-hover\:tw-table-cell{
    display: table-cell;
  }

  .tw-group:hover .xl\:group-hover\:tw-table-column{
    display: table-column;
  }

  .tw-group:hover .xl\:group-hover\:tw-table-column-group{
    display: table-column-group;
  }

  .tw-group:hover .xl\:group-hover\:tw-table-footer-group{
    display: table-footer-group;
  }

  .tw-group:hover .xl\:group-hover\:tw-table-header-group{
    display: table-header-group;
  }

  .tw-group:hover .xl\:group-hover\:tw-table-row-group{
    display: table-row-group;
  }

  .tw-group:hover .xl\:group-hover\:tw-table-row{
    display: table-row;
  }

  .tw-group:hover .xl\:group-hover\:tw-flow-root{
    display: flow-root;
  }

  .tw-group:hover .xl\:group-hover\:tw-grid{
    display: grid;
  }

  .tw-group:hover .xl\:group-hover\:tw-inline-grid{
    display: inline-grid;
  }

  .tw-group:hover .xl\:group-hover\:tw-contents{
    display: contents;
  }

  .tw-group:hover .xl\:group-hover\:tw-hidden{
    display: none;
  }

  .xl\:hover\:tw-block:hover{
    display: block;
  }

  .xl\:hover\:tw-inline-block:hover{
    display: inline-block;
  }

  .xl\:hover\:tw-inline:hover{
    display: inline;
  }

  .xl\:hover\:tw-flex:hover{
    display: flex;
  }

  .xl\:hover\:tw-inline-flex:hover{
    display: inline-flex;
  }

  .xl\:hover\:tw-table:hover{
    display: table;
  }

  .xl\:hover\:tw-table-caption:hover{
    display: table-caption;
  }

  .xl\:hover\:tw-table-cell:hover{
    display: table-cell;
  }

  .xl\:hover\:tw-table-column:hover{
    display: table-column;
  }

  .xl\:hover\:tw-table-column-group:hover{
    display: table-column-group;
  }

  .xl\:hover\:tw-table-footer-group:hover{
    display: table-footer-group;
  }

  .xl\:hover\:tw-table-header-group:hover{
    display: table-header-group;
  }

  .xl\:hover\:tw-table-row-group:hover{
    display: table-row-group;
  }

  .xl\:hover\:tw-table-row:hover{
    display: table-row;
  }

  .xl\:hover\:tw-flow-root:hover{
    display: flow-root;
  }

  .xl\:hover\:tw-grid:hover{
    display: grid;
  }

  .xl\:hover\:tw-inline-grid:hover{
    display: inline-grid;
  }

  .xl\:hover\:tw-contents:hover{
    display: contents;
  }

  .xl\:hover\:tw-hidden:hover{
    display: none;
  }

  .xl\:focus\:tw-block:focus{
    display: block;
  }

  .xl\:focus\:tw-inline-block:focus{
    display: inline-block;
  }

  .xl\:focus\:tw-inline:focus{
    display: inline;
  }

  .xl\:focus\:tw-flex:focus{
    display: flex;
  }

  .xl\:focus\:tw-inline-flex:focus{
    display: inline-flex;
  }

  .xl\:focus\:tw-table:focus{
    display: table;
  }

  .xl\:focus\:tw-table-caption:focus{
    display: table-caption;
  }

  .xl\:focus\:tw-table-cell:focus{
    display: table-cell;
  }

  .xl\:focus\:tw-table-column:focus{
    display: table-column;
  }

  .xl\:focus\:tw-table-column-group:focus{
    display: table-column-group;
  }

  .xl\:focus\:tw-table-footer-group:focus{
    display: table-footer-group;
  }

  .xl\:focus\:tw-table-header-group:focus{
    display: table-header-group;
  }

  .xl\:focus\:tw-table-row-group:focus{
    display: table-row-group;
  }

  .xl\:focus\:tw-table-row:focus{
    display: table-row;
  }

  .xl\:focus\:tw-flow-root:focus{
    display: flow-root;
  }

  .xl\:focus\:tw-grid:focus{
    display: grid;
  }

  .xl\:focus\:tw-inline-grid:focus{
    display: inline-grid;
  }

  .xl\:focus\:tw-contents:focus{
    display: contents;
  }

  .xl\:focus\:tw-hidden:focus{
    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-nowrap{
    flex-wrap: nowrap;
  }

  .xl\:tw-place-items-auto{
    place-items: auto;
  }

  .xl\:tw-place-items-start{
    place-items: start;
  }

  .xl\:tw-place-items-end{
    place-items: end;
  }

  .xl\:tw-place-items-center{
    place-items: center;
  }

  .xl\:tw-place-items-stretch{
    place-items: stretch;
  }

  .xl\:tw-place-content-center{
    place-content: center;
  }

  .xl\:tw-place-content-start{
    place-content: start;
  }

  .xl\:tw-place-content-end{
    place-content: end;
  }

  .xl\:tw-place-content-between{
    place-content: space-between;
  }

  .xl\:tw-place-content-around{
    place-content: space-around;
  }

  .xl\:tw-place-content-evenly{
    place-content: space-evenly;
  }

  .xl\:tw-place-content-stretch{
    place-content: stretch;
  }

  .xl\:tw-place-self-auto{
    place-self: auto;
  }

  .xl\:tw-place-self-start{
    place-self: start;
  }

  .xl\:tw-place-self-end{
    place-self: end;
  }

  .xl\:tw-place-self-center{
    place-self: center;
  }

  .xl\:tw-place-self-stretch{
    place-self: stretch;
  }

  .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-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-content-evenly{
    align-content: space-evenly;
  }

  .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-items-auto{
    justify-items: auto;
  }

  .xl\:tw-justify-items-start{
    justify-items: start;
  }

  .xl\:tw-justify-items-end{
    justify-items: end;
  }

  .xl\:tw-justify-items-center{
    justify-items: center;
  }

  .xl\:tw-justify-items-stretch{
    justify-items: 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-justify-evenly{
    justify-content: space-evenly;
  }

  .xl\:tw-justify-self-auto{
    justify-self: auto;
  }

  .xl\:tw-justify-self-start{
    justify-self: start;
  }

  .xl\:tw-justify-self-end{
    justify-self: end;
  }

  .xl\:tw-justify-self-center{
    justify-self: center;
  }

  .xl\:tw-justify-self-stretch{
    justify-self: stretch;
  }

  .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-order-1{
    order: 1;
  }

  .xl\:tw-order-2{
    order: 2;
  }

  .xl\:tw-order-3{
    order: 3;
  }

  .xl\:tw-order-4{
    order: 4;
  }

  .xl\:tw-order-5{
    order: 5;
  }

  .xl\:tw-order-6{
    order: 6;
  }

  .xl\:tw-order-7{
    order: 7;
  }

  .xl\:tw-order-8{
    order: 8;
  }

  .xl\:tw-order-9{
    order: 9;
  }

  .xl\:tw-order-10{
    order: 10;
  }

  .xl\:tw-order-11{
    order: 11;
  }

  .xl\:tw-order-12{
    order: 12;
  }

  .xl\:tw-order-first{
    order: -9999;
  }

  .xl\:tw-order-last{
    order: 9999;
  }

  .xl\:tw-order-none{
    order: 0;
  }

  .xl\:tw-float-right{
    float: right;
  }

  .xl\:tw-float-left{
    float: left;
  }

  .xl\:tw-float-none{
    float: none;
  }

  .xl\:tw-clear-left{
    clear: left;
  }

  .xl\:tw-clear-right{
    clear: right;
  }

  .xl\:tw-clear-both{
    clear: both;
  }

  .xl\:tw-clear-none{
    clear: none;
  }

  .xl\:tw-font-sans{
    font-family: "Noto Sans", sans-serif;
  }

  .xl\:tw-font-serif{
    font-family: Georgia, Cambria;
  }

  .xl\:tw-font-mono{
    font-family: monospace;
  }

  .xl\:tw-font-thin{
    font-weight: 100;
  }

  .xl\:tw-font-extralight{
    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;
  }

  .tw-group:hover .xl\:group-hover\:tw-font-thin{
    font-weight: 100;
  }

  .tw-group:hover .xl\:group-hover\:tw-font-extralight{
    font-weight: 200;
  }

  .tw-group:hover .xl\:group-hover\:tw-font-light{
    font-weight: 300;
  }

  .tw-group:hover .xl\:group-hover\:tw-font-normal{
    font-weight: 400;
  }

  .tw-group:hover .xl\:group-hover\:tw-font-medium{
    font-weight: 500;
  }

  .tw-group:hover .xl\:group-hover\:tw-font-semibold{
    font-weight: 600;
  }

  .tw-group:hover .xl\:group-hover\:tw-font-bold{
    font-weight: 700;
  }

  .tw-group:hover .xl\:group-hover\:tw-font-extrabold{
    font-weight: 800;
  }

  .tw-group:hover .xl\:group-hover\:tw-font-black{
    font-weight: 900;
  }

  .xl\:hover\:tw-font-thin:hover{
    font-weight: 100;
  }

  .xl\:hover\:tw-font-extralight: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-thin:focus{
    font-weight: 100;
  }

  .xl\:focus\:tw-font-extralight: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\:active\:tw-font-thin:active{
    font-weight: 100;
  }

  .xl\:active\:tw-font-extralight:active{
    font-weight: 200;
  }

  .xl\:active\:tw-font-light:active{
    font-weight: 300;
  }

  .xl\:active\:tw-font-normal:active{
    font-weight: 400;
  }

  .xl\:active\:tw-font-medium:active{
    font-weight: 500;
  }

  .xl\:active\:tw-font-semibold:active{
    font-weight: 600;
  }

  .xl\:active\:tw-font-bold:active{
    font-weight: 700;
  }

  .xl\:active\:tw-font-extrabold:active{
    font-weight: 800;
  }

  .xl\:active\:tw-font-black:active{
    font-weight: 900;
  }

  .xl\:tw-h-0{
    height: 0px;
  }

  .xl\:tw-h-1{
    height: 0.25rem;
  }

  .xl\:tw-h-2{
    height: 0.5rem;
  }

  .xl\:tw-h-3{
    height: 0.75rem;
  }

  .xl\:tw-h-4{
    height: 1rem;
  }

  .xl\:tw-h-5{
    height: 1.25rem;
  }

  .xl\:tw-h-6{
    height: 1.5rem;
  }

  .xl\:tw-h-7{
    height: 1.75rem;
  }

  .xl\:tw-h-8{
    height: 2rem;
  }

  .xl\:tw-h-9{
    height: 2.25rem;
  }

  .xl\:tw-h-10{
    height: 2.5rem;
  }

  .xl\:tw-h-11{
    height: 2.75rem;
  }

  .xl\:tw-h-12{
    height: 3rem;
  }

  .xl\:tw-h-13{
    height: 3.25rem;
  }

  .xl\:tw-h-14{
    height: 3.5rem;
  }

  .xl\:tw-h-16{
    height: 4rem;
  }

  .xl\:tw-h-20{
    height: 5rem;
  }

  .xl\:tw-h-24{
    height: 6rem;
  }

  .xl\:tw-h-28{
    height: 7rem;
  }

  .xl\:tw-h-32{
    height: 8rem;
  }

  .xl\:tw-h-36{
    height: 9rem;
  }

  .xl\:tw-h-40{
    height: 10rem;
  }

  .xl\:tw-h-44{
    height: 44px;
  }

  .xl\:tw-h-48{
    height: 12rem;
  }

  .xl\:tw-h-52{
    height: 13rem;
  }

  .xl\:tw-h-56{
    height: 14rem;
  }

  .xl\:tw-h-60{
    height: 15rem;
  }

  .xl\:tw-h-64{
    height: 16rem;
  }

  .xl\:tw-h-72{
    height: 18rem;
  }

  .xl\:tw-h-80{
    height: 20rem;
  }

  .xl\:tw-h-96{
    height: 24rem;
  }

  .xl\:tw-h-128{
    height: 32rem;
  }

  .xl\:tw-h-152{
    height: 38rem;
  }

  .xl\:tw-h-176{
    height: 44rem;
  }

  .xl\:tw-h-auto{
    height: auto;
  }

  .xl\:tw-h-px{
    height: 1px;
  }

  .xl\:tw-h-0\.5{
    height: 0.125rem;
  }

  .xl\:tw-h-1\.5{
    height: 0.375rem;
  }

  .xl\:tw-h-2\.5{
    height: 0.625rem;
  }

  .xl\:tw-h-3\.5{
    height: 0.875rem;
  }

  .xl\:tw-h-2\/3{
    height: 66.666667%;
  }

  .xl\:tw-h-3\/2{
    height: 150%;
  }

  .xl\:tw-h-square{
    height: 100%;
  }

  .xl\:tw-h-58px{
    height: 58px;
  }

  .xl\:tw-h-63px{
    height: 63px;
  }

  .xl\:tw-h-73px{
    height: 73.px;
  }

  .xl\:tw-h-1\/2{
    height: 50%;
  }

  .xl\:tw-h-1\/3{
    height: 33.333333%;
  }

  .xl\:tw-h-1\/4{
    height: 25%;
  }

  .xl\:tw-h-2\/4{
    height: 50%;
  }

  .xl\:tw-h-3\/4{
    height: 75%;
  }

  .xl\:tw-h-1\/5{
    height: 20%;
  }

  .xl\:tw-h-2\/5{
    height: 40%;
  }

  .xl\:tw-h-3\/5{
    height: 60%;
  }

  .xl\:tw-h-4\/5{
    height: 80%;
  }

  .xl\:tw-h-1\/6{
    height: 16.666667%;
  }

  .xl\:tw-h-2\/6{
    height: 33.333333%;
  }

  .xl\:tw-h-3\/6{
    height: 50%;
  }

  .xl\:tw-h-4\/6{
    height: 66.666667%;
  }

  .xl\:tw-h-5\/6{
    height: 83.333333%;
  }

  .xl\:tw-h-full{
    height: 100%;
  }

  .xl\:tw-h-screen{
    height: 100vh;
  }

  .xl\:tw-text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .xl\:tw-text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .xl\:tw-text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .xl\:tw-text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .xl\:tw-text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xl\:tw-text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xl\:tw-text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .xl\:tw-text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xl\:tw-text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .xl\:tw-text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .xl\:tw-text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .xl\:tw-text-8xl{
    font-size: 6rem;
  }

  .xl\:tw-text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .xl\:tw-text-2xs{
    font-size: .6rem;
  }

  .xl\:tw-text-12xl{
    font-size: 8rem;
  }

  .xl\:tw-text-24xl{
    font-size: 16rem;
  }

  .xl\:tw-leading-3{
    line-height: .75rem;
  }

  .xl\:tw-leading-4{
    line-height: 1rem;
  }

  .xl\:tw-leading-5{
    line-height: 1.25rem;
  }

  .xl\:tw-leading-6{
    line-height: 1.5rem;
  }

  .xl\:tw-leading-7{
    line-height: 1.75rem;
  }

  .xl\:tw-leading-8{
    line-height: 2rem;
  }

  .xl\:tw-leading-9{
    line-height: 2.25rem;
  }

  .xl\:tw-leading-10{
    line-height: 2.5rem;
  }

  .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: 0px;
  }

  .xl\:tw-m-1{
    margin: 0.25rem;
  }

  .xl\:tw-m-2{
    margin: 0.5rem;
  }

  .xl\:tw-m-3{
    margin: 0.75rem;
  }

  .xl\:tw-m-4{
    margin: 1rem;
  }

  .xl\:tw-m-5{
    margin: 1.25rem;
  }

  .xl\:tw-m-6{
    margin: 1.5rem;
  }

  .xl\:tw-m-7{
    margin: 1.75rem;
  }

  .xl\:tw-m-8{
    margin: 2rem;
  }

  .xl\:tw-m-9{
    margin: 2.25rem;
  }

  .xl\:tw-m-10{
    margin: 2.5rem;
  }

  .xl\:tw-m-11{
    margin: 2.75rem;
  }

  .xl\:tw-m-12{
    margin: 3rem;
  }

  .xl\:tw-m-13{
    margin: 3.25rem;
  }

  .xl\:tw-m-14{
    margin: 3.5rem;
  }

  .xl\:tw-m-16{
    margin: 4rem;
  }

  .xl\:tw-m-20{
    margin: 5rem;
  }

  .xl\:tw-m-24{
    margin: 6rem;
  }

  .xl\:tw-m-28{
    margin: 7rem;
  }

  .xl\:tw-m-32{
    margin: 8rem;
  }

  .xl\:tw-m-36{
    margin: 9rem;
  }

  .xl\:tw-m-40{
    margin: 10rem;
  }

  .xl\:tw-m-44{
    margin: 11rem;
  }

  .xl\:tw-m-48{
    margin: 12rem;
  }

  .xl\:tw-m-52{
    margin: 13rem;
  }

  .xl\:tw-m-56{
    margin: 14rem;
  }

  .xl\:tw-m-60{
    margin: 15rem;
  }

  .xl\:tw-m-64{
    margin: 16rem;
  }

  .xl\:tw-m-72{
    margin: 18rem;
  }

  .xl\:tw-m-80{
    margin: 20rem;
  }

  .xl\:tw-m-96{
    margin: 24rem;
  }

  .xl\:tw-m-auto{
    margin: auto;
  }

  .xl\:tw-m-px{
    margin: 1px;
  }

  .xl\:tw-m-0\.5{
    margin: 0.125rem;
  }

  .xl\:tw-m-1\.5{
    margin: 0.375rem;
  }

  .xl\:tw-m-2\.5{
    margin: 0.625rem;
  }

  .xl\:tw-m-3\.5{
    margin: 0.875rem;
  }

  .xl\:tw-m-2\/3{
    margin: 66.666%;
  }

  .xl\:tw-m-3\/2{
    margin: 150%;
  }

  .xl\:tw-m-square{
    margin: 100%;
  }

  .xl\:tw-m-58px{
    margin: 58px;
  }

  .xl\:tw-m-63px{
    margin: 63px;
  }

  .xl\:tw-m-73px{
    margin: 73.px;
  }

  .xl\:tw--m-0{
    margin: 0px;
  }

  .xl\:tw--m-1{
    margin: -0.25rem;
  }

  .xl\:tw--m-2{
    margin: -0.5rem;
  }

  .xl\:tw--m-3{
    margin: -0.75rem;
  }

  .xl\:tw--m-4{
    margin: -1rem;
  }

  .xl\:tw--m-5{
    margin: -1.25rem;
  }

  .xl\:tw--m-6{
    margin: -1.5rem;
  }

  .xl\:tw--m-7{
    margin: -1.75rem;
  }

  .xl\:tw--m-8{
    margin: -2rem;
  }

  .xl\:tw--m-9{
    margin: -2.25rem;
  }

  .xl\:tw--m-10{
    margin: -2.5rem;
  }

  .xl\:tw--m-11{
    margin: -2.75rem;
  }

  .xl\:tw--m-12{
    margin: -3rem;
  }

  .xl\:tw--m-13{
    margin: -3.25rem;
  }

  .xl\:tw--m-14{
    margin: -3.5rem;
  }

  .xl\:tw--m-16{
    margin: -4rem;
  }

  .xl\:tw--m-20{
    margin: -5rem;
  }

  .xl\:tw--m-24{
    margin: -6rem;
  }

  .xl\:tw--m-28{
    margin: -7rem;
  }

  .xl\:tw--m-32{
    margin: -8rem;
  }

  .xl\:tw--m-36{
    margin: -9rem;
  }

  .xl\:tw--m-40{
    margin: -10rem;
  }

  .xl\:tw--m-44{
    margin: -11rem;
  }

  .xl\:tw--m-48{
    margin: -12rem;
  }

  .xl\:tw--m-52{
    margin: -13rem;
  }

  .xl\:tw--m-56{
    margin: -14rem;
  }

  .xl\:tw--m-60{
    margin: -15rem;
  }

  .xl\:tw--m-64{
    margin: -16rem;
  }

  .xl\:tw--m-72{
    margin: -18rem;
  }

  .xl\:tw--m-80{
    margin: -20rem;
  }

  .xl\:tw--m-96{
    margin: -24rem;
  }

  .xl\:tw--m-px{
    margin: -1px;
  }

  .xl\:tw--m-0\.5{
    margin: -0.125rem;
  }

  .xl\:tw--m-1\.5{
    margin: -0.375rem;
  }

  .xl\:tw--m-2\.5{
    margin: -0.625rem;
  }

  .xl\:tw--m-3\.5{
    margin: -0.875rem;
  }

  .xl\:tw--m-2\/3{
    margin: -66.666%;
  }

  .xl\:tw--m-3\/2{
    margin: -150%;
  }

  .xl\:tw--m-square{
    margin: -100%;
  }

  .xl\:tw--m-58px{
    margin: -58px;
  }

  .xl\:tw--m-63px{
    margin: -63px;
  }

  .xl\:tw--m-73px{
    margin: -73px;
  }

  .xl\:tw-my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl\:tw-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .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-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:tw-mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:tw-my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:tw-mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:tw-my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:tw-mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .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-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .xl\:tw-mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .xl\:tw-my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:tw-mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:tw-my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xl\:tw-mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .xl\:tw-my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:tw-mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:tw-my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .xl\:tw-mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .xl\:tw-my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:tw-mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:tw-my-13{
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .xl\:tw-mx-13{
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .xl\:tw-my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xl\:tw-mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xl\:tw-my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:tw-mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:tw-my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:tw-mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:tw-my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:tw-mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:tw-my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xl\:tw-mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xl\:tw-my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:tw-mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:tw-my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .xl\:tw-mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .xl\:tw-my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:tw-mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:tw-my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .xl\:tw-mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .xl\:tw-my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:tw-mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:tw-my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .xl\:tw-mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .xl\:tw-my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:tw-mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:tw-my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .xl\:tw-mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .xl\:tw-my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:tw-mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:tw-my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .xl\:tw-mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .xl\:tw-my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .xl\:tw-mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .xl\:tw-my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .xl\:tw-mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .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-my-0\.5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .xl\:tw-mx-0\.5{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .xl\:tw-my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .xl\:tw-mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .xl\:tw-my-2\.5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .xl\:tw-mx-2\.5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .xl\:tw-my-3\.5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .xl\:tw-mx-3\.5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .xl\:tw-my-2\/3{
    margin-top: 66.666%;
    margin-bottom: 66.666%;
  }

  .xl\:tw-mx-2\/3{
    margin-left: 66.666%;
    margin-right: 66.666%;
  }

  .xl\:tw-my-3\/2{
    margin-top: 150%;
    margin-bottom: 150%;
  }

  .xl\:tw-mx-3\/2{
    margin-left: 150%;
    margin-right: 150%;
  }

  .xl\:tw-my-square{
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .xl\:tw-mx-square{
    margin-left: 100%;
    margin-right: 100%;
  }

  .xl\:tw-my-58px{
    margin-top: 58px;
    margin-bottom: 58px;
  }

  .xl\:tw-mx-58px{
    margin-left: 58px;
    margin-right: 58px;
  }

  .xl\:tw-my-63px{
    margin-top: 63px;
    margin-bottom: 63px;
  }

  .xl\:tw-mx-63px{
    margin-left: 63px;
    margin-right: 63px;
  }

  .xl\:tw-my-73px{
    margin-top: 73.px;
    margin-bottom: 73.px;
  }

  .xl\:tw-mx-73px{
    margin-left: 73.px;
    margin-right: 73.px;
  }

  .xl\:tw--my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl\:tw--mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .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-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:tw--mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:tw--my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:tw--mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:tw--my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:tw--mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .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-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .xl\:tw--mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .xl\:tw--my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:tw--mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:tw--my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xl\:tw--mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .xl\:tw--my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:tw--mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:tw--my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .xl\:tw--mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .xl\:tw--my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:tw--mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:tw--my-13{
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .xl\:tw--mx-13{
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .xl\:tw--my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xl\:tw--mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xl\:tw--my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:tw--mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:tw--my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:tw--mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:tw--my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:tw--mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:tw--my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xl\:tw--mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xl\:tw--my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:tw--mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:tw--my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .xl\:tw--mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .xl\:tw--my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:tw--mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:tw--my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .xl\:tw--mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .xl\:tw--my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:tw--mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:tw--my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .xl\:tw--mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .xl\:tw--my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:tw--mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:tw--my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .xl\:tw--mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .xl\:tw--my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:tw--mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:tw--my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .xl\:tw--mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .xl\:tw--my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .xl\:tw--mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .xl\:tw--my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .xl\:tw--mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .xl\:tw--my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:tw--mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:tw--my-0\.5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .xl\:tw--mx-0\.5{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .xl\:tw--my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .xl\:tw--mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .xl\:tw--my-2\.5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .xl\:tw--mx-2\.5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .xl\:tw--my-3\.5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .xl\:tw--mx-3\.5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .xl\:tw--my-2\/3{
    margin-top: -66.666%;
    margin-bottom: -66.666%;
  }

  .xl\:tw--mx-2\/3{
    margin-left: -66.666%;
    margin-right: -66.666%;
  }

  .xl\:tw--my-3\/2{
    margin-top: -150%;
    margin-bottom: -150%;
  }

  .xl\:tw--mx-3\/2{
    margin-left: -150%;
    margin-right: -150%;
  }

  .xl\:tw--my-square{
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .xl\:tw--mx-square{
    margin-left: -100%;
    margin-right: -100%;
  }

  .xl\:tw--my-58px{
    margin-top: -58px;
    margin-bottom: -58px;
  }

  .xl\:tw--mx-58px{
    margin-left: -58px;
    margin-right: -58px;
  }

  .xl\:tw--my-63px{
    margin-top: -63px;
    margin-bottom: -63px;
  }

  .xl\:tw--mx-63px{
    margin-left: -63px;
    margin-right: -63px;
  }

  .xl\:tw--my-73px{
    margin-top: -73px;
    margin-bottom: -73px;
  }

  .xl\:tw--mx-73px{
    margin-left: -73px;
    margin-right: -73px;
  }

  .xl\:tw-mt-0{
    margin-top: 0px;
  }

  .xl\:tw-mr-0{
    margin-right: 0px;
  }

  .xl\:tw-mb-0{
    margin-bottom: 0px;
  }

  .xl\:tw-ml-0{
    margin-left: 0px;
  }

  .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-3{
    margin-top: 0.75rem;
  }

  .xl\:tw-mr-3{
    margin-right: 0.75rem;
  }

  .xl\:tw-mb-3{
    margin-bottom: 0.75rem;
  }

  .xl\:tw-ml-3{
    margin-left: 0.75rem;
  }

  .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-5{
    margin-top: 1.25rem;
  }

  .xl\:tw-mr-5{
    margin-right: 1.25rem;
  }

  .xl\:tw-mb-5{
    margin-bottom: 1.25rem;
  }

  .xl\:tw-ml-5{
    margin-left: 1.25rem;
  }

  .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-7{
    margin-top: 1.75rem;
  }

  .xl\:tw-mr-7{
    margin-right: 1.75rem;
  }

  .xl\:tw-mb-7{
    margin-bottom: 1.75rem;
  }

  .xl\:tw-ml-7{
    margin-left: 1.75rem;
  }

  .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-9{
    margin-top: 2.25rem;
  }

  .xl\:tw-mr-9{
    margin-right: 2.25rem;
  }

  .xl\:tw-mb-9{
    margin-bottom: 2.25rem;
  }

  .xl\:tw-ml-9{
    margin-left: 2.25rem;
  }

  .xl\:tw-mt-10{
    margin-top: 2.5rem;
  }

  .xl\:tw-mr-10{
    margin-right: 2.5rem;
  }

  .xl\:tw-mb-10{
    margin-bottom: 2.5rem;
  }

  .xl\:tw-ml-10{
    margin-left: 2.5rem;
  }

  .xl\:tw-mt-11{
    margin-top: 2.75rem;
  }

  .xl\:tw-mr-11{
    margin-right: 2.75rem;
  }

  .xl\:tw-mb-11{
    margin-bottom: 2.75rem;
  }

  .xl\:tw-ml-11{
    margin-left: 2.75rem;
  }

  .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-13{
    margin-top: 3.25rem;
  }

  .xl\:tw-mr-13{
    margin-right: 3.25rem;
  }

  .xl\:tw-mb-13{
    margin-bottom: 3.25rem;
  }

  .xl\:tw-ml-13{
    margin-left: 3.25rem;
  }

  .xl\:tw-mt-14{
    margin-top: 3.5rem;
  }

  .xl\:tw-mr-14{
    margin-right: 3.5rem;
  }

  .xl\:tw-mb-14{
    margin-bottom: 3.5rem;
  }

  .xl\:tw-ml-14{
    margin-left: 3.5rem;
  }

  .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-20{
    margin-top: 5rem;
  }

  .xl\:tw-mr-20{
    margin-right: 5rem;
  }

  .xl\:tw-mb-20{
    margin-bottom: 5rem;
  }

  .xl\:tw-ml-20{
    margin-left: 5rem;
  }

  .xl\:tw-mt-24{
    margin-top: 6rem;
  }

  .xl\:tw-mr-24{
    margin-right: 6rem;
  }

  .xl\:tw-mb-24{
    margin-bottom: 6rem;
  }

  .xl\:tw-ml-24{
    margin-left: 6rem;
  }

  .xl\:tw-mt-28{
    margin-top: 7rem;
  }

  .xl\:tw-mr-28{
    margin-right: 7rem;
  }

  .xl\:tw-mb-28{
    margin-bottom: 7rem;
  }

  .xl\:tw-ml-28{
    margin-left: 7rem;
  }

  .xl\:tw-mt-32{
    margin-top: 8rem;
  }

  .xl\:tw-mr-32{
    margin-right: 8rem;
  }

  .xl\:tw-mb-32{
    margin-bottom: 8rem;
  }

  .xl\:tw-ml-32{
    margin-left: 8rem;
  }

  .xl\:tw-mt-36{
    margin-top: 9rem;
  }

  .xl\:tw-mr-36{
    margin-right: 9rem;
  }

  .xl\:tw-mb-36{
    margin-bottom: 9rem;
  }

  .xl\:tw-ml-36{
    margin-left: 9rem;
  }

  .xl\:tw-mt-40{
    margin-top: 10rem;
  }

  .xl\:tw-mr-40{
    margin-right: 10rem;
  }

  .xl\:tw-mb-40{
    margin-bottom: 10rem;
  }

  .xl\:tw-ml-40{
    margin-left: 10rem;
  }

  .xl\:tw-mt-44{
    margin-top: 11rem;
  }

  .xl\:tw-mr-44{
    margin-right: 11rem;
  }

  .xl\:tw-mb-44{
    margin-bottom: 11rem;
  }

  .xl\:tw-ml-44{
    margin-left: 11rem;
  }

  .xl\:tw-mt-48{
    margin-top: 12rem;
  }

  .xl\:tw-mr-48{
    margin-right: 12rem;
  }

  .xl\:tw-mb-48{
    margin-bottom: 12rem;
  }

  .xl\:tw-ml-48{
    margin-left: 12rem;
  }

  .xl\:tw-mt-52{
    margin-top: 13rem;
  }

  .xl\:tw-mr-52{
    margin-right: 13rem;
  }

  .xl\:tw-mb-52{
    margin-bottom: 13rem;
  }

  .xl\:tw-ml-52{
    margin-left: 13rem;
  }

  .xl\:tw-mt-56{
    margin-top: 14rem;
  }

  .xl\:tw-mr-56{
    margin-right: 14rem;
  }

  .xl\:tw-mb-56{
    margin-bottom: 14rem;
  }

  .xl\:tw-ml-56{
    margin-left: 14rem;
  }

  .xl\:tw-mt-60{
    margin-top: 15rem;
  }

  .xl\:tw-mr-60{
    margin-right: 15rem;
  }

  .xl\:tw-mb-60{
    margin-bottom: 15rem;
  }

  .xl\:tw-ml-60{
    margin-left: 15rem;
  }

  .xl\:tw-mt-64{
    margin-top: 16rem;
  }

  .xl\:tw-mr-64{
    margin-right: 16rem;
  }

  .xl\:tw-mb-64{
    margin-bottom: 16rem;
  }

  .xl\:tw-ml-64{
    margin-left: 16rem;
  }

  .xl\:tw-mt-72{
    margin-top: 18rem;
  }

  .xl\:tw-mr-72{
    margin-right: 18rem;
  }

  .xl\:tw-mb-72{
    margin-bottom: 18rem;
  }

  .xl\:tw-ml-72{
    margin-left: 18rem;
  }

  .xl\:tw-mt-80{
    margin-top: 20rem;
  }

  .xl\:tw-mr-80{
    margin-right: 20rem;
  }

  .xl\:tw-mb-80{
    margin-bottom: 20rem;
  }

  .xl\:tw-ml-80{
    margin-left: 20rem;
  }

  .xl\:tw-mt-96{
    margin-top: 24rem;
  }

  .xl\:tw-mr-96{
    margin-right: 24rem;
  }

  .xl\:tw-mb-96{
    margin-bottom: 24rem;
  }

  .xl\:tw-ml-96{
    margin-left: 24rem;
  }

  .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-mt-0\.5{
    margin-top: 0.125rem;
  }

  .xl\:tw-mr-0\.5{
    margin-right: 0.125rem;
  }

  .xl\:tw-mb-0\.5{
    margin-bottom: 0.125rem;
  }

  .xl\:tw-ml-0\.5{
    margin-left: 0.125rem;
  }

  .xl\:tw-mt-1\.5{
    margin-top: 0.375rem;
  }

  .xl\:tw-mr-1\.5{
    margin-right: 0.375rem;
  }

  .xl\:tw-mb-1\.5{
    margin-bottom: 0.375rem;
  }

  .xl\:tw-ml-1\.5{
    margin-left: 0.375rem;
  }

  .xl\:tw-mt-2\.5{
    margin-top: 0.625rem;
  }

  .xl\:tw-mr-2\.5{
    margin-right: 0.625rem;
  }

  .xl\:tw-mb-2\.5{
    margin-bottom: 0.625rem;
  }

  .xl\:tw-ml-2\.5{
    margin-left: 0.625rem;
  }

  .xl\:tw-mt-3\.5{
    margin-top: 0.875rem;
  }

  .xl\:tw-mr-3\.5{
    margin-right: 0.875rem;
  }

  .xl\:tw-mb-3\.5{
    margin-bottom: 0.875rem;
  }

  .xl\:tw-ml-3\.5{
    margin-left: 0.875rem;
  }

  .xl\:tw-mt-2\/3{
    margin-top: 66.666%;
  }

  .xl\:tw-mr-2\/3{
    margin-right: 66.666%;
  }

  .xl\:tw-mb-2\/3{
    margin-bottom: 66.666%;
  }

  .xl\:tw-ml-2\/3{
    margin-left: 66.666%;
  }

  .xl\:tw-mt-3\/2{
    margin-top: 150%;
  }

  .xl\:tw-mr-3\/2{
    margin-right: 150%;
  }

  .xl\:tw-mb-3\/2{
    margin-bottom: 150%;
  }

  .xl\:tw-ml-3\/2{
    margin-left: 150%;
  }

  .xl\:tw-mt-square{
    margin-top: 100%;
  }

  .xl\:tw-mr-square{
    margin-right: 100%;
  }

  .xl\:tw-mb-square{
    margin-bottom: 100%;
  }

  .xl\:tw-ml-square{
    margin-left: 100%;
  }

  .xl\:tw-mt-58px{
    margin-top: 58px;
  }

  .xl\:tw-mr-58px{
    margin-right: 58px;
  }

  .xl\:tw-mb-58px{
    margin-bottom: 58px;
  }

  .xl\:tw-ml-58px{
    margin-left: 58px;
  }

  .xl\:tw-mt-63px{
    margin-top: 63px;
  }

  .xl\:tw-mr-63px{
    margin-right: 63px;
  }

  .xl\:tw-mb-63px{
    margin-bottom: 63px;
  }

  .xl\:tw-ml-63px{
    margin-left: 63px;
  }

  .xl\:tw-mt-73px{
    margin-top: 73.px;
  }

  .xl\:tw-mr-73px{
    margin-right: 73.px;
  }

  .xl\:tw-mb-73px{
    margin-bottom: 73.px;
  }

  .xl\:tw-ml-73px{
    margin-left: 73.px;
  }

  .xl\:tw--mt-0{
    margin-top: 0px;
  }

  .xl\:tw--mr-0{
    margin-right: 0px;
  }

  .xl\:tw--mb-0{
    margin-bottom: 0px;
  }

  .xl\:tw--ml-0{
    margin-left: 0px;
  }

  .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-3{
    margin-top: -0.75rem;
  }

  .xl\:tw--mr-3{
    margin-right: -0.75rem;
  }

  .xl\:tw--mb-3{
    margin-bottom: -0.75rem;
  }

  .xl\:tw--ml-3{
    margin-left: -0.75rem;
  }

  .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-5{
    margin-top: -1.25rem;
  }

  .xl\:tw--mr-5{
    margin-right: -1.25rem;
  }

  .xl\:tw--mb-5{
    margin-bottom: -1.25rem;
  }

  .xl\:tw--ml-5{
    margin-left: -1.25rem;
  }

  .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-7{
    margin-top: -1.75rem;
  }

  .xl\:tw--mr-7{
    margin-right: -1.75rem;
  }

  .xl\:tw--mb-7{
    margin-bottom: -1.75rem;
  }

  .xl\:tw--ml-7{
    margin-left: -1.75rem;
  }

  .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-9{
    margin-top: -2.25rem;
  }

  .xl\:tw--mr-9{
    margin-right: -2.25rem;
  }

  .xl\:tw--mb-9{
    margin-bottom: -2.25rem;
  }

  .xl\:tw--ml-9{
    margin-left: -2.25rem;
  }

  .xl\:tw--mt-10{
    margin-top: -2.5rem;
  }

  .xl\:tw--mr-10{
    margin-right: -2.5rem;
  }

  .xl\:tw--mb-10{
    margin-bottom: -2.5rem;
  }

  .xl\:tw--ml-10{
    margin-left: -2.5rem;
  }

  .xl\:tw--mt-11{
    margin-top: -2.75rem;
  }

  .xl\:tw--mr-11{
    margin-right: -2.75rem;
  }

  .xl\:tw--mb-11{
    margin-bottom: -2.75rem;
  }

  .xl\:tw--ml-11{
    margin-left: -2.75rem;
  }

  .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-13{
    margin-top: -3.25rem;
  }

  .xl\:tw--mr-13{
    margin-right: -3.25rem;
  }

  .xl\:tw--mb-13{
    margin-bottom: -3.25rem;
  }

  .xl\:tw--ml-13{
    margin-left: -3.25rem;
  }

  .xl\:tw--mt-14{
    margin-top: -3.5rem;
  }

  .xl\:tw--mr-14{
    margin-right: -3.5rem;
  }

  .xl\:tw--mb-14{
    margin-bottom: -3.5rem;
  }

  .xl\:tw--ml-14{
    margin-left: -3.5rem;
  }

  .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-20{
    margin-top: -5rem;
  }

  .xl\:tw--mr-20{
    margin-right: -5rem;
  }

  .xl\:tw--mb-20{
    margin-bottom: -5rem;
  }

  .xl\:tw--ml-20{
    margin-left: -5rem;
  }

  .xl\:tw--mt-24{
    margin-top: -6rem;
  }

  .xl\:tw--mr-24{
    margin-right: -6rem;
  }

  .xl\:tw--mb-24{
    margin-bottom: -6rem;
  }

  .xl\:tw--ml-24{
    margin-left: -6rem;
  }

  .xl\:tw--mt-28{
    margin-top: -7rem;
  }

  .xl\:tw--mr-28{
    margin-right: -7rem;
  }

  .xl\:tw--mb-28{
    margin-bottom: -7rem;
  }

  .xl\:tw--ml-28{
    margin-left: -7rem;
  }

  .xl\:tw--mt-32{
    margin-top: -8rem;
  }

  .xl\:tw--mr-32{
    margin-right: -8rem;
  }

  .xl\:tw--mb-32{
    margin-bottom: -8rem;
  }

  .xl\:tw--ml-32{
    margin-left: -8rem;
  }

  .xl\:tw--mt-36{
    margin-top: -9rem;
  }

  .xl\:tw--mr-36{
    margin-right: -9rem;
  }

  .xl\:tw--mb-36{
    margin-bottom: -9rem;
  }

  .xl\:tw--ml-36{
    margin-left: -9rem;
  }

  .xl\:tw--mt-40{
    margin-top: -10rem;
  }

  .xl\:tw--mr-40{
    margin-right: -10rem;
  }

  .xl\:tw--mb-40{
    margin-bottom: -10rem;
  }

  .xl\:tw--ml-40{
    margin-left: -10rem;
  }

  .xl\:tw--mt-44{
    margin-top: -11rem;
  }

  .xl\:tw--mr-44{
    margin-right: -11rem;
  }

  .xl\:tw--mb-44{
    margin-bottom: -11rem;
  }

  .xl\:tw--ml-44{
    margin-left: -11rem;
  }

  .xl\:tw--mt-48{
    margin-top: -12rem;
  }

  .xl\:tw--mr-48{
    margin-right: -12rem;
  }

  .xl\:tw--mb-48{
    margin-bottom: -12rem;
  }

  .xl\:tw--ml-48{
    margin-left: -12rem;
  }

  .xl\:tw--mt-52{
    margin-top: -13rem;
  }

  .xl\:tw--mr-52{
    margin-right: -13rem;
  }

  .xl\:tw--mb-52{
    margin-bottom: -13rem;
  }

  .xl\:tw--ml-52{
    margin-left: -13rem;
  }

  .xl\:tw--mt-56{
    margin-top: -14rem;
  }

  .xl\:tw--mr-56{
    margin-right: -14rem;
  }

  .xl\:tw--mb-56{
    margin-bottom: -14rem;
  }

  .xl\:tw--ml-56{
    margin-left: -14rem;
  }

  .xl\:tw--mt-60{
    margin-top: -15rem;
  }

  .xl\:tw--mr-60{
    margin-right: -15rem;
  }

  .xl\:tw--mb-60{
    margin-bottom: -15rem;
  }

  .xl\:tw--ml-60{
    margin-left: -15rem;
  }

  .xl\:tw--mt-64{
    margin-top: -16rem;
  }

  .xl\:tw--mr-64{
    margin-right: -16rem;
  }

  .xl\:tw--mb-64{
    margin-bottom: -16rem;
  }

  .xl\:tw--ml-64{
    margin-left: -16rem;
  }

  .xl\:tw--mt-72{
    margin-top: -18rem;
  }

  .xl\:tw--mr-72{
    margin-right: -18rem;
  }

  .xl\:tw--mb-72{
    margin-bottom: -18rem;
  }

  .xl\:tw--ml-72{
    margin-left: -18rem;
  }

  .xl\:tw--mt-80{
    margin-top: -20rem;
  }

  .xl\:tw--mr-80{
    margin-right: -20rem;
  }

  .xl\:tw--mb-80{
    margin-bottom: -20rem;
  }

  .xl\:tw--ml-80{
    margin-left: -20rem;
  }

  .xl\:tw--mt-96{
    margin-top: -24rem;
  }

  .xl\:tw--mr-96{
    margin-right: -24rem;
  }

  .xl\:tw--mb-96{
    margin-bottom: -24rem;
  }

  .xl\:tw--ml-96{
    margin-left: -24rem;
  }

  .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--mt-0\.5{
    margin-top: -0.125rem;
  }

  .xl\:tw--mr-0\.5{
    margin-right: -0.125rem;
  }

  .xl\:tw--mb-0\.5{
    margin-bottom: -0.125rem;
  }

  .xl\:tw--ml-0\.5{
    margin-left: -0.125rem;
  }

  .xl\:tw--mt-1\.5{
    margin-top: -0.375rem;
  }

  .xl\:tw--mr-1\.5{
    margin-right: -0.375rem;
  }

  .xl\:tw--mb-1\.5{
    margin-bottom: -0.375rem;
  }

  .xl\:tw--ml-1\.5{
    margin-left: -0.375rem;
  }

  .xl\:tw--mt-2\.5{
    margin-top: -0.625rem;
  }

  .xl\:tw--mr-2\.5{
    margin-right: -0.625rem;
  }

  .xl\:tw--mb-2\.5{
    margin-bottom: -0.625rem;
  }

  .xl\:tw--ml-2\.5{
    margin-left: -0.625rem;
  }

  .xl\:tw--mt-3\.5{
    margin-top: -0.875rem;
  }

  .xl\:tw--mr-3\.5{
    margin-right: -0.875rem;
  }

  .xl\:tw--mb-3\.5{
    margin-bottom: -0.875rem;
  }

  .xl\:tw--ml-3\.5{
    margin-left: -0.875rem;
  }

  .xl\:tw--mt-2\/3{
    margin-top: -66.666%;
  }

  .xl\:tw--mr-2\/3{
    margin-right: -66.666%;
  }

  .xl\:tw--mb-2\/3{
    margin-bottom: -66.666%;
  }

  .xl\:tw--ml-2\/3{
    margin-left: -66.666%;
  }

  .xl\:tw--mt-3\/2{
    margin-top: -150%;
  }

  .xl\:tw--mr-3\/2{
    margin-right: -150%;
  }

  .xl\:tw--mb-3\/2{
    margin-bottom: -150%;
  }

  .xl\:tw--ml-3\/2{
    margin-left: -150%;
  }

  .xl\:tw--mt-square{
    margin-top: -100%;
  }

  .xl\:tw--mr-square{
    margin-right: -100%;
  }

  .xl\:tw--mb-square{
    margin-bottom: -100%;
  }

  .xl\:tw--ml-square{
    margin-left: -100%;
  }

  .xl\:tw--mt-58px{
    margin-top: -58px;
  }

  .xl\:tw--mr-58px{
    margin-right: -58px;
  }

  .xl\:tw--mb-58px{
    margin-bottom: -58px;
  }

  .xl\:tw--ml-58px{
    margin-left: -58px;
  }

  .xl\:tw--mt-63px{
    margin-top: -63px;
  }

  .xl\:tw--mr-63px{
    margin-right: -63px;
  }

  .xl\:tw--mb-63px{
    margin-bottom: -63px;
  }

  .xl\:tw--ml-63px{
    margin-left: -63px;
  }

  .xl\:tw--mt-73px{
    margin-top: -73px;
  }

  .xl\:tw--mr-73px{
    margin-right: -73px;
  }

  .xl\:tw--mb-73px{
    margin-bottom: -73px;
  }

  .xl\:tw--ml-73px{
    margin-left: -73px;
  }

  .xl\:tw-max-h-0{
    max-height: 0px;
  }

  .xl\:tw-max-h-1{
    max-height: 0.25rem;
  }

  .xl\:tw-max-h-2{
    max-height: 0.5rem;
  }

  .xl\:tw-max-h-3{
    max-height: 0.75rem;
  }

  .xl\:tw-max-h-4{
    max-height: 1rem;
  }

  .xl\:tw-max-h-5{
    max-height: 1.25rem;
  }

  .xl\:tw-max-h-6{
    max-height: 1.5rem;
  }

  .xl\:tw-max-h-7{
    max-height: 1.75rem;
  }

  .xl\:tw-max-h-8{
    max-height: 2rem;
  }

  .xl\:tw-max-h-9{
    max-height: 2.25rem;
  }

  .xl\:tw-max-h-10{
    max-height: 2.5rem;
  }

  .xl\:tw-max-h-11{
    max-height: 2.75rem;
  }

  .xl\:tw-max-h-12{
    max-height: 3rem;
  }

  .xl\:tw-max-h-13{
    max-height: 3.25rem;
  }

  .xl\:tw-max-h-14{
    max-height: 3.5rem;
  }

  .xl\:tw-max-h-16{
    max-height: 4rem;
  }

  .xl\:tw-max-h-20{
    max-height: 5rem;
  }

  .xl\:tw-max-h-24{
    max-height: 6rem;
  }

  .xl\:tw-max-h-28{
    max-height: 7rem;
  }

  .xl\:tw-max-h-32{
    max-height: 8rem;
  }

  .xl\:tw-max-h-36{
    max-height: 9rem;
  }

  .xl\:tw-max-h-40{
    max-height: 10rem;
  }

  .xl\:tw-max-h-44{
    max-height: 11rem;
  }

  .xl\:tw-max-h-48{
    max-height: 12rem;
  }

  .xl\:tw-max-h-52{
    max-height: 13rem;
  }

  .xl\:tw-max-h-56{
    max-height: 14rem;
  }

  .xl\:tw-max-h-60{
    max-height: 15rem;
  }

  .xl\:tw-max-h-64{
    max-height: 16rem;
  }

  .xl\:tw-max-h-72{
    max-height: 18rem;
  }

  .xl\:tw-max-h-80{
    max-height: 20rem;
  }

  .xl\:tw-max-h-96{
    max-height: 24rem;
  }

  .xl\:tw-max-h-px{
    max-height: 1px;
  }

  .xl\:tw-max-h-0\.5{
    max-height: 0.125rem;
  }

  .xl\:tw-max-h-1\.5{
    max-height: 0.375rem;
  }

  .xl\:tw-max-h-2\.5{
    max-height: 0.625rem;
  }

  .xl\:tw-max-h-3\.5{
    max-height: 0.875rem;
  }

  .xl\:tw-max-h-2\/3{
    max-height: 66.666%;
  }

  .xl\:tw-max-h-3\/2{
    max-height: 150%;
  }

  .xl\:tw-max-h-square{
    max-height: 100%;
  }

  .xl\:tw-max-h-58px{
    max-height: 58px;
  }

  .xl\:tw-max-h-63px{
    max-height: 63px;
  }

  .xl\:tw-max-h-73px{
    max-height: 73.px;
  }

  .xl\:tw-max-h-full{
    max-height: 100%;
  }

  .xl\:tw-max-h-screen{
    max-height: 100vh;
  }

  .xl\:tw-max-w-0{
    max-width: 0rem;
  }

  .xl\:tw-max-w-300{
    max-width: 300px;
  }

  .xl\:tw-max-w-400{
    max-width: 400px;
  }

  .xl\:tw-max-w-800{
    max-width: 800px;
  }

  .xl\:tw-max-w-1000{
    max-width: 1000px;
  }

  .xl\:tw-max-w-none{
    max-width: none;
  }

  .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-7xl{
    max-width: 80rem;
  }

  .xl\:tw-max-w-full{
    max-width: 100%;
  }

  .xl\:tw-max-w-min{
    max-width: min-content;
  }

  .xl\:tw-max-w-max{
    max-width: max-content;
  }

  .xl\:tw-max-w-prose{
    max-width: 65ch;
  }

  .xl\:tw-max-w-screen-sm{
    max-width: 576px;
  }

  .xl\:tw-max-w-screen-md{
    max-width: 768px;
  }

  .xl\:tw-max-w-screen-lg{
    max-width: 1024px;
  }

  .xl\:tw-max-w-screen-xl{
    max-width: 1366px;
  }

  .xl\:tw-max-w-screen-2xl{
    max-width: 1440px;
  }

  .xl\:tw-max-w-screen-3xl{
    max-width: 1600px;
  }

  .xl\:tw-min-h-0{
    min-height: 0px;
  }

  .xl\:tw-min-h-12{
    min-height: 3rem;
  }

  .xl\:tw-min-h-full{
    min-height: 100%;
  }

  .xl\:tw-min-h-screen{
    min-height: 100vh;
  }

  .xl\:tw-min-w-0{
    min-width: 0px;
  }

  .xl\:tw-min-w-50{
    min-width: 50px;
  }

  .xl\:tw-min-w-75{
    min-width: 75px;
  }

  .xl\:tw-min-w-96{
    min-width: 24rem;
  }

  .xl\:tw-min-w-100{
    min-width: 100px;
  }

  .xl\:tw-min-w-200{
    min-width: 200px;
  }

  .xl\:tw-min-w-300{
    min-width: 300px;
  }

  .xl\:tw-min-w-600{
    min-width: 600px;
  }

  .xl\:tw-min-w-800{
    min-width: 800px;
  }

  .xl\:tw-min-w-full{
    min-width: 100%;
  }

  .xl\:tw-min-w-min{
    min-width: min-content;
  }

  .xl\:tw-min-w-max{
    min-width: max-content;
  }

  .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-opacity-0{
    opacity: 0;
  }

  .xl\:tw-opacity-5{
    opacity: 0.05;
  }

  .xl\:tw-opacity-10{
    opacity: 0.1;
  }

  .xl\:tw-opacity-20{
    opacity: 0.2;
  }

  .xl\:tw-opacity-25{
    opacity: 0.25;
  }

  .xl\:tw-opacity-30{
    opacity: 0.3;
  }

  .xl\:tw-opacity-40{
    opacity: 0.4;
  }

  .xl\:tw-opacity-50{
    opacity: 0.5;
  }

  .xl\:tw-opacity-60{
    opacity: 0.6;
  }

  .xl\:tw-opacity-70{
    opacity: 0.7;
  }

  .xl\:tw-opacity-75{
    opacity: 0.75;
  }

  .xl\:tw-opacity-80{
    opacity: 0.8;
  }

  .xl\:tw-opacity-90{
    opacity: 0.9;
  }

  .xl\:tw-opacity-95{
    opacity: 0.95;
  }

  .xl\:tw-opacity-100{
    opacity: 1;
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-0{
    opacity: 0;
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-5{
    opacity: 0.05;
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-10{
    opacity: 0.1;
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-20{
    opacity: 0.2;
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-25{
    opacity: 0.25;
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-30{
    opacity: 0.3;
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-40{
    opacity: 0.4;
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-50{
    opacity: 0.5;
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-60{
    opacity: 0.6;
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-70{
    opacity: 0.7;
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-75{
    opacity: 0.75;
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-80{
    opacity: 0.8;
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-90{
    opacity: 0.9;
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-95{
    opacity: 0.95;
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-100{
    opacity: 1;
  }

  .xl\:focus-within\:tw-opacity-0:focus-within{
    opacity: 0;
  }

  .xl\:focus-within\:tw-opacity-5:focus-within{
    opacity: 0.05;
  }

  .xl\:focus-within\:tw-opacity-10:focus-within{
    opacity: 0.1;
  }

  .xl\:focus-within\:tw-opacity-20:focus-within{
    opacity: 0.2;
  }

  .xl\:focus-within\:tw-opacity-25:focus-within{
    opacity: 0.25;
  }

  .xl\:focus-within\:tw-opacity-30:focus-within{
    opacity: 0.3;
  }

  .xl\:focus-within\:tw-opacity-40:focus-within{
    opacity: 0.4;
  }

  .xl\:focus-within\:tw-opacity-50:focus-within{
    opacity: 0.5;
  }

  .xl\:focus-within\:tw-opacity-60:focus-within{
    opacity: 0.6;
  }

  .xl\:focus-within\:tw-opacity-70:focus-within{
    opacity: 0.7;
  }

  .xl\:focus-within\:tw-opacity-75:focus-within{
    opacity: 0.75;
  }

  .xl\:focus-within\:tw-opacity-80:focus-within{
    opacity: 0.8;
  }

  .xl\:focus-within\:tw-opacity-90:focus-within{
    opacity: 0.9;
  }

  .xl\:focus-within\:tw-opacity-95:focus-within{
    opacity: 0.95;
  }

  .xl\:focus-within\:tw-opacity-100:focus-within{
    opacity: 1;
  }

  .xl\:hover\:tw-opacity-0:hover{
    opacity: 0;
  }

  .xl\:hover\:tw-opacity-5:hover{
    opacity: 0.05;
  }

  .xl\:hover\:tw-opacity-10:hover{
    opacity: 0.1;
  }

  .xl\:hover\:tw-opacity-20:hover{
    opacity: 0.2;
  }

  .xl\:hover\:tw-opacity-25:hover{
    opacity: 0.25;
  }

  .xl\:hover\:tw-opacity-30:hover{
    opacity: 0.3;
  }

  .xl\:hover\:tw-opacity-40:hover{
    opacity: 0.4;
  }

  .xl\:hover\:tw-opacity-50:hover{
    opacity: 0.5;
  }

  .xl\:hover\:tw-opacity-60:hover{
    opacity: 0.6;
  }

  .xl\:hover\:tw-opacity-70:hover{
    opacity: 0.7;
  }

  .xl\:hover\:tw-opacity-75:hover{
    opacity: 0.75;
  }

  .xl\:hover\:tw-opacity-80:hover{
    opacity: 0.8;
  }

  .xl\:hover\:tw-opacity-90:hover{
    opacity: 0.9;
  }

  .xl\:hover\:tw-opacity-95:hover{
    opacity: 0.95;
  }

  .xl\:hover\:tw-opacity-100:hover{
    opacity: 1;
  }

  .xl\:focus\:tw-opacity-0:focus{
    opacity: 0;
  }

  .xl\:focus\:tw-opacity-5:focus{
    opacity: 0.05;
  }

  .xl\:focus\:tw-opacity-10:focus{
    opacity: 0.1;
  }

  .xl\:focus\:tw-opacity-20:focus{
    opacity: 0.2;
  }

  .xl\:focus\:tw-opacity-25:focus{
    opacity: 0.25;
  }

  .xl\:focus\:tw-opacity-30:focus{
    opacity: 0.3;
  }

  .xl\:focus\:tw-opacity-40:focus{
    opacity: 0.4;
  }

  .xl\:focus\:tw-opacity-50:focus{
    opacity: 0.5;
  }

  .xl\:focus\:tw-opacity-60:focus{
    opacity: 0.6;
  }

  .xl\:focus\:tw-opacity-70:focus{
    opacity: 0.7;
  }

  .xl\:focus\:tw-opacity-75:focus{
    opacity: 0.75;
  }

  .xl\:focus\:tw-opacity-80:focus{
    opacity: 0.8;
  }

  .xl\:focus\:tw-opacity-90:focus{
    opacity: 0.9;
  }

  .xl\:focus\:tw-opacity-95:focus{
    opacity: 0.95;
  }

  .xl\:focus\:tw-opacity-100:focus{
    opacity: 1;
  }

  .xl\:tw-outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl\:tw-outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl\:tw-outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xl\:focus-within\:tw-outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl\:focus-within\:tw-outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl\:focus-within\:tw-outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xl\:focus\:tw-outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl\:focus\:tw-outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl\:focus\:tw-outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .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-overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .xl\:tw-overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .xl\:tw-overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .xl\:tw-overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .xl\:tw-overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .xl\:tw-overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .xl\:tw-overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .xl\:tw-overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .xl\:tw-overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .xl\:tw-p-0{
    padding: 0px;
  }

  .xl\:tw-p-1{
    padding: 0.25rem;
  }

  .xl\:tw-p-2{
    padding: 0.5rem;
  }

  .xl\:tw-p-3{
    padding: 0.75rem;
  }

  .xl\:tw-p-4{
    padding: 1rem;
  }

  .xl\:tw-p-5{
    padding: 1.25rem;
  }

  .xl\:tw-p-6{
    padding: 1.5rem;
  }

  .xl\:tw-p-7{
    padding: 1.75rem;
  }

  .xl\:tw-p-8{
    padding: 2rem;
  }

  .xl\:tw-p-9{
    padding: 2.25rem;
  }

  .xl\:tw-p-10{
    padding: 2.5rem;
  }

  .xl\:tw-p-11{
    padding: 2.75rem;
  }

  .xl\:tw-p-12{
    padding: 3rem;
  }

  .xl\:tw-p-13{
    padding: 3.25rem;
  }

  .xl\:tw-p-14{
    padding: 3.5rem;
  }

  .xl\:tw-p-16{
    padding: 4rem;
  }

  .xl\:tw-p-20{
    padding: 5rem;
  }

  .xl\:tw-p-24{
    padding: 6rem;
  }

  .xl\:tw-p-28{
    padding: 7rem;
  }

  .xl\:tw-p-32{
    padding: 8rem;
  }

  .xl\:tw-p-36{
    padding: 9rem;
  }

  .xl\:tw-p-40{
    padding: 10rem;
  }

  .xl\:tw-p-44{
    padding: 11rem;
  }

  .xl\:tw-p-48{
    padding: 12rem;
  }

  .xl\:tw-p-52{
    padding: 13rem;
  }

  .xl\:tw-p-56{
    padding: 14rem;
  }

  .xl\:tw-p-60{
    padding: 15rem;
  }

  .xl\:tw-p-64{
    padding: 16rem;
  }

  .xl\:tw-p-72{
    padding: 18rem;
  }

  .xl\:tw-p-80{
    padding: 20rem;
  }

  .xl\:tw-p-96{
    padding: 24rem;
  }

  .xl\:tw-p-px{
    padding: 1px;
  }

  .xl\:tw-p-0\.5{
    padding: 0.125rem;
  }

  .xl\:tw-p-1\.5{
    padding: 0.375rem;
  }

  .xl\:tw-p-2\.5{
    padding: 0.625rem;
  }

  .xl\:tw-p-3\.5{
    padding: 0.875rem;
  }

  .xl\:tw-p-2\/3{
    padding: 66.666%;
  }

  .xl\:tw-p-3\/2{
    padding: 150%;
  }

  .xl\:tw-p-square{
    padding: 100%;
  }

  .xl\:tw-p-58px{
    padding: 58px;
  }

  .xl\:tw-p-63px{
    padding: 63px;
  }

  .xl\:tw-p-73px{
    padding: 73.px;
  }

  .xl\:tw-py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xl\:tw-px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:tw-py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:tw-px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:tw-py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:tw-px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:tw-py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:tw-px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:tw-py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:tw-px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:tw-py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:tw-px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .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-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xl\:tw-px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xl\:tw-py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:tw-px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:tw-py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xl\:tw-px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:tw-py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:tw-px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:tw-py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .xl\:tw-px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .xl\:tw-py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:tw-px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:tw-py-13{
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .xl\:tw-px-13{
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .xl\:tw-py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:tw-px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:tw-py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:tw-px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:tw-py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:tw-px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:tw-py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:tw-px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:tw-py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:tw-px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:tw-py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:tw-px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:tw-py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xl\:tw-px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xl\:tw-py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:tw-px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:tw-py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xl\:tw-px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xl\:tw-py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:tw-px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:tw-py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xl\:tw-px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xl\:tw-py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:tw-px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:tw-py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .xl\:tw-px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .xl\:tw-py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:tw-px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:tw-py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xl\:tw-px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xl\:tw-py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xl\:tw-px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xl\:tw-py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .xl\:tw-px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .xl\:tw-py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:tw-px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:tw-py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .xl\:tw-px-0\.5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .xl\:tw-py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .xl\:tw-px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .xl\:tw-py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .xl\:tw-px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .xl\:tw-py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .xl\:tw-px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .xl\:tw-py-2\/3{
    padding-top: 66.666%;
    padding-bottom: 66.666%;
  }

  .xl\:tw-px-2\/3{
    padding-left: 66.666%;
    padding-right: 66.666%;
  }

  .xl\:tw-py-3\/2{
    padding-top: 150%;
    padding-bottom: 150%;
  }

  .xl\:tw-px-3\/2{
    padding-left: 150%;
    padding-right: 150%;
  }

  .xl\:tw-py-square{
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .xl\:tw-px-square{
    padding-left: 100%;
    padding-right: 100%;
  }

  .xl\:tw-py-58px{
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .xl\:tw-px-58px{
    padding-left: 58px;
    padding-right: 58px;
  }

  .xl\:tw-py-63px{
    padding-top: 63px;
    padding-bottom: 63px;
  }

  .xl\:tw-px-63px{
    padding-left: 63px;
    padding-right: 63px;
  }

  .xl\:tw-py-73px{
    padding-top: 73.px;
    padding-bottom: 73.px;
  }

  .xl\:tw-px-73px{
    padding-left: 73.px;
    padding-right: 73.px;
  }

  .xl\:tw-pt-0{
    padding-top: 0px;
  }

  .xl\:tw-pr-0{
    padding-right: 0px;
  }

  .xl\:tw-pb-0{
    padding-bottom: 0px;
  }

  .xl\:tw-pl-0{
    padding-left: 0px;
  }

  .xl\:tw-pt-1{
    padding-top: 0.25rem;
  }

  .xl\:tw-pr-1{
    padding-right: 0.25rem;
  }

  .xl\:tw-pb-1{
    padding-bottom: 0.25rem;
  }

  .xl\:tw-pl-1{
    padding-left: 0.25rem;
  }

  .xl\:tw-pt-2{
    padding-top: 0.5rem;
  }

  .xl\:tw-pr-2{
    padding-right: 0.5rem;
  }

  .xl\:tw-pb-2{
    padding-bottom: 0.5rem;
  }

  .xl\:tw-pl-2{
    padding-left: 0.5rem;
  }

  .xl\:tw-pt-3{
    padding-top: 0.75rem;
  }

  .xl\:tw-pr-3{
    padding-right: 0.75rem;
  }

  .xl\:tw-pb-3{
    padding-bottom: 0.75rem;
  }

  .xl\:tw-pl-3{
    padding-left: 0.75rem;
  }

  .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-5{
    padding-top: 1.25rem;
  }

  .xl\:tw-pr-5{
    padding-right: 1.25rem;
  }

  .xl\:tw-pb-5{
    padding-bottom: 1.25rem;
  }

  .xl\:tw-pl-5{
    padding-left: 1.25rem;
  }

  .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-7{
    padding-top: 1.75rem;
  }

  .xl\:tw-pr-7{
    padding-right: 1.75rem;
  }

  .xl\:tw-pb-7{
    padding-bottom: 1.75rem;
  }

  .xl\:tw-pl-7{
    padding-left: 1.75rem;
  }

  .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-9{
    padding-top: 2.25rem;
  }

  .xl\:tw-pr-9{
    padding-right: 2.25rem;
  }

  .xl\:tw-pb-9{
    padding-bottom: 2.25rem;
  }

  .xl\:tw-pl-9{
    padding-left: 2.25rem;
  }

  .xl\:tw-pt-10{
    padding-top: 2.5rem;
  }

  .xl\:tw-pr-10{
    padding-right: 2.5rem;
  }

  .xl\:tw-pb-10{
    padding-bottom: 2.5rem;
  }

  .xl\:tw-pl-10{
    padding-left: 2.5rem;
  }

  .xl\:tw-pt-11{
    padding-top: 2.75rem;
  }

  .xl\:tw-pr-11{
    padding-right: 2.75rem;
  }

  .xl\:tw-pb-11{
    padding-bottom: 2.75rem;
  }

  .xl\:tw-pl-11{
    padding-left: 2.75rem;
  }

  .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-13{
    padding-top: 3.25rem;
  }

  .xl\:tw-pr-13{
    padding-right: 3.25rem;
  }

  .xl\:tw-pb-13{
    padding-bottom: 3.25rem;
  }

  .xl\:tw-pl-13{
    padding-left: 3.25rem;
  }

  .xl\:tw-pt-14{
    padding-top: 3.5rem;
  }

  .xl\:tw-pr-14{
    padding-right: 3.5rem;
  }

  .xl\:tw-pb-14{
    padding-bottom: 3.5rem;
  }

  .xl\:tw-pl-14{
    padding-left: 3.5rem;
  }

  .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-20{
    padding-top: 5rem;
  }

  .xl\:tw-pr-20{
    padding-right: 5rem;
  }

  .xl\:tw-pb-20{
    padding-bottom: 5rem;
  }

  .xl\:tw-pl-20{
    padding-left: 5rem;
  }

  .xl\:tw-pt-24{
    padding-top: 6rem;
  }

  .xl\:tw-pr-24{
    padding-right: 6rem;
  }

  .xl\:tw-pb-24{
    padding-bottom: 6rem;
  }

  .xl\:tw-pl-24{
    padding-left: 6rem;
  }

  .xl\:tw-pt-28{
    padding-top: 7rem;
  }

  .xl\:tw-pr-28{
    padding-right: 7rem;
  }

  .xl\:tw-pb-28{
    padding-bottom: 7rem;
  }

  .xl\:tw-pl-28{
    padding-left: 7rem;
  }

  .xl\:tw-pt-32{
    padding-top: 8rem;
  }

  .xl\:tw-pr-32{
    padding-right: 8rem;
  }

  .xl\:tw-pb-32{
    padding-bottom: 8rem;
  }

  .xl\:tw-pl-32{
    padding-left: 8rem;
  }

  .xl\:tw-pt-36{
    padding-top: 9rem;
  }

  .xl\:tw-pr-36{
    padding-right: 9rem;
  }

  .xl\:tw-pb-36{
    padding-bottom: 9rem;
  }

  .xl\:tw-pl-36{
    padding-left: 9rem;
  }

  .xl\:tw-pt-40{
    padding-top: 10rem;
  }

  .xl\:tw-pr-40{
    padding-right: 10rem;
  }

  .xl\:tw-pb-40{
    padding-bottom: 10rem;
  }

  .xl\:tw-pl-40{
    padding-left: 10rem;
  }

  .xl\:tw-pt-44{
    padding-top: 11rem;
  }

  .xl\:tw-pr-44{
    padding-right: 11rem;
  }

  .xl\:tw-pb-44{
    padding-bottom: 11rem;
  }

  .xl\:tw-pl-44{
    padding-left: 11rem;
  }

  .xl\:tw-pt-48{
    padding-top: 12rem;
  }

  .xl\:tw-pr-48{
    padding-right: 12rem;
  }

  .xl\:tw-pb-48{
    padding-bottom: 12rem;
  }

  .xl\:tw-pl-48{
    padding-left: 12rem;
  }

  .xl\:tw-pt-52{
    padding-top: 13rem;
  }

  .xl\:tw-pr-52{
    padding-right: 13rem;
  }

  .xl\:tw-pb-52{
    padding-bottom: 13rem;
  }

  .xl\:tw-pl-52{
    padding-left: 13rem;
  }

  .xl\:tw-pt-56{
    padding-top: 14rem;
  }

  .xl\:tw-pr-56{
    padding-right: 14rem;
  }

  .xl\:tw-pb-56{
    padding-bottom: 14rem;
  }

  .xl\:tw-pl-56{
    padding-left: 14rem;
  }

  .xl\:tw-pt-60{
    padding-top: 15rem;
  }

  .xl\:tw-pr-60{
    padding-right: 15rem;
  }

  .xl\:tw-pb-60{
    padding-bottom: 15rem;
  }

  .xl\:tw-pl-60{
    padding-left: 15rem;
  }

  .xl\:tw-pt-64{
    padding-top: 16rem;
  }

  .xl\:tw-pr-64{
    padding-right: 16rem;
  }

  .xl\:tw-pb-64{
    padding-bottom: 16rem;
  }

  .xl\:tw-pl-64{
    padding-left: 16rem;
  }

  .xl\:tw-pt-72{
    padding-top: 18rem;
  }

  .xl\:tw-pr-72{
    padding-right: 18rem;
  }

  .xl\:tw-pb-72{
    padding-bottom: 18rem;
  }

  .xl\:tw-pl-72{
    padding-left: 18rem;
  }

  .xl\:tw-pt-80{
    padding-top: 20rem;
  }

  .xl\:tw-pr-80{
    padding-right: 20rem;
  }

  .xl\:tw-pb-80{
    padding-bottom: 20rem;
  }

  .xl\:tw-pl-80{
    padding-left: 20rem;
  }

  .xl\:tw-pt-96{
    padding-top: 24rem;
  }

  .xl\:tw-pr-96{
    padding-right: 24rem;
  }

  .xl\:tw-pb-96{
    padding-bottom: 24rem;
  }

  .xl\:tw-pl-96{
    padding-left: 24rem;
  }

  .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-pt-0\.5{
    padding-top: 0.125rem;
  }

  .xl\:tw-pr-0\.5{
    padding-right: 0.125rem;
  }

  .xl\:tw-pb-0\.5{
    padding-bottom: 0.125rem;
  }

  .xl\:tw-pl-0\.5{
    padding-left: 0.125rem;
  }

  .xl\:tw-pt-1\.5{
    padding-top: 0.375rem;
  }

  .xl\:tw-pr-1\.5{
    padding-right: 0.375rem;
  }

  .xl\:tw-pb-1\.5{
    padding-bottom: 0.375rem;
  }

  .xl\:tw-pl-1\.5{
    padding-left: 0.375rem;
  }

  .xl\:tw-pt-2\.5{
    padding-top: 0.625rem;
  }

  .xl\:tw-pr-2\.5{
    padding-right: 0.625rem;
  }

  .xl\:tw-pb-2\.5{
    padding-bottom: 0.625rem;
  }

  .xl\:tw-pl-2\.5{
    padding-left: 0.625rem;
  }

  .xl\:tw-pt-3\.5{
    padding-top: 0.875rem;
  }

  .xl\:tw-pr-3\.5{
    padding-right: 0.875rem;
  }

  .xl\:tw-pb-3\.5{
    padding-bottom: 0.875rem;
  }

  .xl\:tw-pl-3\.5{
    padding-left: 0.875rem;
  }

  .xl\:tw-pt-2\/3{
    padding-top: 66.666%;
  }

  .xl\:tw-pr-2\/3{
    padding-right: 66.666%;
  }

  .xl\:tw-pb-2\/3{
    padding-bottom: 66.666%;
  }

  .xl\:tw-pl-2\/3{
    padding-left: 66.666%;
  }

  .xl\:tw-pt-3\/2{
    padding-top: 150%;
  }

  .xl\:tw-pr-3\/2{
    padding-right: 150%;
  }

  .xl\:tw-pb-3\/2{
    padding-bottom: 150%;
  }

  .xl\:tw-pl-3\/2{
    padding-left: 150%;
  }

  .xl\:tw-pt-square{
    padding-top: 100%;
  }

  .xl\:tw-pr-square{
    padding-right: 100%;
  }

  .xl\:tw-pb-square{
    padding-bottom: 100%;
  }

  .xl\:tw-pl-square{
    padding-left: 100%;
  }

  .xl\:tw-pt-58px{
    padding-top: 58px;
  }

  .xl\:tw-pr-58px{
    padding-right: 58px;
  }

  .xl\:tw-pb-58px{
    padding-bottom: 58px;
  }

  .xl\:tw-pl-58px{
    padding-left: 58px;
  }

  .xl\:tw-pt-63px{
    padding-top: 63px;
  }

  .xl\:tw-pr-63px{
    padding-right: 63px;
  }

  .xl\:tw-pb-63px{
    padding-bottom: 63px;
  }

  .xl\:tw-pl-63px{
    padding-left: 63px;
  }

  .xl\:tw-pt-73px{
    padding-top: 73.px;
  }

  .xl\:tw-pr-73px{
    padding-right: 73.px;
  }

  .xl\:tw-pb-73px{
    padding-bottom: 73.px;
  }

  .xl\:tw-pl-73px{
    padding-left: 73.px;
  }

  .xl\:tw-placeholder-brand-orange:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
  }

  .xl\:tw-placeholder-brand-orange::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
  }

  .xl\:tw-placeholder-brand-orange-dark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
  }

  .xl\:tw-placeholder-brand-orange-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
  }

  .xl\:tw-placeholder-brand-orange-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
  }

  .xl\:tw-placeholder-brand-orange-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
  }

  .xl\:tw-placeholder-brand-blue:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
  }

  .xl\:tw-placeholder-brand-blue::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
  }

  .xl\:tw-placeholder-brand-blue-dark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
  }

  .xl\:tw-placeholder-brand-blue-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
  }

  .xl\:tw-placeholder-brand-blue-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
  }

  .xl\:tw-placeholder-brand-blue-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
  }

  .xl\:tw-placeholder-brand-yellow:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-placeholder-opacity));
  }

  .xl\:tw-placeholder-brand-yellow::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-placeholder-opacity));
  }

  .xl\:tw-placeholder-brand-green:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-placeholder-opacity));
  }

  .xl\:tw-placeholder-brand-green::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-placeholder-opacity));
  }

  .xl\:tw-placeholder-brand-pink:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-placeholder-opacity));
  }

  .xl\:tw-placeholder-brand-pink::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-placeholder-opacity));
  }

  .xl\:tw-placeholder-brand-red:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-placeholder-opacity));
  }

  .xl\:tw-placeholder-brand-red::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-placeholder-opacity));
  }

  .xl\:tw-placeholder-brand-turquesa:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-placeholder-opacity));
  }

  .xl\:tw-placeholder-brand-turquesa::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-lighter:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-lighter::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-dark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-darker:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-darker::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-medium:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-medium::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-mid:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-mid::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-placeholder-opacity));
  }

  .xl\:tw-placeholder-black:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:tw-placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:tw-placeholder-primary:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
  }

  .xl\:tw-placeholder-primary::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
  }

  .xl\:tw-placeholder-primary-dark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
  }

  .xl\:tw-placeholder-primary-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
  }

  .xl\:tw-placeholder-primary-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
  }

  .xl\:tw-placeholder-primary-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
  }

  .xl\:tw-placeholder-secondary:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
  }

  .xl\:tw-placeholder-secondary::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
  }

  .xl\:tw-placeholder-secondary-dark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
  }

  .xl\:tw-placeholder-secondary-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
  }

  .xl\:tw-placeholder-secondary-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
  }

  .xl\:tw-placeholder-secondary-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
  }

  .xl\:tw-placeholder-white:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:tw-placeholder-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:tw-placeholder-hyperlinks:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-placeholder-opacity));
  }

  .xl\:tw-placeholder-hyperlinks::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-placeholder-opacity));
  }

  .xl\:tw-placeholder-hyperlinks-visited:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-placeholder-opacity));
  }

  .xl\:tw-placeholder-hyperlinks-visited::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-placeholder-opacity));
  }

  .xl\:tw-placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .xl\:tw-placeholder-transparent::placeholder{
    color: transparent;
  }

  .xl\:focus\:tw-placeholder-brand-orange:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-brand-orange:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-brand-orange-dark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-brand-orange-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-brand-orange-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-brand-orange-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-brand-blue:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-brand-blue:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-brand-blue-dark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-brand-blue-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-brand-blue-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-brand-blue-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-brand-yellow:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-brand-yellow:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-brand-green:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-brand-green:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-brand-pink:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-brand-pink:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-brand-red:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-brand-red:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-brand-turquesa:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-brand-turquesa:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-lighter:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-lighter:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-dark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-darker:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-darker:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-medium:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-medium:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-mid:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-mid:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-black:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-primary:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-primary:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-primary-dark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-primary-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-primary-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-primary-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-secondary:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-secondary:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-secondary-dark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-secondary-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-secondary-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-secondary-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-white:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-hyperlinks:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-hyperlinks:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-hyperlinks-visited:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-hyperlinks-visited:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .xl\:focus\:tw-placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .xl\:tw-placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .xl\:tw-placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .xl\:tw-placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:tw-placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:tw-placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:tw-placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:tw-placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:tw-placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:tw-placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:tw-placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:tw-placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:tw-placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:tw-placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:tw-placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:tw-placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:tw-placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:tw-placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:tw-placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:tw-placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:tw-placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:tw-placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:tw-placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:tw-placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:tw-placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:tw-placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:tw-placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:tw-placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:tw-placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:tw-placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .xl\:tw-placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .xl\:focus\:tw-placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .xl\:focus\:tw-placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .xl\:focus\:tw-placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:focus\:tw-placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:focus\:tw-placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:focus\:tw-placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:focus\:tw-placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:focus\:tw-placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:focus\:tw-placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:focus\:tw-placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:focus\:tw-placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:focus\:tw-placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:focus\:tw-placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:focus\:tw-placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:focus\:tw-placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:focus\:tw-placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:focus\:tw-placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:focus\:tw-placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:focus\:tw-placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:focus\:tw-placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:focus\:tw-placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:focus\:tw-placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:focus\:tw-placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:focus\:tw-placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:focus\:tw-placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:focus\:tw-placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:focus\:tw-placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:focus\:tw-placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:focus\:tw-placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .xl\:focus\:tw-placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .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: sticky;
  }

  .xl\:hover\:tw-static:hover{
    position: static;
  }

  .xl\:hover\:tw-fixed:hover{
    position: fixed;
  }

  .xl\:hover\:tw-absolute:hover{
    position: absolute;
  }

  .xl\:hover\:tw-relative:hover{
    position: relative;
  }

  .xl\:hover\:tw-sticky:hover{
    position: sticky;
  }

  .xl\:focus\:tw-static:focus{
    position: static;
  }

  .xl\:focus\:tw-fixed:focus{
    position: fixed;
  }

  .xl\:focus\:tw-absolute:focus{
    position: absolute;
  }

  .xl\:focus\:tw-relative:focus{
    position: relative;
  }

  .xl\:focus\:tw-sticky:focus{
    position: sticky;
  }

  .xl\:active\:tw-static:active{
    position: static;
  }

  .xl\:active\:tw-fixed:active{
    position: fixed;
  }

  .xl\:active\:tw-absolute:active{
    position: absolute;
  }

  .xl\:active\:tw-relative:active{
    position: relative;
  }

  .xl\:active\:tw-sticky:active{
    position: sticky;
  }

  .xl\:tw-inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .xl\:tw-inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .xl\:tw-inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .xl\:tw-inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .xl\:tw-inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .xl\:tw-inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .xl\:tw-inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .xl\:tw-inset-7{
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .xl\:tw-inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .xl\:tw-inset-9{
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .xl\:tw-inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .xl\:tw-inset-11{
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .xl\:tw-inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .xl\:tw-inset-13{
    top: 3.25rem;
    right: 3.25rem;
    bottom: 3.25rem;
    left: 3.25rem;
  }

  .xl\:tw-inset-14{
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .xl\:tw-inset-16{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .xl\:tw-inset-20{
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .xl\:tw-inset-24{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .xl\:tw-inset-28{
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .xl\:tw-inset-32{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .xl\:tw-inset-36{
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .xl\:tw-inset-40{
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .xl\:tw-inset-44{
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .xl\:tw-inset-48{
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .xl\:tw-inset-52{
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .xl\:tw-inset-56{
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .xl\:tw-inset-60{
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .xl\:tw-inset-64{
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .xl\:tw-inset-72{
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .xl\:tw-inset-80{
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .xl\:tw-inset-96{
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .xl\:tw-inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:tw-inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .xl\:tw-inset-0\.5{
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .xl\:tw-inset-1\.5{
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .xl\:tw-inset-2\.5{
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .xl\:tw-inset-3\.5{
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .xl\:tw-inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .xl\:tw-inset-3\/2{
    top: 150%;
    right: 150%;
    bottom: 150%;
    left: 150%;
  }

  .xl\:tw-inset-square{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .xl\:tw-inset-58px{
    top: 58px;
    right: 58px;
    bottom: 58px;
    left: 58px;
  }

  .xl\:tw-inset-63px{
    top: 63px;
    right: 63px;
    bottom: 63px;
    left: 63px;
  }

  .xl\:tw-inset-73px{
    top: 73.px;
    right: 73.px;
    bottom: 73.px;
    left: 73.px;
  }

  .xl\:tw--inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .xl\:tw--inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .xl\:tw--inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .xl\:tw--inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .xl\:tw--inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .xl\:tw--inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .xl\:tw--inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .xl\:tw--inset-7{
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .xl\:tw--inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .xl\:tw--inset-9{
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .xl\:tw--inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .xl\:tw--inset-11{
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .xl\:tw--inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .xl\:tw--inset-13{
    top: -3.25rem;
    right: -3.25rem;
    bottom: -3.25rem;
    left: -3.25rem;
  }

  .xl\:tw--inset-14{
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .xl\:tw--inset-16{
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .xl\:tw--inset-20{
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .xl\:tw--inset-24{
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .xl\:tw--inset-28{
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .xl\:tw--inset-32{
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .xl\:tw--inset-36{
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .xl\:tw--inset-40{
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .xl\:tw--inset-44{
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .xl\:tw--inset-48{
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .xl\:tw--inset-52{
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .xl\:tw--inset-56{
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .xl\:tw--inset-60{
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .xl\:tw--inset-64{
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .xl\:tw--inset-72{
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .xl\:tw--inset-80{
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .xl\:tw--inset-96{
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .xl\:tw--inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .xl\:tw--inset-0\.5{
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .xl\:tw--inset-1\.5{
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .xl\:tw--inset-2\.5{
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .xl\:tw--inset-3\.5{
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .xl\:tw--inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .xl\:tw--inset-3\/2{
    top: -150%;
    right: -150%;
    bottom: -150%;
    left: -150%;
  }

  .xl\:tw--inset-square{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .xl\:tw--inset-58px{
    top: -58px;
    right: -58px;
    bottom: -58px;
    left: -58px;
  }

  .xl\:tw--inset-63px{
    top: -63px;
    right: -63px;
    bottom: -63px;
    left: -63px;
  }

  .xl\:tw--inset-73px{
    top: -73px;
    right: -73px;
    bottom: -73px;
    left: -73px;
  }

  .xl\:tw-inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl\:tw-inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .xl\:tw-inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .xl\:tw-inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl\:tw-inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .xl\:tw-inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .xl\:tw--inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xl\:tw--inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .xl\:tw--inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .xl\:tw--inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xl\:tw--inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .xl\:tw--inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .xl\:tw-inset-1\/5{
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .xl\:tw-inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .xl\:tw-inset-x-0{
    right: 0px;
    left: 0px;
  }

  .xl\:tw-inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .xl\:tw-inset-x-1{
    right: 0.25rem;
    left: 0.25rem;
  }

  .xl\:tw-inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .xl\:tw-inset-x-2{
    right: 0.5rem;
    left: 0.5rem;
  }

  .xl\:tw-inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .xl\:tw-inset-x-3{
    right: 0.75rem;
    left: 0.75rem;
  }

  .xl\:tw-inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  .xl\:tw-inset-x-4{
    right: 1rem;
    left: 1rem;
  }

  .xl\:tw-inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .xl\:tw-inset-x-5{
    right: 1.25rem;
    left: 1.25rem;
  }

  .xl\:tw-inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .xl\:tw-inset-x-6{
    right: 1.5rem;
    left: 1.5rem;
  }

  .xl\:tw-inset-y-7{
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .xl\:tw-inset-x-7{
    right: 1.75rem;
    left: 1.75rem;
  }

  .xl\:tw-inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  .xl\:tw-inset-x-8{
    right: 2rem;
    left: 2rem;
  }

  .xl\:tw-inset-y-9{
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .xl\:tw-inset-x-9{
    right: 2.25rem;
    left: 2.25rem;
  }

  .xl\:tw-inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .xl\:tw-inset-x-10{
    right: 2.5rem;
    left: 2.5rem;
  }

  .xl\:tw-inset-y-11{
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .xl\:tw-inset-x-11{
    right: 2.75rem;
    left: 2.75rem;
  }

  .xl\:tw-inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  .xl\:tw-inset-x-12{
    right: 3rem;
    left: 3rem;
  }

  .xl\:tw-inset-y-13{
    top: 3.25rem;
    bottom: 3.25rem;
  }

  .xl\:tw-inset-x-13{
    right: 3.25rem;
    left: 3.25rem;
  }

  .xl\:tw-inset-y-14{
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .xl\:tw-inset-x-14{
    right: 3.5rem;
    left: 3.5rem;
  }

  .xl\:tw-inset-y-16{
    top: 4rem;
    bottom: 4rem;
  }

  .xl\:tw-inset-x-16{
    right: 4rem;
    left: 4rem;
  }

  .xl\:tw-inset-y-20{
    top: 5rem;
    bottom: 5rem;
  }

  .xl\:tw-inset-x-20{
    right: 5rem;
    left: 5rem;
  }

  .xl\:tw-inset-y-24{
    top: 6rem;
    bottom: 6rem;
  }

  .xl\:tw-inset-x-24{
    right: 6rem;
    left: 6rem;
  }

  .xl\:tw-inset-y-28{
    top: 7rem;
    bottom: 7rem;
  }

  .xl\:tw-inset-x-28{
    right: 7rem;
    left: 7rem;
  }

  .xl\:tw-inset-y-32{
    top: 8rem;
    bottom: 8rem;
  }

  .xl\:tw-inset-x-32{
    right: 8rem;
    left: 8rem;
  }

  .xl\:tw-inset-y-36{
    top: 9rem;
    bottom: 9rem;
  }

  .xl\:tw-inset-x-36{
    right: 9rem;
    left: 9rem;
  }

  .xl\:tw-inset-y-40{
    top: 10rem;
    bottom: 10rem;
  }

  .xl\:tw-inset-x-40{
    right: 10rem;
    left: 10rem;
  }

  .xl\:tw-inset-y-44{
    top: 11rem;
    bottom: 11rem;
  }

  .xl\:tw-inset-x-44{
    right: 11rem;
    left: 11rem;
  }

  .xl\:tw-inset-y-48{
    top: 12rem;
    bottom: 12rem;
  }

  .xl\:tw-inset-x-48{
    right: 12rem;
    left: 12rem;
  }

  .xl\:tw-inset-y-52{
    top: 13rem;
    bottom: 13rem;
  }

  .xl\:tw-inset-x-52{
    right: 13rem;
    left: 13rem;
  }

  .xl\:tw-inset-y-56{
    top: 14rem;
    bottom: 14rem;
  }

  .xl\:tw-inset-x-56{
    right: 14rem;
    left: 14rem;
  }

  .xl\:tw-inset-y-60{
    top: 15rem;
    bottom: 15rem;
  }

  .xl\:tw-inset-x-60{
    right: 15rem;
    left: 15rem;
  }

  .xl\:tw-inset-y-64{
    top: 16rem;
    bottom: 16rem;
  }

  .xl\:tw-inset-x-64{
    right: 16rem;
    left: 16rem;
  }

  .xl\:tw-inset-y-72{
    top: 18rem;
    bottom: 18rem;
  }

  .xl\:tw-inset-x-72{
    right: 18rem;
    left: 18rem;
  }

  .xl\:tw-inset-y-80{
    top: 20rem;
    bottom: 20rem;
  }

  .xl\:tw-inset-x-80{
    right: 20rem;
    left: 20rem;
  }

  .xl\:tw-inset-y-96{
    top: 24rem;
    bottom: 24rem;
  }

  .xl\:tw-inset-x-96{
    right: 24rem;
    left: 24rem;
  }

  .xl\:tw-inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .xl\:tw-inset-x-auto{
    right: auto;
    left: auto;
  }

  .xl\:tw-inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  .xl\:tw-inset-x-px{
    right: 1px;
    left: 1px;
  }

  .xl\:tw-inset-y-0\.5{
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .xl\:tw-inset-x-0\.5{
    right: 0.125rem;
    left: 0.125rem;
  }

  .xl\:tw-inset-y-1\.5{
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .xl\:tw-inset-x-1\.5{
    right: 0.375rem;
    left: 0.375rem;
  }

  .xl\:tw-inset-y-2\.5{
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .xl\:tw-inset-x-2\.5{
    right: 0.625rem;
    left: 0.625rem;
  }

  .xl\:tw-inset-y-3\.5{
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .xl\:tw-inset-x-3\.5{
    right: 0.875rem;
    left: 0.875rem;
  }

  .xl\:tw-inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .xl\:tw-inset-x-2\/3{
    right: 66.666667%;
    left: 66.666667%;
  }

  .xl\:tw-inset-y-3\/2{
    top: 150%;
    bottom: 150%;
  }

  .xl\:tw-inset-x-3\/2{
    right: 150%;
    left: 150%;
  }

  .xl\:tw-inset-y-square{
    top: 100%;
    bottom: 100%;
  }

  .xl\:tw-inset-x-square{
    right: 100%;
    left: 100%;
  }

  .xl\:tw-inset-y-58px{
    top: 58px;
    bottom: 58px;
  }

  .xl\:tw-inset-x-58px{
    right: 58px;
    left: 58px;
  }

  .xl\:tw-inset-y-63px{
    top: 63px;
    bottom: 63px;
  }

  .xl\:tw-inset-x-63px{
    right: 63px;
    left: 63px;
  }

  .xl\:tw-inset-y-73px{
    top: 73.px;
    bottom: 73.px;
  }

  .xl\:tw-inset-x-73px{
    right: 73.px;
    left: 73.px;
  }

  .xl\:tw--inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .xl\:tw--inset-x-0{
    right: 0px;
    left: 0px;
  }

  .xl\:tw--inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .xl\:tw--inset-x-1{
    right: -0.25rem;
    left: -0.25rem;
  }

  .xl\:tw--inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .xl\:tw--inset-x-2{
    right: -0.5rem;
    left: -0.5rem;
  }

  .xl\:tw--inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .xl\:tw--inset-x-3{
    right: -0.75rem;
    left: -0.75rem;
  }

  .xl\:tw--inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  .xl\:tw--inset-x-4{
    right: -1rem;
    left: -1rem;
  }

  .xl\:tw--inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .xl\:tw--inset-x-5{
    right: -1.25rem;
    left: -1.25rem;
  }

  .xl\:tw--inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .xl\:tw--inset-x-6{
    right: -1.5rem;
    left: -1.5rem;
  }

  .xl\:tw--inset-y-7{
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .xl\:tw--inset-x-7{
    right: -1.75rem;
    left: -1.75rem;
  }

  .xl\:tw--inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  .xl\:tw--inset-x-8{
    right: -2rem;
    left: -2rem;
  }

  .xl\:tw--inset-y-9{
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .xl\:tw--inset-x-9{
    right: -2.25rem;
    left: -2.25rem;
  }

  .xl\:tw--inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .xl\:tw--inset-x-10{
    right: -2.5rem;
    left: -2.5rem;
  }

  .xl\:tw--inset-y-11{
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .xl\:tw--inset-x-11{
    right: -2.75rem;
    left: -2.75rem;
  }

  .xl\:tw--inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  .xl\:tw--inset-x-12{
    right: -3rem;
    left: -3rem;
  }

  .xl\:tw--inset-y-13{
    top: -3.25rem;
    bottom: -3.25rem;
  }

  .xl\:tw--inset-x-13{
    right: -3.25rem;
    left: -3.25rem;
  }

  .xl\:tw--inset-y-14{
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .xl\:tw--inset-x-14{
    right: -3.5rem;
    left: -3.5rem;
  }

  .xl\:tw--inset-y-16{
    top: -4rem;
    bottom: -4rem;
  }

  .xl\:tw--inset-x-16{
    right: -4rem;
    left: -4rem;
  }

  .xl\:tw--inset-y-20{
    top: -5rem;
    bottom: -5rem;
  }

  .xl\:tw--inset-x-20{
    right: -5rem;
    left: -5rem;
  }

  .xl\:tw--inset-y-24{
    top: -6rem;
    bottom: -6rem;
  }

  .xl\:tw--inset-x-24{
    right: -6rem;
    left: -6rem;
  }

  .xl\:tw--inset-y-28{
    top: -7rem;
    bottom: -7rem;
  }

  .xl\:tw--inset-x-28{
    right: -7rem;
    left: -7rem;
  }

  .xl\:tw--inset-y-32{
    top: -8rem;
    bottom: -8rem;
  }

  .xl\:tw--inset-x-32{
    right: -8rem;
    left: -8rem;
  }

  .xl\:tw--inset-y-36{
    top: -9rem;
    bottom: -9rem;
  }

  .xl\:tw--inset-x-36{
    right: -9rem;
    left: -9rem;
  }

  .xl\:tw--inset-y-40{
    top: -10rem;
    bottom: -10rem;
  }

  .xl\:tw--inset-x-40{
    right: -10rem;
    left: -10rem;
  }

  .xl\:tw--inset-y-44{
    top: -11rem;
    bottom: -11rem;
  }

  .xl\:tw--inset-x-44{
    right: -11rem;
    left: -11rem;
  }

  .xl\:tw--inset-y-48{
    top: -12rem;
    bottom: -12rem;
  }

  .xl\:tw--inset-x-48{
    right: -12rem;
    left: -12rem;
  }

  .xl\:tw--inset-y-52{
    top: -13rem;
    bottom: -13rem;
  }

  .xl\:tw--inset-x-52{
    right: -13rem;
    left: -13rem;
  }

  .xl\:tw--inset-y-56{
    top: -14rem;
    bottom: -14rem;
  }

  .xl\:tw--inset-x-56{
    right: -14rem;
    left: -14rem;
  }

  .xl\:tw--inset-y-60{
    top: -15rem;
    bottom: -15rem;
  }

  .xl\:tw--inset-x-60{
    right: -15rem;
    left: -15rem;
  }

  .xl\:tw--inset-y-64{
    top: -16rem;
    bottom: -16rem;
  }

  .xl\:tw--inset-x-64{
    right: -16rem;
    left: -16rem;
  }

  .xl\:tw--inset-y-72{
    top: -18rem;
    bottom: -18rem;
  }

  .xl\:tw--inset-x-72{
    right: -18rem;
    left: -18rem;
  }

  .xl\:tw--inset-y-80{
    top: -20rem;
    bottom: -20rem;
  }

  .xl\:tw--inset-x-80{
    right: -20rem;
    left: -20rem;
  }

  .xl\:tw--inset-y-96{
    top: -24rem;
    bottom: -24rem;
  }

  .xl\:tw--inset-x-96{
    right: -24rem;
    left: -24rem;
  }

  .xl\:tw--inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  .xl\:tw--inset-x-px{
    right: -1px;
    left: -1px;
  }

  .xl\:tw--inset-y-0\.5{
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .xl\:tw--inset-x-0\.5{
    right: -0.125rem;
    left: -0.125rem;
  }

  .xl\:tw--inset-y-1\.5{
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .xl\:tw--inset-x-1\.5{
    right: -0.375rem;
    left: -0.375rem;
  }

  .xl\:tw--inset-y-2\.5{
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .xl\:tw--inset-x-2\.5{
    right: -0.625rem;
    left: -0.625rem;
  }

  .xl\:tw--inset-y-3\.5{
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .xl\:tw--inset-x-3\.5{
    right: -0.875rem;
    left: -0.875rem;
  }

  .xl\:tw--inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .xl\:tw--inset-x-2\/3{
    right: -66.666667%;
    left: -66.666667%;
  }

  .xl\:tw--inset-y-3\/2{
    top: -150%;
    bottom: -150%;
  }

  .xl\:tw--inset-x-3\/2{
    right: -150%;
    left: -150%;
  }

  .xl\:tw--inset-y-square{
    top: -100%;
    bottom: -100%;
  }

  .xl\:tw--inset-x-square{
    right: -100%;
    left: -100%;
  }

  .xl\:tw--inset-y-58px{
    top: -58px;
    bottom: -58px;
  }

  .xl\:tw--inset-x-58px{
    right: -58px;
    left: -58px;
  }

  .xl\:tw--inset-y-63px{
    top: -63px;
    bottom: -63px;
  }

  .xl\:tw--inset-x-63px{
    right: -63px;
    left: -63px;
  }

  .xl\:tw--inset-y-73px{
    top: -73px;
    bottom: -73px;
  }

  .xl\:tw--inset-x-73px{
    right: -73px;
    left: -73px;
  }

  .xl\:tw-inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .xl\:tw-inset-x-1\/2{
    right: 50%;
    left: 50%;
  }

  .xl\:tw-inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .xl\:tw-inset-x-1\/3{
    right: 33.333333%;
    left: 33.333333%;
  }

  .xl\:tw-inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .xl\:tw-inset-x-1\/4{
    right: 25%;
    left: 25%;
  }

  .xl\:tw-inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .xl\:tw-inset-x-2\/4{
    right: 50%;
    left: 50%;
  }

  .xl\:tw-inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .xl\:tw-inset-x-3\/4{
    right: 75%;
    left: 75%;
  }

  .xl\:tw-inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .xl\:tw-inset-x-full{
    right: 100%;
    left: 100%;
  }

  .xl\:tw--inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .xl\:tw--inset-x-1\/2{
    right: -50%;
    left: -50%;
  }

  .xl\:tw--inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .xl\:tw--inset-x-1\/3{
    right: -33.333333%;
    left: -33.333333%;
  }

  .xl\:tw--inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .xl\:tw--inset-x-1\/4{
    right: -25%;
    left: -25%;
  }

  .xl\:tw--inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .xl\:tw--inset-x-2\/4{
    right: -50%;
    left: -50%;
  }

  .xl\:tw--inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .xl\:tw--inset-x-3\/4{
    right: -75%;
    left: -75%;
  }

  .xl\:tw--inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .xl\:tw--inset-x-full{
    right: -100%;
    left: -100%;
  }

  .xl\:tw-inset-y-1\/5{
    top: 20%;
    bottom: 20%;
  }

  .xl\:tw-inset-x-1\/5{
    right: 20%;
    left: 20%;
  }

  .xl\:tw-top-0{
    top: 0px;
  }

  .xl\:tw-right-0{
    right: 0px;
  }

  .xl\:tw-bottom-0{
    bottom: 0px;
  }

  .xl\:tw-left-0{
    left: 0px;
  }

  .xl\:tw-top-1{
    top: 0.25rem;
  }

  .xl\:tw-right-1{
    right: 0.25rem;
  }

  .xl\:tw-bottom-1{
    bottom: 0.25rem;
  }

  .xl\:tw-left-1{
    left: 0.25rem;
  }

  .xl\:tw-top-2{
    top: 0.5rem;
  }

  .xl\:tw-right-2{
    right: 0.5rem;
  }

  .xl\:tw-bottom-2{
    bottom: 0.5rem;
  }

  .xl\:tw-left-2{
    left: 0.5rem;
  }

  .xl\:tw-top-3{
    top: 0.75rem;
  }

  .xl\:tw-right-3{
    right: 0.75rem;
  }

  .xl\:tw-bottom-3{
    bottom: 0.75rem;
  }

  .xl\:tw-left-3{
    left: 0.75rem;
  }

  .xl\:tw-top-4{
    top: 1rem;
  }

  .xl\:tw-right-4{
    right: 1rem;
  }

  .xl\:tw-bottom-4{
    bottom: 1rem;
  }

  .xl\:tw-left-4{
    left: 1rem;
  }

  .xl\:tw-top-5{
    top: 1.25rem;
  }

  .xl\:tw-right-5{
    right: 1.25rem;
  }

  .xl\:tw-bottom-5{
    bottom: 1.25rem;
  }

  .xl\:tw-left-5{
    left: 1.25rem;
  }

  .xl\:tw-top-6{
    top: 1.5rem;
  }

  .xl\:tw-right-6{
    right: 1.5rem;
  }

  .xl\:tw-bottom-6{
    bottom: 1.5rem;
  }

  .xl\:tw-left-6{
    left: 1.5rem;
  }

  .xl\:tw-top-7{
    top: 1.75rem;
  }

  .xl\:tw-right-7{
    right: 1.75rem;
  }

  .xl\:tw-bottom-7{
    bottom: 1.75rem;
  }

  .xl\:tw-left-7{
    left: 1.75rem;
  }

  .xl\:tw-top-8{
    top: 2rem;
  }

  .xl\:tw-right-8{
    right: 2rem;
  }

  .xl\:tw-bottom-8{
    bottom: 2rem;
  }

  .xl\:tw-left-8{
    left: 2rem;
  }

  .xl\:tw-top-9{
    top: 2.25rem;
  }

  .xl\:tw-right-9{
    right: 2.25rem;
  }

  .xl\:tw-bottom-9{
    bottom: 2.25rem;
  }

  .xl\:tw-left-9{
    left: 2.25rem;
  }

  .xl\:tw-top-10{
    top: 2.5rem;
  }

  .xl\:tw-right-10{
    right: 2.5rem;
  }

  .xl\:tw-bottom-10{
    bottom: 2.5rem;
  }

  .xl\:tw-left-10{
    left: 2.5rem;
  }

  .xl\:tw-top-11{
    top: 2.75rem;
  }

  .xl\:tw-right-11{
    right: 2.75rem;
  }

  .xl\:tw-bottom-11{
    bottom: 2.75rem;
  }

  .xl\:tw-left-11{
    left: 2.75rem;
  }

  .xl\:tw-top-12{
    top: 3rem;
  }

  .xl\:tw-right-12{
    right: 3rem;
  }

  .xl\:tw-bottom-12{
    bottom: 3rem;
  }

  .xl\:tw-left-12{
    left: 3rem;
  }

  .xl\:tw-top-13{
    top: 3.25rem;
  }

  .xl\:tw-right-13{
    right: 3.25rem;
  }

  .xl\:tw-bottom-13{
    bottom: 3.25rem;
  }

  .xl\:tw-left-13{
    left: 3.25rem;
  }

  .xl\:tw-top-14{
    top: 3.5rem;
  }

  .xl\:tw-right-14{
    right: 3.5rem;
  }

  .xl\:tw-bottom-14{
    bottom: 3.5rem;
  }

  .xl\:tw-left-14{
    left: 3.5rem;
  }

  .xl\:tw-top-16{
    top: 4rem;
  }

  .xl\:tw-right-16{
    right: 4rem;
  }

  .xl\:tw-bottom-16{
    bottom: 4rem;
  }

  .xl\:tw-left-16{
    left: 4rem;
  }

  .xl\:tw-top-20{
    top: 5rem;
  }

  .xl\:tw-right-20{
    right: 5rem;
  }

  .xl\:tw-bottom-20{
    bottom: 5rem;
  }

  .xl\:tw-left-20{
    left: 5rem;
  }

  .xl\:tw-top-24{
    top: 6rem;
  }

  .xl\:tw-right-24{
    right: 6rem;
  }

  .xl\:tw-bottom-24{
    bottom: 6rem;
  }

  .xl\:tw-left-24{
    left: 6rem;
  }

  .xl\:tw-top-28{
    top: 7rem;
  }

  .xl\:tw-right-28{
    right: 7rem;
  }

  .xl\:tw-bottom-28{
    bottom: 7rem;
  }

  .xl\:tw-left-28{
    left: 7rem;
  }

  .xl\:tw-top-32{
    top: 8rem;
  }

  .xl\:tw-right-32{
    right: 8rem;
  }

  .xl\:tw-bottom-32{
    bottom: 8rem;
  }

  .xl\:tw-left-32{
    left: 8rem;
  }

  .xl\:tw-top-36{
    top: 9rem;
  }

  .xl\:tw-right-36{
    right: 9rem;
  }

  .xl\:tw-bottom-36{
    bottom: 9rem;
  }

  .xl\:tw-left-36{
    left: 9rem;
  }

  .xl\:tw-top-40{
    top: 10rem;
  }

  .xl\:tw-right-40{
    right: 10rem;
  }

  .xl\:tw-bottom-40{
    bottom: 10rem;
  }

  .xl\:tw-left-40{
    left: 10rem;
  }

  .xl\:tw-top-44{
    top: 11rem;
  }

  .xl\:tw-right-44{
    right: 11rem;
  }

  .xl\:tw-bottom-44{
    bottom: 11rem;
  }

  .xl\:tw-left-44{
    left: 11rem;
  }

  .xl\:tw-top-48{
    top: 12rem;
  }

  .xl\:tw-right-48{
    right: 12rem;
  }

  .xl\:tw-bottom-48{
    bottom: 12rem;
  }

  .xl\:tw-left-48{
    left: 12rem;
  }

  .xl\:tw-top-52{
    top: 13rem;
  }

  .xl\:tw-right-52{
    right: 13rem;
  }

  .xl\:tw-bottom-52{
    bottom: 13rem;
  }

  .xl\:tw-left-52{
    left: 13rem;
  }

  .xl\:tw-top-56{
    top: 14rem;
  }

  .xl\:tw-right-56{
    right: 14rem;
  }

  .xl\:tw-bottom-56{
    bottom: 14rem;
  }

  .xl\:tw-left-56{
    left: 14rem;
  }

  .xl\:tw-top-60{
    top: 15rem;
  }

  .xl\:tw-right-60{
    right: 15rem;
  }

  .xl\:tw-bottom-60{
    bottom: 15rem;
  }

  .xl\:tw-left-60{
    left: 15rem;
  }

  .xl\:tw-top-64{
    top: 16rem;
  }

  .xl\:tw-right-64{
    right: 16rem;
  }

  .xl\:tw-bottom-64{
    bottom: 16rem;
  }

  .xl\:tw-left-64{
    left: 16rem;
  }

  .xl\:tw-top-72{
    top: 18rem;
  }

  .xl\:tw-right-72{
    right: 18rem;
  }

  .xl\:tw-bottom-72{
    bottom: 18rem;
  }

  .xl\:tw-left-72{
    left: 18rem;
  }

  .xl\:tw-top-80{
    top: 20rem;
  }

  .xl\:tw-right-80{
    right: 20rem;
  }

  .xl\:tw-bottom-80{
    bottom: 20rem;
  }

  .xl\:tw-left-80{
    left: 20rem;
  }

  .xl\:tw-top-96{
    top: 24rem;
  }

  .xl\:tw-right-96{
    right: 24rem;
  }

  .xl\:tw-bottom-96{
    bottom: 24rem;
  }

  .xl\:tw-left-96{
    left: 24rem;
  }

  .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-top-px{
    top: 1px;
  }

  .xl\:tw-right-px{
    right: 1px;
  }

  .xl\:tw-bottom-px{
    bottom: 1px;
  }

  .xl\:tw-left-px{
    left: 1px;
  }

  .xl\:tw-top-0\.5{
    top: 0.125rem;
  }

  .xl\:tw-right-0\.5{
    right: 0.125rem;
  }

  .xl\:tw-bottom-0\.5{
    bottom: 0.125rem;
  }

  .xl\:tw-left-0\.5{
    left: 0.125rem;
  }

  .xl\:tw-top-1\.5{
    top: 0.375rem;
  }

  .xl\:tw-right-1\.5{
    right: 0.375rem;
  }

  .xl\:tw-bottom-1\.5{
    bottom: 0.375rem;
  }

  .xl\:tw-left-1\.5{
    left: 0.375rem;
  }

  .xl\:tw-top-2\.5{
    top: 0.625rem;
  }

  .xl\:tw-right-2\.5{
    right: 0.625rem;
  }

  .xl\:tw-bottom-2\.5{
    bottom: 0.625rem;
  }

  .xl\:tw-left-2\.5{
    left: 0.625rem;
  }

  .xl\:tw-top-3\.5{
    top: 0.875rem;
  }

  .xl\:tw-right-3\.5{
    right: 0.875rem;
  }

  .xl\:tw-bottom-3\.5{
    bottom: 0.875rem;
  }

  .xl\:tw-left-3\.5{
    left: 0.875rem;
  }

  .xl\:tw-top-2\/3{
    top: 66.666667%;
  }

  .xl\:tw-right-2\/3{
    right: 66.666667%;
  }

  .xl\:tw-bottom-2\/3{
    bottom: 66.666667%;
  }

  .xl\:tw-left-2\/3{
    left: 66.666667%;
  }

  .xl\:tw-top-3\/2{
    top: 150%;
  }

  .xl\:tw-right-3\/2{
    right: 150%;
  }

  .xl\:tw-bottom-3\/2{
    bottom: 150%;
  }

  .xl\:tw-left-3\/2{
    left: 150%;
  }

  .xl\:tw-top-square{
    top: 100%;
  }

  .xl\:tw-right-square{
    right: 100%;
  }

  .xl\:tw-bottom-square{
    bottom: 100%;
  }

  .xl\:tw-left-square{
    left: 100%;
  }

  .xl\:tw-top-58px{
    top: 58px;
  }

  .xl\:tw-right-58px{
    right: 58px;
  }

  .xl\:tw-bottom-58px{
    bottom: 58px;
  }

  .xl\:tw-left-58px{
    left: 58px;
  }

  .xl\:tw-top-63px{
    top: 63px;
  }

  .xl\:tw-right-63px{
    right: 63px;
  }

  .xl\:tw-bottom-63px{
    bottom: 63px;
  }

  .xl\:tw-left-63px{
    left: 63px;
  }

  .xl\:tw-top-73px{
    top: 73.px;
  }

  .xl\:tw-right-73px{
    right: 73.px;
  }

  .xl\:tw-bottom-73px{
    bottom: 73.px;
  }

  .xl\:tw-left-73px{
    left: 73.px;
  }

  .xl\:tw--top-0{
    top: 0px;
  }

  .xl\:tw--right-0{
    right: 0px;
  }

  .xl\:tw--bottom-0{
    bottom: 0px;
  }

  .xl\:tw--left-0{
    left: 0px;
  }

  .xl\:tw--top-1{
    top: -0.25rem;
  }

  .xl\:tw--right-1{
    right: -0.25rem;
  }

  .xl\:tw--bottom-1{
    bottom: -0.25rem;
  }

  .xl\:tw--left-1{
    left: -0.25rem;
  }

  .xl\:tw--top-2{
    top: -0.5rem;
  }

  .xl\:tw--right-2{
    right: -0.5rem;
  }

  .xl\:tw--bottom-2{
    bottom: -0.5rem;
  }

  .xl\:tw--left-2{
    left: -0.5rem;
  }

  .xl\:tw--top-3{
    top: -0.75rem;
  }

  .xl\:tw--right-3{
    right: -0.75rem;
  }

  .xl\:tw--bottom-3{
    bottom: -0.75rem;
  }

  .xl\:tw--left-3{
    left: -0.75rem;
  }

  .xl\:tw--top-4{
    top: -1rem;
  }

  .xl\:tw--right-4{
    right: -1rem;
  }

  .xl\:tw--bottom-4{
    bottom: -1rem;
  }

  .xl\:tw--left-4{
    left: -1rem;
  }

  .xl\:tw--top-5{
    top: -1.25rem;
  }

  .xl\:tw--right-5{
    right: -1.25rem;
  }

  .xl\:tw--bottom-5{
    bottom: -1.25rem;
  }

  .xl\:tw--left-5{
    left: -1.25rem;
  }

  .xl\:tw--top-6{
    top: -1.5rem;
  }

  .xl\:tw--right-6{
    right: -1.5rem;
  }

  .xl\:tw--bottom-6{
    bottom: -1.5rem;
  }

  .xl\:tw--left-6{
    left: -1.5rem;
  }

  .xl\:tw--top-7{
    top: -1.75rem;
  }

  .xl\:tw--right-7{
    right: -1.75rem;
  }

  .xl\:tw--bottom-7{
    bottom: -1.75rem;
  }

  .xl\:tw--left-7{
    left: -1.75rem;
  }

  .xl\:tw--top-8{
    top: -2rem;
  }

  .xl\:tw--right-8{
    right: -2rem;
  }

  .xl\:tw--bottom-8{
    bottom: -2rem;
  }

  .xl\:tw--left-8{
    left: -2rem;
  }

  .xl\:tw--top-9{
    top: -2.25rem;
  }

  .xl\:tw--right-9{
    right: -2.25rem;
  }

  .xl\:tw--bottom-9{
    bottom: -2.25rem;
  }

  .xl\:tw--left-9{
    left: -2.25rem;
  }

  .xl\:tw--top-10{
    top: -2.5rem;
  }

  .xl\:tw--right-10{
    right: -2.5rem;
  }

  .xl\:tw--bottom-10{
    bottom: -2.5rem;
  }

  .xl\:tw--left-10{
    left: -2.5rem;
  }

  .xl\:tw--top-11{
    top: -2.75rem;
  }

  .xl\:tw--right-11{
    right: -2.75rem;
  }

  .xl\:tw--bottom-11{
    bottom: -2.75rem;
  }

  .xl\:tw--left-11{
    left: -2.75rem;
  }

  .xl\:tw--top-12{
    top: -3rem;
  }

  .xl\:tw--right-12{
    right: -3rem;
  }

  .xl\:tw--bottom-12{
    bottom: -3rem;
  }

  .xl\:tw--left-12{
    left: -3rem;
  }

  .xl\:tw--top-13{
    top: -3.25rem;
  }

  .xl\:tw--right-13{
    right: -3.25rem;
  }

  .xl\:tw--bottom-13{
    bottom: -3.25rem;
  }

  .xl\:tw--left-13{
    left: -3.25rem;
  }

  .xl\:tw--top-14{
    top: -3.5rem;
  }

  .xl\:tw--right-14{
    right: -3.5rem;
  }

  .xl\:tw--bottom-14{
    bottom: -3.5rem;
  }

  .xl\:tw--left-14{
    left: -3.5rem;
  }

  .xl\:tw--top-16{
    top: -4rem;
  }

  .xl\:tw--right-16{
    right: -4rem;
  }

  .xl\:tw--bottom-16{
    bottom: -4rem;
  }

  .xl\:tw--left-16{
    left: -4rem;
  }

  .xl\:tw--top-20{
    top: -5rem;
  }

  .xl\:tw--right-20{
    right: -5rem;
  }

  .xl\:tw--bottom-20{
    bottom: -5rem;
  }

  .xl\:tw--left-20{
    left: -5rem;
  }

  .xl\:tw--top-24{
    top: -6rem;
  }

  .xl\:tw--right-24{
    right: -6rem;
  }

  .xl\:tw--bottom-24{
    bottom: -6rem;
  }

  .xl\:tw--left-24{
    left: -6rem;
  }

  .xl\:tw--top-28{
    top: -7rem;
  }

  .xl\:tw--right-28{
    right: -7rem;
  }

  .xl\:tw--bottom-28{
    bottom: -7rem;
  }

  .xl\:tw--left-28{
    left: -7rem;
  }

  .xl\:tw--top-32{
    top: -8rem;
  }

  .xl\:tw--right-32{
    right: -8rem;
  }

  .xl\:tw--bottom-32{
    bottom: -8rem;
  }

  .xl\:tw--left-32{
    left: -8rem;
  }

  .xl\:tw--top-36{
    top: -9rem;
  }

  .xl\:tw--right-36{
    right: -9rem;
  }

  .xl\:tw--bottom-36{
    bottom: -9rem;
  }

  .xl\:tw--left-36{
    left: -9rem;
  }

  .xl\:tw--top-40{
    top: -10rem;
  }

  .xl\:tw--right-40{
    right: -10rem;
  }

  .xl\:tw--bottom-40{
    bottom: -10rem;
  }

  .xl\:tw--left-40{
    left: -10rem;
  }

  .xl\:tw--top-44{
    top: -11rem;
  }

  .xl\:tw--right-44{
    right: -11rem;
  }

  .xl\:tw--bottom-44{
    bottom: -11rem;
  }

  .xl\:tw--left-44{
    left: -11rem;
  }

  .xl\:tw--top-48{
    top: -12rem;
  }

  .xl\:tw--right-48{
    right: -12rem;
  }

  .xl\:tw--bottom-48{
    bottom: -12rem;
  }

  .xl\:tw--left-48{
    left: -12rem;
  }

  .xl\:tw--top-52{
    top: -13rem;
  }

  .xl\:tw--right-52{
    right: -13rem;
  }

  .xl\:tw--bottom-52{
    bottom: -13rem;
  }

  .xl\:tw--left-52{
    left: -13rem;
  }

  .xl\:tw--top-56{
    top: -14rem;
  }

  .xl\:tw--right-56{
    right: -14rem;
  }

  .xl\:tw--bottom-56{
    bottom: -14rem;
  }

  .xl\:tw--left-56{
    left: -14rem;
  }

  .xl\:tw--top-60{
    top: -15rem;
  }

  .xl\:tw--right-60{
    right: -15rem;
  }

  .xl\:tw--bottom-60{
    bottom: -15rem;
  }

  .xl\:tw--left-60{
    left: -15rem;
  }

  .xl\:tw--top-64{
    top: -16rem;
  }

  .xl\:tw--right-64{
    right: -16rem;
  }

  .xl\:tw--bottom-64{
    bottom: -16rem;
  }

  .xl\:tw--left-64{
    left: -16rem;
  }

  .xl\:tw--top-72{
    top: -18rem;
  }

  .xl\:tw--right-72{
    right: -18rem;
  }

  .xl\:tw--bottom-72{
    bottom: -18rem;
  }

  .xl\:tw--left-72{
    left: -18rem;
  }

  .xl\:tw--top-80{
    top: -20rem;
  }

  .xl\:tw--right-80{
    right: -20rem;
  }

  .xl\:tw--bottom-80{
    bottom: -20rem;
  }

  .xl\:tw--left-80{
    left: -20rem;
  }

  .xl\:tw--top-96{
    top: -24rem;
  }

  .xl\:tw--right-96{
    right: -24rem;
  }

  .xl\:tw--bottom-96{
    bottom: -24rem;
  }

  .xl\:tw--left-96{
    left: -24rem;
  }

  .xl\:tw--top-px{
    top: -1px;
  }

  .xl\:tw--right-px{
    right: -1px;
  }

  .xl\:tw--bottom-px{
    bottom: -1px;
  }

  .xl\:tw--left-px{
    left: -1px;
  }

  .xl\:tw--top-0\.5{
    top: -0.125rem;
  }

  .xl\:tw--right-0\.5{
    right: -0.125rem;
  }

  .xl\:tw--bottom-0\.5{
    bottom: -0.125rem;
  }

  .xl\:tw--left-0\.5{
    left: -0.125rem;
  }

  .xl\:tw--top-1\.5{
    top: -0.375rem;
  }

  .xl\:tw--right-1\.5{
    right: -0.375rem;
  }

  .xl\:tw--bottom-1\.5{
    bottom: -0.375rem;
  }

  .xl\:tw--left-1\.5{
    left: -0.375rem;
  }

  .xl\:tw--top-2\.5{
    top: -0.625rem;
  }

  .xl\:tw--right-2\.5{
    right: -0.625rem;
  }

  .xl\:tw--bottom-2\.5{
    bottom: -0.625rem;
  }

  .xl\:tw--left-2\.5{
    left: -0.625rem;
  }

  .xl\:tw--top-3\.5{
    top: -0.875rem;
  }

  .xl\:tw--right-3\.5{
    right: -0.875rem;
  }

  .xl\:tw--bottom-3\.5{
    bottom: -0.875rem;
  }

  .xl\:tw--left-3\.5{
    left: -0.875rem;
  }

  .xl\:tw--top-2\/3{
    top: -66.666667%;
  }

  .xl\:tw--right-2\/3{
    right: -66.666667%;
  }

  .xl\:tw--bottom-2\/3{
    bottom: -66.666667%;
  }

  .xl\:tw--left-2\/3{
    left: -66.666667%;
  }

  .xl\:tw--top-3\/2{
    top: -150%;
  }

  .xl\:tw--right-3\/2{
    right: -150%;
  }

  .xl\:tw--bottom-3\/2{
    bottom: -150%;
  }

  .xl\:tw--left-3\/2{
    left: -150%;
  }

  .xl\:tw--top-square{
    top: -100%;
  }

  .xl\:tw--right-square{
    right: -100%;
  }

  .xl\:tw--bottom-square{
    bottom: -100%;
  }

  .xl\:tw--left-square{
    left: -100%;
  }

  .xl\:tw--top-58px{
    top: -58px;
  }

  .xl\:tw--right-58px{
    right: -58px;
  }

  .xl\:tw--bottom-58px{
    bottom: -58px;
  }

  .xl\:tw--left-58px{
    left: -58px;
  }

  .xl\:tw--top-63px{
    top: -63px;
  }

  .xl\:tw--right-63px{
    right: -63px;
  }

  .xl\:tw--bottom-63px{
    bottom: -63px;
  }

  .xl\:tw--left-63px{
    left: -63px;
  }

  .xl\:tw--top-73px{
    top: -73px;
  }

  .xl\:tw--right-73px{
    right: -73px;
  }

  .xl\:tw--bottom-73px{
    bottom: -73px;
  }

  .xl\:tw--left-73px{
    left: -73px;
  }

  .xl\:tw-top-1\/2{
    top: 50%;
  }

  .xl\:tw-right-1\/2{
    right: 50%;
  }

  .xl\:tw-bottom-1\/2{
    bottom: 50%;
  }

  .xl\:tw-left-1\/2{
    left: 50%;
  }

  .xl\:tw-top-1\/3{
    top: 33.333333%;
  }

  .xl\:tw-right-1\/3{
    right: 33.333333%;
  }

  .xl\:tw-bottom-1\/3{
    bottom: 33.333333%;
  }

  .xl\:tw-left-1\/3{
    left: 33.333333%;
  }

  .xl\:tw-top-1\/4{
    top: 25%;
  }

  .xl\:tw-right-1\/4{
    right: 25%;
  }

  .xl\:tw-bottom-1\/4{
    bottom: 25%;
  }

  .xl\:tw-left-1\/4{
    left: 25%;
  }

  .xl\:tw-top-2\/4{
    top: 50%;
  }

  .xl\:tw-right-2\/4{
    right: 50%;
  }

  .xl\:tw-bottom-2\/4{
    bottom: 50%;
  }

  .xl\:tw-left-2\/4{
    left: 50%;
  }

  .xl\:tw-top-3\/4{
    top: 75%;
  }

  .xl\:tw-right-3\/4{
    right: 75%;
  }

  .xl\:tw-bottom-3\/4{
    bottom: 75%;
  }

  .xl\:tw-left-3\/4{
    left: 75%;
  }

  .xl\:tw-top-full{
    top: 100%;
  }

  .xl\:tw-right-full{
    right: 100%;
  }

  .xl\:tw-bottom-full{
    bottom: 100%;
  }

  .xl\:tw-left-full{
    left: 100%;
  }

  .xl\:tw--top-1\/2{
    top: -50%;
  }

  .xl\:tw--right-1\/2{
    right: -50%;
  }

  .xl\:tw--bottom-1\/2{
    bottom: -50%;
  }

  .xl\:tw--left-1\/2{
    left: -50%;
  }

  .xl\:tw--top-1\/3{
    top: -33.333333%;
  }

  .xl\:tw--right-1\/3{
    right: -33.333333%;
  }

  .xl\:tw--bottom-1\/3{
    bottom: -33.333333%;
  }

  .xl\:tw--left-1\/3{
    left: -33.333333%;
  }

  .xl\:tw--top-1\/4{
    top: -25%;
  }

  .xl\:tw--right-1\/4{
    right: -25%;
  }

  .xl\:tw--bottom-1\/4{
    bottom: -25%;
  }

  .xl\:tw--left-1\/4{
    left: -25%;
  }

  .xl\:tw--top-2\/4{
    top: -50%;
  }

  .xl\:tw--right-2\/4{
    right: -50%;
  }

  .xl\:tw--bottom-2\/4{
    bottom: -50%;
  }

  .xl\:tw--left-2\/4{
    left: -50%;
  }

  .xl\:tw--top-3\/4{
    top: -75%;
  }

  .xl\:tw--right-3\/4{
    right: -75%;
  }

  .xl\:tw--bottom-3\/4{
    bottom: -75%;
  }

  .xl\:tw--left-3\/4{
    left: -75%;
  }

  .xl\:tw--top-full{
    top: -100%;
  }

  .xl\:tw--right-full{
    right: -100%;
  }

  .xl\:tw--bottom-full{
    bottom: -100%;
  }

  .xl\:tw--left-full{
    left: -100%;
  }

  .xl\:tw-top-1\/5{
    top: 20%;
  }

  .xl\:tw-right-1\/5{
    right: 20%;
  }

  .xl\:tw-bottom-1\/5{
    bottom: 20%;
  }

  .xl\:tw-left-1\/5{
    left: 20%;
  }

  .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-shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:tw-shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:tw-shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:tw-shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:tw-shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:tw-shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:tw-shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:tw-shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:tw-shadow-brand{
    --tw-shadow: 0 13px 50px 0 rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:tw-shadow-dot{
    --tw-shadow: .5px .5px 2px 1px rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:tw-shadow-header{
    --tw-shadow: 0 3px 5px 0 hsla(300, 1%, 65%, .5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .xl\:group-hover\:tw-shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .xl\:group-hover\:tw-shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .xl\:group-hover\:tw-shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .xl\:group-hover\:tw-shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .xl\:group-hover\:tw-shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .xl\:group-hover\:tw-shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .xl\:group-hover\:tw-shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .xl\:group-hover\:tw-shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .xl\:group-hover\:tw-shadow-brand{
    --tw-shadow: 0 13px 50px 0 rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .xl\:group-hover\:tw-shadow-dot{
    --tw-shadow: .5px .5px 2px 1px rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .xl\:group-hover\:tw-shadow-header{
    --tw-shadow: 0 3px 5px 0 hsla(300, 1%, 65%, .5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:tw-shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:tw-shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:tw-shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:tw-shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:tw-shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:tw-shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:tw-shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:tw-shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:tw-shadow-brand:focus-within{
    --tw-shadow: 0 13px 50px 0 rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:tw-shadow-dot:focus-within{
    --tw-shadow: .5px .5px 2px 1px rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:tw-shadow-header:focus-within{
    --tw-shadow: 0 3px 5px 0 hsla(300, 1%, 65%, .5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:tw-shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:tw-shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:tw-shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:tw-shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:tw-shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:tw-shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:tw-shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:tw-shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:tw-shadow-brand:hover{
    --tw-shadow: 0 13px 50px 0 rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:tw-shadow-dot:hover{
    --tw-shadow: .5px .5px 2px 1px rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:tw-shadow-header:hover{
    --tw-shadow: 0 3px 5px 0 hsla(300, 1%, 65%, .5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:tw-shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:tw-shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:tw-shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:tw-shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:tw-shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:tw-shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:tw-shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:tw-shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:tw-shadow-brand:focus{
    --tw-shadow: 0 13px 50px 0 rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:tw-shadow-dot:focus{
    --tw-shadow: .5px .5px 2px 1px rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:tw-shadow-header:focus{
    --tw-shadow: 0 3px 5px 0 hsla(300, 1%, 65%, .5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:tw-ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:tw-ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:tw-ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:tw-ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:tw-ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:tw-ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:tw-ring-inset{
    --tw-ring-inset: inset;
  }

  .xl\:focus-within\:tw-ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:tw-ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:tw-ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:tw-ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:tw-ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:tw-ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:tw-ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .xl\:focus\:tw-ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:tw-ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:tw-ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:tw-ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:tw-ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:tw-ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:tw-ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .xl\:tw-ring-offset-brand-orange{
    --tw-ring-offset-color: #E35100;
  }

  .xl\:tw-ring-offset-brand-orange-dark{
    --tw-ring-offset-color: #C04400;
  }

  .xl\:tw-ring-offset-brand-orange-light{
    --tw-ring-offset-color: #F38D25;
  }

  .xl\:tw-ring-offset-brand-blue{
    --tw-ring-offset-color: #005272;
  }

  .xl\:tw-ring-offset-brand-blue-dark{
    --tw-ring-offset-color: #3F83A3;
  }

  .xl\:tw-ring-offset-brand-blue-light{
    --tw-ring-offset-color: #4F99BB;
  }

  .xl\:tw-ring-offset-brand-yellow{
    --tw-ring-offset-color: #E4B620;
  }

  .xl\:tw-ring-offset-brand-green{
    --tw-ring-offset-color: #8DC055;
  }

  .xl\:tw-ring-offset-brand-pink{
    --tw-ring-offset-color: #C94578;
  }

  .xl\:tw-ring-offset-brand-red{
    --tw-ring-offset-color: #BB0034;
  }

  .xl\:tw-ring-offset-brand-turquesa{
    --tw-ring-offset-color: #3cb497;
  }

  .xl\:tw-ring-offset-gray-lighter{
    --tw-ring-offset-color: #F5F5F5;
  }

  .xl\:tw-ring-offset-gray-light{
    --tw-ring-offset-color: #dadada;
  }

  .xl\:tw-ring-offset-gray-dark{
    --tw-ring-offset-color: #666666;
  }

  .xl\:tw-ring-offset-gray-darker{
    --tw-ring-offset-color: #222222;
  }

  .xl\:tw-ring-offset-gray-medium{
    --tw-ring-offset-color: #767676;
  }

  .xl\:tw-ring-offset-gray-mid{
    --tw-ring-offset-color: #939393;
  }

  .xl\:tw-ring-offset-black{
    --tw-ring-offset-color: #000000;
  }

  .xl\:tw-ring-offset-primary{
    --tw-ring-offset-color: #E35100;
  }

  .xl\:tw-ring-offset-primary-dark{
    --tw-ring-offset-color: #C04400;
  }

  .xl\:tw-ring-offset-primary-light{
    --tw-ring-offset-color: #F38D25;
  }

  .xl\:tw-ring-offset-secondary{
    --tw-ring-offset-color: #005272;
  }

  .xl\:tw-ring-offset-secondary-dark{
    --tw-ring-offset-color: #3F83A3;
  }

  .xl\:tw-ring-offset-secondary-light{
    --tw-ring-offset-color: #4F99BB;
  }

  .xl\:tw-ring-offset-white{
    --tw-ring-offset-color: #FFFFFF;
  }

  .xl\:tw-ring-offset-hyperlinks{
    --tw-ring-offset-color: #106AA3;
  }

  .xl\:tw-ring-offset-hyperlinks-visited{
    --tw-ring-offset-color: #7F1F7D;
  }

  .xl\:tw-ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .xl\:focus-within\:tw-ring-offset-brand-orange:focus-within{
    --tw-ring-offset-color: #E35100;
  }

  .xl\:focus-within\:tw-ring-offset-brand-orange-dark:focus-within{
    --tw-ring-offset-color: #C04400;
  }

  .xl\:focus-within\:tw-ring-offset-brand-orange-light:focus-within{
    --tw-ring-offset-color: #F38D25;
  }

  .xl\:focus-within\:tw-ring-offset-brand-blue:focus-within{
    --tw-ring-offset-color: #005272;
  }

  .xl\:focus-within\:tw-ring-offset-brand-blue-dark:focus-within{
    --tw-ring-offset-color: #3F83A3;
  }

  .xl\:focus-within\:tw-ring-offset-brand-blue-light:focus-within{
    --tw-ring-offset-color: #4F99BB;
  }

  .xl\:focus-within\:tw-ring-offset-brand-yellow:focus-within{
    --tw-ring-offset-color: #E4B620;
  }

  .xl\:focus-within\:tw-ring-offset-brand-green:focus-within{
    --tw-ring-offset-color: #8DC055;
  }

  .xl\:focus-within\:tw-ring-offset-brand-pink:focus-within{
    --tw-ring-offset-color: #C94578;
  }

  .xl\:focus-within\:tw-ring-offset-brand-red:focus-within{
    --tw-ring-offset-color: #BB0034;
  }

  .xl\:focus-within\:tw-ring-offset-brand-turquesa:focus-within{
    --tw-ring-offset-color: #3cb497;
  }

  .xl\:focus-within\:tw-ring-offset-gray-lighter:focus-within{
    --tw-ring-offset-color: #F5F5F5;
  }

  .xl\:focus-within\:tw-ring-offset-gray-light:focus-within{
    --tw-ring-offset-color: #dadada;
  }

  .xl\:focus-within\:tw-ring-offset-gray-dark:focus-within{
    --tw-ring-offset-color: #666666;
  }

  .xl\:focus-within\:tw-ring-offset-gray-darker:focus-within{
    --tw-ring-offset-color: #222222;
  }

  .xl\:focus-within\:tw-ring-offset-gray-medium:focus-within{
    --tw-ring-offset-color: #767676;
  }

  .xl\:focus-within\:tw-ring-offset-gray-mid:focus-within{
    --tw-ring-offset-color: #939393;
  }

  .xl\:focus-within\:tw-ring-offset-black:focus-within{
    --tw-ring-offset-color: #000000;
  }

  .xl\:focus-within\:tw-ring-offset-primary:focus-within{
    --tw-ring-offset-color: #E35100;
  }

  .xl\:focus-within\:tw-ring-offset-primary-dark:focus-within{
    --tw-ring-offset-color: #C04400;
  }

  .xl\:focus-within\:tw-ring-offset-primary-light:focus-within{
    --tw-ring-offset-color: #F38D25;
  }

  .xl\:focus-within\:tw-ring-offset-secondary:focus-within{
    --tw-ring-offset-color: #005272;
  }

  .xl\:focus-within\:tw-ring-offset-secondary-dark:focus-within{
    --tw-ring-offset-color: #3F83A3;
  }

  .xl\:focus-within\:tw-ring-offset-secondary-light:focus-within{
    --tw-ring-offset-color: #4F99BB;
  }

  .xl\:focus-within\:tw-ring-offset-white:focus-within{
    --tw-ring-offset-color: #FFFFFF;
  }

  .xl\:focus-within\:tw-ring-offset-hyperlinks:focus-within{
    --tw-ring-offset-color: #106AA3;
  }

  .xl\:focus-within\:tw-ring-offset-hyperlinks-visited:focus-within{
    --tw-ring-offset-color: #7F1F7D;
  }

  .xl\:focus-within\:tw-ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .xl\:focus\:tw-ring-offset-brand-orange:focus{
    --tw-ring-offset-color: #E35100;
  }

  .xl\:focus\:tw-ring-offset-brand-orange-dark:focus{
    --tw-ring-offset-color: #C04400;
  }

  .xl\:focus\:tw-ring-offset-brand-orange-light:focus{
    --tw-ring-offset-color: #F38D25;
  }

  .xl\:focus\:tw-ring-offset-brand-blue:focus{
    --tw-ring-offset-color: #005272;
  }

  .xl\:focus\:tw-ring-offset-brand-blue-dark:focus{
    --tw-ring-offset-color: #3F83A3;
  }

  .xl\:focus\:tw-ring-offset-brand-blue-light:focus{
    --tw-ring-offset-color: #4F99BB;
  }

  .xl\:focus\:tw-ring-offset-brand-yellow:focus{
    --tw-ring-offset-color: #E4B620;
  }

  .xl\:focus\:tw-ring-offset-brand-green:focus{
    --tw-ring-offset-color: #8DC055;
  }

  .xl\:focus\:tw-ring-offset-brand-pink:focus{
    --tw-ring-offset-color: #C94578;
  }

  .xl\:focus\:tw-ring-offset-brand-red:focus{
    --tw-ring-offset-color: #BB0034;
  }

  .xl\:focus\:tw-ring-offset-brand-turquesa:focus{
    --tw-ring-offset-color: #3cb497;
  }

  .xl\:focus\:tw-ring-offset-gray-lighter:focus{
    --tw-ring-offset-color: #F5F5F5;
  }

  .xl\:focus\:tw-ring-offset-gray-light:focus{
    --tw-ring-offset-color: #dadada;
  }

  .xl\:focus\:tw-ring-offset-gray-dark:focus{
    --tw-ring-offset-color: #666666;
  }

  .xl\:focus\:tw-ring-offset-gray-darker:focus{
    --tw-ring-offset-color: #222222;
  }

  .xl\:focus\:tw-ring-offset-gray-medium:focus{
    --tw-ring-offset-color: #767676;
  }

  .xl\:focus\:tw-ring-offset-gray-mid:focus{
    --tw-ring-offset-color: #939393;
  }

  .xl\:focus\:tw-ring-offset-black:focus{
    --tw-ring-offset-color: #000000;
  }

  .xl\:focus\:tw-ring-offset-primary:focus{
    --tw-ring-offset-color: #E35100;
  }

  .xl\:focus\:tw-ring-offset-primary-dark:focus{
    --tw-ring-offset-color: #C04400;
  }

  .xl\:focus\:tw-ring-offset-primary-light:focus{
    --tw-ring-offset-color: #F38D25;
  }

  .xl\:focus\:tw-ring-offset-secondary:focus{
    --tw-ring-offset-color: #005272;
  }

  .xl\:focus\:tw-ring-offset-secondary-dark:focus{
    --tw-ring-offset-color: #3F83A3;
  }

  .xl\:focus\:tw-ring-offset-secondary-light:focus{
    --tw-ring-offset-color: #4F99BB;
  }

  .xl\:focus\:tw-ring-offset-white:focus{
    --tw-ring-offset-color: #FFFFFF;
  }

  .xl\:focus\:tw-ring-offset-hyperlinks:focus{
    --tw-ring-offset-color: #106AA3;
  }

  .xl\:focus\:tw-ring-offset-hyperlinks-visited:focus{
    --tw-ring-offset-color: #7F1F7D;
  }

  .xl\:focus\:tw-ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .xl\:tw-ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .xl\:tw-ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .xl\:tw-ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .xl\:tw-ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .xl\:tw-ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .xl\:focus-within\:tw-ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .xl\:focus-within\:tw-ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .xl\:focus-within\:tw-ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .xl\:focus-within\:tw-ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .xl\:focus-within\:tw-ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .xl\:focus\:tw-ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .xl\:focus\:tw-ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .xl\:focus\:tw-ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .xl\:focus\:tw-ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .xl\:focus\:tw-ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .xl\:tw-ring-brand-orange{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(227, 81, 0, var(--tw-ring-opacity));
  }

  .xl\:tw-ring-brand-orange-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 68, 0, var(--tw-ring-opacity));
  }

  .xl\:tw-ring-brand-orange-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 141, 37, var(--tw-ring-opacity));
  }

  .xl\:tw-ring-brand-blue{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 82, 114, var(--tw-ring-opacity));
  }

  .xl\:tw-ring-brand-blue-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 131, 163, var(--tw-ring-opacity));
  }

  .xl\:tw-ring-brand-blue-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 153, 187, var(--tw-ring-opacity));
  }

  .xl\:tw-ring-brand-yellow{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 182, 32, var(--tw-ring-opacity));
  }

  .xl\:tw-ring-brand-green{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 192, 85, var(--tw-ring-opacity));
  }

  .xl\:tw-ring-brand-pink{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 69, 120, var(--tw-ring-opacity));
  }

  .xl\:tw-ring-brand-red{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 0, 52, var(--tw-ring-opacity));
  }

  .xl\:tw-ring-brand-turquesa{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(60, 180, 151, var(--tw-ring-opacity));
  }

  .xl\:tw-ring-gray-lighter{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .xl\:tw-ring-gray-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity));
  }

  .xl\:tw-ring-gray-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  .xl\:tw-ring-gray-darker{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
  }

  .xl\:tw-ring-gray-medium{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(118, 118, 118, var(--tw-ring-opacity));
  }

  .xl\:tw-ring-gray-mid{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 147, 147, var(--tw-ring-opacity));
  }

  .xl\:tw-ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:tw-ring-primary{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(227, 81, 0, var(--tw-ring-opacity));
  }

  .xl\:tw-ring-primary-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 68, 0, var(--tw-ring-opacity));
  }

  .xl\:tw-ring-primary-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 141, 37, var(--tw-ring-opacity));
  }

  .xl\:tw-ring-secondary{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 82, 114, var(--tw-ring-opacity));
  }

  .xl\:tw-ring-secondary-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 131, 163, var(--tw-ring-opacity));
  }

  .xl\:tw-ring-secondary-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 153, 187, var(--tw-ring-opacity));
  }

  .xl\:tw-ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:tw-ring-hyperlinks{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 106, 163, var(--tw-ring-opacity));
  }

  .xl\:tw-ring-hyperlinks-visited{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 31, 125, var(--tw-ring-opacity));
  }

  .xl\:tw-ring-transparent{
    --tw-ring-color: transparent;
  }

  .xl\:focus-within\:tw-ring-brand-orange:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(227, 81, 0, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:tw-ring-brand-orange-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 68, 0, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:tw-ring-brand-orange-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 141, 37, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:tw-ring-brand-blue:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 82, 114, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:tw-ring-brand-blue-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 131, 163, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:tw-ring-brand-blue-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 153, 187, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:tw-ring-brand-yellow:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 182, 32, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:tw-ring-brand-green:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 192, 85, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:tw-ring-brand-pink:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 69, 120, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:tw-ring-brand-red:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 0, 52, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:tw-ring-brand-turquesa:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(60, 180, 151, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:tw-ring-gray-lighter:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:tw-ring-gray-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:tw-ring-gray-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:tw-ring-gray-darker:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:tw-ring-gray-medium:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(118, 118, 118, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:tw-ring-gray-mid:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 147, 147, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:tw-ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:tw-ring-primary:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(227, 81, 0, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:tw-ring-primary-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 68, 0, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:tw-ring-primary-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 141, 37, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:tw-ring-secondary:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 82, 114, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:tw-ring-secondary-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 131, 163, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:tw-ring-secondary-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 153, 187, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:tw-ring-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:tw-ring-hyperlinks:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 106, 163, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:tw-ring-hyperlinks-visited:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 31, 125, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:tw-ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .xl\:focus\:tw-ring-brand-orange:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(227, 81, 0, var(--tw-ring-opacity));
  }

  .xl\:focus\:tw-ring-brand-orange-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 68, 0, var(--tw-ring-opacity));
  }

  .xl\:focus\:tw-ring-brand-orange-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 141, 37, var(--tw-ring-opacity));
  }

  .xl\:focus\:tw-ring-brand-blue:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 82, 114, var(--tw-ring-opacity));
  }

  .xl\:focus\:tw-ring-brand-blue-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 131, 163, var(--tw-ring-opacity));
  }

  .xl\:focus\:tw-ring-brand-blue-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 153, 187, var(--tw-ring-opacity));
  }

  .xl\:focus\:tw-ring-brand-yellow:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 182, 32, var(--tw-ring-opacity));
  }

  .xl\:focus\:tw-ring-brand-green:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 192, 85, var(--tw-ring-opacity));
  }

  .xl\:focus\:tw-ring-brand-pink:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 69, 120, var(--tw-ring-opacity));
  }

  .xl\:focus\:tw-ring-brand-red:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 0, 52, var(--tw-ring-opacity));
  }

  .xl\:focus\:tw-ring-brand-turquesa:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(60, 180, 151, var(--tw-ring-opacity));
  }

  .xl\:focus\:tw-ring-gray-lighter:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .xl\:focus\:tw-ring-gray-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity));
  }

  .xl\:focus\:tw-ring-gray-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  .xl\:focus\:tw-ring-gray-darker:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
  }

  .xl\:focus\:tw-ring-gray-medium:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(118, 118, 118, var(--tw-ring-opacity));
  }

  .xl\:focus\:tw-ring-gray-mid:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 147, 147, var(--tw-ring-opacity));
  }

  .xl\:focus\:tw-ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:focus\:tw-ring-primary:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(227, 81, 0, var(--tw-ring-opacity));
  }

  .xl\:focus\:tw-ring-primary-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 68, 0, var(--tw-ring-opacity));
  }

  .xl\:focus\:tw-ring-primary-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 141, 37, var(--tw-ring-opacity));
  }

  .xl\:focus\:tw-ring-secondary:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 82, 114, var(--tw-ring-opacity));
  }

  .xl\:focus\:tw-ring-secondary-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 131, 163, var(--tw-ring-opacity));
  }

  .xl\:focus\:tw-ring-secondary-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 153, 187, var(--tw-ring-opacity));
  }

  .xl\:focus\:tw-ring-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:tw-ring-hyperlinks:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 106, 163, var(--tw-ring-opacity));
  }

  .xl\:focus\:tw-ring-hyperlinks-visited:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 31, 125, var(--tw-ring-opacity));
  }

  .xl\:focus\:tw-ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .xl\:tw-ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .xl\:tw-ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  .xl\:tw-ring-opacity-10{
    --tw-ring-opacity: 0.1;
  }

  .xl\:tw-ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  .xl\:tw-ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .xl\:tw-ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  .xl\:tw-ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  .xl\:tw-ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  .xl\:tw-ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  .xl\:tw-ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  .xl\:tw-ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .xl\:tw-ring-opacity-80{
    --tw-ring-opacity: 0.8;
  }

  .xl\:tw-ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  .xl\:tw-ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  .xl\:tw-ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .xl\:focus-within\:tw-ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .xl\:focus-within\:tw-ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  .xl\:focus-within\:tw-ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1;
  }

  .xl\:focus-within\:tw-ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  .xl\:focus-within\:tw-ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .xl\:focus-within\:tw-ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  .xl\:focus-within\:tw-ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  .xl\:focus-within\:tw-ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  .xl\:focus-within\:tw-ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  .xl\:focus-within\:tw-ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  .xl\:focus-within\:tw-ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .xl\:focus-within\:tw-ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8;
  }

  .xl\:focus-within\:tw-ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  .xl\:focus-within\:tw-ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  .xl\:focus-within\:tw-ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .xl\:focus\:tw-ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .xl\:focus\:tw-ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  .xl\:focus\:tw-ring-opacity-10:focus{
    --tw-ring-opacity: 0.1;
  }

  .xl\:focus\:tw-ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  .xl\:focus\:tw-ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .xl\:focus\:tw-ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  .xl\:focus\:tw-ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  .xl\:focus\:tw-ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  .xl\:focus\:tw-ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  .xl\:focus\:tw-ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  .xl\:focus\:tw-ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .xl\:focus\:tw-ring-opacity-80:focus{
    --tw-ring-opacity: 0.8;
  }

  .xl\:focus\:tw-ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  .xl\:focus\:tw-ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  .xl\:focus\:tw-ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .xl\:tw-fill-current{
    fill: currentColor;
  }

  .xl\:tw-fill-primary{
    fill: #E35100;
  }

  .xl\:tw-fill-secondary{
    fill: #005272;
  }

  .xl\:tw-fill-green{
    fill: #8DC055;
  }

  .xl\:tw-fill-magenta{
    fill: #cd0e4d;
  }

  .xl\:tw-fill-turquesa{
    fill: #3cb497;
  }

  .xl\:tw-fill-primary-light{
    fill: #F38D25;
  }

  .xl\:tw-fill-secondary-light{
    fill: #4F99BB;
  }

  .xl\:tw-fill-green-light{
    fill: #9dd056;
  }

  .xl\:tw-fill-magenta-light{
    fill: #f01e63;
  }

  .xl\:tw-fill-turquesa-light{
    fill: #5bc8ae;
  }

  .xl\:hover\:tw-fill-current:hover{
    fill: currentColor;
  }

  .xl\:hover\:tw-fill-primary:hover{
    fill: #E35100;
  }

  .xl\:hover\:tw-fill-secondary:hover{
    fill: #005272;
  }

  .xl\:hover\:tw-fill-green:hover{
    fill: #8DC055;
  }

  .xl\:hover\:tw-fill-magenta:hover{
    fill: #cd0e4d;
  }

  .xl\:hover\:tw-fill-turquesa:hover{
    fill: #3cb497;
  }

  .xl\:hover\:tw-fill-primary-light:hover{
    fill: #F38D25;
  }

  .xl\:hover\:tw-fill-secondary-light:hover{
    fill: #4F99BB;
  }

  .xl\:hover\:tw-fill-green-light:hover{
    fill: #9dd056;
  }

  .xl\:hover\:tw-fill-magenta-light:hover{
    fill: #f01e63;
  }

  .xl\:hover\:tw-fill-turquesa-light:hover{
    fill: #5bc8ae;
  }

  .xl\:focus\:tw-fill-current:focus{
    fill: currentColor;
  }

  .xl\:focus\:tw-fill-primary:focus{
    fill: #E35100;
  }

  .xl\:focus\:tw-fill-secondary:focus{
    fill: #005272;
  }

  .xl\:focus\:tw-fill-green:focus{
    fill: #8DC055;
  }

  .xl\:focus\:tw-fill-magenta:focus{
    fill: #cd0e4d;
  }

  .xl\:focus\:tw-fill-turquesa:focus{
    fill: #3cb497;
  }

  .xl\:focus\:tw-fill-primary-light:focus{
    fill: #F38D25;
  }

  .xl\:focus\:tw-fill-secondary-light:focus{
    fill: #4F99BB;
  }

  .xl\:focus\:tw-fill-green-light:focus{
    fill: #9dd056;
  }

  .xl\:focus\:tw-fill-magenta-light:focus{
    fill: #f01e63;
  }

  .xl\:focus\:tw-fill-turquesa-light:focus{
    fill: #5bc8ae;
  }

  .xl\:tw-stroke-current{
    stroke: currentColor;
  }

  .xl\:tw-stroke-0{
    stroke-width: 0;
  }

  .xl\:tw-stroke-1{
    stroke-width: 1;
  }

  .xl\:tw-stroke-2{
    stroke-width: 2;
  }

  .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-brand-orange{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .xl\:tw-text-brand-orange-dark{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .xl\:tw-text-brand-orange-light{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .xl\:tw-text-brand-blue{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .xl\:tw-text-brand-blue-dark{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .xl\:tw-text-brand-blue-light{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .xl\:tw-text-brand-yellow{
    --tw-text-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-text-opacity));
  }

  .xl\:tw-text-brand-green{
    --tw-text-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-text-opacity));
  }

  .xl\:tw-text-brand-pink{
    --tw-text-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-text-opacity));
  }

  .xl\:tw-text-brand-red{
    --tw-text-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-text-opacity));
  }

  .xl\:tw-text-brand-turquesa{
    --tw-text-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-text-opacity));
  }

  .xl\:tw-text-gray-lighter{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .xl\:tw-text-gray-light{
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .xl\:tw-text-gray-dark{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  .xl\:tw-text-gray-darker{
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .xl\:tw-text-gray-medium{
    --tw-text-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-text-opacity));
  }

  .xl\:tw-text-gray-mid{
    --tw-text-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-text-opacity));
  }

  .xl\:tw-text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:tw-text-primary{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .xl\:tw-text-primary-dark{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .xl\:tw-text-primary-light{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .xl\:tw-text-secondary{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .xl\:tw-text-secondary-dark{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .xl\:tw-text-secondary-light{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .xl\:tw-text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:tw-text-hyperlinks{
    --tw-text-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-text-opacity));
  }

  .xl\:tw-text-hyperlinks-visited{
    --tw-text-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-text-opacity));
  }

  .xl\:tw-text-transparent{
    color: transparent;
  }

  .xl\:visited\:tw-text-brand-orange:visited{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .xl\:visited\:tw-text-brand-orange-dark:visited{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .xl\:visited\:tw-text-brand-orange-light:visited{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .xl\:visited\:tw-text-brand-blue:visited{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .xl\:visited\:tw-text-brand-blue-dark:visited{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .xl\:visited\:tw-text-brand-blue-light:visited{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .xl\:visited\:tw-text-brand-yellow:visited{
    --tw-text-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-text-opacity));
  }

  .xl\:visited\:tw-text-brand-green:visited{
    --tw-text-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-text-opacity));
  }

  .xl\:visited\:tw-text-brand-pink:visited{
    --tw-text-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-text-opacity));
  }

  .xl\:visited\:tw-text-brand-red:visited{
    --tw-text-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-text-opacity));
  }

  .xl\:visited\:tw-text-brand-turquesa:visited{
    --tw-text-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-text-opacity));
  }

  .xl\:visited\:tw-text-gray-lighter:visited{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .xl\:visited\:tw-text-gray-light:visited{
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .xl\:visited\:tw-text-gray-dark:visited{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  .xl\:visited\:tw-text-gray-darker:visited{
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .xl\:visited\:tw-text-gray-medium:visited{
    --tw-text-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-text-opacity));
  }

  .xl\:visited\:tw-text-gray-mid:visited{
    --tw-text-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-text-opacity));
  }

  .xl\:visited\:tw-text-black:visited{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:visited\:tw-text-primary:visited{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .xl\:visited\:tw-text-primary-dark:visited{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .xl\:visited\:tw-text-primary-light:visited{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .xl\:visited\:tw-text-secondary:visited{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .xl\:visited\:tw-text-secondary-dark:visited{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .xl\:visited\:tw-text-secondary-light:visited{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .xl\:visited\:tw-text-white:visited{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:visited\:tw-text-hyperlinks:visited{
    --tw-text-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-text-opacity));
  }

  .xl\:visited\:tw-text-hyperlinks-visited:visited{
    --tw-text-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-text-opacity));
  }

  .xl\:visited\:tw-text-transparent:visited{
    color: transparent;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-brand-orange{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-text-brand-orange-dark{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-text-brand-orange-light{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-text-brand-blue{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-text-brand-blue-dark{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-text-brand-blue-light{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-text-brand-yellow{
    --tw-text-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-text-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-text-brand-green{
    --tw-text-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-text-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-text-brand-pink{
    --tw-text-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-text-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-text-brand-red{
    --tw-text-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-text-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-text-brand-turquesa{
    --tw-text-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-text-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-text-gray-lighter{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-text-gray-light{
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-text-gray-dark{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-text-gray-darker{
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-text-gray-medium{
    --tw-text-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-text-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-text-gray-mid{
    --tw-text-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-text-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-text-primary{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-text-primary-dark{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-text-primary-light{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-text-secondary{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-text-secondary-dark{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-text-secondary-light{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-text-hyperlinks{
    --tw-text-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-text-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-text-hyperlinks-visited{
    --tw-text-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-text-opacity));
  }

  .tw-group:hover .xl\:group-hover\:tw-text-transparent{
    color: transparent;
  }

  .xl\:focus-within\:tw-text-brand-orange:focus-within{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .xl\:focus-within\:tw-text-brand-orange-dark:focus-within{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .xl\:focus-within\:tw-text-brand-orange-light:focus-within{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .xl\:focus-within\:tw-text-brand-blue:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .xl\:focus-within\:tw-text-brand-blue-dark:focus-within{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .xl\:focus-within\:tw-text-brand-blue-light:focus-within{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .xl\:focus-within\:tw-text-brand-yellow:focus-within{
    --tw-text-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-text-opacity));
  }

  .xl\:focus-within\:tw-text-brand-green:focus-within{
    --tw-text-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-text-opacity));
  }

  .xl\:focus-within\:tw-text-brand-pink:focus-within{
    --tw-text-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-text-opacity));
  }

  .xl\:focus-within\:tw-text-brand-red:focus-within{
    --tw-text-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-text-opacity));
  }

  .xl\:focus-within\:tw-text-brand-turquesa:focus-within{
    --tw-text-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-text-opacity));
  }

  .xl\:focus-within\:tw-text-gray-lighter:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .xl\:focus-within\:tw-text-gray-light:focus-within{
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .xl\:focus-within\:tw-text-gray-dark:focus-within{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  .xl\:focus-within\:tw-text-gray-darker:focus-within{
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .xl\:focus-within\:tw-text-gray-medium:focus-within{
    --tw-text-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-text-opacity));
  }

  .xl\:focus-within\:tw-text-gray-mid:focus-within{
    --tw-text-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-text-opacity));
  }

  .xl\:focus-within\:tw-text-black:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:focus-within\:tw-text-primary:focus-within{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .xl\:focus-within\:tw-text-primary-dark:focus-within{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .xl\:focus-within\:tw-text-primary-light:focus-within{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .xl\:focus-within\:tw-text-secondary:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .xl\:focus-within\:tw-text-secondary-dark:focus-within{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .xl\:focus-within\:tw-text-secondary-light:focus-within{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .xl\:focus-within\:tw-text-white:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:tw-text-hyperlinks:focus-within{
    --tw-text-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-text-opacity));
  }

  .xl\:focus-within\:tw-text-hyperlinks-visited:focus-within{
    --tw-text-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-text-opacity));
  }

  .xl\:focus-within\:tw-text-transparent:focus-within{
    color: transparent;
  }

  .xl\:hover\:tw-text-brand-orange:hover{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .xl\:hover\:tw-text-brand-orange-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .xl\:hover\:tw-text-brand-orange-light:hover{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .xl\:hover\:tw-text-brand-blue:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .xl\:hover\:tw-text-brand-blue-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .xl\:hover\:tw-text-brand-blue-light:hover{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .xl\:hover\:tw-text-brand-yellow:hover{
    --tw-text-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-text-opacity));
  }

  .xl\:hover\:tw-text-brand-green:hover{
    --tw-text-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-text-opacity));
  }

  .xl\:hover\:tw-text-brand-pink:hover{
    --tw-text-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-text-opacity));
  }

  .xl\:hover\:tw-text-brand-red:hover{
    --tw-text-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-text-opacity));
  }

  .xl\:hover\:tw-text-brand-turquesa:hover{
    --tw-text-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-text-opacity));
  }

  .xl\:hover\:tw-text-gray-lighter:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .xl\:hover\:tw-text-gray-light:hover{
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .xl\:hover\:tw-text-gray-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  .xl\:hover\:tw-text-gray-darker:hover{
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .xl\:hover\:tw-text-gray-medium:hover{
    --tw-text-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-text-opacity));
  }

  .xl\:hover\:tw-text-gray-mid:hover{
    --tw-text-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-text-opacity));
  }

  .xl\:hover\:tw-text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:hover\:tw-text-primary:hover{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .xl\:hover\:tw-text-primary-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .xl\:hover\:tw-text-primary-light:hover{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .xl\:hover\:tw-text-secondary:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .xl\:hover\:tw-text-secondary-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .xl\:hover\:tw-text-secondary-light:hover{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .xl\:hover\:tw-text-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:tw-text-hyperlinks:hover{
    --tw-text-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-text-opacity));
  }

  .xl\:hover\:tw-text-hyperlinks-visited:hover{
    --tw-text-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-text-opacity));
  }

  .xl\:hover\:tw-text-transparent:hover{
    color: transparent;
  }

  .xl\:focus\:tw-text-brand-orange:focus{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .xl\:focus\:tw-text-brand-orange-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .xl\:focus\:tw-text-brand-orange-light:focus{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .xl\:focus\:tw-text-brand-blue:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .xl\:focus\:tw-text-brand-blue-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .xl\:focus\:tw-text-brand-blue-light:focus{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .xl\:focus\:tw-text-brand-yellow:focus{
    --tw-text-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-text-opacity));
  }

  .xl\:focus\:tw-text-brand-green:focus{
    --tw-text-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-text-opacity));
  }

  .xl\:focus\:tw-text-brand-pink:focus{
    --tw-text-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-text-opacity));
  }

  .xl\:focus\:tw-text-brand-red:focus{
    --tw-text-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-text-opacity));
  }

  .xl\:focus\:tw-text-brand-turquesa:focus{
    --tw-text-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-text-opacity));
  }

  .xl\:focus\:tw-text-gray-lighter:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .xl\:focus\:tw-text-gray-light:focus{
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .xl\:focus\:tw-text-gray-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  .xl\:focus\:tw-text-gray-darker:focus{
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .xl\:focus\:tw-text-gray-medium:focus{
    --tw-text-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-text-opacity));
  }

  .xl\:focus\:tw-text-gray-mid:focus{
    --tw-text-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-text-opacity));
  }

  .xl\:focus\:tw-text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:focus\:tw-text-primary:focus{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .xl\:focus\:tw-text-primary-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .xl\:focus\:tw-text-primary-light:focus{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .xl\:focus\:tw-text-secondary:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .xl\:focus\:tw-text-secondary-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .xl\:focus\:tw-text-secondary-light:focus{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .xl\:focus\:tw-text-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:tw-text-hyperlinks:focus{
    --tw-text-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-text-opacity));
  }

  .xl\:focus\:tw-text-hyperlinks-visited:focus{
    --tw-text-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-text-opacity));
  }

  .xl\:focus\:tw-text-transparent:focus{
    color: transparent;
  }

  .xl\:active\:tw-text-brand-orange:active{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .xl\:active\:tw-text-brand-orange-dark:active{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .xl\:active\:tw-text-brand-orange-light:active{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .xl\:active\:tw-text-brand-blue:active{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .xl\:active\:tw-text-brand-blue-dark:active{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .xl\:active\:tw-text-brand-blue-light:active{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .xl\:active\:tw-text-brand-yellow:active{
    --tw-text-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-text-opacity));
  }

  .xl\:active\:tw-text-brand-green:active{
    --tw-text-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-text-opacity));
  }

  .xl\:active\:tw-text-brand-pink:active{
    --tw-text-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-text-opacity));
  }

  .xl\:active\:tw-text-brand-red:active{
    --tw-text-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-text-opacity));
  }

  .xl\:active\:tw-text-brand-turquesa:active{
    --tw-text-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-text-opacity));
  }

  .xl\:active\:tw-text-gray-lighter:active{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .xl\:active\:tw-text-gray-light:active{
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .xl\:active\:tw-text-gray-dark:active{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  .xl\:active\:tw-text-gray-darker:active{
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .xl\:active\:tw-text-gray-medium:active{
    --tw-text-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-text-opacity));
  }

  .xl\:active\:tw-text-gray-mid:active{
    --tw-text-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-text-opacity));
  }

  .xl\:active\:tw-text-black:active{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:active\:tw-text-primary:active{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .xl\:active\:tw-text-primary-dark:active{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .xl\:active\:tw-text-primary-light:active{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .xl\:active\:tw-text-secondary:active{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .xl\:active\:tw-text-secondary-dark:active{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .xl\:active\:tw-text-secondary-light:active{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .xl\:active\:tw-text-white:active{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:active\:tw-text-hyperlinks:active{
    --tw-text-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-text-opacity));
  }

  .xl\:active\:tw-text-hyperlinks-visited:active{
    --tw-text-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-text-opacity));
  }

  .xl\:active\:tw-text-transparent:active{
    color: transparent;
  }

  .xl\:tw-text-opacity-0{
    --tw-text-opacity: 0;
  }

  .xl\:tw-text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .xl\:tw-text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .xl\:tw-text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .xl\:tw-text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .xl\:tw-text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .xl\:tw-text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .xl\:tw-text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .xl\:tw-text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .xl\:tw-text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .xl\:tw-text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .xl\:tw-text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .xl\:tw-text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .xl\:tw-text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .xl\:tw-text-opacity-100{
    --tw-text-opacity: 1;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-0{
    --tw-text-opacity: 0;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-100{
    --tw-text-opacity: 1;
  }

  .xl\:focus-within\:tw-text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .xl\:focus-within\:tw-text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  .xl\:focus-within\:tw-text-opacity-10:focus-within{
    --tw-text-opacity: 0.1;
  }

  .xl\:focus-within\:tw-text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  .xl\:focus-within\:tw-text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .xl\:focus-within\:tw-text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  .xl\:focus-within\:tw-text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  .xl\:focus-within\:tw-text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  .xl\:focus-within\:tw-text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  .xl\:focus-within\:tw-text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  .xl\:focus-within\:tw-text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .xl\:focus-within\:tw-text-opacity-80:focus-within{
    --tw-text-opacity: 0.8;
  }

  .xl\:focus-within\:tw-text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  .xl\:focus-within\:tw-text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  .xl\:focus-within\:tw-text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .xl\:hover\:tw-text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .xl\:hover\:tw-text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  .xl\:hover\:tw-text-opacity-10:hover{
    --tw-text-opacity: 0.1;
  }

  .xl\:hover\:tw-text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  .xl\:hover\:tw-text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .xl\:hover\:tw-text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  .xl\:hover\:tw-text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  .xl\:hover\:tw-text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  .xl\:hover\:tw-text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  .xl\:hover\:tw-text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  .xl\:hover\:tw-text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .xl\:hover\:tw-text-opacity-80:hover{
    --tw-text-opacity: 0.8;
  }

  .xl\:hover\:tw-text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  .xl\:hover\:tw-text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  .xl\:hover\:tw-text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .xl\:focus\:tw-text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .xl\:focus\:tw-text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  .xl\:focus\:tw-text-opacity-10:focus{
    --tw-text-opacity: 0.1;
  }

  .xl\:focus\:tw-text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  .xl\:focus\:tw-text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .xl\:focus\:tw-text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  .xl\:focus\:tw-text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  .xl\:focus\:tw-text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  .xl\:focus\:tw-text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  .xl\:focus\:tw-text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  .xl\:focus\:tw-text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .xl\:focus\:tw-text-opacity-80:focus{
    --tw-text-opacity: 0.8;
  }

  .xl\:focus\:tw-text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  .xl\:focus\:tw-text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  .xl\:focus\:tw-text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .xl\:tw-truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:tw-overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .xl\:tw-overflow-clip{
    text-overflow: clip;
  }

  .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;
  }

  .tw-group:hover .xl\:group-hover\:tw-underline{
    text-decoration: underline;
  }

  .tw-group:hover .xl\:group-hover\:tw-line-through{
    text-decoration: line-through;
  }

  .tw-group:hover .xl\:group-hover\:tw-no-underline{
    text-decoration: none;
  }

  .xl\:focus-within\:tw-underline:focus-within{
    text-decoration: underline;
  }

  .xl\:focus-within\:tw-line-through:focus-within{
    text-decoration: line-through;
  }

  .xl\:focus-within\:tw-no-underline:focus-within{
    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-ordinal, .xl\:tw-slashed-zero, .xl\:tw-lining-nums, .xl\:tw-oldstyle-nums, .xl\:tw-proportional-nums, .xl\:tw-tabular-nums, .xl\:tw-diagonal-fractions, .xl\:tw-stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .xl\:tw-normal-nums{
    font-variant-numeric: normal;
  }

  .xl\:tw-ordinal{
    --tw-ordinal: ordinal;
  }

  .xl\:tw-slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .xl\:tw-lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .xl\:tw-oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .xl\:tw-proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .xl\:tw-tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .xl\:tw-diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .xl\:tw-stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .xl\:tw-tracking-tighter{
    letter-spacing: -0.05em;
  }

  .xl\:tw-tracking-tight{
    letter-spacing: -0.025em;
  }

  .xl\:tw-tracking-normal{
    letter-spacing: 0em;
  }

  .xl\:tw-tracking-wide{
    letter-spacing: 0.025em;
  }

  .xl\:tw-tracking-wider{
    letter-spacing: 0.05em;
  }

  .xl\:tw-tracking-widest{
    letter-spacing: 0.1em;
  }

  .xl\:tw-select-none{
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl\:tw-select-text{
    -webkit-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl\:tw-select-all{
    -webkit-user-select: all;
            user-select: all;
  }

  .xl\:tw-select-auto{
    -webkit-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .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-nowrap{
    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-w-0{
    width: 0px;
  }

  .xl\:tw-w-1{
    width: 0.25rem;
  }

  .xl\:tw-w-2{
    width: 0.5rem;
  }

  .xl\:tw-w-3{
    width: 0.75rem;
  }

  .xl\:tw-w-4{
    width: 1rem;
  }

  .xl\:tw-w-5{
    width: 1.25rem;
  }

  .xl\:tw-w-6{
    width: 1.5rem;
  }

  .xl\:tw-w-7{
    width: 1.75rem;
  }

  .xl\:tw-w-8{
    width: 2rem;
  }

  .xl\:tw-w-9{
    width: 2.25rem;
  }

  .xl\:tw-w-10{
    width: 2.5rem;
  }

  .xl\:tw-w-11{
    width: 2.75rem;
  }

  .xl\:tw-w-12{
    width: 3rem;
  }

  .xl\:tw-w-13{
    width: 3.25rem;
  }

  .xl\:tw-w-14{
    width: 3.5rem;
  }

  .xl\:tw-w-16{
    width: 4rem;
  }

  .xl\:tw-w-20{
    width: 5rem;
  }

  .xl\:tw-w-24{
    width: 6rem;
  }

  .xl\:tw-w-28{
    width: 7rem;
  }

  .xl\:tw-w-32{
    width: 8rem;
  }

  .xl\:tw-w-36{
    width: 9rem;
  }

  .xl\:tw-w-40{
    width: 10rem;
  }

  .xl\:tw-w-44{
    width: 44px;
  }

  .xl\:tw-w-48{
    width: 12rem;
  }

  .xl\:tw-w-52{
    width: 13rem;
  }

  .xl\:tw-w-56{
    width: 14rem;
  }

  .xl\:tw-w-60{
    width: 15rem;
  }

  .xl\:tw-w-64{
    width: 16rem;
  }

  .xl\:tw-w-72{
    width: 18rem;
  }

  .xl\:tw-w-80{
    width: 20rem;
  }

  .xl\:tw-w-96{
    width: 24rem;
  }

  .xl\:tw-w-auto{
    width: auto;
  }

  .xl\:tw-w-px{
    width: 1px;
  }

  .xl\:tw-w-0\.5{
    width: 0.125rem;
  }

  .xl\:tw-w-1\.5{
    width: 0.375rem;
  }

  .xl\:tw-w-2\.5{
    width: 0.625rem;
  }

  .xl\:tw-w-3\.5{
    width: 0.875rem;
  }

  .xl\:tw-w-2\/3{
    width: 66.666667%;
  }

  .xl\:tw-w-3\/2{
    width: 150%;
  }

  .xl\:tw-w-square{
    width: 100%;
  }

  .xl\:tw-w-58px{
    width: 58px;
  }

  .xl\:tw-w-63px{
    width: 63px;
  }

  .xl\:tw-w-73px{
    width: 73.px;
  }

  .xl\:tw-w-1\/2{
    width: 50%;
  }

  .xl\:tw-w-1\/3{
    width: 33.333333%;
  }

  .xl\:tw-w-1\/4{
    width: 25%;
  }

  .xl\:tw-w-2\/4{
    width: 50%;
  }

  .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.666667%;
  }

  .xl\:tw-w-2\/6{
    width: 33.333333%;
  }

  .xl\:tw-w-3\/6{
    width: 50%;
  }

  .xl\:tw-w-4\/6{
    width: 66.666667%;
  }

  .xl\:tw-w-5\/6{
    width: 83.333333%;
  }

  .xl\:tw-w-1\/12{
    width: 8.333333%;
  }

  .xl\:tw-w-2\/12{
    width: 16.666667%;
  }

  .xl\:tw-w-3\/12{
    width: 25%;
  }

  .xl\:tw-w-4\/12{
    width: 33.333333%;
  }

  .xl\:tw-w-5\/12{
    width: 41.666667%;
  }

  .xl\:tw-w-6\/12{
    width: 50%;
  }

  .xl\:tw-w-7\/12{
    width: 58.333333%;
  }

  .xl\:tw-w-8\/12{
    width: 66.666667%;
  }

  .xl\:tw-w-9\/12{
    width: 75%;
  }

  .xl\:tw-w-10\/12{
    width: 83.333333%;
  }

  .xl\:tw-w-11\/12{
    width: 91.666667%;
  }

  .xl\:tw-w-full{
    width: 100%;
  }

  .xl\:tw-w-screen{
    width: 100vw;
  }

  .xl\:tw-w-min{
    width: min-content;
  }

  .xl\:tw-w-max{
    width: max-content;
  }

  .xl\:tw-z-0{
    z-index: 0;
  }

  .xl\:tw-z-10{
    z-index: 10;
  }

  .xl\:tw-z-20{
    z-index: 20;
  }

  .xl\:tw-z-30{
    z-index: 30;
  }

  .xl\:tw-z-40{
    z-index: 40;
  }

  .xl\:tw-z-50{
    z-index: 50;
  }

  .xl\:tw-z-60{
    z-index: 60;
  }

  .xl\:tw-z-auto{
    z-index: auto;
  }

  .xl\:focus-within\:tw-z-0:focus-within{
    z-index: 0;
  }

  .xl\:focus-within\:tw-z-10:focus-within{
    z-index: 10;
  }

  .xl\:focus-within\:tw-z-20:focus-within{
    z-index: 20;
  }

  .xl\:focus-within\:tw-z-30:focus-within{
    z-index: 30;
  }

  .xl\:focus-within\:tw-z-40:focus-within{
    z-index: 40;
  }

  .xl\:focus-within\:tw-z-50:focus-within{
    z-index: 50;
  }

  .xl\:focus-within\:tw-z-60:focus-within{
    z-index: 60;
  }

  .xl\:focus-within\:tw-z-auto:focus-within{
    z-index: auto;
  }

  .xl\:hover\:tw-z-0:hover{
    z-index: 0;
  }

  .xl\:hover\:tw-z-10:hover{
    z-index: 10;
  }

  .xl\:hover\:tw-z-20:hover{
    z-index: 20;
  }

  .xl\:hover\:tw-z-30:hover{
    z-index: 30;
  }

  .xl\:hover\:tw-z-40:hover{
    z-index: 40;
  }

  .xl\:hover\:tw-z-50:hover{
    z-index: 50;
  }

  .xl\:hover\:tw-z-60:hover{
    z-index: 60;
  }

  .xl\:hover\:tw-z-auto:hover{
    z-index: auto;
  }

  .xl\:focus\:tw-z-0:focus{
    z-index: 0;
  }

  .xl\:focus\:tw-z-10:focus{
    z-index: 10;
  }

  .xl\:focus\:tw-z-20:focus{
    z-index: 20;
  }

  .xl\:focus\:tw-z-30:focus{
    z-index: 30;
  }

  .xl\:focus\:tw-z-40:focus{
    z-index: 40;
  }

  .xl\:focus\:tw-z-50:focus{
    z-index: 50;
  }

  .xl\:focus\:tw-z-60:focus{
    z-index: 60;
  }

  .xl\:focus\:tw-z-auto:focus{
    z-index: auto;
  }

  .xl\:active\:tw-z-0:active{
    z-index: 0;
  }

  .xl\:active\:tw-z-10:active{
    z-index: 10;
  }

  .xl\:active\:tw-z-20:active{
    z-index: 20;
  }

  .xl\:active\:tw-z-30:active{
    z-index: 30;
  }

  .xl\:active\:tw-z-40:active{
    z-index: 40;
  }

  .xl\:active\:tw-z-50:active{
    z-index: 50;
  }

  .xl\:active\:tw-z-60:active{
    z-index: 60;
  }

  .xl\:active\:tw-z-auto:active{
    z-index: auto;
  }

  .xl\:tw-gap-0{
    gap: 0px;
  }

  .xl\:tw-gap-1{
    gap: 0.25rem;
  }

  .xl\:tw-gap-2{
    gap: 0.5rem;
  }

  .xl\:tw-gap-3{
    gap: 0.75rem;
  }

  .xl\:tw-gap-4{
    gap: 1rem;
  }

  .xl\:tw-gap-5{
    gap: 1.25rem;
  }

  .xl\:tw-gap-6{
    gap: 1.5rem;
  }

  .xl\:tw-gap-7{
    gap: 1.75rem;
  }

  .xl\:tw-gap-8{
    gap: 2rem;
  }

  .xl\:tw-gap-9{
    gap: 2.25rem;
  }

  .xl\:tw-gap-10{
    gap: 2.5rem;
  }

  .xl\:tw-gap-11{
    gap: 2.75rem;
  }

  .xl\:tw-gap-12{
    gap: 3rem;
  }

  .xl\:tw-gap-13{
    gap: 3.25rem;
  }

  .xl\:tw-gap-14{
    gap: 3.5rem;
  }

  .xl\:tw-gap-16{
    gap: 4rem;
  }

  .xl\:tw-gap-20{
    gap: 5rem;
  }

  .xl\:tw-gap-24{
    gap: 6rem;
  }

  .xl\:tw-gap-28{
    gap: 7rem;
  }

  .xl\:tw-gap-32{
    gap: 8rem;
  }

  .xl\:tw-gap-36{
    gap: 9rem;
  }

  .xl\:tw-gap-40{
    gap: 10rem;
  }

  .xl\:tw-gap-44{
    gap: 11rem;
  }

  .xl\:tw-gap-48{
    gap: 12rem;
  }

  .xl\:tw-gap-52{
    gap: 13rem;
  }

  .xl\:tw-gap-56{
    gap: 14rem;
  }

  .xl\:tw-gap-60{
    gap: 15rem;
  }

  .xl\:tw-gap-64{
    gap: 16rem;
  }

  .xl\:tw-gap-72{
    gap: 18rem;
  }

  .xl\:tw-gap-80{
    gap: 20rem;
  }

  .xl\:tw-gap-96{
    gap: 24rem;
  }

  .xl\:tw-gap-px{
    gap: 1px;
  }

  .xl\:tw-gap-0\.5{
    gap: 0.125rem;
  }

  .xl\:tw-gap-1\.5{
    gap: 0.375rem;
  }

  .xl\:tw-gap-2\.5{
    gap: 0.625rem;
  }

  .xl\:tw-gap-3\.5{
    gap: 0.875rem;
  }

  .xl\:tw-gap-2\/3{
    gap: 66.666%;
  }

  .xl\:tw-gap-3\/2{
    gap: 150%;
  }

  .xl\:tw-gap-square{
    gap: 100%;
  }

  .xl\:tw-gap-58px{
    gap: 58px;
  }

  .xl\:tw-gap-63px{
    gap: 63px;
  }

  .xl\:tw-gap-73px{
    gap: 73.px;
  }

  .xl\:tw-gap-x-0{
    column-gap: 0px;
  }

  .xl\:tw-gap-x-1{
    column-gap: 0.25rem;
  }

  .xl\:tw-gap-x-2{
    column-gap: 0.5rem;
  }

  .xl\:tw-gap-x-3{
    column-gap: 0.75rem;
  }

  .xl\:tw-gap-x-4{
    column-gap: 1rem;
  }

  .xl\:tw-gap-x-5{
    column-gap: 1.25rem;
  }

  .xl\:tw-gap-x-6{
    column-gap: 1.5rem;
  }

  .xl\:tw-gap-x-7{
    column-gap: 1.75rem;
  }

  .xl\:tw-gap-x-8{
    column-gap: 2rem;
  }

  .xl\:tw-gap-x-9{
    column-gap: 2.25rem;
  }

  .xl\:tw-gap-x-10{
    column-gap: 2.5rem;
  }

  .xl\:tw-gap-x-11{
    column-gap: 2.75rem;
  }

  .xl\:tw-gap-x-12{
    column-gap: 3rem;
  }

  .xl\:tw-gap-x-13{
    column-gap: 3.25rem;
  }

  .xl\:tw-gap-x-14{
    column-gap: 3.5rem;
  }

  .xl\:tw-gap-x-16{
    column-gap: 4rem;
  }

  .xl\:tw-gap-x-20{
    column-gap: 5rem;
  }

  .xl\:tw-gap-x-24{
    column-gap: 6rem;
  }

  .xl\:tw-gap-x-28{
    column-gap: 7rem;
  }

  .xl\:tw-gap-x-32{
    column-gap: 8rem;
  }

  .xl\:tw-gap-x-36{
    column-gap: 9rem;
  }

  .xl\:tw-gap-x-40{
    column-gap: 10rem;
  }

  .xl\:tw-gap-x-44{
    column-gap: 11rem;
  }

  .xl\:tw-gap-x-48{
    column-gap: 12rem;
  }

  .xl\:tw-gap-x-52{
    column-gap: 13rem;
  }

  .xl\:tw-gap-x-56{
    column-gap: 14rem;
  }

  .xl\:tw-gap-x-60{
    column-gap: 15rem;
  }

  .xl\:tw-gap-x-64{
    column-gap: 16rem;
  }

  .xl\:tw-gap-x-72{
    column-gap: 18rem;
  }

  .xl\:tw-gap-x-80{
    column-gap: 20rem;
  }

  .xl\:tw-gap-x-96{
    column-gap: 24rem;
  }

  .xl\:tw-gap-x-px{
    column-gap: 1px;
  }

  .xl\:tw-gap-x-0\.5{
    column-gap: 0.125rem;
  }

  .xl\:tw-gap-x-1\.5{
    column-gap: 0.375rem;
  }

  .xl\:tw-gap-x-2\.5{
    column-gap: 0.625rem;
  }

  .xl\:tw-gap-x-3\.5{
    column-gap: 0.875rem;
  }

  .xl\:tw-gap-x-2\/3{
    column-gap: 66.666%;
  }

  .xl\:tw-gap-x-3\/2{
    column-gap: 150%;
  }

  .xl\:tw-gap-x-square{
    column-gap: 100%;
  }

  .xl\:tw-gap-x-58px{
    column-gap: 58px;
  }

  .xl\:tw-gap-x-63px{
    column-gap: 63px;
  }

  .xl\:tw-gap-x-73px{
    column-gap: 73.px;
  }

  .xl\:tw-gap-y-0{
    row-gap: 0px;
  }

  .xl\:tw-gap-y-1{
    row-gap: 0.25rem;
  }

  .xl\:tw-gap-y-2{
    row-gap: 0.5rem;
  }

  .xl\:tw-gap-y-3{
    row-gap: 0.75rem;
  }

  .xl\:tw-gap-y-4{
    row-gap: 1rem;
  }

  .xl\:tw-gap-y-5{
    row-gap: 1.25rem;
  }

  .xl\:tw-gap-y-6{
    row-gap: 1.5rem;
  }

  .xl\:tw-gap-y-7{
    row-gap: 1.75rem;
  }

  .xl\:tw-gap-y-8{
    row-gap: 2rem;
  }

  .xl\:tw-gap-y-9{
    row-gap: 2.25rem;
  }

  .xl\:tw-gap-y-10{
    row-gap: 2.5rem;
  }

  .xl\:tw-gap-y-11{
    row-gap: 2.75rem;
  }

  .xl\:tw-gap-y-12{
    row-gap: 3rem;
  }

  .xl\:tw-gap-y-13{
    row-gap: 3.25rem;
  }

  .xl\:tw-gap-y-14{
    row-gap: 3.5rem;
  }

  .xl\:tw-gap-y-16{
    row-gap: 4rem;
  }

  .xl\:tw-gap-y-20{
    row-gap: 5rem;
  }

  .xl\:tw-gap-y-24{
    row-gap: 6rem;
  }

  .xl\:tw-gap-y-28{
    row-gap: 7rem;
  }

  .xl\:tw-gap-y-32{
    row-gap: 8rem;
  }

  .xl\:tw-gap-y-36{
    row-gap: 9rem;
  }

  .xl\:tw-gap-y-40{
    row-gap: 10rem;
  }

  .xl\:tw-gap-y-44{
    row-gap: 11rem;
  }

  .xl\:tw-gap-y-48{
    row-gap: 12rem;
  }

  .xl\:tw-gap-y-52{
    row-gap: 13rem;
  }

  .xl\:tw-gap-y-56{
    row-gap: 14rem;
  }

  .xl\:tw-gap-y-60{
    row-gap: 15rem;
  }

  .xl\:tw-gap-y-64{
    row-gap: 16rem;
  }

  .xl\:tw-gap-y-72{
    row-gap: 18rem;
  }

  .xl\:tw-gap-y-80{
    row-gap: 20rem;
  }

  .xl\:tw-gap-y-96{
    row-gap: 24rem;
  }

  .xl\:tw-gap-y-px{
    row-gap: 1px;
  }

  .xl\:tw-gap-y-0\.5{
    row-gap: 0.125rem;
  }

  .xl\:tw-gap-y-1\.5{
    row-gap: 0.375rem;
  }

  .xl\:tw-gap-y-2\.5{
    row-gap: 0.625rem;
  }

  .xl\:tw-gap-y-3\.5{
    row-gap: 0.875rem;
  }

  .xl\:tw-gap-y-2\/3{
    row-gap: 66.666%;
  }

  .xl\:tw-gap-y-3\/2{
    row-gap: 150%;
  }

  .xl\:tw-gap-y-square{
    row-gap: 100%;
  }

  .xl\:tw-gap-y-58px{
    row-gap: 58px;
  }

  .xl\:tw-gap-y-63px{
    row-gap: 63px;
  }

  .xl\:tw-gap-y-73px{
    row-gap: 73.px;
  }

  .xl\:tw-grid-flow-row{
    grid-auto-flow: row;
  }

  .xl\:tw-grid-flow-col{
    grid-auto-flow: column;
  }

  .xl\:tw-grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .xl\:tw-grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .xl\:tw-grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xl\:tw-grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:tw-grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:tw-grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:tw-grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:tw-grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:tw-grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xl\:tw-grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xl\:tw-grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xl\:tw-grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xl\:tw-grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xl\:tw-grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xl\:tw-grid-cols-none{
    grid-template-columns: none;
  }

  .xl\:tw-auto-cols-auto{
    grid-auto-columns: auto;
  }

  .xl\:tw-auto-cols-min{
    grid-auto-columns: min-content;
  }

  .xl\:tw-auto-cols-max{
    grid-auto-columns: max-content;
  }

  .xl\:tw-auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .xl\:tw-col-auto{
    grid-column: auto;
  }

  .xl\:tw-col-span-1{
    grid-column: span 1 / span 1;
  }

  .xl\:tw-col-span-2{
    grid-column: span 2 / span 2;
  }

  .xl\:tw-col-span-3{
    grid-column: span 3 / span 3;
  }

  .xl\:tw-col-span-4{
    grid-column: span 4 / span 4;
  }

  .xl\:tw-col-span-5{
    grid-column: span 5 / span 5;
  }

  .xl\:tw-col-span-6{
    grid-column: span 6 / span 6;
  }

  .xl\:tw-col-span-7{
    grid-column: span 7 / span 7;
  }

  .xl\:tw-col-span-8{
    grid-column: span 8 / span 8;
  }

  .xl\:tw-col-span-9{
    grid-column: span 9 / span 9;
  }

  .xl\:tw-col-span-10{
    grid-column: span 10 / span 10;
  }

  .xl\:tw-col-span-11{
    grid-column: span 11 / span 11;
  }

  .xl\:tw-col-span-12{
    grid-column: span 12 / span 12;
  }

  .xl\:tw-col-span-full{
    grid-column: 1 / -1;
  }

  .xl\:tw-col-start-1{
    grid-column-start: 1;
  }

  .xl\:tw-col-start-2{
    grid-column-start: 2;
  }

  .xl\:tw-col-start-3{
    grid-column-start: 3;
  }

  .xl\:tw-col-start-4{
    grid-column-start: 4;
  }

  .xl\:tw-col-start-5{
    grid-column-start: 5;
  }

  .xl\:tw-col-start-6{
    grid-column-start: 6;
  }

  .xl\:tw-col-start-7{
    grid-column-start: 7;
  }

  .xl\:tw-col-start-8{
    grid-column-start: 8;
  }

  .xl\:tw-col-start-9{
    grid-column-start: 9;
  }

  .xl\:tw-col-start-10{
    grid-column-start: 10;
  }

  .xl\:tw-col-start-11{
    grid-column-start: 11;
  }

  .xl\:tw-col-start-12{
    grid-column-start: 12;
  }

  .xl\:tw-col-start-13{
    grid-column-start: 13;
  }

  .xl\:tw-col-start-auto{
    grid-column-start: auto;
  }

  .xl\:tw-col-end-1{
    grid-column-end: 1;
  }

  .xl\:tw-col-end-2{
    grid-column-end: 2;
  }

  .xl\:tw-col-end-3{
    grid-column-end: 3;
  }

  .xl\:tw-col-end-4{
    grid-column-end: 4;
  }

  .xl\:tw-col-end-5{
    grid-column-end: 5;
  }

  .xl\:tw-col-end-6{
    grid-column-end: 6;
  }

  .xl\:tw-col-end-7{
    grid-column-end: 7;
  }

  .xl\:tw-col-end-8{
    grid-column-end: 8;
  }

  .xl\:tw-col-end-9{
    grid-column-end: 9;
  }

  .xl\:tw-col-end-10{
    grid-column-end: 10;
  }

  .xl\:tw-col-end-11{
    grid-column-end: 11;
  }

  .xl\:tw-col-end-12{
    grid-column-end: 12;
  }

  .xl\:tw-col-end-13{
    grid-column-end: 13;
  }

  .xl\:tw-col-end-auto{
    grid-column-end: auto;
  }

  .xl\:tw-grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xl\:tw-grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xl\:tw-grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xl\:tw-grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xl\:tw-grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xl\:tw-grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xl\:tw-grid-rows-none{
    grid-template-rows: none;
  }

  .xl\:tw-auto-rows-auto{
    grid-auto-rows: auto;
  }

  .xl\:tw-auto-rows-min{
    grid-auto-rows: min-content;
  }

  .xl\:tw-auto-rows-max{
    grid-auto-rows: max-content;
  }

  .xl\:tw-auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .xl\:tw-row-auto{
    grid-row: auto;
  }

  .xl\:tw-row-span-1{
    grid-row: span 1 / span 1;
  }

  .xl\:tw-row-span-2{
    grid-row: span 2 / span 2;
  }

  .xl\:tw-row-span-3{
    grid-row: span 3 / span 3;
  }

  .xl\:tw-row-span-4{
    grid-row: span 4 / span 4;
  }

  .xl\:tw-row-span-5{
    grid-row: span 5 / span 5;
  }

  .xl\:tw-row-span-6{
    grid-row: span 6 / span 6;
  }

  .xl\:tw-row-span-full{
    grid-row: 1 / -1;
  }

  .xl\:tw-row-start-1{
    grid-row-start: 1;
  }

  .xl\:tw-row-start-2{
    grid-row-start: 2;
  }

  .xl\:tw-row-start-3{
    grid-row-start: 3;
  }

  .xl\:tw-row-start-4{
    grid-row-start: 4;
  }

  .xl\:tw-row-start-5{
    grid-row-start: 5;
  }

  .xl\:tw-row-start-6{
    grid-row-start: 6;
  }

  .xl\:tw-row-start-7{
    grid-row-start: 7;
  }

  .xl\:tw-row-start-auto{
    grid-row-start: auto;
  }

  .xl\:tw-row-end-1{
    grid-row-end: 1;
  }

  .xl\:tw-row-end-2{
    grid-row-end: 2;
  }

  .xl\:tw-row-end-3{
    grid-row-end: 3;
  }

  .xl\:tw-row-end-4{
    grid-row-end: 4;
  }

  .xl\:tw-row-end-5{
    grid-row-end: 5;
  }

  .xl\:tw-row-end-6{
    grid-row-end: 6;
  }

  .xl\:tw-row-end-7{
    grid-row-end: 7;
  }

  .xl\:tw-row-end-auto{
    grid-row-end: auto;
  }

  .xl\:tw-transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:tw-transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:tw-transform-none{
    transform: none;
  }

  .xl\:tw-origin-center{
    transform-origin: center;
  }

  .xl\:tw-origin-top{
    transform-origin: top;
  }

  .xl\:tw-origin-top-right{
    transform-origin: top right;
  }

  .xl\:tw-origin-right{
    transform-origin: right;
  }

  .xl\:tw-origin-bottom-right{
    transform-origin: bottom right;
  }

  .xl\:tw-origin-bottom{
    transform-origin: bottom;
  }

  .xl\:tw-origin-bottom-left{
    transform-origin: bottom left;
  }

  .xl\:tw-origin-left{
    transform-origin: left;
  }

  .xl\:tw-origin-top-left{
    transform-origin: top left;
  }

  .xl\:tw-scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xl\:tw-scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xl\:tw-scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xl\:tw-scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xl\:tw-scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xl\:tw-scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xl\:tw-scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xl\:tw-scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xl\:tw-scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xl\:tw-scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xl\:tw-scale-x-0{
    --tw-scale-x: 0;
  }

  .xl\:tw-scale-x-50{
    --tw-scale-x: .5;
  }

  .xl\:tw-scale-x-75{
    --tw-scale-x: .75;
  }

  .xl\:tw-scale-x-90{
    --tw-scale-x: .9;
  }

  .xl\:tw-scale-x-95{
    --tw-scale-x: .95;
  }

  .xl\:tw-scale-x-100{
    --tw-scale-x: 1;
  }

  .xl\:tw-scale-x-105{
    --tw-scale-x: 1.05;
  }

  .xl\:tw-scale-x-110{
    --tw-scale-x: 1.1;
  }

  .xl\:tw-scale-x-125{
    --tw-scale-x: 1.25;
  }

  .xl\:tw-scale-x-150{
    --tw-scale-x: 1.5;
  }

  .xl\:tw-scale-y-0{
    --tw-scale-y: 0;
  }

  .xl\:tw-scale-y-50{
    --tw-scale-y: .5;
  }

  .xl\:tw-scale-y-75{
    --tw-scale-y: .75;
  }

  .xl\:tw-scale-y-90{
    --tw-scale-y: .9;
  }

  .xl\:tw-scale-y-95{
    --tw-scale-y: .95;
  }

  .xl\:tw-scale-y-100{
    --tw-scale-y: 1;
  }

  .xl\:tw-scale-y-105{
    --tw-scale-y: 1.05;
  }

  .xl\:tw-scale-y-110{
    --tw-scale-y: 1.1;
  }

  .xl\:tw-scale-y-125{
    --tw-scale-y: 1.25;
  }

  .xl\:tw-scale-y-150{
    --tw-scale-y: 1.5;
  }

  .xl\:hover\:tw-scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xl\:hover\:tw-scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xl\:hover\:tw-scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xl\:hover\:tw-scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xl\:hover\:tw-scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xl\:hover\:tw-scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xl\:hover\:tw-scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xl\:hover\:tw-scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xl\:hover\:tw-scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xl\:hover\:tw-scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xl\:hover\:tw-scale-x-0:hover{
    --tw-scale-x: 0;
  }

  .xl\:hover\:tw-scale-x-50:hover{
    --tw-scale-x: .5;
  }

  .xl\:hover\:tw-scale-x-75:hover{
    --tw-scale-x: .75;
  }

  .xl\:hover\:tw-scale-x-90:hover{
    --tw-scale-x: .9;
  }

  .xl\:hover\:tw-scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .xl\:hover\:tw-scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .xl\:hover\:tw-scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .xl\:hover\:tw-scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  .xl\:hover\:tw-scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  .xl\:hover\:tw-scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .xl\:hover\:tw-scale-y-0:hover{
    --tw-scale-y: 0;
  }

  .xl\:hover\:tw-scale-y-50:hover{
    --tw-scale-y: .5;
  }

  .xl\:hover\:tw-scale-y-75:hover{
    --tw-scale-y: .75;
  }

  .xl\:hover\:tw-scale-y-90:hover{
    --tw-scale-y: .9;
  }

  .xl\:hover\:tw-scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .xl\:hover\:tw-scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .xl\:hover\:tw-scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .xl\:hover\:tw-scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  .xl\:hover\:tw-scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  .xl\:hover\:tw-scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .xl\:focus\:tw-scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xl\:focus\:tw-scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xl\:focus\:tw-scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xl\:focus\:tw-scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xl\:focus\:tw-scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xl\:focus\:tw-scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xl\:focus\:tw-scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xl\:focus\:tw-scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xl\:focus\:tw-scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xl\:focus\:tw-scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xl\:focus\:tw-scale-x-0:focus{
    --tw-scale-x: 0;
  }

  .xl\:focus\:tw-scale-x-50:focus{
    --tw-scale-x: .5;
  }

  .xl\:focus\:tw-scale-x-75:focus{
    --tw-scale-x: .75;
  }

  .xl\:focus\:tw-scale-x-90:focus{
    --tw-scale-x: .9;
  }

  .xl\:focus\:tw-scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .xl\:focus\:tw-scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .xl\:focus\:tw-scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .xl\:focus\:tw-scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  .xl\:focus\:tw-scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  .xl\:focus\:tw-scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .xl\:focus\:tw-scale-y-0:focus{
    --tw-scale-y: 0;
  }

  .xl\:focus\:tw-scale-y-50:focus{
    --tw-scale-y: .5;
  }

  .xl\:focus\:tw-scale-y-75:focus{
    --tw-scale-y: .75;
  }

  .xl\:focus\:tw-scale-y-90:focus{
    --tw-scale-y: .9;
  }

  .xl\:focus\:tw-scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .xl\:focus\:tw-scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .xl\:focus\:tw-scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .xl\:focus\:tw-scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  .xl\:focus\:tw-scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  .xl\:focus\:tw-scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .xl\:tw-rotate-0{
    --tw-rotate: 0deg;
  }

  .xl\:tw-rotate-1{
    --tw-rotate: 1deg;
  }

  .xl\:tw-rotate-2{
    --tw-rotate: 2deg;
  }

  .xl\:tw-rotate-3{
    --tw-rotate: 3deg;
  }

  .xl\:tw-rotate-6{
    --tw-rotate: 6deg;
  }

  .xl\:tw-rotate-12{
    --tw-rotate: 12deg;
  }

  .xl\:tw-rotate-45{
    --tw-rotate: 45deg;
  }

  .xl\:tw-rotate-90{
    --tw-rotate: 90deg;
  }

  .xl\:tw-rotate-180{
    --tw-rotate: 180deg;
  }

  .xl\:tw--rotate-180{
    --tw-rotate: -180deg;
  }

  .xl\:tw--rotate-90{
    --tw-rotate: -90deg;
  }

  .xl\:tw--rotate-45{
    --tw-rotate: -45deg;
  }

  .xl\:tw--rotate-12{
    --tw-rotate: -12deg;
  }

  .xl\:tw--rotate-6{
    --tw-rotate: -6deg;
  }

  .xl\:tw--rotate-3{
    --tw-rotate: -3deg;
  }

  .xl\:tw--rotate-2{
    --tw-rotate: -2deg;
  }

  .xl\:tw--rotate-1{
    --tw-rotate: -1deg;
  }

  .xl\:hover\:tw-rotate-0:hover{
    --tw-rotate: 0deg;
  }

  .xl\:hover\:tw-rotate-1:hover{
    --tw-rotate: 1deg;
  }

  .xl\:hover\:tw-rotate-2:hover{
    --tw-rotate: 2deg;
  }

  .xl\:hover\:tw-rotate-3:hover{
    --tw-rotate: 3deg;
  }

  .xl\:hover\:tw-rotate-6:hover{
    --tw-rotate: 6deg;
  }

  .xl\:hover\:tw-rotate-12:hover{
    --tw-rotate: 12deg;
  }

  .xl\:hover\:tw-rotate-45:hover{
    --tw-rotate: 45deg;
  }

  .xl\:hover\:tw-rotate-90:hover{
    --tw-rotate: 90deg;
  }

  .xl\:hover\:tw-rotate-180:hover{
    --tw-rotate: 180deg;
  }

  .xl\:hover\:tw--rotate-180:hover{
    --tw-rotate: -180deg;
  }

  .xl\:hover\:tw--rotate-90:hover{
    --tw-rotate: -90deg;
  }

  .xl\:hover\:tw--rotate-45:hover{
    --tw-rotate: -45deg;
  }

  .xl\:hover\:tw--rotate-12:hover{
    --tw-rotate: -12deg;
  }

  .xl\:hover\:tw--rotate-6:hover{
    --tw-rotate: -6deg;
  }

  .xl\:hover\:tw--rotate-3:hover{
    --tw-rotate: -3deg;
  }

  .xl\:hover\:tw--rotate-2:hover{
    --tw-rotate: -2deg;
  }

  .xl\:hover\:tw--rotate-1:hover{
    --tw-rotate: -1deg;
  }

  .xl\:focus\:tw-rotate-0:focus{
    --tw-rotate: 0deg;
  }

  .xl\:focus\:tw-rotate-1:focus{
    --tw-rotate: 1deg;
  }

  .xl\:focus\:tw-rotate-2:focus{
    --tw-rotate: 2deg;
  }

  .xl\:focus\:tw-rotate-3:focus{
    --tw-rotate: 3deg;
  }

  .xl\:focus\:tw-rotate-6:focus{
    --tw-rotate: 6deg;
  }

  .xl\:focus\:tw-rotate-12:focus{
    --tw-rotate: 12deg;
  }

  .xl\:focus\:tw-rotate-45:focus{
    --tw-rotate: 45deg;
  }

  .xl\:focus\:tw-rotate-90:focus{
    --tw-rotate: 90deg;
  }

  .xl\:focus\:tw-rotate-180:focus{
    --tw-rotate: 180deg;
  }

  .xl\:focus\:tw--rotate-180:focus{
    --tw-rotate: -180deg;
  }

  .xl\:focus\:tw--rotate-90:focus{
    --tw-rotate: -90deg;
  }

  .xl\:focus\:tw--rotate-45:focus{
    --tw-rotate: -45deg;
  }

  .xl\:focus\:tw--rotate-12:focus{
    --tw-rotate: -12deg;
  }

  .xl\:focus\:tw--rotate-6:focus{
    --tw-rotate: -6deg;
  }

  .xl\:focus\:tw--rotate-3:focus{
    --tw-rotate: -3deg;
  }

  .xl\:focus\:tw--rotate-2:focus{
    --tw-rotate: -2deg;
  }

  .xl\:focus\:tw--rotate-1:focus{
    --tw-rotate: -1deg;
  }

  .xl\:tw-translate-x-0{
    --tw-translate-x: 0px;
  }

  .xl\:tw-translate-x-1{
    --tw-translate-x: 0.25rem;
  }

  .xl\:tw-translate-x-2{
    --tw-translate-x: 0.5rem;
  }

  .xl\:tw-translate-x-3{
    --tw-translate-x: 0.75rem;
  }

  .xl\:tw-translate-x-4{
    --tw-translate-x: 1rem;
  }

  .xl\:tw-translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  .xl\:tw-translate-x-6{
    --tw-translate-x: 1.5rem;
  }

  .xl\:tw-translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  .xl\:tw-translate-x-8{
    --tw-translate-x: 2rem;
  }

  .xl\:tw-translate-x-9{
    --tw-translate-x: 2.25rem;
  }

  .xl\:tw-translate-x-10{
    --tw-translate-x: 2.5rem;
  }

  .xl\:tw-translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  .xl\:tw-translate-x-12{
    --tw-translate-x: 3rem;
  }

  .xl\:tw-translate-x-13{
    --tw-translate-x: 3.25rem;
  }

  .xl\:tw-translate-x-14{
    --tw-translate-x: 3.5rem;
  }

  .xl\:tw-translate-x-16{
    --tw-translate-x: 4rem;
  }

  .xl\:tw-translate-x-20{
    --tw-translate-x: 5rem;
  }

  .xl\:tw-translate-x-24{
    --tw-translate-x: 6rem;
  }

  .xl\:tw-translate-x-28{
    --tw-translate-x: 7rem;
  }

  .xl\:tw-translate-x-32{
    --tw-translate-x: 8rem;
  }

  .xl\:tw-translate-x-36{
    --tw-translate-x: 9rem;
  }

  .xl\:tw-translate-x-40{
    --tw-translate-x: 10rem;
  }

  .xl\:tw-translate-x-44{
    --tw-translate-x: 11rem;
  }

  .xl\:tw-translate-x-48{
    --tw-translate-x: 12rem;
  }

  .xl\:tw-translate-x-52{
    --tw-translate-x: 13rem;
  }

  .xl\:tw-translate-x-56{
    --tw-translate-x: 14rem;
  }

  .xl\:tw-translate-x-60{
    --tw-translate-x: 15rem;
  }

  .xl\:tw-translate-x-64{
    --tw-translate-x: 16rem;
  }

  .xl\:tw-translate-x-72{
    --tw-translate-x: 18rem;
  }

  .xl\:tw-translate-x-80{
    --tw-translate-x: 20rem;
  }

  .xl\:tw-translate-x-96{
    --tw-translate-x: 24rem;
  }

  .xl\:tw-translate-x-px{
    --tw-translate-x: 1px;
  }

  .xl\:tw-translate-x-0\.5{
    --tw-translate-x: 0.125rem;
  }

  .xl\:tw-translate-x-1\.5{
    --tw-translate-x: 0.375rem;
  }

  .xl\:tw-translate-x-2\.5{
    --tw-translate-x: 0.625rem;
  }

  .xl\:tw-translate-x-3\.5{
    --tw-translate-x: 0.875rem;
  }

  .xl\:tw-translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .xl\:tw-translate-x-3\/2{
    --tw-translate-x: 150%;
  }

  .xl\:tw-translate-x-square{
    --tw-translate-x: 100%;
  }

  .xl\:tw-translate-x-58px{
    --tw-translate-x: 58px;
  }

  .xl\:tw-translate-x-63px{
    --tw-translate-x: 63px;
  }

  .xl\:tw-translate-x-73px{
    --tw-translate-x: 73.px;
  }

  .xl\:tw--translate-x-0{
    --tw-translate-x: 0px;
  }

  .xl\:tw--translate-x-1{
    --tw-translate-x: -0.25rem;
  }

  .xl\:tw--translate-x-2{
    --tw-translate-x: -0.5rem;
  }

  .xl\:tw--translate-x-3{
    --tw-translate-x: -0.75rem;
  }

  .xl\:tw--translate-x-4{
    --tw-translate-x: -1rem;
  }

  .xl\:tw--translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  .xl\:tw--translate-x-6{
    --tw-translate-x: -1.5rem;
  }

  .xl\:tw--translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  .xl\:tw--translate-x-8{
    --tw-translate-x: -2rem;
  }

  .xl\:tw--translate-x-9{
    --tw-translate-x: -2.25rem;
  }

  .xl\:tw--translate-x-10{
    --tw-translate-x: -2.5rem;
  }

  .xl\:tw--translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  .xl\:tw--translate-x-12{
    --tw-translate-x: -3rem;
  }

  .xl\:tw--translate-x-13{
    --tw-translate-x: -3.25rem;
  }

  .xl\:tw--translate-x-14{
    --tw-translate-x: -3.5rem;
  }

  .xl\:tw--translate-x-16{
    --tw-translate-x: -4rem;
  }

  .xl\:tw--translate-x-20{
    --tw-translate-x: -5rem;
  }

  .xl\:tw--translate-x-24{
    --tw-translate-x: -6rem;
  }

  .xl\:tw--translate-x-28{
    --tw-translate-x: -7rem;
  }

  .xl\:tw--translate-x-32{
    --tw-translate-x: -8rem;
  }

  .xl\:tw--translate-x-36{
    --tw-translate-x: -9rem;
  }

  .xl\:tw--translate-x-40{
    --tw-translate-x: -10rem;
  }

  .xl\:tw--translate-x-44{
    --tw-translate-x: -11rem;
  }

  .xl\:tw--translate-x-48{
    --tw-translate-x: -12rem;
  }

  .xl\:tw--translate-x-52{
    --tw-translate-x: -13rem;
  }

  .xl\:tw--translate-x-56{
    --tw-translate-x: -14rem;
  }

  .xl\:tw--translate-x-60{
    --tw-translate-x: -15rem;
  }

  .xl\:tw--translate-x-64{
    --tw-translate-x: -16rem;
  }

  .xl\:tw--translate-x-72{
    --tw-translate-x: -18rem;
  }

  .xl\:tw--translate-x-80{
    --tw-translate-x: -20rem;
  }

  .xl\:tw--translate-x-96{
    --tw-translate-x: -24rem;
  }

  .xl\:tw--translate-x-px{
    --tw-translate-x: -1px;
  }

  .xl\:tw--translate-x-0\.5{
    --tw-translate-x: -0.125rem;
  }

  .xl\:tw--translate-x-1\.5{
    --tw-translate-x: -0.375rem;
  }

  .xl\:tw--translate-x-2\.5{
    --tw-translate-x: -0.625rem;
  }

  .xl\:tw--translate-x-3\.5{
    --tw-translate-x: -0.875rem;
  }

  .xl\:tw--translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .xl\:tw--translate-x-3\/2{
    --tw-translate-x: -150%;
  }

  .xl\:tw--translate-x-square{
    --tw-translate-x: -100%;
  }

  .xl\:tw--translate-x-58px{
    --tw-translate-x: -58px;
  }

  .xl\:tw--translate-x-63px{
    --tw-translate-x: -63px;
  }

  .xl\:tw--translate-x-73px{
    --tw-translate-x: -73px;
  }

  .xl\:tw-translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .xl\:tw-translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .xl\:tw-translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .xl\:tw-translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .xl\:tw-translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .xl\:tw-translate-x-full{
    --tw-translate-x: 100%;
  }

  .xl\:tw--translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .xl\:tw--translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .xl\:tw--translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .xl\:tw--translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .xl\:tw--translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .xl\:tw--translate-x-full{
    --tw-translate-x: -100%;
  }

  .xl\:tw-translate-y-0{
    --tw-translate-y: 0px;
  }

  .xl\:tw-translate-y-1{
    --tw-translate-y: 0.25rem;
  }

  .xl\:tw-translate-y-2{
    --tw-translate-y: 0.5rem;
  }

  .xl\:tw-translate-y-3{
    --tw-translate-y: 0.75rem;
  }

  .xl\:tw-translate-y-4{
    --tw-translate-y: 1rem;
  }

  .xl\:tw-translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  .xl\:tw-translate-y-6{
    --tw-translate-y: 1.5rem;
  }

  .xl\:tw-translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  .xl\:tw-translate-y-8{
    --tw-translate-y: 2rem;
  }

  .xl\:tw-translate-y-9{
    --tw-translate-y: 2.25rem;
  }

  .xl\:tw-translate-y-10{
    --tw-translate-y: 2.5rem;
  }

  .xl\:tw-translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  .xl\:tw-translate-y-12{
    --tw-translate-y: 3rem;
  }

  .xl\:tw-translate-y-13{
    --tw-translate-y: 3.25rem;
  }

  .xl\:tw-translate-y-14{
    --tw-translate-y: 3.5rem;
  }

  .xl\:tw-translate-y-16{
    --tw-translate-y: 4rem;
  }

  .xl\:tw-translate-y-20{
    --tw-translate-y: 5rem;
  }

  .xl\:tw-translate-y-24{
    --tw-translate-y: 6rem;
  }

  .xl\:tw-translate-y-28{
    --tw-translate-y: 7rem;
  }

  .xl\:tw-translate-y-32{
    --tw-translate-y: 8rem;
  }

  .xl\:tw-translate-y-36{
    --tw-translate-y: 9rem;
  }

  .xl\:tw-translate-y-40{
    --tw-translate-y: 10rem;
  }

  .xl\:tw-translate-y-44{
    --tw-translate-y: 11rem;
  }

  .xl\:tw-translate-y-48{
    --tw-translate-y: 12rem;
  }

  .xl\:tw-translate-y-52{
    --tw-translate-y: 13rem;
  }

  .xl\:tw-translate-y-56{
    --tw-translate-y: 14rem;
  }

  .xl\:tw-translate-y-60{
    --tw-translate-y: 15rem;
  }

  .xl\:tw-translate-y-64{
    --tw-translate-y: 16rem;
  }

  .xl\:tw-translate-y-72{
    --tw-translate-y: 18rem;
  }

  .xl\:tw-translate-y-80{
    --tw-translate-y: 20rem;
  }

  .xl\:tw-translate-y-96{
    --tw-translate-y: 24rem;
  }

  .xl\:tw-translate-y-px{
    --tw-translate-y: 1px;
  }

  .xl\:tw-translate-y-0\.5{
    --tw-translate-y: 0.125rem;
  }

  .xl\:tw-translate-y-1\.5{
    --tw-translate-y: 0.375rem;
  }

  .xl\:tw-translate-y-2\.5{
    --tw-translate-y: 0.625rem;
  }

  .xl\:tw-translate-y-3\.5{
    --tw-translate-y: 0.875rem;
  }

  .xl\:tw-translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .xl\:tw-translate-y-3\/2{
    --tw-translate-y: 150%;
  }

  .xl\:tw-translate-y-square{
    --tw-translate-y: 100%;
  }

  .xl\:tw-translate-y-58px{
    --tw-translate-y: 58px;
  }

  .xl\:tw-translate-y-63px{
    --tw-translate-y: 63px;
  }

  .xl\:tw-translate-y-73px{
    --tw-translate-y: 73.px;
  }

  .xl\:tw--translate-y-0{
    --tw-translate-y: 0px;
  }

  .xl\:tw--translate-y-1{
    --tw-translate-y: -0.25rem;
  }

  .xl\:tw--translate-y-2{
    --tw-translate-y: -0.5rem;
  }

  .xl\:tw--translate-y-3{
    --tw-translate-y: -0.75rem;
  }

  .xl\:tw--translate-y-4{
    --tw-translate-y: -1rem;
  }

  .xl\:tw--translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  .xl\:tw--translate-y-6{
    --tw-translate-y: -1.5rem;
  }

  .xl\:tw--translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  .xl\:tw--translate-y-8{
    --tw-translate-y: -2rem;
  }

  .xl\:tw--translate-y-9{
    --tw-translate-y: -2.25rem;
  }

  .xl\:tw--translate-y-10{
    --tw-translate-y: -2.5rem;
  }

  .xl\:tw--translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  .xl\:tw--translate-y-12{
    --tw-translate-y: -3rem;
  }

  .xl\:tw--translate-y-13{
    --tw-translate-y: -3.25rem;
  }

  .xl\:tw--translate-y-14{
    --tw-translate-y: -3.5rem;
  }

  .xl\:tw--translate-y-16{
    --tw-translate-y: -4rem;
  }

  .xl\:tw--translate-y-20{
    --tw-translate-y: -5rem;
  }

  .xl\:tw--translate-y-24{
    --tw-translate-y: -6rem;
  }

  .xl\:tw--translate-y-28{
    --tw-translate-y: -7rem;
  }

  .xl\:tw--translate-y-32{
    --tw-translate-y: -8rem;
  }

  .xl\:tw--translate-y-36{
    --tw-translate-y: -9rem;
  }

  .xl\:tw--translate-y-40{
    --tw-translate-y: -10rem;
  }

  .xl\:tw--translate-y-44{
    --tw-translate-y: -11rem;
  }

  .xl\:tw--translate-y-48{
    --tw-translate-y: -12rem;
  }

  .xl\:tw--translate-y-52{
    --tw-translate-y: -13rem;
  }

  .xl\:tw--translate-y-56{
    --tw-translate-y: -14rem;
  }

  .xl\:tw--translate-y-60{
    --tw-translate-y: -15rem;
  }

  .xl\:tw--translate-y-64{
    --tw-translate-y: -16rem;
  }

  .xl\:tw--translate-y-72{
    --tw-translate-y: -18rem;
  }

  .xl\:tw--translate-y-80{
    --tw-translate-y: -20rem;
  }

  .xl\:tw--translate-y-96{
    --tw-translate-y: -24rem;
  }

  .xl\:tw--translate-y-px{
    --tw-translate-y: -1px;
  }

  .xl\:tw--translate-y-0\.5{
    --tw-translate-y: -0.125rem;
  }

  .xl\:tw--translate-y-1\.5{
    --tw-translate-y: -0.375rem;
  }

  .xl\:tw--translate-y-2\.5{
    --tw-translate-y: -0.625rem;
  }

  .xl\:tw--translate-y-3\.5{
    --tw-translate-y: -0.875rem;
  }

  .xl\:tw--translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .xl\:tw--translate-y-3\/2{
    --tw-translate-y: -150%;
  }

  .xl\:tw--translate-y-square{
    --tw-translate-y: -100%;
  }

  .xl\:tw--translate-y-58px{
    --tw-translate-y: -58px;
  }

  .xl\:tw--translate-y-63px{
    --tw-translate-y: -63px;
  }

  .xl\:tw--translate-y-73px{
    --tw-translate-y: -73px;
  }

  .xl\:tw-translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .xl\:tw-translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .xl\:tw-translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .xl\:tw-translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .xl\:tw-translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .xl\:tw-translate-y-full{
    --tw-translate-y: 100%;
  }

  .xl\:tw--translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .xl\:tw--translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .xl\:tw--translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .xl\:tw--translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .xl\:tw--translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .xl\:tw--translate-y-full{
    --tw-translate-y: -100%;
  }

  .xl\:hover\:tw-translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .xl\:hover\:tw-translate-x-1:hover{
    --tw-translate-x: 0.25rem;
  }

  .xl\:hover\:tw-translate-x-2:hover{
    --tw-translate-x: 0.5rem;
  }

  .xl\:hover\:tw-translate-x-3:hover{
    --tw-translate-x: 0.75rem;
  }

  .xl\:hover\:tw-translate-x-4:hover{
    --tw-translate-x: 1rem;
  }

  .xl\:hover\:tw-translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  .xl\:hover\:tw-translate-x-6:hover{
    --tw-translate-x: 1.5rem;
  }

  .xl\:hover\:tw-translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  .xl\:hover\:tw-translate-x-8:hover{
    --tw-translate-x: 2rem;
  }

  .xl\:hover\:tw-translate-x-9:hover{
    --tw-translate-x: 2.25rem;
  }

  .xl\:hover\:tw-translate-x-10:hover{
    --tw-translate-x: 2.5rem;
  }

  .xl\:hover\:tw-translate-x-11:hover{
    --tw-translate-x: 2.75rem;
  }

  .xl\:hover\:tw-translate-x-12:hover{
    --tw-translate-x: 3rem;
  }

  .xl\:hover\:tw-translate-x-13:hover{
    --tw-translate-x: 3.25rem;
  }

  .xl\:hover\:tw-translate-x-14:hover{
    --tw-translate-x: 3.5rem;
  }

  .xl\:hover\:tw-translate-x-16:hover{
    --tw-translate-x: 4rem;
  }

  .xl\:hover\:tw-translate-x-20:hover{
    --tw-translate-x: 5rem;
  }

  .xl\:hover\:tw-translate-x-24:hover{
    --tw-translate-x: 6rem;
  }

  .xl\:hover\:tw-translate-x-28:hover{
    --tw-translate-x: 7rem;
  }

  .xl\:hover\:tw-translate-x-32:hover{
    --tw-translate-x: 8rem;
  }

  .xl\:hover\:tw-translate-x-36:hover{
    --tw-translate-x: 9rem;
  }

  .xl\:hover\:tw-translate-x-40:hover{
    --tw-translate-x: 10rem;
  }

  .xl\:hover\:tw-translate-x-44:hover{
    --tw-translate-x: 11rem;
  }

  .xl\:hover\:tw-translate-x-48:hover{
    --tw-translate-x: 12rem;
  }

  .xl\:hover\:tw-translate-x-52:hover{
    --tw-translate-x: 13rem;
  }

  .xl\:hover\:tw-translate-x-56:hover{
    --tw-translate-x: 14rem;
  }

  .xl\:hover\:tw-translate-x-60:hover{
    --tw-translate-x: 15rem;
  }

  .xl\:hover\:tw-translate-x-64:hover{
    --tw-translate-x: 16rem;
  }

  .xl\:hover\:tw-translate-x-72:hover{
    --tw-translate-x: 18rem;
  }

  .xl\:hover\:tw-translate-x-80:hover{
    --tw-translate-x: 20rem;
  }

  .xl\:hover\:tw-translate-x-96:hover{
    --tw-translate-x: 24rem;
  }

  .xl\:hover\:tw-translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  .xl\:hover\:tw-translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem;
  }

  .xl\:hover\:tw-translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem;
  }

  .xl\:hover\:tw-translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem;
  }

  .xl\:hover\:tw-translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem;
  }

  .xl\:hover\:tw-translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  .xl\:hover\:tw-translate-x-3\/2:hover{
    --tw-translate-x: 150%;
  }

  .xl\:hover\:tw-translate-x-square:hover{
    --tw-translate-x: 100%;
  }

  .xl\:hover\:tw-translate-x-58px:hover{
    --tw-translate-x: 58px;
  }

  .xl\:hover\:tw-translate-x-63px:hover{
    --tw-translate-x: 63px;
  }

  .xl\:hover\:tw-translate-x-73px:hover{
    --tw-translate-x: 73.px;
  }

  .xl\:hover\:tw--translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .xl\:hover\:tw--translate-x-1:hover{
    --tw-translate-x: -0.25rem;
  }

  .xl\:hover\:tw--translate-x-2:hover{
    --tw-translate-x: -0.5rem;
  }

  .xl\:hover\:tw--translate-x-3:hover{
    --tw-translate-x: -0.75rem;
  }

  .xl\:hover\:tw--translate-x-4:hover{
    --tw-translate-x: -1rem;
  }

  .xl\:hover\:tw--translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  .xl\:hover\:tw--translate-x-6:hover{
    --tw-translate-x: -1.5rem;
  }

  .xl\:hover\:tw--translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  .xl\:hover\:tw--translate-x-8:hover{
    --tw-translate-x: -2rem;
  }

  .xl\:hover\:tw--translate-x-9:hover{
    --tw-translate-x: -2.25rem;
  }

  .xl\:hover\:tw--translate-x-10:hover{
    --tw-translate-x: -2.5rem;
  }

  .xl\:hover\:tw--translate-x-11:hover{
    --tw-translate-x: -2.75rem;
  }

  .xl\:hover\:tw--translate-x-12:hover{
    --tw-translate-x: -3rem;
  }

  .xl\:hover\:tw--translate-x-13:hover{
    --tw-translate-x: -3.25rem;
  }

  .xl\:hover\:tw--translate-x-14:hover{
    --tw-translate-x: -3.5rem;
  }

  .xl\:hover\:tw--translate-x-16:hover{
    --tw-translate-x: -4rem;
  }

  .xl\:hover\:tw--translate-x-20:hover{
    --tw-translate-x: -5rem;
  }

  .xl\:hover\:tw--translate-x-24:hover{
    --tw-translate-x: -6rem;
  }

  .xl\:hover\:tw--translate-x-28:hover{
    --tw-translate-x: -7rem;
  }

  .xl\:hover\:tw--translate-x-32:hover{
    --tw-translate-x: -8rem;
  }

  .xl\:hover\:tw--translate-x-36:hover{
    --tw-translate-x: -9rem;
  }

  .xl\:hover\:tw--translate-x-40:hover{
    --tw-translate-x: -10rem;
  }

  .xl\:hover\:tw--translate-x-44:hover{
    --tw-translate-x: -11rem;
  }

  .xl\:hover\:tw--translate-x-48:hover{
    --tw-translate-x: -12rem;
  }

  .xl\:hover\:tw--translate-x-52:hover{
    --tw-translate-x: -13rem;
  }

  .xl\:hover\:tw--translate-x-56:hover{
    --tw-translate-x: -14rem;
  }

  .xl\:hover\:tw--translate-x-60:hover{
    --tw-translate-x: -15rem;
  }

  .xl\:hover\:tw--translate-x-64:hover{
    --tw-translate-x: -16rem;
  }

  .xl\:hover\:tw--translate-x-72:hover{
    --tw-translate-x: -18rem;
  }

  .xl\:hover\:tw--translate-x-80:hover{
    --tw-translate-x: -20rem;
  }

  .xl\:hover\:tw--translate-x-96:hover{
    --tw-translate-x: -24rem;
  }

  .xl\:hover\:tw--translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  .xl\:hover\:tw--translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem;
  }

  .xl\:hover\:tw--translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem;
  }

  .xl\:hover\:tw--translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem;
  }

  .xl\:hover\:tw--translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem;
  }

  .xl\:hover\:tw--translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  .xl\:hover\:tw--translate-x-3\/2:hover{
    --tw-translate-x: -150%;
  }

  .xl\:hover\:tw--translate-x-square:hover{
    --tw-translate-x: -100%;
  }

  .xl\:hover\:tw--translate-x-58px:hover{
    --tw-translate-x: -58px;
  }

  .xl\:hover\:tw--translate-x-63px:hover{
    --tw-translate-x: -63px;
  }

  .xl\:hover\:tw--translate-x-73px:hover{
    --tw-translate-x: -73px;
  }

  .xl\:hover\:tw-translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .xl\:hover\:tw-translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  .xl\:hover\:tw-translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  .xl\:hover\:tw-translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  .xl\:hover\:tw-translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  .xl\:hover\:tw-translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .xl\:hover\:tw--translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .xl\:hover\:tw--translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  .xl\:hover\:tw--translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  .xl\:hover\:tw--translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  .xl\:hover\:tw--translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  .xl\:hover\:tw--translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .xl\:hover\:tw-translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .xl\:hover\:tw-translate-y-1:hover{
    --tw-translate-y: 0.25rem;
  }

  .xl\:hover\:tw-translate-y-2:hover{
    --tw-translate-y: 0.5rem;
  }

  .xl\:hover\:tw-translate-y-3:hover{
    --tw-translate-y: 0.75rem;
  }

  .xl\:hover\:tw-translate-y-4:hover{
    --tw-translate-y: 1rem;
  }

  .xl\:hover\:tw-translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  .xl\:hover\:tw-translate-y-6:hover{
    --tw-translate-y: 1.5rem;
  }

  .xl\:hover\:tw-translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  .xl\:hover\:tw-translate-y-8:hover{
    --tw-translate-y: 2rem;
  }

  .xl\:hover\:tw-translate-y-9:hover{
    --tw-translate-y: 2.25rem;
  }

  .xl\:hover\:tw-translate-y-10:hover{
    --tw-translate-y: 2.5rem;
  }

  .xl\:hover\:tw-translate-y-11:hover{
    --tw-translate-y: 2.75rem;
  }

  .xl\:hover\:tw-translate-y-12:hover{
    --tw-translate-y: 3rem;
  }

  .xl\:hover\:tw-translate-y-13:hover{
    --tw-translate-y: 3.25rem;
  }

  .xl\:hover\:tw-translate-y-14:hover{
    --tw-translate-y: 3.5rem;
  }

  .xl\:hover\:tw-translate-y-16:hover{
    --tw-translate-y: 4rem;
  }

  .xl\:hover\:tw-translate-y-20:hover{
    --tw-translate-y: 5rem;
  }

  .xl\:hover\:tw-translate-y-24:hover{
    --tw-translate-y: 6rem;
  }

  .xl\:hover\:tw-translate-y-28:hover{
    --tw-translate-y: 7rem;
  }

  .xl\:hover\:tw-translate-y-32:hover{
    --tw-translate-y: 8rem;
  }

  .xl\:hover\:tw-translate-y-36:hover{
    --tw-translate-y: 9rem;
  }

  .xl\:hover\:tw-translate-y-40:hover{
    --tw-translate-y: 10rem;
  }

  .xl\:hover\:tw-translate-y-44:hover{
    --tw-translate-y: 11rem;
  }

  .xl\:hover\:tw-translate-y-48:hover{
    --tw-translate-y: 12rem;
  }

  .xl\:hover\:tw-translate-y-52:hover{
    --tw-translate-y: 13rem;
  }

  .xl\:hover\:tw-translate-y-56:hover{
    --tw-translate-y: 14rem;
  }

  .xl\:hover\:tw-translate-y-60:hover{
    --tw-translate-y: 15rem;
  }

  .xl\:hover\:tw-translate-y-64:hover{
    --tw-translate-y: 16rem;
  }

  .xl\:hover\:tw-translate-y-72:hover{
    --tw-translate-y: 18rem;
  }

  .xl\:hover\:tw-translate-y-80:hover{
    --tw-translate-y: 20rem;
  }

  .xl\:hover\:tw-translate-y-96:hover{
    --tw-translate-y: 24rem;
  }

  .xl\:hover\:tw-translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  .xl\:hover\:tw-translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem;
  }

  .xl\:hover\:tw-translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem;
  }

  .xl\:hover\:tw-translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem;
  }

  .xl\:hover\:tw-translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem;
  }

  .xl\:hover\:tw-translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  .xl\:hover\:tw-translate-y-3\/2:hover{
    --tw-translate-y: 150%;
  }

  .xl\:hover\:tw-translate-y-square:hover{
    --tw-translate-y: 100%;
  }

  .xl\:hover\:tw-translate-y-58px:hover{
    --tw-translate-y: 58px;
  }

  .xl\:hover\:tw-translate-y-63px:hover{
    --tw-translate-y: 63px;
  }

  .xl\:hover\:tw-translate-y-73px:hover{
    --tw-translate-y: 73.px;
  }

  .xl\:hover\:tw--translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .xl\:hover\:tw--translate-y-1:hover{
    --tw-translate-y: -0.25rem;
  }

  .xl\:hover\:tw--translate-y-2:hover{
    --tw-translate-y: -0.5rem;
  }

  .xl\:hover\:tw--translate-y-3:hover{
    --tw-translate-y: -0.75rem;
  }

  .xl\:hover\:tw--translate-y-4:hover{
    --tw-translate-y: -1rem;
  }

  .xl\:hover\:tw--translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  .xl\:hover\:tw--translate-y-6:hover{
    --tw-translate-y: -1.5rem;
  }

  .xl\:hover\:tw--translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  .xl\:hover\:tw--translate-y-8:hover{
    --tw-translate-y: -2rem;
  }

  .xl\:hover\:tw--translate-y-9:hover{
    --tw-translate-y: -2.25rem;
  }

  .xl\:hover\:tw--translate-y-10:hover{
    --tw-translate-y: -2.5rem;
  }

  .xl\:hover\:tw--translate-y-11:hover{
    --tw-translate-y: -2.75rem;
  }

  .xl\:hover\:tw--translate-y-12:hover{
    --tw-translate-y: -3rem;
  }

  .xl\:hover\:tw--translate-y-13:hover{
    --tw-translate-y: -3.25rem;
  }

  .xl\:hover\:tw--translate-y-14:hover{
    --tw-translate-y: -3.5rem;
  }

  .xl\:hover\:tw--translate-y-16:hover{
    --tw-translate-y: -4rem;
  }

  .xl\:hover\:tw--translate-y-20:hover{
    --tw-translate-y: -5rem;
  }

  .xl\:hover\:tw--translate-y-24:hover{
    --tw-translate-y: -6rem;
  }

  .xl\:hover\:tw--translate-y-28:hover{
    --tw-translate-y: -7rem;
  }

  .xl\:hover\:tw--translate-y-32:hover{
    --tw-translate-y: -8rem;
  }

  .xl\:hover\:tw--translate-y-36:hover{
    --tw-translate-y: -9rem;
  }

  .xl\:hover\:tw--translate-y-40:hover{
    --tw-translate-y: -10rem;
  }

  .xl\:hover\:tw--translate-y-44:hover{
    --tw-translate-y: -11rem;
  }

  .xl\:hover\:tw--translate-y-48:hover{
    --tw-translate-y: -12rem;
  }

  .xl\:hover\:tw--translate-y-52:hover{
    --tw-translate-y: -13rem;
  }

  .xl\:hover\:tw--translate-y-56:hover{
    --tw-translate-y: -14rem;
  }

  .xl\:hover\:tw--translate-y-60:hover{
    --tw-translate-y: -15rem;
  }

  .xl\:hover\:tw--translate-y-64:hover{
    --tw-translate-y: -16rem;
  }

  .xl\:hover\:tw--translate-y-72:hover{
    --tw-translate-y: -18rem;
  }

  .xl\:hover\:tw--translate-y-80:hover{
    --tw-translate-y: -20rem;
  }

  .xl\:hover\:tw--translate-y-96:hover{
    --tw-translate-y: -24rem;
  }

  .xl\:hover\:tw--translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  .xl\:hover\:tw--translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem;
  }

  .xl\:hover\:tw--translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem;
  }

  .xl\:hover\:tw--translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem;
  }

  .xl\:hover\:tw--translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem;
  }

  .xl\:hover\:tw--translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  .xl\:hover\:tw--translate-y-3\/2:hover{
    --tw-translate-y: -150%;
  }

  .xl\:hover\:tw--translate-y-square:hover{
    --tw-translate-y: -100%;
  }

  .xl\:hover\:tw--translate-y-58px:hover{
    --tw-translate-y: -58px;
  }

  .xl\:hover\:tw--translate-y-63px:hover{
    --tw-translate-y: -63px;
  }

  .xl\:hover\:tw--translate-y-73px:hover{
    --tw-translate-y: -73px;
  }

  .xl\:hover\:tw-translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .xl\:hover\:tw-translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  .xl\:hover\:tw-translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  .xl\:hover\:tw-translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  .xl\:hover\:tw-translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  .xl\:hover\:tw-translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .xl\:hover\:tw--translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .xl\:hover\:tw--translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  .xl\:hover\:tw--translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  .xl\:hover\:tw--translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  .xl\:hover\:tw--translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  .xl\:hover\:tw--translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .xl\:focus\:tw-translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .xl\:focus\:tw-translate-x-1:focus{
    --tw-translate-x: 0.25rem;
  }

  .xl\:focus\:tw-translate-x-2:focus{
    --tw-translate-x: 0.5rem;
  }

  .xl\:focus\:tw-translate-x-3:focus{
    --tw-translate-x: 0.75rem;
  }

  .xl\:focus\:tw-translate-x-4:focus{
    --tw-translate-x: 1rem;
  }

  .xl\:focus\:tw-translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  .xl\:focus\:tw-translate-x-6:focus{
    --tw-translate-x: 1.5rem;
  }

  .xl\:focus\:tw-translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  .xl\:focus\:tw-translate-x-8:focus{
    --tw-translate-x: 2rem;
  }

  .xl\:focus\:tw-translate-x-9:focus{
    --tw-translate-x: 2.25rem;
  }

  .xl\:focus\:tw-translate-x-10:focus{
    --tw-translate-x: 2.5rem;
  }

  .xl\:focus\:tw-translate-x-11:focus{
    --tw-translate-x: 2.75rem;
  }

  .xl\:focus\:tw-translate-x-12:focus{
    --tw-translate-x: 3rem;
  }

  .xl\:focus\:tw-translate-x-13:focus{
    --tw-translate-x: 3.25rem;
  }

  .xl\:focus\:tw-translate-x-14:focus{
    --tw-translate-x: 3.5rem;
  }

  .xl\:focus\:tw-translate-x-16:focus{
    --tw-translate-x: 4rem;
  }

  .xl\:focus\:tw-translate-x-20:focus{
    --tw-translate-x: 5rem;
  }

  .xl\:focus\:tw-translate-x-24:focus{
    --tw-translate-x: 6rem;
  }

  .xl\:focus\:tw-translate-x-28:focus{
    --tw-translate-x: 7rem;
  }

  .xl\:focus\:tw-translate-x-32:focus{
    --tw-translate-x: 8rem;
  }

  .xl\:focus\:tw-translate-x-36:focus{
    --tw-translate-x: 9rem;
  }

  .xl\:focus\:tw-translate-x-40:focus{
    --tw-translate-x: 10rem;
  }

  .xl\:focus\:tw-translate-x-44:focus{
    --tw-translate-x: 11rem;
  }

  .xl\:focus\:tw-translate-x-48:focus{
    --tw-translate-x: 12rem;
  }

  .xl\:focus\:tw-translate-x-52:focus{
    --tw-translate-x: 13rem;
  }

  .xl\:focus\:tw-translate-x-56:focus{
    --tw-translate-x: 14rem;
  }

  .xl\:focus\:tw-translate-x-60:focus{
    --tw-translate-x: 15rem;
  }

  .xl\:focus\:tw-translate-x-64:focus{
    --tw-translate-x: 16rem;
  }

  .xl\:focus\:tw-translate-x-72:focus{
    --tw-translate-x: 18rem;
  }

  .xl\:focus\:tw-translate-x-80:focus{
    --tw-translate-x: 20rem;
  }

  .xl\:focus\:tw-translate-x-96:focus{
    --tw-translate-x: 24rem;
  }

  .xl\:focus\:tw-translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  .xl\:focus\:tw-translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem;
  }

  .xl\:focus\:tw-translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem;
  }

  .xl\:focus\:tw-translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem;
  }

  .xl\:focus\:tw-translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem;
  }

  .xl\:focus\:tw-translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  .xl\:focus\:tw-translate-x-3\/2:focus{
    --tw-translate-x: 150%;
  }

  .xl\:focus\:tw-translate-x-square:focus{
    --tw-translate-x: 100%;
  }

  .xl\:focus\:tw-translate-x-58px:focus{
    --tw-translate-x: 58px;
  }

  .xl\:focus\:tw-translate-x-63px:focus{
    --tw-translate-x: 63px;
  }

  .xl\:focus\:tw-translate-x-73px:focus{
    --tw-translate-x: 73.px;
  }

  .xl\:focus\:tw--translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .xl\:focus\:tw--translate-x-1:focus{
    --tw-translate-x: -0.25rem;
  }

  .xl\:focus\:tw--translate-x-2:focus{
    --tw-translate-x: -0.5rem;
  }

  .xl\:focus\:tw--translate-x-3:focus{
    --tw-translate-x: -0.75rem;
  }

  .xl\:focus\:tw--translate-x-4:focus{
    --tw-translate-x: -1rem;
  }

  .xl\:focus\:tw--translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  .xl\:focus\:tw--translate-x-6:focus{
    --tw-translate-x: -1.5rem;
  }

  .xl\:focus\:tw--translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  .xl\:focus\:tw--translate-x-8:focus{
    --tw-translate-x: -2rem;
  }

  .xl\:focus\:tw--translate-x-9:focus{
    --tw-translate-x: -2.25rem;
  }

  .xl\:focus\:tw--translate-x-10:focus{
    --tw-translate-x: -2.5rem;
  }

  .xl\:focus\:tw--translate-x-11:focus{
    --tw-translate-x: -2.75rem;
  }

  .xl\:focus\:tw--translate-x-12:focus{
    --tw-translate-x: -3rem;
  }

  .xl\:focus\:tw--translate-x-13:focus{
    --tw-translate-x: -3.25rem;
  }

  .xl\:focus\:tw--translate-x-14:focus{
    --tw-translate-x: -3.5rem;
  }

  .xl\:focus\:tw--translate-x-16:focus{
    --tw-translate-x: -4rem;
  }

  .xl\:focus\:tw--translate-x-20:focus{
    --tw-translate-x: -5rem;
  }

  .xl\:focus\:tw--translate-x-24:focus{
    --tw-translate-x: -6rem;
  }

  .xl\:focus\:tw--translate-x-28:focus{
    --tw-translate-x: -7rem;
  }

  .xl\:focus\:tw--translate-x-32:focus{
    --tw-translate-x: -8rem;
  }

  .xl\:focus\:tw--translate-x-36:focus{
    --tw-translate-x: -9rem;
  }

  .xl\:focus\:tw--translate-x-40:focus{
    --tw-translate-x: -10rem;
  }

  .xl\:focus\:tw--translate-x-44:focus{
    --tw-translate-x: -11rem;
  }

  .xl\:focus\:tw--translate-x-48:focus{
    --tw-translate-x: -12rem;
  }

  .xl\:focus\:tw--translate-x-52:focus{
    --tw-translate-x: -13rem;
  }

  .xl\:focus\:tw--translate-x-56:focus{
    --tw-translate-x: -14rem;
  }

  .xl\:focus\:tw--translate-x-60:focus{
    --tw-translate-x: -15rem;
  }

  .xl\:focus\:tw--translate-x-64:focus{
    --tw-translate-x: -16rem;
  }

  .xl\:focus\:tw--translate-x-72:focus{
    --tw-translate-x: -18rem;
  }

  .xl\:focus\:tw--translate-x-80:focus{
    --tw-translate-x: -20rem;
  }

  .xl\:focus\:tw--translate-x-96:focus{
    --tw-translate-x: -24rem;
  }

  .xl\:focus\:tw--translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  .xl\:focus\:tw--translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem;
  }

  .xl\:focus\:tw--translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem;
  }

  .xl\:focus\:tw--translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem;
  }

  .xl\:focus\:tw--translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem;
  }

  .xl\:focus\:tw--translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  .xl\:focus\:tw--translate-x-3\/2:focus{
    --tw-translate-x: -150%;
  }

  .xl\:focus\:tw--translate-x-square:focus{
    --tw-translate-x: -100%;
  }

  .xl\:focus\:tw--translate-x-58px:focus{
    --tw-translate-x: -58px;
  }

  .xl\:focus\:tw--translate-x-63px:focus{
    --tw-translate-x: -63px;
  }

  .xl\:focus\:tw--translate-x-73px:focus{
    --tw-translate-x: -73px;
  }

  .xl\:focus\:tw-translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .xl\:focus\:tw-translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  .xl\:focus\:tw-translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  .xl\:focus\:tw-translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  .xl\:focus\:tw-translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  .xl\:focus\:tw-translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .xl\:focus\:tw--translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .xl\:focus\:tw--translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  .xl\:focus\:tw--translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  .xl\:focus\:tw--translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  .xl\:focus\:tw--translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  .xl\:focus\:tw--translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .xl\:focus\:tw-translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .xl\:focus\:tw-translate-y-1:focus{
    --tw-translate-y: 0.25rem;
  }

  .xl\:focus\:tw-translate-y-2:focus{
    --tw-translate-y: 0.5rem;
  }

  .xl\:focus\:tw-translate-y-3:focus{
    --tw-translate-y: 0.75rem;
  }

  .xl\:focus\:tw-translate-y-4:focus{
    --tw-translate-y: 1rem;
  }

  .xl\:focus\:tw-translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  .xl\:focus\:tw-translate-y-6:focus{
    --tw-translate-y: 1.5rem;
  }

  .xl\:focus\:tw-translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  .xl\:focus\:tw-translate-y-8:focus{
    --tw-translate-y: 2rem;
  }

  .xl\:focus\:tw-translate-y-9:focus{
    --tw-translate-y: 2.25rem;
  }

  .xl\:focus\:tw-translate-y-10:focus{
    --tw-translate-y: 2.5rem;
  }

  .xl\:focus\:tw-translate-y-11:focus{
    --tw-translate-y: 2.75rem;
  }

  .xl\:focus\:tw-translate-y-12:focus{
    --tw-translate-y: 3rem;
  }

  .xl\:focus\:tw-translate-y-13:focus{
    --tw-translate-y: 3.25rem;
  }

  .xl\:focus\:tw-translate-y-14:focus{
    --tw-translate-y: 3.5rem;
  }

  .xl\:focus\:tw-translate-y-16:focus{
    --tw-translate-y: 4rem;
  }

  .xl\:focus\:tw-translate-y-20:focus{
    --tw-translate-y: 5rem;
  }

  .xl\:focus\:tw-translate-y-24:focus{
    --tw-translate-y: 6rem;
  }

  .xl\:focus\:tw-translate-y-28:focus{
    --tw-translate-y: 7rem;
  }

  .xl\:focus\:tw-translate-y-32:focus{
    --tw-translate-y: 8rem;
  }

  .xl\:focus\:tw-translate-y-36:focus{
    --tw-translate-y: 9rem;
  }

  .xl\:focus\:tw-translate-y-40:focus{
    --tw-translate-y: 10rem;
  }

  .xl\:focus\:tw-translate-y-44:focus{
    --tw-translate-y: 11rem;
  }

  .xl\:focus\:tw-translate-y-48:focus{
    --tw-translate-y: 12rem;
  }

  .xl\:focus\:tw-translate-y-52:focus{
    --tw-translate-y: 13rem;
  }

  .xl\:focus\:tw-translate-y-56:focus{
    --tw-translate-y: 14rem;
  }

  .xl\:focus\:tw-translate-y-60:focus{
    --tw-translate-y: 15rem;
  }

  .xl\:focus\:tw-translate-y-64:focus{
    --tw-translate-y: 16rem;
  }

  .xl\:focus\:tw-translate-y-72:focus{
    --tw-translate-y: 18rem;
  }

  .xl\:focus\:tw-translate-y-80:focus{
    --tw-translate-y: 20rem;
  }

  .xl\:focus\:tw-translate-y-96:focus{
    --tw-translate-y: 24rem;
  }

  .xl\:focus\:tw-translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  .xl\:focus\:tw-translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem;
  }

  .xl\:focus\:tw-translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem;
  }

  .xl\:focus\:tw-translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem;
  }

  .xl\:focus\:tw-translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem;
  }

  .xl\:focus\:tw-translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  .xl\:focus\:tw-translate-y-3\/2:focus{
    --tw-translate-y: 150%;
  }

  .xl\:focus\:tw-translate-y-square:focus{
    --tw-translate-y: 100%;
  }

  .xl\:focus\:tw-translate-y-58px:focus{
    --tw-translate-y: 58px;
  }

  .xl\:focus\:tw-translate-y-63px:focus{
    --tw-translate-y: 63px;
  }

  .xl\:focus\:tw-translate-y-73px:focus{
    --tw-translate-y: 73.px;
  }

  .xl\:focus\:tw--translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .xl\:focus\:tw--translate-y-1:focus{
    --tw-translate-y: -0.25rem;
  }

  .xl\:focus\:tw--translate-y-2:focus{
    --tw-translate-y: -0.5rem;
  }

  .xl\:focus\:tw--translate-y-3:focus{
    --tw-translate-y: -0.75rem;
  }

  .xl\:focus\:tw--translate-y-4:focus{
    --tw-translate-y: -1rem;
  }

  .xl\:focus\:tw--translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  .xl\:focus\:tw--translate-y-6:focus{
    --tw-translate-y: -1.5rem;
  }

  .xl\:focus\:tw--translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  .xl\:focus\:tw--translate-y-8:focus{
    --tw-translate-y: -2rem;
  }

  .xl\:focus\:tw--translate-y-9:focus{
    --tw-translate-y: -2.25rem;
  }

  .xl\:focus\:tw--translate-y-10:focus{
    --tw-translate-y: -2.5rem;
  }

  .xl\:focus\:tw--translate-y-11:focus{
    --tw-translate-y: -2.75rem;
  }

  .xl\:focus\:tw--translate-y-12:focus{
    --tw-translate-y: -3rem;
  }

  .xl\:focus\:tw--translate-y-13:focus{
    --tw-translate-y: -3.25rem;
  }

  .xl\:focus\:tw--translate-y-14:focus{
    --tw-translate-y: -3.5rem;
  }

  .xl\:focus\:tw--translate-y-16:focus{
    --tw-translate-y: -4rem;
  }

  .xl\:focus\:tw--translate-y-20:focus{
    --tw-translate-y: -5rem;
  }

  .xl\:focus\:tw--translate-y-24:focus{
    --tw-translate-y: -6rem;
  }

  .xl\:focus\:tw--translate-y-28:focus{
    --tw-translate-y: -7rem;
  }

  .xl\:focus\:tw--translate-y-32:focus{
    --tw-translate-y: -8rem;
  }

  .xl\:focus\:tw--translate-y-36:focus{
    --tw-translate-y: -9rem;
  }

  .xl\:focus\:tw--translate-y-40:focus{
    --tw-translate-y: -10rem;
  }

  .xl\:focus\:tw--translate-y-44:focus{
    --tw-translate-y: -11rem;
  }

  .xl\:focus\:tw--translate-y-48:focus{
    --tw-translate-y: -12rem;
  }

  .xl\:focus\:tw--translate-y-52:focus{
    --tw-translate-y: -13rem;
  }

  .xl\:focus\:tw--translate-y-56:focus{
    --tw-translate-y: -14rem;
  }

  .xl\:focus\:tw--translate-y-60:focus{
    --tw-translate-y: -15rem;
  }

  .xl\:focus\:tw--translate-y-64:focus{
    --tw-translate-y: -16rem;
  }

  .xl\:focus\:tw--translate-y-72:focus{
    --tw-translate-y: -18rem;
  }

  .xl\:focus\:tw--translate-y-80:focus{
    --tw-translate-y: -20rem;
  }

  .xl\:focus\:tw--translate-y-96:focus{
    --tw-translate-y: -24rem;
  }

  .xl\:focus\:tw--translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  .xl\:focus\:tw--translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem;
  }

  .xl\:focus\:tw--translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem;
  }

  .xl\:focus\:tw--translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem;
  }

  .xl\:focus\:tw--translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem;
  }

  .xl\:focus\:tw--translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  .xl\:focus\:tw--translate-y-3\/2:focus{
    --tw-translate-y: -150%;
  }

  .xl\:focus\:tw--translate-y-square:focus{
    --tw-translate-y: -100%;
  }

  .xl\:focus\:tw--translate-y-58px:focus{
    --tw-translate-y: -58px;
  }

  .xl\:focus\:tw--translate-y-63px:focus{
    --tw-translate-y: -63px;
  }

  .xl\:focus\:tw--translate-y-73px:focus{
    --tw-translate-y: -73px;
  }

  .xl\:focus\:tw-translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .xl\:focus\:tw-translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  .xl\:focus\:tw-translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  .xl\:focus\:tw-translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  .xl\:focus\:tw-translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  .xl\:focus\:tw-translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .xl\:focus\:tw--translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .xl\:focus\:tw--translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  .xl\:focus\:tw--translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  .xl\:focus\:tw--translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  .xl\:focus\:tw--translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  .xl\:focus\:tw--translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .xl\:tw-skew-x-0{
    --tw-skew-x: 0deg;
  }

  .xl\:tw-skew-x-1{
    --tw-skew-x: 1deg;
  }

  .xl\:tw-skew-x-2{
    --tw-skew-x: 2deg;
  }

  .xl\:tw-skew-x-3{
    --tw-skew-x: 3deg;
  }

  .xl\:tw-skew-x-6{
    --tw-skew-x: 6deg;
  }

  .xl\:tw-skew-x-12{
    --tw-skew-x: 12deg;
  }

  .xl\:tw--skew-x-12{
    --tw-skew-x: -12deg;
  }

  .xl\:tw--skew-x-6{
    --tw-skew-x: -6deg;
  }

  .xl\:tw--skew-x-3{
    --tw-skew-x: -3deg;
  }

  .xl\:tw--skew-x-2{
    --tw-skew-x: -2deg;
  }

  .xl\:tw--skew-x-1{
    --tw-skew-x: -1deg;
  }

  .xl\:tw-skew-y-0{
    --tw-skew-y: 0deg;
  }

  .xl\:tw-skew-y-1{
    --tw-skew-y: 1deg;
  }

  .xl\:tw-skew-y-2{
    --tw-skew-y: 2deg;
  }

  .xl\:tw-skew-y-3{
    --tw-skew-y: 3deg;
  }

  .xl\:tw-skew-y-6{
    --tw-skew-y: 6deg;
  }

  .xl\:tw-skew-y-12{
    --tw-skew-y: 12deg;
  }

  .xl\:tw--skew-y-12{
    --tw-skew-y: -12deg;
  }

  .xl\:tw--skew-y-6{
    --tw-skew-y: -6deg;
  }

  .xl\:tw--skew-y-3{
    --tw-skew-y: -3deg;
  }

  .xl\:tw--skew-y-2{
    --tw-skew-y: -2deg;
  }

  .xl\:tw--skew-y-1{
    --tw-skew-y: -1deg;
  }

  .xl\:hover\:tw-skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  .xl\:hover\:tw-skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  .xl\:hover\:tw-skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  .xl\:hover\:tw-skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  .xl\:hover\:tw-skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  .xl\:hover\:tw-skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  .xl\:hover\:tw--skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  .xl\:hover\:tw--skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  .xl\:hover\:tw--skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  .xl\:hover\:tw--skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  .xl\:hover\:tw--skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  .xl\:hover\:tw-skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  .xl\:hover\:tw-skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  .xl\:hover\:tw-skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  .xl\:hover\:tw-skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  .xl\:hover\:tw-skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  .xl\:hover\:tw-skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  .xl\:hover\:tw--skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  .xl\:hover\:tw--skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  .xl\:hover\:tw--skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  .xl\:hover\:tw--skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  .xl\:hover\:tw--skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  .xl\:focus\:tw-skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  .xl\:focus\:tw-skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  .xl\:focus\:tw-skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  .xl\:focus\:tw-skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  .xl\:focus\:tw-skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  .xl\:focus\:tw-skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  .xl\:focus\:tw--skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  .xl\:focus\:tw--skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  .xl\:focus\:tw--skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  .xl\:focus\:tw--skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  .xl\:focus\:tw--skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  .xl\:focus\:tw-skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  .xl\:focus\:tw-skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  .xl\:focus\:tw-skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  .xl\:focus\:tw-skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  .xl\:focus\:tw-skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  .xl\:focus\:tw-skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  .xl\:focus\:tw--skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  .xl\:focus\:tw--skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  .xl\:focus\:tw--skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  .xl\:focus\:tw--skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  .xl\:focus\:tw--skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  .xl\:tw-transition-none{
    transition-property: none;
  }

  .xl\:tw-transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:tw-transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:tw-transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:tw-transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:tw-transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:tw-transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:tw-transition-fade{
    transition-property: visibility, opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:tw-ease-linear{
    transition-timing-function: linear;
  }

  .xl\:tw-ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xl\:tw-ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xl\:tw-ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .xl\:tw-duration-75{
    transition-duration: 75ms;
  }

  .xl\:tw-duration-100{
    transition-duration: 100ms;
  }

  .xl\:tw-duration-150{
    transition-duration: 150ms;
  }

  .xl\:tw-duration-200{
    transition-duration: 200ms;
  }

  .xl\:tw-duration-300{
    transition-duration: 300ms;
  }

  .xl\:tw-duration-500{
    transition-duration: 500ms;
  }

  .xl\:tw-duration-700{
    transition-duration: 700ms;
  }

  .xl\:tw-duration-1000{
    transition-duration: 1000ms;
  }

  .xl\:tw-delay-75{
    transition-delay: 75ms;
  }

  .xl\:tw-delay-100{
    transition-delay: 100ms;
  }

  .xl\:tw-delay-150{
    transition-delay: 150ms;
  }

  .xl\:tw-delay-200{
    transition-delay: 200ms;
  }

  .xl\:tw-delay-300{
    transition-delay: 300ms;
  }

  .xl\:tw-delay-500{
    transition-delay: 500ms;
  }

  .xl\:tw-delay-700{
    transition-delay: 700ms;
  }

  .xl\:tw-delay-1000{
    transition-delay: 1000ms;
  }

  .xl\:tw-animate-none{
    animation: none;
  }

  .xl\:tw-animate-spin{
    animation: tw-spin 1s linear infinite;
  }

  .xl\:tw-animate-ping{
    animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .xl\:tw-animate-pulse{
    animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .xl\:tw-animate-bounce{
    animation: tw-bounce 1s infinite;
  }
}

@media (min-width: 1440px){
  .\32xl\:tw-container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 576px){
    .\32xl\:tw-container{
      max-width: 576px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

  @media (min-width: 768px){
    .\32xl\:tw-container{
      max-width: 768px;
      padding-right: 3rem;
      padding-left: 3rem;
    }
  }

  @media (min-width: 1024px){
    .\32xl\:tw-container{
      max-width: 1024px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1366px){
    .\32xl\:tw-container{
      max-width: 1366px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1440px){
    .\32xl\:tw-container{
      max-width: 1440px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1600px){
    .\32xl\:tw-container{
      max-width: 1600px;
      padding-right: 6rem;
      padding-left: 6rem;
    }
  }

  .\32xl\:tw-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .\32xl\:tw-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw-space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw-space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .\32xl\:tw-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw-space-y-2\/3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(66.666% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(66.666% * var(--tw-space-y-reverse));
  }

  .\32xl\:tw-space-x-2\/3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(66.666% * var(--tw-space-x-reverse));
    margin-left: calc(66.666% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw-space-y-3\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(150% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(150% * var(--tw-space-y-reverse));
  }

  .\32xl\:tw-space-x-3\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(150% * var(--tw-space-x-reverse));
    margin-left: calc(150% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw-space-y-square > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100% * var(--tw-space-y-reverse));
  }

  .\32xl\:tw-space-x-square > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(100% * var(--tw-space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw-space-y-58px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(58px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(58px * var(--tw-space-y-reverse));
  }

  .\32xl\:tw-space-x-58px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(58px * var(--tw-space-x-reverse));
    margin-left: calc(58px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw-space-y-63px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(63px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(63px * var(--tw-space-y-reverse));
  }

  .\32xl\:tw-space-x-63px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(63px * var(--tw-space-x-reverse));
    margin-left: calc(63px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw-space-y-73px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(73.px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(73.px * var(--tw-space-y-reverse));
  }

  .\32xl\:tw-space-x-73px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(73.px * var(--tw-space-x-reverse));
    margin-left: calc(73.px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw--space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .\32xl\:tw--space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw--space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw--space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw--space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw--space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw--space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw--space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw--space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw--space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw--space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw--space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw--space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw--space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw--space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw--space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw--space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw--space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw--space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw--space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw--space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw--space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw--space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw--space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw--space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw--space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw--space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw--space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw--space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw--space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw--space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw--space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw--space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw--space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw--space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw--space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw--space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw--space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw--space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw--space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw--space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw--space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw--space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw--space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw--space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw--space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw--space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw--space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw--space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw--space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw--space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw--space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw--space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw--space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw--space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw--space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw--space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw--space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw--space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw--space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw--space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw--space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw--space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .\32xl\:tw--space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw--space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw--space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw--space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw--space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw--space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw--space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw--space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .\32xl\:tw--space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw--space-y-2\/3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-66.666% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-66.666% * var(--tw-space-y-reverse));
  }

  .\32xl\:tw--space-x-2\/3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-66.666% * var(--tw-space-x-reverse));
    margin-left: calc(-66.666% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw--space-y-3\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-150% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-150% * var(--tw-space-y-reverse));
  }

  .\32xl\:tw--space-x-3\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-150% * var(--tw-space-x-reverse));
    margin-left: calc(-150% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw--space-y-square > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-100% * var(--tw-space-y-reverse));
  }

  .\32xl\:tw--space-x-square > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-100% * var(--tw-space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw--space-y-58px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-58px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-58px * var(--tw-space-y-reverse));
  }

  .\32xl\:tw--space-x-58px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-58px * var(--tw-space-x-reverse));
    margin-left: calc(-58px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw--space-y-63px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-63px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-63px * var(--tw-space-y-reverse));
  }

  .\32xl\:tw--space-x-63px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-63px * var(--tw-space-x-reverse));
    margin-left: calc(-63px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw--space-y-73px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-73px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-73px * var(--tw-space-y-reverse));
  }

  .\32xl\:tw--space-x-73px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-73px * var(--tw-space-x-reverse));
    margin-left: calc(-73px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:tw-space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .\32xl\:tw-space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .\32xl\:tw-divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .\32xl\:tw-divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .\32xl\:tw-divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .\32xl\:tw-divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .\32xl\:tw-divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .\32xl\:tw-divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .\32xl\:tw-divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .\32xl\:tw-divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .\32xl\:tw-divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .\32xl\:tw-divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .\32xl\:tw-divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .\32xl\:tw-divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .\32xl\:tw-divide-brand-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-divide-opacity));
  }

  .\32xl\:tw-divide-brand-orange-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-divide-opacity));
  }

  .\32xl\:tw-divide-brand-orange-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-divide-opacity));
  }

  .\32xl\:tw-divide-brand-blue > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-divide-opacity));
  }

  .\32xl\:tw-divide-brand-blue-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-divide-opacity));
  }

  .\32xl\:tw-divide-brand-blue-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-divide-opacity));
  }

  .\32xl\:tw-divide-brand-yellow > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(228, 182, 32, var(--tw-divide-opacity));
  }

  .\32xl\:tw-divide-brand-green > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(141, 192, 85, var(--tw-divide-opacity));
  }

  .\32xl\:tw-divide-brand-pink > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(201, 69, 120, var(--tw-divide-opacity));
  }

  .\32xl\:tw-divide-brand-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(187, 0, 52, var(--tw-divide-opacity));
  }

  .\32xl\:tw-divide-brand-turquesa > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(60, 180, 151, var(--tw-divide-opacity));
  }

  .\32xl\:tw-divide-gray-lighter > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .\32xl\:tw-divide-gray-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-divide-opacity));
  }

  .\32xl\:tw-divide-gray-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-divide-opacity));
  }

  .\32xl\:tw-divide-gray-darker > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-divide-opacity));
  }

  .\32xl\:tw-divide-gray-medium > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(118, 118, 118, var(--tw-divide-opacity));
  }

  .\32xl\:tw-divide-gray-mid > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(147, 147, 147, var(--tw-divide-opacity));
  }

  .\32xl\:tw-divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .\32xl\:tw-divide-primary > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-divide-opacity));
  }

  .\32xl\:tw-divide-primary-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-divide-opacity));
  }

  .\32xl\:tw-divide-primary-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-divide-opacity));
  }

  .\32xl\:tw-divide-secondary > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-divide-opacity));
  }

  .\32xl\:tw-divide-secondary-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-divide-opacity));
  }

  .\32xl\:tw-divide-secondary-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-divide-opacity));
  }

  .\32xl\:tw-divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .\32xl\:tw-divide-hyperlinks > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(16, 106, 163, var(--tw-divide-opacity));
  }

  .\32xl\:tw-divide-hyperlinks-visited > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(127, 31, 125, var(--tw-divide-opacity));
  }

  .\32xl\:tw-divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .\32xl\:tw-divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .\32xl\:tw-divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .\32xl\:tw-divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .\32xl\:tw-divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .\32xl\:tw-divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .\32xl\:tw-divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .\32xl\:tw-divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  .\32xl\:tw-divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1;
  }

  .\32xl\:tw-divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  .\32xl\:tw-divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .\32xl\:tw-divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  .\32xl\:tw-divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  .\32xl\:tw-divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  .\32xl\:tw-divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  .\32xl\:tw-divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  .\32xl\:tw-divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .\32xl\:tw-divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8;
  }

  .\32xl\:tw-divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  .\32xl\:tw-divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  .\32xl\:tw-divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  .\32xl\:tw-sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .\32xl\:tw-not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .\32xl\:focus-within\:tw-sr-only:focus-within{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .\32xl\:focus-within\:tw-not-sr-only:focus-within{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .\32xl\:hover\:tw-sr-only:hover{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .\32xl\:hover\:tw-not-sr-only:hover{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .\32xl\:focus\:tw-sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .\32xl\:focus\:tw-not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .\32xl\:active\:tw-sr-only:active{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .\32xl\:active\:tw-not-sr-only:active{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .\32xl\:tw-appearance-none{
    -webkit-appearance: none;
            appearance: none;
  }

  .\32xl\:tw-bg-fixed{
    background-attachment: fixed;
  }

  .\32xl\:tw-bg-local{
    background-attachment: local;
  }

  .\32xl\:tw-bg-scroll{
    background-attachment: scroll;
  }

  .\32xl\:tw-bg-clip-border{
    background-clip: border-box;
  }

  .\32xl\:tw-bg-clip-padding{
    background-clip: padding-box;
  }

  .\32xl\:tw-bg-clip-content{
    background-clip: content-box;
  }

  .\32xl\:tw-bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .\32xl\:tw-bg-brand-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .\32xl\:tw-bg-brand-orange-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .\32xl\:tw-bg-brand-orange-light{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .\32xl\:tw-bg-brand-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .\32xl\:tw-bg-brand-blue-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .\32xl\:tw-bg-brand-blue-light{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .\32xl\:tw-bg-brand-yellow{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 182, 32, var(--tw-bg-opacity));
  }

  .\32xl\:tw-bg-brand-green{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 192, 85, var(--tw-bg-opacity));
  }

  .\32xl\:tw-bg-brand-pink{
    --tw-bg-opacity: 1;
    background-color: rgba(201, 69, 120, var(--tw-bg-opacity));
  }

  .\32xl\:tw-bg-brand-red{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 0, 52, var(--tw-bg-opacity));
  }

  .\32xl\:tw-bg-brand-turquesa{
    --tw-bg-opacity: 1;
    background-color: rgba(60, 180, 151, var(--tw-bg-opacity));
  }

  .\32xl\:tw-bg-gray-lighter{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .\32xl\:tw-bg-gray-light{
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .\32xl\:tw-bg-gray-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  .\32xl\:tw-bg-gray-darker{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .\32xl\:tw-bg-gray-medium{
    --tw-bg-opacity: 1;
    background-color: rgba(118, 118, 118, var(--tw-bg-opacity));
  }

  .\32xl\:tw-bg-gray-mid{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 147, 147, var(--tw-bg-opacity));
  }

  .\32xl\:tw-bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .\32xl\:tw-bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .\32xl\:tw-bg-primary-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .\32xl\:tw-bg-primary-light{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .\32xl\:tw-bg-secondary{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .\32xl\:tw-bg-secondary-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .\32xl\:tw-bg-secondary-light{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .\32xl\:tw-bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:tw-bg-hyperlinks{
    --tw-bg-opacity: 1;
    background-color: rgba(16, 106, 163, var(--tw-bg-opacity));
  }

  .\32xl\:tw-bg-hyperlinks-visited{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 31, 125, var(--tw-bg-opacity));
  }

  .\32xl\:tw-bg-transparent{
    background-color: transparent;
  }

  .\32xl\:odd\:tw-bg-brand-orange:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:tw-bg-brand-orange-dark:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:tw-bg-brand-orange-light:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:tw-bg-brand-blue:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:tw-bg-brand-blue-dark:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:tw-bg-brand-blue-light:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:tw-bg-brand-yellow:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(228, 182, 32, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:tw-bg-brand-green:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(141, 192, 85, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:tw-bg-brand-pink:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(201, 69, 120, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:tw-bg-brand-red:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(187, 0, 52, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:tw-bg-brand-turquesa:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(60, 180, 151, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:tw-bg-gray-lighter:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:tw-bg-gray-light:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:tw-bg-gray-dark:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:tw-bg-gray-darker:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:tw-bg-gray-medium:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(118, 118, 118, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:tw-bg-gray-mid:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(147, 147, 147, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:tw-bg-black:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:tw-bg-primary:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:tw-bg-primary-dark:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:tw-bg-primary-light:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:tw-bg-secondary:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:tw-bg-secondary-dark:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:tw-bg-secondary-light:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:tw-bg-white:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:tw-bg-hyperlinks:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(16, 106, 163, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:tw-bg-hyperlinks-visited:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(127, 31, 125, var(--tw-bg-opacity));
  }

  .\32xl\:odd\:tw-bg-transparent:nth-child(odd){
    background-color: transparent;
  }

  .\32xl\:even\:tw-bg-brand-orange:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .\32xl\:even\:tw-bg-brand-orange-dark:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .\32xl\:even\:tw-bg-brand-orange-light:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .\32xl\:even\:tw-bg-brand-blue:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .\32xl\:even\:tw-bg-brand-blue-dark:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .\32xl\:even\:tw-bg-brand-blue-light:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .\32xl\:even\:tw-bg-brand-yellow:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(228, 182, 32, var(--tw-bg-opacity));
  }

  .\32xl\:even\:tw-bg-brand-green:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(141, 192, 85, var(--tw-bg-opacity));
  }

  .\32xl\:even\:tw-bg-brand-pink:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(201, 69, 120, var(--tw-bg-opacity));
  }

  .\32xl\:even\:tw-bg-brand-red:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(187, 0, 52, var(--tw-bg-opacity));
  }

  .\32xl\:even\:tw-bg-brand-turquesa:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(60, 180, 151, var(--tw-bg-opacity));
  }

  .\32xl\:even\:tw-bg-gray-lighter:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .\32xl\:even\:tw-bg-gray-light:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .\32xl\:even\:tw-bg-gray-dark:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  .\32xl\:even\:tw-bg-gray-darker:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .\32xl\:even\:tw-bg-gray-medium:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(118, 118, 118, var(--tw-bg-opacity));
  }

  .\32xl\:even\:tw-bg-gray-mid:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(147, 147, 147, var(--tw-bg-opacity));
  }

  .\32xl\:even\:tw-bg-black:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .\32xl\:even\:tw-bg-primary:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .\32xl\:even\:tw-bg-primary-dark:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .\32xl\:even\:tw-bg-primary-light:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .\32xl\:even\:tw-bg-secondary:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .\32xl\:even\:tw-bg-secondary-dark:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .\32xl\:even\:tw-bg-secondary-light:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .\32xl\:even\:tw-bg-white:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:even\:tw-bg-hyperlinks:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(16, 106, 163, var(--tw-bg-opacity));
  }

  .\32xl\:even\:tw-bg-hyperlinks-visited:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(127, 31, 125, var(--tw-bg-opacity));
  }

  .\32xl\:even\:tw-bg-transparent:nth-child(even){
    background-color: transparent;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-brand-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-brand-orange-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-brand-orange-light{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-brand-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-brand-blue-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-brand-blue-light{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-brand-yellow{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 182, 32, var(--tw-bg-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-brand-green{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 192, 85, var(--tw-bg-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-brand-pink{
    --tw-bg-opacity: 1;
    background-color: rgba(201, 69, 120, var(--tw-bg-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-brand-red{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 0, 52, var(--tw-bg-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-brand-turquesa{
    --tw-bg-opacity: 1;
    background-color: rgba(60, 180, 151, var(--tw-bg-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-gray-lighter{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-gray-light{
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-gray-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-gray-darker{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-gray-medium{
    --tw-bg-opacity: 1;
    background-color: rgba(118, 118, 118, var(--tw-bg-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-gray-mid{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 147, 147, var(--tw-bg-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-primary-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-primary-light{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-secondary{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-secondary-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-secondary-light{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-hyperlinks{
    --tw-bg-opacity: 1;
    background-color: rgba(16, 106, 163, var(--tw-bg-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-hyperlinks-visited{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 31, 125, var(--tw-bg-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-transparent{
    background-color: transparent;
  }

  .\32xl\:focus-within\:tw-bg-brand-orange:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:tw-bg-brand-orange-dark:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:tw-bg-brand-orange-light:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:tw-bg-brand-blue:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:tw-bg-brand-blue-dark:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:tw-bg-brand-blue-light:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:tw-bg-brand-yellow:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 182, 32, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:tw-bg-brand-green:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 192, 85, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:tw-bg-brand-pink:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(201, 69, 120, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:tw-bg-brand-red:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 0, 52, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:tw-bg-brand-turquesa:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(60, 180, 151, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:tw-bg-gray-lighter:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:tw-bg-gray-light:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:tw-bg-gray-dark:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:tw-bg-gray-darker:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:tw-bg-gray-medium:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(118, 118, 118, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:tw-bg-gray-mid:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 147, 147, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:tw-bg-black:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:tw-bg-primary:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:tw-bg-primary-dark:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:tw-bg-primary-light:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:tw-bg-secondary:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:tw-bg-secondary-dark:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:tw-bg-secondary-light:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:tw-bg-white:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:tw-bg-hyperlinks:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(16, 106, 163, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:tw-bg-hyperlinks-visited:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 31, 125, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:tw-bg-transparent:focus-within{
    background-color: transparent;
  }

  .\32xl\:hover\:tw-bg-brand-orange:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:tw-bg-brand-orange-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:tw-bg-brand-orange-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:tw-bg-brand-blue:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:tw-bg-brand-blue-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:tw-bg-brand-blue-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:tw-bg-brand-yellow:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 182, 32, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:tw-bg-brand-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 192, 85, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:tw-bg-brand-pink:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(201, 69, 120, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:tw-bg-brand-red:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 0, 52, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:tw-bg-brand-turquesa:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(60, 180, 151, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:tw-bg-gray-lighter:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:tw-bg-gray-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:tw-bg-gray-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:tw-bg-gray-darker:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:tw-bg-gray-medium:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(118, 118, 118, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:tw-bg-gray-mid:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 147, 147, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:tw-bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:tw-bg-primary:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:tw-bg-primary-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:tw-bg-primary-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:tw-bg-secondary:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:tw-bg-secondary-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:tw-bg-secondary-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:tw-bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:tw-bg-hyperlinks:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(16, 106, 163, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:tw-bg-hyperlinks-visited:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 31, 125, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:tw-bg-transparent:hover{
    background-color: transparent;
  }

  .\32xl\:focus\:tw-bg-brand-orange:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:tw-bg-brand-orange-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:tw-bg-brand-orange-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:tw-bg-brand-blue:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:tw-bg-brand-blue-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:tw-bg-brand-blue-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:tw-bg-brand-yellow:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 182, 32, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:tw-bg-brand-green:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 192, 85, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:tw-bg-brand-pink:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(201, 69, 120, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:tw-bg-brand-red:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 0, 52, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:tw-bg-brand-turquesa:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(60, 180, 151, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:tw-bg-gray-lighter:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:tw-bg-gray-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:tw-bg-gray-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:tw-bg-gray-darker:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:tw-bg-gray-medium:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(118, 118, 118, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:tw-bg-gray-mid:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 147, 147, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:tw-bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:tw-bg-primary:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:tw-bg-primary-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:tw-bg-primary-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:tw-bg-secondary:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:tw-bg-secondary-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:tw-bg-secondary-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:tw-bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:tw-bg-hyperlinks:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(16, 106, 163, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:tw-bg-hyperlinks-visited:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 31, 125, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:tw-bg-transparent:focus{
    background-color: transparent;
  }

  .\32xl\:tw-bg-none{
    background-image: none;
  }

  .\32xl\:tw-bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .\32xl\:tw-bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .\32xl\:tw-bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .\32xl\:tw-bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .\32xl\:tw-bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .\32xl\:tw-bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .\32xl\:tw-bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .\32xl\:tw-bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .\32xl\:tw-from-brand-orange{
    --tw-gradient-from: #E35100;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .\32xl\:tw-from-brand-orange-dark{
    --tw-gradient-from: #C04400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .\32xl\:tw-from-brand-orange-light{
    --tw-gradient-from: #F38D25;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .\32xl\:tw-from-brand-blue{
    --tw-gradient-from: #005272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .\32xl\:tw-from-brand-blue-dark{
    --tw-gradient-from: #3F83A3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .\32xl\:tw-from-brand-blue-light{
    --tw-gradient-from: #4F99BB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .\32xl\:tw-from-brand-yellow{
    --tw-gradient-from: #E4B620;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 182, 32, 0));
  }

  .\32xl\:tw-from-brand-green{
    --tw-gradient-from: #8DC055;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 192, 85, 0));
  }

  .\32xl\:tw-from-brand-pink{
    --tw-gradient-from: #C94578;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 69, 120, 0));
  }

  .\32xl\:tw-from-brand-red{
    --tw-gradient-from: #BB0034;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 0, 52, 0));
  }

  .\32xl\:tw-from-brand-turquesa{
    --tw-gradient-from: #3cb497;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 180, 151, 0));
  }

  .\32xl\:tw-from-gray-lighter{
    --tw-gradient-from: #F5F5F5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .\32xl\:tw-from-gray-light{
    --tw-gradient-from: #dadada;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .\32xl\:tw-from-gray-dark{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  .\32xl\:tw-from-gray-darker{
    --tw-gradient-from: #222222;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .\32xl\:tw-from-gray-medium{
    --tw-gradient-from: #767676;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(118, 118, 118, 0));
  }

  .\32xl\:tw-from-gray-mid{
    --tw-gradient-from: #939393;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 147, 147, 0));
  }

  .\32xl\:tw-from-black{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:tw-from-primary{
    --tw-gradient-from: #E35100;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .\32xl\:tw-from-primary-dark{
    --tw-gradient-from: #C04400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .\32xl\:tw-from-primary-light{
    --tw-gradient-from: #F38D25;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .\32xl\:tw-from-secondary{
    --tw-gradient-from: #005272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .\32xl\:tw-from-secondary-dark{
    --tw-gradient-from: #3F83A3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .\32xl\:tw-from-secondary-light{
    --tw-gradient-from: #4F99BB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .\32xl\:tw-from-white{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:tw-from-hyperlinks{
    --tw-gradient-from: #106AA3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 106, 163, 0));
  }

  .\32xl\:tw-from-hyperlinks-visited{
    --tw-gradient-from: #7F1F7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 31, 125, 0));
  }

  .\32xl\:tw-from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:tw-via-brand-orange{
    --tw-gradient-stops: var(--tw-gradient-from), #E35100, var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .\32xl\:tw-via-brand-orange-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #C04400, var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .\32xl\:tw-via-brand-orange-light{
    --tw-gradient-stops: var(--tw-gradient-from), #F38D25, var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .\32xl\:tw-via-brand-blue{
    --tw-gradient-stops: var(--tw-gradient-from), #005272, var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .\32xl\:tw-via-brand-blue-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #3F83A3, var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .\32xl\:tw-via-brand-blue-light{
    --tw-gradient-stops: var(--tw-gradient-from), #4F99BB, var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .\32xl\:tw-via-brand-yellow{
    --tw-gradient-stops: var(--tw-gradient-from), #E4B620, var(--tw-gradient-to, rgba(228, 182, 32, 0));
  }

  .\32xl\:tw-via-brand-green{
    --tw-gradient-stops: var(--tw-gradient-from), #8DC055, var(--tw-gradient-to, rgba(141, 192, 85, 0));
  }

  .\32xl\:tw-via-brand-pink{
    --tw-gradient-stops: var(--tw-gradient-from), #C94578, var(--tw-gradient-to, rgba(201, 69, 120, 0));
  }

  .\32xl\:tw-via-brand-red{
    --tw-gradient-stops: var(--tw-gradient-from), #BB0034, var(--tw-gradient-to, rgba(187, 0, 52, 0));
  }

  .\32xl\:tw-via-brand-turquesa{
    --tw-gradient-stops: var(--tw-gradient-from), #3cb497, var(--tw-gradient-to, rgba(60, 180, 151, 0));
  }

  .\32xl\:tw-via-gray-lighter{
    --tw-gradient-stops: var(--tw-gradient-from), #F5F5F5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .\32xl\:tw-via-gray-light{
    --tw-gradient-stops: var(--tw-gradient-from), #dadada, var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .\32xl\:tw-via-gray-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  .\32xl\:tw-via-gray-darker{
    --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .\32xl\:tw-via-gray-medium{
    --tw-gradient-stops: var(--tw-gradient-from), #767676, var(--tw-gradient-to, rgba(118, 118, 118, 0));
  }

  .\32xl\:tw-via-gray-mid{
    --tw-gradient-stops: var(--tw-gradient-from), #939393, var(--tw-gradient-to, rgba(147, 147, 147, 0));
  }

  .\32xl\:tw-via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:tw-via-primary{
    --tw-gradient-stops: var(--tw-gradient-from), #E35100, var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .\32xl\:tw-via-primary-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #C04400, var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .\32xl\:tw-via-primary-light{
    --tw-gradient-stops: var(--tw-gradient-from), #F38D25, var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .\32xl\:tw-via-secondary{
    --tw-gradient-stops: var(--tw-gradient-from), #005272, var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .\32xl\:tw-via-secondary-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #3F83A3, var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .\32xl\:tw-via-secondary-light{
    --tw-gradient-stops: var(--tw-gradient-from), #4F99BB, var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .\32xl\:tw-via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:tw-via-hyperlinks{
    --tw-gradient-stops: var(--tw-gradient-from), #106AA3, var(--tw-gradient-to, rgba(16, 106, 163, 0));
  }

  .\32xl\:tw-via-hyperlinks-visited{
    --tw-gradient-stops: var(--tw-gradient-from), #7F1F7D, var(--tw-gradient-to, rgba(127, 31, 125, 0));
  }

  .\32xl\:tw-via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:tw-to-brand-orange{
    --tw-gradient-to: #E35100;
  }

  .\32xl\:tw-to-brand-orange-dark{
    --tw-gradient-to: #C04400;
  }

  .\32xl\:tw-to-brand-orange-light{
    --tw-gradient-to: #F38D25;
  }

  .\32xl\:tw-to-brand-blue{
    --tw-gradient-to: #005272;
  }

  .\32xl\:tw-to-brand-blue-dark{
    --tw-gradient-to: #3F83A3;
  }

  .\32xl\:tw-to-brand-blue-light{
    --tw-gradient-to: #4F99BB;
  }

  .\32xl\:tw-to-brand-yellow{
    --tw-gradient-to: #E4B620;
  }

  .\32xl\:tw-to-brand-green{
    --tw-gradient-to: #8DC055;
  }

  .\32xl\:tw-to-brand-pink{
    --tw-gradient-to: #C94578;
  }

  .\32xl\:tw-to-brand-red{
    --tw-gradient-to: #BB0034;
  }

  .\32xl\:tw-to-brand-turquesa{
    --tw-gradient-to: #3cb497;
  }

  .\32xl\:tw-to-gray-lighter{
    --tw-gradient-to: #F5F5F5;
  }

  .\32xl\:tw-to-gray-light{
    --tw-gradient-to: #dadada;
  }

  .\32xl\:tw-to-gray-dark{
    --tw-gradient-to: #666666;
  }

  .\32xl\:tw-to-gray-darker{
    --tw-gradient-to: #222222;
  }

  .\32xl\:tw-to-gray-medium{
    --tw-gradient-to: #767676;
  }

  .\32xl\:tw-to-gray-mid{
    --tw-gradient-to: #939393;
  }

  .\32xl\:tw-to-black{
    --tw-gradient-to: #000000;
  }

  .\32xl\:tw-to-primary{
    --tw-gradient-to: #E35100;
  }

  .\32xl\:tw-to-primary-dark{
    --tw-gradient-to: #C04400;
  }

  .\32xl\:tw-to-primary-light{
    --tw-gradient-to: #F38D25;
  }

  .\32xl\:tw-to-secondary{
    --tw-gradient-to: #005272;
  }

  .\32xl\:tw-to-secondary-dark{
    --tw-gradient-to: #3F83A3;
  }

  .\32xl\:tw-to-secondary-light{
    --tw-gradient-to: #4F99BB;
  }

  .\32xl\:tw-to-white{
    --tw-gradient-to: #FFFFFF;
  }

  .\32xl\:tw-to-hyperlinks{
    --tw-gradient-to: #106AA3;
  }

  .\32xl\:tw-to-hyperlinks-visited{
    --tw-gradient-to: #7F1F7D;
  }

  .\32xl\:tw-to-transparent{
    --tw-gradient-to: transparent;
  }

  .\32xl\:hover\:tw-from-brand-orange:hover{
    --tw-gradient-from: #E35100;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .\32xl\:hover\:tw-from-brand-orange-dark:hover{
    --tw-gradient-from: #C04400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .\32xl\:hover\:tw-from-brand-orange-light:hover{
    --tw-gradient-from: #F38D25;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .\32xl\:hover\:tw-from-brand-blue:hover{
    --tw-gradient-from: #005272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .\32xl\:hover\:tw-from-brand-blue-dark:hover{
    --tw-gradient-from: #3F83A3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .\32xl\:hover\:tw-from-brand-blue-light:hover{
    --tw-gradient-from: #4F99BB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .\32xl\:hover\:tw-from-brand-yellow:hover{
    --tw-gradient-from: #E4B620;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 182, 32, 0));
  }

  .\32xl\:hover\:tw-from-brand-green:hover{
    --tw-gradient-from: #8DC055;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 192, 85, 0));
  }

  .\32xl\:hover\:tw-from-brand-pink:hover{
    --tw-gradient-from: #C94578;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 69, 120, 0));
  }

  .\32xl\:hover\:tw-from-brand-red:hover{
    --tw-gradient-from: #BB0034;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 0, 52, 0));
  }

  .\32xl\:hover\:tw-from-brand-turquesa:hover{
    --tw-gradient-from: #3cb497;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 180, 151, 0));
  }

  .\32xl\:hover\:tw-from-gray-lighter:hover{
    --tw-gradient-from: #F5F5F5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .\32xl\:hover\:tw-from-gray-light:hover{
    --tw-gradient-from: #dadada;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .\32xl\:hover\:tw-from-gray-dark:hover{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  .\32xl\:hover\:tw-from-gray-darker:hover{
    --tw-gradient-from: #222222;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .\32xl\:hover\:tw-from-gray-medium:hover{
    --tw-gradient-from: #767676;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(118, 118, 118, 0));
  }

  .\32xl\:hover\:tw-from-gray-mid:hover{
    --tw-gradient-from: #939393;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 147, 147, 0));
  }

  .\32xl\:hover\:tw-from-black:hover{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:hover\:tw-from-primary:hover{
    --tw-gradient-from: #E35100;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .\32xl\:hover\:tw-from-primary-dark:hover{
    --tw-gradient-from: #C04400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .\32xl\:hover\:tw-from-primary-light:hover{
    --tw-gradient-from: #F38D25;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .\32xl\:hover\:tw-from-secondary:hover{
    --tw-gradient-from: #005272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .\32xl\:hover\:tw-from-secondary-dark:hover{
    --tw-gradient-from: #3F83A3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .\32xl\:hover\:tw-from-secondary-light:hover{
    --tw-gradient-from: #4F99BB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .\32xl\:hover\:tw-from-white:hover{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:hover\:tw-from-hyperlinks:hover{
    --tw-gradient-from: #106AA3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 106, 163, 0));
  }

  .\32xl\:hover\:tw-from-hyperlinks-visited:hover{
    --tw-gradient-from: #7F1F7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 31, 125, 0));
  }

  .\32xl\:hover\:tw-from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:hover\:tw-via-brand-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E35100, var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .\32xl\:hover\:tw-via-brand-orange-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #C04400, var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .\32xl\:hover\:tw-via-brand-orange-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F38D25, var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .\32xl\:hover\:tw-via-brand-blue:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #005272, var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .\32xl\:hover\:tw-via-brand-blue-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3F83A3, var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .\32xl\:hover\:tw-via-brand-blue-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4F99BB, var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .\32xl\:hover\:tw-via-brand-yellow:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E4B620, var(--tw-gradient-to, rgba(228, 182, 32, 0));
  }

  .\32xl\:hover\:tw-via-brand-green:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8DC055, var(--tw-gradient-to, rgba(141, 192, 85, 0));
  }

  .\32xl\:hover\:tw-via-brand-pink:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #C94578, var(--tw-gradient-to, rgba(201, 69, 120, 0));
  }

  .\32xl\:hover\:tw-via-brand-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #BB0034, var(--tw-gradient-to, rgba(187, 0, 52, 0));
  }

  .\32xl\:hover\:tw-via-brand-turquesa:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3cb497, var(--tw-gradient-to, rgba(60, 180, 151, 0));
  }

  .\32xl\:hover\:tw-via-gray-lighter:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F5F5F5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .\32xl\:hover\:tw-via-gray-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dadada, var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .\32xl\:hover\:tw-via-gray-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  .\32xl\:hover\:tw-via-gray-darker:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .\32xl\:hover\:tw-via-gray-medium:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #767676, var(--tw-gradient-to, rgba(118, 118, 118, 0));
  }

  .\32xl\:hover\:tw-via-gray-mid:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #939393, var(--tw-gradient-to, rgba(147, 147, 147, 0));
  }

  .\32xl\:hover\:tw-via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:hover\:tw-via-primary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E35100, var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .\32xl\:hover\:tw-via-primary-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #C04400, var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .\32xl\:hover\:tw-via-primary-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F38D25, var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .\32xl\:hover\:tw-via-secondary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #005272, var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .\32xl\:hover\:tw-via-secondary-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3F83A3, var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .\32xl\:hover\:tw-via-secondary-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4F99BB, var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .\32xl\:hover\:tw-via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:hover\:tw-via-hyperlinks:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #106AA3, var(--tw-gradient-to, rgba(16, 106, 163, 0));
  }

  .\32xl\:hover\:tw-via-hyperlinks-visited:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7F1F7D, var(--tw-gradient-to, rgba(127, 31, 125, 0));
  }

  .\32xl\:hover\:tw-via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:hover\:tw-to-brand-orange:hover{
    --tw-gradient-to: #E35100;
  }

  .\32xl\:hover\:tw-to-brand-orange-dark:hover{
    --tw-gradient-to: #C04400;
  }

  .\32xl\:hover\:tw-to-brand-orange-light:hover{
    --tw-gradient-to: #F38D25;
  }

  .\32xl\:hover\:tw-to-brand-blue:hover{
    --tw-gradient-to: #005272;
  }

  .\32xl\:hover\:tw-to-brand-blue-dark:hover{
    --tw-gradient-to: #3F83A3;
  }

  .\32xl\:hover\:tw-to-brand-blue-light:hover{
    --tw-gradient-to: #4F99BB;
  }

  .\32xl\:hover\:tw-to-brand-yellow:hover{
    --tw-gradient-to: #E4B620;
  }

  .\32xl\:hover\:tw-to-brand-green:hover{
    --tw-gradient-to: #8DC055;
  }

  .\32xl\:hover\:tw-to-brand-pink:hover{
    --tw-gradient-to: #C94578;
  }

  .\32xl\:hover\:tw-to-brand-red:hover{
    --tw-gradient-to: #BB0034;
  }

  .\32xl\:hover\:tw-to-brand-turquesa:hover{
    --tw-gradient-to: #3cb497;
  }

  .\32xl\:hover\:tw-to-gray-lighter:hover{
    --tw-gradient-to: #F5F5F5;
  }

  .\32xl\:hover\:tw-to-gray-light:hover{
    --tw-gradient-to: #dadada;
  }

  .\32xl\:hover\:tw-to-gray-dark:hover{
    --tw-gradient-to: #666666;
  }

  .\32xl\:hover\:tw-to-gray-darker:hover{
    --tw-gradient-to: #222222;
  }

  .\32xl\:hover\:tw-to-gray-medium:hover{
    --tw-gradient-to: #767676;
  }

  .\32xl\:hover\:tw-to-gray-mid:hover{
    --tw-gradient-to: #939393;
  }

  .\32xl\:hover\:tw-to-black:hover{
    --tw-gradient-to: #000000;
  }

  .\32xl\:hover\:tw-to-primary:hover{
    --tw-gradient-to: #E35100;
  }

  .\32xl\:hover\:tw-to-primary-dark:hover{
    --tw-gradient-to: #C04400;
  }

  .\32xl\:hover\:tw-to-primary-light:hover{
    --tw-gradient-to: #F38D25;
  }

  .\32xl\:hover\:tw-to-secondary:hover{
    --tw-gradient-to: #005272;
  }

  .\32xl\:hover\:tw-to-secondary-dark:hover{
    --tw-gradient-to: #3F83A3;
  }

  .\32xl\:hover\:tw-to-secondary-light:hover{
    --tw-gradient-to: #4F99BB;
  }

  .\32xl\:hover\:tw-to-white:hover{
    --tw-gradient-to: #FFFFFF;
  }

  .\32xl\:hover\:tw-to-hyperlinks:hover{
    --tw-gradient-to: #106AA3;
  }

  .\32xl\:hover\:tw-to-hyperlinks-visited:hover{
    --tw-gradient-to: #7F1F7D;
  }

  .\32xl\:hover\:tw-to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .\32xl\:focus\:tw-from-brand-orange:focus{
    --tw-gradient-from: #E35100;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .\32xl\:focus\:tw-from-brand-orange-dark:focus{
    --tw-gradient-from: #C04400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .\32xl\:focus\:tw-from-brand-orange-light:focus{
    --tw-gradient-from: #F38D25;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .\32xl\:focus\:tw-from-brand-blue:focus{
    --tw-gradient-from: #005272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .\32xl\:focus\:tw-from-brand-blue-dark:focus{
    --tw-gradient-from: #3F83A3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .\32xl\:focus\:tw-from-brand-blue-light:focus{
    --tw-gradient-from: #4F99BB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .\32xl\:focus\:tw-from-brand-yellow:focus{
    --tw-gradient-from: #E4B620;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 182, 32, 0));
  }

  .\32xl\:focus\:tw-from-brand-green:focus{
    --tw-gradient-from: #8DC055;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 192, 85, 0));
  }

  .\32xl\:focus\:tw-from-brand-pink:focus{
    --tw-gradient-from: #C94578;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 69, 120, 0));
  }

  .\32xl\:focus\:tw-from-brand-red:focus{
    --tw-gradient-from: #BB0034;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 0, 52, 0));
  }

  .\32xl\:focus\:tw-from-brand-turquesa:focus{
    --tw-gradient-from: #3cb497;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 180, 151, 0));
  }

  .\32xl\:focus\:tw-from-gray-lighter:focus{
    --tw-gradient-from: #F5F5F5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .\32xl\:focus\:tw-from-gray-light:focus{
    --tw-gradient-from: #dadada;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .\32xl\:focus\:tw-from-gray-dark:focus{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  .\32xl\:focus\:tw-from-gray-darker:focus{
    --tw-gradient-from: #222222;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .\32xl\:focus\:tw-from-gray-medium:focus{
    --tw-gradient-from: #767676;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(118, 118, 118, 0));
  }

  .\32xl\:focus\:tw-from-gray-mid:focus{
    --tw-gradient-from: #939393;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 147, 147, 0));
  }

  .\32xl\:focus\:tw-from-black:focus{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:focus\:tw-from-primary:focus{
    --tw-gradient-from: #E35100;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .\32xl\:focus\:tw-from-primary-dark:focus{
    --tw-gradient-from: #C04400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .\32xl\:focus\:tw-from-primary-light:focus{
    --tw-gradient-from: #F38D25;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .\32xl\:focus\:tw-from-secondary:focus{
    --tw-gradient-from: #005272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .\32xl\:focus\:tw-from-secondary-dark:focus{
    --tw-gradient-from: #3F83A3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .\32xl\:focus\:tw-from-secondary-light:focus{
    --tw-gradient-from: #4F99BB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .\32xl\:focus\:tw-from-white:focus{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:focus\:tw-from-hyperlinks:focus{
    --tw-gradient-from: #106AA3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 106, 163, 0));
  }

  .\32xl\:focus\:tw-from-hyperlinks-visited:focus{
    --tw-gradient-from: #7F1F7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 31, 125, 0));
  }

  .\32xl\:focus\:tw-from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:focus\:tw-via-brand-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E35100, var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .\32xl\:focus\:tw-via-brand-orange-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #C04400, var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .\32xl\:focus\:tw-via-brand-orange-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F38D25, var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .\32xl\:focus\:tw-via-brand-blue:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #005272, var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .\32xl\:focus\:tw-via-brand-blue-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3F83A3, var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .\32xl\:focus\:tw-via-brand-blue-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4F99BB, var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .\32xl\:focus\:tw-via-brand-yellow:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E4B620, var(--tw-gradient-to, rgba(228, 182, 32, 0));
  }

  .\32xl\:focus\:tw-via-brand-green:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8DC055, var(--tw-gradient-to, rgba(141, 192, 85, 0));
  }

  .\32xl\:focus\:tw-via-brand-pink:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #C94578, var(--tw-gradient-to, rgba(201, 69, 120, 0));
  }

  .\32xl\:focus\:tw-via-brand-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #BB0034, var(--tw-gradient-to, rgba(187, 0, 52, 0));
  }

  .\32xl\:focus\:tw-via-brand-turquesa:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3cb497, var(--tw-gradient-to, rgba(60, 180, 151, 0));
  }

  .\32xl\:focus\:tw-via-gray-lighter:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F5F5F5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .\32xl\:focus\:tw-via-gray-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dadada, var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .\32xl\:focus\:tw-via-gray-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  .\32xl\:focus\:tw-via-gray-darker:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .\32xl\:focus\:tw-via-gray-medium:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #767676, var(--tw-gradient-to, rgba(118, 118, 118, 0));
  }

  .\32xl\:focus\:tw-via-gray-mid:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #939393, var(--tw-gradient-to, rgba(147, 147, 147, 0));
  }

  .\32xl\:focus\:tw-via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:focus\:tw-via-primary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E35100, var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .\32xl\:focus\:tw-via-primary-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #C04400, var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .\32xl\:focus\:tw-via-primary-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F38D25, var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .\32xl\:focus\:tw-via-secondary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #005272, var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .\32xl\:focus\:tw-via-secondary-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3F83A3, var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .\32xl\:focus\:tw-via-secondary-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4F99BB, var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .\32xl\:focus\:tw-via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:focus\:tw-via-hyperlinks:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #106AA3, var(--tw-gradient-to, rgba(16, 106, 163, 0));
  }

  .\32xl\:focus\:tw-via-hyperlinks-visited:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7F1F7D, var(--tw-gradient-to, rgba(127, 31, 125, 0));
  }

  .\32xl\:focus\:tw-via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:focus\:tw-to-brand-orange:focus{
    --tw-gradient-to: #E35100;
  }

  .\32xl\:focus\:tw-to-brand-orange-dark:focus{
    --tw-gradient-to: #C04400;
  }

  .\32xl\:focus\:tw-to-brand-orange-light:focus{
    --tw-gradient-to: #F38D25;
  }

  .\32xl\:focus\:tw-to-brand-blue:focus{
    --tw-gradient-to: #005272;
  }

  .\32xl\:focus\:tw-to-brand-blue-dark:focus{
    --tw-gradient-to: #3F83A3;
  }

  .\32xl\:focus\:tw-to-brand-blue-light:focus{
    --tw-gradient-to: #4F99BB;
  }

  .\32xl\:focus\:tw-to-brand-yellow:focus{
    --tw-gradient-to: #E4B620;
  }

  .\32xl\:focus\:tw-to-brand-green:focus{
    --tw-gradient-to: #8DC055;
  }

  .\32xl\:focus\:tw-to-brand-pink:focus{
    --tw-gradient-to: #C94578;
  }

  .\32xl\:focus\:tw-to-brand-red:focus{
    --tw-gradient-to: #BB0034;
  }

  .\32xl\:focus\:tw-to-brand-turquesa:focus{
    --tw-gradient-to: #3cb497;
  }

  .\32xl\:focus\:tw-to-gray-lighter:focus{
    --tw-gradient-to: #F5F5F5;
  }

  .\32xl\:focus\:tw-to-gray-light:focus{
    --tw-gradient-to: #dadada;
  }

  .\32xl\:focus\:tw-to-gray-dark:focus{
    --tw-gradient-to: #666666;
  }

  .\32xl\:focus\:tw-to-gray-darker:focus{
    --tw-gradient-to: #222222;
  }

  .\32xl\:focus\:tw-to-gray-medium:focus{
    --tw-gradient-to: #767676;
  }

  .\32xl\:focus\:tw-to-gray-mid:focus{
    --tw-gradient-to: #939393;
  }

  .\32xl\:focus\:tw-to-black:focus{
    --tw-gradient-to: #000000;
  }

  .\32xl\:focus\:tw-to-primary:focus{
    --tw-gradient-to: #E35100;
  }

  .\32xl\:focus\:tw-to-primary-dark:focus{
    --tw-gradient-to: #C04400;
  }

  .\32xl\:focus\:tw-to-primary-light:focus{
    --tw-gradient-to: #F38D25;
  }

  .\32xl\:focus\:tw-to-secondary:focus{
    --tw-gradient-to: #005272;
  }

  .\32xl\:focus\:tw-to-secondary-dark:focus{
    --tw-gradient-to: #3F83A3;
  }

  .\32xl\:focus\:tw-to-secondary-light:focus{
    --tw-gradient-to: #4F99BB;
  }

  .\32xl\:focus\:tw-to-white:focus{
    --tw-gradient-to: #FFFFFF;
  }

  .\32xl\:focus\:tw-to-hyperlinks:focus{
    --tw-gradient-to: #106AA3;
  }

  .\32xl\:focus\:tw-to-hyperlinks-visited:focus{
    --tw-gradient-to: #7F1F7D;
  }

  .\32xl\:focus\:tw-to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .\32xl\:tw-bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .\32xl\:tw-bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .\32xl\:tw-bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .\32xl\:tw-bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .\32xl\:tw-bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .\32xl\:tw-bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .\32xl\:tw-bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .\32xl\:tw-bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .\32xl\:tw-bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .\32xl\:tw-bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .\32xl\:tw-bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .\32xl\:tw-bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .\32xl\:tw-bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .\32xl\:tw-bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .\32xl\:tw-bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .\32xl\:focus-within\:tw-bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  .\32xl\:focus-within\:tw-bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05;
  }

  .\32xl\:focus-within\:tw-bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1;
  }

  .\32xl\:focus-within\:tw-bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2;
  }

  .\32xl\:focus-within\:tw-bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  .\32xl\:focus-within\:tw-bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3;
  }

  .\32xl\:focus-within\:tw-bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  .\32xl\:focus-within\:tw-bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  .\32xl\:focus-within\:tw-bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6;
  }

  .\32xl\:focus-within\:tw-bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7;
  }

  .\32xl\:focus-within\:tw-bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  .\32xl\:focus-within\:tw-bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8;
  }

  .\32xl\:focus-within\:tw-bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9;
  }

  .\32xl\:focus-within\:tw-bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95;
  }

  .\32xl\:focus-within\:tw-bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  .\32xl\:hover\:tw-bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  .\32xl\:hover\:tw-bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }

  .\32xl\:hover\:tw-bg-opacity-10:hover{
    --tw-bg-opacity: 0.1;
  }

  .\32xl\:hover\:tw-bg-opacity-20:hover{
    --tw-bg-opacity: 0.2;
  }

  .\32xl\:hover\:tw-bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  .\32xl\:hover\:tw-bg-opacity-30:hover{
    --tw-bg-opacity: 0.3;
  }

  .\32xl\:hover\:tw-bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  .\32xl\:hover\:tw-bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  .\32xl\:hover\:tw-bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }

  .\32xl\:hover\:tw-bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }

  .\32xl\:hover\:tw-bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  .\32xl\:hover\:tw-bg-opacity-80:hover{
    --tw-bg-opacity: 0.8;
  }

  .\32xl\:hover\:tw-bg-opacity-90:hover{
    --tw-bg-opacity: 0.9;
  }

  .\32xl\:hover\:tw-bg-opacity-95:hover{
    --tw-bg-opacity: 0.95;
  }

  .\32xl\:hover\:tw-bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  .\32xl\:focus\:tw-bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  .\32xl\:focus\:tw-bg-opacity-5:focus{
    --tw-bg-opacity: 0.05;
  }

  .\32xl\:focus\:tw-bg-opacity-10:focus{
    --tw-bg-opacity: 0.1;
  }

  .\32xl\:focus\:tw-bg-opacity-20:focus{
    --tw-bg-opacity: 0.2;
  }

  .\32xl\:focus\:tw-bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  .\32xl\:focus\:tw-bg-opacity-30:focus{
    --tw-bg-opacity: 0.3;
  }

  .\32xl\:focus\:tw-bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  .\32xl\:focus\:tw-bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  .\32xl\:focus\:tw-bg-opacity-60:focus{
    --tw-bg-opacity: 0.6;
  }

  .\32xl\:focus\:tw-bg-opacity-70:focus{
    --tw-bg-opacity: 0.7;
  }

  .\32xl\:focus\:tw-bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  .\32xl\:focus\:tw-bg-opacity-80:focus{
    --tw-bg-opacity: 0.8;
  }

  .\32xl\:focus\:tw-bg-opacity-90:focus{
    --tw-bg-opacity: 0.9;
  }

  .\32xl\:focus\:tw-bg-opacity-95:focus{
    --tw-bg-opacity: 0.95;
  }

  .\32xl\:focus\:tw-bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  .\32xl\:tw-bg-bottom{
    background-position: bottom;
  }

  .\32xl\:tw-bg-center{
    background-position: center;
  }

  .\32xl\:tw-bg-left{
    background-position: left;
  }

  .\32xl\:tw-bg-left-bottom{
    background-position: left bottom;
  }

  .\32xl\:tw-bg-left-top{
    background-position: left top;
  }

  .\32xl\:tw-bg-right{
    background-position: right;
  }

  .\32xl\:tw-bg-right-bottom{
    background-position: right bottom;
  }

  .\32xl\:tw-bg-right-top{
    background-position: right top;
  }

  .\32xl\:tw-bg-top{
    background-position: top;
  }

  .\32xl\:tw-bg-repeat{
    background-repeat: repeat;
  }

  .\32xl\:tw-bg-no-repeat{
    background-repeat: no-repeat;
  }

  .\32xl\:tw-bg-repeat-x{
    background-repeat: repeat-x;
  }

  .\32xl\:tw-bg-repeat-y{
    background-repeat: repeat-y;
  }

  .\32xl\:tw-bg-repeat-round{
    background-repeat: round;
  }

  .\32xl\:tw-bg-repeat-space{
    background-repeat: space;
  }

  .\32xl\:tw-bg-auto{
    background-size: auto;
  }

  .\32xl\:tw-bg-cover{
    background-size: cover;
  }

  .\32xl\:tw-bg-contain{
    background-size: contain;
  }

  .\32xl\:tw-border-collapse{
    border-collapse: collapse;
  }

  .\32xl\:tw-border-separate{
    border-collapse: separate;
  }

  .\32xl\:tw-border-brand-orange{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .\32xl\:tw-border-brand-orange-dark{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .\32xl\:tw-border-brand-orange-light{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .\32xl\:tw-border-brand-blue{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .\32xl\:tw-border-brand-blue-dark{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .\32xl\:tw-border-brand-blue-light{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .\32xl\:tw-border-brand-yellow{
    --tw-border-opacity: 1;
    border-color: rgba(228, 182, 32, var(--tw-border-opacity));
  }

  .\32xl\:tw-border-brand-green{
    --tw-border-opacity: 1;
    border-color: rgba(141, 192, 85, var(--tw-border-opacity));
  }

  .\32xl\:tw-border-brand-pink{
    --tw-border-opacity: 1;
    border-color: rgba(201, 69, 120, var(--tw-border-opacity));
  }

  .\32xl\:tw-border-brand-red{
    --tw-border-opacity: 1;
    border-color: rgba(187, 0, 52, var(--tw-border-opacity));
  }

  .\32xl\:tw-border-brand-turquesa{
    --tw-border-opacity: 1;
    border-color: rgba(60, 180, 151, var(--tw-border-opacity));
  }

  .\32xl\:tw-border-gray-lighter{
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .\32xl\:tw-border-gray-light{
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .\32xl\:tw-border-gray-dark{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  .\32xl\:tw-border-gray-darker{
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .\32xl\:tw-border-gray-medium{
    --tw-border-opacity: 1;
    border-color: rgba(118, 118, 118, var(--tw-border-opacity));
  }

  .\32xl\:tw-border-gray-mid{
    --tw-border-opacity: 1;
    border-color: rgba(147, 147, 147, var(--tw-border-opacity));
  }

  .\32xl\:tw-border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .\32xl\:tw-border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .\32xl\:tw-border-primary-dark{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .\32xl\:tw-border-primary-light{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .\32xl\:tw-border-secondary{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .\32xl\:tw-border-secondary-dark{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .\32xl\:tw-border-secondary-light{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .\32xl\:tw-border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:tw-border-hyperlinks{
    --tw-border-opacity: 1;
    border-color: rgba(16, 106, 163, var(--tw-border-opacity));
  }

  .\32xl\:tw-border-hyperlinks-visited{
    --tw-border-opacity: 1;
    border-color: rgba(127, 31, 125, var(--tw-border-opacity));
  }

  .\32xl\:tw-border-transparent{
    border-color: transparent;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-brand-orange{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-brand-orange-dark{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-brand-orange-light{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-brand-blue{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-brand-blue-dark{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-brand-blue-light{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-brand-yellow{
    --tw-border-opacity: 1;
    border-color: rgba(228, 182, 32, var(--tw-border-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-brand-green{
    --tw-border-opacity: 1;
    border-color: rgba(141, 192, 85, var(--tw-border-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-brand-pink{
    --tw-border-opacity: 1;
    border-color: rgba(201, 69, 120, var(--tw-border-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-brand-red{
    --tw-border-opacity: 1;
    border-color: rgba(187, 0, 52, var(--tw-border-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-brand-turquesa{
    --tw-border-opacity: 1;
    border-color: rgba(60, 180, 151, var(--tw-border-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-gray-lighter{
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-gray-light{
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-gray-dark{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-gray-darker{
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-gray-medium{
    --tw-border-opacity: 1;
    border-color: rgba(118, 118, 118, var(--tw-border-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-gray-mid{
    --tw-border-opacity: 1;
    border-color: rgba(147, 147, 147, var(--tw-border-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-primary-dark{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-primary-light{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-secondary{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-secondary-dark{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-secondary-light{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-hyperlinks{
    --tw-border-opacity: 1;
    border-color: rgba(16, 106, 163, var(--tw-border-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-hyperlinks-visited{
    --tw-border-opacity: 1;
    border-color: rgba(127, 31, 125, var(--tw-border-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-transparent{
    border-color: transparent;
  }

  .\32xl\:focus-within\:tw-border-brand-orange:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:tw-border-brand-orange-dark:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:tw-border-brand-orange-light:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:tw-border-brand-blue:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:tw-border-brand-blue-dark:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:tw-border-brand-blue-light:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:tw-border-brand-yellow:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(228, 182, 32, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:tw-border-brand-green:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(141, 192, 85, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:tw-border-brand-pink:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(201, 69, 120, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:tw-border-brand-red:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(187, 0, 52, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:tw-border-brand-turquesa:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(60, 180, 151, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:tw-border-gray-lighter:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:tw-border-gray-light:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:tw-border-gray-dark:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:tw-border-gray-darker:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:tw-border-gray-medium:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(118, 118, 118, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:tw-border-gray-mid:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(147, 147, 147, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:tw-border-black:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:tw-border-primary:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:tw-border-primary-dark:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:tw-border-primary-light:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:tw-border-secondary:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:tw-border-secondary-dark:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:tw-border-secondary-light:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:tw-border-white:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:tw-border-hyperlinks:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(16, 106, 163, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:tw-border-hyperlinks-visited:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(127, 31, 125, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:tw-border-transparent:focus-within{
    border-color: transparent;
  }

  .\32xl\:hover\:tw-border-brand-orange:hover{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .\32xl\:hover\:tw-border-brand-orange-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .\32xl\:hover\:tw-border-brand-orange-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .\32xl\:hover\:tw-border-brand-blue:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .\32xl\:hover\:tw-border-brand-blue-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .\32xl\:hover\:tw-border-brand-blue-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .\32xl\:hover\:tw-border-brand-yellow:hover{
    --tw-border-opacity: 1;
    border-color: rgba(228, 182, 32, var(--tw-border-opacity));
  }

  .\32xl\:hover\:tw-border-brand-green:hover{
    --tw-border-opacity: 1;
    border-color: rgba(141, 192, 85, var(--tw-border-opacity));
  }

  .\32xl\:hover\:tw-border-brand-pink:hover{
    --tw-border-opacity: 1;
    border-color: rgba(201, 69, 120, var(--tw-border-opacity));
  }

  .\32xl\:hover\:tw-border-brand-red:hover{
    --tw-border-opacity: 1;
    border-color: rgba(187, 0, 52, var(--tw-border-opacity));
  }

  .\32xl\:hover\:tw-border-brand-turquesa:hover{
    --tw-border-opacity: 1;
    border-color: rgba(60, 180, 151, var(--tw-border-opacity));
  }

  .\32xl\:hover\:tw-border-gray-lighter:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .\32xl\:hover\:tw-border-gray-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .\32xl\:hover\:tw-border-gray-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  .\32xl\:hover\:tw-border-gray-darker:hover{
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .\32xl\:hover\:tw-border-gray-medium:hover{
    --tw-border-opacity: 1;
    border-color: rgba(118, 118, 118, var(--tw-border-opacity));
  }

  .\32xl\:hover\:tw-border-gray-mid:hover{
    --tw-border-opacity: 1;
    border-color: rgba(147, 147, 147, var(--tw-border-opacity));
  }

  .\32xl\:hover\:tw-border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .\32xl\:hover\:tw-border-primary:hover{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .\32xl\:hover\:tw-border-primary-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .\32xl\:hover\:tw-border-primary-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .\32xl\:hover\:tw-border-secondary:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .\32xl\:hover\:tw-border-secondary-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .\32xl\:hover\:tw-border-secondary-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .\32xl\:hover\:tw-border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:hover\:tw-border-hyperlinks:hover{
    --tw-border-opacity: 1;
    border-color: rgba(16, 106, 163, var(--tw-border-opacity));
  }

  .\32xl\:hover\:tw-border-hyperlinks-visited:hover{
    --tw-border-opacity: 1;
    border-color: rgba(127, 31, 125, var(--tw-border-opacity));
  }

  .\32xl\:hover\:tw-border-transparent:hover{
    border-color: transparent;
  }

  .\32xl\:focus\:tw-border-brand-orange:focus{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .\32xl\:focus\:tw-border-brand-orange-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .\32xl\:focus\:tw-border-brand-orange-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .\32xl\:focus\:tw-border-brand-blue:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .\32xl\:focus\:tw-border-brand-blue-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .\32xl\:focus\:tw-border-brand-blue-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .\32xl\:focus\:tw-border-brand-yellow:focus{
    --tw-border-opacity: 1;
    border-color: rgba(228, 182, 32, var(--tw-border-opacity));
  }

  .\32xl\:focus\:tw-border-brand-green:focus{
    --tw-border-opacity: 1;
    border-color: rgba(141, 192, 85, var(--tw-border-opacity));
  }

  .\32xl\:focus\:tw-border-brand-pink:focus{
    --tw-border-opacity: 1;
    border-color: rgba(201, 69, 120, var(--tw-border-opacity));
  }

  .\32xl\:focus\:tw-border-brand-red:focus{
    --tw-border-opacity: 1;
    border-color: rgba(187, 0, 52, var(--tw-border-opacity));
  }

  .\32xl\:focus\:tw-border-brand-turquesa:focus{
    --tw-border-opacity: 1;
    border-color: rgba(60, 180, 151, var(--tw-border-opacity));
  }

  .\32xl\:focus\:tw-border-gray-lighter:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .\32xl\:focus\:tw-border-gray-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .\32xl\:focus\:tw-border-gray-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  .\32xl\:focus\:tw-border-gray-darker:focus{
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .\32xl\:focus\:tw-border-gray-medium:focus{
    --tw-border-opacity: 1;
    border-color: rgba(118, 118, 118, var(--tw-border-opacity));
  }

  .\32xl\:focus\:tw-border-gray-mid:focus{
    --tw-border-opacity: 1;
    border-color: rgba(147, 147, 147, var(--tw-border-opacity));
  }

  .\32xl\:focus\:tw-border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .\32xl\:focus\:tw-border-primary:focus{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .\32xl\:focus\:tw-border-primary-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .\32xl\:focus\:tw-border-primary-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .\32xl\:focus\:tw-border-secondary:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .\32xl\:focus\:tw-border-secondary-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .\32xl\:focus\:tw-border-secondary-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .\32xl\:focus\:tw-border-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus\:tw-border-hyperlinks:focus{
    --tw-border-opacity: 1;
    border-color: rgba(16, 106, 163, var(--tw-border-opacity));
  }

  .\32xl\:focus\:tw-border-hyperlinks-visited:focus{
    --tw-border-opacity: 1;
    border-color: rgba(127, 31, 125, var(--tw-border-opacity));
  }

  .\32xl\:focus\:tw-border-transparent:focus{
    border-color: transparent;
  }

  .\32xl\:tw-border-opacity-0{
    --tw-border-opacity: 0;
  }

  .\32xl\:tw-border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .\32xl\:tw-border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .\32xl\:tw-border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .\32xl\:tw-border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .\32xl\:tw-border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .\32xl\:tw-border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .\32xl\:tw-border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .\32xl\:tw-border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .\32xl\:tw-border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .\32xl\:tw-border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .\32xl\:tw-border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .\32xl\:tw-border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .\32xl\:tw-border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .\32xl\:tw-border-opacity-100{
    --tw-border-opacity: 1;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-0{
    --tw-border-opacity: 0;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-100{
    --tw-border-opacity: 1;
  }

  .\32xl\:focus-within\:tw-border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .\32xl\:focus-within\:tw-border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  .\32xl\:focus-within\:tw-border-opacity-10:focus-within{
    --tw-border-opacity: 0.1;
  }

  .\32xl\:focus-within\:tw-border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  .\32xl\:focus-within\:tw-border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .\32xl\:focus-within\:tw-border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  .\32xl\:focus-within\:tw-border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  .\32xl\:focus-within\:tw-border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  .\32xl\:focus-within\:tw-border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  .\32xl\:focus-within\:tw-border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  .\32xl\:focus-within\:tw-border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .\32xl\:focus-within\:tw-border-opacity-80:focus-within{
    --tw-border-opacity: 0.8;
  }

  .\32xl\:focus-within\:tw-border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  .\32xl\:focus-within\:tw-border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  .\32xl\:focus-within\:tw-border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .\32xl\:hover\:tw-border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .\32xl\:hover\:tw-border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  .\32xl\:hover\:tw-border-opacity-10:hover{
    --tw-border-opacity: 0.1;
  }

  .\32xl\:hover\:tw-border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  .\32xl\:hover\:tw-border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .\32xl\:hover\:tw-border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  .\32xl\:hover\:tw-border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  .\32xl\:hover\:tw-border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  .\32xl\:hover\:tw-border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  .\32xl\:hover\:tw-border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  .\32xl\:hover\:tw-border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .\32xl\:hover\:tw-border-opacity-80:hover{
    --tw-border-opacity: 0.8;
  }

  .\32xl\:hover\:tw-border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  .\32xl\:hover\:tw-border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  .\32xl\:hover\:tw-border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .\32xl\:focus\:tw-border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .\32xl\:focus\:tw-border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  .\32xl\:focus\:tw-border-opacity-10:focus{
    --tw-border-opacity: 0.1;
  }

  .\32xl\:focus\:tw-border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  .\32xl\:focus\:tw-border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .\32xl\:focus\:tw-border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  .\32xl\:focus\:tw-border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  .\32xl\:focus\:tw-border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  .\32xl\:focus\:tw-border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  .\32xl\:focus\:tw-border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  .\32xl\:focus\:tw-border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .\32xl\:focus\:tw-border-opacity-80:focus{
    --tw-border-opacity: 0.8;
  }

  .\32xl\:focus\:tw-border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  .\32xl\:focus\:tw-border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  .\32xl\:focus\:tw-border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  .\32xl\:tw-rounded-none{
    border-radius: 0px;
  }

  .\32xl\:tw-rounded-sm{
    border-radius: 0.125rem;
  }

  .\32xl\:tw-rounded{
    border-radius: 0.25rem;
  }

  .\32xl\:tw-rounded-md{
    border-radius: 0.375rem;
  }

  .\32xl\:tw-rounded-lg{
    border-radius: 0.5rem;
  }

  .\32xl\:tw-rounded-xl{
    border-radius: 0.625rem;
  }

  .\32xl\:tw-rounded-2xl{
    border-radius: 1rem;
  }

  .\32xl\:tw-rounded-3xl{
    border-radius: 1.5rem;
  }

  .\32xl\:tw-rounded-full{
    border-radius: 9999px;
  }

  .\32xl\:tw-rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .\32xl\:tw-rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .\32xl\:tw-rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .\32xl\:tw-rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .\32xl\:tw-rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .\32xl\:tw-rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .\32xl\:tw-rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:tw-rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:tw-rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .\32xl\:tw-rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .\32xl\:tw-rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl\:tw-rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl\:tw-rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .\32xl\:tw-rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .\32xl\:tw-rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:tw-rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:tw-rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .\32xl\:tw-rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .\32xl\:tw-rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:tw-rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:tw-rounded-t-xl{
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
  }

  .\32xl\:tw-rounded-r-xl{
    border-top-right-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
  }

  .\32xl\:tw-rounded-b-xl{
    border-bottom-right-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem;
  }

  .\32xl\:tw-rounded-l-xl{
    border-top-left-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem;
  }

  .\32xl\:tw-rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .\32xl\:tw-rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .\32xl\:tw-rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .\32xl\:tw-rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .\32xl\:tw-rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .\32xl\:tw-rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .\32xl\:tw-rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl\:tw-rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl\:tw-rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .\32xl\:tw-rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .\32xl\:tw-rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:tw-rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:tw-rounded-tl-none{
    border-top-left-radius: 0px;
  }

  .\32xl\:tw-rounded-tr-none{
    border-top-right-radius: 0px;
  }

  .\32xl\:tw-rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  .\32xl\:tw-rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  .\32xl\:tw-rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .\32xl\:tw-rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .\32xl\:tw-rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .\32xl\:tw-rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:tw-rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .\32xl\:tw-rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .\32xl\:tw-rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .\32xl\:tw-rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl\:tw-rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .\32xl\:tw-rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .\32xl\:tw-rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .\32xl\:tw-rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:tw-rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .\32xl\:tw-rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .\32xl\:tw-rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .\32xl\:tw-rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:tw-rounded-tl-xl{
    border-top-left-radius: 0.625rem;
  }

  .\32xl\:tw-rounded-tr-xl{
    border-top-right-radius: 0.625rem;
  }

  .\32xl\:tw-rounded-br-xl{
    border-bottom-right-radius: 0.625rem;
  }

  .\32xl\:tw-rounded-bl-xl{
    border-bottom-left-radius: 0.625rem;
  }

  .\32xl\:tw-rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  .\32xl\:tw-rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  .\32xl\:tw-rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  .\32xl\:tw-rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  .\32xl\:tw-rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  .\32xl\:tw-rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  .\32xl\:tw-rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  .\32xl\:tw-rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl\:tw-rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .\32xl\:tw-rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .\32xl\:tw-rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .\32xl\:tw-rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:tw-border-solid{
    border-style: solid;
  }

  .\32xl\:tw-border-dashed{
    border-style: dashed;
  }

  .\32xl\:tw-border-dotted{
    border-style: dotted;
  }

  .\32xl\:tw-border-double{
    border-style: double;
  }

  .\32xl\:tw-border-none{
    border-style: none;
  }

  .\32xl\:tw-border-0{
    border-width: 0px;
  }

  .\32xl\:tw-border-2{
    border-width: 2px;
  }

  .\32xl\:tw-border-4{
    border-width: 4px;
  }

  .\32xl\:tw-border-8{
    border-width: 8px;
  }

  .\32xl\:tw-border{
    border-width: 1px;
  }

  .\32xl\:tw-border-t-0{
    border-top-width: 0px;
  }

  .\32xl\:tw-border-r-0{
    border-right-width: 0px;
  }

  .\32xl\:tw-border-b-0{
    border-bottom-width: 0px;
  }

  .\32xl\:tw-border-l-0{
    border-left-width: 0px;
  }

  .\32xl\:tw-border-t-2{
    border-top-width: 2px;
  }

  .\32xl\:tw-border-r-2{
    border-right-width: 2px;
  }

  .\32xl\:tw-border-b-2{
    border-bottom-width: 2px;
  }

  .\32xl\:tw-border-l-2{
    border-left-width: 2px;
  }

  .\32xl\:tw-border-t-4{
    border-top-width: 4px;
  }

  .\32xl\:tw-border-r-4{
    border-right-width: 4px;
  }

  .\32xl\:tw-border-b-4{
    border-bottom-width: 4px;
  }

  .\32xl\:tw-border-l-4{
    border-left-width: 4px;
  }

  .\32xl\:tw-border-t-8{
    border-top-width: 8px;
  }

  .\32xl\:tw-border-r-8{
    border-right-width: 8px;
  }

  .\32xl\:tw-border-b-8{
    border-bottom-width: 8px;
  }

  .\32xl\:tw-border-l-8{
    border-left-width: 8px;
  }

  .\32xl\:tw-border-t{
    border-top-width: 1px;
  }

  .\32xl\:tw-border-r{
    border-right-width: 1px;
  }

  .\32xl\:tw-border-b{
    border-bottom-width: 1px;
  }

  .\32xl\:tw-border-l{
    border-left-width: 1px;
  }

  .\32xl\:hover\:tw-border-0:hover{
    border-width: 0px;
  }

  .\32xl\:hover\:tw-border-2:hover{
    border-width: 2px;
  }

  .\32xl\:hover\:tw-border-4:hover{
    border-width: 4px;
  }

  .\32xl\:hover\:tw-border-8:hover{
    border-width: 8px;
  }

  .\32xl\:hover\:tw-border:hover{
    border-width: 1px;
  }

  .\32xl\:hover\:tw-border-t-0:hover{
    border-top-width: 0px;
  }

  .\32xl\:hover\:tw-border-r-0:hover{
    border-right-width: 0px;
  }

  .\32xl\:hover\:tw-border-b-0:hover{
    border-bottom-width: 0px;
  }

  .\32xl\:hover\:tw-border-l-0:hover{
    border-left-width: 0px;
  }

  .\32xl\:hover\:tw-border-t-2:hover{
    border-top-width: 2px;
  }

  .\32xl\:hover\:tw-border-r-2:hover{
    border-right-width: 2px;
  }

  .\32xl\:hover\:tw-border-b-2:hover{
    border-bottom-width: 2px;
  }

  .\32xl\:hover\:tw-border-l-2:hover{
    border-left-width: 2px;
  }

  .\32xl\:hover\:tw-border-t-4:hover{
    border-top-width: 4px;
  }

  .\32xl\:hover\:tw-border-r-4:hover{
    border-right-width: 4px;
  }

  .\32xl\:hover\:tw-border-b-4:hover{
    border-bottom-width: 4px;
  }

  .\32xl\:hover\:tw-border-l-4:hover{
    border-left-width: 4px;
  }

  .\32xl\:hover\:tw-border-t-8:hover{
    border-top-width: 8px;
  }

  .\32xl\:hover\:tw-border-r-8:hover{
    border-right-width: 8px;
  }

  .\32xl\:hover\:tw-border-b-8:hover{
    border-bottom-width: 8px;
  }

  .\32xl\:hover\:tw-border-l-8:hover{
    border-left-width: 8px;
  }

  .\32xl\:hover\:tw-border-t:hover{
    border-top-width: 1px;
  }

  .\32xl\:hover\:tw-border-r:hover{
    border-right-width: 1px;
  }

  .\32xl\:hover\:tw-border-b:hover{
    border-bottom-width: 1px;
  }

  .\32xl\:hover\:tw-border-l:hover{
    border-left-width: 1px;
  }

  .\32xl\:tw-box-border{
    box-sizing: border-box;
  }

  .\32xl\:tw-box-content{
    box-sizing: content-box;
  }

  .\32xl\:tw-cursor-auto{
    cursor: auto;
  }

  .\32xl\:tw-cursor-default{
    cursor: default;
  }

  .\32xl\:tw-cursor-pointer{
    cursor: pointer;
  }

  .\32xl\:tw-cursor-wait{
    cursor: wait;
  }

  .\32xl\:tw-cursor-text{
    cursor: text;
  }

  .\32xl\:tw-cursor-move{
    cursor: move;
  }

  .\32xl\:tw-cursor-help{
    cursor: help;
  }

  .\32xl\:tw-cursor-not-allowed{
    cursor: not-allowed;
  }

  .\32xl\:tw-block{
    display: block;
  }

  .\32xl\:tw-inline-block{
    display: inline-block;
  }

  .\32xl\:tw-inline{
    display: inline;
  }

  .\32xl\:tw-flex{
    display: flex;
  }

  .\32xl\:tw-inline-flex{
    display: inline-flex;
  }

  .\32xl\:tw-table{
    display: table;
  }

  .\32xl\:tw-table-caption{
    display: table-caption;
  }

  .\32xl\:tw-table-cell{
    display: table-cell;
  }

  .\32xl\:tw-table-column{
    display: table-column;
  }

  .\32xl\:tw-table-column-group{
    display: table-column-group;
  }

  .\32xl\:tw-table-footer-group{
    display: table-footer-group;
  }

  .\32xl\:tw-table-header-group{
    display: table-header-group;
  }

  .\32xl\:tw-table-row-group{
    display: table-row-group;
  }

  .\32xl\:tw-table-row{
    display: table-row;
  }

  .\32xl\:tw-flow-root{
    display: flow-root;
  }

  .\32xl\:tw-grid{
    display: grid;
  }

  .\32xl\:tw-inline-grid{
    display: inline-grid;
  }

  .\32xl\:tw-contents{
    display: contents;
  }

  .\32xl\:tw-hidden{
    display: none;
  }

  .\32xl\:first\:tw-block:first-child{
    display: block;
  }

  .\32xl\:first\:tw-inline-block:first-child{
    display: inline-block;
  }

  .\32xl\:first\:tw-inline:first-child{
    display: inline;
  }

  .\32xl\:first\:tw-flex:first-child{
    display: flex;
  }

  .\32xl\:first\:tw-inline-flex:first-child{
    display: inline-flex;
  }

  .\32xl\:first\:tw-table:first-child{
    display: table;
  }

  .\32xl\:first\:tw-table-caption:first-child{
    display: table-caption;
  }

  .\32xl\:first\:tw-table-cell:first-child{
    display: table-cell;
  }

  .\32xl\:first\:tw-table-column:first-child{
    display: table-column;
  }

  .\32xl\:first\:tw-table-column-group:first-child{
    display: table-column-group;
  }

  .\32xl\:first\:tw-table-footer-group:first-child{
    display: table-footer-group;
  }

  .\32xl\:first\:tw-table-header-group:first-child{
    display: table-header-group;
  }

  .\32xl\:first\:tw-table-row-group:first-child{
    display: table-row-group;
  }

  .\32xl\:first\:tw-table-row:first-child{
    display: table-row;
  }

  .\32xl\:first\:tw-flow-root:first-child{
    display: flow-root;
  }

  .\32xl\:first\:tw-grid:first-child{
    display: grid;
  }

  .\32xl\:first\:tw-inline-grid:first-child{
    display: inline-grid;
  }

  .\32xl\:first\:tw-contents:first-child{
    display: contents;
  }

  .\32xl\:first\:tw-hidden:first-child{
    display: none;
  }

  .\32xl\:last\:tw-block:last-child{
    display: block;
  }

  .\32xl\:last\:tw-inline-block:last-child{
    display: inline-block;
  }

  .\32xl\:last\:tw-inline:last-child{
    display: inline;
  }

  .\32xl\:last\:tw-flex:last-child{
    display: flex;
  }

  .\32xl\:last\:tw-inline-flex:last-child{
    display: inline-flex;
  }

  .\32xl\:last\:tw-table:last-child{
    display: table;
  }

  .\32xl\:last\:tw-table-caption:last-child{
    display: table-caption;
  }

  .\32xl\:last\:tw-table-cell:last-child{
    display: table-cell;
  }

  .\32xl\:last\:tw-table-column:last-child{
    display: table-column;
  }

  .\32xl\:last\:tw-table-column-group:last-child{
    display: table-column-group;
  }

  .\32xl\:last\:tw-table-footer-group:last-child{
    display: table-footer-group;
  }

  .\32xl\:last\:tw-table-header-group:last-child{
    display: table-header-group;
  }

  .\32xl\:last\:tw-table-row-group:last-child{
    display: table-row-group;
  }

  .\32xl\:last\:tw-table-row:last-child{
    display: table-row;
  }

  .\32xl\:last\:tw-flow-root:last-child{
    display: flow-root;
  }

  .\32xl\:last\:tw-grid:last-child{
    display: grid;
  }

  .\32xl\:last\:tw-inline-grid:last-child{
    display: inline-grid;
  }

  .\32xl\:last\:tw-contents:last-child{
    display: contents;
  }

  .\32xl\:last\:tw-hidden:last-child{
    display: none;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-block{
    display: block;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-inline-block{
    display: inline-block;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-inline{
    display: inline;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-flex{
    display: flex;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-inline-flex{
    display: inline-flex;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-table{
    display: table;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-table-caption{
    display: table-caption;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-table-cell{
    display: table-cell;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-table-column{
    display: table-column;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-table-column-group{
    display: table-column-group;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-table-footer-group{
    display: table-footer-group;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-table-header-group{
    display: table-header-group;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-table-row-group{
    display: table-row-group;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-table-row{
    display: table-row;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-flow-root{
    display: flow-root;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-grid{
    display: grid;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-inline-grid{
    display: inline-grid;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-contents{
    display: contents;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-hidden{
    display: none;
  }

  .\32xl\:hover\:tw-block:hover{
    display: block;
  }

  .\32xl\:hover\:tw-inline-block:hover{
    display: inline-block;
  }

  .\32xl\:hover\:tw-inline:hover{
    display: inline;
  }

  .\32xl\:hover\:tw-flex:hover{
    display: flex;
  }

  .\32xl\:hover\:tw-inline-flex:hover{
    display: inline-flex;
  }

  .\32xl\:hover\:tw-table:hover{
    display: table;
  }

  .\32xl\:hover\:tw-table-caption:hover{
    display: table-caption;
  }

  .\32xl\:hover\:tw-table-cell:hover{
    display: table-cell;
  }

  .\32xl\:hover\:tw-table-column:hover{
    display: table-column;
  }

  .\32xl\:hover\:tw-table-column-group:hover{
    display: table-column-group;
  }

  .\32xl\:hover\:tw-table-footer-group:hover{
    display: table-footer-group;
  }

  .\32xl\:hover\:tw-table-header-group:hover{
    display: table-header-group;
  }

  .\32xl\:hover\:tw-table-row-group:hover{
    display: table-row-group;
  }

  .\32xl\:hover\:tw-table-row:hover{
    display: table-row;
  }

  .\32xl\:hover\:tw-flow-root:hover{
    display: flow-root;
  }

  .\32xl\:hover\:tw-grid:hover{
    display: grid;
  }

  .\32xl\:hover\:tw-inline-grid:hover{
    display: inline-grid;
  }

  .\32xl\:hover\:tw-contents:hover{
    display: contents;
  }

  .\32xl\:hover\:tw-hidden:hover{
    display: none;
  }

  .\32xl\:focus\:tw-block:focus{
    display: block;
  }

  .\32xl\:focus\:tw-inline-block:focus{
    display: inline-block;
  }

  .\32xl\:focus\:tw-inline:focus{
    display: inline;
  }

  .\32xl\:focus\:tw-flex:focus{
    display: flex;
  }

  .\32xl\:focus\:tw-inline-flex:focus{
    display: inline-flex;
  }

  .\32xl\:focus\:tw-table:focus{
    display: table;
  }

  .\32xl\:focus\:tw-table-caption:focus{
    display: table-caption;
  }

  .\32xl\:focus\:tw-table-cell:focus{
    display: table-cell;
  }

  .\32xl\:focus\:tw-table-column:focus{
    display: table-column;
  }

  .\32xl\:focus\:tw-table-column-group:focus{
    display: table-column-group;
  }

  .\32xl\:focus\:tw-table-footer-group:focus{
    display: table-footer-group;
  }

  .\32xl\:focus\:tw-table-header-group:focus{
    display: table-header-group;
  }

  .\32xl\:focus\:tw-table-row-group:focus{
    display: table-row-group;
  }

  .\32xl\:focus\:tw-table-row:focus{
    display: table-row;
  }

  .\32xl\:focus\:tw-flow-root:focus{
    display: flow-root;
  }

  .\32xl\:focus\:tw-grid:focus{
    display: grid;
  }

  .\32xl\:focus\:tw-inline-grid:focus{
    display: inline-grid;
  }

  .\32xl\:focus\:tw-contents:focus{
    display: contents;
  }

  .\32xl\:focus\:tw-hidden:focus{
    display: none;
  }

  .\32xl\:tw-flex-row{
    flex-direction: row;
  }

  .\32xl\:tw-flex-row-reverse{
    flex-direction: row-reverse;
  }

  .\32xl\:tw-flex-col{
    flex-direction: column;
  }

  .\32xl\:tw-flex-col-reverse{
    flex-direction: column-reverse;
  }

  .\32xl\:tw-flex-wrap{
    flex-wrap: wrap;
  }

  .\32xl\:tw-flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .\32xl\:tw-flex-nowrap{
    flex-wrap: nowrap;
  }

  .\32xl\:tw-place-items-auto{
    place-items: auto;
  }

  .\32xl\:tw-place-items-start{
    place-items: start;
  }

  .\32xl\:tw-place-items-end{
    place-items: end;
  }

  .\32xl\:tw-place-items-center{
    place-items: center;
  }

  .\32xl\:tw-place-items-stretch{
    place-items: stretch;
  }

  .\32xl\:tw-place-content-center{
    place-content: center;
  }

  .\32xl\:tw-place-content-start{
    place-content: start;
  }

  .\32xl\:tw-place-content-end{
    place-content: end;
  }

  .\32xl\:tw-place-content-between{
    place-content: space-between;
  }

  .\32xl\:tw-place-content-around{
    place-content: space-around;
  }

  .\32xl\:tw-place-content-evenly{
    place-content: space-evenly;
  }

  .\32xl\:tw-place-content-stretch{
    place-content: stretch;
  }

  .\32xl\:tw-place-self-auto{
    place-self: auto;
  }

  .\32xl\:tw-place-self-start{
    place-self: start;
  }

  .\32xl\:tw-place-self-end{
    place-self: end;
  }

  .\32xl\:tw-place-self-center{
    place-self: center;
  }

  .\32xl\:tw-place-self-stretch{
    place-self: stretch;
  }

  .\32xl\:tw-items-start{
    align-items: flex-start;
  }

  .\32xl\:tw-items-end{
    align-items: flex-end;
  }

  .\32xl\:tw-items-center{
    align-items: center;
  }

  .\32xl\:tw-items-baseline{
    align-items: baseline;
  }

  .\32xl\:tw-items-stretch{
    align-items: stretch;
  }

  .\32xl\:tw-content-center{
    align-content: center;
  }

  .\32xl\:tw-content-start{
    align-content: flex-start;
  }

  .\32xl\:tw-content-end{
    align-content: flex-end;
  }

  .\32xl\:tw-content-between{
    align-content: space-between;
  }

  .\32xl\:tw-content-around{
    align-content: space-around;
  }

  .\32xl\:tw-content-evenly{
    align-content: space-evenly;
  }

  .\32xl\:tw-self-auto{
    align-self: auto;
  }

  .\32xl\:tw-self-start{
    align-self: flex-start;
  }

  .\32xl\:tw-self-end{
    align-self: flex-end;
  }

  .\32xl\:tw-self-center{
    align-self: center;
  }

  .\32xl\:tw-self-stretch{
    align-self: stretch;
  }

  .\32xl\:tw-justify-items-auto{
    justify-items: auto;
  }

  .\32xl\:tw-justify-items-start{
    justify-items: start;
  }

  .\32xl\:tw-justify-items-end{
    justify-items: end;
  }

  .\32xl\:tw-justify-items-center{
    justify-items: center;
  }

  .\32xl\:tw-justify-items-stretch{
    justify-items: stretch;
  }

  .\32xl\:tw-justify-start{
    justify-content: flex-start;
  }

  .\32xl\:tw-justify-end{
    justify-content: flex-end;
  }

  .\32xl\:tw-justify-center{
    justify-content: center;
  }

  .\32xl\:tw-justify-between{
    justify-content: space-between;
  }

  .\32xl\:tw-justify-around{
    justify-content: space-around;
  }

  .\32xl\:tw-justify-evenly{
    justify-content: space-evenly;
  }

  .\32xl\:tw-justify-self-auto{
    justify-self: auto;
  }

  .\32xl\:tw-justify-self-start{
    justify-self: start;
  }

  .\32xl\:tw-justify-self-end{
    justify-self: end;
  }

  .\32xl\:tw-justify-self-center{
    justify-self: center;
  }

  .\32xl\:tw-justify-self-stretch{
    justify-self: stretch;
  }

  .\32xl\:tw-flex-1{
    flex: 1 1 0%;
  }

  .\32xl\:tw-flex-auto{
    flex: 1 1 auto;
  }

  .\32xl\:tw-flex-initial{
    flex: 0 1 auto;
  }

  .\32xl\:tw-flex-none{
    flex: none;
  }

  .\32xl\:tw-flex-grow-0{
    flex-grow: 0;
  }

  .\32xl\:tw-flex-grow{
    flex-grow: 1;
  }

  .\32xl\:tw-flex-shrink-0{
    flex-shrink: 0;
  }

  .\32xl\:tw-flex-shrink{
    flex-shrink: 1;
  }

  .\32xl\:tw-order-1{
    order: 1;
  }

  .\32xl\:tw-order-2{
    order: 2;
  }

  .\32xl\:tw-order-3{
    order: 3;
  }

  .\32xl\:tw-order-4{
    order: 4;
  }

  .\32xl\:tw-order-5{
    order: 5;
  }

  .\32xl\:tw-order-6{
    order: 6;
  }

  .\32xl\:tw-order-7{
    order: 7;
  }

  .\32xl\:tw-order-8{
    order: 8;
  }

  .\32xl\:tw-order-9{
    order: 9;
  }

  .\32xl\:tw-order-10{
    order: 10;
  }

  .\32xl\:tw-order-11{
    order: 11;
  }

  .\32xl\:tw-order-12{
    order: 12;
  }

  .\32xl\:tw-order-first{
    order: -9999;
  }

  .\32xl\:tw-order-last{
    order: 9999;
  }

  .\32xl\:tw-order-none{
    order: 0;
  }

  .\32xl\:tw-float-right{
    float: right;
  }

  .\32xl\:tw-float-left{
    float: left;
  }

  .\32xl\:tw-float-none{
    float: none;
  }

  .\32xl\:tw-clear-left{
    clear: left;
  }

  .\32xl\:tw-clear-right{
    clear: right;
  }

  .\32xl\:tw-clear-both{
    clear: both;
  }

  .\32xl\:tw-clear-none{
    clear: none;
  }

  .\32xl\:tw-font-sans{
    font-family: "Noto Sans", sans-serif;
  }

  .\32xl\:tw-font-serif{
    font-family: Georgia, Cambria;
  }

  .\32xl\:tw-font-mono{
    font-family: monospace;
  }

  .\32xl\:tw-font-thin{
    font-weight: 100;
  }

  .\32xl\:tw-font-extralight{
    font-weight: 200;
  }

  .\32xl\:tw-font-light{
    font-weight: 300;
  }

  .\32xl\:tw-font-normal{
    font-weight: 400;
  }

  .\32xl\:tw-font-medium{
    font-weight: 500;
  }

  .\32xl\:tw-font-semibold{
    font-weight: 600;
  }

  .\32xl\:tw-font-bold{
    font-weight: 700;
  }

  .\32xl\:tw-font-extrabold{
    font-weight: 800;
  }

  .\32xl\:tw-font-black{
    font-weight: 900;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-font-thin{
    font-weight: 100;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-font-extralight{
    font-weight: 200;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-font-light{
    font-weight: 300;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-font-normal{
    font-weight: 400;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-font-medium{
    font-weight: 500;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-font-semibold{
    font-weight: 600;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-font-bold{
    font-weight: 700;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-font-extrabold{
    font-weight: 800;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-font-black{
    font-weight: 900;
  }

  .\32xl\:hover\:tw-font-thin:hover{
    font-weight: 100;
  }

  .\32xl\:hover\:tw-font-extralight:hover{
    font-weight: 200;
  }

  .\32xl\:hover\:tw-font-light:hover{
    font-weight: 300;
  }

  .\32xl\:hover\:tw-font-normal:hover{
    font-weight: 400;
  }

  .\32xl\:hover\:tw-font-medium:hover{
    font-weight: 500;
  }

  .\32xl\:hover\:tw-font-semibold:hover{
    font-weight: 600;
  }

  .\32xl\:hover\:tw-font-bold:hover{
    font-weight: 700;
  }

  .\32xl\:hover\:tw-font-extrabold:hover{
    font-weight: 800;
  }

  .\32xl\:hover\:tw-font-black:hover{
    font-weight: 900;
  }

  .\32xl\:focus\:tw-font-thin:focus{
    font-weight: 100;
  }

  .\32xl\:focus\:tw-font-extralight:focus{
    font-weight: 200;
  }

  .\32xl\:focus\:tw-font-light:focus{
    font-weight: 300;
  }

  .\32xl\:focus\:tw-font-normal:focus{
    font-weight: 400;
  }

  .\32xl\:focus\:tw-font-medium:focus{
    font-weight: 500;
  }

  .\32xl\:focus\:tw-font-semibold:focus{
    font-weight: 600;
  }

  .\32xl\:focus\:tw-font-bold:focus{
    font-weight: 700;
  }

  .\32xl\:focus\:tw-font-extrabold:focus{
    font-weight: 800;
  }

  .\32xl\:focus\:tw-font-black:focus{
    font-weight: 900;
  }

  .\32xl\:active\:tw-font-thin:active{
    font-weight: 100;
  }

  .\32xl\:active\:tw-font-extralight:active{
    font-weight: 200;
  }

  .\32xl\:active\:tw-font-light:active{
    font-weight: 300;
  }

  .\32xl\:active\:tw-font-normal:active{
    font-weight: 400;
  }

  .\32xl\:active\:tw-font-medium:active{
    font-weight: 500;
  }

  .\32xl\:active\:tw-font-semibold:active{
    font-weight: 600;
  }

  .\32xl\:active\:tw-font-bold:active{
    font-weight: 700;
  }

  .\32xl\:active\:tw-font-extrabold:active{
    font-weight: 800;
  }

  .\32xl\:active\:tw-font-black:active{
    font-weight: 900;
  }

  .\32xl\:tw-h-0{
    height: 0px;
  }

  .\32xl\:tw-h-1{
    height: 0.25rem;
  }

  .\32xl\:tw-h-2{
    height: 0.5rem;
  }

  .\32xl\:tw-h-3{
    height: 0.75rem;
  }

  .\32xl\:tw-h-4{
    height: 1rem;
  }

  .\32xl\:tw-h-5{
    height: 1.25rem;
  }

  .\32xl\:tw-h-6{
    height: 1.5rem;
  }

  .\32xl\:tw-h-7{
    height: 1.75rem;
  }

  .\32xl\:tw-h-8{
    height: 2rem;
  }

  .\32xl\:tw-h-9{
    height: 2.25rem;
  }

  .\32xl\:tw-h-10{
    height: 2.5rem;
  }

  .\32xl\:tw-h-11{
    height: 2.75rem;
  }

  .\32xl\:tw-h-12{
    height: 3rem;
  }

  .\32xl\:tw-h-13{
    height: 3.25rem;
  }

  .\32xl\:tw-h-14{
    height: 3.5rem;
  }

  .\32xl\:tw-h-16{
    height: 4rem;
  }

  .\32xl\:tw-h-20{
    height: 5rem;
  }

  .\32xl\:tw-h-24{
    height: 6rem;
  }

  .\32xl\:tw-h-28{
    height: 7rem;
  }

  .\32xl\:tw-h-32{
    height: 8rem;
  }

  .\32xl\:tw-h-36{
    height: 9rem;
  }

  .\32xl\:tw-h-40{
    height: 10rem;
  }

  .\32xl\:tw-h-44{
    height: 44px;
  }

  .\32xl\:tw-h-48{
    height: 12rem;
  }

  .\32xl\:tw-h-52{
    height: 13rem;
  }

  .\32xl\:tw-h-56{
    height: 14rem;
  }

  .\32xl\:tw-h-60{
    height: 15rem;
  }

  .\32xl\:tw-h-64{
    height: 16rem;
  }

  .\32xl\:tw-h-72{
    height: 18rem;
  }

  .\32xl\:tw-h-80{
    height: 20rem;
  }

  .\32xl\:tw-h-96{
    height: 24rem;
  }

  .\32xl\:tw-h-128{
    height: 32rem;
  }

  .\32xl\:tw-h-152{
    height: 38rem;
  }

  .\32xl\:tw-h-176{
    height: 44rem;
  }

  .\32xl\:tw-h-auto{
    height: auto;
  }

  .\32xl\:tw-h-px{
    height: 1px;
  }

  .\32xl\:tw-h-0\.5{
    height: 0.125rem;
  }

  .\32xl\:tw-h-1\.5{
    height: 0.375rem;
  }

  .\32xl\:tw-h-2\.5{
    height: 0.625rem;
  }

  .\32xl\:tw-h-3\.5{
    height: 0.875rem;
  }

  .\32xl\:tw-h-2\/3{
    height: 66.666667%;
  }

  .\32xl\:tw-h-3\/2{
    height: 150%;
  }

  .\32xl\:tw-h-square{
    height: 100%;
  }

  .\32xl\:tw-h-58px{
    height: 58px;
  }

  .\32xl\:tw-h-63px{
    height: 63px;
  }

  .\32xl\:tw-h-73px{
    height: 73.px;
  }

  .\32xl\:tw-h-1\/2{
    height: 50%;
  }

  .\32xl\:tw-h-1\/3{
    height: 33.333333%;
  }

  .\32xl\:tw-h-1\/4{
    height: 25%;
  }

  .\32xl\:tw-h-2\/4{
    height: 50%;
  }

  .\32xl\:tw-h-3\/4{
    height: 75%;
  }

  .\32xl\:tw-h-1\/5{
    height: 20%;
  }

  .\32xl\:tw-h-2\/5{
    height: 40%;
  }

  .\32xl\:tw-h-3\/5{
    height: 60%;
  }

  .\32xl\:tw-h-4\/5{
    height: 80%;
  }

  .\32xl\:tw-h-1\/6{
    height: 16.666667%;
  }

  .\32xl\:tw-h-2\/6{
    height: 33.333333%;
  }

  .\32xl\:tw-h-3\/6{
    height: 50%;
  }

  .\32xl\:tw-h-4\/6{
    height: 66.666667%;
  }

  .\32xl\:tw-h-5\/6{
    height: 83.333333%;
  }

  .\32xl\:tw-h-full{
    height: 100%;
  }

  .\32xl\:tw-h-screen{
    height: 100vh;
  }

  .\32xl\:tw-text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .\32xl\:tw-text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .\32xl\:tw-text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .\32xl\:tw-text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .\32xl\:tw-text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .\32xl\:tw-text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .\32xl\:tw-text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .\32xl\:tw-text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .\32xl\:tw-text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .\32xl\:tw-text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .\32xl\:tw-text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .\32xl\:tw-text-8xl{
    font-size: 6rem;
  }

  .\32xl\:tw-text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .\32xl\:tw-text-2xs{
    font-size: .6rem;
  }

  .\32xl\:tw-text-12xl{
    font-size: 8rem;
  }

  .\32xl\:tw-text-24xl{
    font-size: 16rem;
  }

  .\32xl\:tw-leading-3{
    line-height: .75rem;
  }

  .\32xl\:tw-leading-4{
    line-height: 1rem;
  }

  .\32xl\:tw-leading-5{
    line-height: 1.25rem;
  }

  .\32xl\:tw-leading-6{
    line-height: 1.5rem;
  }

  .\32xl\:tw-leading-7{
    line-height: 1.75rem;
  }

  .\32xl\:tw-leading-8{
    line-height: 2rem;
  }

  .\32xl\:tw-leading-9{
    line-height: 2.25rem;
  }

  .\32xl\:tw-leading-10{
    line-height: 2.5rem;
  }

  .\32xl\:tw-leading-none{
    line-height: 1;
  }

  .\32xl\:tw-leading-tight{
    line-height: 1.25;
  }

  .\32xl\:tw-leading-snug{
    line-height: 1.375;
  }

  .\32xl\:tw-leading-normal{
    line-height: 1.5;
  }

  .\32xl\:tw-leading-relaxed{
    line-height: 1.625;
  }

  .\32xl\:tw-leading-loose{
    line-height: 2;
  }

  .\32xl\:tw-list-inside{
    list-style-position: inside;
  }

  .\32xl\:tw-list-outside{
    list-style-position: outside;
  }

  .\32xl\:tw-list-none{
    list-style-type: none;
  }

  .\32xl\:tw-list-disc{
    list-style-type: disc;
  }

  .\32xl\:tw-list-decimal{
    list-style-type: decimal;
  }

  .\32xl\:tw-m-0{
    margin: 0px;
  }

  .\32xl\:tw-m-1{
    margin: 0.25rem;
  }

  .\32xl\:tw-m-2{
    margin: 0.5rem;
  }

  .\32xl\:tw-m-3{
    margin: 0.75rem;
  }

  .\32xl\:tw-m-4{
    margin: 1rem;
  }

  .\32xl\:tw-m-5{
    margin: 1.25rem;
  }

  .\32xl\:tw-m-6{
    margin: 1.5rem;
  }

  .\32xl\:tw-m-7{
    margin: 1.75rem;
  }

  .\32xl\:tw-m-8{
    margin: 2rem;
  }

  .\32xl\:tw-m-9{
    margin: 2.25rem;
  }

  .\32xl\:tw-m-10{
    margin: 2.5rem;
  }

  .\32xl\:tw-m-11{
    margin: 2.75rem;
  }

  .\32xl\:tw-m-12{
    margin: 3rem;
  }

  .\32xl\:tw-m-13{
    margin: 3.25rem;
  }

  .\32xl\:tw-m-14{
    margin: 3.5rem;
  }

  .\32xl\:tw-m-16{
    margin: 4rem;
  }

  .\32xl\:tw-m-20{
    margin: 5rem;
  }

  .\32xl\:tw-m-24{
    margin: 6rem;
  }

  .\32xl\:tw-m-28{
    margin: 7rem;
  }

  .\32xl\:tw-m-32{
    margin: 8rem;
  }

  .\32xl\:tw-m-36{
    margin: 9rem;
  }

  .\32xl\:tw-m-40{
    margin: 10rem;
  }

  .\32xl\:tw-m-44{
    margin: 11rem;
  }

  .\32xl\:tw-m-48{
    margin: 12rem;
  }

  .\32xl\:tw-m-52{
    margin: 13rem;
  }

  .\32xl\:tw-m-56{
    margin: 14rem;
  }

  .\32xl\:tw-m-60{
    margin: 15rem;
  }

  .\32xl\:tw-m-64{
    margin: 16rem;
  }

  .\32xl\:tw-m-72{
    margin: 18rem;
  }

  .\32xl\:tw-m-80{
    margin: 20rem;
  }

  .\32xl\:tw-m-96{
    margin: 24rem;
  }

  .\32xl\:tw-m-auto{
    margin: auto;
  }

  .\32xl\:tw-m-px{
    margin: 1px;
  }

  .\32xl\:tw-m-0\.5{
    margin: 0.125rem;
  }

  .\32xl\:tw-m-1\.5{
    margin: 0.375rem;
  }

  .\32xl\:tw-m-2\.5{
    margin: 0.625rem;
  }

  .\32xl\:tw-m-3\.5{
    margin: 0.875rem;
  }

  .\32xl\:tw-m-2\/3{
    margin: 66.666%;
  }

  .\32xl\:tw-m-3\/2{
    margin: 150%;
  }

  .\32xl\:tw-m-square{
    margin: 100%;
  }

  .\32xl\:tw-m-58px{
    margin: 58px;
  }

  .\32xl\:tw-m-63px{
    margin: 63px;
  }

  .\32xl\:tw-m-73px{
    margin: 73.px;
  }

  .\32xl\:tw--m-0{
    margin: 0px;
  }

  .\32xl\:tw--m-1{
    margin: -0.25rem;
  }

  .\32xl\:tw--m-2{
    margin: -0.5rem;
  }

  .\32xl\:tw--m-3{
    margin: -0.75rem;
  }

  .\32xl\:tw--m-4{
    margin: -1rem;
  }

  .\32xl\:tw--m-5{
    margin: -1.25rem;
  }

  .\32xl\:tw--m-6{
    margin: -1.5rem;
  }

  .\32xl\:tw--m-7{
    margin: -1.75rem;
  }

  .\32xl\:tw--m-8{
    margin: -2rem;
  }

  .\32xl\:tw--m-9{
    margin: -2.25rem;
  }

  .\32xl\:tw--m-10{
    margin: -2.5rem;
  }

  .\32xl\:tw--m-11{
    margin: -2.75rem;
  }

  .\32xl\:tw--m-12{
    margin: -3rem;
  }

  .\32xl\:tw--m-13{
    margin: -3.25rem;
  }

  .\32xl\:tw--m-14{
    margin: -3.5rem;
  }

  .\32xl\:tw--m-16{
    margin: -4rem;
  }

  .\32xl\:tw--m-20{
    margin: -5rem;
  }

  .\32xl\:tw--m-24{
    margin: -6rem;
  }

  .\32xl\:tw--m-28{
    margin: -7rem;
  }

  .\32xl\:tw--m-32{
    margin: -8rem;
  }

  .\32xl\:tw--m-36{
    margin: -9rem;
  }

  .\32xl\:tw--m-40{
    margin: -10rem;
  }

  .\32xl\:tw--m-44{
    margin: -11rem;
  }

  .\32xl\:tw--m-48{
    margin: -12rem;
  }

  .\32xl\:tw--m-52{
    margin: -13rem;
  }

  .\32xl\:tw--m-56{
    margin: -14rem;
  }

  .\32xl\:tw--m-60{
    margin: -15rem;
  }

  .\32xl\:tw--m-64{
    margin: -16rem;
  }

  .\32xl\:tw--m-72{
    margin: -18rem;
  }

  .\32xl\:tw--m-80{
    margin: -20rem;
  }

  .\32xl\:tw--m-96{
    margin: -24rem;
  }

  .\32xl\:tw--m-px{
    margin: -1px;
  }

  .\32xl\:tw--m-0\.5{
    margin: -0.125rem;
  }

  .\32xl\:tw--m-1\.5{
    margin: -0.375rem;
  }

  .\32xl\:tw--m-2\.5{
    margin: -0.625rem;
  }

  .\32xl\:tw--m-3\.5{
    margin: -0.875rem;
  }

  .\32xl\:tw--m-2\/3{
    margin: -66.666%;
  }

  .\32xl\:tw--m-3\/2{
    margin: -150%;
  }

  .\32xl\:tw--m-square{
    margin: -100%;
  }

  .\32xl\:tw--m-58px{
    margin: -58px;
  }

  .\32xl\:tw--m-63px{
    margin: -63px;
  }

  .\32xl\:tw--m-73px{
    margin: -73px;
  }

  .\32xl\:tw-my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .\32xl\:tw-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .\32xl\:tw-my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .\32xl\:tw-mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .\32xl\:tw-my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .\32xl\:tw-mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .\32xl\:tw-my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .\32xl\:tw-mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .\32xl\:tw-my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .\32xl\:tw-mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .\32xl\:tw-my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .\32xl\:tw-mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .\32xl\:tw-my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .\32xl\:tw-mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .\32xl\:tw-my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .\32xl\:tw-mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .\32xl\:tw-my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .\32xl\:tw-mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .\32xl\:tw-my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .\32xl\:tw-mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .\32xl\:tw-my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .\32xl\:tw-mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .\32xl\:tw-my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .\32xl\:tw-mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .\32xl\:tw-my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .\32xl\:tw-mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .\32xl\:tw-my-13{
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .\32xl\:tw-mx-13{
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .\32xl\:tw-my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .\32xl\:tw-mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .\32xl\:tw-my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .\32xl\:tw-mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .\32xl\:tw-my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .\32xl\:tw-mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .\32xl\:tw-my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .\32xl\:tw-mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .\32xl\:tw-my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .\32xl\:tw-mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .\32xl\:tw-my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .\32xl\:tw-mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .\32xl\:tw-my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .\32xl\:tw-mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .\32xl\:tw-my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .\32xl\:tw-mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .\32xl\:tw-my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .\32xl\:tw-mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .\32xl\:tw-my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .\32xl\:tw-mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .\32xl\:tw-my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .\32xl\:tw-mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .\32xl\:tw-my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .\32xl\:tw-mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .\32xl\:tw-my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .\32xl\:tw-mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .\32xl\:tw-my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .\32xl\:tw-mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .\32xl\:tw-my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .\32xl\:tw-mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .\32xl\:tw-my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .\32xl\:tw-mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .\32xl\:tw-my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .\32xl\:tw-mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .\32xl\:tw-my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .\32xl\:tw-mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .\32xl\:tw-my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .\32xl\:tw-mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .\32xl\:tw-my-0\.5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .\32xl\:tw-mx-0\.5{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .\32xl\:tw-my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .\32xl\:tw-mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .\32xl\:tw-my-2\.5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .\32xl\:tw-mx-2\.5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .\32xl\:tw-my-3\.5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .\32xl\:tw-mx-3\.5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .\32xl\:tw-my-2\/3{
    margin-top: 66.666%;
    margin-bottom: 66.666%;
  }

  .\32xl\:tw-mx-2\/3{
    margin-left: 66.666%;
    margin-right: 66.666%;
  }

  .\32xl\:tw-my-3\/2{
    margin-top: 150%;
    margin-bottom: 150%;
  }

  .\32xl\:tw-mx-3\/2{
    margin-left: 150%;
    margin-right: 150%;
  }

  .\32xl\:tw-my-square{
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .\32xl\:tw-mx-square{
    margin-left: 100%;
    margin-right: 100%;
  }

  .\32xl\:tw-my-58px{
    margin-top: 58px;
    margin-bottom: 58px;
  }

  .\32xl\:tw-mx-58px{
    margin-left: 58px;
    margin-right: 58px;
  }

  .\32xl\:tw-my-63px{
    margin-top: 63px;
    margin-bottom: 63px;
  }

  .\32xl\:tw-mx-63px{
    margin-left: 63px;
    margin-right: 63px;
  }

  .\32xl\:tw-my-73px{
    margin-top: 73.px;
    margin-bottom: 73.px;
  }

  .\32xl\:tw-mx-73px{
    margin-left: 73.px;
    margin-right: 73.px;
  }

  .\32xl\:tw--my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .\32xl\:tw--mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .\32xl\:tw--my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .\32xl\:tw--mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .\32xl\:tw--my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .\32xl\:tw--mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .\32xl\:tw--my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .\32xl\:tw--mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .\32xl\:tw--my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .\32xl\:tw--mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .\32xl\:tw--my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .\32xl\:tw--mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .\32xl\:tw--my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .\32xl\:tw--mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .\32xl\:tw--my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .\32xl\:tw--mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .\32xl\:tw--my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .\32xl\:tw--mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .\32xl\:tw--my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .\32xl\:tw--mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .\32xl\:tw--my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .\32xl\:tw--mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .\32xl\:tw--my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .\32xl\:tw--mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .\32xl\:tw--my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .\32xl\:tw--mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .\32xl\:tw--my-13{
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .\32xl\:tw--mx-13{
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .\32xl\:tw--my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .\32xl\:tw--mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .\32xl\:tw--my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .\32xl\:tw--mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .\32xl\:tw--my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .\32xl\:tw--mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .\32xl\:tw--my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .\32xl\:tw--mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .\32xl\:tw--my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .\32xl\:tw--mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .\32xl\:tw--my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .\32xl\:tw--mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .\32xl\:tw--my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .\32xl\:tw--mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .\32xl\:tw--my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .\32xl\:tw--mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .\32xl\:tw--my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .\32xl\:tw--mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .\32xl\:tw--my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .\32xl\:tw--mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .\32xl\:tw--my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .\32xl\:tw--mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .\32xl\:tw--my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .\32xl\:tw--mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .\32xl\:tw--my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .\32xl\:tw--mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .\32xl\:tw--my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .\32xl\:tw--mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .\32xl\:tw--my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .\32xl\:tw--mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .\32xl\:tw--my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .\32xl\:tw--mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .\32xl\:tw--my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .\32xl\:tw--mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .\32xl\:tw--my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .\32xl\:tw--mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .\32xl\:tw--my-0\.5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .\32xl\:tw--mx-0\.5{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .\32xl\:tw--my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .\32xl\:tw--mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .\32xl\:tw--my-2\.5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .\32xl\:tw--mx-2\.5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .\32xl\:tw--my-3\.5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .\32xl\:tw--mx-3\.5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .\32xl\:tw--my-2\/3{
    margin-top: -66.666%;
    margin-bottom: -66.666%;
  }

  .\32xl\:tw--mx-2\/3{
    margin-left: -66.666%;
    margin-right: -66.666%;
  }

  .\32xl\:tw--my-3\/2{
    margin-top: -150%;
    margin-bottom: -150%;
  }

  .\32xl\:tw--mx-3\/2{
    margin-left: -150%;
    margin-right: -150%;
  }

  .\32xl\:tw--my-square{
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .\32xl\:tw--mx-square{
    margin-left: -100%;
    margin-right: -100%;
  }

  .\32xl\:tw--my-58px{
    margin-top: -58px;
    margin-bottom: -58px;
  }

  .\32xl\:tw--mx-58px{
    margin-left: -58px;
    margin-right: -58px;
  }

  .\32xl\:tw--my-63px{
    margin-top: -63px;
    margin-bottom: -63px;
  }

  .\32xl\:tw--mx-63px{
    margin-left: -63px;
    margin-right: -63px;
  }

  .\32xl\:tw--my-73px{
    margin-top: -73px;
    margin-bottom: -73px;
  }

  .\32xl\:tw--mx-73px{
    margin-left: -73px;
    margin-right: -73px;
  }

  .\32xl\:tw-mt-0{
    margin-top: 0px;
  }

  .\32xl\:tw-mr-0{
    margin-right: 0px;
  }

  .\32xl\:tw-mb-0{
    margin-bottom: 0px;
  }

  .\32xl\:tw-ml-0{
    margin-left: 0px;
  }

  .\32xl\:tw-mt-1{
    margin-top: 0.25rem;
  }

  .\32xl\:tw-mr-1{
    margin-right: 0.25rem;
  }

  .\32xl\:tw-mb-1{
    margin-bottom: 0.25rem;
  }

  .\32xl\:tw-ml-1{
    margin-left: 0.25rem;
  }

  .\32xl\:tw-mt-2{
    margin-top: 0.5rem;
  }

  .\32xl\:tw-mr-2{
    margin-right: 0.5rem;
  }

  .\32xl\:tw-mb-2{
    margin-bottom: 0.5rem;
  }

  .\32xl\:tw-ml-2{
    margin-left: 0.5rem;
  }

  .\32xl\:tw-mt-3{
    margin-top: 0.75rem;
  }

  .\32xl\:tw-mr-3{
    margin-right: 0.75rem;
  }

  .\32xl\:tw-mb-3{
    margin-bottom: 0.75rem;
  }

  .\32xl\:tw-ml-3{
    margin-left: 0.75rem;
  }

  .\32xl\:tw-mt-4{
    margin-top: 1rem;
  }

  .\32xl\:tw-mr-4{
    margin-right: 1rem;
  }

  .\32xl\:tw-mb-4{
    margin-bottom: 1rem;
  }

  .\32xl\:tw-ml-4{
    margin-left: 1rem;
  }

  .\32xl\:tw-mt-5{
    margin-top: 1.25rem;
  }

  .\32xl\:tw-mr-5{
    margin-right: 1.25rem;
  }

  .\32xl\:tw-mb-5{
    margin-bottom: 1.25rem;
  }

  .\32xl\:tw-ml-5{
    margin-left: 1.25rem;
  }

  .\32xl\:tw-mt-6{
    margin-top: 1.5rem;
  }

  .\32xl\:tw-mr-6{
    margin-right: 1.5rem;
  }

  .\32xl\:tw-mb-6{
    margin-bottom: 1.5rem;
  }

  .\32xl\:tw-ml-6{
    margin-left: 1.5rem;
  }

  .\32xl\:tw-mt-7{
    margin-top: 1.75rem;
  }

  .\32xl\:tw-mr-7{
    margin-right: 1.75rem;
  }

  .\32xl\:tw-mb-7{
    margin-bottom: 1.75rem;
  }

  .\32xl\:tw-ml-7{
    margin-left: 1.75rem;
  }

  .\32xl\:tw-mt-8{
    margin-top: 2rem;
  }

  .\32xl\:tw-mr-8{
    margin-right: 2rem;
  }

  .\32xl\:tw-mb-8{
    margin-bottom: 2rem;
  }

  .\32xl\:tw-ml-8{
    margin-left: 2rem;
  }

  .\32xl\:tw-mt-9{
    margin-top: 2.25rem;
  }

  .\32xl\:tw-mr-9{
    margin-right: 2.25rem;
  }

  .\32xl\:tw-mb-9{
    margin-bottom: 2.25rem;
  }

  .\32xl\:tw-ml-9{
    margin-left: 2.25rem;
  }

  .\32xl\:tw-mt-10{
    margin-top: 2.5rem;
  }

  .\32xl\:tw-mr-10{
    margin-right: 2.5rem;
  }

  .\32xl\:tw-mb-10{
    margin-bottom: 2.5rem;
  }

  .\32xl\:tw-ml-10{
    margin-left: 2.5rem;
  }

  .\32xl\:tw-mt-11{
    margin-top: 2.75rem;
  }

  .\32xl\:tw-mr-11{
    margin-right: 2.75rem;
  }

  .\32xl\:tw-mb-11{
    margin-bottom: 2.75rem;
  }

  .\32xl\:tw-ml-11{
    margin-left: 2.75rem;
  }

  .\32xl\:tw-mt-12{
    margin-top: 3rem;
  }

  .\32xl\:tw-mr-12{
    margin-right: 3rem;
  }

  .\32xl\:tw-mb-12{
    margin-bottom: 3rem;
  }

  .\32xl\:tw-ml-12{
    margin-left: 3rem;
  }

  .\32xl\:tw-mt-13{
    margin-top: 3.25rem;
  }

  .\32xl\:tw-mr-13{
    margin-right: 3.25rem;
  }

  .\32xl\:tw-mb-13{
    margin-bottom: 3.25rem;
  }

  .\32xl\:tw-ml-13{
    margin-left: 3.25rem;
  }

  .\32xl\:tw-mt-14{
    margin-top: 3.5rem;
  }

  .\32xl\:tw-mr-14{
    margin-right: 3.5rem;
  }

  .\32xl\:tw-mb-14{
    margin-bottom: 3.5rem;
  }

  .\32xl\:tw-ml-14{
    margin-left: 3.5rem;
  }

  .\32xl\:tw-mt-16{
    margin-top: 4rem;
  }

  .\32xl\:tw-mr-16{
    margin-right: 4rem;
  }

  .\32xl\:tw-mb-16{
    margin-bottom: 4rem;
  }

  .\32xl\:tw-ml-16{
    margin-left: 4rem;
  }

  .\32xl\:tw-mt-20{
    margin-top: 5rem;
  }

  .\32xl\:tw-mr-20{
    margin-right: 5rem;
  }

  .\32xl\:tw-mb-20{
    margin-bottom: 5rem;
  }

  .\32xl\:tw-ml-20{
    margin-left: 5rem;
  }

  .\32xl\:tw-mt-24{
    margin-top: 6rem;
  }

  .\32xl\:tw-mr-24{
    margin-right: 6rem;
  }

  .\32xl\:tw-mb-24{
    margin-bottom: 6rem;
  }

  .\32xl\:tw-ml-24{
    margin-left: 6rem;
  }

  .\32xl\:tw-mt-28{
    margin-top: 7rem;
  }

  .\32xl\:tw-mr-28{
    margin-right: 7rem;
  }

  .\32xl\:tw-mb-28{
    margin-bottom: 7rem;
  }

  .\32xl\:tw-ml-28{
    margin-left: 7rem;
  }

  .\32xl\:tw-mt-32{
    margin-top: 8rem;
  }

  .\32xl\:tw-mr-32{
    margin-right: 8rem;
  }

  .\32xl\:tw-mb-32{
    margin-bottom: 8rem;
  }

  .\32xl\:tw-ml-32{
    margin-left: 8rem;
  }

  .\32xl\:tw-mt-36{
    margin-top: 9rem;
  }

  .\32xl\:tw-mr-36{
    margin-right: 9rem;
  }

  .\32xl\:tw-mb-36{
    margin-bottom: 9rem;
  }

  .\32xl\:tw-ml-36{
    margin-left: 9rem;
  }

  .\32xl\:tw-mt-40{
    margin-top: 10rem;
  }

  .\32xl\:tw-mr-40{
    margin-right: 10rem;
  }

  .\32xl\:tw-mb-40{
    margin-bottom: 10rem;
  }

  .\32xl\:tw-ml-40{
    margin-left: 10rem;
  }

  .\32xl\:tw-mt-44{
    margin-top: 11rem;
  }

  .\32xl\:tw-mr-44{
    margin-right: 11rem;
  }

  .\32xl\:tw-mb-44{
    margin-bottom: 11rem;
  }

  .\32xl\:tw-ml-44{
    margin-left: 11rem;
  }

  .\32xl\:tw-mt-48{
    margin-top: 12rem;
  }

  .\32xl\:tw-mr-48{
    margin-right: 12rem;
  }

  .\32xl\:tw-mb-48{
    margin-bottom: 12rem;
  }

  .\32xl\:tw-ml-48{
    margin-left: 12rem;
  }

  .\32xl\:tw-mt-52{
    margin-top: 13rem;
  }

  .\32xl\:tw-mr-52{
    margin-right: 13rem;
  }

  .\32xl\:tw-mb-52{
    margin-bottom: 13rem;
  }

  .\32xl\:tw-ml-52{
    margin-left: 13rem;
  }

  .\32xl\:tw-mt-56{
    margin-top: 14rem;
  }

  .\32xl\:tw-mr-56{
    margin-right: 14rem;
  }

  .\32xl\:tw-mb-56{
    margin-bottom: 14rem;
  }

  .\32xl\:tw-ml-56{
    margin-left: 14rem;
  }

  .\32xl\:tw-mt-60{
    margin-top: 15rem;
  }

  .\32xl\:tw-mr-60{
    margin-right: 15rem;
  }

  .\32xl\:tw-mb-60{
    margin-bottom: 15rem;
  }

  .\32xl\:tw-ml-60{
    margin-left: 15rem;
  }

  .\32xl\:tw-mt-64{
    margin-top: 16rem;
  }

  .\32xl\:tw-mr-64{
    margin-right: 16rem;
  }

  .\32xl\:tw-mb-64{
    margin-bottom: 16rem;
  }

  .\32xl\:tw-ml-64{
    margin-left: 16rem;
  }

  .\32xl\:tw-mt-72{
    margin-top: 18rem;
  }

  .\32xl\:tw-mr-72{
    margin-right: 18rem;
  }

  .\32xl\:tw-mb-72{
    margin-bottom: 18rem;
  }

  .\32xl\:tw-ml-72{
    margin-left: 18rem;
  }

  .\32xl\:tw-mt-80{
    margin-top: 20rem;
  }

  .\32xl\:tw-mr-80{
    margin-right: 20rem;
  }

  .\32xl\:tw-mb-80{
    margin-bottom: 20rem;
  }

  .\32xl\:tw-ml-80{
    margin-left: 20rem;
  }

  .\32xl\:tw-mt-96{
    margin-top: 24rem;
  }

  .\32xl\:tw-mr-96{
    margin-right: 24rem;
  }

  .\32xl\:tw-mb-96{
    margin-bottom: 24rem;
  }

  .\32xl\:tw-ml-96{
    margin-left: 24rem;
  }

  .\32xl\:tw-mt-auto{
    margin-top: auto;
  }

  .\32xl\:tw-mr-auto{
    margin-right: auto;
  }

  .\32xl\:tw-mb-auto{
    margin-bottom: auto;
  }

  .\32xl\:tw-ml-auto{
    margin-left: auto;
  }

  .\32xl\:tw-mt-px{
    margin-top: 1px;
  }

  .\32xl\:tw-mr-px{
    margin-right: 1px;
  }

  .\32xl\:tw-mb-px{
    margin-bottom: 1px;
  }

  .\32xl\:tw-ml-px{
    margin-left: 1px;
  }

  .\32xl\:tw-mt-0\.5{
    margin-top: 0.125rem;
  }

  .\32xl\:tw-mr-0\.5{
    margin-right: 0.125rem;
  }

  .\32xl\:tw-mb-0\.5{
    margin-bottom: 0.125rem;
  }

  .\32xl\:tw-ml-0\.5{
    margin-left: 0.125rem;
  }

  .\32xl\:tw-mt-1\.5{
    margin-top: 0.375rem;
  }

  .\32xl\:tw-mr-1\.5{
    margin-right: 0.375rem;
  }

  .\32xl\:tw-mb-1\.5{
    margin-bottom: 0.375rem;
  }

  .\32xl\:tw-ml-1\.5{
    margin-left: 0.375rem;
  }

  .\32xl\:tw-mt-2\.5{
    margin-top: 0.625rem;
  }

  .\32xl\:tw-mr-2\.5{
    margin-right: 0.625rem;
  }

  .\32xl\:tw-mb-2\.5{
    margin-bottom: 0.625rem;
  }

  .\32xl\:tw-ml-2\.5{
    margin-left: 0.625rem;
  }

  .\32xl\:tw-mt-3\.5{
    margin-top: 0.875rem;
  }

  .\32xl\:tw-mr-3\.5{
    margin-right: 0.875rem;
  }

  .\32xl\:tw-mb-3\.5{
    margin-bottom: 0.875rem;
  }

  .\32xl\:tw-ml-3\.5{
    margin-left: 0.875rem;
  }

  .\32xl\:tw-mt-2\/3{
    margin-top: 66.666%;
  }

  .\32xl\:tw-mr-2\/3{
    margin-right: 66.666%;
  }

  .\32xl\:tw-mb-2\/3{
    margin-bottom: 66.666%;
  }

  .\32xl\:tw-ml-2\/3{
    margin-left: 66.666%;
  }

  .\32xl\:tw-mt-3\/2{
    margin-top: 150%;
  }

  .\32xl\:tw-mr-3\/2{
    margin-right: 150%;
  }

  .\32xl\:tw-mb-3\/2{
    margin-bottom: 150%;
  }

  .\32xl\:tw-ml-3\/2{
    margin-left: 150%;
  }

  .\32xl\:tw-mt-square{
    margin-top: 100%;
  }

  .\32xl\:tw-mr-square{
    margin-right: 100%;
  }

  .\32xl\:tw-mb-square{
    margin-bottom: 100%;
  }

  .\32xl\:tw-ml-square{
    margin-left: 100%;
  }

  .\32xl\:tw-mt-58px{
    margin-top: 58px;
  }

  .\32xl\:tw-mr-58px{
    margin-right: 58px;
  }

  .\32xl\:tw-mb-58px{
    margin-bottom: 58px;
  }

  .\32xl\:tw-ml-58px{
    margin-left: 58px;
  }

  .\32xl\:tw-mt-63px{
    margin-top: 63px;
  }

  .\32xl\:tw-mr-63px{
    margin-right: 63px;
  }

  .\32xl\:tw-mb-63px{
    margin-bottom: 63px;
  }

  .\32xl\:tw-ml-63px{
    margin-left: 63px;
  }

  .\32xl\:tw-mt-73px{
    margin-top: 73.px;
  }

  .\32xl\:tw-mr-73px{
    margin-right: 73.px;
  }

  .\32xl\:tw-mb-73px{
    margin-bottom: 73.px;
  }

  .\32xl\:tw-ml-73px{
    margin-left: 73.px;
  }

  .\32xl\:tw--mt-0{
    margin-top: 0px;
  }

  .\32xl\:tw--mr-0{
    margin-right: 0px;
  }

  .\32xl\:tw--mb-0{
    margin-bottom: 0px;
  }

  .\32xl\:tw--ml-0{
    margin-left: 0px;
  }

  .\32xl\:tw--mt-1{
    margin-top: -0.25rem;
  }

  .\32xl\:tw--mr-1{
    margin-right: -0.25rem;
  }

  .\32xl\:tw--mb-1{
    margin-bottom: -0.25rem;
  }

  .\32xl\:tw--ml-1{
    margin-left: -0.25rem;
  }

  .\32xl\:tw--mt-2{
    margin-top: -0.5rem;
  }

  .\32xl\:tw--mr-2{
    margin-right: -0.5rem;
  }

  .\32xl\:tw--mb-2{
    margin-bottom: -0.5rem;
  }

  .\32xl\:tw--ml-2{
    margin-left: -0.5rem;
  }

  .\32xl\:tw--mt-3{
    margin-top: -0.75rem;
  }

  .\32xl\:tw--mr-3{
    margin-right: -0.75rem;
  }

  .\32xl\:tw--mb-3{
    margin-bottom: -0.75rem;
  }

  .\32xl\:tw--ml-3{
    margin-left: -0.75rem;
  }

  .\32xl\:tw--mt-4{
    margin-top: -1rem;
  }

  .\32xl\:tw--mr-4{
    margin-right: -1rem;
  }

  .\32xl\:tw--mb-4{
    margin-bottom: -1rem;
  }

  .\32xl\:tw--ml-4{
    margin-left: -1rem;
  }

  .\32xl\:tw--mt-5{
    margin-top: -1.25rem;
  }

  .\32xl\:tw--mr-5{
    margin-right: -1.25rem;
  }

  .\32xl\:tw--mb-5{
    margin-bottom: -1.25rem;
  }

  .\32xl\:tw--ml-5{
    margin-left: -1.25rem;
  }

  .\32xl\:tw--mt-6{
    margin-top: -1.5rem;
  }

  .\32xl\:tw--mr-6{
    margin-right: -1.5rem;
  }

  .\32xl\:tw--mb-6{
    margin-bottom: -1.5rem;
  }

  .\32xl\:tw--ml-6{
    margin-left: -1.5rem;
  }

  .\32xl\:tw--mt-7{
    margin-top: -1.75rem;
  }

  .\32xl\:tw--mr-7{
    margin-right: -1.75rem;
  }

  .\32xl\:tw--mb-7{
    margin-bottom: -1.75rem;
  }

  .\32xl\:tw--ml-7{
    margin-left: -1.75rem;
  }

  .\32xl\:tw--mt-8{
    margin-top: -2rem;
  }

  .\32xl\:tw--mr-8{
    margin-right: -2rem;
  }

  .\32xl\:tw--mb-8{
    margin-bottom: -2rem;
  }

  .\32xl\:tw--ml-8{
    margin-left: -2rem;
  }

  .\32xl\:tw--mt-9{
    margin-top: -2.25rem;
  }

  .\32xl\:tw--mr-9{
    margin-right: -2.25rem;
  }

  .\32xl\:tw--mb-9{
    margin-bottom: -2.25rem;
  }

  .\32xl\:tw--ml-9{
    margin-left: -2.25rem;
  }

  .\32xl\:tw--mt-10{
    margin-top: -2.5rem;
  }

  .\32xl\:tw--mr-10{
    margin-right: -2.5rem;
  }

  .\32xl\:tw--mb-10{
    margin-bottom: -2.5rem;
  }

  .\32xl\:tw--ml-10{
    margin-left: -2.5rem;
  }

  .\32xl\:tw--mt-11{
    margin-top: -2.75rem;
  }

  .\32xl\:tw--mr-11{
    margin-right: -2.75rem;
  }

  .\32xl\:tw--mb-11{
    margin-bottom: -2.75rem;
  }

  .\32xl\:tw--ml-11{
    margin-left: -2.75rem;
  }

  .\32xl\:tw--mt-12{
    margin-top: -3rem;
  }

  .\32xl\:tw--mr-12{
    margin-right: -3rem;
  }

  .\32xl\:tw--mb-12{
    margin-bottom: -3rem;
  }

  .\32xl\:tw--ml-12{
    margin-left: -3rem;
  }

  .\32xl\:tw--mt-13{
    margin-top: -3.25rem;
  }

  .\32xl\:tw--mr-13{
    margin-right: -3.25rem;
  }

  .\32xl\:tw--mb-13{
    margin-bottom: -3.25rem;
  }

  .\32xl\:tw--ml-13{
    margin-left: -3.25rem;
  }

  .\32xl\:tw--mt-14{
    margin-top: -3.5rem;
  }

  .\32xl\:tw--mr-14{
    margin-right: -3.5rem;
  }

  .\32xl\:tw--mb-14{
    margin-bottom: -3.5rem;
  }

  .\32xl\:tw--ml-14{
    margin-left: -3.5rem;
  }

  .\32xl\:tw--mt-16{
    margin-top: -4rem;
  }

  .\32xl\:tw--mr-16{
    margin-right: -4rem;
  }

  .\32xl\:tw--mb-16{
    margin-bottom: -4rem;
  }

  .\32xl\:tw--ml-16{
    margin-left: -4rem;
  }

  .\32xl\:tw--mt-20{
    margin-top: -5rem;
  }

  .\32xl\:tw--mr-20{
    margin-right: -5rem;
  }

  .\32xl\:tw--mb-20{
    margin-bottom: -5rem;
  }

  .\32xl\:tw--ml-20{
    margin-left: -5rem;
  }

  .\32xl\:tw--mt-24{
    margin-top: -6rem;
  }

  .\32xl\:tw--mr-24{
    margin-right: -6rem;
  }

  .\32xl\:tw--mb-24{
    margin-bottom: -6rem;
  }

  .\32xl\:tw--ml-24{
    margin-left: -6rem;
  }

  .\32xl\:tw--mt-28{
    margin-top: -7rem;
  }

  .\32xl\:tw--mr-28{
    margin-right: -7rem;
  }

  .\32xl\:tw--mb-28{
    margin-bottom: -7rem;
  }

  .\32xl\:tw--ml-28{
    margin-left: -7rem;
  }

  .\32xl\:tw--mt-32{
    margin-top: -8rem;
  }

  .\32xl\:tw--mr-32{
    margin-right: -8rem;
  }

  .\32xl\:tw--mb-32{
    margin-bottom: -8rem;
  }

  .\32xl\:tw--ml-32{
    margin-left: -8rem;
  }

  .\32xl\:tw--mt-36{
    margin-top: -9rem;
  }

  .\32xl\:tw--mr-36{
    margin-right: -9rem;
  }

  .\32xl\:tw--mb-36{
    margin-bottom: -9rem;
  }

  .\32xl\:tw--ml-36{
    margin-left: -9rem;
  }

  .\32xl\:tw--mt-40{
    margin-top: -10rem;
  }

  .\32xl\:tw--mr-40{
    margin-right: -10rem;
  }

  .\32xl\:tw--mb-40{
    margin-bottom: -10rem;
  }

  .\32xl\:tw--ml-40{
    margin-left: -10rem;
  }

  .\32xl\:tw--mt-44{
    margin-top: -11rem;
  }

  .\32xl\:tw--mr-44{
    margin-right: -11rem;
  }

  .\32xl\:tw--mb-44{
    margin-bottom: -11rem;
  }

  .\32xl\:tw--ml-44{
    margin-left: -11rem;
  }

  .\32xl\:tw--mt-48{
    margin-top: -12rem;
  }

  .\32xl\:tw--mr-48{
    margin-right: -12rem;
  }

  .\32xl\:tw--mb-48{
    margin-bottom: -12rem;
  }

  .\32xl\:tw--ml-48{
    margin-left: -12rem;
  }

  .\32xl\:tw--mt-52{
    margin-top: -13rem;
  }

  .\32xl\:tw--mr-52{
    margin-right: -13rem;
  }

  .\32xl\:tw--mb-52{
    margin-bottom: -13rem;
  }

  .\32xl\:tw--ml-52{
    margin-left: -13rem;
  }

  .\32xl\:tw--mt-56{
    margin-top: -14rem;
  }

  .\32xl\:tw--mr-56{
    margin-right: -14rem;
  }

  .\32xl\:tw--mb-56{
    margin-bottom: -14rem;
  }

  .\32xl\:tw--ml-56{
    margin-left: -14rem;
  }

  .\32xl\:tw--mt-60{
    margin-top: -15rem;
  }

  .\32xl\:tw--mr-60{
    margin-right: -15rem;
  }

  .\32xl\:tw--mb-60{
    margin-bottom: -15rem;
  }

  .\32xl\:tw--ml-60{
    margin-left: -15rem;
  }

  .\32xl\:tw--mt-64{
    margin-top: -16rem;
  }

  .\32xl\:tw--mr-64{
    margin-right: -16rem;
  }

  .\32xl\:tw--mb-64{
    margin-bottom: -16rem;
  }

  .\32xl\:tw--ml-64{
    margin-left: -16rem;
  }

  .\32xl\:tw--mt-72{
    margin-top: -18rem;
  }

  .\32xl\:tw--mr-72{
    margin-right: -18rem;
  }

  .\32xl\:tw--mb-72{
    margin-bottom: -18rem;
  }

  .\32xl\:tw--ml-72{
    margin-left: -18rem;
  }

  .\32xl\:tw--mt-80{
    margin-top: -20rem;
  }

  .\32xl\:tw--mr-80{
    margin-right: -20rem;
  }

  .\32xl\:tw--mb-80{
    margin-bottom: -20rem;
  }

  .\32xl\:tw--ml-80{
    margin-left: -20rem;
  }

  .\32xl\:tw--mt-96{
    margin-top: -24rem;
  }

  .\32xl\:tw--mr-96{
    margin-right: -24rem;
  }

  .\32xl\:tw--mb-96{
    margin-bottom: -24rem;
  }

  .\32xl\:tw--ml-96{
    margin-left: -24rem;
  }

  .\32xl\:tw--mt-px{
    margin-top: -1px;
  }

  .\32xl\:tw--mr-px{
    margin-right: -1px;
  }

  .\32xl\:tw--mb-px{
    margin-bottom: -1px;
  }

  .\32xl\:tw--ml-px{
    margin-left: -1px;
  }

  .\32xl\:tw--mt-0\.5{
    margin-top: -0.125rem;
  }

  .\32xl\:tw--mr-0\.5{
    margin-right: -0.125rem;
  }

  .\32xl\:tw--mb-0\.5{
    margin-bottom: -0.125rem;
  }

  .\32xl\:tw--ml-0\.5{
    margin-left: -0.125rem;
  }

  .\32xl\:tw--mt-1\.5{
    margin-top: -0.375rem;
  }

  .\32xl\:tw--mr-1\.5{
    margin-right: -0.375rem;
  }

  .\32xl\:tw--mb-1\.5{
    margin-bottom: -0.375rem;
  }

  .\32xl\:tw--ml-1\.5{
    margin-left: -0.375rem;
  }

  .\32xl\:tw--mt-2\.5{
    margin-top: -0.625rem;
  }

  .\32xl\:tw--mr-2\.5{
    margin-right: -0.625rem;
  }

  .\32xl\:tw--mb-2\.5{
    margin-bottom: -0.625rem;
  }

  .\32xl\:tw--ml-2\.5{
    margin-left: -0.625rem;
  }

  .\32xl\:tw--mt-3\.5{
    margin-top: -0.875rem;
  }

  .\32xl\:tw--mr-3\.5{
    margin-right: -0.875rem;
  }

  .\32xl\:tw--mb-3\.5{
    margin-bottom: -0.875rem;
  }

  .\32xl\:tw--ml-3\.5{
    margin-left: -0.875rem;
  }

  .\32xl\:tw--mt-2\/3{
    margin-top: -66.666%;
  }

  .\32xl\:tw--mr-2\/3{
    margin-right: -66.666%;
  }

  .\32xl\:tw--mb-2\/3{
    margin-bottom: -66.666%;
  }

  .\32xl\:tw--ml-2\/3{
    margin-left: -66.666%;
  }

  .\32xl\:tw--mt-3\/2{
    margin-top: -150%;
  }

  .\32xl\:tw--mr-3\/2{
    margin-right: -150%;
  }

  .\32xl\:tw--mb-3\/2{
    margin-bottom: -150%;
  }

  .\32xl\:tw--ml-3\/2{
    margin-left: -150%;
  }

  .\32xl\:tw--mt-square{
    margin-top: -100%;
  }

  .\32xl\:tw--mr-square{
    margin-right: -100%;
  }

  .\32xl\:tw--mb-square{
    margin-bottom: -100%;
  }

  .\32xl\:tw--ml-square{
    margin-left: -100%;
  }

  .\32xl\:tw--mt-58px{
    margin-top: -58px;
  }

  .\32xl\:tw--mr-58px{
    margin-right: -58px;
  }

  .\32xl\:tw--mb-58px{
    margin-bottom: -58px;
  }

  .\32xl\:tw--ml-58px{
    margin-left: -58px;
  }

  .\32xl\:tw--mt-63px{
    margin-top: -63px;
  }

  .\32xl\:tw--mr-63px{
    margin-right: -63px;
  }

  .\32xl\:tw--mb-63px{
    margin-bottom: -63px;
  }

  .\32xl\:tw--ml-63px{
    margin-left: -63px;
  }

  .\32xl\:tw--mt-73px{
    margin-top: -73px;
  }

  .\32xl\:tw--mr-73px{
    margin-right: -73px;
  }

  .\32xl\:tw--mb-73px{
    margin-bottom: -73px;
  }

  .\32xl\:tw--ml-73px{
    margin-left: -73px;
  }

  .\32xl\:tw-max-h-0{
    max-height: 0px;
  }

  .\32xl\:tw-max-h-1{
    max-height: 0.25rem;
  }

  .\32xl\:tw-max-h-2{
    max-height: 0.5rem;
  }

  .\32xl\:tw-max-h-3{
    max-height: 0.75rem;
  }

  .\32xl\:tw-max-h-4{
    max-height: 1rem;
  }

  .\32xl\:tw-max-h-5{
    max-height: 1.25rem;
  }

  .\32xl\:tw-max-h-6{
    max-height: 1.5rem;
  }

  .\32xl\:tw-max-h-7{
    max-height: 1.75rem;
  }

  .\32xl\:tw-max-h-8{
    max-height: 2rem;
  }

  .\32xl\:tw-max-h-9{
    max-height: 2.25rem;
  }

  .\32xl\:tw-max-h-10{
    max-height: 2.5rem;
  }

  .\32xl\:tw-max-h-11{
    max-height: 2.75rem;
  }

  .\32xl\:tw-max-h-12{
    max-height: 3rem;
  }

  .\32xl\:tw-max-h-13{
    max-height: 3.25rem;
  }

  .\32xl\:tw-max-h-14{
    max-height: 3.5rem;
  }

  .\32xl\:tw-max-h-16{
    max-height: 4rem;
  }

  .\32xl\:tw-max-h-20{
    max-height: 5rem;
  }

  .\32xl\:tw-max-h-24{
    max-height: 6rem;
  }

  .\32xl\:tw-max-h-28{
    max-height: 7rem;
  }

  .\32xl\:tw-max-h-32{
    max-height: 8rem;
  }

  .\32xl\:tw-max-h-36{
    max-height: 9rem;
  }

  .\32xl\:tw-max-h-40{
    max-height: 10rem;
  }

  .\32xl\:tw-max-h-44{
    max-height: 11rem;
  }

  .\32xl\:tw-max-h-48{
    max-height: 12rem;
  }

  .\32xl\:tw-max-h-52{
    max-height: 13rem;
  }

  .\32xl\:tw-max-h-56{
    max-height: 14rem;
  }

  .\32xl\:tw-max-h-60{
    max-height: 15rem;
  }

  .\32xl\:tw-max-h-64{
    max-height: 16rem;
  }

  .\32xl\:tw-max-h-72{
    max-height: 18rem;
  }

  .\32xl\:tw-max-h-80{
    max-height: 20rem;
  }

  .\32xl\:tw-max-h-96{
    max-height: 24rem;
  }

  .\32xl\:tw-max-h-px{
    max-height: 1px;
  }

  .\32xl\:tw-max-h-0\.5{
    max-height: 0.125rem;
  }

  .\32xl\:tw-max-h-1\.5{
    max-height: 0.375rem;
  }

  .\32xl\:tw-max-h-2\.5{
    max-height: 0.625rem;
  }

  .\32xl\:tw-max-h-3\.5{
    max-height: 0.875rem;
  }

  .\32xl\:tw-max-h-2\/3{
    max-height: 66.666%;
  }

  .\32xl\:tw-max-h-3\/2{
    max-height: 150%;
  }

  .\32xl\:tw-max-h-square{
    max-height: 100%;
  }

  .\32xl\:tw-max-h-58px{
    max-height: 58px;
  }

  .\32xl\:tw-max-h-63px{
    max-height: 63px;
  }

  .\32xl\:tw-max-h-73px{
    max-height: 73.px;
  }

  .\32xl\:tw-max-h-full{
    max-height: 100%;
  }

  .\32xl\:tw-max-h-screen{
    max-height: 100vh;
  }

  .\32xl\:tw-max-w-0{
    max-width: 0rem;
  }

  .\32xl\:tw-max-w-300{
    max-width: 300px;
  }

  .\32xl\:tw-max-w-400{
    max-width: 400px;
  }

  .\32xl\:tw-max-w-800{
    max-width: 800px;
  }

  .\32xl\:tw-max-w-1000{
    max-width: 1000px;
  }

  .\32xl\:tw-max-w-none{
    max-width: none;
  }

  .\32xl\:tw-max-w-xs{
    max-width: 20rem;
  }

  .\32xl\:tw-max-w-sm{
    max-width: 24rem;
  }

  .\32xl\:tw-max-w-md{
    max-width: 28rem;
  }

  .\32xl\:tw-max-w-lg{
    max-width: 32rem;
  }

  .\32xl\:tw-max-w-xl{
    max-width: 36rem;
  }

  .\32xl\:tw-max-w-2xl{
    max-width: 42rem;
  }

  .\32xl\:tw-max-w-3xl{
    max-width: 48rem;
  }

  .\32xl\:tw-max-w-4xl{
    max-width: 56rem;
  }

  .\32xl\:tw-max-w-5xl{
    max-width: 64rem;
  }

  .\32xl\:tw-max-w-6xl{
    max-width: 72rem;
  }

  .\32xl\:tw-max-w-7xl{
    max-width: 80rem;
  }

  .\32xl\:tw-max-w-full{
    max-width: 100%;
  }

  .\32xl\:tw-max-w-min{
    max-width: min-content;
  }

  .\32xl\:tw-max-w-max{
    max-width: max-content;
  }

  .\32xl\:tw-max-w-prose{
    max-width: 65ch;
  }

  .\32xl\:tw-max-w-screen-sm{
    max-width: 576px;
  }

  .\32xl\:tw-max-w-screen-md{
    max-width: 768px;
  }

  .\32xl\:tw-max-w-screen-lg{
    max-width: 1024px;
  }

  .\32xl\:tw-max-w-screen-xl{
    max-width: 1366px;
  }

  .\32xl\:tw-max-w-screen-2xl{
    max-width: 1440px;
  }

  .\32xl\:tw-max-w-screen-3xl{
    max-width: 1600px;
  }

  .\32xl\:tw-min-h-0{
    min-height: 0px;
  }

  .\32xl\:tw-min-h-12{
    min-height: 3rem;
  }

  .\32xl\:tw-min-h-full{
    min-height: 100%;
  }

  .\32xl\:tw-min-h-screen{
    min-height: 100vh;
  }

  .\32xl\:tw-min-w-0{
    min-width: 0px;
  }

  .\32xl\:tw-min-w-50{
    min-width: 50px;
  }

  .\32xl\:tw-min-w-75{
    min-width: 75px;
  }

  .\32xl\:tw-min-w-96{
    min-width: 24rem;
  }

  .\32xl\:tw-min-w-100{
    min-width: 100px;
  }

  .\32xl\:tw-min-w-200{
    min-width: 200px;
  }

  .\32xl\:tw-min-w-300{
    min-width: 300px;
  }

  .\32xl\:tw-min-w-600{
    min-width: 600px;
  }

  .\32xl\:tw-min-w-800{
    min-width: 800px;
  }

  .\32xl\:tw-min-w-full{
    min-width: 100%;
  }

  .\32xl\:tw-min-w-min{
    min-width: min-content;
  }

  .\32xl\:tw-min-w-max{
    min-width: max-content;
  }

  .\32xl\:tw-object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .\32xl\:tw-object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .\32xl\:tw-object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .\32xl\:tw-object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .\32xl\:tw-object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .\32xl\:tw-object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .\32xl\:tw-object-center{
    -o-object-position: center;
       object-position: center;
  }

  .\32xl\:tw-object-left{
    -o-object-position: left;
       object-position: left;
  }

  .\32xl\:tw-object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .\32xl\:tw-object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .\32xl\:tw-object-right{
    -o-object-position: right;
       object-position: right;
  }

  .\32xl\:tw-object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .\32xl\:tw-object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .\32xl\:tw-object-top{
    -o-object-position: top;
       object-position: top;
  }

  .\32xl\:tw-opacity-0{
    opacity: 0;
  }

  .\32xl\:tw-opacity-5{
    opacity: 0.05;
  }

  .\32xl\:tw-opacity-10{
    opacity: 0.1;
  }

  .\32xl\:tw-opacity-20{
    opacity: 0.2;
  }

  .\32xl\:tw-opacity-25{
    opacity: 0.25;
  }

  .\32xl\:tw-opacity-30{
    opacity: 0.3;
  }

  .\32xl\:tw-opacity-40{
    opacity: 0.4;
  }

  .\32xl\:tw-opacity-50{
    opacity: 0.5;
  }

  .\32xl\:tw-opacity-60{
    opacity: 0.6;
  }

  .\32xl\:tw-opacity-70{
    opacity: 0.7;
  }

  .\32xl\:tw-opacity-75{
    opacity: 0.75;
  }

  .\32xl\:tw-opacity-80{
    opacity: 0.8;
  }

  .\32xl\:tw-opacity-90{
    opacity: 0.9;
  }

  .\32xl\:tw-opacity-95{
    opacity: 0.95;
  }

  .\32xl\:tw-opacity-100{
    opacity: 1;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-0{
    opacity: 0;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-5{
    opacity: 0.05;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-10{
    opacity: 0.1;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-20{
    opacity: 0.2;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-25{
    opacity: 0.25;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-30{
    opacity: 0.3;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-40{
    opacity: 0.4;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-50{
    opacity: 0.5;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-60{
    opacity: 0.6;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-70{
    opacity: 0.7;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-75{
    opacity: 0.75;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-80{
    opacity: 0.8;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-90{
    opacity: 0.9;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-95{
    opacity: 0.95;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-100{
    opacity: 1;
  }

  .\32xl\:focus-within\:tw-opacity-0:focus-within{
    opacity: 0;
  }

  .\32xl\:focus-within\:tw-opacity-5:focus-within{
    opacity: 0.05;
  }

  .\32xl\:focus-within\:tw-opacity-10:focus-within{
    opacity: 0.1;
  }

  .\32xl\:focus-within\:tw-opacity-20:focus-within{
    opacity: 0.2;
  }

  .\32xl\:focus-within\:tw-opacity-25:focus-within{
    opacity: 0.25;
  }

  .\32xl\:focus-within\:tw-opacity-30:focus-within{
    opacity: 0.3;
  }

  .\32xl\:focus-within\:tw-opacity-40:focus-within{
    opacity: 0.4;
  }

  .\32xl\:focus-within\:tw-opacity-50:focus-within{
    opacity: 0.5;
  }

  .\32xl\:focus-within\:tw-opacity-60:focus-within{
    opacity: 0.6;
  }

  .\32xl\:focus-within\:tw-opacity-70:focus-within{
    opacity: 0.7;
  }

  .\32xl\:focus-within\:tw-opacity-75:focus-within{
    opacity: 0.75;
  }

  .\32xl\:focus-within\:tw-opacity-80:focus-within{
    opacity: 0.8;
  }

  .\32xl\:focus-within\:tw-opacity-90:focus-within{
    opacity: 0.9;
  }

  .\32xl\:focus-within\:tw-opacity-95:focus-within{
    opacity: 0.95;
  }

  .\32xl\:focus-within\:tw-opacity-100:focus-within{
    opacity: 1;
  }

  .\32xl\:hover\:tw-opacity-0:hover{
    opacity: 0;
  }

  .\32xl\:hover\:tw-opacity-5:hover{
    opacity: 0.05;
  }

  .\32xl\:hover\:tw-opacity-10:hover{
    opacity: 0.1;
  }

  .\32xl\:hover\:tw-opacity-20:hover{
    opacity: 0.2;
  }

  .\32xl\:hover\:tw-opacity-25:hover{
    opacity: 0.25;
  }

  .\32xl\:hover\:tw-opacity-30:hover{
    opacity: 0.3;
  }

  .\32xl\:hover\:tw-opacity-40:hover{
    opacity: 0.4;
  }

  .\32xl\:hover\:tw-opacity-50:hover{
    opacity: 0.5;
  }

  .\32xl\:hover\:tw-opacity-60:hover{
    opacity: 0.6;
  }

  .\32xl\:hover\:tw-opacity-70:hover{
    opacity: 0.7;
  }

  .\32xl\:hover\:tw-opacity-75:hover{
    opacity: 0.75;
  }

  .\32xl\:hover\:tw-opacity-80:hover{
    opacity: 0.8;
  }

  .\32xl\:hover\:tw-opacity-90:hover{
    opacity: 0.9;
  }

  .\32xl\:hover\:tw-opacity-95:hover{
    opacity: 0.95;
  }

  .\32xl\:hover\:tw-opacity-100:hover{
    opacity: 1;
  }

  .\32xl\:focus\:tw-opacity-0:focus{
    opacity: 0;
  }

  .\32xl\:focus\:tw-opacity-5:focus{
    opacity: 0.05;
  }

  .\32xl\:focus\:tw-opacity-10:focus{
    opacity: 0.1;
  }

  .\32xl\:focus\:tw-opacity-20:focus{
    opacity: 0.2;
  }

  .\32xl\:focus\:tw-opacity-25:focus{
    opacity: 0.25;
  }

  .\32xl\:focus\:tw-opacity-30:focus{
    opacity: 0.3;
  }

  .\32xl\:focus\:tw-opacity-40:focus{
    opacity: 0.4;
  }

  .\32xl\:focus\:tw-opacity-50:focus{
    opacity: 0.5;
  }

  .\32xl\:focus\:tw-opacity-60:focus{
    opacity: 0.6;
  }

  .\32xl\:focus\:tw-opacity-70:focus{
    opacity: 0.7;
  }

  .\32xl\:focus\:tw-opacity-75:focus{
    opacity: 0.75;
  }

  .\32xl\:focus\:tw-opacity-80:focus{
    opacity: 0.8;
  }

  .\32xl\:focus\:tw-opacity-90:focus{
    opacity: 0.9;
  }

  .\32xl\:focus\:tw-opacity-95:focus{
    opacity: 0.95;
  }

  .\32xl\:focus\:tw-opacity-100:focus{
    opacity: 1;
  }

  .\32xl\:tw-outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .\32xl\:tw-outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .\32xl\:tw-outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .\32xl\:focus-within\:tw-outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .\32xl\:focus-within\:tw-outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .\32xl\:focus-within\:tw-outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .\32xl\:focus\:tw-outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .\32xl\:focus\:tw-outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .\32xl\:focus\:tw-outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .\32xl\:tw-overflow-auto{
    overflow: auto;
  }

  .\32xl\:tw-overflow-hidden{
    overflow: hidden;
  }

  .\32xl\:tw-overflow-visible{
    overflow: visible;
  }

  .\32xl\:tw-overflow-scroll{
    overflow: scroll;
  }

  .\32xl\:tw-overflow-x-auto{
    overflow-x: auto;
  }

  .\32xl\:tw-overflow-y-auto{
    overflow-y: auto;
  }

  .\32xl\:tw-overflow-x-hidden{
    overflow-x: hidden;
  }

  .\32xl\:tw-overflow-y-hidden{
    overflow-y: hidden;
  }

  .\32xl\:tw-overflow-x-visible{
    overflow-x: visible;
  }

  .\32xl\:tw-overflow-y-visible{
    overflow-y: visible;
  }

  .\32xl\:tw-overflow-x-scroll{
    overflow-x: scroll;
  }

  .\32xl\:tw-overflow-y-scroll{
    overflow-y: scroll;
  }

  .\32xl\:tw-overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .\32xl\:tw-overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .\32xl\:tw-overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .\32xl\:tw-overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .\32xl\:tw-overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .\32xl\:tw-overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .\32xl\:tw-overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .\32xl\:tw-overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .\32xl\:tw-overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .\32xl\:tw-p-0{
    padding: 0px;
  }

  .\32xl\:tw-p-1{
    padding: 0.25rem;
  }

  .\32xl\:tw-p-2{
    padding: 0.5rem;
  }

  .\32xl\:tw-p-3{
    padding: 0.75rem;
  }

  .\32xl\:tw-p-4{
    padding: 1rem;
  }

  .\32xl\:tw-p-5{
    padding: 1.25rem;
  }

  .\32xl\:tw-p-6{
    padding: 1.5rem;
  }

  .\32xl\:tw-p-7{
    padding: 1.75rem;
  }

  .\32xl\:tw-p-8{
    padding: 2rem;
  }

  .\32xl\:tw-p-9{
    padding: 2.25rem;
  }

  .\32xl\:tw-p-10{
    padding: 2.5rem;
  }

  .\32xl\:tw-p-11{
    padding: 2.75rem;
  }

  .\32xl\:tw-p-12{
    padding: 3rem;
  }

  .\32xl\:tw-p-13{
    padding: 3.25rem;
  }

  .\32xl\:tw-p-14{
    padding: 3.5rem;
  }

  .\32xl\:tw-p-16{
    padding: 4rem;
  }

  .\32xl\:tw-p-20{
    padding: 5rem;
  }

  .\32xl\:tw-p-24{
    padding: 6rem;
  }

  .\32xl\:tw-p-28{
    padding: 7rem;
  }

  .\32xl\:tw-p-32{
    padding: 8rem;
  }

  .\32xl\:tw-p-36{
    padding: 9rem;
  }

  .\32xl\:tw-p-40{
    padding: 10rem;
  }

  .\32xl\:tw-p-44{
    padding: 11rem;
  }

  .\32xl\:tw-p-48{
    padding: 12rem;
  }

  .\32xl\:tw-p-52{
    padding: 13rem;
  }

  .\32xl\:tw-p-56{
    padding: 14rem;
  }

  .\32xl\:tw-p-60{
    padding: 15rem;
  }

  .\32xl\:tw-p-64{
    padding: 16rem;
  }

  .\32xl\:tw-p-72{
    padding: 18rem;
  }

  .\32xl\:tw-p-80{
    padding: 20rem;
  }

  .\32xl\:tw-p-96{
    padding: 24rem;
  }

  .\32xl\:tw-p-px{
    padding: 1px;
  }

  .\32xl\:tw-p-0\.5{
    padding: 0.125rem;
  }

  .\32xl\:tw-p-1\.5{
    padding: 0.375rem;
  }

  .\32xl\:tw-p-2\.5{
    padding: 0.625rem;
  }

  .\32xl\:tw-p-3\.5{
    padding: 0.875rem;
  }

  .\32xl\:tw-p-2\/3{
    padding: 66.666%;
  }

  .\32xl\:tw-p-3\/2{
    padding: 150%;
  }

  .\32xl\:tw-p-square{
    padding: 100%;
  }

  .\32xl\:tw-p-58px{
    padding: 58px;
  }

  .\32xl\:tw-p-63px{
    padding: 63px;
  }

  .\32xl\:tw-p-73px{
    padding: 73.px;
  }

  .\32xl\:tw-py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .\32xl\:tw-px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .\32xl\:tw-py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .\32xl\:tw-px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .\32xl\:tw-py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .\32xl\:tw-px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .\32xl\:tw-py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .\32xl\:tw-px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .\32xl\:tw-py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .\32xl\:tw-px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .\32xl\:tw-py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .\32xl\:tw-px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .\32xl\:tw-py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .\32xl\:tw-px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .\32xl\:tw-py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .\32xl\:tw-px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .\32xl\:tw-py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .\32xl\:tw-px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .\32xl\:tw-py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .\32xl\:tw-px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .\32xl\:tw-py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .\32xl\:tw-px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .\32xl\:tw-py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .\32xl\:tw-px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .\32xl\:tw-py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .\32xl\:tw-px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .\32xl\:tw-py-13{
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .\32xl\:tw-px-13{
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .\32xl\:tw-py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .\32xl\:tw-px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .\32xl\:tw-py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .\32xl\:tw-px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .\32xl\:tw-py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .\32xl\:tw-px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .\32xl\:tw-py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .\32xl\:tw-px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .\32xl\:tw-py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .\32xl\:tw-px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .\32xl\:tw-py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .\32xl\:tw-px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .\32xl\:tw-py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .\32xl\:tw-px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .\32xl\:tw-py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .\32xl\:tw-px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .\32xl\:tw-py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .\32xl\:tw-px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .\32xl\:tw-py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .\32xl\:tw-px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .\32xl\:tw-py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .\32xl\:tw-px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .\32xl\:tw-py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .\32xl\:tw-px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .\32xl\:tw-py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .\32xl\:tw-px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .\32xl\:tw-py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .\32xl\:tw-px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .\32xl\:tw-py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .\32xl\:tw-px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .\32xl\:tw-py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .\32xl\:tw-px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .\32xl\:tw-py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .\32xl\:tw-px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .\32xl\:tw-py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .\32xl\:tw-px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .\32xl\:tw-py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .\32xl\:tw-px-0\.5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .\32xl\:tw-py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .\32xl\:tw-px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .\32xl\:tw-py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .\32xl\:tw-px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .\32xl\:tw-py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .\32xl\:tw-px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .\32xl\:tw-py-2\/3{
    padding-top: 66.666%;
    padding-bottom: 66.666%;
  }

  .\32xl\:tw-px-2\/3{
    padding-left: 66.666%;
    padding-right: 66.666%;
  }

  .\32xl\:tw-py-3\/2{
    padding-top: 150%;
    padding-bottom: 150%;
  }

  .\32xl\:tw-px-3\/2{
    padding-left: 150%;
    padding-right: 150%;
  }

  .\32xl\:tw-py-square{
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .\32xl\:tw-px-square{
    padding-left: 100%;
    padding-right: 100%;
  }

  .\32xl\:tw-py-58px{
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .\32xl\:tw-px-58px{
    padding-left: 58px;
    padding-right: 58px;
  }

  .\32xl\:tw-py-63px{
    padding-top: 63px;
    padding-bottom: 63px;
  }

  .\32xl\:tw-px-63px{
    padding-left: 63px;
    padding-right: 63px;
  }

  .\32xl\:tw-py-73px{
    padding-top: 73.px;
    padding-bottom: 73.px;
  }

  .\32xl\:tw-px-73px{
    padding-left: 73.px;
    padding-right: 73.px;
  }

  .\32xl\:tw-pt-0{
    padding-top: 0px;
  }

  .\32xl\:tw-pr-0{
    padding-right: 0px;
  }

  .\32xl\:tw-pb-0{
    padding-bottom: 0px;
  }

  .\32xl\:tw-pl-0{
    padding-left: 0px;
  }

  .\32xl\:tw-pt-1{
    padding-top: 0.25rem;
  }

  .\32xl\:tw-pr-1{
    padding-right: 0.25rem;
  }

  .\32xl\:tw-pb-1{
    padding-bottom: 0.25rem;
  }

  .\32xl\:tw-pl-1{
    padding-left: 0.25rem;
  }

  .\32xl\:tw-pt-2{
    padding-top: 0.5rem;
  }

  .\32xl\:tw-pr-2{
    padding-right: 0.5rem;
  }

  .\32xl\:tw-pb-2{
    padding-bottom: 0.5rem;
  }

  .\32xl\:tw-pl-2{
    padding-left: 0.5rem;
  }

  .\32xl\:tw-pt-3{
    padding-top: 0.75rem;
  }

  .\32xl\:tw-pr-3{
    padding-right: 0.75rem;
  }

  .\32xl\:tw-pb-3{
    padding-bottom: 0.75rem;
  }

  .\32xl\:tw-pl-3{
    padding-left: 0.75rem;
  }

  .\32xl\:tw-pt-4{
    padding-top: 1rem;
  }

  .\32xl\:tw-pr-4{
    padding-right: 1rem;
  }

  .\32xl\:tw-pb-4{
    padding-bottom: 1rem;
  }

  .\32xl\:tw-pl-4{
    padding-left: 1rem;
  }

  .\32xl\:tw-pt-5{
    padding-top: 1.25rem;
  }

  .\32xl\:tw-pr-5{
    padding-right: 1.25rem;
  }

  .\32xl\:tw-pb-5{
    padding-bottom: 1.25rem;
  }

  .\32xl\:tw-pl-5{
    padding-left: 1.25rem;
  }

  .\32xl\:tw-pt-6{
    padding-top: 1.5rem;
  }

  .\32xl\:tw-pr-6{
    padding-right: 1.5rem;
  }

  .\32xl\:tw-pb-6{
    padding-bottom: 1.5rem;
  }

  .\32xl\:tw-pl-6{
    padding-left: 1.5rem;
  }

  .\32xl\:tw-pt-7{
    padding-top: 1.75rem;
  }

  .\32xl\:tw-pr-7{
    padding-right: 1.75rem;
  }

  .\32xl\:tw-pb-7{
    padding-bottom: 1.75rem;
  }

  .\32xl\:tw-pl-7{
    padding-left: 1.75rem;
  }

  .\32xl\:tw-pt-8{
    padding-top: 2rem;
  }

  .\32xl\:tw-pr-8{
    padding-right: 2rem;
  }

  .\32xl\:tw-pb-8{
    padding-bottom: 2rem;
  }

  .\32xl\:tw-pl-8{
    padding-left: 2rem;
  }

  .\32xl\:tw-pt-9{
    padding-top: 2.25rem;
  }

  .\32xl\:tw-pr-9{
    padding-right: 2.25rem;
  }

  .\32xl\:tw-pb-9{
    padding-bottom: 2.25rem;
  }

  .\32xl\:tw-pl-9{
    padding-left: 2.25rem;
  }

  .\32xl\:tw-pt-10{
    padding-top: 2.5rem;
  }

  .\32xl\:tw-pr-10{
    padding-right: 2.5rem;
  }

  .\32xl\:tw-pb-10{
    padding-bottom: 2.5rem;
  }

  .\32xl\:tw-pl-10{
    padding-left: 2.5rem;
  }

  .\32xl\:tw-pt-11{
    padding-top: 2.75rem;
  }

  .\32xl\:tw-pr-11{
    padding-right: 2.75rem;
  }

  .\32xl\:tw-pb-11{
    padding-bottom: 2.75rem;
  }

  .\32xl\:tw-pl-11{
    padding-left: 2.75rem;
  }

  .\32xl\:tw-pt-12{
    padding-top: 3rem;
  }

  .\32xl\:tw-pr-12{
    padding-right: 3rem;
  }

  .\32xl\:tw-pb-12{
    padding-bottom: 3rem;
  }

  .\32xl\:tw-pl-12{
    padding-left: 3rem;
  }

  .\32xl\:tw-pt-13{
    padding-top: 3.25rem;
  }

  .\32xl\:tw-pr-13{
    padding-right: 3.25rem;
  }

  .\32xl\:tw-pb-13{
    padding-bottom: 3.25rem;
  }

  .\32xl\:tw-pl-13{
    padding-left: 3.25rem;
  }

  .\32xl\:tw-pt-14{
    padding-top: 3.5rem;
  }

  .\32xl\:tw-pr-14{
    padding-right: 3.5rem;
  }

  .\32xl\:tw-pb-14{
    padding-bottom: 3.5rem;
  }

  .\32xl\:tw-pl-14{
    padding-left: 3.5rem;
  }

  .\32xl\:tw-pt-16{
    padding-top: 4rem;
  }

  .\32xl\:tw-pr-16{
    padding-right: 4rem;
  }

  .\32xl\:tw-pb-16{
    padding-bottom: 4rem;
  }

  .\32xl\:tw-pl-16{
    padding-left: 4rem;
  }

  .\32xl\:tw-pt-20{
    padding-top: 5rem;
  }

  .\32xl\:tw-pr-20{
    padding-right: 5rem;
  }

  .\32xl\:tw-pb-20{
    padding-bottom: 5rem;
  }

  .\32xl\:tw-pl-20{
    padding-left: 5rem;
  }

  .\32xl\:tw-pt-24{
    padding-top: 6rem;
  }

  .\32xl\:tw-pr-24{
    padding-right: 6rem;
  }

  .\32xl\:tw-pb-24{
    padding-bottom: 6rem;
  }

  .\32xl\:tw-pl-24{
    padding-left: 6rem;
  }

  .\32xl\:tw-pt-28{
    padding-top: 7rem;
  }

  .\32xl\:tw-pr-28{
    padding-right: 7rem;
  }

  .\32xl\:tw-pb-28{
    padding-bottom: 7rem;
  }

  .\32xl\:tw-pl-28{
    padding-left: 7rem;
  }

  .\32xl\:tw-pt-32{
    padding-top: 8rem;
  }

  .\32xl\:tw-pr-32{
    padding-right: 8rem;
  }

  .\32xl\:tw-pb-32{
    padding-bottom: 8rem;
  }

  .\32xl\:tw-pl-32{
    padding-left: 8rem;
  }

  .\32xl\:tw-pt-36{
    padding-top: 9rem;
  }

  .\32xl\:tw-pr-36{
    padding-right: 9rem;
  }

  .\32xl\:tw-pb-36{
    padding-bottom: 9rem;
  }

  .\32xl\:tw-pl-36{
    padding-left: 9rem;
  }

  .\32xl\:tw-pt-40{
    padding-top: 10rem;
  }

  .\32xl\:tw-pr-40{
    padding-right: 10rem;
  }

  .\32xl\:tw-pb-40{
    padding-bottom: 10rem;
  }

  .\32xl\:tw-pl-40{
    padding-left: 10rem;
  }

  .\32xl\:tw-pt-44{
    padding-top: 11rem;
  }

  .\32xl\:tw-pr-44{
    padding-right: 11rem;
  }

  .\32xl\:tw-pb-44{
    padding-bottom: 11rem;
  }

  .\32xl\:tw-pl-44{
    padding-left: 11rem;
  }

  .\32xl\:tw-pt-48{
    padding-top: 12rem;
  }

  .\32xl\:tw-pr-48{
    padding-right: 12rem;
  }

  .\32xl\:tw-pb-48{
    padding-bottom: 12rem;
  }

  .\32xl\:tw-pl-48{
    padding-left: 12rem;
  }

  .\32xl\:tw-pt-52{
    padding-top: 13rem;
  }

  .\32xl\:tw-pr-52{
    padding-right: 13rem;
  }

  .\32xl\:tw-pb-52{
    padding-bottom: 13rem;
  }

  .\32xl\:tw-pl-52{
    padding-left: 13rem;
  }

  .\32xl\:tw-pt-56{
    padding-top: 14rem;
  }

  .\32xl\:tw-pr-56{
    padding-right: 14rem;
  }

  .\32xl\:tw-pb-56{
    padding-bottom: 14rem;
  }

  .\32xl\:tw-pl-56{
    padding-left: 14rem;
  }

  .\32xl\:tw-pt-60{
    padding-top: 15rem;
  }

  .\32xl\:tw-pr-60{
    padding-right: 15rem;
  }

  .\32xl\:tw-pb-60{
    padding-bottom: 15rem;
  }

  .\32xl\:tw-pl-60{
    padding-left: 15rem;
  }

  .\32xl\:tw-pt-64{
    padding-top: 16rem;
  }

  .\32xl\:tw-pr-64{
    padding-right: 16rem;
  }

  .\32xl\:tw-pb-64{
    padding-bottom: 16rem;
  }

  .\32xl\:tw-pl-64{
    padding-left: 16rem;
  }

  .\32xl\:tw-pt-72{
    padding-top: 18rem;
  }

  .\32xl\:tw-pr-72{
    padding-right: 18rem;
  }

  .\32xl\:tw-pb-72{
    padding-bottom: 18rem;
  }

  .\32xl\:tw-pl-72{
    padding-left: 18rem;
  }

  .\32xl\:tw-pt-80{
    padding-top: 20rem;
  }

  .\32xl\:tw-pr-80{
    padding-right: 20rem;
  }

  .\32xl\:tw-pb-80{
    padding-bottom: 20rem;
  }

  .\32xl\:tw-pl-80{
    padding-left: 20rem;
  }

  .\32xl\:tw-pt-96{
    padding-top: 24rem;
  }

  .\32xl\:tw-pr-96{
    padding-right: 24rem;
  }

  .\32xl\:tw-pb-96{
    padding-bottom: 24rem;
  }

  .\32xl\:tw-pl-96{
    padding-left: 24rem;
  }

  .\32xl\:tw-pt-px{
    padding-top: 1px;
  }

  .\32xl\:tw-pr-px{
    padding-right: 1px;
  }

  .\32xl\:tw-pb-px{
    padding-bottom: 1px;
  }

  .\32xl\:tw-pl-px{
    padding-left: 1px;
  }

  .\32xl\:tw-pt-0\.5{
    padding-top: 0.125rem;
  }

  .\32xl\:tw-pr-0\.5{
    padding-right: 0.125rem;
  }

  .\32xl\:tw-pb-0\.5{
    padding-bottom: 0.125rem;
  }

  .\32xl\:tw-pl-0\.5{
    padding-left: 0.125rem;
  }

  .\32xl\:tw-pt-1\.5{
    padding-top: 0.375rem;
  }

  .\32xl\:tw-pr-1\.5{
    padding-right: 0.375rem;
  }

  .\32xl\:tw-pb-1\.5{
    padding-bottom: 0.375rem;
  }

  .\32xl\:tw-pl-1\.5{
    padding-left: 0.375rem;
  }

  .\32xl\:tw-pt-2\.5{
    padding-top: 0.625rem;
  }

  .\32xl\:tw-pr-2\.5{
    padding-right: 0.625rem;
  }

  .\32xl\:tw-pb-2\.5{
    padding-bottom: 0.625rem;
  }

  .\32xl\:tw-pl-2\.5{
    padding-left: 0.625rem;
  }

  .\32xl\:tw-pt-3\.5{
    padding-top: 0.875rem;
  }

  .\32xl\:tw-pr-3\.5{
    padding-right: 0.875rem;
  }

  .\32xl\:tw-pb-3\.5{
    padding-bottom: 0.875rem;
  }

  .\32xl\:tw-pl-3\.5{
    padding-left: 0.875rem;
  }

  .\32xl\:tw-pt-2\/3{
    padding-top: 66.666%;
  }

  .\32xl\:tw-pr-2\/3{
    padding-right: 66.666%;
  }

  .\32xl\:tw-pb-2\/3{
    padding-bottom: 66.666%;
  }

  .\32xl\:tw-pl-2\/3{
    padding-left: 66.666%;
  }

  .\32xl\:tw-pt-3\/2{
    padding-top: 150%;
  }

  .\32xl\:tw-pr-3\/2{
    padding-right: 150%;
  }

  .\32xl\:tw-pb-3\/2{
    padding-bottom: 150%;
  }

  .\32xl\:tw-pl-3\/2{
    padding-left: 150%;
  }

  .\32xl\:tw-pt-square{
    padding-top: 100%;
  }

  .\32xl\:tw-pr-square{
    padding-right: 100%;
  }

  .\32xl\:tw-pb-square{
    padding-bottom: 100%;
  }

  .\32xl\:tw-pl-square{
    padding-left: 100%;
  }

  .\32xl\:tw-pt-58px{
    padding-top: 58px;
  }

  .\32xl\:tw-pr-58px{
    padding-right: 58px;
  }

  .\32xl\:tw-pb-58px{
    padding-bottom: 58px;
  }

  .\32xl\:tw-pl-58px{
    padding-left: 58px;
  }

  .\32xl\:tw-pt-63px{
    padding-top: 63px;
  }

  .\32xl\:tw-pr-63px{
    padding-right: 63px;
  }

  .\32xl\:tw-pb-63px{
    padding-bottom: 63px;
  }

  .\32xl\:tw-pl-63px{
    padding-left: 63px;
  }

  .\32xl\:tw-pt-73px{
    padding-top: 73.px;
  }

  .\32xl\:tw-pr-73px{
    padding-right: 73.px;
  }

  .\32xl\:tw-pb-73px{
    padding-bottom: 73.px;
  }

  .\32xl\:tw-pl-73px{
    padding-left: 73.px;
  }

  .\32xl\:tw-placeholder-brand-orange:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:tw-placeholder-brand-orange::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:tw-placeholder-brand-orange-dark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:tw-placeholder-brand-orange-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:tw-placeholder-brand-orange-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
  }

  .\32xl\:tw-placeholder-brand-orange-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
  }

  .\32xl\:tw-placeholder-brand-blue:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
  }

  .\32xl\:tw-placeholder-brand-blue::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
  }

  .\32xl\:tw-placeholder-brand-blue-dark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:tw-placeholder-brand-blue-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:tw-placeholder-brand-blue-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
  }

  .\32xl\:tw-placeholder-brand-blue-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
  }

  .\32xl\:tw-placeholder-brand-yellow:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-placeholder-opacity));
  }

  .\32xl\:tw-placeholder-brand-yellow::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-placeholder-opacity));
  }

  .\32xl\:tw-placeholder-brand-green:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-placeholder-opacity));
  }

  .\32xl\:tw-placeholder-brand-green::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-placeholder-opacity));
  }

  .\32xl\:tw-placeholder-brand-pink:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-placeholder-opacity));
  }

  .\32xl\:tw-placeholder-brand-pink::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-placeholder-opacity));
  }

  .\32xl\:tw-placeholder-brand-red:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-placeholder-opacity));
  }

  .\32xl\:tw-placeholder-brand-red::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-placeholder-opacity));
  }

  .\32xl\:tw-placeholder-brand-turquesa:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-placeholder-opacity));
  }

  .\32xl\:tw-placeholder-brand-turquesa::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-placeholder-opacity));
  }

  .\32xl\:tw-placeholder-gray-lighter:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:tw-placeholder-gray-lighter::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:tw-placeholder-gray-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
  }

  .\32xl\:tw-placeholder-gray-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
  }

  .\32xl\:tw-placeholder-gray-dark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
  }

  .\32xl\:tw-placeholder-gray-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
  }

  .\32xl\:tw-placeholder-gray-darker:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .\32xl\:tw-placeholder-gray-darker::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .\32xl\:tw-placeholder-gray-medium:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-placeholder-opacity));
  }

  .\32xl\:tw-placeholder-gray-medium::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-placeholder-opacity));
  }

  .\32xl\:tw-placeholder-gray-mid:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-placeholder-opacity));
  }

  .\32xl\:tw-placeholder-gray-mid::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-placeholder-opacity));
  }

  .\32xl\:tw-placeholder-black:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:tw-placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:tw-placeholder-primary:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:tw-placeholder-primary::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:tw-placeholder-primary-dark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:tw-placeholder-primary-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:tw-placeholder-primary-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
  }

  .\32xl\:tw-placeholder-primary-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
  }

  .\32xl\:tw-placeholder-secondary:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
  }

  .\32xl\:tw-placeholder-secondary::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
  }

  .\32xl\:tw-placeholder-secondary-dark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:tw-placeholder-secondary-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:tw-placeholder-secondary-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
  }

  .\32xl\:tw-placeholder-secondary-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
  }

  .\32xl\:tw-placeholder-white:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:tw-placeholder-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:tw-placeholder-hyperlinks:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:tw-placeholder-hyperlinks::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:tw-placeholder-hyperlinks-visited:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-placeholder-opacity));
  }

  .\32xl\:tw-placeholder-hyperlinks-visited::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-placeholder-opacity));
  }

  .\32xl\:tw-placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .\32xl\:tw-placeholder-transparent::placeholder{
    color: transparent;
  }

  .\32xl\:focus\:tw-placeholder-brand-orange:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:tw-placeholder-brand-orange:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:tw-placeholder-brand-orange-dark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:tw-placeholder-brand-orange-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:tw-placeholder-brand-orange-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:tw-placeholder-brand-orange-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:tw-placeholder-brand-blue:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:tw-placeholder-brand-blue:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:tw-placeholder-brand-blue-dark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:tw-placeholder-brand-blue-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:tw-placeholder-brand-blue-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:tw-placeholder-brand-blue-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:tw-placeholder-brand-yellow:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:tw-placeholder-brand-yellow:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:tw-placeholder-brand-green:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:tw-placeholder-brand-green:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:tw-placeholder-brand-pink:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:tw-placeholder-brand-pink:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:tw-placeholder-brand-red:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:tw-placeholder-brand-red:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:tw-placeholder-brand-turquesa:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:tw-placeholder-brand-turquesa:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:tw-placeholder-gray-lighter:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:tw-placeholder-gray-lighter:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:tw-placeholder-gray-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:tw-placeholder-gray-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:tw-placeholder-gray-dark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:tw-placeholder-gray-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:tw-placeholder-gray-darker:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:tw-placeholder-gray-darker:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:tw-placeholder-gray-medium:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:tw-placeholder-gray-medium:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:tw-placeholder-gray-mid:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:tw-placeholder-gray-mid:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:tw-placeholder-black:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:tw-placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:tw-placeholder-primary:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:tw-placeholder-primary:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:tw-placeholder-primary-dark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:tw-placeholder-primary-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:tw-placeholder-primary-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:tw-placeholder-primary-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:tw-placeholder-secondary:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:tw-placeholder-secondary:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:tw-placeholder-secondary-dark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:tw-placeholder-secondary-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:tw-placeholder-secondary-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:tw-placeholder-secondary-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:tw-placeholder-white:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:tw-placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:tw-placeholder-hyperlinks:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:tw-placeholder-hyperlinks:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:tw-placeholder-hyperlinks-visited:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:tw-placeholder-hyperlinks-visited:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:tw-placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .\32xl\:focus\:tw-placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .\32xl\:tw-placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:tw-placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:tw-placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:tw-placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:tw-placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:tw-placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:tw-placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:tw-placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:tw-placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:tw-placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:tw-placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:tw-placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:tw-placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:tw-placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:tw-placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:tw-placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:tw-placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:tw-placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:tw-placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:tw-placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:tw-placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:tw-placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:tw-placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:tw-placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:tw-placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:tw-placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:tw-placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:tw-placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:tw-placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:tw-placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:focus\:tw-placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:focus\:tw-placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:focus\:tw-placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:focus\:tw-placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:focus\:tw-placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:focus\:tw-placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:focus\:tw-placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:focus\:tw-placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:focus\:tw-placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:focus\:tw-placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:focus\:tw-placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:focus\:tw-placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:focus\:tw-placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:focus\:tw-placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:focus\:tw-placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:focus\:tw-placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:focus\:tw-placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:focus\:tw-placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:focus\:tw-placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:focus\:tw-placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:focus\:tw-placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:focus\:tw-placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:focus\:tw-placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:focus\:tw-placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:focus\:tw-placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:focus\:tw-placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:focus\:tw-placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:focus\:tw-placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:focus\:tw-placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:focus\:tw-placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:tw-pointer-events-none{
    pointer-events: none;
  }

  .\32xl\:tw-pointer-events-auto{
    pointer-events: auto;
  }

  .\32xl\:tw-static{
    position: static;
  }

  .\32xl\:tw-fixed{
    position: fixed;
  }

  .\32xl\:tw-absolute{
    position: absolute;
  }

  .\32xl\:tw-relative{
    position: relative;
  }

  .\32xl\:tw-sticky{
    position: sticky;
  }

  .\32xl\:hover\:tw-static:hover{
    position: static;
  }

  .\32xl\:hover\:tw-fixed:hover{
    position: fixed;
  }

  .\32xl\:hover\:tw-absolute:hover{
    position: absolute;
  }

  .\32xl\:hover\:tw-relative:hover{
    position: relative;
  }

  .\32xl\:hover\:tw-sticky:hover{
    position: sticky;
  }

  .\32xl\:focus\:tw-static:focus{
    position: static;
  }

  .\32xl\:focus\:tw-fixed:focus{
    position: fixed;
  }

  .\32xl\:focus\:tw-absolute:focus{
    position: absolute;
  }

  .\32xl\:focus\:tw-relative:focus{
    position: relative;
  }

  .\32xl\:focus\:tw-sticky:focus{
    position: sticky;
  }

  .\32xl\:active\:tw-static:active{
    position: static;
  }

  .\32xl\:active\:tw-fixed:active{
    position: fixed;
  }

  .\32xl\:active\:tw-absolute:active{
    position: absolute;
  }

  .\32xl\:active\:tw-relative:active{
    position: relative;
  }

  .\32xl\:active\:tw-sticky:active{
    position: sticky;
  }

  .\32xl\:tw-inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .\32xl\:tw-inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .\32xl\:tw-inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .\32xl\:tw-inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .\32xl\:tw-inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .\32xl\:tw-inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .\32xl\:tw-inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .\32xl\:tw-inset-7{
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .\32xl\:tw-inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .\32xl\:tw-inset-9{
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .\32xl\:tw-inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .\32xl\:tw-inset-11{
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .\32xl\:tw-inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .\32xl\:tw-inset-13{
    top: 3.25rem;
    right: 3.25rem;
    bottom: 3.25rem;
    left: 3.25rem;
  }

  .\32xl\:tw-inset-14{
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .\32xl\:tw-inset-16{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .\32xl\:tw-inset-20{
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .\32xl\:tw-inset-24{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .\32xl\:tw-inset-28{
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .\32xl\:tw-inset-32{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .\32xl\:tw-inset-36{
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .\32xl\:tw-inset-40{
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .\32xl\:tw-inset-44{
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .\32xl\:tw-inset-48{
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .\32xl\:tw-inset-52{
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .\32xl\:tw-inset-56{
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .\32xl\:tw-inset-60{
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .\32xl\:tw-inset-64{
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .\32xl\:tw-inset-72{
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .\32xl\:tw-inset-80{
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .\32xl\:tw-inset-96{
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .\32xl\:tw-inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .\32xl\:tw-inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .\32xl\:tw-inset-0\.5{
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .\32xl\:tw-inset-1\.5{
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .\32xl\:tw-inset-2\.5{
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .\32xl\:tw-inset-3\.5{
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .\32xl\:tw-inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .\32xl\:tw-inset-3\/2{
    top: 150%;
    right: 150%;
    bottom: 150%;
    left: 150%;
  }

  .\32xl\:tw-inset-square{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .\32xl\:tw-inset-58px{
    top: 58px;
    right: 58px;
    bottom: 58px;
    left: 58px;
  }

  .\32xl\:tw-inset-63px{
    top: 63px;
    right: 63px;
    bottom: 63px;
    left: 63px;
  }

  .\32xl\:tw-inset-73px{
    top: 73.px;
    right: 73.px;
    bottom: 73.px;
    left: 73.px;
  }

  .\32xl\:tw--inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .\32xl\:tw--inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .\32xl\:tw--inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .\32xl\:tw--inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .\32xl\:tw--inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .\32xl\:tw--inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .\32xl\:tw--inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .\32xl\:tw--inset-7{
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .\32xl\:tw--inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .\32xl\:tw--inset-9{
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .\32xl\:tw--inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .\32xl\:tw--inset-11{
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .\32xl\:tw--inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .\32xl\:tw--inset-13{
    top: -3.25rem;
    right: -3.25rem;
    bottom: -3.25rem;
    left: -3.25rem;
  }

  .\32xl\:tw--inset-14{
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .\32xl\:tw--inset-16{
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .\32xl\:tw--inset-20{
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .\32xl\:tw--inset-24{
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .\32xl\:tw--inset-28{
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .\32xl\:tw--inset-32{
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .\32xl\:tw--inset-36{
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .\32xl\:tw--inset-40{
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .\32xl\:tw--inset-44{
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .\32xl\:tw--inset-48{
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .\32xl\:tw--inset-52{
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .\32xl\:tw--inset-56{
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .\32xl\:tw--inset-60{
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .\32xl\:tw--inset-64{
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .\32xl\:tw--inset-72{
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .\32xl\:tw--inset-80{
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .\32xl\:tw--inset-96{
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .\32xl\:tw--inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .\32xl\:tw--inset-0\.5{
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .\32xl\:tw--inset-1\.5{
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .\32xl\:tw--inset-2\.5{
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .\32xl\:tw--inset-3\.5{
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .\32xl\:tw--inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .\32xl\:tw--inset-3\/2{
    top: -150%;
    right: -150%;
    bottom: -150%;
    left: -150%;
  }

  .\32xl\:tw--inset-square{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .\32xl\:tw--inset-58px{
    top: -58px;
    right: -58px;
    bottom: -58px;
    left: -58px;
  }

  .\32xl\:tw--inset-63px{
    top: -63px;
    right: -63px;
    bottom: -63px;
    left: -63px;
  }

  .\32xl\:tw--inset-73px{
    top: -73px;
    right: -73px;
    bottom: -73px;
    left: -73px;
  }

  .\32xl\:tw-inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .\32xl\:tw-inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .\32xl\:tw-inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .\32xl\:tw-inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .\32xl\:tw-inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .\32xl\:tw-inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .\32xl\:tw--inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .\32xl\:tw--inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .\32xl\:tw--inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .\32xl\:tw--inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .\32xl\:tw--inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .\32xl\:tw--inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .\32xl\:tw-inset-1\/5{
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .\32xl\:tw-inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .\32xl\:tw-inset-x-0{
    right: 0px;
    left: 0px;
  }

  .\32xl\:tw-inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .\32xl\:tw-inset-x-1{
    right: 0.25rem;
    left: 0.25rem;
  }

  .\32xl\:tw-inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .\32xl\:tw-inset-x-2{
    right: 0.5rem;
    left: 0.5rem;
  }

  .\32xl\:tw-inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .\32xl\:tw-inset-x-3{
    right: 0.75rem;
    left: 0.75rem;
  }

  .\32xl\:tw-inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  .\32xl\:tw-inset-x-4{
    right: 1rem;
    left: 1rem;
  }

  .\32xl\:tw-inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .\32xl\:tw-inset-x-5{
    right: 1.25rem;
    left: 1.25rem;
  }

  .\32xl\:tw-inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .\32xl\:tw-inset-x-6{
    right: 1.5rem;
    left: 1.5rem;
  }

  .\32xl\:tw-inset-y-7{
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .\32xl\:tw-inset-x-7{
    right: 1.75rem;
    left: 1.75rem;
  }

  .\32xl\:tw-inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  .\32xl\:tw-inset-x-8{
    right: 2rem;
    left: 2rem;
  }

  .\32xl\:tw-inset-y-9{
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .\32xl\:tw-inset-x-9{
    right: 2.25rem;
    left: 2.25rem;
  }

  .\32xl\:tw-inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .\32xl\:tw-inset-x-10{
    right: 2.5rem;
    left: 2.5rem;
  }

  .\32xl\:tw-inset-y-11{
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .\32xl\:tw-inset-x-11{
    right: 2.75rem;
    left: 2.75rem;
  }

  .\32xl\:tw-inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  .\32xl\:tw-inset-x-12{
    right: 3rem;
    left: 3rem;
  }

  .\32xl\:tw-inset-y-13{
    top: 3.25rem;
    bottom: 3.25rem;
  }

  .\32xl\:tw-inset-x-13{
    right: 3.25rem;
    left: 3.25rem;
  }

  .\32xl\:tw-inset-y-14{
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .\32xl\:tw-inset-x-14{
    right: 3.5rem;
    left: 3.5rem;
  }

  .\32xl\:tw-inset-y-16{
    top: 4rem;
    bottom: 4rem;
  }

  .\32xl\:tw-inset-x-16{
    right: 4rem;
    left: 4rem;
  }

  .\32xl\:tw-inset-y-20{
    top: 5rem;
    bottom: 5rem;
  }

  .\32xl\:tw-inset-x-20{
    right: 5rem;
    left: 5rem;
  }

  .\32xl\:tw-inset-y-24{
    top: 6rem;
    bottom: 6rem;
  }

  .\32xl\:tw-inset-x-24{
    right: 6rem;
    left: 6rem;
  }

  .\32xl\:tw-inset-y-28{
    top: 7rem;
    bottom: 7rem;
  }

  .\32xl\:tw-inset-x-28{
    right: 7rem;
    left: 7rem;
  }

  .\32xl\:tw-inset-y-32{
    top: 8rem;
    bottom: 8rem;
  }

  .\32xl\:tw-inset-x-32{
    right: 8rem;
    left: 8rem;
  }

  .\32xl\:tw-inset-y-36{
    top: 9rem;
    bottom: 9rem;
  }

  .\32xl\:tw-inset-x-36{
    right: 9rem;
    left: 9rem;
  }

  .\32xl\:tw-inset-y-40{
    top: 10rem;
    bottom: 10rem;
  }

  .\32xl\:tw-inset-x-40{
    right: 10rem;
    left: 10rem;
  }

  .\32xl\:tw-inset-y-44{
    top: 11rem;
    bottom: 11rem;
  }

  .\32xl\:tw-inset-x-44{
    right: 11rem;
    left: 11rem;
  }

  .\32xl\:tw-inset-y-48{
    top: 12rem;
    bottom: 12rem;
  }

  .\32xl\:tw-inset-x-48{
    right: 12rem;
    left: 12rem;
  }

  .\32xl\:tw-inset-y-52{
    top: 13rem;
    bottom: 13rem;
  }

  .\32xl\:tw-inset-x-52{
    right: 13rem;
    left: 13rem;
  }

  .\32xl\:tw-inset-y-56{
    top: 14rem;
    bottom: 14rem;
  }

  .\32xl\:tw-inset-x-56{
    right: 14rem;
    left: 14rem;
  }

  .\32xl\:tw-inset-y-60{
    top: 15rem;
    bottom: 15rem;
  }

  .\32xl\:tw-inset-x-60{
    right: 15rem;
    left: 15rem;
  }

  .\32xl\:tw-inset-y-64{
    top: 16rem;
    bottom: 16rem;
  }

  .\32xl\:tw-inset-x-64{
    right: 16rem;
    left: 16rem;
  }

  .\32xl\:tw-inset-y-72{
    top: 18rem;
    bottom: 18rem;
  }

  .\32xl\:tw-inset-x-72{
    right: 18rem;
    left: 18rem;
  }

  .\32xl\:tw-inset-y-80{
    top: 20rem;
    bottom: 20rem;
  }

  .\32xl\:tw-inset-x-80{
    right: 20rem;
    left: 20rem;
  }

  .\32xl\:tw-inset-y-96{
    top: 24rem;
    bottom: 24rem;
  }

  .\32xl\:tw-inset-x-96{
    right: 24rem;
    left: 24rem;
  }

  .\32xl\:tw-inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .\32xl\:tw-inset-x-auto{
    right: auto;
    left: auto;
  }

  .\32xl\:tw-inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  .\32xl\:tw-inset-x-px{
    right: 1px;
    left: 1px;
  }

  .\32xl\:tw-inset-y-0\.5{
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .\32xl\:tw-inset-x-0\.5{
    right: 0.125rem;
    left: 0.125rem;
  }

  .\32xl\:tw-inset-y-1\.5{
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .\32xl\:tw-inset-x-1\.5{
    right: 0.375rem;
    left: 0.375rem;
  }

  .\32xl\:tw-inset-y-2\.5{
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .\32xl\:tw-inset-x-2\.5{
    right: 0.625rem;
    left: 0.625rem;
  }

  .\32xl\:tw-inset-y-3\.5{
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .\32xl\:tw-inset-x-3\.5{
    right: 0.875rem;
    left: 0.875rem;
  }

  .\32xl\:tw-inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .\32xl\:tw-inset-x-2\/3{
    right: 66.666667%;
    left: 66.666667%;
  }

  .\32xl\:tw-inset-y-3\/2{
    top: 150%;
    bottom: 150%;
  }

  .\32xl\:tw-inset-x-3\/2{
    right: 150%;
    left: 150%;
  }

  .\32xl\:tw-inset-y-square{
    top: 100%;
    bottom: 100%;
  }

  .\32xl\:tw-inset-x-square{
    right: 100%;
    left: 100%;
  }

  .\32xl\:tw-inset-y-58px{
    top: 58px;
    bottom: 58px;
  }

  .\32xl\:tw-inset-x-58px{
    right: 58px;
    left: 58px;
  }

  .\32xl\:tw-inset-y-63px{
    top: 63px;
    bottom: 63px;
  }

  .\32xl\:tw-inset-x-63px{
    right: 63px;
    left: 63px;
  }

  .\32xl\:tw-inset-y-73px{
    top: 73.px;
    bottom: 73.px;
  }

  .\32xl\:tw-inset-x-73px{
    right: 73.px;
    left: 73.px;
  }

  .\32xl\:tw--inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .\32xl\:tw--inset-x-0{
    right: 0px;
    left: 0px;
  }

  .\32xl\:tw--inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .\32xl\:tw--inset-x-1{
    right: -0.25rem;
    left: -0.25rem;
  }

  .\32xl\:tw--inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .\32xl\:tw--inset-x-2{
    right: -0.5rem;
    left: -0.5rem;
  }

  .\32xl\:tw--inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .\32xl\:tw--inset-x-3{
    right: -0.75rem;
    left: -0.75rem;
  }

  .\32xl\:tw--inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  .\32xl\:tw--inset-x-4{
    right: -1rem;
    left: -1rem;
  }

  .\32xl\:tw--inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .\32xl\:tw--inset-x-5{
    right: -1.25rem;
    left: -1.25rem;
  }

  .\32xl\:tw--inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .\32xl\:tw--inset-x-6{
    right: -1.5rem;
    left: -1.5rem;
  }

  .\32xl\:tw--inset-y-7{
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .\32xl\:tw--inset-x-7{
    right: -1.75rem;
    left: -1.75rem;
  }

  .\32xl\:tw--inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  .\32xl\:tw--inset-x-8{
    right: -2rem;
    left: -2rem;
  }

  .\32xl\:tw--inset-y-9{
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .\32xl\:tw--inset-x-9{
    right: -2.25rem;
    left: -2.25rem;
  }

  .\32xl\:tw--inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .\32xl\:tw--inset-x-10{
    right: -2.5rem;
    left: -2.5rem;
  }

  .\32xl\:tw--inset-y-11{
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .\32xl\:tw--inset-x-11{
    right: -2.75rem;
    left: -2.75rem;
  }

  .\32xl\:tw--inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  .\32xl\:tw--inset-x-12{
    right: -3rem;
    left: -3rem;
  }

  .\32xl\:tw--inset-y-13{
    top: -3.25rem;
    bottom: -3.25rem;
  }

  .\32xl\:tw--inset-x-13{
    right: -3.25rem;
    left: -3.25rem;
  }

  .\32xl\:tw--inset-y-14{
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .\32xl\:tw--inset-x-14{
    right: -3.5rem;
    left: -3.5rem;
  }

  .\32xl\:tw--inset-y-16{
    top: -4rem;
    bottom: -4rem;
  }

  .\32xl\:tw--inset-x-16{
    right: -4rem;
    left: -4rem;
  }

  .\32xl\:tw--inset-y-20{
    top: -5rem;
    bottom: -5rem;
  }

  .\32xl\:tw--inset-x-20{
    right: -5rem;
    left: -5rem;
  }

  .\32xl\:tw--inset-y-24{
    top: -6rem;
    bottom: -6rem;
  }

  .\32xl\:tw--inset-x-24{
    right: -6rem;
    left: -6rem;
  }

  .\32xl\:tw--inset-y-28{
    top: -7rem;
    bottom: -7rem;
  }

  .\32xl\:tw--inset-x-28{
    right: -7rem;
    left: -7rem;
  }

  .\32xl\:tw--inset-y-32{
    top: -8rem;
    bottom: -8rem;
  }

  .\32xl\:tw--inset-x-32{
    right: -8rem;
    left: -8rem;
  }

  .\32xl\:tw--inset-y-36{
    top: -9rem;
    bottom: -9rem;
  }

  .\32xl\:tw--inset-x-36{
    right: -9rem;
    left: -9rem;
  }

  .\32xl\:tw--inset-y-40{
    top: -10rem;
    bottom: -10rem;
  }

  .\32xl\:tw--inset-x-40{
    right: -10rem;
    left: -10rem;
  }

  .\32xl\:tw--inset-y-44{
    top: -11rem;
    bottom: -11rem;
  }

  .\32xl\:tw--inset-x-44{
    right: -11rem;
    left: -11rem;
  }

  .\32xl\:tw--inset-y-48{
    top: -12rem;
    bottom: -12rem;
  }

  .\32xl\:tw--inset-x-48{
    right: -12rem;
    left: -12rem;
  }

  .\32xl\:tw--inset-y-52{
    top: -13rem;
    bottom: -13rem;
  }

  .\32xl\:tw--inset-x-52{
    right: -13rem;
    left: -13rem;
  }

  .\32xl\:tw--inset-y-56{
    top: -14rem;
    bottom: -14rem;
  }

  .\32xl\:tw--inset-x-56{
    right: -14rem;
    left: -14rem;
  }

  .\32xl\:tw--inset-y-60{
    top: -15rem;
    bottom: -15rem;
  }

  .\32xl\:tw--inset-x-60{
    right: -15rem;
    left: -15rem;
  }

  .\32xl\:tw--inset-y-64{
    top: -16rem;
    bottom: -16rem;
  }

  .\32xl\:tw--inset-x-64{
    right: -16rem;
    left: -16rem;
  }

  .\32xl\:tw--inset-y-72{
    top: -18rem;
    bottom: -18rem;
  }

  .\32xl\:tw--inset-x-72{
    right: -18rem;
    left: -18rem;
  }

  .\32xl\:tw--inset-y-80{
    top: -20rem;
    bottom: -20rem;
  }

  .\32xl\:tw--inset-x-80{
    right: -20rem;
    left: -20rem;
  }

  .\32xl\:tw--inset-y-96{
    top: -24rem;
    bottom: -24rem;
  }

  .\32xl\:tw--inset-x-96{
    right: -24rem;
    left: -24rem;
  }

  .\32xl\:tw--inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  .\32xl\:tw--inset-x-px{
    right: -1px;
    left: -1px;
  }

  .\32xl\:tw--inset-y-0\.5{
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .\32xl\:tw--inset-x-0\.5{
    right: -0.125rem;
    left: -0.125rem;
  }

  .\32xl\:tw--inset-y-1\.5{
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .\32xl\:tw--inset-x-1\.5{
    right: -0.375rem;
    left: -0.375rem;
  }

  .\32xl\:tw--inset-y-2\.5{
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .\32xl\:tw--inset-x-2\.5{
    right: -0.625rem;
    left: -0.625rem;
  }

  .\32xl\:tw--inset-y-3\.5{
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .\32xl\:tw--inset-x-3\.5{
    right: -0.875rem;
    left: -0.875rem;
  }

  .\32xl\:tw--inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .\32xl\:tw--inset-x-2\/3{
    right: -66.666667%;
    left: -66.666667%;
  }

  .\32xl\:tw--inset-y-3\/2{
    top: -150%;
    bottom: -150%;
  }

  .\32xl\:tw--inset-x-3\/2{
    right: -150%;
    left: -150%;
  }

  .\32xl\:tw--inset-y-square{
    top: -100%;
    bottom: -100%;
  }

  .\32xl\:tw--inset-x-square{
    right: -100%;
    left: -100%;
  }

  .\32xl\:tw--inset-y-58px{
    top: -58px;
    bottom: -58px;
  }

  .\32xl\:tw--inset-x-58px{
    right: -58px;
    left: -58px;
  }

  .\32xl\:tw--inset-y-63px{
    top: -63px;
    bottom: -63px;
  }

  .\32xl\:tw--inset-x-63px{
    right: -63px;
    left: -63px;
  }

  .\32xl\:tw--inset-y-73px{
    top: -73px;
    bottom: -73px;
  }

  .\32xl\:tw--inset-x-73px{
    right: -73px;
    left: -73px;
  }

  .\32xl\:tw-inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .\32xl\:tw-inset-x-1\/2{
    right: 50%;
    left: 50%;
  }

  .\32xl\:tw-inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .\32xl\:tw-inset-x-1\/3{
    right: 33.333333%;
    left: 33.333333%;
  }

  .\32xl\:tw-inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .\32xl\:tw-inset-x-1\/4{
    right: 25%;
    left: 25%;
  }

  .\32xl\:tw-inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .\32xl\:tw-inset-x-2\/4{
    right: 50%;
    left: 50%;
  }

  .\32xl\:tw-inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .\32xl\:tw-inset-x-3\/4{
    right: 75%;
    left: 75%;
  }

  .\32xl\:tw-inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .\32xl\:tw-inset-x-full{
    right: 100%;
    left: 100%;
  }

  .\32xl\:tw--inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .\32xl\:tw--inset-x-1\/2{
    right: -50%;
    left: -50%;
  }

  .\32xl\:tw--inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .\32xl\:tw--inset-x-1\/3{
    right: -33.333333%;
    left: -33.333333%;
  }

  .\32xl\:tw--inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .\32xl\:tw--inset-x-1\/4{
    right: -25%;
    left: -25%;
  }

  .\32xl\:tw--inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .\32xl\:tw--inset-x-2\/4{
    right: -50%;
    left: -50%;
  }

  .\32xl\:tw--inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .\32xl\:tw--inset-x-3\/4{
    right: -75%;
    left: -75%;
  }

  .\32xl\:tw--inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .\32xl\:tw--inset-x-full{
    right: -100%;
    left: -100%;
  }

  .\32xl\:tw-inset-y-1\/5{
    top: 20%;
    bottom: 20%;
  }

  .\32xl\:tw-inset-x-1\/5{
    right: 20%;
    left: 20%;
  }

  .\32xl\:tw-top-0{
    top: 0px;
  }

  .\32xl\:tw-right-0{
    right: 0px;
  }

  .\32xl\:tw-bottom-0{
    bottom: 0px;
  }

  .\32xl\:tw-left-0{
    left: 0px;
  }

  .\32xl\:tw-top-1{
    top: 0.25rem;
  }

  .\32xl\:tw-right-1{
    right: 0.25rem;
  }

  .\32xl\:tw-bottom-1{
    bottom: 0.25rem;
  }

  .\32xl\:tw-left-1{
    left: 0.25rem;
  }

  .\32xl\:tw-top-2{
    top: 0.5rem;
  }

  .\32xl\:tw-right-2{
    right: 0.5rem;
  }

  .\32xl\:tw-bottom-2{
    bottom: 0.5rem;
  }

  .\32xl\:tw-left-2{
    left: 0.5rem;
  }

  .\32xl\:tw-top-3{
    top: 0.75rem;
  }

  .\32xl\:tw-right-3{
    right: 0.75rem;
  }

  .\32xl\:tw-bottom-3{
    bottom: 0.75rem;
  }

  .\32xl\:tw-left-3{
    left: 0.75rem;
  }

  .\32xl\:tw-top-4{
    top: 1rem;
  }

  .\32xl\:tw-right-4{
    right: 1rem;
  }

  .\32xl\:tw-bottom-4{
    bottom: 1rem;
  }

  .\32xl\:tw-left-4{
    left: 1rem;
  }

  .\32xl\:tw-top-5{
    top: 1.25rem;
  }

  .\32xl\:tw-right-5{
    right: 1.25rem;
  }

  .\32xl\:tw-bottom-5{
    bottom: 1.25rem;
  }

  .\32xl\:tw-left-5{
    left: 1.25rem;
  }

  .\32xl\:tw-top-6{
    top: 1.5rem;
  }

  .\32xl\:tw-right-6{
    right: 1.5rem;
  }

  .\32xl\:tw-bottom-6{
    bottom: 1.5rem;
  }

  .\32xl\:tw-left-6{
    left: 1.5rem;
  }

  .\32xl\:tw-top-7{
    top: 1.75rem;
  }

  .\32xl\:tw-right-7{
    right: 1.75rem;
  }

  .\32xl\:tw-bottom-7{
    bottom: 1.75rem;
  }

  .\32xl\:tw-left-7{
    left: 1.75rem;
  }

  .\32xl\:tw-top-8{
    top: 2rem;
  }

  .\32xl\:tw-right-8{
    right: 2rem;
  }

  .\32xl\:tw-bottom-8{
    bottom: 2rem;
  }

  .\32xl\:tw-left-8{
    left: 2rem;
  }

  .\32xl\:tw-top-9{
    top: 2.25rem;
  }

  .\32xl\:tw-right-9{
    right: 2.25rem;
  }

  .\32xl\:tw-bottom-9{
    bottom: 2.25rem;
  }

  .\32xl\:tw-left-9{
    left: 2.25rem;
  }

  .\32xl\:tw-top-10{
    top: 2.5rem;
  }

  .\32xl\:tw-right-10{
    right: 2.5rem;
  }

  .\32xl\:tw-bottom-10{
    bottom: 2.5rem;
  }

  .\32xl\:tw-left-10{
    left: 2.5rem;
  }

  .\32xl\:tw-top-11{
    top: 2.75rem;
  }

  .\32xl\:tw-right-11{
    right: 2.75rem;
  }

  .\32xl\:tw-bottom-11{
    bottom: 2.75rem;
  }

  .\32xl\:tw-left-11{
    left: 2.75rem;
  }

  .\32xl\:tw-top-12{
    top: 3rem;
  }

  .\32xl\:tw-right-12{
    right: 3rem;
  }

  .\32xl\:tw-bottom-12{
    bottom: 3rem;
  }

  .\32xl\:tw-left-12{
    left: 3rem;
  }

  .\32xl\:tw-top-13{
    top: 3.25rem;
  }

  .\32xl\:tw-right-13{
    right: 3.25rem;
  }

  .\32xl\:tw-bottom-13{
    bottom: 3.25rem;
  }

  .\32xl\:tw-left-13{
    left: 3.25rem;
  }

  .\32xl\:tw-top-14{
    top: 3.5rem;
  }

  .\32xl\:tw-right-14{
    right: 3.5rem;
  }

  .\32xl\:tw-bottom-14{
    bottom: 3.5rem;
  }

  .\32xl\:tw-left-14{
    left: 3.5rem;
  }

  .\32xl\:tw-top-16{
    top: 4rem;
  }

  .\32xl\:tw-right-16{
    right: 4rem;
  }

  .\32xl\:tw-bottom-16{
    bottom: 4rem;
  }

  .\32xl\:tw-left-16{
    left: 4rem;
  }

  .\32xl\:tw-top-20{
    top: 5rem;
  }

  .\32xl\:tw-right-20{
    right: 5rem;
  }

  .\32xl\:tw-bottom-20{
    bottom: 5rem;
  }

  .\32xl\:tw-left-20{
    left: 5rem;
  }

  .\32xl\:tw-top-24{
    top: 6rem;
  }

  .\32xl\:tw-right-24{
    right: 6rem;
  }

  .\32xl\:tw-bottom-24{
    bottom: 6rem;
  }

  .\32xl\:tw-left-24{
    left: 6rem;
  }

  .\32xl\:tw-top-28{
    top: 7rem;
  }

  .\32xl\:tw-right-28{
    right: 7rem;
  }

  .\32xl\:tw-bottom-28{
    bottom: 7rem;
  }

  .\32xl\:tw-left-28{
    left: 7rem;
  }

  .\32xl\:tw-top-32{
    top: 8rem;
  }

  .\32xl\:tw-right-32{
    right: 8rem;
  }

  .\32xl\:tw-bottom-32{
    bottom: 8rem;
  }

  .\32xl\:tw-left-32{
    left: 8rem;
  }

  .\32xl\:tw-top-36{
    top: 9rem;
  }

  .\32xl\:tw-right-36{
    right: 9rem;
  }

  .\32xl\:tw-bottom-36{
    bottom: 9rem;
  }

  .\32xl\:tw-left-36{
    left: 9rem;
  }

  .\32xl\:tw-top-40{
    top: 10rem;
  }

  .\32xl\:tw-right-40{
    right: 10rem;
  }

  .\32xl\:tw-bottom-40{
    bottom: 10rem;
  }

  .\32xl\:tw-left-40{
    left: 10rem;
  }

  .\32xl\:tw-top-44{
    top: 11rem;
  }

  .\32xl\:tw-right-44{
    right: 11rem;
  }

  .\32xl\:tw-bottom-44{
    bottom: 11rem;
  }

  .\32xl\:tw-left-44{
    left: 11rem;
  }

  .\32xl\:tw-top-48{
    top: 12rem;
  }

  .\32xl\:tw-right-48{
    right: 12rem;
  }

  .\32xl\:tw-bottom-48{
    bottom: 12rem;
  }

  .\32xl\:tw-left-48{
    left: 12rem;
  }

  .\32xl\:tw-top-52{
    top: 13rem;
  }

  .\32xl\:tw-right-52{
    right: 13rem;
  }

  .\32xl\:tw-bottom-52{
    bottom: 13rem;
  }

  .\32xl\:tw-left-52{
    left: 13rem;
  }

  .\32xl\:tw-top-56{
    top: 14rem;
  }

  .\32xl\:tw-right-56{
    right: 14rem;
  }

  .\32xl\:tw-bottom-56{
    bottom: 14rem;
  }

  .\32xl\:tw-left-56{
    left: 14rem;
  }

  .\32xl\:tw-top-60{
    top: 15rem;
  }

  .\32xl\:tw-right-60{
    right: 15rem;
  }

  .\32xl\:tw-bottom-60{
    bottom: 15rem;
  }

  .\32xl\:tw-left-60{
    left: 15rem;
  }

  .\32xl\:tw-top-64{
    top: 16rem;
  }

  .\32xl\:tw-right-64{
    right: 16rem;
  }

  .\32xl\:tw-bottom-64{
    bottom: 16rem;
  }

  .\32xl\:tw-left-64{
    left: 16rem;
  }

  .\32xl\:tw-top-72{
    top: 18rem;
  }

  .\32xl\:tw-right-72{
    right: 18rem;
  }

  .\32xl\:tw-bottom-72{
    bottom: 18rem;
  }

  .\32xl\:tw-left-72{
    left: 18rem;
  }

  .\32xl\:tw-top-80{
    top: 20rem;
  }

  .\32xl\:tw-right-80{
    right: 20rem;
  }

  .\32xl\:tw-bottom-80{
    bottom: 20rem;
  }

  .\32xl\:tw-left-80{
    left: 20rem;
  }

  .\32xl\:tw-top-96{
    top: 24rem;
  }

  .\32xl\:tw-right-96{
    right: 24rem;
  }

  .\32xl\:tw-bottom-96{
    bottom: 24rem;
  }

  .\32xl\:tw-left-96{
    left: 24rem;
  }

  .\32xl\:tw-top-auto{
    top: auto;
  }

  .\32xl\:tw-right-auto{
    right: auto;
  }

  .\32xl\:tw-bottom-auto{
    bottom: auto;
  }

  .\32xl\:tw-left-auto{
    left: auto;
  }

  .\32xl\:tw-top-px{
    top: 1px;
  }

  .\32xl\:tw-right-px{
    right: 1px;
  }

  .\32xl\:tw-bottom-px{
    bottom: 1px;
  }

  .\32xl\:tw-left-px{
    left: 1px;
  }

  .\32xl\:tw-top-0\.5{
    top: 0.125rem;
  }

  .\32xl\:tw-right-0\.5{
    right: 0.125rem;
  }

  .\32xl\:tw-bottom-0\.5{
    bottom: 0.125rem;
  }

  .\32xl\:tw-left-0\.5{
    left: 0.125rem;
  }

  .\32xl\:tw-top-1\.5{
    top: 0.375rem;
  }

  .\32xl\:tw-right-1\.5{
    right: 0.375rem;
  }

  .\32xl\:tw-bottom-1\.5{
    bottom: 0.375rem;
  }

  .\32xl\:tw-left-1\.5{
    left: 0.375rem;
  }

  .\32xl\:tw-top-2\.5{
    top: 0.625rem;
  }

  .\32xl\:tw-right-2\.5{
    right: 0.625rem;
  }

  .\32xl\:tw-bottom-2\.5{
    bottom: 0.625rem;
  }

  .\32xl\:tw-left-2\.5{
    left: 0.625rem;
  }

  .\32xl\:tw-top-3\.5{
    top: 0.875rem;
  }

  .\32xl\:tw-right-3\.5{
    right: 0.875rem;
  }

  .\32xl\:tw-bottom-3\.5{
    bottom: 0.875rem;
  }

  .\32xl\:tw-left-3\.5{
    left: 0.875rem;
  }

  .\32xl\:tw-top-2\/3{
    top: 66.666667%;
  }

  .\32xl\:tw-right-2\/3{
    right: 66.666667%;
  }

  .\32xl\:tw-bottom-2\/3{
    bottom: 66.666667%;
  }

  .\32xl\:tw-left-2\/3{
    left: 66.666667%;
  }

  .\32xl\:tw-top-3\/2{
    top: 150%;
  }

  .\32xl\:tw-right-3\/2{
    right: 150%;
  }

  .\32xl\:tw-bottom-3\/2{
    bottom: 150%;
  }

  .\32xl\:tw-left-3\/2{
    left: 150%;
  }

  .\32xl\:tw-top-square{
    top: 100%;
  }

  .\32xl\:tw-right-square{
    right: 100%;
  }

  .\32xl\:tw-bottom-square{
    bottom: 100%;
  }

  .\32xl\:tw-left-square{
    left: 100%;
  }

  .\32xl\:tw-top-58px{
    top: 58px;
  }

  .\32xl\:tw-right-58px{
    right: 58px;
  }

  .\32xl\:tw-bottom-58px{
    bottom: 58px;
  }

  .\32xl\:tw-left-58px{
    left: 58px;
  }

  .\32xl\:tw-top-63px{
    top: 63px;
  }

  .\32xl\:tw-right-63px{
    right: 63px;
  }

  .\32xl\:tw-bottom-63px{
    bottom: 63px;
  }

  .\32xl\:tw-left-63px{
    left: 63px;
  }

  .\32xl\:tw-top-73px{
    top: 73.px;
  }

  .\32xl\:tw-right-73px{
    right: 73.px;
  }

  .\32xl\:tw-bottom-73px{
    bottom: 73.px;
  }

  .\32xl\:tw-left-73px{
    left: 73.px;
  }

  .\32xl\:tw--top-0{
    top: 0px;
  }

  .\32xl\:tw--right-0{
    right: 0px;
  }

  .\32xl\:tw--bottom-0{
    bottom: 0px;
  }

  .\32xl\:tw--left-0{
    left: 0px;
  }

  .\32xl\:tw--top-1{
    top: -0.25rem;
  }

  .\32xl\:tw--right-1{
    right: -0.25rem;
  }

  .\32xl\:tw--bottom-1{
    bottom: -0.25rem;
  }

  .\32xl\:tw--left-1{
    left: -0.25rem;
  }

  .\32xl\:tw--top-2{
    top: -0.5rem;
  }

  .\32xl\:tw--right-2{
    right: -0.5rem;
  }

  .\32xl\:tw--bottom-2{
    bottom: -0.5rem;
  }

  .\32xl\:tw--left-2{
    left: -0.5rem;
  }

  .\32xl\:tw--top-3{
    top: -0.75rem;
  }

  .\32xl\:tw--right-3{
    right: -0.75rem;
  }

  .\32xl\:tw--bottom-3{
    bottom: -0.75rem;
  }

  .\32xl\:tw--left-3{
    left: -0.75rem;
  }

  .\32xl\:tw--top-4{
    top: -1rem;
  }

  .\32xl\:tw--right-4{
    right: -1rem;
  }

  .\32xl\:tw--bottom-4{
    bottom: -1rem;
  }

  .\32xl\:tw--left-4{
    left: -1rem;
  }

  .\32xl\:tw--top-5{
    top: -1.25rem;
  }

  .\32xl\:tw--right-5{
    right: -1.25rem;
  }

  .\32xl\:tw--bottom-5{
    bottom: -1.25rem;
  }

  .\32xl\:tw--left-5{
    left: -1.25rem;
  }

  .\32xl\:tw--top-6{
    top: -1.5rem;
  }

  .\32xl\:tw--right-6{
    right: -1.5rem;
  }

  .\32xl\:tw--bottom-6{
    bottom: -1.5rem;
  }

  .\32xl\:tw--left-6{
    left: -1.5rem;
  }

  .\32xl\:tw--top-7{
    top: -1.75rem;
  }

  .\32xl\:tw--right-7{
    right: -1.75rem;
  }

  .\32xl\:tw--bottom-7{
    bottom: -1.75rem;
  }

  .\32xl\:tw--left-7{
    left: -1.75rem;
  }

  .\32xl\:tw--top-8{
    top: -2rem;
  }

  .\32xl\:tw--right-8{
    right: -2rem;
  }

  .\32xl\:tw--bottom-8{
    bottom: -2rem;
  }

  .\32xl\:tw--left-8{
    left: -2rem;
  }

  .\32xl\:tw--top-9{
    top: -2.25rem;
  }

  .\32xl\:tw--right-9{
    right: -2.25rem;
  }

  .\32xl\:tw--bottom-9{
    bottom: -2.25rem;
  }

  .\32xl\:tw--left-9{
    left: -2.25rem;
  }

  .\32xl\:tw--top-10{
    top: -2.5rem;
  }

  .\32xl\:tw--right-10{
    right: -2.5rem;
  }

  .\32xl\:tw--bottom-10{
    bottom: -2.5rem;
  }

  .\32xl\:tw--left-10{
    left: -2.5rem;
  }

  .\32xl\:tw--top-11{
    top: -2.75rem;
  }

  .\32xl\:tw--right-11{
    right: -2.75rem;
  }

  .\32xl\:tw--bottom-11{
    bottom: -2.75rem;
  }

  .\32xl\:tw--left-11{
    left: -2.75rem;
  }

  .\32xl\:tw--top-12{
    top: -3rem;
  }

  .\32xl\:tw--right-12{
    right: -3rem;
  }

  .\32xl\:tw--bottom-12{
    bottom: -3rem;
  }

  .\32xl\:tw--left-12{
    left: -3rem;
  }

  .\32xl\:tw--top-13{
    top: -3.25rem;
  }

  .\32xl\:tw--right-13{
    right: -3.25rem;
  }

  .\32xl\:tw--bottom-13{
    bottom: -3.25rem;
  }

  .\32xl\:tw--left-13{
    left: -3.25rem;
  }

  .\32xl\:tw--top-14{
    top: -3.5rem;
  }

  .\32xl\:tw--right-14{
    right: -3.5rem;
  }

  .\32xl\:tw--bottom-14{
    bottom: -3.5rem;
  }

  .\32xl\:tw--left-14{
    left: -3.5rem;
  }

  .\32xl\:tw--top-16{
    top: -4rem;
  }

  .\32xl\:tw--right-16{
    right: -4rem;
  }

  .\32xl\:tw--bottom-16{
    bottom: -4rem;
  }

  .\32xl\:tw--left-16{
    left: -4rem;
  }

  .\32xl\:tw--top-20{
    top: -5rem;
  }

  .\32xl\:tw--right-20{
    right: -5rem;
  }

  .\32xl\:tw--bottom-20{
    bottom: -5rem;
  }

  .\32xl\:tw--left-20{
    left: -5rem;
  }

  .\32xl\:tw--top-24{
    top: -6rem;
  }

  .\32xl\:tw--right-24{
    right: -6rem;
  }

  .\32xl\:tw--bottom-24{
    bottom: -6rem;
  }

  .\32xl\:tw--left-24{
    left: -6rem;
  }

  .\32xl\:tw--top-28{
    top: -7rem;
  }

  .\32xl\:tw--right-28{
    right: -7rem;
  }

  .\32xl\:tw--bottom-28{
    bottom: -7rem;
  }

  .\32xl\:tw--left-28{
    left: -7rem;
  }

  .\32xl\:tw--top-32{
    top: -8rem;
  }

  .\32xl\:tw--right-32{
    right: -8rem;
  }

  .\32xl\:tw--bottom-32{
    bottom: -8rem;
  }

  .\32xl\:tw--left-32{
    left: -8rem;
  }

  .\32xl\:tw--top-36{
    top: -9rem;
  }

  .\32xl\:tw--right-36{
    right: -9rem;
  }

  .\32xl\:tw--bottom-36{
    bottom: -9rem;
  }

  .\32xl\:tw--left-36{
    left: -9rem;
  }

  .\32xl\:tw--top-40{
    top: -10rem;
  }

  .\32xl\:tw--right-40{
    right: -10rem;
  }

  .\32xl\:tw--bottom-40{
    bottom: -10rem;
  }

  .\32xl\:tw--left-40{
    left: -10rem;
  }

  .\32xl\:tw--top-44{
    top: -11rem;
  }

  .\32xl\:tw--right-44{
    right: -11rem;
  }

  .\32xl\:tw--bottom-44{
    bottom: -11rem;
  }

  .\32xl\:tw--left-44{
    left: -11rem;
  }

  .\32xl\:tw--top-48{
    top: -12rem;
  }

  .\32xl\:tw--right-48{
    right: -12rem;
  }

  .\32xl\:tw--bottom-48{
    bottom: -12rem;
  }

  .\32xl\:tw--left-48{
    left: -12rem;
  }

  .\32xl\:tw--top-52{
    top: -13rem;
  }

  .\32xl\:tw--right-52{
    right: -13rem;
  }

  .\32xl\:tw--bottom-52{
    bottom: -13rem;
  }

  .\32xl\:tw--left-52{
    left: -13rem;
  }

  .\32xl\:tw--top-56{
    top: -14rem;
  }

  .\32xl\:tw--right-56{
    right: -14rem;
  }

  .\32xl\:tw--bottom-56{
    bottom: -14rem;
  }

  .\32xl\:tw--left-56{
    left: -14rem;
  }

  .\32xl\:tw--top-60{
    top: -15rem;
  }

  .\32xl\:tw--right-60{
    right: -15rem;
  }

  .\32xl\:tw--bottom-60{
    bottom: -15rem;
  }

  .\32xl\:tw--left-60{
    left: -15rem;
  }

  .\32xl\:tw--top-64{
    top: -16rem;
  }

  .\32xl\:tw--right-64{
    right: -16rem;
  }

  .\32xl\:tw--bottom-64{
    bottom: -16rem;
  }

  .\32xl\:tw--left-64{
    left: -16rem;
  }

  .\32xl\:tw--top-72{
    top: -18rem;
  }

  .\32xl\:tw--right-72{
    right: -18rem;
  }

  .\32xl\:tw--bottom-72{
    bottom: -18rem;
  }

  .\32xl\:tw--left-72{
    left: -18rem;
  }

  .\32xl\:tw--top-80{
    top: -20rem;
  }

  .\32xl\:tw--right-80{
    right: -20rem;
  }

  .\32xl\:tw--bottom-80{
    bottom: -20rem;
  }

  .\32xl\:tw--left-80{
    left: -20rem;
  }

  .\32xl\:tw--top-96{
    top: -24rem;
  }

  .\32xl\:tw--right-96{
    right: -24rem;
  }

  .\32xl\:tw--bottom-96{
    bottom: -24rem;
  }

  .\32xl\:tw--left-96{
    left: -24rem;
  }

  .\32xl\:tw--top-px{
    top: -1px;
  }

  .\32xl\:tw--right-px{
    right: -1px;
  }

  .\32xl\:tw--bottom-px{
    bottom: -1px;
  }

  .\32xl\:tw--left-px{
    left: -1px;
  }

  .\32xl\:tw--top-0\.5{
    top: -0.125rem;
  }

  .\32xl\:tw--right-0\.5{
    right: -0.125rem;
  }

  .\32xl\:tw--bottom-0\.5{
    bottom: -0.125rem;
  }

  .\32xl\:tw--left-0\.5{
    left: -0.125rem;
  }

  .\32xl\:tw--top-1\.5{
    top: -0.375rem;
  }

  .\32xl\:tw--right-1\.5{
    right: -0.375rem;
  }

  .\32xl\:tw--bottom-1\.5{
    bottom: -0.375rem;
  }

  .\32xl\:tw--left-1\.5{
    left: -0.375rem;
  }

  .\32xl\:tw--top-2\.5{
    top: -0.625rem;
  }

  .\32xl\:tw--right-2\.5{
    right: -0.625rem;
  }

  .\32xl\:tw--bottom-2\.5{
    bottom: -0.625rem;
  }

  .\32xl\:tw--left-2\.5{
    left: -0.625rem;
  }

  .\32xl\:tw--top-3\.5{
    top: -0.875rem;
  }

  .\32xl\:tw--right-3\.5{
    right: -0.875rem;
  }

  .\32xl\:tw--bottom-3\.5{
    bottom: -0.875rem;
  }

  .\32xl\:tw--left-3\.5{
    left: -0.875rem;
  }

  .\32xl\:tw--top-2\/3{
    top: -66.666667%;
  }

  .\32xl\:tw--right-2\/3{
    right: -66.666667%;
  }

  .\32xl\:tw--bottom-2\/3{
    bottom: -66.666667%;
  }

  .\32xl\:tw--left-2\/3{
    left: -66.666667%;
  }

  .\32xl\:tw--top-3\/2{
    top: -150%;
  }

  .\32xl\:tw--right-3\/2{
    right: -150%;
  }

  .\32xl\:tw--bottom-3\/2{
    bottom: -150%;
  }

  .\32xl\:tw--left-3\/2{
    left: -150%;
  }

  .\32xl\:tw--top-square{
    top: -100%;
  }

  .\32xl\:tw--right-square{
    right: -100%;
  }

  .\32xl\:tw--bottom-square{
    bottom: -100%;
  }

  .\32xl\:tw--left-square{
    left: -100%;
  }

  .\32xl\:tw--top-58px{
    top: -58px;
  }

  .\32xl\:tw--right-58px{
    right: -58px;
  }

  .\32xl\:tw--bottom-58px{
    bottom: -58px;
  }

  .\32xl\:tw--left-58px{
    left: -58px;
  }

  .\32xl\:tw--top-63px{
    top: -63px;
  }

  .\32xl\:tw--right-63px{
    right: -63px;
  }

  .\32xl\:tw--bottom-63px{
    bottom: -63px;
  }

  .\32xl\:tw--left-63px{
    left: -63px;
  }

  .\32xl\:tw--top-73px{
    top: -73px;
  }

  .\32xl\:tw--right-73px{
    right: -73px;
  }

  .\32xl\:tw--bottom-73px{
    bottom: -73px;
  }

  .\32xl\:tw--left-73px{
    left: -73px;
  }

  .\32xl\:tw-top-1\/2{
    top: 50%;
  }

  .\32xl\:tw-right-1\/2{
    right: 50%;
  }

  .\32xl\:tw-bottom-1\/2{
    bottom: 50%;
  }

  .\32xl\:tw-left-1\/2{
    left: 50%;
  }

  .\32xl\:tw-top-1\/3{
    top: 33.333333%;
  }

  .\32xl\:tw-right-1\/3{
    right: 33.333333%;
  }

  .\32xl\:tw-bottom-1\/3{
    bottom: 33.333333%;
  }

  .\32xl\:tw-left-1\/3{
    left: 33.333333%;
  }

  .\32xl\:tw-top-1\/4{
    top: 25%;
  }

  .\32xl\:tw-right-1\/4{
    right: 25%;
  }

  .\32xl\:tw-bottom-1\/4{
    bottom: 25%;
  }

  .\32xl\:tw-left-1\/4{
    left: 25%;
  }

  .\32xl\:tw-top-2\/4{
    top: 50%;
  }

  .\32xl\:tw-right-2\/4{
    right: 50%;
  }

  .\32xl\:tw-bottom-2\/4{
    bottom: 50%;
  }

  .\32xl\:tw-left-2\/4{
    left: 50%;
  }

  .\32xl\:tw-top-3\/4{
    top: 75%;
  }

  .\32xl\:tw-right-3\/4{
    right: 75%;
  }

  .\32xl\:tw-bottom-3\/4{
    bottom: 75%;
  }

  .\32xl\:tw-left-3\/4{
    left: 75%;
  }

  .\32xl\:tw-top-full{
    top: 100%;
  }

  .\32xl\:tw-right-full{
    right: 100%;
  }

  .\32xl\:tw-bottom-full{
    bottom: 100%;
  }

  .\32xl\:tw-left-full{
    left: 100%;
  }

  .\32xl\:tw--top-1\/2{
    top: -50%;
  }

  .\32xl\:tw--right-1\/2{
    right: -50%;
  }

  .\32xl\:tw--bottom-1\/2{
    bottom: -50%;
  }

  .\32xl\:tw--left-1\/2{
    left: -50%;
  }

  .\32xl\:tw--top-1\/3{
    top: -33.333333%;
  }

  .\32xl\:tw--right-1\/3{
    right: -33.333333%;
  }

  .\32xl\:tw--bottom-1\/3{
    bottom: -33.333333%;
  }

  .\32xl\:tw--left-1\/3{
    left: -33.333333%;
  }

  .\32xl\:tw--top-1\/4{
    top: -25%;
  }

  .\32xl\:tw--right-1\/4{
    right: -25%;
  }

  .\32xl\:tw--bottom-1\/4{
    bottom: -25%;
  }

  .\32xl\:tw--left-1\/4{
    left: -25%;
  }

  .\32xl\:tw--top-2\/4{
    top: -50%;
  }

  .\32xl\:tw--right-2\/4{
    right: -50%;
  }

  .\32xl\:tw--bottom-2\/4{
    bottom: -50%;
  }

  .\32xl\:tw--left-2\/4{
    left: -50%;
  }

  .\32xl\:tw--top-3\/4{
    top: -75%;
  }

  .\32xl\:tw--right-3\/4{
    right: -75%;
  }

  .\32xl\:tw--bottom-3\/4{
    bottom: -75%;
  }

  .\32xl\:tw--left-3\/4{
    left: -75%;
  }

  .\32xl\:tw--top-full{
    top: -100%;
  }

  .\32xl\:tw--right-full{
    right: -100%;
  }

  .\32xl\:tw--bottom-full{
    bottom: -100%;
  }

  .\32xl\:tw--left-full{
    left: -100%;
  }

  .\32xl\:tw-top-1\/5{
    top: 20%;
  }

  .\32xl\:tw-right-1\/5{
    right: 20%;
  }

  .\32xl\:tw-bottom-1\/5{
    bottom: 20%;
  }

  .\32xl\:tw-left-1\/5{
    left: 20%;
  }

  .\32xl\:tw-resize-none{
    resize: none;
  }

  .\32xl\:tw-resize-y{
    resize: vertical;
  }

  .\32xl\:tw-resize-x{
    resize: horizontal;
  }

  .\32xl\:tw-resize{
    resize: both;
  }

  .\32xl\:tw-shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:tw-shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:tw-shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:tw-shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:tw-shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:tw-shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:tw-shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:tw-shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:tw-shadow-brand{
    --tw-shadow: 0 13px 50px 0 rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:tw-shadow-dot{
    --tw-shadow: .5px .5px 2px 1px rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:tw-shadow-header{
    --tw-shadow: 0 3px 5px 0 hsla(300, 1%, 65%, .5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .\32xl\:group-hover\:tw-shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .\32xl\:group-hover\:tw-shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .\32xl\:group-hover\:tw-shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .\32xl\:group-hover\:tw-shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .\32xl\:group-hover\:tw-shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .\32xl\:group-hover\:tw-shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .\32xl\:group-hover\:tw-shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .\32xl\:group-hover\:tw-shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .\32xl\:group-hover\:tw-shadow-brand{
    --tw-shadow: 0 13px 50px 0 rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .\32xl\:group-hover\:tw-shadow-dot{
    --tw-shadow: .5px .5px 2px 1px rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .\32xl\:group-hover\:tw-shadow-header{
    --tw-shadow: 0 3px 5px 0 hsla(300, 1%, 65%, .5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus-within\:tw-shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus-within\:tw-shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus-within\:tw-shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus-within\:tw-shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus-within\:tw-shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus-within\:tw-shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus-within\:tw-shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus-within\:tw-shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus-within\:tw-shadow-brand:focus-within{
    --tw-shadow: 0 13px 50px 0 rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus-within\:tw-shadow-dot:focus-within{
    --tw-shadow: .5px .5px 2px 1px rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus-within\:tw-shadow-header:focus-within{
    --tw-shadow: 0 3px 5px 0 hsla(300, 1%, 65%, .5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:hover\:tw-shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:hover\:tw-shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:hover\:tw-shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:hover\:tw-shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:hover\:tw-shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:hover\:tw-shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:hover\:tw-shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:hover\:tw-shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:hover\:tw-shadow-brand:hover{
    --tw-shadow: 0 13px 50px 0 rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:hover\:tw-shadow-dot:hover{
    --tw-shadow: .5px .5px 2px 1px rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:hover\:tw-shadow-header:hover{
    --tw-shadow: 0 3px 5px 0 hsla(300, 1%, 65%, .5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus\:tw-shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus\:tw-shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus\:tw-shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus\:tw-shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus\:tw-shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus\:tw-shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus\:tw-shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus\:tw-shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus\:tw-shadow-brand:focus{
    --tw-shadow: 0 13px 50px 0 rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus\:tw-shadow-dot:focus{
    --tw-shadow: .5px .5px 2px 1px rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus\:tw-shadow-header:focus{
    --tw-shadow: 0 3px 5px 0 hsla(300, 1%, 65%, .5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:tw-ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:tw-ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:tw-ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:tw-ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:tw-ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:tw-ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:tw-ring-inset{
    --tw-ring-inset: inset;
  }

  .\32xl\:focus-within\:tw-ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:focus-within\:tw-ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:focus-within\:tw-ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:focus-within\:tw-ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:focus-within\:tw-ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:focus-within\:tw-ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:focus-within\:tw-ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .\32xl\:focus\:tw-ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:focus\:tw-ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:focus\:tw-ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:focus\:tw-ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:focus\:tw-ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:focus\:tw-ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:focus\:tw-ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .\32xl\:tw-ring-offset-brand-orange{
    --tw-ring-offset-color: #E35100;
  }

  .\32xl\:tw-ring-offset-brand-orange-dark{
    --tw-ring-offset-color: #C04400;
  }

  .\32xl\:tw-ring-offset-brand-orange-light{
    --tw-ring-offset-color: #F38D25;
  }

  .\32xl\:tw-ring-offset-brand-blue{
    --tw-ring-offset-color: #005272;
  }

  .\32xl\:tw-ring-offset-brand-blue-dark{
    --tw-ring-offset-color: #3F83A3;
  }

  .\32xl\:tw-ring-offset-brand-blue-light{
    --tw-ring-offset-color: #4F99BB;
  }

  .\32xl\:tw-ring-offset-brand-yellow{
    --tw-ring-offset-color: #E4B620;
  }

  .\32xl\:tw-ring-offset-brand-green{
    --tw-ring-offset-color: #8DC055;
  }

  .\32xl\:tw-ring-offset-brand-pink{
    --tw-ring-offset-color: #C94578;
  }

  .\32xl\:tw-ring-offset-brand-red{
    --tw-ring-offset-color: #BB0034;
  }

  .\32xl\:tw-ring-offset-brand-turquesa{
    --tw-ring-offset-color: #3cb497;
  }

  .\32xl\:tw-ring-offset-gray-lighter{
    --tw-ring-offset-color: #F5F5F5;
  }

  .\32xl\:tw-ring-offset-gray-light{
    --tw-ring-offset-color: #dadada;
  }

  .\32xl\:tw-ring-offset-gray-dark{
    --tw-ring-offset-color: #666666;
  }

  .\32xl\:tw-ring-offset-gray-darker{
    --tw-ring-offset-color: #222222;
  }

  .\32xl\:tw-ring-offset-gray-medium{
    --tw-ring-offset-color: #767676;
  }

  .\32xl\:tw-ring-offset-gray-mid{
    --tw-ring-offset-color: #939393;
  }

  .\32xl\:tw-ring-offset-black{
    --tw-ring-offset-color: #000000;
  }

  .\32xl\:tw-ring-offset-primary{
    --tw-ring-offset-color: #E35100;
  }

  .\32xl\:tw-ring-offset-primary-dark{
    --tw-ring-offset-color: #C04400;
  }

  .\32xl\:tw-ring-offset-primary-light{
    --tw-ring-offset-color: #F38D25;
  }

  .\32xl\:tw-ring-offset-secondary{
    --tw-ring-offset-color: #005272;
  }

  .\32xl\:tw-ring-offset-secondary-dark{
    --tw-ring-offset-color: #3F83A3;
  }

  .\32xl\:tw-ring-offset-secondary-light{
    --tw-ring-offset-color: #4F99BB;
  }

  .\32xl\:tw-ring-offset-white{
    --tw-ring-offset-color: #FFFFFF;
  }

  .\32xl\:tw-ring-offset-hyperlinks{
    --tw-ring-offset-color: #106AA3;
  }

  .\32xl\:tw-ring-offset-hyperlinks-visited{
    --tw-ring-offset-color: #7F1F7D;
  }

  .\32xl\:tw-ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .\32xl\:focus-within\:tw-ring-offset-brand-orange:focus-within{
    --tw-ring-offset-color: #E35100;
  }

  .\32xl\:focus-within\:tw-ring-offset-brand-orange-dark:focus-within{
    --tw-ring-offset-color: #C04400;
  }

  .\32xl\:focus-within\:tw-ring-offset-brand-orange-light:focus-within{
    --tw-ring-offset-color: #F38D25;
  }

  .\32xl\:focus-within\:tw-ring-offset-brand-blue:focus-within{
    --tw-ring-offset-color: #005272;
  }

  .\32xl\:focus-within\:tw-ring-offset-brand-blue-dark:focus-within{
    --tw-ring-offset-color: #3F83A3;
  }

  .\32xl\:focus-within\:tw-ring-offset-brand-blue-light:focus-within{
    --tw-ring-offset-color: #4F99BB;
  }

  .\32xl\:focus-within\:tw-ring-offset-brand-yellow:focus-within{
    --tw-ring-offset-color: #E4B620;
  }

  .\32xl\:focus-within\:tw-ring-offset-brand-green:focus-within{
    --tw-ring-offset-color: #8DC055;
  }

  .\32xl\:focus-within\:tw-ring-offset-brand-pink:focus-within{
    --tw-ring-offset-color: #C94578;
  }

  .\32xl\:focus-within\:tw-ring-offset-brand-red:focus-within{
    --tw-ring-offset-color: #BB0034;
  }

  .\32xl\:focus-within\:tw-ring-offset-brand-turquesa:focus-within{
    --tw-ring-offset-color: #3cb497;
  }

  .\32xl\:focus-within\:tw-ring-offset-gray-lighter:focus-within{
    --tw-ring-offset-color: #F5F5F5;
  }

  .\32xl\:focus-within\:tw-ring-offset-gray-light:focus-within{
    --tw-ring-offset-color: #dadada;
  }

  .\32xl\:focus-within\:tw-ring-offset-gray-dark:focus-within{
    --tw-ring-offset-color: #666666;
  }

  .\32xl\:focus-within\:tw-ring-offset-gray-darker:focus-within{
    --tw-ring-offset-color: #222222;
  }

  .\32xl\:focus-within\:tw-ring-offset-gray-medium:focus-within{
    --tw-ring-offset-color: #767676;
  }

  .\32xl\:focus-within\:tw-ring-offset-gray-mid:focus-within{
    --tw-ring-offset-color: #939393;
  }

  .\32xl\:focus-within\:tw-ring-offset-black:focus-within{
    --tw-ring-offset-color: #000000;
  }

  .\32xl\:focus-within\:tw-ring-offset-primary:focus-within{
    --tw-ring-offset-color: #E35100;
  }

  .\32xl\:focus-within\:tw-ring-offset-primary-dark:focus-within{
    --tw-ring-offset-color: #C04400;
  }

  .\32xl\:focus-within\:tw-ring-offset-primary-light:focus-within{
    --tw-ring-offset-color: #F38D25;
  }

  .\32xl\:focus-within\:tw-ring-offset-secondary:focus-within{
    --tw-ring-offset-color: #005272;
  }

  .\32xl\:focus-within\:tw-ring-offset-secondary-dark:focus-within{
    --tw-ring-offset-color: #3F83A3;
  }

  .\32xl\:focus-within\:tw-ring-offset-secondary-light:focus-within{
    --tw-ring-offset-color: #4F99BB;
  }

  .\32xl\:focus-within\:tw-ring-offset-white:focus-within{
    --tw-ring-offset-color: #FFFFFF;
  }

  .\32xl\:focus-within\:tw-ring-offset-hyperlinks:focus-within{
    --tw-ring-offset-color: #106AA3;
  }

  .\32xl\:focus-within\:tw-ring-offset-hyperlinks-visited:focus-within{
    --tw-ring-offset-color: #7F1F7D;
  }

  .\32xl\:focus-within\:tw-ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .\32xl\:focus\:tw-ring-offset-brand-orange:focus{
    --tw-ring-offset-color: #E35100;
  }

  .\32xl\:focus\:tw-ring-offset-brand-orange-dark:focus{
    --tw-ring-offset-color: #C04400;
  }

  .\32xl\:focus\:tw-ring-offset-brand-orange-light:focus{
    --tw-ring-offset-color: #F38D25;
  }

  .\32xl\:focus\:tw-ring-offset-brand-blue:focus{
    --tw-ring-offset-color: #005272;
  }

  .\32xl\:focus\:tw-ring-offset-brand-blue-dark:focus{
    --tw-ring-offset-color: #3F83A3;
  }

  .\32xl\:focus\:tw-ring-offset-brand-blue-light:focus{
    --tw-ring-offset-color: #4F99BB;
  }

  .\32xl\:focus\:tw-ring-offset-brand-yellow:focus{
    --tw-ring-offset-color: #E4B620;
  }

  .\32xl\:focus\:tw-ring-offset-brand-green:focus{
    --tw-ring-offset-color: #8DC055;
  }

  .\32xl\:focus\:tw-ring-offset-brand-pink:focus{
    --tw-ring-offset-color: #C94578;
  }

  .\32xl\:focus\:tw-ring-offset-brand-red:focus{
    --tw-ring-offset-color: #BB0034;
  }

  .\32xl\:focus\:tw-ring-offset-brand-turquesa:focus{
    --tw-ring-offset-color: #3cb497;
  }

  .\32xl\:focus\:tw-ring-offset-gray-lighter:focus{
    --tw-ring-offset-color: #F5F5F5;
  }

  .\32xl\:focus\:tw-ring-offset-gray-light:focus{
    --tw-ring-offset-color: #dadada;
  }

  .\32xl\:focus\:tw-ring-offset-gray-dark:focus{
    --tw-ring-offset-color: #666666;
  }

  .\32xl\:focus\:tw-ring-offset-gray-darker:focus{
    --tw-ring-offset-color: #222222;
  }

  .\32xl\:focus\:tw-ring-offset-gray-medium:focus{
    --tw-ring-offset-color: #767676;
  }

  .\32xl\:focus\:tw-ring-offset-gray-mid:focus{
    --tw-ring-offset-color: #939393;
  }

  .\32xl\:focus\:tw-ring-offset-black:focus{
    --tw-ring-offset-color: #000000;
  }

  .\32xl\:focus\:tw-ring-offset-primary:focus{
    --tw-ring-offset-color: #E35100;
  }

  .\32xl\:focus\:tw-ring-offset-primary-dark:focus{
    --tw-ring-offset-color: #C04400;
  }

  .\32xl\:focus\:tw-ring-offset-primary-light:focus{
    --tw-ring-offset-color: #F38D25;
  }

  .\32xl\:focus\:tw-ring-offset-secondary:focus{
    --tw-ring-offset-color: #005272;
  }

  .\32xl\:focus\:tw-ring-offset-secondary-dark:focus{
    --tw-ring-offset-color: #3F83A3;
  }

  .\32xl\:focus\:tw-ring-offset-secondary-light:focus{
    --tw-ring-offset-color: #4F99BB;
  }

  .\32xl\:focus\:tw-ring-offset-white:focus{
    --tw-ring-offset-color: #FFFFFF;
  }

  .\32xl\:focus\:tw-ring-offset-hyperlinks:focus{
    --tw-ring-offset-color: #106AA3;
  }

  .\32xl\:focus\:tw-ring-offset-hyperlinks-visited:focus{
    --tw-ring-offset-color: #7F1F7D;
  }

  .\32xl\:focus\:tw-ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .\32xl\:tw-ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .\32xl\:tw-ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .\32xl\:tw-ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .\32xl\:tw-ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .\32xl\:tw-ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .\32xl\:focus-within\:tw-ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .\32xl\:focus-within\:tw-ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .\32xl\:focus-within\:tw-ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .\32xl\:focus-within\:tw-ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .\32xl\:focus-within\:tw-ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .\32xl\:focus\:tw-ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .\32xl\:focus\:tw-ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .\32xl\:focus\:tw-ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .\32xl\:focus\:tw-ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .\32xl\:focus\:tw-ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .\32xl\:tw-ring-brand-orange{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(227, 81, 0, var(--tw-ring-opacity));
  }

  .\32xl\:tw-ring-brand-orange-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 68, 0, var(--tw-ring-opacity));
  }

  .\32xl\:tw-ring-brand-orange-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 141, 37, var(--tw-ring-opacity));
  }

  .\32xl\:tw-ring-brand-blue{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 82, 114, var(--tw-ring-opacity));
  }

  .\32xl\:tw-ring-brand-blue-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 131, 163, var(--tw-ring-opacity));
  }

  .\32xl\:tw-ring-brand-blue-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 153, 187, var(--tw-ring-opacity));
  }

  .\32xl\:tw-ring-brand-yellow{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 182, 32, var(--tw-ring-opacity));
  }

  .\32xl\:tw-ring-brand-green{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 192, 85, var(--tw-ring-opacity));
  }

  .\32xl\:tw-ring-brand-pink{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 69, 120, var(--tw-ring-opacity));
  }

  .\32xl\:tw-ring-brand-red{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 0, 52, var(--tw-ring-opacity));
  }

  .\32xl\:tw-ring-brand-turquesa{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(60, 180, 151, var(--tw-ring-opacity));
  }

  .\32xl\:tw-ring-gray-lighter{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .\32xl\:tw-ring-gray-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity));
  }

  .\32xl\:tw-ring-gray-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  .\32xl\:tw-ring-gray-darker{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
  }

  .\32xl\:tw-ring-gray-medium{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(118, 118, 118, var(--tw-ring-opacity));
  }

  .\32xl\:tw-ring-gray-mid{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 147, 147, var(--tw-ring-opacity));
  }

  .\32xl\:tw-ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .\32xl\:tw-ring-primary{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(227, 81, 0, var(--tw-ring-opacity));
  }

  .\32xl\:tw-ring-primary-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 68, 0, var(--tw-ring-opacity));
  }

  .\32xl\:tw-ring-primary-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 141, 37, var(--tw-ring-opacity));
  }

  .\32xl\:tw-ring-secondary{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 82, 114, var(--tw-ring-opacity));
  }

  .\32xl\:tw-ring-secondary-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 131, 163, var(--tw-ring-opacity));
  }

  .\32xl\:tw-ring-secondary-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 153, 187, var(--tw-ring-opacity));
  }

  .\32xl\:tw-ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .\32xl\:tw-ring-hyperlinks{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 106, 163, var(--tw-ring-opacity));
  }

  .\32xl\:tw-ring-hyperlinks-visited{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 31, 125, var(--tw-ring-opacity));
  }

  .\32xl\:tw-ring-transparent{
    --tw-ring-color: transparent;
  }

  .\32xl\:focus-within\:tw-ring-brand-orange:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(227, 81, 0, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:tw-ring-brand-orange-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 68, 0, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:tw-ring-brand-orange-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 141, 37, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:tw-ring-brand-blue:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 82, 114, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:tw-ring-brand-blue-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 131, 163, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:tw-ring-brand-blue-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 153, 187, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:tw-ring-brand-yellow:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 182, 32, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:tw-ring-brand-green:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 192, 85, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:tw-ring-brand-pink:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 69, 120, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:tw-ring-brand-red:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 0, 52, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:tw-ring-brand-turquesa:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(60, 180, 151, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:tw-ring-gray-lighter:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:tw-ring-gray-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:tw-ring-gray-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:tw-ring-gray-darker:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:tw-ring-gray-medium:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(118, 118, 118, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:tw-ring-gray-mid:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 147, 147, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:tw-ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:tw-ring-primary:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(227, 81, 0, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:tw-ring-primary-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 68, 0, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:tw-ring-primary-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 141, 37, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:tw-ring-secondary:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 82, 114, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:tw-ring-secondary-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 131, 163, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:tw-ring-secondary-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 153, 187, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:tw-ring-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:tw-ring-hyperlinks:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 106, 163, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:tw-ring-hyperlinks-visited:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 31, 125, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:tw-ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .\32xl\:focus\:tw-ring-brand-orange:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(227, 81, 0, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:tw-ring-brand-orange-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 68, 0, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:tw-ring-brand-orange-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 141, 37, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:tw-ring-brand-blue:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 82, 114, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:tw-ring-brand-blue-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 131, 163, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:tw-ring-brand-blue-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 153, 187, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:tw-ring-brand-yellow:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 182, 32, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:tw-ring-brand-green:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 192, 85, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:tw-ring-brand-pink:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 69, 120, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:tw-ring-brand-red:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 0, 52, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:tw-ring-brand-turquesa:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(60, 180, 151, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:tw-ring-gray-lighter:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:tw-ring-gray-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:tw-ring-gray-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:tw-ring-gray-darker:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:tw-ring-gray-medium:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(118, 118, 118, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:tw-ring-gray-mid:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 147, 147, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:tw-ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:tw-ring-primary:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(227, 81, 0, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:tw-ring-primary-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 68, 0, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:tw-ring-primary-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 141, 37, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:tw-ring-secondary:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 82, 114, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:tw-ring-secondary-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 131, 163, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:tw-ring-secondary-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 153, 187, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:tw-ring-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:tw-ring-hyperlinks:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 106, 163, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:tw-ring-hyperlinks-visited:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 31, 125, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:tw-ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .\32xl\:tw-ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .\32xl\:tw-ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  .\32xl\:tw-ring-opacity-10{
    --tw-ring-opacity: 0.1;
  }

  .\32xl\:tw-ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  .\32xl\:tw-ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .\32xl\:tw-ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  .\32xl\:tw-ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  .\32xl\:tw-ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  .\32xl\:tw-ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  .\32xl\:tw-ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  .\32xl\:tw-ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .\32xl\:tw-ring-opacity-80{
    --tw-ring-opacity: 0.8;
  }

  .\32xl\:tw-ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  .\32xl\:tw-ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  .\32xl\:tw-ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .\32xl\:focus-within\:tw-ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .\32xl\:focus-within\:tw-ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  .\32xl\:focus-within\:tw-ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1;
  }

  .\32xl\:focus-within\:tw-ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  .\32xl\:focus-within\:tw-ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .\32xl\:focus-within\:tw-ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  .\32xl\:focus-within\:tw-ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  .\32xl\:focus-within\:tw-ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  .\32xl\:focus-within\:tw-ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  .\32xl\:focus-within\:tw-ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  .\32xl\:focus-within\:tw-ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .\32xl\:focus-within\:tw-ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8;
  }

  .\32xl\:focus-within\:tw-ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  .\32xl\:focus-within\:tw-ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  .\32xl\:focus-within\:tw-ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .\32xl\:focus\:tw-ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .\32xl\:focus\:tw-ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  .\32xl\:focus\:tw-ring-opacity-10:focus{
    --tw-ring-opacity: 0.1;
  }

  .\32xl\:focus\:tw-ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  .\32xl\:focus\:tw-ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .\32xl\:focus\:tw-ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  .\32xl\:focus\:tw-ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  .\32xl\:focus\:tw-ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  .\32xl\:focus\:tw-ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  .\32xl\:focus\:tw-ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  .\32xl\:focus\:tw-ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .\32xl\:focus\:tw-ring-opacity-80:focus{
    --tw-ring-opacity: 0.8;
  }

  .\32xl\:focus\:tw-ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  .\32xl\:focus\:tw-ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  .\32xl\:focus\:tw-ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .\32xl\:tw-fill-current{
    fill: currentColor;
  }

  .\32xl\:tw-fill-primary{
    fill: #E35100;
  }

  .\32xl\:tw-fill-secondary{
    fill: #005272;
  }

  .\32xl\:tw-fill-green{
    fill: #8DC055;
  }

  .\32xl\:tw-fill-magenta{
    fill: #cd0e4d;
  }

  .\32xl\:tw-fill-turquesa{
    fill: #3cb497;
  }

  .\32xl\:tw-fill-primary-light{
    fill: #F38D25;
  }

  .\32xl\:tw-fill-secondary-light{
    fill: #4F99BB;
  }

  .\32xl\:tw-fill-green-light{
    fill: #9dd056;
  }

  .\32xl\:tw-fill-magenta-light{
    fill: #f01e63;
  }

  .\32xl\:tw-fill-turquesa-light{
    fill: #5bc8ae;
  }

  .\32xl\:hover\:tw-fill-current:hover{
    fill: currentColor;
  }

  .\32xl\:hover\:tw-fill-primary:hover{
    fill: #E35100;
  }

  .\32xl\:hover\:tw-fill-secondary:hover{
    fill: #005272;
  }

  .\32xl\:hover\:tw-fill-green:hover{
    fill: #8DC055;
  }

  .\32xl\:hover\:tw-fill-magenta:hover{
    fill: #cd0e4d;
  }

  .\32xl\:hover\:tw-fill-turquesa:hover{
    fill: #3cb497;
  }

  .\32xl\:hover\:tw-fill-primary-light:hover{
    fill: #F38D25;
  }

  .\32xl\:hover\:tw-fill-secondary-light:hover{
    fill: #4F99BB;
  }

  .\32xl\:hover\:tw-fill-green-light:hover{
    fill: #9dd056;
  }

  .\32xl\:hover\:tw-fill-magenta-light:hover{
    fill: #f01e63;
  }

  .\32xl\:hover\:tw-fill-turquesa-light:hover{
    fill: #5bc8ae;
  }

  .\32xl\:focus\:tw-fill-current:focus{
    fill: currentColor;
  }

  .\32xl\:focus\:tw-fill-primary:focus{
    fill: #E35100;
  }

  .\32xl\:focus\:tw-fill-secondary:focus{
    fill: #005272;
  }

  .\32xl\:focus\:tw-fill-green:focus{
    fill: #8DC055;
  }

  .\32xl\:focus\:tw-fill-magenta:focus{
    fill: #cd0e4d;
  }

  .\32xl\:focus\:tw-fill-turquesa:focus{
    fill: #3cb497;
  }

  .\32xl\:focus\:tw-fill-primary-light:focus{
    fill: #F38D25;
  }

  .\32xl\:focus\:tw-fill-secondary-light:focus{
    fill: #4F99BB;
  }

  .\32xl\:focus\:tw-fill-green-light:focus{
    fill: #9dd056;
  }

  .\32xl\:focus\:tw-fill-magenta-light:focus{
    fill: #f01e63;
  }

  .\32xl\:focus\:tw-fill-turquesa-light:focus{
    fill: #5bc8ae;
  }

  .\32xl\:tw-stroke-current{
    stroke: currentColor;
  }

  .\32xl\:tw-stroke-0{
    stroke-width: 0;
  }

  .\32xl\:tw-stroke-1{
    stroke-width: 1;
  }

  .\32xl\:tw-stroke-2{
    stroke-width: 2;
  }

  .\32xl\:tw-table-auto{
    table-layout: auto;
  }

  .\32xl\:tw-table-fixed{
    table-layout: fixed;
  }

  .\32xl\:tw-text-left{
    text-align: left;
  }

  .\32xl\:tw-text-center{
    text-align: center;
  }

  .\32xl\:tw-text-right{
    text-align: right;
  }

  .\32xl\:tw-text-justify{
    text-align: justify;
  }

  .\32xl\:tw-text-brand-orange{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .\32xl\:tw-text-brand-orange-dark{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .\32xl\:tw-text-brand-orange-light{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .\32xl\:tw-text-brand-blue{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .\32xl\:tw-text-brand-blue-dark{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .\32xl\:tw-text-brand-blue-light{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .\32xl\:tw-text-brand-yellow{
    --tw-text-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-text-opacity));
  }

  .\32xl\:tw-text-brand-green{
    --tw-text-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-text-opacity));
  }

  .\32xl\:tw-text-brand-pink{
    --tw-text-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-text-opacity));
  }

  .\32xl\:tw-text-brand-red{
    --tw-text-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-text-opacity));
  }

  .\32xl\:tw-text-brand-turquesa{
    --tw-text-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-text-opacity));
  }

  .\32xl\:tw-text-gray-lighter{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .\32xl\:tw-text-gray-light{
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .\32xl\:tw-text-gray-dark{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  .\32xl\:tw-text-gray-darker{
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .\32xl\:tw-text-gray-medium{
    --tw-text-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-text-opacity));
  }

  .\32xl\:tw-text-gray-mid{
    --tw-text-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-text-opacity));
  }

  .\32xl\:tw-text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .\32xl\:tw-text-primary{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .\32xl\:tw-text-primary-dark{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .\32xl\:tw-text-primary-light{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .\32xl\:tw-text-secondary{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .\32xl\:tw-text-secondary-dark{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .\32xl\:tw-text-secondary-light{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .\32xl\:tw-text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:tw-text-hyperlinks{
    --tw-text-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-text-opacity));
  }

  .\32xl\:tw-text-hyperlinks-visited{
    --tw-text-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-text-opacity));
  }

  .\32xl\:tw-text-transparent{
    color: transparent;
  }

  .\32xl\:visited\:tw-text-brand-orange:visited{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .\32xl\:visited\:tw-text-brand-orange-dark:visited{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .\32xl\:visited\:tw-text-brand-orange-light:visited{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .\32xl\:visited\:tw-text-brand-blue:visited{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .\32xl\:visited\:tw-text-brand-blue-dark:visited{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .\32xl\:visited\:tw-text-brand-blue-light:visited{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .\32xl\:visited\:tw-text-brand-yellow:visited{
    --tw-text-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-text-opacity));
  }

  .\32xl\:visited\:tw-text-brand-green:visited{
    --tw-text-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-text-opacity));
  }

  .\32xl\:visited\:tw-text-brand-pink:visited{
    --tw-text-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-text-opacity));
  }

  .\32xl\:visited\:tw-text-brand-red:visited{
    --tw-text-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-text-opacity));
  }

  .\32xl\:visited\:tw-text-brand-turquesa:visited{
    --tw-text-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-text-opacity));
  }

  .\32xl\:visited\:tw-text-gray-lighter:visited{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .\32xl\:visited\:tw-text-gray-light:visited{
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .\32xl\:visited\:tw-text-gray-dark:visited{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  .\32xl\:visited\:tw-text-gray-darker:visited{
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .\32xl\:visited\:tw-text-gray-medium:visited{
    --tw-text-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-text-opacity));
  }

  .\32xl\:visited\:tw-text-gray-mid:visited{
    --tw-text-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-text-opacity));
  }

  .\32xl\:visited\:tw-text-black:visited{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .\32xl\:visited\:tw-text-primary:visited{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .\32xl\:visited\:tw-text-primary-dark:visited{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .\32xl\:visited\:tw-text-primary-light:visited{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .\32xl\:visited\:tw-text-secondary:visited{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .\32xl\:visited\:tw-text-secondary-dark:visited{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .\32xl\:visited\:tw-text-secondary-light:visited{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .\32xl\:visited\:tw-text-white:visited{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:visited\:tw-text-hyperlinks:visited{
    --tw-text-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-text-opacity));
  }

  .\32xl\:visited\:tw-text-hyperlinks-visited:visited{
    --tw-text-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-text-opacity));
  }

  .\32xl\:visited\:tw-text-transparent:visited{
    color: transparent;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-brand-orange{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-brand-orange-dark{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-brand-orange-light{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-brand-blue{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-brand-blue-dark{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-brand-blue-light{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-brand-yellow{
    --tw-text-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-text-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-brand-green{
    --tw-text-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-text-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-brand-pink{
    --tw-text-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-text-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-brand-red{
    --tw-text-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-text-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-brand-turquesa{
    --tw-text-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-text-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-gray-lighter{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-gray-light{
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-gray-dark{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-gray-darker{
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-gray-medium{
    --tw-text-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-text-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-gray-mid{
    --tw-text-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-text-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-primary{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-primary-dark{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-primary-light{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-secondary{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-secondary-dark{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-secondary-light{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-hyperlinks{
    --tw-text-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-text-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-hyperlinks-visited{
    --tw-text-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-text-opacity));
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-transparent{
    color: transparent;
  }

  .\32xl\:focus-within\:tw-text-brand-orange:focus-within{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:tw-text-brand-orange-dark:focus-within{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:tw-text-brand-orange-light:focus-within{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:tw-text-brand-blue:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:tw-text-brand-blue-dark:focus-within{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:tw-text-brand-blue-light:focus-within{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:tw-text-brand-yellow:focus-within{
    --tw-text-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:tw-text-brand-green:focus-within{
    --tw-text-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:tw-text-brand-pink:focus-within{
    --tw-text-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:tw-text-brand-red:focus-within{
    --tw-text-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:tw-text-brand-turquesa:focus-within{
    --tw-text-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:tw-text-gray-lighter:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:tw-text-gray-light:focus-within{
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:tw-text-gray-dark:focus-within{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:tw-text-gray-darker:focus-within{
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:tw-text-gray-medium:focus-within{
    --tw-text-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:tw-text-gray-mid:focus-within{
    --tw-text-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:tw-text-black:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:tw-text-primary:focus-within{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:tw-text-primary-dark:focus-within{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:tw-text-primary-light:focus-within{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:tw-text-secondary:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:tw-text-secondary-dark:focus-within{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:tw-text-secondary-light:focus-within{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:tw-text-white:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:tw-text-hyperlinks:focus-within{
    --tw-text-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:tw-text-hyperlinks-visited:focus-within{
    --tw-text-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:tw-text-transparent:focus-within{
    color: transparent;
  }

  .\32xl\:hover\:tw-text-brand-orange:hover{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .\32xl\:hover\:tw-text-brand-orange-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .\32xl\:hover\:tw-text-brand-orange-light:hover{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .\32xl\:hover\:tw-text-brand-blue:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .\32xl\:hover\:tw-text-brand-blue-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .\32xl\:hover\:tw-text-brand-blue-light:hover{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .\32xl\:hover\:tw-text-brand-yellow:hover{
    --tw-text-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-text-opacity));
  }

  .\32xl\:hover\:tw-text-brand-green:hover{
    --tw-text-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-text-opacity));
  }

  .\32xl\:hover\:tw-text-brand-pink:hover{
    --tw-text-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-text-opacity));
  }

  .\32xl\:hover\:tw-text-brand-red:hover{
    --tw-text-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-text-opacity));
  }

  .\32xl\:hover\:tw-text-brand-turquesa:hover{
    --tw-text-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-text-opacity));
  }

  .\32xl\:hover\:tw-text-gray-lighter:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .\32xl\:hover\:tw-text-gray-light:hover{
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .\32xl\:hover\:tw-text-gray-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  .\32xl\:hover\:tw-text-gray-darker:hover{
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .\32xl\:hover\:tw-text-gray-medium:hover{
    --tw-text-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-text-opacity));
  }

  .\32xl\:hover\:tw-text-gray-mid:hover{
    --tw-text-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-text-opacity));
  }

  .\32xl\:hover\:tw-text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .\32xl\:hover\:tw-text-primary:hover{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .\32xl\:hover\:tw-text-primary-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .\32xl\:hover\:tw-text-primary-light:hover{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .\32xl\:hover\:tw-text-secondary:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .\32xl\:hover\:tw-text-secondary-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .\32xl\:hover\:tw-text-secondary-light:hover{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .\32xl\:hover\:tw-text-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:hover\:tw-text-hyperlinks:hover{
    --tw-text-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-text-opacity));
  }

  .\32xl\:hover\:tw-text-hyperlinks-visited:hover{
    --tw-text-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-text-opacity));
  }

  .\32xl\:hover\:tw-text-transparent:hover{
    color: transparent;
  }

  .\32xl\:focus\:tw-text-brand-orange:focus{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .\32xl\:focus\:tw-text-brand-orange-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .\32xl\:focus\:tw-text-brand-orange-light:focus{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .\32xl\:focus\:tw-text-brand-blue:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .\32xl\:focus\:tw-text-brand-blue-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .\32xl\:focus\:tw-text-brand-blue-light:focus{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .\32xl\:focus\:tw-text-brand-yellow:focus{
    --tw-text-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-text-opacity));
  }

  .\32xl\:focus\:tw-text-brand-green:focus{
    --tw-text-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-text-opacity));
  }

  .\32xl\:focus\:tw-text-brand-pink:focus{
    --tw-text-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-text-opacity));
  }

  .\32xl\:focus\:tw-text-brand-red:focus{
    --tw-text-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-text-opacity));
  }

  .\32xl\:focus\:tw-text-brand-turquesa:focus{
    --tw-text-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-text-opacity));
  }

  .\32xl\:focus\:tw-text-gray-lighter:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .\32xl\:focus\:tw-text-gray-light:focus{
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .\32xl\:focus\:tw-text-gray-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  .\32xl\:focus\:tw-text-gray-darker:focus{
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .\32xl\:focus\:tw-text-gray-medium:focus{
    --tw-text-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-text-opacity));
  }

  .\32xl\:focus\:tw-text-gray-mid:focus{
    --tw-text-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-text-opacity));
  }

  .\32xl\:focus\:tw-text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .\32xl\:focus\:tw-text-primary:focus{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .\32xl\:focus\:tw-text-primary-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .\32xl\:focus\:tw-text-primary-light:focus{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .\32xl\:focus\:tw-text-secondary:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .\32xl\:focus\:tw-text-secondary-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .\32xl\:focus\:tw-text-secondary-light:focus{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .\32xl\:focus\:tw-text-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus\:tw-text-hyperlinks:focus{
    --tw-text-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-text-opacity));
  }

  .\32xl\:focus\:tw-text-hyperlinks-visited:focus{
    --tw-text-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-text-opacity));
  }

  .\32xl\:focus\:tw-text-transparent:focus{
    color: transparent;
  }

  .\32xl\:active\:tw-text-brand-orange:active{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .\32xl\:active\:tw-text-brand-orange-dark:active{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .\32xl\:active\:tw-text-brand-orange-light:active{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .\32xl\:active\:tw-text-brand-blue:active{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .\32xl\:active\:tw-text-brand-blue-dark:active{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .\32xl\:active\:tw-text-brand-blue-light:active{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .\32xl\:active\:tw-text-brand-yellow:active{
    --tw-text-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-text-opacity));
  }

  .\32xl\:active\:tw-text-brand-green:active{
    --tw-text-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-text-opacity));
  }

  .\32xl\:active\:tw-text-brand-pink:active{
    --tw-text-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-text-opacity));
  }

  .\32xl\:active\:tw-text-brand-red:active{
    --tw-text-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-text-opacity));
  }

  .\32xl\:active\:tw-text-brand-turquesa:active{
    --tw-text-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-text-opacity));
  }

  .\32xl\:active\:tw-text-gray-lighter:active{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .\32xl\:active\:tw-text-gray-light:active{
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .\32xl\:active\:tw-text-gray-dark:active{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  .\32xl\:active\:tw-text-gray-darker:active{
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .\32xl\:active\:tw-text-gray-medium:active{
    --tw-text-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-text-opacity));
  }

  .\32xl\:active\:tw-text-gray-mid:active{
    --tw-text-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-text-opacity));
  }

  .\32xl\:active\:tw-text-black:active{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .\32xl\:active\:tw-text-primary:active{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .\32xl\:active\:tw-text-primary-dark:active{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .\32xl\:active\:tw-text-primary-light:active{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .\32xl\:active\:tw-text-secondary:active{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .\32xl\:active\:tw-text-secondary-dark:active{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .\32xl\:active\:tw-text-secondary-light:active{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .\32xl\:active\:tw-text-white:active{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:active\:tw-text-hyperlinks:active{
    --tw-text-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-text-opacity));
  }

  .\32xl\:active\:tw-text-hyperlinks-visited:active{
    --tw-text-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-text-opacity));
  }

  .\32xl\:active\:tw-text-transparent:active{
    color: transparent;
  }

  .\32xl\:tw-text-opacity-0{
    --tw-text-opacity: 0;
  }

  .\32xl\:tw-text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .\32xl\:tw-text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .\32xl\:tw-text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .\32xl\:tw-text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .\32xl\:tw-text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .\32xl\:tw-text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .\32xl\:tw-text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .\32xl\:tw-text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .\32xl\:tw-text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .\32xl\:tw-text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .\32xl\:tw-text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .\32xl\:tw-text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .\32xl\:tw-text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .\32xl\:tw-text-opacity-100{
    --tw-text-opacity: 1;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-0{
    --tw-text-opacity: 0;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-100{
    --tw-text-opacity: 1;
  }

  .\32xl\:focus-within\:tw-text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .\32xl\:focus-within\:tw-text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  .\32xl\:focus-within\:tw-text-opacity-10:focus-within{
    --tw-text-opacity: 0.1;
  }

  .\32xl\:focus-within\:tw-text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  .\32xl\:focus-within\:tw-text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .\32xl\:focus-within\:tw-text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  .\32xl\:focus-within\:tw-text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  .\32xl\:focus-within\:tw-text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  .\32xl\:focus-within\:tw-text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  .\32xl\:focus-within\:tw-text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  .\32xl\:focus-within\:tw-text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .\32xl\:focus-within\:tw-text-opacity-80:focus-within{
    --tw-text-opacity: 0.8;
  }

  .\32xl\:focus-within\:tw-text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  .\32xl\:focus-within\:tw-text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  .\32xl\:focus-within\:tw-text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .\32xl\:hover\:tw-text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .\32xl\:hover\:tw-text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  .\32xl\:hover\:tw-text-opacity-10:hover{
    --tw-text-opacity: 0.1;
  }

  .\32xl\:hover\:tw-text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  .\32xl\:hover\:tw-text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .\32xl\:hover\:tw-text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  .\32xl\:hover\:tw-text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  .\32xl\:hover\:tw-text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  .\32xl\:hover\:tw-text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  .\32xl\:hover\:tw-text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  .\32xl\:hover\:tw-text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .\32xl\:hover\:tw-text-opacity-80:hover{
    --tw-text-opacity: 0.8;
  }

  .\32xl\:hover\:tw-text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  .\32xl\:hover\:tw-text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  .\32xl\:hover\:tw-text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .\32xl\:focus\:tw-text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .\32xl\:focus\:tw-text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  .\32xl\:focus\:tw-text-opacity-10:focus{
    --tw-text-opacity: 0.1;
  }

  .\32xl\:focus\:tw-text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  .\32xl\:focus\:tw-text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .\32xl\:focus\:tw-text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  .\32xl\:focus\:tw-text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  .\32xl\:focus\:tw-text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  .\32xl\:focus\:tw-text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  .\32xl\:focus\:tw-text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  .\32xl\:focus\:tw-text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .\32xl\:focus\:tw-text-opacity-80:focus{
    --tw-text-opacity: 0.8;
  }

  .\32xl\:focus\:tw-text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  .\32xl\:focus\:tw-text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  .\32xl\:focus\:tw-text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .\32xl\:tw-truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .\32xl\:tw-overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .\32xl\:tw-overflow-clip{
    text-overflow: clip;
  }

  .\32xl\:tw-italic{
    font-style: italic;
  }

  .\32xl\:tw-not-italic{
    font-style: normal;
  }

  .\32xl\:tw-uppercase{
    text-transform: uppercase;
  }

  .\32xl\:tw-lowercase{
    text-transform: lowercase;
  }

  .\32xl\:tw-capitalize{
    text-transform: capitalize;
  }

  .\32xl\:tw-normal-case{
    text-transform: none;
  }

  .\32xl\:tw-underline{
    text-decoration: underline;
  }

  .\32xl\:tw-line-through{
    text-decoration: line-through;
  }

  .\32xl\:tw-no-underline{
    text-decoration: none;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-underline{
    text-decoration: underline;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-line-through{
    text-decoration: line-through;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-no-underline{
    text-decoration: none;
  }

  .\32xl\:focus-within\:tw-underline:focus-within{
    text-decoration: underline;
  }

  .\32xl\:focus-within\:tw-line-through:focus-within{
    text-decoration: line-through;
  }

  .\32xl\:focus-within\:tw-no-underline:focus-within{
    text-decoration: none;
  }

  .\32xl\:hover\:tw-underline:hover{
    text-decoration: underline;
  }

  .\32xl\:hover\:tw-line-through:hover{
    text-decoration: line-through;
  }

  .\32xl\:hover\:tw-no-underline:hover{
    text-decoration: none;
  }

  .\32xl\:focus\:tw-underline:focus{
    text-decoration: underline;
  }

  .\32xl\:focus\:tw-line-through:focus{
    text-decoration: line-through;
  }

  .\32xl\:focus\:tw-no-underline:focus{
    text-decoration: none;
  }

  .\32xl\:tw-antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .\32xl\:tw-subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .\32xl\:tw-ordinal, .\32xl\:tw-slashed-zero, .\32xl\:tw-lining-nums, .\32xl\:tw-oldstyle-nums, .\32xl\:tw-proportional-nums, .\32xl\:tw-tabular-nums, .\32xl\:tw-diagonal-fractions, .\32xl\:tw-stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .\32xl\:tw-normal-nums{
    font-variant-numeric: normal;
  }

  .\32xl\:tw-ordinal{
    --tw-ordinal: ordinal;
  }

  .\32xl\:tw-slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .\32xl\:tw-lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .\32xl\:tw-oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .\32xl\:tw-proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .\32xl\:tw-tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .\32xl\:tw-diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .\32xl\:tw-stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .\32xl\:tw-tracking-tighter{
    letter-spacing: -0.05em;
  }

  .\32xl\:tw-tracking-tight{
    letter-spacing: -0.025em;
  }

  .\32xl\:tw-tracking-normal{
    letter-spacing: 0em;
  }

  .\32xl\:tw-tracking-wide{
    letter-spacing: 0.025em;
  }

  .\32xl\:tw-tracking-wider{
    letter-spacing: 0.05em;
  }

  .\32xl\:tw-tracking-widest{
    letter-spacing: 0.1em;
  }

  .\32xl\:tw-select-none{
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .\32xl\:tw-select-text{
    -webkit-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .\32xl\:tw-select-all{
    -webkit-user-select: all;
            user-select: all;
  }

  .\32xl\:tw-select-auto{
    -webkit-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .\32xl\:tw-align-baseline{
    vertical-align: baseline;
  }

  .\32xl\:tw-align-top{
    vertical-align: top;
  }

  .\32xl\:tw-align-middle{
    vertical-align: middle;
  }

  .\32xl\:tw-align-bottom{
    vertical-align: bottom;
  }

  .\32xl\:tw-align-text-top{
    vertical-align: text-top;
  }

  .\32xl\:tw-align-text-bottom{
    vertical-align: text-bottom;
  }

  .\32xl\:tw-visible{
    visibility: visible;
  }

  .\32xl\:tw-invisible{
    visibility: hidden;
  }

  .\32xl\:tw-whitespace-normal{
    white-space: normal;
  }

  .\32xl\:tw-whitespace-nowrap{
    white-space: nowrap;
  }

  .\32xl\:tw-whitespace-pre{
    white-space: pre;
  }

  .\32xl\:tw-whitespace-pre-line{
    white-space: pre-line;
  }

  .\32xl\:tw-whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .\32xl\:tw-break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .\32xl\:tw-break-words{
    overflow-wrap: break-word;
  }

  .\32xl\:tw-break-all{
    word-break: break-all;
  }

  .\32xl\:tw-w-0{
    width: 0px;
  }

  .\32xl\:tw-w-1{
    width: 0.25rem;
  }

  .\32xl\:tw-w-2{
    width: 0.5rem;
  }

  .\32xl\:tw-w-3{
    width: 0.75rem;
  }

  .\32xl\:tw-w-4{
    width: 1rem;
  }

  .\32xl\:tw-w-5{
    width: 1.25rem;
  }

  .\32xl\:tw-w-6{
    width: 1.5rem;
  }

  .\32xl\:tw-w-7{
    width: 1.75rem;
  }

  .\32xl\:tw-w-8{
    width: 2rem;
  }

  .\32xl\:tw-w-9{
    width: 2.25rem;
  }

  .\32xl\:tw-w-10{
    width: 2.5rem;
  }

  .\32xl\:tw-w-11{
    width: 2.75rem;
  }

  .\32xl\:tw-w-12{
    width: 3rem;
  }

  .\32xl\:tw-w-13{
    width: 3.25rem;
  }

  .\32xl\:tw-w-14{
    width: 3.5rem;
  }

  .\32xl\:tw-w-16{
    width: 4rem;
  }

  .\32xl\:tw-w-20{
    width: 5rem;
  }

  .\32xl\:tw-w-24{
    width: 6rem;
  }

  .\32xl\:tw-w-28{
    width: 7rem;
  }

  .\32xl\:tw-w-32{
    width: 8rem;
  }

  .\32xl\:tw-w-36{
    width: 9rem;
  }

  .\32xl\:tw-w-40{
    width: 10rem;
  }

  .\32xl\:tw-w-44{
    width: 44px;
  }

  .\32xl\:tw-w-48{
    width: 12rem;
  }

  .\32xl\:tw-w-52{
    width: 13rem;
  }

  .\32xl\:tw-w-56{
    width: 14rem;
  }

  .\32xl\:tw-w-60{
    width: 15rem;
  }

  .\32xl\:tw-w-64{
    width: 16rem;
  }

  .\32xl\:tw-w-72{
    width: 18rem;
  }

  .\32xl\:tw-w-80{
    width: 20rem;
  }

  .\32xl\:tw-w-96{
    width: 24rem;
  }

  .\32xl\:tw-w-auto{
    width: auto;
  }

  .\32xl\:tw-w-px{
    width: 1px;
  }

  .\32xl\:tw-w-0\.5{
    width: 0.125rem;
  }

  .\32xl\:tw-w-1\.5{
    width: 0.375rem;
  }

  .\32xl\:tw-w-2\.5{
    width: 0.625rem;
  }

  .\32xl\:tw-w-3\.5{
    width: 0.875rem;
  }

  .\32xl\:tw-w-2\/3{
    width: 66.666667%;
  }

  .\32xl\:tw-w-3\/2{
    width: 150%;
  }

  .\32xl\:tw-w-square{
    width: 100%;
  }

  .\32xl\:tw-w-58px{
    width: 58px;
  }

  .\32xl\:tw-w-63px{
    width: 63px;
  }

  .\32xl\:tw-w-73px{
    width: 73.px;
  }

  .\32xl\:tw-w-1\/2{
    width: 50%;
  }

  .\32xl\:tw-w-1\/3{
    width: 33.333333%;
  }

  .\32xl\:tw-w-1\/4{
    width: 25%;
  }

  .\32xl\:tw-w-2\/4{
    width: 50%;
  }

  .\32xl\:tw-w-3\/4{
    width: 75%;
  }

  .\32xl\:tw-w-1\/5{
    width: 20%;
  }

  .\32xl\:tw-w-2\/5{
    width: 40%;
  }

  .\32xl\:tw-w-3\/5{
    width: 60%;
  }

  .\32xl\:tw-w-4\/5{
    width: 80%;
  }

  .\32xl\:tw-w-1\/6{
    width: 16.666667%;
  }

  .\32xl\:tw-w-2\/6{
    width: 33.333333%;
  }

  .\32xl\:tw-w-3\/6{
    width: 50%;
  }

  .\32xl\:tw-w-4\/6{
    width: 66.666667%;
  }

  .\32xl\:tw-w-5\/6{
    width: 83.333333%;
  }

  .\32xl\:tw-w-1\/12{
    width: 8.333333%;
  }

  .\32xl\:tw-w-2\/12{
    width: 16.666667%;
  }

  .\32xl\:tw-w-3\/12{
    width: 25%;
  }

  .\32xl\:tw-w-4\/12{
    width: 33.333333%;
  }

  .\32xl\:tw-w-5\/12{
    width: 41.666667%;
  }

  .\32xl\:tw-w-6\/12{
    width: 50%;
  }

  .\32xl\:tw-w-7\/12{
    width: 58.333333%;
  }

  .\32xl\:tw-w-8\/12{
    width: 66.666667%;
  }

  .\32xl\:tw-w-9\/12{
    width: 75%;
  }

  .\32xl\:tw-w-10\/12{
    width: 83.333333%;
  }

  .\32xl\:tw-w-11\/12{
    width: 91.666667%;
  }

  .\32xl\:tw-w-full{
    width: 100%;
  }

  .\32xl\:tw-w-screen{
    width: 100vw;
  }

  .\32xl\:tw-w-min{
    width: min-content;
  }

  .\32xl\:tw-w-max{
    width: max-content;
  }

  .\32xl\:tw-z-0{
    z-index: 0;
  }

  .\32xl\:tw-z-10{
    z-index: 10;
  }

  .\32xl\:tw-z-20{
    z-index: 20;
  }

  .\32xl\:tw-z-30{
    z-index: 30;
  }

  .\32xl\:tw-z-40{
    z-index: 40;
  }

  .\32xl\:tw-z-50{
    z-index: 50;
  }

  .\32xl\:tw-z-60{
    z-index: 60;
  }

  .\32xl\:tw-z-auto{
    z-index: auto;
  }

  .\32xl\:focus-within\:tw-z-0:focus-within{
    z-index: 0;
  }

  .\32xl\:focus-within\:tw-z-10:focus-within{
    z-index: 10;
  }

  .\32xl\:focus-within\:tw-z-20:focus-within{
    z-index: 20;
  }

  .\32xl\:focus-within\:tw-z-30:focus-within{
    z-index: 30;
  }

  .\32xl\:focus-within\:tw-z-40:focus-within{
    z-index: 40;
  }

  .\32xl\:focus-within\:tw-z-50:focus-within{
    z-index: 50;
  }

  .\32xl\:focus-within\:tw-z-60:focus-within{
    z-index: 60;
  }

  .\32xl\:focus-within\:tw-z-auto:focus-within{
    z-index: auto;
  }

  .\32xl\:hover\:tw-z-0:hover{
    z-index: 0;
  }

  .\32xl\:hover\:tw-z-10:hover{
    z-index: 10;
  }

  .\32xl\:hover\:tw-z-20:hover{
    z-index: 20;
  }

  .\32xl\:hover\:tw-z-30:hover{
    z-index: 30;
  }

  .\32xl\:hover\:tw-z-40:hover{
    z-index: 40;
  }

  .\32xl\:hover\:tw-z-50:hover{
    z-index: 50;
  }

  .\32xl\:hover\:tw-z-60:hover{
    z-index: 60;
  }

  .\32xl\:hover\:tw-z-auto:hover{
    z-index: auto;
  }

  .\32xl\:focus\:tw-z-0:focus{
    z-index: 0;
  }

  .\32xl\:focus\:tw-z-10:focus{
    z-index: 10;
  }

  .\32xl\:focus\:tw-z-20:focus{
    z-index: 20;
  }

  .\32xl\:focus\:tw-z-30:focus{
    z-index: 30;
  }

  .\32xl\:focus\:tw-z-40:focus{
    z-index: 40;
  }

  .\32xl\:focus\:tw-z-50:focus{
    z-index: 50;
  }

  .\32xl\:focus\:tw-z-60:focus{
    z-index: 60;
  }

  .\32xl\:focus\:tw-z-auto:focus{
    z-index: auto;
  }

  .\32xl\:active\:tw-z-0:active{
    z-index: 0;
  }

  .\32xl\:active\:tw-z-10:active{
    z-index: 10;
  }

  .\32xl\:active\:tw-z-20:active{
    z-index: 20;
  }

  .\32xl\:active\:tw-z-30:active{
    z-index: 30;
  }

  .\32xl\:active\:tw-z-40:active{
    z-index: 40;
  }

  .\32xl\:active\:tw-z-50:active{
    z-index: 50;
  }

  .\32xl\:active\:tw-z-60:active{
    z-index: 60;
  }

  .\32xl\:active\:tw-z-auto:active{
    z-index: auto;
  }

  .\32xl\:tw-gap-0{
    gap: 0px;
  }

  .\32xl\:tw-gap-1{
    gap: 0.25rem;
  }

  .\32xl\:tw-gap-2{
    gap: 0.5rem;
  }

  .\32xl\:tw-gap-3{
    gap: 0.75rem;
  }

  .\32xl\:tw-gap-4{
    gap: 1rem;
  }

  .\32xl\:tw-gap-5{
    gap: 1.25rem;
  }

  .\32xl\:tw-gap-6{
    gap: 1.5rem;
  }

  .\32xl\:tw-gap-7{
    gap: 1.75rem;
  }

  .\32xl\:tw-gap-8{
    gap: 2rem;
  }

  .\32xl\:tw-gap-9{
    gap: 2.25rem;
  }

  .\32xl\:tw-gap-10{
    gap: 2.5rem;
  }

  .\32xl\:tw-gap-11{
    gap: 2.75rem;
  }

  .\32xl\:tw-gap-12{
    gap: 3rem;
  }

  .\32xl\:tw-gap-13{
    gap: 3.25rem;
  }

  .\32xl\:tw-gap-14{
    gap: 3.5rem;
  }

  .\32xl\:tw-gap-16{
    gap: 4rem;
  }

  .\32xl\:tw-gap-20{
    gap: 5rem;
  }

  .\32xl\:tw-gap-24{
    gap: 6rem;
  }

  .\32xl\:tw-gap-28{
    gap: 7rem;
  }

  .\32xl\:tw-gap-32{
    gap: 8rem;
  }

  .\32xl\:tw-gap-36{
    gap: 9rem;
  }

  .\32xl\:tw-gap-40{
    gap: 10rem;
  }

  .\32xl\:tw-gap-44{
    gap: 11rem;
  }

  .\32xl\:tw-gap-48{
    gap: 12rem;
  }

  .\32xl\:tw-gap-52{
    gap: 13rem;
  }

  .\32xl\:tw-gap-56{
    gap: 14rem;
  }

  .\32xl\:tw-gap-60{
    gap: 15rem;
  }

  .\32xl\:tw-gap-64{
    gap: 16rem;
  }

  .\32xl\:tw-gap-72{
    gap: 18rem;
  }

  .\32xl\:tw-gap-80{
    gap: 20rem;
  }

  .\32xl\:tw-gap-96{
    gap: 24rem;
  }

  .\32xl\:tw-gap-px{
    gap: 1px;
  }

  .\32xl\:tw-gap-0\.5{
    gap: 0.125rem;
  }

  .\32xl\:tw-gap-1\.5{
    gap: 0.375rem;
  }

  .\32xl\:tw-gap-2\.5{
    gap: 0.625rem;
  }

  .\32xl\:tw-gap-3\.5{
    gap: 0.875rem;
  }

  .\32xl\:tw-gap-2\/3{
    gap: 66.666%;
  }

  .\32xl\:tw-gap-3\/2{
    gap: 150%;
  }

  .\32xl\:tw-gap-square{
    gap: 100%;
  }

  .\32xl\:tw-gap-58px{
    gap: 58px;
  }

  .\32xl\:tw-gap-63px{
    gap: 63px;
  }

  .\32xl\:tw-gap-73px{
    gap: 73.px;
  }

  .\32xl\:tw-gap-x-0{
    column-gap: 0px;
  }

  .\32xl\:tw-gap-x-1{
    column-gap: 0.25rem;
  }

  .\32xl\:tw-gap-x-2{
    column-gap: 0.5rem;
  }

  .\32xl\:tw-gap-x-3{
    column-gap: 0.75rem;
  }

  .\32xl\:tw-gap-x-4{
    column-gap: 1rem;
  }

  .\32xl\:tw-gap-x-5{
    column-gap: 1.25rem;
  }

  .\32xl\:tw-gap-x-6{
    column-gap: 1.5rem;
  }

  .\32xl\:tw-gap-x-7{
    column-gap: 1.75rem;
  }

  .\32xl\:tw-gap-x-8{
    column-gap: 2rem;
  }

  .\32xl\:tw-gap-x-9{
    column-gap: 2.25rem;
  }

  .\32xl\:tw-gap-x-10{
    column-gap: 2.5rem;
  }

  .\32xl\:tw-gap-x-11{
    column-gap: 2.75rem;
  }

  .\32xl\:tw-gap-x-12{
    column-gap: 3rem;
  }

  .\32xl\:tw-gap-x-13{
    column-gap: 3.25rem;
  }

  .\32xl\:tw-gap-x-14{
    column-gap: 3.5rem;
  }

  .\32xl\:tw-gap-x-16{
    column-gap: 4rem;
  }

  .\32xl\:tw-gap-x-20{
    column-gap: 5rem;
  }

  .\32xl\:tw-gap-x-24{
    column-gap: 6rem;
  }

  .\32xl\:tw-gap-x-28{
    column-gap: 7rem;
  }

  .\32xl\:tw-gap-x-32{
    column-gap: 8rem;
  }

  .\32xl\:tw-gap-x-36{
    column-gap: 9rem;
  }

  .\32xl\:tw-gap-x-40{
    column-gap: 10rem;
  }

  .\32xl\:tw-gap-x-44{
    column-gap: 11rem;
  }

  .\32xl\:tw-gap-x-48{
    column-gap: 12rem;
  }

  .\32xl\:tw-gap-x-52{
    column-gap: 13rem;
  }

  .\32xl\:tw-gap-x-56{
    column-gap: 14rem;
  }

  .\32xl\:tw-gap-x-60{
    column-gap: 15rem;
  }

  .\32xl\:tw-gap-x-64{
    column-gap: 16rem;
  }

  .\32xl\:tw-gap-x-72{
    column-gap: 18rem;
  }

  .\32xl\:tw-gap-x-80{
    column-gap: 20rem;
  }

  .\32xl\:tw-gap-x-96{
    column-gap: 24rem;
  }

  .\32xl\:tw-gap-x-px{
    column-gap: 1px;
  }

  .\32xl\:tw-gap-x-0\.5{
    column-gap: 0.125rem;
  }

  .\32xl\:tw-gap-x-1\.5{
    column-gap: 0.375rem;
  }

  .\32xl\:tw-gap-x-2\.5{
    column-gap: 0.625rem;
  }

  .\32xl\:tw-gap-x-3\.5{
    column-gap: 0.875rem;
  }

  .\32xl\:tw-gap-x-2\/3{
    column-gap: 66.666%;
  }

  .\32xl\:tw-gap-x-3\/2{
    column-gap: 150%;
  }

  .\32xl\:tw-gap-x-square{
    column-gap: 100%;
  }

  .\32xl\:tw-gap-x-58px{
    column-gap: 58px;
  }

  .\32xl\:tw-gap-x-63px{
    column-gap: 63px;
  }

  .\32xl\:tw-gap-x-73px{
    column-gap: 73.px;
  }

  .\32xl\:tw-gap-y-0{
    row-gap: 0px;
  }

  .\32xl\:tw-gap-y-1{
    row-gap: 0.25rem;
  }

  .\32xl\:tw-gap-y-2{
    row-gap: 0.5rem;
  }

  .\32xl\:tw-gap-y-3{
    row-gap: 0.75rem;
  }

  .\32xl\:tw-gap-y-4{
    row-gap: 1rem;
  }

  .\32xl\:tw-gap-y-5{
    row-gap: 1.25rem;
  }

  .\32xl\:tw-gap-y-6{
    row-gap: 1.5rem;
  }

  .\32xl\:tw-gap-y-7{
    row-gap: 1.75rem;
  }

  .\32xl\:tw-gap-y-8{
    row-gap: 2rem;
  }

  .\32xl\:tw-gap-y-9{
    row-gap: 2.25rem;
  }

  .\32xl\:tw-gap-y-10{
    row-gap: 2.5rem;
  }

  .\32xl\:tw-gap-y-11{
    row-gap: 2.75rem;
  }

  .\32xl\:tw-gap-y-12{
    row-gap: 3rem;
  }

  .\32xl\:tw-gap-y-13{
    row-gap: 3.25rem;
  }

  .\32xl\:tw-gap-y-14{
    row-gap: 3.5rem;
  }

  .\32xl\:tw-gap-y-16{
    row-gap: 4rem;
  }

  .\32xl\:tw-gap-y-20{
    row-gap: 5rem;
  }

  .\32xl\:tw-gap-y-24{
    row-gap: 6rem;
  }

  .\32xl\:tw-gap-y-28{
    row-gap: 7rem;
  }

  .\32xl\:tw-gap-y-32{
    row-gap: 8rem;
  }

  .\32xl\:tw-gap-y-36{
    row-gap: 9rem;
  }

  .\32xl\:tw-gap-y-40{
    row-gap: 10rem;
  }

  .\32xl\:tw-gap-y-44{
    row-gap: 11rem;
  }

  .\32xl\:tw-gap-y-48{
    row-gap: 12rem;
  }

  .\32xl\:tw-gap-y-52{
    row-gap: 13rem;
  }

  .\32xl\:tw-gap-y-56{
    row-gap: 14rem;
  }

  .\32xl\:tw-gap-y-60{
    row-gap: 15rem;
  }

  .\32xl\:tw-gap-y-64{
    row-gap: 16rem;
  }

  .\32xl\:tw-gap-y-72{
    row-gap: 18rem;
  }

  .\32xl\:tw-gap-y-80{
    row-gap: 20rem;
  }

  .\32xl\:tw-gap-y-96{
    row-gap: 24rem;
  }

  .\32xl\:tw-gap-y-px{
    row-gap: 1px;
  }

  .\32xl\:tw-gap-y-0\.5{
    row-gap: 0.125rem;
  }

  .\32xl\:tw-gap-y-1\.5{
    row-gap: 0.375rem;
  }

  .\32xl\:tw-gap-y-2\.5{
    row-gap: 0.625rem;
  }

  .\32xl\:tw-gap-y-3\.5{
    row-gap: 0.875rem;
  }

  .\32xl\:tw-gap-y-2\/3{
    row-gap: 66.666%;
  }

  .\32xl\:tw-gap-y-3\/2{
    row-gap: 150%;
  }

  .\32xl\:tw-gap-y-square{
    row-gap: 100%;
  }

  .\32xl\:tw-gap-y-58px{
    row-gap: 58px;
  }

  .\32xl\:tw-gap-y-63px{
    row-gap: 63px;
  }

  .\32xl\:tw-gap-y-73px{
    row-gap: 73.px;
  }

  .\32xl\:tw-grid-flow-row{
    grid-auto-flow: row;
  }

  .\32xl\:tw-grid-flow-col{
    grid-auto-flow: column;
  }

  .\32xl\:tw-grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .\32xl\:tw-grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .\32xl\:tw-grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .\32xl\:tw-grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .\32xl\:tw-grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .\32xl\:tw-grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .\32xl\:tw-grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .\32xl\:tw-grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .\32xl\:tw-grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .\32xl\:tw-grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .\32xl\:tw-grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .\32xl\:tw-grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .\32xl\:tw-grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .\32xl\:tw-grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .\32xl\:tw-grid-cols-none{
    grid-template-columns: none;
  }

  .\32xl\:tw-auto-cols-auto{
    grid-auto-columns: auto;
  }

  .\32xl\:tw-auto-cols-min{
    grid-auto-columns: min-content;
  }

  .\32xl\:tw-auto-cols-max{
    grid-auto-columns: max-content;
  }

  .\32xl\:tw-auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .\32xl\:tw-col-auto{
    grid-column: auto;
  }

  .\32xl\:tw-col-span-1{
    grid-column: span 1 / span 1;
  }

  .\32xl\:tw-col-span-2{
    grid-column: span 2 / span 2;
  }

  .\32xl\:tw-col-span-3{
    grid-column: span 3 / span 3;
  }

  .\32xl\:tw-col-span-4{
    grid-column: span 4 / span 4;
  }

  .\32xl\:tw-col-span-5{
    grid-column: span 5 / span 5;
  }

  .\32xl\:tw-col-span-6{
    grid-column: span 6 / span 6;
  }

  .\32xl\:tw-col-span-7{
    grid-column: span 7 / span 7;
  }

  .\32xl\:tw-col-span-8{
    grid-column: span 8 / span 8;
  }

  .\32xl\:tw-col-span-9{
    grid-column: span 9 / span 9;
  }

  .\32xl\:tw-col-span-10{
    grid-column: span 10 / span 10;
  }

  .\32xl\:tw-col-span-11{
    grid-column: span 11 / span 11;
  }

  .\32xl\:tw-col-span-12{
    grid-column: span 12 / span 12;
  }

  .\32xl\:tw-col-span-full{
    grid-column: 1 / -1;
  }

  .\32xl\:tw-col-start-1{
    grid-column-start: 1;
  }

  .\32xl\:tw-col-start-2{
    grid-column-start: 2;
  }

  .\32xl\:tw-col-start-3{
    grid-column-start: 3;
  }

  .\32xl\:tw-col-start-4{
    grid-column-start: 4;
  }

  .\32xl\:tw-col-start-5{
    grid-column-start: 5;
  }

  .\32xl\:tw-col-start-6{
    grid-column-start: 6;
  }

  .\32xl\:tw-col-start-7{
    grid-column-start: 7;
  }

  .\32xl\:tw-col-start-8{
    grid-column-start: 8;
  }

  .\32xl\:tw-col-start-9{
    grid-column-start: 9;
  }

  .\32xl\:tw-col-start-10{
    grid-column-start: 10;
  }

  .\32xl\:tw-col-start-11{
    grid-column-start: 11;
  }

  .\32xl\:tw-col-start-12{
    grid-column-start: 12;
  }

  .\32xl\:tw-col-start-13{
    grid-column-start: 13;
  }

  .\32xl\:tw-col-start-auto{
    grid-column-start: auto;
  }

  .\32xl\:tw-col-end-1{
    grid-column-end: 1;
  }

  .\32xl\:tw-col-end-2{
    grid-column-end: 2;
  }

  .\32xl\:tw-col-end-3{
    grid-column-end: 3;
  }

  .\32xl\:tw-col-end-4{
    grid-column-end: 4;
  }

  .\32xl\:tw-col-end-5{
    grid-column-end: 5;
  }

  .\32xl\:tw-col-end-6{
    grid-column-end: 6;
  }

  .\32xl\:tw-col-end-7{
    grid-column-end: 7;
  }

  .\32xl\:tw-col-end-8{
    grid-column-end: 8;
  }

  .\32xl\:tw-col-end-9{
    grid-column-end: 9;
  }

  .\32xl\:tw-col-end-10{
    grid-column-end: 10;
  }

  .\32xl\:tw-col-end-11{
    grid-column-end: 11;
  }

  .\32xl\:tw-col-end-12{
    grid-column-end: 12;
  }

  .\32xl\:tw-col-end-13{
    grid-column-end: 13;
  }

  .\32xl\:tw-col-end-auto{
    grid-column-end: auto;
  }

  .\32xl\:tw-grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .\32xl\:tw-grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .\32xl\:tw-grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .\32xl\:tw-grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .\32xl\:tw-grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .\32xl\:tw-grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .\32xl\:tw-grid-rows-none{
    grid-template-rows: none;
  }

  .\32xl\:tw-auto-rows-auto{
    grid-auto-rows: auto;
  }

  .\32xl\:tw-auto-rows-min{
    grid-auto-rows: min-content;
  }

  .\32xl\:tw-auto-rows-max{
    grid-auto-rows: max-content;
  }

  .\32xl\:tw-auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .\32xl\:tw-row-auto{
    grid-row: auto;
  }

  .\32xl\:tw-row-span-1{
    grid-row: span 1 / span 1;
  }

  .\32xl\:tw-row-span-2{
    grid-row: span 2 / span 2;
  }

  .\32xl\:tw-row-span-3{
    grid-row: span 3 / span 3;
  }

  .\32xl\:tw-row-span-4{
    grid-row: span 4 / span 4;
  }

  .\32xl\:tw-row-span-5{
    grid-row: span 5 / span 5;
  }

  .\32xl\:tw-row-span-6{
    grid-row: span 6 / span 6;
  }

  .\32xl\:tw-row-span-full{
    grid-row: 1 / -1;
  }

  .\32xl\:tw-row-start-1{
    grid-row-start: 1;
  }

  .\32xl\:tw-row-start-2{
    grid-row-start: 2;
  }

  .\32xl\:tw-row-start-3{
    grid-row-start: 3;
  }

  .\32xl\:tw-row-start-4{
    grid-row-start: 4;
  }

  .\32xl\:tw-row-start-5{
    grid-row-start: 5;
  }

  .\32xl\:tw-row-start-6{
    grid-row-start: 6;
  }

  .\32xl\:tw-row-start-7{
    grid-row-start: 7;
  }

  .\32xl\:tw-row-start-auto{
    grid-row-start: auto;
  }

  .\32xl\:tw-row-end-1{
    grid-row-end: 1;
  }

  .\32xl\:tw-row-end-2{
    grid-row-end: 2;
  }

  .\32xl\:tw-row-end-3{
    grid-row-end: 3;
  }

  .\32xl\:tw-row-end-4{
    grid-row-end: 4;
  }

  .\32xl\:tw-row-end-5{
    grid-row-end: 5;
  }

  .\32xl\:tw-row-end-6{
    grid-row-end: 6;
  }

  .\32xl\:tw-row-end-7{
    grid-row-end: 7;
  }

  .\32xl\:tw-row-end-auto{
    grid-row-end: auto;
  }

  .\32xl\:tw-transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .\32xl\:tw-transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .\32xl\:tw-transform-none{
    transform: none;
  }

  .\32xl\:tw-origin-center{
    transform-origin: center;
  }

  .\32xl\:tw-origin-top{
    transform-origin: top;
  }

  .\32xl\:tw-origin-top-right{
    transform-origin: top right;
  }

  .\32xl\:tw-origin-right{
    transform-origin: right;
  }

  .\32xl\:tw-origin-bottom-right{
    transform-origin: bottom right;
  }

  .\32xl\:tw-origin-bottom{
    transform-origin: bottom;
  }

  .\32xl\:tw-origin-bottom-left{
    transform-origin: bottom left;
  }

  .\32xl\:tw-origin-left{
    transform-origin: left;
  }

  .\32xl\:tw-origin-top-left{
    transform-origin: top left;
  }

  .\32xl\:tw-scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .\32xl\:tw-scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .\32xl\:tw-scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .\32xl\:tw-scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .\32xl\:tw-scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .\32xl\:tw-scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .\32xl\:tw-scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .\32xl\:tw-scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .\32xl\:tw-scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .\32xl\:tw-scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .\32xl\:tw-scale-x-0{
    --tw-scale-x: 0;
  }

  .\32xl\:tw-scale-x-50{
    --tw-scale-x: .5;
  }

  .\32xl\:tw-scale-x-75{
    --tw-scale-x: .75;
  }

  .\32xl\:tw-scale-x-90{
    --tw-scale-x: .9;
  }

  .\32xl\:tw-scale-x-95{
    --tw-scale-x: .95;
  }

  .\32xl\:tw-scale-x-100{
    --tw-scale-x: 1;
  }

  .\32xl\:tw-scale-x-105{
    --tw-scale-x: 1.05;
  }

  .\32xl\:tw-scale-x-110{
    --tw-scale-x: 1.1;
  }

  .\32xl\:tw-scale-x-125{
    --tw-scale-x: 1.25;
  }

  .\32xl\:tw-scale-x-150{
    --tw-scale-x: 1.5;
  }

  .\32xl\:tw-scale-y-0{
    --tw-scale-y: 0;
  }

  .\32xl\:tw-scale-y-50{
    --tw-scale-y: .5;
  }

  .\32xl\:tw-scale-y-75{
    --tw-scale-y: .75;
  }

  .\32xl\:tw-scale-y-90{
    --tw-scale-y: .9;
  }

  .\32xl\:tw-scale-y-95{
    --tw-scale-y: .95;
  }

  .\32xl\:tw-scale-y-100{
    --tw-scale-y: 1;
  }

  .\32xl\:tw-scale-y-105{
    --tw-scale-y: 1.05;
  }

  .\32xl\:tw-scale-y-110{
    --tw-scale-y: 1.1;
  }

  .\32xl\:tw-scale-y-125{
    --tw-scale-y: 1.25;
  }

  .\32xl\:tw-scale-y-150{
    --tw-scale-y: 1.5;
  }

  .\32xl\:hover\:tw-scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .\32xl\:hover\:tw-scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .\32xl\:hover\:tw-scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .\32xl\:hover\:tw-scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .\32xl\:hover\:tw-scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .\32xl\:hover\:tw-scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .\32xl\:hover\:tw-scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .\32xl\:hover\:tw-scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .\32xl\:hover\:tw-scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .\32xl\:hover\:tw-scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .\32xl\:hover\:tw-scale-x-0:hover{
    --tw-scale-x: 0;
  }

  .\32xl\:hover\:tw-scale-x-50:hover{
    --tw-scale-x: .5;
  }

  .\32xl\:hover\:tw-scale-x-75:hover{
    --tw-scale-x: .75;
  }

  .\32xl\:hover\:tw-scale-x-90:hover{
    --tw-scale-x: .9;
  }

  .\32xl\:hover\:tw-scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .\32xl\:hover\:tw-scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .\32xl\:hover\:tw-scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .\32xl\:hover\:tw-scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  .\32xl\:hover\:tw-scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  .\32xl\:hover\:tw-scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .\32xl\:hover\:tw-scale-y-0:hover{
    --tw-scale-y: 0;
  }

  .\32xl\:hover\:tw-scale-y-50:hover{
    --tw-scale-y: .5;
  }

  .\32xl\:hover\:tw-scale-y-75:hover{
    --tw-scale-y: .75;
  }

  .\32xl\:hover\:tw-scale-y-90:hover{
    --tw-scale-y: .9;
  }

  .\32xl\:hover\:tw-scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .\32xl\:hover\:tw-scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .\32xl\:hover\:tw-scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .\32xl\:hover\:tw-scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  .\32xl\:hover\:tw-scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  .\32xl\:hover\:tw-scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .\32xl\:focus\:tw-scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .\32xl\:focus\:tw-scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .\32xl\:focus\:tw-scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .\32xl\:focus\:tw-scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .\32xl\:focus\:tw-scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .\32xl\:focus\:tw-scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .\32xl\:focus\:tw-scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .\32xl\:focus\:tw-scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .\32xl\:focus\:tw-scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .\32xl\:focus\:tw-scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .\32xl\:focus\:tw-scale-x-0:focus{
    --tw-scale-x: 0;
  }

  .\32xl\:focus\:tw-scale-x-50:focus{
    --tw-scale-x: .5;
  }

  .\32xl\:focus\:tw-scale-x-75:focus{
    --tw-scale-x: .75;
  }

  .\32xl\:focus\:tw-scale-x-90:focus{
    --tw-scale-x: .9;
  }

  .\32xl\:focus\:tw-scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .\32xl\:focus\:tw-scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .\32xl\:focus\:tw-scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .\32xl\:focus\:tw-scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  .\32xl\:focus\:tw-scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  .\32xl\:focus\:tw-scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .\32xl\:focus\:tw-scale-y-0:focus{
    --tw-scale-y: 0;
  }

  .\32xl\:focus\:tw-scale-y-50:focus{
    --tw-scale-y: .5;
  }

  .\32xl\:focus\:tw-scale-y-75:focus{
    --tw-scale-y: .75;
  }

  .\32xl\:focus\:tw-scale-y-90:focus{
    --tw-scale-y: .9;
  }

  .\32xl\:focus\:tw-scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .\32xl\:focus\:tw-scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .\32xl\:focus\:tw-scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .\32xl\:focus\:tw-scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  .\32xl\:focus\:tw-scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  .\32xl\:focus\:tw-scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .\32xl\:tw-rotate-0{
    --tw-rotate: 0deg;
  }

  .\32xl\:tw-rotate-1{
    --tw-rotate: 1deg;
  }

  .\32xl\:tw-rotate-2{
    --tw-rotate: 2deg;
  }

  .\32xl\:tw-rotate-3{
    --tw-rotate: 3deg;
  }

  .\32xl\:tw-rotate-6{
    --tw-rotate: 6deg;
  }

  .\32xl\:tw-rotate-12{
    --tw-rotate: 12deg;
  }

  .\32xl\:tw-rotate-45{
    --tw-rotate: 45deg;
  }

  .\32xl\:tw-rotate-90{
    --tw-rotate: 90deg;
  }

  .\32xl\:tw-rotate-180{
    --tw-rotate: 180deg;
  }

  .\32xl\:tw--rotate-180{
    --tw-rotate: -180deg;
  }

  .\32xl\:tw--rotate-90{
    --tw-rotate: -90deg;
  }

  .\32xl\:tw--rotate-45{
    --tw-rotate: -45deg;
  }

  .\32xl\:tw--rotate-12{
    --tw-rotate: -12deg;
  }

  .\32xl\:tw--rotate-6{
    --tw-rotate: -6deg;
  }

  .\32xl\:tw--rotate-3{
    --tw-rotate: -3deg;
  }

  .\32xl\:tw--rotate-2{
    --tw-rotate: -2deg;
  }

  .\32xl\:tw--rotate-1{
    --tw-rotate: -1deg;
  }

  .\32xl\:hover\:tw-rotate-0:hover{
    --tw-rotate: 0deg;
  }

  .\32xl\:hover\:tw-rotate-1:hover{
    --tw-rotate: 1deg;
  }

  .\32xl\:hover\:tw-rotate-2:hover{
    --tw-rotate: 2deg;
  }

  .\32xl\:hover\:tw-rotate-3:hover{
    --tw-rotate: 3deg;
  }

  .\32xl\:hover\:tw-rotate-6:hover{
    --tw-rotate: 6deg;
  }

  .\32xl\:hover\:tw-rotate-12:hover{
    --tw-rotate: 12deg;
  }

  .\32xl\:hover\:tw-rotate-45:hover{
    --tw-rotate: 45deg;
  }

  .\32xl\:hover\:tw-rotate-90:hover{
    --tw-rotate: 90deg;
  }

  .\32xl\:hover\:tw-rotate-180:hover{
    --tw-rotate: 180deg;
  }

  .\32xl\:hover\:tw--rotate-180:hover{
    --tw-rotate: -180deg;
  }

  .\32xl\:hover\:tw--rotate-90:hover{
    --tw-rotate: -90deg;
  }

  .\32xl\:hover\:tw--rotate-45:hover{
    --tw-rotate: -45deg;
  }

  .\32xl\:hover\:tw--rotate-12:hover{
    --tw-rotate: -12deg;
  }

  .\32xl\:hover\:tw--rotate-6:hover{
    --tw-rotate: -6deg;
  }

  .\32xl\:hover\:tw--rotate-3:hover{
    --tw-rotate: -3deg;
  }

  .\32xl\:hover\:tw--rotate-2:hover{
    --tw-rotate: -2deg;
  }

  .\32xl\:hover\:tw--rotate-1:hover{
    --tw-rotate: -1deg;
  }

  .\32xl\:focus\:tw-rotate-0:focus{
    --tw-rotate: 0deg;
  }

  .\32xl\:focus\:tw-rotate-1:focus{
    --tw-rotate: 1deg;
  }

  .\32xl\:focus\:tw-rotate-2:focus{
    --tw-rotate: 2deg;
  }

  .\32xl\:focus\:tw-rotate-3:focus{
    --tw-rotate: 3deg;
  }

  .\32xl\:focus\:tw-rotate-6:focus{
    --tw-rotate: 6deg;
  }

  .\32xl\:focus\:tw-rotate-12:focus{
    --tw-rotate: 12deg;
  }

  .\32xl\:focus\:tw-rotate-45:focus{
    --tw-rotate: 45deg;
  }

  .\32xl\:focus\:tw-rotate-90:focus{
    --tw-rotate: 90deg;
  }

  .\32xl\:focus\:tw-rotate-180:focus{
    --tw-rotate: 180deg;
  }

  .\32xl\:focus\:tw--rotate-180:focus{
    --tw-rotate: -180deg;
  }

  .\32xl\:focus\:tw--rotate-90:focus{
    --tw-rotate: -90deg;
  }

  .\32xl\:focus\:tw--rotate-45:focus{
    --tw-rotate: -45deg;
  }

  .\32xl\:focus\:tw--rotate-12:focus{
    --tw-rotate: -12deg;
  }

  .\32xl\:focus\:tw--rotate-6:focus{
    --tw-rotate: -6deg;
  }

  .\32xl\:focus\:tw--rotate-3:focus{
    --tw-rotate: -3deg;
  }

  .\32xl\:focus\:tw--rotate-2:focus{
    --tw-rotate: -2deg;
  }

  .\32xl\:focus\:tw--rotate-1:focus{
    --tw-rotate: -1deg;
  }

  .\32xl\:tw-translate-x-0{
    --tw-translate-x: 0px;
  }

  .\32xl\:tw-translate-x-1{
    --tw-translate-x: 0.25rem;
  }

  .\32xl\:tw-translate-x-2{
    --tw-translate-x: 0.5rem;
  }

  .\32xl\:tw-translate-x-3{
    --tw-translate-x: 0.75rem;
  }

  .\32xl\:tw-translate-x-4{
    --tw-translate-x: 1rem;
  }

  .\32xl\:tw-translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  .\32xl\:tw-translate-x-6{
    --tw-translate-x: 1.5rem;
  }

  .\32xl\:tw-translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  .\32xl\:tw-translate-x-8{
    --tw-translate-x: 2rem;
  }

  .\32xl\:tw-translate-x-9{
    --tw-translate-x: 2.25rem;
  }

  .\32xl\:tw-translate-x-10{
    --tw-translate-x: 2.5rem;
  }

  .\32xl\:tw-translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  .\32xl\:tw-translate-x-12{
    --tw-translate-x: 3rem;
  }

  .\32xl\:tw-translate-x-13{
    --tw-translate-x: 3.25rem;
  }

  .\32xl\:tw-translate-x-14{
    --tw-translate-x: 3.5rem;
  }

  .\32xl\:tw-translate-x-16{
    --tw-translate-x: 4rem;
  }

  .\32xl\:tw-translate-x-20{
    --tw-translate-x: 5rem;
  }

  .\32xl\:tw-translate-x-24{
    --tw-translate-x: 6rem;
  }

  .\32xl\:tw-translate-x-28{
    --tw-translate-x: 7rem;
  }

  .\32xl\:tw-translate-x-32{
    --tw-translate-x: 8rem;
  }

  .\32xl\:tw-translate-x-36{
    --tw-translate-x: 9rem;
  }

  .\32xl\:tw-translate-x-40{
    --tw-translate-x: 10rem;
  }

  .\32xl\:tw-translate-x-44{
    --tw-translate-x: 11rem;
  }

  .\32xl\:tw-translate-x-48{
    --tw-translate-x: 12rem;
  }

  .\32xl\:tw-translate-x-52{
    --tw-translate-x: 13rem;
  }

  .\32xl\:tw-translate-x-56{
    --tw-translate-x: 14rem;
  }

  .\32xl\:tw-translate-x-60{
    --tw-translate-x: 15rem;
  }

  .\32xl\:tw-translate-x-64{
    --tw-translate-x: 16rem;
  }

  .\32xl\:tw-translate-x-72{
    --tw-translate-x: 18rem;
  }

  .\32xl\:tw-translate-x-80{
    --tw-translate-x: 20rem;
  }

  .\32xl\:tw-translate-x-96{
    --tw-translate-x: 24rem;
  }

  .\32xl\:tw-translate-x-px{
    --tw-translate-x: 1px;
  }

  .\32xl\:tw-translate-x-0\.5{
    --tw-translate-x: 0.125rem;
  }

  .\32xl\:tw-translate-x-1\.5{
    --tw-translate-x: 0.375rem;
  }

  .\32xl\:tw-translate-x-2\.5{
    --tw-translate-x: 0.625rem;
  }

  .\32xl\:tw-translate-x-3\.5{
    --tw-translate-x: 0.875rem;
  }

  .\32xl\:tw-translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .\32xl\:tw-translate-x-3\/2{
    --tw-translate-x: 150%;
  }

  .\32xl\:tw-translate-x-square{
    --tw-translate-x: 100%;
  }

  .\32xl\:tw-translate-x-58px{
    --tw-translate-x: 58px;
  }

  .\32xl\:tw-translate-x-63px{
    --tw-translate-x: 63px;
  }

  .\32xl\:tw-translate-x-73px{
    --tw-translate-x: 73.px;
  }

  .\32xl\:tw--translate-x-0{
    --tw-translate-x: 0px;
  }

  .\32xl\:tw--translate-x-1{
    --tw-translate-x: -0.25rem;
  }

  .\32xl\:tw--translate-x-2{
    --tw-translate-x: -0.5rem;
  }

  .\32xl\:tw--translate-x-3{
    --tw-translate-x: -0.75rem;
  }

  .\32xl\:tw--translate-x-4{
    --tw-translate-x: -1rem;
  }

  .\32xl\:tw--translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  .\32xl\:tw--translate-x-6{
    --tw-translate-x: -1.5rem;
  }

  .\32xl\:tw--translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  .\32xl\:tw--translate-x-8{
    --tw-translate-x: -2rem;
  }

  .\32xl\:tw--translate-x-9{
    --tw-translate-x: -2.25rem;
  }

  .\32xl\:tw--translate-x-10{
    --tw-translate-x: -2.5rem;
  }

  .\32xl\:tw--translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  .\32xl\:tw--translate-x-12{
    --tw-translate-x: -3rem;
  }

  .\32xl\:tw--translate-x-13{
    --tw-translate-x: -3.25rem;
  }

  .\32xl\:tw--translate-x-14{
    --tw-translate-x: -3.5rem;
  }

  .\32xl\:tw--translate-x-16{
    --tw-translate-x: -4rem;
  }

  .\32xl\:tw--translate-x-20{
    --tw-translate-x: -5rem;
  }

  .\32xl\:tw--translate-x-24{
    --tw-translate-x: -6rem;
  }

  .\32xl\:tw--translate-x-28{
    --tw-translate-x: -7rem;
  }

  .\32xl\:tw--translate-x-32{
    --tw-translate-x: -8rem;
  }

  .\32xl\:tw--translate-x-36{
    --tw-translate-x: -9rem;
  }

  .\32xl\:tw--translate-x-40{
    --tw-translate-x: -10rem;
  }

  .\32xl\:tw--translate-x-44{
    --tw-translate-x: -11rem;
  }

  .\32xl\:tw--translate-x-48{
    --tw-translate-x: -12rem;
  }

  .\32xl\:tw--translate-x-52{
    --tw-translate-x: -13rem;
  }

  .\32xl\:tw--translate-x-56{
    --tw-translate-x: -14rem;
  }

  .\32xl\:tw--translate-x-60{
    --tw-translate-x: -15rem;
  }

  .\32xl\:tw--translate-x-64{
    --tw-translate-x: -16rem;
  }

  .\32xl\:tw--translate-x-72{
    --tw-translate-x: -18rem;
  }

  .\32xl\:tw--translate-x-80{
    --tw-translate-x: -20rem;
  }

  .\32xl\:tw--translate-x-96{
    --tw-translate-x: -24rem;
  }

  .\32xl\:tw--translate-x-px{
    --tw-translate-x: -1px;
  }

  .\32xl\:tw--translate-x-0\.5{
    --tw-translate-x: -0.125rem;
  }

  .\32xl\:tw--translate-x-1\.5{
    --tw-translate-x: -0.375rem;
  }

  .\32xl\:tw--translate-x-2\.5{
    --tw-translate-x: -0.625rem;
  }

  .\32xl\:tw--translate-x-3\.5{
    --tw-translate-x: -0.875rem;
  }

  .\32xl\:tw--translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .\32xl\:tw--translate-x-3\/2{
    --tw-translate-x: -150%;
  }

  .\32xl\:tw--translate-x-square{
    --tw-translate-x: -100%;
  }

  .\32xl\:tw--translate-x-58px{
    --tw-translate-x: -58px;
  }

  .\32xl\:tw--translate-x-63px{
    --tw-translate-x: -63px;
  }

  .\32xl\:tw--translate-x-73px{
    --tw-translate-x: -73px;
  }

  .\32xl\:tw-translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .\32xl\:tw-translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .\32xl\:tw-translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .\32xl\:tw-translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .\32xl\:tw-translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .\32xl\:tw-translate-x-full{
    --tw-translate-x: 100%;
  }

  .\32xl\:tw--translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .\32xl\:tw--translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .\32xl\:tw--translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .\32xl\:tw--translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .\32xl\:tw--translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .\32xl\:tw--translate-x-full{
    --tw-translate-x: -100%;
  }

  .\32xl\:tw-translate-y-0{
    --tw-translate-y: 0px;
  }

  .\32xl\:tw-translate-y-1{
    --tw-translate-y: 0.25rem;
  }

  .\32xl\:tw-translate-y-2{
    --tw-translate-y: 0.5rem;
  }

  .\32xl\:tw-translate-y-3{
    --tw-translate-y: 0.75rem;
  }

  .\32xl\:tw-translate-y-4{
    --tw-translate-y: 1rem;
  }

  .\32xl\:tw-translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  .\32xl\:tw-translate-y-6{
    --tw-translate-y: 1.5rem;
  }

  .\32xl\:tw-translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  .\32xl\:tw-translate-y-8{
    --tw-translate-y: 2rem;
  }

  .\32xl\:tw-translate-y-9{
    --tw-translate-y: 2.25rem;
  }

  .\32xl\:tw-translate-y-10{
    --tw-translate-y: 2.5rem;
  }

  .\32xl\:tw-translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  .\32xl\:tw-translate-y-12{
    --tw-translate-y: 3rem;
  }

  .\32xl\:tw-translate-y-13{
    --tw-translate-y: 3.25rem;
  }

  .\32xl\:tw-translate-y-14{
    --tw-translate-y: 3.5rem;
  }

  .\32xl\:tw-translate-y-16{
    --tw-translate-y: 4rem;
  }

  .\32xl\:tw-translate-y-20{
    --tw-translate-y: 5rem;
  }

  .\32xl\:tw-translate-y-24{
    --tw-translate-y: 6rem;
  }

  .\32xl\:tw-translate-y-28{
    --tw-translate-y: 7rem;
  }

  .\32xl\:tw-translate-y-32{
    --tw-translate-y: 8rem;
  }

  .\32xl\:tw-translate-y-36{
    --tw-translate-y: 9rem;
  }

  .\32xl\:tw-translate-y-40{
    --tw-translate-y: 10rem;
  }

  .\32xl\:tw-translate-y-44{
    --tw-translate-y: 11rem;
  }

  .\32xl\:tw-translate-y-48{
    --tw-translate-y: 12rem;
  }

  .\32xl\:tw-translate-y-52{
    --tw-translate-y: 13rem;
  }

  .\32xl\:tw-translate-y-56{
    --tw-translate-y: 14rem;
  }

  .\32xl\:tw-translate-y-60{
    --tw-translate-y: 15rem;
  }

  .\32xl\:tw-translate-y-64{
    --tw-translate-y: 16rem;
  }

  .\32xl\:tw-translate-y-72{
    --tw-translate-y: 18rem;
  }

  .\32xl\:tw-translate-y-80{
    --tw-translate-y: 20rem;
  }

  .\32xl\:tw-translate-y-96{
    --tw-translate-y: 24rem;
  }

  .\32xl\:tw-translate-y-px{
    --tw-translate-y: 1px;
  }

  .\32xl\:tw-translate-y-0\.5{
    --tw-translate-y: 0.125rem;
  }

  .\32xl\:tw-translate-y-1\.5{
    --tw-translate-y: 0.375rem;
  }

  .\32xl\:tw-translate-y-2\.5{
    --tw-translate-y: 0.625rem;
  }

  .\32xl\:tw-translate-y-3\.5{
    --tw-translate-y: 0.875rem;
  }

  .\32xl\:tw-translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .\32xl\:tw-translate-y-3\/2{
    --tw-translate-y: 150%;
  }

  .\32xl\:tw-translate-y-square{
    --tw-translate-y: 100%;
  }

  .\32xl\:tw-translate-y-58px{
    --tw-translate-y: 58px;
  }

  .\32xl\:tw-translate-y-63px{
    --tw-translate-y: 63px;
  }

  .\32xl\:tw-translate-y-73px{
    --tw-translate-y: 73.px;
  }

  .\32xl\:tw--translate-y-0{
    --tw-translate-y: 0px;
  }

  .\32xl\:tw--translate-y-1{
    --tw-translate-y: -0.25rem;
  }

  .\32xl\:tw--translate-y-2{
    --tw-translate-y: -0.5rem;
  }

  .\32xl\:tw--translate-y-3{
    --tw-translate-y: -0.75rem;
  }

  .\32xl\:tw--translate-y-4{
    --tw-translate-y: -1rem;
  }

  .\32xl\:tw--translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  .\32xl\:tw--translate-y-6{
    --tw-translate-y: -1.5rem;
  }

  .\32xl\:tw--translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  .\32xl\:tw--translate-y-8{
    --tw-translate-y: -2rem;
  }

  .\32xl\:tw--translate-y-9{
    --tw-translate-y: -2.25rem;
  }

  .\32xl\:tw--translate-y-10{
    --tw-translate-y: -2.5rem;
  }

  .\32xl\:tw--translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  .\32xl\:tw--translate-y-12{
    --tw-translate-y: -3rem;
  }

  .\32xl\:tw--translate-y-13{
    --tw-translate-y: -3.25rem;
  }

  .\32xl\:tw--translate-y-14{
    --tw-translate-y: -3.5rem;
  }

  .\32xl\:tw--translate-y-16{
    --tw-translate-y: -4rem;
  }

  .\32xl\:tw--translate-y-20{
    --tw-translate-y: -5rem;
  }

  .\32xl\:tw--translate-y-24{
    --tw-translate-y: -6rem;
  }

  .\32xl\:tw--translate-y-28{
    --tw-translate-y: -7rem;
  }

  .\32xl\:tw--translate-y-32{
    --tw-translate-y: -8rem;
  }

  .\32xl\:tw--translate-y-36{
    --tw-translate-y: -9rem;
  }

  .\32xl\:tw--translate-y-40{
    --tw-translate-y: -10rem;
  }

  .\32xl\:tw--translate-y-44{
    --tw-translate-y: -11rem;
  }

  .\32xl\:tw--translate-y-48{
    --tw-translate-y: -12rem;
  }

  .\32xl\:tw--translate-y-52{
    --tw-translate-y: -13rem;
  }

  .\32xl\:tw--translate-y-56{
    --tw-translate-y: -14rem;
  }

  .\32xl\:tw--translate-y-60{
    --tw-translate-y: -15rem;
  }

  .\32xl\:tw--translate-y-64{
    --tw-translate-y: -16rem;
  }

  .\32xl\:tw--translate-y-72{
    --tw-translate-y: -18rem;
  }

  .\32xl\:tw--translate-y-80{
    --tw-translate-y: -20rem;
  }

  .\32xl\:tw--translate-y-96{
    --tw-translate-y: -24rem;
  }

  .\32xl\:tw--translate-y-px{
    --tw-translate-y: -1px;
  }

  .\32xl\:tw--translate-y-0\.5{
    --tw-translate-y: -0.125rem;
  }

  .\32xl\:tw--translate-y-1\.5{
    --tw-translate-y: -0.375rem;
  }

  .\32xl\:tw--translate-y-2\.5{
    --tw-translate-y: -0.625rem;
  }

  .\32xl\:tw--translate-y-3\.5{
    --tw-translate-y: -0.875rem;
  }

  .\32xl\:tw--translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .\32xl\:tw--translate-y-3\/2{
    --tw-translate-y: -150%;
  }

  .\32xl\:tw--translate-y-square{
    --tw-translate-y: -100%;
  }

  .\32xl\:tw--translate-y-58px{
    --tw-translate-y: -58px;
  }

  .\32xl\:tw--translate-y-63px{
    --tw-translate-y: -63px;
  }

  .\32xl\:tw--translate-y-73px{
    --tw-translate-y: -73px;
  }

  .\32xl\:tw-translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .\32xl\:tw-translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .\32xl\:tw-translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .\32xl\:tw-translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .\32xl\:tw-translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .\32xl\:tw-translate-y-full{
    --tw-translate-y: 100%;
  }

  .\32xl\:tw--translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .\32xl\:tw--translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .\32xl\:tw--translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .\32xl\:tw--translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .\32xl\:tw--translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .\32xl\:tw--translate-y-full{
    --tw-translate-y: -100%;
  }

  .\32xl\:hover\:tw-translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .\32xl\:hover\:tw-translate-x-1:hover{
    --tw-translate-x: 0.25rem;
  }

  .\32xl\:hover\:tw-translate-x-2:hover{
    --tw-translate-x: 0.5rem;
  }

  .\32xl\:hover\:tw-translate-x-3:hover{
    --tw-translate-x: 0.75rem;
  }

  .\32xl\:hover\:tw-translate-x-4:hover{
    --tw-translate-x: 1rem;
  }

  .\32xl\:hover\:tw-translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  .\32xl\:hover\:tw-translate-x-6:hover{
    --tw-translate-x: 1.5rem;
  }

  .\32xl\:hover\:tw-translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  .\32xl\:hover\:tw-translate-x-8:hover{
    --tw-translate-x: 2rem;
  }

  .\32xl\:hover\:tw-translate-x-9:hover{
    --tw-translate-x: 2.25rem;
  }

  .\32xl\:hover\:tw-translate-x-10:hover{
    --tw-translate-x: 2.5rem;
  }

  .\32xl\:hover\:tw-translate-x-11:hover{
    --tw-translate-x: 2.75rem;
  }

  .\32xl\:hover\:tw-translate-x-12:hover{
    --tw-translate-x: 3rem;
  }

  .\32xl\:hover\:tw-translate-x-13:hover{
    --tw-translate-x: 3.25rem;
  }

  .\32xl\:hover\:tw-translate-x-14:hover{
    --tw-translate-x: 3.5rem;
  }

  .\32xl\:hover\:tw-translate-x-16:hover{
    --tw-translate-x: 4rem;
  }

  .\32xl\:hover\:tw-translate-x-20:hover{
    --tw-translate-x: 5rem;
  }

  .\32xl\:hover\:tw-translate-x-24:hover{
    --tw-translate-x: 6rem;
  }

  .\32xl\:hover\:tw-translate-x-28:hover{
    --tw-translate-x: 7rem;
  }

  .\32xl\:hover\:tw-translate-x-32:hover{
    --tw-translate-x: 8rem;
  }

  .\32xl\:hover\:tw-translate-x-36:hover{
    --tw-translate-x: 9rem;
  }

  .\32xl\:hover\:tw-translate-x-40:hover{
    --tw-translate-x: 10rem;
  }

  .\32xl\:hover\:tw-translate-x-44:hover{
    --tw-translate-x: 11rem;
  }

  .\32xl\:hover\:tw-translate-x-48:hover{
    --tw-translate-x: 12rem;
  }

  .\32xl\:hover\:tw-translate-x-52:hover{
    --tw-translate-x: 13rem;
  }

  .\32xl\:hover\:tw-translate-x-56:hover{
    --tw-translate-x: 14rem;
  }

  .\32xl\:hover\:tw-translate-x-60:hover{
    --tw-translate-x: 15rem;
  }

  .\32xl\:hover\:tw-translate-x-64:hover{
    --tw-translate-x: 16rem;
  }

  .\32xl\:hover\:tw-translate-x-72:hover{
    --tw-translate-x: 18rem;
  }

  .\32xl\:hover\:tw-translate-x-80:hover{
    --tw-translate-x: 20rem;
  }

  .\32xl\:hover\:tw-translate-x-96:hover{
    --tw-translate-x: 24rem;
  }

  .\32xl\:hover\:tw-translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  .\32xl\:hover\:tw-translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem;
  }

  .\32xl\:hover\:tw-translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem;
  }

  .\32xl\:hover\:tw-translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem;
  }

  .\32xl\:hover\:tw-translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem;
  }

  .\32xl\:hover\:tw-translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  .\32xl\:hover\:tw-translate-x-3\/2:hover{
    --tw-translate-x: 150%;
  }

  .\32xl\:hover\:tw-translate-x-square:hover{
    --tw-translate-x: 100%;
  }

  .\32xl\:hover\:tw-translate-x-58px:hover{
    --tw-translate-x: 58px;
  }

  .\32xl\:hover\:tw-translate-x-63px:hover{
    --tw-translate-x: 63px;
  }

  .\32xl\:hover\:tw-translate-x-73px:hover{
    --tw-translate-x: 73.px;
  }

  .\32xl\:hover\:tw--translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .\32xl\:hover\:tw--translate-x-1:hover{
    --tw-translate-x: -0.25rem;
  }

  .\32xl\:hover\:tw--translate-x-2:hover{
    --tw-translate-x: -0.5rem;
  }

  .\32xl\:hover\:tw--translate-x-3:hover{
    --tw-translate-x: -0.75rem;
  }

  .\32xl\:hover\:tw--translate-x-4:hover{
    --tw-translate-x: -1rem;
  }

  .\32xl\:hover\:tw--translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  .\32xl\:hover\:tw--translate-x-6:hover{
    --tw-translate-x: -1.5rem;
  }

  .\32xl\:hover\:tw--translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  .\32xl\:hover\:tw--translate-x-8:hover{
    --tw-translate-x: -2rem;
  }

  .\32xl\:hover\:tw--translate-x-9:hover{
    --tw-translate-x: -2.25rem;
  }

  .\32xl\:hover\:tw--translate-x-10:hover{
    --tw-translate-x: -2.5rem;
  }

  .\32xl\:hover\:tw--translate-x-11:hover{
    --tw-translate-x: -2.75rem;
  }

  .\32xl\:hover\:tw--translate-x-12:hover{
    --tw-translate-x: -3rem;
  }

  .\32xl\:hover\:tw--translate-x-13:hover{
    --tw-translate-x: -3.25rem;
  }

  .\32xl\:hover\:tw--translate-x-14:hover{
    --tw-translate-x: -3.5rem;
  }

  .\32xl\:hover\:tw--translate-x-16:hover{
    --tw-translate-x: -4rem;
  }

  .\32xl\:hover\:tw--translate-x-20:hover{
    --tw-translate-x: -5rem;
  }

  .\32xl\:hover\:tw--translate-x-24:hover{
    --tw-translate-x: -6rem;
  }

  .\32xl\:hover\:tw--translate-x-28:hover{
    --tw-translate-x: -7rem;
  }

  .\32xl\:hover\:tw--translate-x-32:hover{
    --tw-translate-x: -8rem;
  }

  .\32xl\:hover\:tw--translate-x-36:hover{
    --tw-translate-x: -9rem;
  }

  .\32xl\:hover\:tw--translate-x-40:hover{
    --tw-translate-x: -10rem;
  }

  .\32xl\:hover\:tw--translate-x-44:hover{
    --tw-translate-x: -11rem;
  }

  .\32xl\:hover\:tw--translate-x-48:hover{
    --tw-translate-x: -12rem;
  }

  .\32xl\:hover\:tw--translate-x-52:hover{
    --tw-translate-x: -13rem;
  }

  .\32xl\:hover\:tw--translate-x-56:hover{
    --tw-translate-x: -14rem;
  }

  .\32xl\:hover\:tw--translate-x-60:hover{
    --tw-translate-x: -15rem;
  }

  .\32xl\:hover\:tw--translate-x-64:hover{
    --tw-translate-x: -16rem;
  }

  .\32xl\:hover\:tw--translate-x-72:hover{
    --tw-translate-x: -18rem;
  }

  .\32xl\:hover\:tw--translate-x-80:hover{
    --tw-translate-x: -20rem;
  }

  .\32xl\:hover\:tw--translate-x-96:hover{
    --tw-translate-x: -24rem;
  }

  .\32xl\:hover\:tw--translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  .\32xl\:hover\:tw--translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem;
  }

  .\32xl\:hover\:tw--translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem;
  }

  .\32xl\:hover\:tw--translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem;
  }

  .\32xl\:hover\:tw--translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem;
  }

  .\32xl\:hover\:tw--translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  .\32xl\:hover\:tw--translate-x-3\/2:hover{
    --tw-translate-x: -150%;
  }

  .\32xl\:hover\:tw--translate-x-square:hover{
    --tw-translate-x: -100%;
  }

  .\32xl\:hover\:tw--translate-x-58px:hover{
    --tw-translate-x: -58px;
  }

  .\32xl\:hover\:tw--translate-x-63px:hover{
    --tw-translate-x: -63px;
  }

  .\32xl\:hover\:tw--translate-x-73px:hover{
    --tw-translate-x: -73px;
  }

  .\32xl\:hover\:tw-translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .\32xl\:hover\:tw-translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  .\32xl\:hover\:tw-translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  .\32xl\:hover\:tw-translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  .\32xl\:hover\:tw-translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  .\32xl\:hover\:tw-translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .\32xl\:hover\:tw--translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .\32xl\:hover\:tw--translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  .\32xl\:hover\:tw--translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  .\32xl\:hover\:tw--translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  .\32xl\:hover\:tw--translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  .\32xl\:hover\:tw--translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .\32xl\:hover\:tw-translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .\32xl\:hover\:tw-translate-y-1:hover{
    --tw-translate-y: 0.25rem;
  }

  .\32xl\:hover\:tw-translate-y-2:hover{
    --tw-translate-y: 0.5rem;
  }

  .\32xl\:hover\:tw-translate-y-3:hover{
    --tw-translate-y: 0.75rem;
  }

  .\32xl\:hover\:tw-translate-y-4:hover{
    --tw-translate-y: 1rem;
  }

  .\32xl\:hover\:tw-translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  .\32xl\:hover\:tw-translate-y-6:hover{
    --tw-translate-y: 1.5rem;
  }

  .\32xl\:hover\:tw-translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  .\32xl\:hover\:tw-translate-y-8:hover{
    --tw-translate-y: 2rem;
  }

  .\32xl\:hover\:tw-translate-y-9:hover{
    --tw-translate-y: 2.25rem;
  }

  .\32xl\:hover\:tw-translate-y-10:hover{
    --tw-translate-y: 2.5rem;
  }

  .\32xl\:hover\:tw-translate-y-11:hover{
    --tw-translate-y: 2.75rem;
  }

  .\32xl\:hover\:tw-translate-y-12:hover{
    --tw-translate-y: 3rem;
  }

  .\32xl\:hover\:tw-translate-y-13:hover{
    --tw-translate-y: 3.25rem;
  }

  .\32xl\:hover\:tw-translate-y-14:hover{
    --tw-translate-y: 3.5rem;
  }

  .\32xl\:hover\:tw-translate-y-16:hover{
    --tw-translate-y: 4rem;
  }

  .\32xl\:hover\:tw-translate-y-20:hover{
    --tw-translate-y: 5rem;
  }

  .\32xl\:hover\:tw-translate-y-24:hover{
    --tw-translate-y: 6rem;
  }

  .\32xl\:hover\:tw-translate-y-28:hover{
    --tw-translate-y: 7rem;
  }

  .\32xl\:hover\:tw-translate-y-32:hover{
    --tw-translate-y: 8rem;
  }

  .\32xl\:hover\:tw-translate-y-36:hover{
    --tw-translate-y: 9rem;
  }

  .\32xl\:hover\:tw-translate-y-40:hover{
    --tw-translate-y: 10rem;
  }

  .\32xl\:hover\:tw-translate-y-44:hover{
    --tw-translate-y: 11rem;
  }

  .\32xl\:hover\:tw-translate-y-48:hover{
    --tw-translate-y: 12rem;
  }

  .\32xl\:hover\:tw-translate-y-52:hover{
    --tw-translate-y: 13rem;
  }

  .\32xl\:hover\:tw-translate-y-56:hover{
    --tw-translate-y: 14rem;
  }

  .\32xl\:hover\:tw-translate-y-60:hover{
    --tw-translate-y: 15rem;
  }

  .\32xl\:hover\:tw-translate-y-64:hover{
    --tw-translate-y: 16rem;
  }

  .\32xl\:hover\:tw-translate-y-72:hover{
    --tw-translate-y: 18rem;
  }

  .\32xl\:hover\:tw-translate-y-80:hover{
    --tw-translate-y: 20rem;
  }

  .\32xl\:hover\:tw-translate-y-96:hover{
    --tw-translate-y: 24rem;
  }

  .\32xl\:hover\:tw-translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  .\32xl\:hover\:tw-translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem;
  }

  .\32xl\:hover\:tw-translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem;
  }

  .\32xl\:hover\:tw-translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem;
  }

  .\32xl\:hover\:tw-translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem;
  }

  .\32xl\:hover\:tw-translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  .\32xl\:hover\:tw-translate-y-3\/2:hover{
    --tw-translate-y: 150%;
  }

  .\32xl\:hover\:tw-translate-y-square:hover{
    --tw-translate-y: 100%;
  }

  .\32xl\:hover\:tw-translate-y-58px:hover{
    --tw-translate-y: 58px;
  }

  .\32xl\:hover\:tw-translate-y-63px:hover{
    --tw-translate-y: 63px;
  }

  .\32xl\:hover\:tw-translate-y-73px:hover{
    --tw-translate-y: 73.px;
  }

  .\32xl\:hover\:tw--translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .\32xl\:hover\:tw--translate-y-1:hover{
    --tw-translate-y: -0.25rem;
  }

  .\32xl\:hover\:tw--translate-y-2:hover{
    --tw-translate-y: -0.5rem;
  }

  .\32xl\:hover\:tw--translate-y-3:hover{
    --tw-translate-y: -0.75rem;
  }

  .\32xl\:hover\:tw--translate-y-4:hover{
    --tw-translate-y: -1rem;
  }

  .\32xl\:hover\:tw--translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  .\32xl\:hover\:tw--translate-y-6:hover{
    --tw-translate-y: -1.5rem;
  }

  .\32xl\:hover\:tw--translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  .\32xl\:hover\:tw--translate-y-8:hover{
    --tw-translate-y: -2rem;
  }

  .\32xl\:hover\:tw--translate-y-9:hover{
    --tw-translate-y: -2.25rem;
  }

  .\32xl\:hover\:tw--translate-y-10:hover{
    --tw-translate-y: -2.5rem;
  }

  .\32xl\:hover\:tw--translate-y-11:hover{
    --tw-translate-y: -2.75rem;
  }

  .\32xl\:hover\:tw--translate-y-12:hover{
    --tw-translate-y: -3rem;
  }

  .\32xl\:hover\:tw--translate-y-13:hover{
    --tw-translate-y: -3.25rem;
  }

  .\32xl\:hover\:tw--translate-y-14:hover{
    --tw-translate-y: -3.5rem;
  }

  .\32xl\:hover\:tw--translate-y-16:hover{
    --tw-translate-y: -4rem;
  }

  .\32xl\:hover\:tw--translate-y-20:hover{
    --tw-translate-y: -5rem;
  }

  .\32xl\:hover\:tw--translate-y-24:hover{
    --tw-translate-y: -6rem;
  }

  .\32xl\:hover\:tw--translate-y-28:hover{
    --tw-translate-y: -7rem;
  }

  .\32xl\:hover\:tw--translate-y-32:hover{
    --tw-translate-y: -8rem;
  }

  .\32xl\:hover\:tw--translate-y-36:hover{
    --tw-translate-y: -9rem;
  }

  .\32xl\:hover\:tw--translate-y-40:hover{
    --tw-translate-y: -10rem;
  }

  .\32xl\:hover\:tw--translate-y-44:hover{
    --tw-translate-y: -11rem;
  }

  .\32xl\:hover\:tw--translate-y-48:hover{
    --tw-translate-y: -12rem;
  }

  .\32xl\:hover\:tw--translate-y-52:hover{
    --tw-translate-y: -13rem;
  }

  .\32xl\:hover\:tw--translate-y-56:hover{
    --tw-translate-y: -14rem;
  }

  .\32xl\:hover\:tw--translate-y-60:hover{
    --tw-translate-y: -15rem;
  }

  .\32xl\:hover\:tw--translate-y-64:hover{
    --tw-translate-y: -16rem;
  }

  .\32xl\:hover\:tw--translate-y-72:hover{
    --tw-translate-y: -18rem;
  }

  .\32xl\:hover\:tw--translate-y-80:hover{
    --tw-translate-y: -20rem;
  }

  .\32xl\:hover\:tw--translate-y-96:hover{
    --tw-translate-y: -24rem;
  }

  .\32xl\:hover\:tw--translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  .\32xl\:hover\:tw--translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem;
  }

  .\32xl\:hover\:tw--translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem;
  }

  .\32xl\:hover\:tw--translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem;
  }

  .\32xl\:hover\:tw--translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem;
  }

  .\32xl\:hover\:tw--translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  .\32xl\:hover\:tw--translate-y-3\/2:hover{
    --tw-translate-y: -150%;
  }

  .\32xl\:hover\:tw--translate-y-square:hover{
    --tw-translate-y: -100%;
  }

  .\32xl\:hover\:tw--translate-y-58px:hover{
    --tw-translate-y: -58px;
  }

  .\32xl\:hover\:tw--translate-y-63px:hover{
    --tw-translate-y: -63px;
  }

  .\32xl\:hover\:tw--translate-y-73px:hover{
    --tw-translate-y: -73px;
  }

  .\32xl\:hover\:tw-translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .\32xl\:hover\:tw-translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  .\32xl\:hover\:tw-translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  .\32xl\:hover\:tw-translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  .\32xl\:hover\:tw-translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  .\32xl\:hover\:tw-translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .\32xl\:hover\:tw--translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .\32xl\:hover\:tw--translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  .\32xl\:hover\:tw--translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  .\32xl\:hover\:tw--translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  .\32xl\:hover\:tw--translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  .\32xl\:hover\:tw--translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .\32xl\:focus\:tw-translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .\32xl\:focus\:tw-translate-x-1:focus{
    --tw-translate-x: 0.25rem;
  }

  .\32xl\:focus\:tw-translate-x-2:focus{
    --tw-translate-x: 0.5rem;
  }

  .\32xl\:focus\:tw-translate-x-3:focus{
    --tw-translate-x: 0.75rem;
  }

  .\32xl\:focus\:tw-translate-x-4:focus{
    --tw-translate-x: 1rem;
  }

  .\32xl\:focus\:tw-translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  .\32xl\:focus\:tw-translate-x-6:focus{
    --tw-translate-x: 1.5rem;
  }

  .\32xl\:focus\:tw-translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  .\32xl\:focus\:tw-translate-x-8:focus{
    --tw-translate-x: 2rem;
  }

  .\32xl\:focus\:tw-translate-x-9:focus{
    --tw-translate-x: 2.25rem;
  }

  .\32xl\:focus\:tw-translate-x-10:focus{
    --tw-translate-x: 2.5rem;
  }

  .\32xl\:focus\:tw-translate-x-11:focus{
    --tw-translate-x: 2.75rem;
  }

  .\32xl\:focus\:tw-translate-x-12:focus{
    --tw-translate-x: 3rem;
  }

  .\32xl\:focus\:tw-translate-x-13:focus{
    --tw-translate-x: 3.25rem;
  }

  .\32xl\:focus\:tw-translate-x-14:focus{
    --tw-translate-x: 3.5rem;
  }

  .\32xl\:focus\:tw-translate-x-16:focus{
    --tw-translate-x: 4rem;
  }

  .\32xl\:focus\:tw-translate-x-20:focus{
    --tw-translate-x: 5rem;
  }

  .\32xl\:focus\:tw-translate-x-24:focus{
    --tw-translate-x: 6rem;
  }

  .\32xl\:focus\:tw-translate-x-28:focus{
    --tw-translate-x: 7rem;
  }

  .\32xl\:focus\:tw-translate-x-32:focus{
    --tw-translate-x: 8rem;
  }

  .\32xl\:focus\:tw-translate-x-36:focus{
    --tw-translate-x: 9rem;
  }

  .\32xl\:focus\:tw-translate-x-40:focus{
    --tw-translate-x: 10rem;
  }

  .\32xl\:focus\:tw-translate-x-44:focus{
    --tw-translate-x: 11rem;
  }

  .\32xl\:focus\:tw-translate-x-48:focus{
    --tw-translate-x: 12rem;
  }

  .\32xl\:focus\:tw-translate-x-52:focus{
    --tw-translate-x: 13rem;
  }

  .\32xl\:focus\:tw-translate-x-56:focus{
    --tw-translate-x: 14rem;
  }

  .\32xl\:focus\:tw-translate-x-60:focus{
    --tw-translate-x: 15rem;
  }

  .\32xl\:focus\:tw-translate-x-64:focus{
    --tw-translate-x: 16rem;
  }

  .\32xl\:focus\:tw-translate-x-72:focus{
    --tw-translate-x: 18rem;
  }

  .\32xl\:focus\:tw-translate-x-80:focus{
    --tw-translate-x: 20rem;
  }

  .\32xl\:focus\:tw-translate-x-96:focus{
    --tw-translate-x: 24rem;
  }

  .\32xl\:focus\:tw-translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  .\32xl\:focus\:tw-translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem;
  }

  .\32xl\:focus\:tw-translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem;
  }

  .\32xl\:focus\:tw-translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem;
  }

  .\32xl\:focus\:tw-translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem;
  }

  .\32xl\:focus\:tw-translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  .\32xl\:focus\:tw-translate-x-3\/2:focus{
    --tw-translate-x: 150%;
  }

  .\32xl\:focus\:tw-translate-x-square:focus{
    --tw-translate-x: 100%;
  }

  .\32xl\:focus\:tw-translate-x-58px:focus{
    --tw-translate-x: 58px;
  }

  .\32xl\:focus\:tw-translate-x-63px:focus{
    --tw-translate-x: 63px;
  }

  .\32xl\:focus\:tw-translate-x-73px:focus{
    --tw-translate-x: 73.px;
  }

  .\32xl\:focus\:tw--translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .\32xl\:focus\:tw--translate-x-1:focus{
    --tw-translate-x: -0.25rem;
  }

  .\32xl\:focus\:tw--translate-x-2:focus{
    --tw-translate-x: -0.5rem;
  }

  .\32xl\:focus\:tw--translate-x-3:focus{
    --tw-translate-x: -0.75rem;
  }

  .\32xl\:focus\:tw--translate-x-4:focus{
    --tw-translate-x: -1rem;
  }

  .\32xl\:focus\:tw--translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  .\32xl\:focus\:tw--translate-x-6:focus{
    --tw-translate-x: -1.5rem;
  }

  .\32xl\:focus\:tw--translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  .\32xl\:focus\:tw--translate-x-8:focus{
    --tw-translate-x: -2rem;
  }

  .\32xl\:focus\:tw--translate-x-9:focus{
    --tw-translate-x: -2.25rem;
  }

  .\32xl\:focus\:tw--translate-x-10:focus{
    --tw-translate-x: -2.5rem;
  }

  .\32xl\:focus\:tw--translate-x-11:focus{
    --tw-translate-x: -2.75rem;
  }

  .\32xl\:focus\:tw--translate-x-12:focus{
    --tw-translate-x: -3rem;
  }

  .\32xl\:focus\:tw--translate-x-13:focus{
    --tw-translate-x: -3.25rem;
  }

  .\32xl\:focus\:tw--translate-x-14:focus{
    --tw-translate-x: -3.5rem;
  }

  .\32xl\:focus\:tw--translate-x-16:focus{
    --tw-translate-x: -4rem;
  }

  .\32xl\:focus\:tw--translate-x-20:focus{
    --tw-translate-x: -5rem;
  }

  .\32xl\:focus\:tw--translate-x-24:focus{
    --tw-translate-x: -6rem;
  }

  .\32xl\:focus\:tw--translate-x-28:focus{
    --tw-translate-x: -7rem;
  }

  .\32xl\:focus\:tw--translate-x-32:focus{
    --tw-translate-x: -8rem;
  }

  .\32xl\:focus\:tw--translate-x-36:focus{
    --tw-translate-x: -9rem;
  }

  .\32xl\:focus\:tw--translate-x-40:focus{
    --tw-translate-x: -10rem;
  }

  .\32xl\:focus\:tw--translate-x-44:focus{
    --tw-translate-x: -11rem;
  }

  .\32xl\:focus\:tw--translate-x-48:focus{
    --tw-translate-x: -12rem;
  }

  .\32xl\:focus\:tw--translate-x-52:focus{
    --tw-translate-x: -13rem;
  }

  .\32xl\:focus\:tw--translate-x-56:focus{
    --tw-translate-x: -14rem;
  }

  .\32xl\:focus\:tw--translate-x-60:focus{
    --tw-translate-x: -15rem;
  }

  .\32xl\:focus\:tw--translate-x-64:focus{
    --tw-translate-x: -16rem;
  }

  .\32xl\:focus\:tw--translate-x-72:focus{
    --tw-translate-x: -18rem;
  }

  .\32xl\:focus\:tw--translate-x-80:focus{
    --tw-translate-x: -20rem;
  }

  .\32xl\:focus\:tw--translate-x-96:focus{
    --tw-translate-x: -24rem;
  }

  .\32xl\:focus\:tw--translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  .\32xl\:focus\:tw--translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem;
  }

  .\32xl\:focus\:tw--translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem;
  }

  .\32xl\:focus\:tw--translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem;
  }

  .\32xl\:focus\:tw--translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem;
  }

  .\32xl\:focus\:tw--translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  .\32xl\:focus\:tw--translate-x-3\/2:focus{
    --tw-translate-x: -150%;
  }

  .\32xl\:focus\:tw--translate-x-square:focus{
    --tw-translate-x: -100%;
  }

  .\32xl\:focus\:tw--translate-x-58px:focus{
    --tw-translate-x: -58px;
  }

  .\32xl\:focus\:tw--translate-x-63px:focus{
    --tw-translate-x: -63px;
  }

  .\32xl\:focus\:tw--translate-x-73px:focus{
    --tw-translate-x: -73px;
  }

  .\32xl\:focus\:tw-translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .\32xl\:focus\:tw-translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  .\32xl\:focus\:tw-translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  .\32xl\:focus\:tw-translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  .\32xl\:focus\:tw-translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  .\32xl\:focus\:tw-translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .\32xl\:focus\:tw--translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .\32xl\:focus\:tw--translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  .\32xl\:focus\:tw--translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  .\32xl\:focus\:tw--translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  .\32xl\:focus\:tw--translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  .\32xl\:focus\:tw--translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .\32xl\:focus\:tw-translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .\32xl\:focus\:tw-translate-y-1:focus{
    --tw-translate-y: 0.25rem;
  }

  .\32xl\:focus\:tw-translate-y-2:focus{
    --tw-translate-y: 0.5rem;
  }

  .\32xl\:focus\:tw-translate-y-3:focus{
    --tw-translate-y: 0.75rem;
  }

  .\32xl\:focus\:tw-translate-y-4:focus{
    --tw-translate-y: 1rem;
  }

  .\32xl\:focus\:tw-translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  .\32xl\:focus\:tw-translate-y-6:focus{
    --tw-translate-y: 1.5rem;
  }

  .\32xl\:focus\:tw-translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  .\32xl\:focus\:tw-translate-y-8:focus{
    --tw-translate-y: 2rem;
  }

  .\32xl\:focus\:tw-translate-y-9:focus{
    --tw-translate-y: 2.25rem;
  }

  .\32xl\:focus\:tw-translate-y-10:focus{
    --tw-translate-y: 2.5rem;
  }

  .\32xl\:focus\:tw-translate-y-11:focus{
    --tw-translate-y: 2.75rem;
  }

  .\32xl\:focus\:tw-translate-y-12:focus{
    --tw-translate-y: 3rem;
  }

  .\32xl\:focus\:tw-translate-y-13:focus{
    --tw-translate-y: 3.25rem;
  }

  .\32xl\:focus\:tw-translate-y-14:focus{
    --tw-translate-y: 3.5rem;
  }

  .\32xl\:focus\:tw-translate-y-16:focus{
    --tw-translate-y: 4rem;
  }

  .\32xl\:focus\:tw-translate-y-20:focus{
    --tw-translate-y: 5rem;
  }

  .\32xl\:focus\:tw-translate-y-24:focus{
    --tw-translate-y: 6rem;
  }

  .\32xl\:focus\:tw-translate-y-28:focus{
    --tw-translate-y: 7rem;
  }

  .\32xl\:focus\:tw-translate-y-32:focus{
    --tw-translate-y: 8rem;
  }

  .\32xl\:focus\:tw-translate-y-36:focus{
    --tw-translate-y: 9rem;
  }

  .\32xl\:focus\:tw-translate-y-40:focus{
    --tw-translate-y: 10rem;
  }

  .\32xl\:focus\:tw-translate-y-44:focus{
    --tw-translate-y: 11rem;
  }

  .\32xl\:focus\:tw-translate-y-48:focus{
    --tw-translate-y: 12rem;
  }

  .\32xl\:focus\:tw-translate-y-52:focus{
    --tw-translate-y: 13rem;
  }

  .\32xl\:focus\:tw-translate-y-56:focus{
    --tw-translate-y: 14rem;
  }

  .\32xl\:focus\:tw-translate-y-60:focus{
    --tw-translate-y: 15rem;
  }

  .\32xl\:focus\:tw-translate-y-64:focus{
    --tw-translate-y: 16rem;
  }

  .\32xl\:focus\:tw-translate-y-72:focus{
    --tw-translate-y: 18rem;
  }

  .\32xl\:focus\:tw-translate-y-80:focus{
    --tw-translate-y: 20rem;
  }

  .\32xl\:focus\:tw-translate-y-96:focus{
    --tw-translate-y: 24rem;
  }

  .\32xl\:focus\:tw-translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  .\32xl\:focus\:tw-translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem;
  }

  .\32xl\:focus\:tw-translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem;
  }

  .\32xl\:focus\:tw-translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem;
  }

  .\32xl\:focus\:tw-translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem;
  }

  .\32xl\:focus\:tw-translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  .\32xl\:focus\:tw-translate-y-3\/2:focus{
    --tw-translate-y: 150%;
  }

  .\32xl\:focus\:tw-translate-y-square:focus{
    --tw-translate-y: 100%;
  }

  .\32xl\:focus\:tw-translate-y-58px:focus{
    --tw-translate-y: 58px;
  }

  .\32xl\:focus\:tw-translate-y-63px:focus{
    --tw-translate-y: 63px;
  }

  .\32xl\:focus\:tw-translate-y-73px:focus{
    --tw-translate-y: 73.px;
  }

  .\32xl\:focus\:tw--translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .\32xl\:focus\:tw--translate-y-1:focus{
    --tw-translate-y: -0.25rem;
  }

  .\32xl\:focus\:tw--translate-y-2:focus{
    --tw-translate-y: -0.5rem;
  }

  .\32xl\:focus\:tw--translate-y-3:focus{
    --tw-translate-y: -0.75rem;
  }

  .\32xl\:focus\:tw--translate-y-4:focus{
    --tw-translate-y: -1rem;
  }

  .\32xl\:focus\:tw--translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  .\32xl\:focus\:tw--translate-y-6:focus{
    --tw-translate-y: -1.5rem;
  }

  .\32xl\:focus\:tw--translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  .\32xl\:focus\:tw--translate-y-8:focus{
    --tw-translate-y: -2rem;
  }

  .\32xl\:focus\:tw--translate-y-9:focus{
    --tw-translate-y: -2.25rem;
  }

  .\32xl\:focus\:tw--translate-y-10:focus{
    --tw-translate-y: -2.5rem;
  }

  .\32xl\:focus\:tw--translate-y-11:focus{
    --tw-translate-y: -2.75rem;
  }

  .\32xl\:focus\:tw--translate-y-12:focus{
    --tw-translate-y: -3rem;
  }

  .\32xl\:focus\:tw--translate-y-13:focus{
    --tw-translate-y: -3.25rem;
  }

  .\32xl\:focus\:tw--translate-y-14:focus{
    --tw-translate-y: -3.5rem;
  }

  .\32xl\:focus\:tw--translate-y-16:focus{
    --tw-translate-y: -4rem;
  }

  .\32xl\:focus\:tw--translate-y-20:focus{
    --tw-translate-y: -5rem;
  }

  .\32xl\:focus\:tw--translate-y-24:focus{
    --tw-translate-y: -6rem;
  }

  .\32xl\:focus\:tw--translate-y-28:focus{
    --tw-translate-y: -7rem;
  }

  .\32xl\:focus\:tw--translate-y-32:focus{
    --tw-translate-y: -8rem;
  }

  .\32xl\:focus\:tw--translate-y-36:focus{
    --tw-translate-y: -9rem;
  }

  .\32xl\:focus\:tw--translate-y-40:focus{
    --tw-translate-y: -10rem;
  }

  .\32xl\:focus\:tw--translate-y-44:focus{
    --tw-translate-y: -11rem;
  }

  .\32xl\:focus\:tw--translate-y-48:focus{
    --tw-translate-y: -12rem;
  }

  .\32xl\:focus\:tw--translate-y-52:focus{
    --tw-translate-y: -13rem;
  }

  .\32xl\:focus\:tw--translate-y-56:focus{
    --tw-translate-y: -14rem;
  }

  .\32xl\:focus\:tw--translate-y-60:focus{
    --tw-translate-y: -15rem;
  }

  .\32xl\:focus\:tw--translate-y-64:focus{
    --tw-translate-y: -16rem;
  }

  .\32xl\:focus\:tw--translate-y-72:focus{
    --tw-translate-y: -18rem;
  }

  .\32xl\:focus\:tw--translate-y-80:focus{
    --tw-translate-y: -20rem;
  }

  .\32xl\:focus\:tw--translate-y-96:focus{
    --tw-translate-y: -24rem;
  }

  .\32xl\:focus\:tw--translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  .\32xl\:focus\:tw--translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem;
  }

  .\32xl\:focus\:tw--translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem;
  }

  .\32xl\:focus\:tw--translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem;
  }

  .\32xl\:focus\:tw--translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem;
  }

  .\32xl\:focus\:tw--translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  .\32xl\:focus\:tw--translate-y-3\/2:focus{
    --tw-translate-y: -150%;
  }

  .\32xl\:focus\:tw--translate-y-square:focus{
    --tw-translate-y: -100%;
  }

  .\32xl\:focus\:tw--translate-y-58px:focus{
    --tw-translate-y: -58px;
  }

  .\32xl\:focus\:tw--translate-y-63px:focus{
    --tw-translate-y: -63px;
  }

  .\32xl\:focus\:tw--translate-y-73px:focus{
    --tw-translate-y: -73px;
  }

  .\32xl\:focus\:tw-translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .\32xl\:focus\:tw-translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  .\32xl\:focus\:tw-translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  .\32xl\:focus\:tw-translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  .\32xl\:focus\:tw-translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  .\32xl\:focus\:tw-translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .\32xl\:focus\:tw--translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .\32xl\:focus\:tw--translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  .\32xl\:focus\:tw--translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  .\32xl\:focus\:tw--translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  .\32xl\:focus\:tw--translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  .\32xl\:focus\:tw--translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .\32xl\:tw-skew-x-0{
    --tw-skew-x: 0deg;
  }

  .\32xl\:tw-skew-x-1{
    --tw-skew-x: 1deg;
  }

  .\32xl\:tw-skew-x-2{
    --tw-skew-x: 2deg;
  }

  .\32xl\:tw-skew-x-3{
    --tw-skew-x: 3deg;
  }

  .\32xl\:tw-skew-x-6{
    --tw-skew-x: 6deg;
  }

  .\32xl\:tw-skew-x-12{
    --tw-skew-x: 12deg;
  }

  .\32xl\:tw--skew-x-12{
    --tw-skew-x: -12deg;
  }

  .\32xl\:tw--skew-x-6{
    --tw-skew-x: -6deg;
  }

  .\32xl\:tw--skew-x-3{
    --tw-skew-x: -3deg;
  }

  .\32xl\:tw--skew-x-2{
    --tw-skew-x: -2deg;
  }

  .\32xl\:tw--skew-x-1{
    --tw-skew-x: -1deg;
  }

  .\32xl\:tw-skew-y-0{
    --tw-skew-y: 0deg;
  }

  .\32xl\:tw-skew-y-1{
    --tw-skew-y: 1deg;
  }

  .\32xl\:tw-skew-y-2{
    --tw-skew-y: 2deg;
  }

  .\32xl\:tw-skew-y-3{
    --tw-skew-y: 3deg;
  }

  .\32xl\:tw-skew-y-6{
    --tw-skew-y: 6deg;
  }

  .\32xl\:tw-skew-y-12{
    --tw-skew-y: 12deg;
  }

  .\32xl\:tw--skew-y-12{
    --tw-skew-y: -12deg;
  }

  .\32xl\:tw--skew-y-6{
    --tw-skew-y: -6deg;
  }

  .\32xl\:tw--skew-y-3{
    --tw-skew-y: -3deg;
  }

  .\32xl\:tw--skew-y-2{
    --tw-skew-y: -2deg;
  }

  .\32xl\:tw--skew-y-1{
    --tw-skew-y: -1deg;
  }

  .\32xl\:hover\:tw-skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  .\32xl\:hover\:tw-skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  .\32xl\:hover\:tw-skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  .\32xl\:hover\:tw-skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  .\32xl\:hover\:tw-skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  .\32xl\:hover\:tw-skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  .\32xl\:hover\:tw--skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  .\32xl\:hover\:tw--skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  .\32xl\:hover\:tw--skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  .\32xl\:hover\:tw--skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  .\32xl\:hover\:tw--skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  .\32xl\:hover\:tw-skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  .\32xl\:hover\:tw-skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  .\32xl\:hover\:tw-skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  .\32xl\:hover\:tw-skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  .\32xl\:hover\:tw-skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  .\32xl\:hover\:tw-skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  .\32xl\:hover\:tw--skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  .\32xl\:hover\:tw--skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  .\32xl\:hover\:tw--skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  .\32xl\:hover\:tw--skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  .\32xl\:hover\:tw--skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  .\32xl\:focus\:tw-skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  .\32xl\:focus\:tw-skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  .\32xl\:focus\:tw-skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  .\32xl\:focus\:tw-skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  .\32xl\:focus\:tw-skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  .\32xl\:focus\:tw-skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  .\32xl\:focus\:tw--skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  .\32xl\:focus\:tw--skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  .\32xl\:focus\:tw--skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  .\32xl\:focus\:tw--skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  .\32xl\:focus\:tw--skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  .\32xl\:focus\:tw-skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  .\32xl\:focus\:tw-skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  .\32xl\:focus\:tw-skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  .\32xl\:focus\:tw-skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  .\32xl\:focus\:tw-skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  .\32xl\:focus\:tw-skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  .\32xl\:focus\:tw--skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  .\32xl\:focus\:tw--skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  .\32xl\:focus\:tw--skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  .\32xl\:focus\:tw--skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  .\32xl\:focus\:tw--skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  .\32xl\:tw-transition-none{
    transition-property: none;
  }

  .\32xl\:tw-transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:tw-transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:tw-transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:tw-transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:tw-transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:tw-transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:tw-transition-fade{
    transition-property: visibility, opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:tw-ease-linear{
    transition-timing-function: linear;
  }

  .\32xl\:tw-ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .\32xl\:tw-ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .\32xl\:tw-ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .\32xl\:tw-duration-75{
    transition-duration: 75ms;
  }

  .\32xl\:tw-duration-100{
    transition-duration: 100ms;
  }

  .\32xl\:tw-duration-150{
    transition-duration: 150ms;
  }

  .\32xl\:tw-duration-200{
    transition-duration: 200ms;
  }

  .\32xl\:tw-duration-300{
    transition-duration: 300ms;
  }

  .\32xl\:tw-duration-500{
    transition-duration: 500ms;
  }

  .\32xl\:tw-duration-700{
    transition-duration: 700ms;
  }

  .\32xl\:tw-duration-1000{
    transition-duration: 1000ms;
  }

  .\32xl\:tw-delay-75{
    transition-delay: 75ms;
  }

  .\32xl\:tw-delay-100{
    transition-delay: 100ms;
  }

  .\32xl\:tw-delay-150{
    transition-delay: 150ms;
  }

  .\32xl\:tw-delay-200{
    transition-delay: 200ms;
  }

  .\32xl\:tw-delay-300{
    transition-delay: 300ms;
  }

  .\32xl\:tw-delay-500{
    transition-delay: 500ms;
  }

  .\32xl\:tw-delay-700{
    transition-delay: 700ms;
  }

  .\32xl\:tw-delay-1000{
    transition-delay: 1000ms;
  }

  .\32xl\:tw-animate-none{
    animation: none;
  }

  .\32xl\:tw-animate-spin{
    animation: tw-spin 1s linear infinite;
  }

  .\32xl\:tw-animate-ping{
    animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .\32xl\:tw-animate-pulse{
    animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .\32xl\:tw-animate-bounce{
    animation: tw-bounce 1s infinite;
  }
}

@media (min-width: 1600px){
  .\33xl\:tw-container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 576px){
    .\33xl\:tw-container{
      max-width: 576px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

  @media (min-width: 768px){
    .\33xl\:tw-container{
      max-width: 768px;
      padding-right: 3rem;
      padding-left: 3rem;
    }
  }

  @media (min-width: 1024px){
    .\33xl\:tw-container{
      max-width: 1024px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1366px){
    .\33xl\:tw-container{
      max-width: 1366px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1440px){
    .\33xl\:tw-container{
      max-width: 1440px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1600px){
    .\33xl\:tw-container{
      max-width: 1600px;
      padding-right: 6rem;
      padding-left: 6rem;
    }
  }

  .\33xl\:tw-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .\33xl\:tw-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw-space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw-space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .\33xl\:tw-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw-space-y-2\/3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(66.666% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(66.666% * var(--tw-space-y-reverse));
  }

  .\33xl\:tw-space-x-2\/3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(66.666% * var(--tw-space-x-reverse));
    margin-left: calc(66.666% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw-space-y-3\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(150% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(150% * var(--tw-space-y-reverse));
  }

  .\33xl\:tw-space-x-3\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(150% * var(--tw-space-x-reverse));
    margin-left: calc(150% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw-space-y-square > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100% * var(--tw-space-y-reverse));
  }

  .\33xl\:tw-space-x-square > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(100% * var(--tw-space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw-space-y-58px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(58px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(58px * var(--tw-space-y-reverse));
  }

  .\33xl\:tw-space-x-58px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(58px * var(--tw-space-x-reverse));
    margin-left: calc(58px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw-space-y-63px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(63px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(63px * var(--tw-space-y-reverse));
  }

  .\33xl\:tw-space-x-63px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(63px * var(--tw-space-x-reverse));
    margin-left: calc(63px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw-space-y-73px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(73.px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(73.px * var(--tw-space-y-reverse));
  }

  .\33xl\:tw-space-x-73px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(73.px * var(--tw-space-x-reverse));
    margin-left: calc(73.px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw--space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .\33xl\:tw--space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw--space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw--space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw--space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw--space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw--space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw--space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw--space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw--space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw--space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw--space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw--space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw--space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw--space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw--space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw--space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw--space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw--space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw--space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw--space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw--space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw--space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw--space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw--space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw--space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw--space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw--space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw--space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw--space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw--space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw--space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw--space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw--space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw--space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw--space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw--space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw--space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw--space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw--space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw--space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw--space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw--space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw--space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw--space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw--space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw--space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw--space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw--space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw--space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw--space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw--space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw--space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw--space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw--space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw--space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw--space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw--space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw--space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw--space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw--space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw--space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw--space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .\33xl\:tw--space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw--space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw--space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw--space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw--space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw--space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw--space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw--space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .\33xl\:tw--space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw--space-y-2\/3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-66.666% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-66.666% * var(--tw-space-y-reverse));
  }

  .\33xl\:tw--space-x-2\/3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-66.666% * var(--tw-space-x-reverse));
    margin-left: calc(-66.666% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw--space-y-3\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-150% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-150% * var(--tw-space-y-reverse));
  }

  .\33xl\:tw--space-x-3\/2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-150% * var(--tw-space-x-reverse));
    margin-left: calc(-150% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw--space-y-square > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-100% * var(--tw-space-y-reverse));
  }

  .\33xl\:tw--space-x-square > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-100% * var(--tw-space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw--space-y-58px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-58px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-58px * var(--tw-space-y-reverse));
  }

  .\33xl\:tw--space-x-58px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-58px * var(--tw-space-x-reverse));
    margin-left: calc(-58px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw--space-y-63px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-63px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-63px * var(--tw-space-y-reverse));
  }

  .\33xl\:tw--space-x-63px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-63px * var(--tw-space-x-reverse));
    margin-left: calc(-63px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw--space-y-73px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-73px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-73px * var(--tw-space-y-reverse));
  }

  .\33xl\:tw--space-x-73px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-73px * var(--tw-space-x-reverse));
    margin-left: calc(-73px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:tw-space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .\33xl\:tw-space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .\33xl\:tw-divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .\33xl\:tw-divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .\33xl\:tw-divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .\33xl\:tw-divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .\33xl\:tw-divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .\33xl\:tw-divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .\33xl\:tw-divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .\33xl\:tw-divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .\33xl\:tw-divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .\33xl\:tw-divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .\33xl\:tw-divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .\33xl\:tw-divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .\33xl\:tw-divide-brand-orange > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-divide-opacity));
  }

  .\33xl\:tw-divide-brand-orange-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-divide-opacity));
  }

  .\33xl\:tw-divide-brand-orange-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-divide-opacity));
  }

  .\33xl\:tw-divide-brand-blue > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-divide-opacity));
  }

  .\33xl\:tw-divide-brand-blue-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-divide-opacity));
  }

  .\33xl\:tw-divide-brand-blue-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-divide-opacity));
  }

  .\33xl\:tw-divide-brand-yellow > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(228, 182, 32, var(--tw-divide-opacity));
  }

  .\33xl\:tw-divide-brand-green > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(141, 192, 85, var(--tw-divide-opacity));
  }

  .\33xl\:tw-divide-brand-pink > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(201, 69, 120, var(--tw-divide-opacity));
  }

  .\33xl\:tw-divide-brand-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(187, 0, 52, var(--tw-divide-opacity));
  }

  .\33xl\:tw-divide-brand-turquesa > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(60, 180, 151, var(--tw-divide-opacity));
  }

  .\33xl\:tw-divide-gray-lighter > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
  }

  .\33xl\:tw-divide-gray-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-divide-opacity));
  }

  .\33xl\:tw-divide-gray-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-divide-opacity));
  }

  .\33xl\:tw-divide-gray-darker > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-divide-opacity));
  }

  .\33xl\:tw-divide-gray-medium > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(118, 118, 118, var(--tw-divide-opacity));
  }

  .\33xl\:tw-divide-gray-mid > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(147, 147, 147, var(--tw-divide-opacity));
  }

  .\33xl\:tw-divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .\33xl\:tw-divide-primary > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-divide-opacity));
  }

  .\33xl\:tw-divide-primary-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-divide-opacity));
  }

  .\33xl\:tw-divide-primary-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-divide-opacity));
  }

  .\33xl\:tw-divide-secondary > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-divide-opacity));
  }

  .\33xl\:tw-divide-secondary-dark > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-divide-opacity));
  }

  .\33xl\:tw-divide-secondary-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-divide-opacity));
  }

  .\33xl\:tw-divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .\33xl\:tw-divide-hyperlinks > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(16, 106, 163, var(--tw-divide-opacity));
  }

  .\33xl\:tw-divide-hyperlinks-visited > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(127, 31, 125, var(--tw-divide-opacity));
  }

  .\33xl\:tw-divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .\33xl\:tw-divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .\33xl\:tw-divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .\33xl\:tw-divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .\33xl\:tw-divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .\33xl\:tw-divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .\33xl\:tw-divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .\33xl\:tw-divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  .\33xl\:tw-divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1;
  }

  .\33xl\:tw-divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  .\33xl\:tw-divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .\33xl\:tw-divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  .\33xl\:tw-divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  .\33xl\:tw-divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  .\33xl\:tw-divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  .\33xl\:tw-divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  .\33xl\:tw-divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .\33xl\:tw-divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8;
  }

  .\33xl\:tw-divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  .\33xl\:tw-divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  .\33xl\:tw-divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  .\33xl\:tw-sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .\33xl\:tw-not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .\33xl\:focus-within\:tw-sr-only:focus-within{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .\33xl\:focus-within\:tw-not-sr-only:focus-within{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .\33xl\:hover\:tw-sr-only:hover{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .\33xl\:hover\:tw-not-sr-only:hover{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .\33xl\:focus\:tw-sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .\33xl\:focus\:tw-not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .\33xl\:active\:tw-sr-only:active{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .\33xl\:active\:tw-not-sr-only:active{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .\33xl\:tw-appearance-none{
    -webkit-appearance: none;
            appearance: none;
  }

  .\33xl\:tw-bg-fixed{
    background-attachment: fixed;
  }

  .\33xl\:tw-bg-local{
    background-attachment: local;
  }

  .\33xl\:tw-bg-scroll{
    background-attachment: scroll;
  }

  .\33xl\:tw-bg-clip-border{
    background-clip: border-box;
  }

  .\33xl\:tw-bg-clip-padding{
    background-clip: padding-box;
  }

  .\33xl\:tw-bg-clip-content{
    background-clip: content-box;
  }

  .\33xl\:tw-bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .\33xl\:tw-bg-brand-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .\33xl\:tw-bg-brand-orange-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .\33xl\:tw-bg-brand-orange-light{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .\33xl\:tw-bg-brand-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .\33xl\:tw-bg-brand-blue-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .\33xl\:tw-bg-brand-blue-light{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .\33xl\:tw-bg-brand-yellow{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 182, 32, var(--tw-bg-opacity));
  }

  .\33xl\:tw-bg-brand-green{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 192, 85, var(--tw-bg-opacity));
  }

  .\33xl\:tw-bg-brand-pink{
    --tw-bg-opacity: 1;
    background-color: rgba(201, 69, 120, var(--tw-bg-opacity));
  }

  .\33xl\:tw-bg-brand-red{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 0, 52, var(--tw-bg-opacity));
  }

  .\33xl\:tw-bg-brand-turquesa{
    --tw-bg-opacity: 1;
    background-color: rgba(60, 180, 151, var(--tw-bg-opacity));
  }

  .\33xl\:tw-bg-gray-lighter{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .\33xl\:tw-bg-gray-light{
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .\33xl\:tw-bg-gray-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  .\33xl\:tw-bg-gray-darker{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .\33xl\:tw-bg-gray-medium{
    --tw-bg-opacity: 1;
    background-color: rgba(118, 118, 118, var(--tw-bg-opacity));
  }

  .\33xl\:tw-bg-gray-mid{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 147, 147, var(--tw-bg-opacity));
  }

  .\33xl\:tw-bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .\33xl\:tw-bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .\33xl\:tw-bg-primary-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .\33xl\:tw-bg-primary-light{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .\33xl\:tw-bg-secondary{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .\33xl\:tw-bg-secondary-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .\33xl\:tw-bg-secondary-light{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .\33xl\:tw-bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\33xl\:tw-bg-hyperlinks{
    --tw-bg-opacity: 1;
    background-color: rgba(16, 106, 163, var(--tw-bg-opacity));
  }

  .\33xl\:tw-bg-hyperlinks-visited{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 31, 125, var(--tw-bg-opacity));
  }

  .\33xl\:tw-bg-transparent{
    background-color: transparent;
  }

  .\33xl\:odd\:tw-bg-brand-orange:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .\33xl\:odd\:tw-bg-brand-orange-dark:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .\33xl\:odd\:tw-bg-brand-orange-light:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .\33xl\:odd\:tw-bg-brand-blue:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .\33xl\:odd\:tw-bg-brand-blue-dark:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .\33xl\:odd\:tw-bg-brand-blue-light:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .\33xl\:odd\:tw-bg-brand-yellow:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(228, 182, 32, var(--tw-bg-opacity));
  }

  .\33xl\:odd\:tw-bg-brand-green:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(141, 192, 85, var(--tw-bg-opacity));
  }

  .\33xl\:odd\:tw-bg-brand-pink:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(201, 69, 120, var(--tw-bg-opacity));
  }

  .\33xl\:odd\:tw-bg-brand-red:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(187, 0, 52, var(--tw-bg-opacity));
  }

  .\33xl\:odd\:tw-bg-brand-turquesa:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(60, 180, 151, var(--tw-bg-opacity));
  }

  .\33xl\:odd\:tw-bg-gray-lighter:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .\33xl\:odd\:tw-bg-gray-light:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .\33xl\:odd\:tw-bg-gray-dark:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  .\33xl\:odd\:tw-bg-gray-darker:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .\33xl\:odd\:tw-bg-gray-medium:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(118, 118, 118, var(--tw-bg-opacity));
  }

  .\33xl\:odd\:tw-bg-gray-mid:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(147, 147, 147, var(--tw-bg-opacity));
  }

  .\33xl\:odd\:tw-bg-black:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .\33xl\:odd\:tw-bg-primary:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .\33xl\:odd\:tw-bg-primary-dark:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .\33xl\:odd\:tw-bg-primary-light:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .\33xl\:odd\:tw-bg-secondary:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .\33xl\:odd\:tw-bg-secondary-dark:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .\33xl\:odd\:tw-bg-secondary-light:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .\33xl\:odd\:tw-bg-white:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\33xl\:odd\:tw-bg-hyperlinks:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(16, 106, 163, var(--tw-bg-opacity));
  }

  .\33xl\:odd\:tw-bg-hyperlinks-visited:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(127, 31, 125, var(--tw-bg-opacity));
  }

  .\33xl\:odd\:tw-bg-transparent:nth-child(odd){
    background-color: transparent;
  }

  .\33xl\:even\:tw-bg-brand-orange:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .\33xl\:even\:tw-bg-brand-orange-dark:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .\33xl\:even\:tw-bg-brand-orange-light:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .\33xl\:even\:tw-bg-brand-blue:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .\33xl\:even\:tw-bg-brand-blue-dark:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .\33xl\:even\:tw-bg-brand-blue-light:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .\33xl\:even\:tw-bg-brand-yellow:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(228, 182, 32, var(--tw-bg-opacity));
  }

  .\33xl\:even\:tw-bg-brand-green:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(141, 192, 85, var(--tw-bg-opacity));
  }

  .\33xl\:even\:tw-bg-brand-pink:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(201, 69, 120, var(--tw-bg-opacity));
  }

  .\33xl\:even\:tw-bg-brand-red:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(187, 0, 52, var(--tw-bg-opacity));
  }

  .\33xl\:even\:tw-bg-brand-turquesa:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(60, 180, 151, var(--tw-bg-opacity));
  }

  .\33xl\:even\:tw-bg-gray-lighter:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .\33xl\:even\:tw-bg-gray-light:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .\33xl\:even\:tw-bg-gray-dark:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  .\33xl\:even\:tw-bg-gray-darker:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .\33xl\:even\:tw-bg-gray-medium:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(118, 118, 118, var(--tw-bg-opacity));
  }

  .\33xl\:even\:tw-bg-gray-mid:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(147, 147, 147, var(--tw-bg-opacity));
  }

  .\33xl\:even\:tw-bg-black:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .\33xl\:even\:tw-bg-primary:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .\33xl\:even\:tw-bg-primary-dark:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .\33xl\:even\:tw-bg-primary-light:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .\33xl\:even\:tw-bg-secondary:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .\33xl\:even\:tw-bg-secondary-dark:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .\33xl\:even\:tw-bg-secondary-light:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .\33xl\:even\:tw-bg-white:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\33xl\:even\:tw-bg-hyperlinks:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(16, 106, 163, var(--tw-bg-opacity));
  }

  .\33xl\:even\:tw-bg-hyperlinks-visited:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(127, 31, 125, var(--tw-bg-opacity));
  }

  .\33xl\:even\:tw-bg-transparent:nth-child(even){
    background-color: transparent;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-bg-brand-orange{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-bg-brand-orange-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-bg-brand-orange-light{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-bg-brand-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-bg-brand-blue-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-bg-brand-blue-light{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-bg-brand-yellow{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 182, 32, var(--tw-bg-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-bg-brand-green{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 192, 85, var(--tw-bg-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-bg-brand-pink{
    --tw-bg-opacity: 1;
    background-color: rgba(201, 69, 120, var(--tw-bg-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-bg-brand-red{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 0, 52, var(--tw-bg-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-bg-brand-turquesa{
    --tw-bg-opacity: 1;
    background-color: rgba(60, 180, 151, var(--tw-bg-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-bg-gray-lighter{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-bg-gray-light{
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-bg-gray-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-bg-gray-darker{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-bg-gray-medium{
    --tw-bg-opacity: 1;
    background-color: rgba(118, 118, 118, var(--tw-bg-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-bg-gray-mid{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 147, 147, var(--tw-bg-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-bg-primary-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-bg-primary-light{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-bg-secondary{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-bg-secondary-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-bg-secondary-light{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-bg-hyperlinks{
    --tw-bg-opacity: 1;
    background-color: rgba(16, 106, 163, var(--tw-bg-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-bg-hyperlinks-visited{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 31, 125, var(--tw-bg-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-bg-transparent{
    background-color: transparent;
  }

  .\33xl\:focus-within\:tw-bg-brand-orange:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .\33xl\:focus-within\:tw-bg-brand-orange-dark:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .\33xl\:focus-within\:tw-bg-brand-orange-light:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .\33xl\:focus-within\:tw-bg-brand-blue:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .\33xl\:focus-within\:tw-bg-brand-blue-dark:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .\33xl\:focus-within\:tw-bg-brand-blue-light:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .\33xl\:focus-within\:tw-bg-brand-yellow:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 182, 32, var(--tw-bg-opacity));
  }

  .\33xl\:focus-within\:tw-bg-brand-green:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 192, 85, var(--tw-bg-opacity));
  }

  .\33xl\:focus-within\:tw-bg-brand-pink:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(201, 69, 120, var(--tw-bg-opacity));
  }

  .\33xl\:focus-within\:tw-bg-brand-red:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 0, 52, var(--tw-bg-opacity));
  }

  .\33xl\:focus-within\:tw-bg-brand-turquesa:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(60, 180, 151, var(--tw-bg-opacity));
  }

  .\33xl\:focus-within\:tw-bg-gray-lighter:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .\33xl\:focus-within\:tw-bg-gray-light:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .\33xl\:focus-within\:tw-bg-gray-dark:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  .\33xl\:focus-within\:tw-bg-gray-darker:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .\33xl\:focus-within\:tw-bg-gray-medium:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(118, 118, 118, var(--tw-bg-opacity));
  }

  .\33xl\:focus-within\:tw-bg-gray-mid:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 147, 147, var(--tw-bg-opacity));
  }

  .\33xl\:focus-within\:tw-bg-black:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .\33xl\:focus-within\:tw-bg-primary:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .\33xl\:focus-within\:tw-bg-primary-dark:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .\33xl\:focus-within\:tw-bg-primary-light:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .\33xl\:focus-within\:tw-bg-secondary:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .\33xl\:focus-within\:tw-bg-secondary-dark:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .\33xl\:focus-within\:tw-bg-secondary-light:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .\33xl\:focus-within\:tw-bg-white:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\33xl\:focus-within\:tw-bg-hyperlinks:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(16, 106, 163, var(--tw-bg-opacity));
  }

  .\33xl\:focus-within\:tw-bg-hyperlinks-visited:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 31, 125, var(--tw-bg-opacity));
  }

  .\33xl\:focus-within\:tw-bg-transparent:focus-within{
    background-color: transparent;
  }

  .\33xl\:hover\:tw-bg-brand-orange:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .\33xl\:hover\:tw-bg-brand-orange-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .\33xl\:hover\:tw-bg-brand-orange-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .\33xl\:hover\:tw-bg-brand-blue:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .\33xl\:hover\:tw-bg-brand-blue-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .\33xl\:hover\:tw-bg-brand-blue-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .\33xl\:hover\:tw-bg-brand-yellow:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 182, 32, var(--tw-bg-opacity));
  }

  .\33xl\:hover\:tw-bg-brand-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 192, 85, var(--tw-bg-opacity));
  }

  .\33xl\:hover\:tw-bg-brand-pink:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(201, 69, 120, var(--tw-bg-opacity));
  }

  .\33xl\:hover\:tw-bg-brand-red:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 0, 52, var(--tw-bg-opacity));
  }

  .\33xl\:hover\:tw-bg-brand-turquesa:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(60, 180, 151, var(--tw-bg-opacity));
  }

  .\33xl\:hover\:tw-bg-gray-lighter:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .\33xl\:hover\:tw-bg-gray-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .\33xl\:hover\:tw-bg-gray-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  .\33xl\:hover\:tw-bg-gray-darker:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .\33xl\:hover\:tw-bg-gray-medium:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(118, 118, 118, var(--tw-bg-opacity));
  }

  .\33xl\:hover\:tw-bg-gray-mid:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 147, 147, var(--tw-bg-opacity));
  }

  .\33xl\:hover\:tw-bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .\33xl\:hover\:tw-bg-primary:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .\33xl\:hover\:tw-bg-primary-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .\33xl\:hover\:tw-bg-primary-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .\33xl\:hover\:tw-bg-secondary:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .\33xl\:hover\:tw-bg-secondary-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .\33xl\:hover\:tw-bg-secondary-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .\33xl\:hover\:tw-bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\33xl\:hover\:tw-bg-hyperlinks:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(16, 106, 163, var(--tw-bg-opacity));
  }

  .\33xl\:hover\:tw-bg-hyperlinks-visited:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 31, 125, var(--tw-bg-opacity));
  }

  .\33xl\:hover\:tw-bg-transparent:hover{
    background-color: transparent;
  }

  .\33xl\:focus\:tw-bg-brand-orange:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .\33xl\:focus\:tw-bg-brand-orange-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .\33xl\:focus\:tw-bg-brand-orange-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .\33xl\:focus\:tw-bg-brand-blue:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .\33xl\:focus\:tw-bg-brand-blue-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .\33xl\:focus\:tw-bg-brand-blue-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .\33xl\:focus\:tw-bg-brand-yellow:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 182, 32, var(--tw-bg-opacity));
  }

  .\33xl\:focus\:tw-bg-brand-green:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(141, 192, 85, var(--tw-bg-opacity));
  }

  .\33xl\:focus\:tw-bg-brand-pink:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(201, 69, 120, var(--tw-bg-opacity));
  }

  .\33xl\:focus\:tw-bg-brand-red:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(187, 0, 52, var(--tw-bg-opacity));
  }

  .\33xl\:focus\:tw-bg-brand-turquesa:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(60, 180, 151, var(--tw-bg-opacity));
  }

  .\33xl\:focus\:tw-bg-gray-lighter:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }

  .\33xl\:focus\:tw-bg-gray-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .\33xl\:focus\:tw-bg-gray-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
  }

  .\33xl\:focus\:tw-bg-gray-darker:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .\33xl\:focus\:tw-bg-gray-medium:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(118, 118, 118, var(--tw-bg-opacity));
  }

  .\33xl\:focus\:tw-bg-gray-mid:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 147, 147, var(--tw-bg-opacity));
  }

  .\33xl\:focus\:tw-bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .\33xl\:focus\:tw-bg-primary:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(227, 81, 0, var(--tw-bg-opacity));
  }

  .\33xl\:focus\:tw-bg-primary-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(192, 68, 0, var(--tw-bg-opacity));
  }

  .\33xl\:focus\:tw-bg-primary-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 141, 37, var(--tw-bg-opacity));
  }

  .\33xl\:focus\:tw-bg-secondary:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 82, 114, var(--tw-bg-opacity));
  }

  .\33xl\:focus\:tw-bg-secondary-dark:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 163, var(--tw-bg-opacity));
  }

  .\33xl\:focus\:tw-bg-secondary-light:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 153, 187, var(--tw-bg-opacity));
  }

  .\33xl\:focus\:tw-bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\33xl\:focus\:tw-bg-hyperlinks:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(16, 106, 163, var(--tw-bg-opacity));
  }

  .\33xl\:focus\:tw-bg-hyperlinks-visited:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 31, 125, var(--tw-bg-opacity));
  }

  .\33xl\:focus\:tw-bg-transparent:focus{
    background-color: transparent;
  }

  .\33xl\:tw-bg-none{
    background-image: none;
  }

  .\33xl\:tw-bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .\33xl\:tw-bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .\33xl\:tw-bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .\33xl\:tw-bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .\33xl\:tw-bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .\33xl\:tw-bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .\33xl\:tw-bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .\33xl\:tw-bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .\33xl\:tw-from-brand-orange{
    --tw-gradient-from: #E35100;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .\33xl\:tw-from-brand-orange-dark{
    --tw-gradient-from: #C04400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .\33xl\:tw-from-brand-orange-light{
    --tw-gradient-from: #F38D25;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .\33xl\:tw-from-brand-blue{
    --tw-gradient-from: #005272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .\33xl\:tw-from-brand-blue-dark{
    --tw-gradient-from: #3F83A3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .\33xl\:tw-from-brand-blue-light{
    --tw-gradient-from: #4F99BB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .\33xl\:tw-from-brand-yellow{
    --tw-gradient-from: #E4B620;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 182, 32, 0));
  }

  .\33xl\:tw-from-brand-green{
    --tw-gradient-from: #8DC055;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 192, 85, 0));
  }

  .\33xl\:tw-from-brand-pink{
    --tw-gradient-from: #C94578;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 69, 120, 0));
  }

  .\33xl\:tw-from-brand-red{
    --tw-gradient-from: #BB0034;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 0, 52, 0));
  }

  .\33xl\:tw-from-brand-turquesa{
    --tw-gradient-from: #3cb497;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 180, 151, 0));
  }

  .\33xl\:tw-from-gray-lighter{
    --tw-gradient-from: #F5F5F5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .\33xl\:tw-from-gray-light{
    --tw-gradient-from: #dadada;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .\33xl\:tw-from-gray-dark{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  .\33xl\:tw-from-gray-darker{
    --tw-gradient-from: #222222;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .\33xl\:tw-from-gray-medium{
    --tw-gradient-from: #767676;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(118, 118, 118, 0));
  }

  .\33xl\:tw-from-gray-mid{
    --tw-gradient-from: #939393;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 147, 147, 0));
  }

  .\33xl\:tw-from-black{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\33xl\:tw-from-primary{
    --tw-gradient-from: #E35100;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .\33xl\:tw-from-primary-dark{
    --tw-gradient-from: #C04400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .\33xl\:tw-from-primary-light{
    --tw-gradient-from: #F38D25;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .\33xl\:tw-from-secondary{
    --tw-gradient-from: #005272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .\33xl\:tw-from-secondary-dark{
    --tw-gradient-from: #3F83A3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .\33xl\:tw-from-secondary-light{
    --tw-gradient-from: #4F99BB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .\33xl\:tw-from-white{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\33xl\:tw-from-hyperlinks{
    --tw-gradient-from: #106AA3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 106, 163, 0));
  }

  .\33xl\:tw-from-hyperlinks-visited{
    --tw-gradient-from: #7F1F7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 31, 125, 0));
  }

  .\33xl\:tw-from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\33xl\:tw-via-brand-orange{
    --tw-gradient-stops: var(--tw-gradient-from), #E35100, var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .\33xl\:tw-via-brand-orange-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #C04400, var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .\33xl\:tw-via-brand-orange-light{
    --tw-gradient-stops: var(--tw-gradient-from), #F38D25, var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .\33xl\:tw-via-brand-blue{
    --tw-gradient-stops: var(--tw-gradient-from), #005272, var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .\33xl\:tw-via-brand-blue-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #3F83A3, var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .\33xl\:tw-via-brand-blue-light{
    --tw-gradient-stops: var(--tw-gradient-from), #4F99BB, var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .\33xl\:tw-via-brand-yellow{
    --tw-gradient-stops: var(--tw-gradient-from), #E4B620, var(--tw-gradient-to, rgba(228, 182, 32, 0));
  }

  .\33xl\:tw-via-brand-green{
    --tw-gradient-stops: var(--tw-gradient-from), #8DC055, var(--tw-gradient-to, rgba(141, 192, 85, 0));
  }

  .\33xl\:tw-via-brand-pink{
    --tw-gradient-stops: var(--tw-gradient-from), #C94578, var(--tw-gradient-to, rgba(201, 69, 120, 0));
  }

  .\33xl\:tw-via-brand-red{
    --tw-gradient-stops: var(--tw-gradient-from), #BB0034, var(--tw-gradient-to, rgba(187, 0, 52, 0));
  }

  .\33xl\:tw-via-brand-turquesa{
    --tw-gradient-stops: var(--tw-gradient-from), #3cb497, var(--tw-gradient-to, rgba(60, 180, 151, 0));
  }

  .\33xl\:tw-via-gray-lighter{
    --tw-gradient-stops: var(--tw-gradient-from), #F5F5F5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .\33xl\:tw-via-gray-light{
    --tw-gradient-stops: var(--tw-gradient-from), #dadada, var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .\33xl\:tw-via-gray-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  .\33xl\:tw-via-gray-darker{
    --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .\33xl\:tw-via-gray-medium{
    --tw-gradient-stops: var(--tw-gradient-from), #767676, var(--tw-gradient-to, rgba(118, 118, 118, 0));
  }

  .\33xl\:tw-via-gray-mid{
    --tw-gradient-stops: var(--tw-gradient-from), #939393, var(--tw-gradient-to, rgba(147, 147, 147, 0));
  }

  .\33xl\:tw-via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\33xl\:tw-via-primary{
    --tw-gradient-stops: var(--tw-gradient-from), #E35100, var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .\33xl\:tw-via-primary-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #C04400, var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .\33xl\:tw-via-primary-light{
    --tw-gradient-stops: var(--tw-gradient-from), #F38D25, var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .\33xl\:tw-via-secondary{
    --tw-gradient-stops: var(--tw-gradient-from), #005272, var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .\33xl\:tw-via-secondary-dark{
    --tw-gradient-stops: var(--tw-gradient-from), #3F83A3, var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .\33xl\:tw-via-secondary-light{
    --tw-gradient-stops: var(--tw-gradient-from), #4F99BB, var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .\33xl\:tw-via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\33xl\:tw-via-hyperlinks{
    --tw-gradient-stops: var(--tw-gradient-from), #106AA3, var(--tw-gradient-to, rgba(16, 106, 163, 0));
  }

  .\33xl\:tw-via-hyperlinks-visited{
    --tw-gradient-stops: var(--tw-gradient-from), #7F1F7D, var(--tw-gradient-to, rgba(127, 31, 125, 0));
  }

  .\33xl\:tw-via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\33xl\:tw-to-brand-orange{
    --tw-gradient-to: #E35100;
  }

  .\33xl\:tw-to-brand-orange-dark{
    --tw-gradient-to: #C04400;
  }

  .\33xl\:tw-to-brand-orange-light{
    --tw-gradient-to: #F38D25;
  }

  .\33xl\:tw-to-brand-blue{
    --tw-gradient-to: #005272;
  }

  .\33xl\:tw-to-brand-blue-dark{
    --tw-gradient-to: #3F83A3;
  }

  .\33xl\:tw-to-brand-blue-light{
    --tw-gradient-to: #4F99BB;
  }

  .\33xl\:tw-to-brand-yellow{
    --tw-gradient-to: #E4B620;
  }

  .\33xl\:tw-to-brand-green{
    --tw-gradient-to: #8DC055;
  }

  .\33xl\:tw-to-brand-pink{
    --tw-gradient-to: #C94578;
  }

  .\33xl\:tw-to-brand-red{
    --tw-gradient-to: #BB0034;
  }

  .\33xl\:tw-to-brand-turquesa{
    --tw-gradient-to: #3cb497;
  }

  .\33xl\:tw-to-gray-lighter{
    --tw-gradient-to: #F5F5F5;
  }

  .\33xl\:tw-to-gray-light{
    --tw-gradient-to: #dadada;
  }

  .\33xl\:tw-to-gray-dark{
    --tw-gradient-to: #666666;
  }

  .\33xl\:tw-to-gray-darker{
    --tw-gradient-to: #222222;
  }

  .\33xl\:tw-to-gray-medium{
    --tw-gradient-to: #767676;
  }

  .\33xl\:tw-to-gray-mid{
    --tw-gradient-to: #939393;
  }

  .\33xl\:tw-to-black{
    --tw-gradient-to: #000000;
  }

  .\33xl\:tw-to-primary{
    --tw-gradient-to: #E35100;
  }

  .\33xl\:tw-to-primary-dark{
    --tw-gradient-to: #C04400;
  }

  .\33xl\:tw-to-primary-light{
    --tw-gradient-to: #F38D25;
  }

  .\33xl\:tw-to-secondary{
    --tw-gradient-to: #005272;
  }

  .\33xl\:tw-to-secondary-dark{
    --tw-gradient-to: #3F83A3;
  }

  .\33xl\:tw-to-secondary-light{
    --tw-gradient-to: #4F99BB;
  }

  .\33xl\:tw-to-white{
    --tw-gradient-to: #FFFFFF;
  }

  .\33xl\:tw-to-hyperlinks{
    --tw-gradient-to: #106AA3;
  }

  .\33xl\:tw-to-hyperlinks-visited{
    --tw-gradient-to: #7F1F7D;
  }

  .\33xl\:tw-to-transparent{
    --tw-gradient-to: transparent;
  }

  .\33xl\:hover\:tw-from-brand-orange:hover{
    --tw-gradient-from: #E35100;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .\33xl\:hover\:tw-from-brand-orange-dark:hover{
    --tw-gradient-from: #C04400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .\33xl\:hover\:tw-from-brand-orange-light:hover{
    --tw-gradient-from: #F38D25;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .\33xl\:hover\:tw-from-brand-blue:hover{
    --tw-gradient-from: #005272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .\33xl\:hover\:tw-from-brand-blue-dark:hover{
    --tw-gradient-from: #3F83A3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .\33xl\:hover\:tw-from-brand-blue-light:hover{
    --tw-gradient-from: #4F99BB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .\33xl\:hover\:tw-from-brand-yellow:hover{
    --tw-gradient-from: #E4B620;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 182, 32, 0));
  }

  .\33xl\:hover\:tw-from-brand-green:hover{
    --tw-gradient-from: #8DC055;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 192, 85, 0));
  }

  .\33xl\:hover\:tw-from-brand-pink:hover{
    --tw-gradient-from: #C94578;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 69, 120, 0));
  }

  .\33xl\:hover\:tw-from-brand-red:hover{
    --tw-gradient-from: #BB0034;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 0, 52, 0));
  }

  .\33xl\:hover\:tw-from-brand-turquesa:hover{
    --tw-gradient-from: #3cb497;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 180, 151, 0));
  }

  .\33xl\:hover\:tw-from-gray-lighter:hover{
    --tw-gradient-from: #F5F5F5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .\33xl\:hover\:tw-from-gray-light:hover{
    --tw-gradient-from: #dadada;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .\33xl\:hover\:tw-from-gray-dark:hover{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  .\33xl\:hover\:tw-from-gray-darker:hover{
    --tw-gradient-from: #222222;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .\33xl\:hover\:tw-from-gray-medium:hover{
    --tw-gradient-from: #767676;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(118, 118, 118, 0));
  }

  .\33xl\:hover\:tw-from-gray-mid:hover{
    --tw-gradient-from: #939393;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 147, 147, 0));
  }

  .\33xl\:hover\:tw-from-black:hover{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\33xl\:hover\:tw-from-primary:hover{
    --tw-gradient-from: #E35100;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .\33xl\:hover\:tw-from-primary-dark:hover{
    --tw-gradient-from: #C04400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .\33xl\:hover\:tw-from-primary-light:hover{
    --tw-gradient-from: #F38D25;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .\33xl\:hover\:tw-from-secondary:hover{
    --tw-gradient-from: #005272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .\33xl\:hover\:tw-from-secondary-dark:hover{
    --tw-gradient-from: #3F83A3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .\33xl\:hover\:tw-from-secondary-light:hover{
    --tw-gradient-from: #4F99BB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .\33xl\:hover\:tw-from-white:hover{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\33xl\:hover\:tw-from-hyperlinks:hover{
    --tw-gradient-from: #106AA3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 106, 163, 0));
  }

  .\33xl\:hover\:tw-from-hyperlinks-visited:hover{
    --tw-gradient-from: #7F1F7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 31, 125, 0));
  }

  .\33xl\:hover\:tw-from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\33xl\:hover\:tw-via-brand-orange:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E35100, var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .\33xl\:hover\:tw-via-brand-orange-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #C04400, var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .\33xl\:hover\:tw-via-brand-orange-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F38D25, var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .\33xl\:hover\:tw-via-brand-blue:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #005272, var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .\33xl\:hover\:tw-via-brand-blue-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3F83A3, var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .\33xl\:hover\:tw-via-brand-blue-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4F99BB, var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .\33xl\:hover\:tw-via-brand-yellow:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E4B620, var(--tw-gradient-to, rgba(228, 182, 32, 0));
  }

  .\33xl\:hover\:tw-via-brand-green:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8DC055, var(--tw-gradient-to, rgba(141, 192, 85, 0));
  }

  .\33xl\:hover\:tw-via-brand-pink:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #C94578, var(--tw-gradient-to, rgba(201, 69, 120, 0));
  }

  .\33xl\:hover\:tw-via-brand-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #BB0034, var(--tw-gradient-to, rgba(187, 0, 52, 0));
  }

  .\33xl\:hover\:tw-via-brand-turquesa:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3cb497, var(--tw-gradient-to, rgba(60, 180, 151, 0));
  }

  .\33xl\:hover\:tw-via-gray-lighter:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F5F5F5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .\33xl\:hover\:tw-via-gray-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dadada, var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .\33xl\:hover\:tw-via-gray-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  .\33xl\:hover\:tw-via-gray-darker:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .\33xl\:hover\:tw-via-gray-medium:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #767676, var(--tw-gradient-to, rgba(118, 118, 118, 0));
  }

  .\33xl\:hover\:tw-via-gray-mid:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #939393, var(--tw-gradient-to, rgba(147, 147, 147, 0));
  }

  .\33xl\:hover\:tw-via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\33xl\:hover\:tw-via-primary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E35100, var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .\33xl\:hover\:tw-via-primary-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #C04400, var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .\33xl\:hover\:tw-via-primary-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F38D25, var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .\33xl\:hover\:tw-via-secondary:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #005272, var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .\33xl\:hover\:tw-via-secondary-dark:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3F83A3, var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .\33xl\:hover\:tw-via-secondary-light:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4F99BB, var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .\33xl\:hover\:tw-via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\33xl\:hover\:tw-via-hyperlinks:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #106AA3, var(--tw-gradient-to, rgba(16, 106, 163, 0));
  }

  .\33xl\:hover\:tw-via-hyperlinks-visited:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7F1F7D, var(--tw-gradient-to, rgba(127, 31, 125, 0));
  }

  .\33xl\:hover\:tw-via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\33xl\:hover\:tw-to-brand-orange:hover{
    --tw-gradient-to: #E35100;
  }

  .\33xl\:hover\:tw-to-brand-orange-dark:hover{
    --tw-gradient-to: #C04400;
  }

  .\33xl\:hover\:tw-to-brand-orange-light:hover{
    --tw-gradient-to: #F38D25;
  }

  .\33xl\:hover\:tw-to-brand-blue:hover{
    --tw-gradient-to: #005272;
  }

  .\33xl\:hover\:tw-to-brand-blue-dark:hover{
    --tw-gradient-to: #3F83A3;
  }

  .\33xl\:hover\:tw-to-brand-blue-light:hover{
    --tw-gradient-to: #4F99BB;
  }

  .\33xl\:hover\:tw-to-brand-yellow:hover{
    --tw-gradient-to: #E4B620;
  }

  .\33xl\:hover\:tw-to-brand-green:hover{
    --tw-gradient-to: #8DC055;
  }

  .\33xl\:hover\:tw-to-brand-pink:hover{
    --tw-gradient-to: #C94578;
  }

  .\33xl\:hover\:tw-to-brand-red:hover{
    --tw-gradient-to: #BB0034;
  }

  .\33xl\:hover\:tw-to-brand-turquesa:hover{
    --tw-gradient-to: #3cb497;
  }

  .\33xl\:hover\:tw-to-gray-lighter:hover{
    --tw-gradient-to: #F5F5F5;
  }

  .\33xl\:hover\:tw-to-gray-light:hover{
    --tw-gradient-to: #dadada;
  }

  .\33xl\:hover\:tw-to-gray-dark:hover{
    --tw-gradient-to: #666666;
  }

  .\33xl\:hover\:tw-to-gray-darker:hover{
    --tw-gradient-to: #222222;
  }

  .\33xl\:hover\:tw-to-gray-medium:hover{
    --tw-gradient-to: #767676;
  }

  .\33xl\:hover\:tw-to-gray-mid:hover{
    --tw-gradient-to: #939393;
  }

  .\33xl\:hover\:tw-to-black:hover{
    --tw-gradient-to: #000000;
  }

  .\33xl\:hover\:tw-to-primary:hover{
    --tw-gradient-to: #E35100;
  }

  .\33xl\:hover\:tw-to-primary-dark:hover{
    --tw-gradient-to: #C04400;
  }

  .\33xl\:hover\:tw-to-primary-light:hover{
    --tw-gradient-to: #F38D25;
  }

  .\33xl\:hover\:tw-to-secondary:hover{
    --tw-gradient-to: #005272;
  }

  .\33xl\:hover\:tw-to-secondary-dark:hover{
    --tw-gradient-to: #3F83A3;
  }

  .\33xl\:hover\:tw-to-secondary-light:hover{
    --tw-gradient-to: #4F99BB;
  }

  .\33xl\:hover\:tw-to-white:hover{
    --tw-gradient-to: #FFFFFF;
  }

  .\33xl\:hover\:tw-to-hyperlinks:hover{
    --tw-gradient-to: #106AA3;
  }

  .\33xl\:hover\:tw-to-hyperlinks-visited:hover{
    --tw-gradient-to: #7F1F7D;
  }

  .\33xl\:hover\:tw-to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .\33xl\:focus\:tw-from-brand-orange:focus{
    --tw-gradient-from: #E35100;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .\33xl\:focus\:tw-from-brand-orange-dark:focus{
    --tw-gradient-from: #C04400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .\33xl\:focus\:tw-from-brand-orange-light:focus{
    --tw-gradient-from: #F38D25;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .\33xl\:focus\:tw-from-brand-blue:focus{
    --tw-gradient-from: #005272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .\33xl\:focus\:tw-from-brand-blue-dark:focus{
    --tw-gradient-from: #3F83A3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .\33xl\:focus\:tw-from-brand-blue-light:focus{
    --tw-gradient-from: #4F99BB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .\33xl\:focus\:tw-from-brand-yellow:focus{
    --tw-gradient-from: #E4B620;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 182, 32, 0));
  }

  .\33xl\:focus\:tw-from-brand-green:focus{
    --tw-gradient-from: #8DC055;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 192, 85, 0));
  }

  .\33xl\:focus\:tw-from-brand-pink:focus{
    --tw-gradient-from: #C94578;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 69, 120, 0));
  }

  .\33xl\:focus\:tw-from-brand-red:focus{
    --tw-gradient-from: #BB0034;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 0, 52, 0));
  }

  .\33xl\:focus\:tw-from-brand-turquesa:focus{
    --tw-gradient-from: #3cb497;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 180, 151, 0));
  }

  .\33xl\:focus\:tw-from-gray-lighter:focus{
    --tw-gradient-from: #F5F5F5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .\33xl\:focus\:tw-from-gray-light:focus{
    --tw-gradient-from: #dadada;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .\33xl\:focus\:tw-from-gray-dark:focus{
    --tw-gradient-from: #666666;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  .\33xl\:focus\:tw-from-gray-darker:focus{
    --tw-gradient-from: #222222;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .\33xl\:focus\:tw-from-gray-medium:focus{
    --tw-gradient-from: #767676;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(118, 118, 118, 0));
  }

  .\33xl\:focus\:tw-from-gray-mid:focus{
    --tw-gradient-from: #939393;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 147, 147, 0));
  }

  .\33xl\:focus\:tw-from-black:focus{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\33xl\:focus\:tw-from-primary:focus{
    --tw-gradient-from: #E35100;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .\33xl\:focus\:tw-from-primary-dark:focus{
    --tw-gradient-from: #C04400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .\33xl\:focus\:tw-from-primary-light:focus{
    --tw-gradient-from: #F38D25;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .\33xl\:focus\:tw-from-secondary:focus{
    --tw-gradient-from: #005272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .\33xl\:focus\:tw-from-secondary-dark:focus{
    --tw-gradient-from: #3F83A3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .\33xl\:focus\:tw-from-secondary-light:focus{
    --tw-gradient-from: #4F99BB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .\33xl\:focus\:tw-from-white:focus{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\33xl\:focus\:tw-from-hyperlinks:focus{
    --tw-gradient-from: #106AA3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 106, 163, 0));
  }

  .\33xl\:focus\:tw-from-hyperlinks-visited:focus{
    --tw-gradient-from: #7F1F7D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 31, 125, 0));
  }

  .\33xl\:focus\:tw-from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\33xl\:focus\:tw-via-brand-orange:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E35100, var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .\33xl\:focus\:tw-via-brand-orange-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #C04400, var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .\33xl\:focus\:tw-via-brand-orange-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F38D25, var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .\33xl\:focus\:tw-via-brand-blue:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #005272, var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .\33xl\:focus\:tw-via-brand-blue-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3F83A3, var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .\33xl\:focus\:tw-via-brand-blue-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4F99BB, var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .\33xl\:focus\:tw-via-brand-yellow:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E4B620, var(--tw-gradient-to, rgba(228, 182, 32, 0));
  }

  .\33xl\:focus\:tw-via-brand-green:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8DC055, var(--tw-gradient-to, rgba(141, 192, 85, 0));
  }

  .\33xl\:focus\:tw-via-brand-pink:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #C94578, var(--tw-gradient-to, rgba(201, 69, 120, 0));
  }

  .\33xl\:focus\:tw-via-brand-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #BB0034, var(--tw-gradient-to, rgba(187, 0, 52, 0));
  }

  .\33xl\:focus\:tw-via-brand-turquesa:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3cb497, var(--tw-gradient-to, rgba(60, 180, 151, 0));
  }

  .\33xl\:focus\:tw-via-gray-lighter:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F5F5F5, var(--tw-gradient-to, rgba(245, 245, 245, 0));
  }

  .\33xl\:focus\:tw-via-gray-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dadada, var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .\33xl\:focus\:tw-via-gray-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0));
  }

  .\33xl\:focus\:tw-via-gray-darker:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #222222, var(--tw-gradient-to, rgba(34, 34, 34, 0));
  }

  .\33xl\:focus\:tw-via-gray-medium:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #767676, var(--tw-gradient-to, rgba(118, 118, 118, 0));
  }

  .\33xl\:focus\:tw-via-gray-mid:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #939393, var(--tw-gradient-to, rgba(147, 147, 147, 0));
  }

  .\33xl\:focus\:tw-via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\33xl\:focus\:tw-via-primary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E35100, var(--tw-gradient-to, rgba(227, 81, 0, 0));
  }

  .\33xl\:focus\:tw-via-primary-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #C04400, var(--tw-gradient-to, rgba(192, 68, 0, 0));
  }

  .\33xl\:focus\:tw-via-primary-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F38D25, var(--tw-gradient-to, rgba(243, 141, 37, 0));
  }

  .\33xl\:focus\:tw-via-secondary:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #005272, var(--tw-gradient-to, rgba(0, 82, 114, 0));
  }

  .\33xl\:focus\:tw-via-secondary-dark:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3F83A3, var(--tw-gradient-to, rgba(63, 131, 163, 0));
  }

  .\33xl\:focus\:tw-via-secondary-light:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4F99BB, var(--tw-gradient-to, rgba(79, 153, 187, 0));
  }

  .\33xl\:focus\:tw-via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\33xl\:focus\:tw-via-hyperlinks:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #106AA3, var(--tw-gradient-to, rgba(16, 106, 163, 0));
  }

  .\33xl\:focus\:tw-via-hyperlinks-visited:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7F1F7D, var(--tw-gradient-to, rgba(127, 31, 125, 0));
  }

  .\33xl\:focus\:tw-via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\33xl\:focus\:tw-to-brand-orange:focus{
    --tw-gradient-to: #E35100;
  }

  .\33xl\:focus\:tw-to-brand-orange-dark:focus{
    --tw-gradient-to: #C04400;
  }

  .\33xl\:focus\:tw-to-brand-orange-light:focus{
    --tw-gradient-to: #F38D25;
  }

  .\33xl\:focus\:tw-to-brand-blue:focus{
    --tw-gradient-to: #005272;
  }

  .\33xl\:focus\:tw-to-brand-blue-dark:focus{
    --tw-gradient-to: #3F83A3;
  }

  .\33xl\:focus\:tw-to-brand-blue-light:focus{
    --tw-gradient-to: #4F99BB;
  }

  .\33xl\:focus\:tw-to-brand-yellow:focus{
    --tw-gradient-to: #E4B620;
  }

  .\33xl\:focus\:tw-to-brand-green:focus{
    --tw-gradient-to: #8DC055;
  }

  .\33xl\:focus\:tw-to-brand-pink:focus{
    --tw-gradient-to: #C94578;
  }

  .\33xl\:focus\:tw-to-brand-red:focus{
    --tw-gradient-to: #BB0034;
  }

  .\33xl\:focus\:tw-to-brand-turquesa:focus{
    --tw-gradient-to: #3cb497;
  }

  .\33xl\:focus\:tw-to-gray-lighter:focus{
    --tw-gradient-to: #F5F5F5;
  }

  .\33xl\:focus\:tw-to-gray-light:focus{
    --tw-gradient-to: #dadada;
  }

  .\33xl\:focus\:tw-to-gray-dark:focus{
    --tw-gradient-to: #666666;
  }

  .\33xl\:focus\:tw-to-gray-darker:focus{
    --tw-gradient-to: #222222;
  }

  .\33xl\:focus\:tw-to-gray-medium:focus{
    --tw-gradient-to: #767676;
  }

  .\33xl\:focus\:tw-to-gray-mid:focus{
    --tw-gradient-to: #939393;
  }

  .\33xl\:focus\:tw-to-black:focus{
    --tw-gradient-to: #000000;
  }

  .\33xl\:focus\:tw-to-primary:focus{
    --tw-gradient-to: #E35100;
  }

  .\33xl\:focus\:tw-to-primary-dark:focus{
    --tw-gradient-to: #C04400;
  }

  .\33xl\:focus\:tw-to-primary-light:focus{
    --tw-gradient-to: #F38D25;
  }

  .\33xl\:focus\:tw-to-secondary:focus{
    --tw-gradient-to: #005272;
  }

  .\33xl\:focus\:tw-to-secondary-dark:focus{
    --tw-gradient-to: #3F83A3;
  }

  .\33xl\:focus\:tw-to-secondary-light:focus{
    --tw-gradient-to: #4F99BB;
  }

  .\33xl\:focus\:tw-to-white:focus{
    --tw-gradient-to: #FFFFFF;
  }

  .\33xl\:focus\:tw-to-hyperlinks:focus{
    --tw-gradient-to: #106AA3;
  }

  .\33xl\:focus\:tw-to-hyperlinks-visited:focus{
    --tw-gradient-to: #7F1F7D;
  }

  .\33xl\:focus\:tw-to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .\33xl\:tw-bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .\33xl\:tw-bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .\33xl\:tw-bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .\33xl\:tw-bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .\33xl\:tw-bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .\33xl\:tw-bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .\33xl\:tw-bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .\33xl\:tw-bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .\33xl\:tw-bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .\33xl\:tw-bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .\33xl\:tw-bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .\33xl\:tw-bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .\33xl\:tw-bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .\33xl\:tw-bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .\33xl\:tw-bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .\33xl\:focus-within\:tw-bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  .\33xl\:focus-within\:tw-bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05;
  }

  .\33xl\:focus-within\:tw-bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1;
  }

  .\33xl\:focus-within\:tw-bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2;
  }

  .\33xl\:focus-within\:tw-bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  .\33xl\:focus-within\:tw-bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3;
  }

  .\33xl\:focus-within\:tw-bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  .\33xl\:focus-within\:tw-bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  .\33xl\:focus-within\:tw-bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6;
  }

  .\33xl\:focus-within\:tw-bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7;
  }

  .\33xl\:focus-within\:tw-bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  .\33xl\:focus-within\:tw-bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8;
  }

  .\33xl\:focus-within\:tw-bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9;
  }

  .\33xl\:focus-within\:tw-bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95;
  }

  .\33xl\:focus-within\:tw-bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  .\33xl\:hover\:tw-bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  .\33xl\:hover\:tw-bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }

  .\33xl\:hover\:tw-bg-opacity-10:hover{
    --tw-bg-opacity: 0.1;
  }

  .\33xl\:hover\:tw-bg-opacity-20:hover{
    --tw-bg-opacity: 0.2;
  }

  .\33xl\:hover\:tw-bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  .\33xl\:hover\:tw-bg-opacity-30:hover{
    --tw-bg-opacity: 0.3;
  }

  .\33xl\:hover\:tw-bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  .\33xl\:hover\:tw-bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  .\33xl\:hover\:tw-bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }

  .\33xl\:hover\:tw-bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }

  .\33xl\:hover\:tw-bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  .\33xl\:hover\:tw-bg-opacity-80:hover{
    --tw-bg-opacity: 0.8;
  }

  .\33xl\:hover\:tw-bg-opacity-90:hover{
    --tw-bg-opacity: 0.9;
  }

  .\33xl\:hover\:tw-bg-opacity-95:hover{
    --tw-bg-opacity: 0.95;
  }

  .\33xl\:hover\:tw-bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  .\33xl\:focus\:tw-bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  .\33xl\:focus\:tw-bg-opacity-5:focus{
    --tw-bg-opacity: 0.05;
  }

  .\33xl\:focus\:tw-bg-opacity-10:focus{
    --tw-bg-opacity: 0.1;
  }

  .\33xl\:focus\:tw-bg-opacity-20:focus{
    --tw-bg-opacity: 0.2;
  }

  .\33xl\:focus\:tw-bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  .\33xl\:focus\:tw-bg-opacity-30:focus{
    --tw-bg-opacity: 0.3;
  }

  .\33xl\:focus\:tw-bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  .\33xl\:focus\:tw-bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  .\33xl\:focus\:tw-bg-opacity-60:focus{
    --tw-bg-opacity: 0.6;
  }

  .\33xl\:focus\:tw-bg-opacity-70:focus{
    --tw-bg-opacity: 0.7;
  }

  .\33xl\:focus\:tw-bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  .\33xl\:focus\:tw-bg-opacity-80:focus{
    --tw-bg-opacity: 0.8;
  }

  .\33xl\:focus\:tw-bg-opacity-90:focus{
    --tw-bg-opacity: 0.9;
  }

  .\33xl\:focus\:tw-bg-opacity-95:focus{
    --tw-bg-opacity: 0.95;
  }

  .\33xl\:focus\:tw-bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  .\33xl\:tw-bg-bottom{
    background-position: bottom;
  }

  .\33xl\:tw-bg-center{
    background-position: center;
  }

  .\33xl\:tw-bg-left{
    background-position: left;
  }

  .\33xl\:tw-bg-left-bottom{
    background-position: left bottom;
  }

  .\33xl\:tw-bg-left-top{
    background-position: left top;
  }

  .\33xl\:tw-bg-right{
    background-position: right;
  }

  .\33xl\:tw-bg-right-bottom{
    background-position: right bottom;
  }

  .\33xl\:tw-bg-right-top{
    background-position: right top;
  }

  .\33xl\:tw-bg-top{
    background-position: top;
  }

  .\33xl\:tw-bg-repeat{
    background-repeat: repeat;
  }

  .\33xl\:tw-bg-no-repeat{
    background-repeat: no-repeat;
  }

  .\33xl\:tw-bg-repeat-x{
    background-repeat: repeat-x;
  }

  .\33xl\:tw-bg-repeat-y{
    background-repeat: repeat-y;
  }

  .\33xl\:tw-bg-repeat-round{
    background-repeat: round;
  }

  .\33xl\:tw-bg-repeat-space{
    background-repeat: space;
  }

  .\33xl\:tw-bg-auto{
    background-size: auto;
  }

  .\33xl\:tw-bg-cover{
    background-size: cover;
  }

  .\33xl\:tw-bg-contain{
    background-size: contain;
  }

  .\33xl\:tw-border-collapse{
    border-collapse: collapse;
  }

  .\33xl\:tw-border-separate{
    border-collapse: separate;
  }

  .\33xl\:tw-border-brand-orange{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .\33xl\:tw-border-brand-orange-dark{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .\33xl\:tw-border-brand-orange-light{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .\33xl\:tw-border-brand-blue{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .\33xl\:tw-border-brand-blue-dark{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .\33xl\:tw-border-brand-blue-light{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .\33xl\:tw-border-brand-yellow{
    --tw-border-opacity: 1;
    border-color: rgba(228, 182, 32, var(--tw-border-opacity));
  }

  .\33xl\:tw-border-brand-green{
    --tw-border-opacity: 1;
    border-color: rgba(141, 192, 85, var(--tw-border-opacity));
  }

  .\33xl\:tw-border-brand-pink{
    --tw-border-opacity: 1;
    border-color: rgba(201, 69, 120, var(--tw-border-opacity));
  }

  .\33xl\:tw-border-brand-red{
    --tw-border-opacity: 1;
    border-color: rgba(187, 0, 52, var(--tw-border-opacity));
  }

  .\33xl\:tw-border-brand-turquesa{
    --tw-border-opacity: 1;
    border-color: rgba(60, 180, 151, var(--tw-border-opacity));
  }

  .\33xl\:tw-border-gray-lighter{
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .\33xl\:tw-border-gray-light{
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .\33xl\:tw-border-gray-dark{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  .\33xl\:tw-border-gray-darker{
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .\33xl\:tw-border-gray-medium{
    --tw-border-opacity: 1;
    border-color: rgba(118, 118, 118, var(--tw-border-opacity));
  }

  .\33xl\:tw-border-gray-mid{
    --tw-border-opacity: 1;
    border-color: rgba(147, 147, 147, var(--tw-border-opacity));
  }

  .\33xl\:tw-border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .\33xl\:tw-border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .\33xl\:tw-border-primary-dark{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .\33xl\:tw-border-primary-light{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .\33xl\:tw-border-secondary{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .\33xl\:tw-border-secondary-dark{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .\33xl\:tw-border-secondary-light{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .\33xl\:tw-border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\33xl\:tw-border-hyperlinks{
    --tw-border-opacity: 1;
    border-color: rgba(16, 106, 163, var(--tw-border-opacity));
  }

  .\33xl\:tw-border-hyperlinks-visited{
    --tw-border-opacity: 1;
    border-color: rgba(127, 31, 125, var(--tw-border-opacity));
  }

  .\33xl\:tw-border-transparent{
    border-color: transparent;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-border-brand-orange{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-border-brand-orange-dark{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-border-brand-orange-light{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-border-brand-blue{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-border-brand-blue-dark{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-border-brand-blue-light{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-border-brand-yellow{
    --tw-border-opacity: 1;
    border-color: rgba(228, 182, 32, var(--tw-border-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-border-brand-green{
    --tw-border-opacity: 1;
    border-color: rgba(141, 192, 85, var(--tw-border-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-border-brand-pink{
    --tw-border-opacity: 1;
    border-color: rgba(201, 69, 120, var(--tw-border-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-border-brand-red{
    --tw-border-opacity: 1;
    border-color: rgba(187, 0, 52, var(--tw-border-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-border-brand-turquesa{
    --tw-border-opacity: 1;
    border-color: rgba(60, 180, 151, var(--tw-border-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-border-gray-lighter{
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-border-gray-light{
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-border-gray-dark{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-border-gray-darker{
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-border-gray-medium{
    --tw-border-opacity: 1;
    border-color: rgba(118, 118, 118, var(--tw-border-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-border-gray-mid{
    --tw-border-opacity: 1;
    border-color: rgba(147, 147, 147, var(--tw-border-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-border-primary{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-border-primary-dark{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-border-primary-light{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-border-secondary{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-border-secondary-dark{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-border-secondary-light{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-border-hyperlinks{
    --tw-border-opacity: 1;
    border-color: rgba(16, 106, 163, var(--tw-border-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-border-hyperlinks-visited{
    --tw-border-opacity: 1;
    border-color: rgba(127, 31, 125, var(--tw-border-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-border-transparent{
    border-color: transparent;
  }

  .\33xl\:focus-within\:tw-border-brand-orange:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .\33xl\:focus-within\:tw-border-brand-orange-dark:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .\33xl\:focus-within\:tw-border-brand-orange-light:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .\33xl\:focus-within\:tw-border-brand-blue:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .\33xl\:focus-within\:tw-border-brand-blue-dark:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .\33xl\:focus-within\:tw-border-brand-blue-light:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .\33xl\:focus-within\:tw-border-brand-yellow:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(228, 182, 32, var(--tw-border-opacity));
  }

  .\33xl\:focus-within\:tw-border-brand-green:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(141, 192, 85, var(--tw-border-opacity));
  }

  .\33xl\:focus-within\:tw-border-brand-pink:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(201, 69, 120, var(--tw-border-opacity));
  }

  .\33xl\:focus-within\:tw-border-brand-red:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(187, 0, 52, var(--tw-border-opacity));
  }

  .\33xl\:focus-within\:tw-border-brand-turquesa:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(60, 180, 151, var(--tw-border-opacity));
  }

  .\33xl\:focus-within\:tw-border-gray-lighter:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .\33xl\:focus-within\:tw-border-gray-light:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .\33xl\:focus-within\:tw-border-gray-dark:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  .\33xl\:focus-within\:tw-border-gray-darker:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .\33xl\:focus-within\:tw-border-gray-medium:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(118, 118, 118, var(--tw-border-opacity));
  }

  .\33xl\:focus-within\:tw-border-gray-mid:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(147, 147, 147, var(--tw-border-opacity));
  }

  .\33xl\:focus-within\:tw-border-black:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .\33xl\:focus-within\:tw-border-primary:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .\33xl\:focus-within\:tw-border-primary-dark:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .\33xl\:focus-within\:tw-border-primary-light:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .\33xl\:focus-within\:tw-border-secondary:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .\33xl\:focus-within\:tw-border-secondary-dark:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .\33xl\:focus-within\:tw-border-secondary-light:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .\33xl\:focus-within\:tw-border-white:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\33xl\:focus-within\:tw-border-hyperlinks:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(16, 106, 163, var(--tw-border-opacity));
  }

  .\33xl\:focus-within\:tw-border-hyperlinks-visited:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(127, 31, 125, var(--tw-border-opacity));
  }

  .\33xl\:focus-within\:tw-border-transparent:focus-within{
    border-color: transparent;
  }

  .\33xl\:hover\:tw-border-brand-orange:hover{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .\33xl\:hover\:tw-border-brand-orange-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .\33xl\:hover\:tw-border-brand-orange-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .\33xl\:hover\:tw-border-brand-blue:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .\33xl\:hover\:tw-border-brand-blue-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .\33xl\:hover\:tw-border-brand-blue-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .\33xl\:hover\:tw-border-brand-yellow:hover{
    --tw-border-opacity: 1;
    border-color: rgba(228, 182, 32, var(--tw-border-opacity));
  }

  .\33xl\:hover\:tw-border-brand-green:hover{
    --tw-border-opacity: 1;
    border-color: rgba(141, 192, 85, var(--tw-border-opacity));
  }

  .\33xl\:hover\:tw-border-brand-pink:hover{
    --tw-border-opacity: 1;
    border-color: rgba(201, 69, 120, var(--tw-border-opacity));
  }

  .\33xl\:hover\:tw-border-brand-red:hover{
    --tw-border-opacity: 1;
    border-color: rgba(187, 0, 52, var(--tw-border-opacity));
  }

  .\33xl\:hover\:tw-border-brand-turquesa:hover{
    --tw-border-opacity: 1;
    border-color: rgba(60, 180, 151, var(--tw-border-opacity));
  }

  .\33xl\:hover\:tw-border-gray-lighter:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .\33xl\:hover\:tw-border-gray-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .\33xl\:hover\:tw-border-gray-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  .\33xl\:hover\:tw-border-gray-darker:hover{
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .\33xl\:hover\:tw-border-gray-medium:hover{
    --tw-border-opacity: 1;
    border-color: rgba(118, 118, 118, var(--tw-border-opacity));
  }

  .\33xl\:hover\:tw-border-gray-mid:hover{
    --tw-border-opacity: 1;
    border-color: rgba(147, 147, 147, var(--tw-border-opacity));
  }

  .\33xl\:hover\:tw-border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .\33xl\:hover\:tw-border-primary:hover{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .\33xl\:hover\:tw-border-primary-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .\33xl\:hover\:tw-border-primary-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .\33xl\:hover\:tw-border-secondary:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .\33xl\:hover\:tw-border-secondary-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .\33xl\:hover\:tw-border-secondary-light:hover{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .\33xl\:hover\:tw-border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\33xl\:hover\:tw-border-hyperlinks:hover{
    --tw-border-opacity: 1;
    border-color: rgba(16, 106, 163, var(--tw-border-opacity));
  }

  .\33xl\:hover\:tw-border-hyperlinks-visited:hover{
    --tw-border-opacity: 1;
    border-color: rgba(127, 31, 125, var(--tw-border-opacity));
  }

  .\33xl\:hover\:tw-border-transparent:hover{
    border-color: transparent;
  }

  .\33xl\:focus\:tw-border-brand-orange:focus{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .\33xl\:focus\:tw-border-brand-orange-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .\33xl\:focus\:tw-border-brand-orange-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .\33xl\:focus\:tw-border-brand-blue:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .\33xl\:focus\:tw-border-brand-blue-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .\33xl\:focus\:tw-border-brand-blue-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .\33xl\:focus\:tw-border-brand-yellow:focus{
    --tw-border-opacity: 1;
    border-color: rgba(228, 182, 32, var(--tw-border-opacity));
  }

  .\33xl\:focus\:tw-border-brand-green:focus{
    --tw-border-opacity: 1;
    border-color: rgba(141, 192, 85, var(--tw-border-opacity));
  }

  .\33xl\:focus\:tw-border-brand-pink:focus{
    --tw-border-opacity: 1;
    border-color: rgba(201, 69, 120, var(--tw-border-opacity));
  }

  .\33xl\:focus\:tw-border-brand-red:focus{
    --tw-border-opacity: 1;
    border-color: rgba(187, 0, 52, var(--tw-border-opacity));
  }

  .\33xl\:focus\:tw-border-brand-turquesa:focus{
    --tw-border-opacity: 1;
    border-color: rgba(60, 180, 151, var(--tw-border-opacity));
  }

  .\33xl\:focus\:tw-border-gray-lighter:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity));
  }

  .\33xl\:focus\:tw-border-gray-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .\33xl\:focus\:tw-border-gray-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity));
  }

  .\33xl\:focus\:tw-border-gray-darker:focus{
    --tw-border-opacity: 1;
    border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  }

  .\33xl\:focus\:tw-border-gray-medium:focus{
    --tw-border-opacity: 1;
    border-color: rgba(118, 118, 118, var(--tw-border-opacity));
  }

  .\33xl\:focus\:tw-border-gray-mid:focus{
    --tw-border-opacity: 1;
    border-color: rgba(147, 147, 147, var(--tw-border-opacity));
  }

  .\33xl\:focus\:tw-border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .\33xl\:focus\:tw-border-primary:focus{
    --tw-border-opacity: 1;
    border-color: rgba(227, 81, 0, var(--tw-border-opacity));
  }

  .\33xl\:focus\:tw-border-primary-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(192, 68, 0, var(--tw-border-opacity));
  }

  .\33xl\:focus\:tw-border-primary-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(243, 141, 37, var(--tw-border-opacity));
  }

  .\33xl\:focus\:tw-border-secondary:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 82, 114, var(--tw-border-opacity));
  }

  .\33xl\:focus\:tw-border-secondary-dark:focus{
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 163, var(--tw-border-opacity));
  }

  .\33xl\:focus\:tw-border-secondary-light:focus{
    --tw-border-opacity: 1;
    border-color: rgba(79, 153, 187, var(--tw-border-opacity));
  }

  .\33xl\:focus\:tw-border-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\33xl\:focus\:tw-border-hyperlinks:focus{
    --tw-border-opacity: 1;
    border-color: rgba(16, 106, 163, var(--tw-border-opacity));
  }

  .\33xl\:focus\:tw-border-hyperlinks-visited:focus{
    --tw-border-opacity: 1;
    border-color: rgba(127, 31, 125, var(--tw-border-opacity));
  }

  .\33xl\:focus\:tw-border-transparent:focus{
    border-color: transparent;
  }

  .\33xl\:tw-border-opacity-0{
    --tw-border-opacity: 0;
  }

  .\33xl\:tw-border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .\33xl\:tw-border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .\33xl\:tw-border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .\33xl\:tw-border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .\33xl\:tw-border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .\33xl\:tw-border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .\33xl\:tw-border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .\33xl\:tw-border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .\33xl\:tw-border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .\33xl\:tw-border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .\33xl\:tw-border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .\33xl\:tw-border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .\33xl\:tw-border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .\33xl\:tw-border-opacity-100{
    --tw-border-opacity: 1;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-border-opacity-0{
    --tw-border-opacity: 0;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-border-opacity-100{
    --tw-border-opacity: 1;
  }

  .\33xl\:focus-within\:tw-border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .\33xl\:focus-within\:tw-border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  .\33xl\:focus-within\:tw-border-opacity-10:focus-within{
    --tw-border-opacity: 0.1;
  }

  .\33xl\:focus-within\:tw-border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  .\33xl\:focus-within\:tw-border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .\33xl\:focus-within\:tw-border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  .\33xl\:focus-within\:tw-border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  .\33xl\:focus-within\:tw-border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  .\33xl\:focus-within\:tw-border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  .\33xl\:focus-within\:tw-border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  .\33xl\:focus-within\:tw-border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .\33xl\:focus-within\:tw-border-opacity-80:focus-within{
    --tw-border-opacity: 0.8;
  }

  .\33xl\:focus-within\:tw-border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  .\33xl\:focus-within\:tw-border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  .\33xl\:focus-within\:tw-border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .\33xl\:hover\:tw-border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .\33xl\:hover\:tw-border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  .\33xl\:hover\:tw-border-opacity-10:hover{
    --tw-border-opacity: 0.1;
  }

  .\33xl\:hover\:tw-border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  .\33xl\:hover\:tw-border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .\33xl\:hover\:tw-border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  .\33xl\:hover\:tw-border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  .\33xl\:hover\:tw-border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  .\33xl\:hover\:tw-border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  .\33xl\:hover\:tw-border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  .\33xl\:hover\:tw-border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .\33xl\:hover\:tw-border-opacity-80:hover{
    --tw-border-opacity: 0.8;
  }

  .\33xl\:hover\:tw-border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  .\33xl\:hover\:tw-border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  .\33xl\:hover\:tw-border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .\33xl\:focus\:tw-border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .\33xl\:focus\:tw-border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  .\33xl\:focus\:tw-border-opacity-10:focus{
    --tw-border-opacity: 0.1;
  }

  .\33xl\:focus\:tw-border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  .\33xl\:focus\:tw-border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .\33xl\:focus\:tw-border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  .\33xl\:focus\:tw-border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  .\33xl\:focus\:tw-border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  .\33xl\:focus\:tw-border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  .\33xl\:focus\:tw-border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  .\33xl\:focus\:tw-border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .\33xl\:focus\:tw-border-opacity-80:focus{
    --tw-border-opacity: 0.8;
  }

  .\33xl\:focus\:tw-border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  .\33xl\:focus\:tw-border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  .\33xl\:focus\:tw-border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  .\33xl\:tw-rounded-none{
    border-radius: 0px;
  }

  .\33xl\:tw-rounded-sm{
    border-radius: 0.125rem;
  }

  .\33xl\:tw-rounded{
    border-radius: 0.25rem;
  }

  .\33xl\:tw-rounded-md{
    border-radius: 0.375rem;
  }

  .\33xl\:tw-rounded-lg{
    border-radius: 0.5rem;
  }

  .\33xl\:tw-rounded-xl{
    border-radius: 0.625rem;
  }

  .\33xl\:tw-rounded-2xl{
    border-radius: 1rem;
  }

  .\33xl\:tw-rounded-3xl{
    border-radius: 1.5rem;
  }

  .\33xl\:tw-rounded-full{
    border-radius: 9999px;
  }

  .\33xl\:tw-rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .\33xl\:tw-rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .\33xl\:tw-rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .\33xl\:tw-rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .\33xl\:tw-rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .\33xl\:tw-rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .\33xl\:tw-rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .\33xl\:tw-rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .\33xl\:tw-rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .\33xl\:tw-rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .\33xl\:tw-rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .\33xl\:tw-rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .\33xl\:tw-rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .\33xl\:tw-rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .\33xl\:tw-rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .\33xl\:tw-rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .\33xl\:tw-rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .\33xl\:tw-rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .\33xl\:tw-rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .\33xl\:tw-rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .\33xl\:tw-rounded-t-xl{
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
  }

  .\33xl\:tw-rounded-r-xl{
    border-top-right-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
  }

  .\33xl\:tw-rounded-b-xl{
    border-bottom-right-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem;
  }

  .\33xl\:tw-rounded-l-xl{
    border-top-left-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem;
  }

  .\33xl\:tw-rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .\33xl\:tw-rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .\33xl\:tw-rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .\33xl\:tw-rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .\33xl\:tw-rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .\33xl\:tw-rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .\33xl\:tw-rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .\33xl\:tw-rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .\33xl\:tw-rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .\33xl\:tw-rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .\33xl\:tw-rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .\33xl\:tw-rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .\33xl\:tw-rounded-tl-none{
    border-top-left-radius: 0px;
  }

  .\33xl\:tw-rounded-tr-none{
    border-top-right-radius: 0px;
  }

  .\33xl\:tw-rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  .\33xl\:tw-rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  .\33xl\:tw-rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .\33xl\:tw-rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .\33xl\:tw-rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .\33xl\:tw-rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .\33xl\:tw-rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .\33xl\:tw-rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .\33xl\:tw-rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .\33xl\:tw-rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .\33xl\:tw-rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .\33xl\:tw-rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .\33xl\:tw-rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .\33xl\:tw-rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .\33xl\:tw-rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .\33xl\:tw-rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .\33xl\:tw-rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .\33xl\:tw-rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .\33xl\:tw-rounded-tl-xl{
    border-top-left-radius: 0.625rem;
  }

  .\33xl\:tw-rounded-tr-xl{
    border-top-right-radius: 0.625rem;
  }

  .\33xl\:tw-rounded-br-xl{
    border-bottom-right-radius: 0.625rem;
  }

  .\33xl\:tw-rounded-bl-xl{
    border-bottom-left-radius: 0.625rem;
  }

  .\33xl\:tw-rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  .\33xl\:tw-rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  .\33xl\:tw-rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  .\33xl\:tw-rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  .\33xl\:tw-rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  .\33xl\:tw-rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  .\33xl\:tw-rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  .\33xl\:tw-rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  .\33xl\:tw-rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .\33xl\:tw-rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .\33xl\:tw-rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .\33xl\:tw-rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .\33xl\:tw-border-solid{
    border-style: solid;
  }

  .\33xl\:tw-border-dashed{
    border-style: dashed;
  }

  .\33xl\:tw-border-dotted{
    border-style: dotted;
  }

  .\33xl\:tw-border-double{
    border-style: double;
  }

  .\33xl\:tw-border-none{
    border-style: none;
  }

  .\33xl\:tw-border-0{
    border-width: 0px;
  }

  .\33xl\:tw-border-2{
    border-width: 2px;
  }

  .\33xl\:tw-border-4{
    border-width: 4px;
  }

  .\33xl\:tw-border-8{
    border-width: 8px;
  }

  .\33xl\:tw-border{
    border-width: 1px;
  }

  .\33xl\:tw-border-t-0{
    border-top-width: 0px;
  }

  .\33xl\:tw-border-r-0{
    border-right-width: 0px;
  }

  .\33xl\:tw-border-b-0{
    border-bottom-width: 0px;
  }

  .\33xl\:tw-border-l-0{
    border-left-width: 0px;
  }

  .\33xl\:tw-border-t-2{
    border-top-width: 2px;
  }

  .\33xl\:tw-border-r-2{
    border-right-width: 2px;
  }

  .\33xl\:tw-border-b-2{
    border-bottom-width: 2px;
  }

  .\33xl\:tw-border-l-2{
    border-left-width: 2px;
  }

  .\33xl\:tw-border-t-4{
    border-top-width: 4px;
  }

  .\33xl\:tw-border-r-4{
    border-right-width: 4px;
  }

  .\33xl\:tw-border-b-4{
    border-bottom-width: 4px;
  }

  .\33xl\:tw-border-l-4{
    border-left-width: 4px;
  }

  .\33xl\:tw-border-t-8{
    border-top-width: 8px;
  }

  .\33xl\:tw-border-r-8{
    border-right-width: 8px;
  }

  .\33xl\:tw-border-b-8{
    border-bottom-width: 8px;
  }

  .\33xl\:tw-border-l-8{
    border-left-width: 8px;
  }

  .\33xl\:tw-border-t{
    border-top-width: 1px;
  }

  .\33xl\:tw-border-r{
    border-right-width: 1px;
  }

  .\33xl\:tw-border-b{
    border-bottom-width: 1px;
  }

  .\33xl\:tw-border-l{
    border-left-width: 1px;
  }

  .\33xl\:hover\:tw-border-0:hover{
    border-width: 0px;
  }

  .\33xl\:hover\:tw-border-2:hover{
    border-width: 2px;
  }

  .\33xl\:hover\:tw-border-4:hover{
    border-width: 4px;
  }

  .\33xl\:hover\:tw-border-8:hover{
    border-width: 8px;
  }

  .\33xl\:hover\:tw-border:hover{
    border-width: 1px;
  }

  .\33xl\:hover\:tw-border-t-0:hover{
    border-top-width: 0px;
  }

  .\33xl\:hover\:tw-border-r-0:hover{
    border-right-width: 0px;
  }

  .\33xl\:hover\:tw-border-b-0:hover{
    border-bottom-width: 0px;
  }

  .\33xl\:hover\:tw-border-l-0:hover{
    border-left-width: 0px;
  }

  .\33xl\:hover\:tw-border-t-2:hover{
    border-top-width: 2px;
  }

  .\33xl\:hover\:tw-border-r-2:hover{
    border-right-width: 2px;
  }

  .\33xl\:hover\:tw-border-b-2:hover{
    border-bottom-width: 2px;
  }

  .\33xl\:hover\:tw-border-l-2:hover{
    border-left-width: 2px;
  }

  .\33xl\:hover\:tw-border-t-4:hover{
    border-top-width: 4px;
  }

  .\33xl\:hover\:tw-border-r-4:hover{
    border-right-width: 4px;
  }

  .\33xl\:hover\:tw-border-b-4:hover{
    border-bottom-width: 4px;
  }

  .\33xl\:hover\:tw-border-l-4:hover{
    border-left-width: 4px;
  }

  .\33xl\:hover\:tw-border-t-8:hover{
    border-top-width: 8px;
  }

  .\33xl\:hover\:tw-border-r-8:hover{
    border-right-width: 8px;
  }

  .\33xl\:hover\:tw-border-b-8:hover{
    border-bottom-width: 8px;
  }

  .\33xl\:hover\:tw-border-l-8:hover{
    border-left-width: 8px;
  }

  .\33xl\:hover\:tw-border-t:hover{
    border-top-width: 1px;
  }

  .\33xl\:hover\:tw-border-r:hover{
    border-right-width: 1px;
  }

  .\33xl\:hover\:tw-border-b:hover{
    border-bottom-width: 1px;
  }

  .\33xl\:hover\:tw-border-l:hover{
    border-left-width: 1px;
  }

  .\33xl\:tw-box-border{
    box-sizing: border-box;
  }

  .\33xl\:tw-box-content{
    box-sizing: content-box;
  }

  .\33xl\:tw-cursor-auto{
    cursor: auto;
  }

  .\33xl\:tw-cursor-default{
    cursor: default;
  }

  .\33xl\:tw-cursor-pointer{
    cursor: pointer;
  }

  .\33xl\:tw-cursor-wait{
    cursor: wait;
  }

  .\33xl\:tw-cursor-text{
    cursor: text;
  }

  .\33xl\:tw-cursor-move{
    cursor: move;
  }

  .\33xl\:tw-cursor-help{
    cursor: help;
  }

  .\33xl\:tw-cursor-not-allowed{
    cursor: not-allowed;
  }

  .\33xl\:tw-block{
    display: block;
  }

  .\33xl\:tw-inline-block{
    display: inline-block;
  }

  .\33xl\:tw-inline{
    display: inline;
  }

  .\33xl\:tw-flex{
    display: flex;
  }

  .\33xl\:tw-inline-flex{
    display: inline-flex;
  }

  .\33xl\:tw-table{
    display: table;
  }

  .\33xl\:tw-table-caption{
    display: table-caption;
  }

  .\33xl\:tw-table-cell{
    display: table-cell;
  }

  .\33xl\:tw-table-column{
    display: table-column;
  }

  .\33xl\:tw-table-column-group{
    display: table-column-group;
  }

  .\33xl\:tw-table-footer-group{
    display: table-footer-group;
  }

  .\33xl\:tw-table-header-group{
    display: table-header-group;
  }

  .\33xl\:tw-table-row-group{
    display: table-row-group;
  }

  .\33xl\:tw-table-row{
    display: table-row;
  }

  .\33xl\:tw-flow-root{
    display: flow-root;
  }

  .\33xl\:tw-grid{
    display: grid;
  }

  .\33xl\:tw-inline-grid{
    display: inline-grid;
  }

  .\33xl\:tw-contents{
    display: contents;
  }

  .\33xl\:tw-hidden{
    display: none;
  }

  .\33xl\:first\:tw-block:first-child{
    display: block;
  }

  .\33xl\:first\:tw-inline-block:first-child{
    display: inline-block;
  }

  .\33xl\:first\:tw-inline:first-child{
    display: inline;
  }

  .\33xl\:first\:tw-flex:first-child{
    display: flex;
  }

  .\33xl\:first\:tw-inline-flex:first-child{
    display: inline-flex;
  }

  .\33xl\:first\:tw-table:first-child{
    display: table;
  }

  .\33xl\:first\:tw-table-caption:first-child{
    display: table-caption;
  }

  .\33xl\:first\:tw-table-cell:first-child{
    display: table-cell;
  }

  .\33xl\:first\:tw-table-column:first-child{
    display: table-column;
  }

  .\33xl\:first\:tw-table-column-group:first-child{
    display: table-column-group;
  }

  .\33xl\:first\:tw-table-footer-group:first-child{
    display: table-footer-group;
  }

  .\33xl\:first\:tw-table-header-group:first-child{
    display: table-header-group;
  }

  .\33xl\:first\:tw-table-row-group:first-child{
    display: table-row-group;
  }

  .\33xl\:first\:tw-table-row:first-child{
    display: table-row;
  }

  .\33xl\:first\:tw-flow-root:first-child{
    display: flow-root;
  }

  .\33xl\:first\:tw-grid:first-child{
    display: grid;
  }

  .\33xl\:first\:tw-inline-grid:first-child{
    display: inline-grid;
  }

  .\33xl\:first\:tw-contents:first-child{
    display: contents;
  }

  .\33xl\:first\:tw-hidden:first-child{
    display: none;
  }

  .\33xl\:last\:tw-block:last-child{
    display: block;
  }

  .\33xl\:last\:tw-inline-block:last-child{
    display: inline-block;
  }

  .\33xl\:last\:tw-inline:last-child{
    display: inline;
  }

  .\33xl\:last\:tw-flex:last-child{
    display: flex;
  }

  .\33xl\:last\:tw-inline-flex:last-child{
    display: inline-flex;
  }

  .\33xl\:last\:tw-table:last-child{
    display: table;
  }

  .\33xl\:last\:tw-table-caption:last-child{
    display: table-caption;
  }

  .\33xl\:last\:tw-table-cell:last-child{
    display: table-cell;
  }

  .\33xl\:last\:tw-table-column:last-child{
    display: table-column;
  }

  .\33xl\:last\:tw-table-column-group:last-child{
    display: table-column-group;
  }

  .\33xl\:last\:tw-table-footer-group:last-child{
    display: table-footer-group;
  }

  .\33xl\:last\:tw-table-header-group:last-child{
    display: table-header-group;
  }

  .\33xl\:last\:tw-table-row-group:last-child{
    display: table-row-group;
  }

  .\33xl\:last\:tw-table-row:last-child{
    display: table-row;
  }

  .\33xl\:last\:tw-flow-root:last-child{
    display: flow-root;
  }

  .\33xl\:last\:tw-grid:last-child{
    display: grid;
  }

  .\33xl\:last\:tw-inline-grid:last-child{
    display: inline-grid;
  }

  .\33xl\:last\:tw-contents:last-child{
    display: contents;
  }

  .\33xl\:last\:tw-hidden:last-child{
    display: none;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-block{
    display: block;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-inline-block{
    display: inline-block;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-inline{
    display: inline;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-flex{
    display: flex;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-inline-flex{
    display: inline-flex;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-table{
    display: table;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-table-caption{
    display: table-caption;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-table-cell{
    display: table-cell;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-table-column{
    display: table-column;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-table-column-group{
    display: table-column-group;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-table-footer-group{
    display: table-footer-group;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-table-header-group{
    display: table-header-group;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-table-row-group{
    display: table-row-group;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-table-row{
    display: table-row;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-flow-root{
    display: flow-root;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-grid{
    display: grid;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-inline-grid{
    display: inline-grid;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-contents{
    display: contents;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-hidden{
    display: none;
  }

  .\33xl\:hover\:tw-block:hover{
    display: block;
  }

  .\33xl\:hover\:tw-inline-block:hover{
    display: inline-block;
  }

  .\33xl\:hover\:tw-inline:hover{
    display: inline;
  }

  .\33xl\:hover\:tw-flex:hover{
    display: flex;
  }

  .\33xl\:hover\:tw-inline-flex:hover{
    display: inline-flex;
  }

  .\33xl\:hover\:tw-table:hover{
    display: table;
  }

  .\33xl\:hover\:tw-table-caption:hover{
    display: table-caption;
  }

  .\33xl\:hover\:tw-table-cell:hover{
    display: table-cell;
  }

  .\33xl\:hover\:tw-table-column:hover{
    display: table-column;
  }

  .\33xl\:hover\:tw-table-column-group:hover{
    display: table-column-group;
  }

  .\33xl\:hover\:tw-table-footer-group:hover{
    display: table-footer-group;
  }

  .\33xl\:hover\:tw-table-header-group:hover{
    display: table-header-group;
  }

  .\33xl\:hover\:tw-table-row-group:hover{
    display: table-row-group;
  }

  .\33xl\:hover\:tw-table-row:hover{
    display: table-row;
  }

  .\33xl\:hover\:tw-flow-root:hover{
    display: flow-root;
  }

  .\33xl\:hover\:tw-grid:hover{
    display: grid;
  }

  .\33xl\:hover\:tw-inline-grid:hover{
    display: inline-grid;
  }

  .\33xl\:hover\:tw-contents:hover{
    display: contents;
  }

  .\33xl\:hover\:tw-hidden:hover{
    display: none;
  }

  .\33xl\:focus\:tw-block:focus{
    display: block;
  }

  .\33xl\:focus\:tw-inline-block:focus{
    display: inline-block;
  }

  .\33xl\:focus\:tw-inline:focus{
    display: inline;
  }

  .\33xl\:focus\:tw-flex:focus{
    display: flex;
  }

  .\33xl\:focus\:tw-inline-flex:focus{
    display: inline-flex;
  }

  .\33xl\:focus\:tw-table:focus{
    display: table;
  }

  .\33xl\:focus\:tw-table-caption:focus{
    display: table-caption;
  }

  .\33xl\:focus\:tw-table-cell:focus{
    display: table-cell;
  }

  .\33xl\:focus\:tw-table-column:focus{
    display: table-column;
  }

  .\33xl\:focus\:tw-table-column-group:focus{
    display: table-column-group;
  }

  .\33xl\:focus\:tw-table-footer-group:focus{
    display: table-footer-group;
  }

  .\33xl\:focus\:tw-table-header-group:focus{
    display: table-header-group;
  }

  .\33xl\:focus\:tw-table-row-group:focus{
    display: table-row-group;
  }

  .\33xl\:focus\:tw-table-row:focus{
    display: table-row;
  }

  .\33xl\:focus\:tw-flow-root:focus{
    display: flow-root;
  }

  .\33xl\:focus\:tw-grid:focus{
    display: grid;
  }

  .\33xl\:focus\:tw-inline-grid:focus{
    display: inline-grid;
  }

  .\33xl\:focus\:tw-contents:focus{
    display: contents;
  }

  .\33xl\:focus\:tw-hidden:focus{
    display: none;
  }

  .\33xl\:tw-flex-row{
    flex-direction: row;
  }

  .\33xl\:tw-flex-row-reverse{
    flex-direction: row-reverse;
  }

  .\33xl\:tw-flex-col{
    flex-direction: column;
  }

  .\33xl\:tw-flex-col-reverse{
    flex-direction: column-reverse;
  }

  .\33xl\:tw-flex-wrap{
    flex-wrap: wrap;
  }

  .\33xl\:tw-flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .\33xl\:tw-flex-nowrap{
    flex-wrap: nowrap;
  }

  .\33xl\:tw-place-items-auto{
    place-items: auto;
  }

  .\33xl\:tw-place-items-start{
    place-items: start;
  }

  .\33xl\:tw-place-items-end{
    place-items: end;
  }

  .\33xl\:tw-place-items-center{
    place-items: center;
  }

  .\33xl\:tw-place-items-stretch{
    place-items: stretch;
  }

  .\33xl\:tw-place-content-center{
    place-content: center;
  }

  .\33xl\:tw-place-content-start{
    place-content: start;
  }

  .\33xl\:tw-place-content-end{
    place-content: end;
  }

  .\33xl\:tw-place-content-between{
    place-content: space-between;
  }

  .\33xl\:tw-place-content-around{
    place-content: space-around;
  }

  .\33xl\:tw-place-content-evenly{
    place-content: space-evenly;
  }

  .\33xl\:tw-place-content-stretch{
    place-content: stretch;
  }

  .\33xl\:tw-place-self-auto{
    place-self: auto;
  }

  .\33xl\:tw-place-self-start{
    place-self: start;
  }

  .\33xl\:tw-place-self-end{
    place-self: end;
  }

  .\33xl\:tw-place-self-center{
    place-self: center;
  }

  .\33xl\:tw-place-self-stretch{
    place-self: stretch;
  }

  .\33xl\:tw-items-start{
    align-items: flex-start;
  }

  .\33xl\:tw-items-end{
    align-items: flex-end;
  }

  .\33xl\:tw-items-center{
    align-items: center;
  }

  .\33xl\:tw-items-baseline{
    align-items: baseline;
  }

  .\33xl\:tw-items-stretch{
    align-items: stretch;
  }

  .\33xl\:tw-content-center{
    align-content: center;
  }

  .\33xl\:tw-content-start{
    align-content: flex-start;
  }

  .\33xl\:tw-content-end{
    align-content: flex-end;
  }

  .\33xl\:tw-content-between{
    align-content: space-between;
  }

  .\33xl\:tw-content-around{
    align-content: space-around;
  }

  .\33xl\:tw-content-evenly{
    align-content: space-evenly;
  }

  .\33xl\:tw-self-auto{
    align-self: auto;
  }

  .\33xl\:tw-self-start{
    align-self: flex-start;
  }

  .\33xl\:tw-self-end{
    align-self: flex-end;
  }

  .\33xl\:tw-self-center{
    align-self: center;
  }

  .\33xl\:tw-self-stretch{
    align-self: stretch;
  }

  .\33xl\:tw-justify-items-auto{
    justify-items: auto;
  }

  .\33xl\:tw-justify-items-start{
    justify-items: start;
  }

  .\33xl\:tw-justify-items-end{
    justify-items: end;
  }

  .\33xl\:tw-justify-items-center{
    justify-items: center;
  }

  .\33xl\:tw-justify-items-stretch{
    justify-items: stretch;
  }

  .\33xl\:tw-justify-start{
    justify-content: flex-start;
  }

  .\33xl\:tw-justify-end{
    justify-content: flex-end;
  }

  .\33xl\:tw-justify-center{
    justify-content: center;
  }

  .\33xl\:tw-justify-between{
    justify-content: space-between;
  }

  .\33xl\:tw-justify-around{
    justify-content: space-around;
  }

  .\33xl\:tw-justify-evenly{
    justify-content: space-evenly;
  }

  .\33xl\:tw-justify-self-auto{
    justify-self: auto;
  }

  .\33xl\:tw-justify-self-start{
    justify-self: start;
  }

  .\33xl\:tw-justify-self-end{
    justify-self: end;
  }

  .\33xl\:tw-justify-self-center{
    justify-self: center;
  }

  .\33xl\:tw-justify-self-stretch{
    justify-self: stretch;
  }

  .\33xl\:tw-flex-1{
    flex: 1 1 0%;
  }

  .\33xl\:tw-flex-auto{
    flex: 1 1 auto;
  }

  .\33xl\:tw-flex-initial{
    flex: 0 1 auto;
  }

  .\33xl\:tw-flex-none{
    flex: none;
  }

  .\33xl\:tw-flex-grow-0{
    flex-grow: 0;
  }

  .\33xl\:tw-flex-grow{
    flex-grow: 1;
  }

  .\33xl\:tw-flex-shrink-0{
    flex-shrink: 0;
  }

  .\33xl\:tw-flex-shrink{
    flex-shrink: 1;
  }

  .\33xl\:tw-order-1{
    order: 1;
  }

  .\33xl\:tw-order-2{
    order: 2;
  }

  .\33xl\:tw-order-3{
    order: 3;
  }

  .\33xl\:tw-order-4{
    order: 4;
  }

  .\33xl\:tw-order-5{
    order: 5;
  }

  .\33xl\:tw-order-6{
    order: 6;
  }

  .\33xl\:tw-order-7{
    order: 7;
  }

  .\33xl\:tw-order-8{
    order: 8;
  }

  .\33xl\:tw-order-9{
    order: 9;
  }

  .\33xl\:tw-order-10{
    order: 10;
  }

  .\33xl\:tw-order-11{
    order: 11;
  }

  .\33xl\:tw-order-12{
    order: 12;
  }

  .\33xl\:tw-order-first{
    order: -9999;
  }

  .\33xl\:tw-order-last{
    order: 9999;
  }

  .\33xl\:tw-order-none{
    order: 0;
  }

  .\33xl\:tw-float-right{
    float: right;
  }

  .\33xl\:tw-float-left{
    float: left;
  }

  .\33xl\:tw-float-none{
    float: none;
  }

  .\33xl\:tw-clear-left{
    clear: left;
  }

  .\33xl\:tw-clear-right{
    clear: right;
  }

  .\33xl\:tw-clear-both{
    clear: both;
  }

  .\33xl\:tw-clear-none{
    clear: none;
  }

  .\33xl\:tw-font-sans{
    font-family: "Noto Sans", sans-serif;
  }

  .\33xl\:tw-font-serif{
    font-family: Georgia, Cambria;
  }

  .\33xl\:tw-font-mono{
    font-family: monospace;
  }

  .\33xl\:tw-font-thin{
    font-weight: 100;
  }

  .\33xl\:tw-font-extralight{
    font-weight: 200;
  }

  .\33xl\:tw-font-light{
    font-weight: 300;
  }

  .\33xl\:tw-font-normal{
    font-weight: 400;
  }

  .\33xl\:tw-font-medium{
    font-weight: 500;
  }

  .\33xl\:tw-font-semibold{
    font-weight: 600;
  }

  .\33xl\:tw-font-bold{
    font-weight: 700;
  }

  .\33xl\:tw-font-extrabold{
    font-weight: 800;
  }

  .\33xl\:tw-font-black{
    font-weight: 900;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-font-thin{
    font-weight: 100;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-font-extralight{
    font-weight: 200;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-font-light{
    font-weight: 300;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-font-normal{
    font-weight: 400;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-font-medium{
    font-weight: 500;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-font-semibold{
    font-weight: 600;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-font-bold{
    font-weight: 700;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-font-extrabold{
    font-weight: 800;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-font-black{
    font-weight: 900;
  }

  .\33xl\:hover\:tw-font-thin:hover{
    font-weight: 100;
  }

  .\33xl\:hover\:tw-font-extralight:hover{
    font-weight: 200;
  }

  .\33xl\:hover\:tw-font-light:hover{
    font-weight: 300;
  }

  .\33xl\:hover\:tw-font-normal:hover{
    font-weight: 400;
  }

  .\33xl\:hover\:tw-font-medium:hover{
    font-weight: 500;
  }

  .\33xl\:hover\:tw-font-semibold:hover{
    font-weight: 600;
  }

  .\33xl\:hover\:tw-font-bold:hover{
    font-weight: 700;
  }

  .\33xl\:hover\:tw-font-extrabold:hover{
    font-weight: 800;
  }

  .\33xl\:hover\:tw-font-black:hover{
    font-weight: 900;
  }

  .\33xl\:focus\:tw-font-thin:focus{
    font-weight: 100;
  }

  .\33xl\:focus\:tw-font-extralight:focus{
    font-weight: 200;
  }

  .\33xl\:focus\:tw-font-light:focus{
    font-weight: 300;
  }

  .\33xl\:focus\:tw-font-normal:focus{
    font-weight: 400;
  }

  .\33xl\:focus\:tw-font-medium:focus{
    font-weight: 500;
  }

  .\33xl\:focus\:tw-font-semibold:focus{
    font-weight: 600;
  }

  .\33xl\:focus\:tw-font-bold:focus{
    font-weight: 700;
  }

  .\33xl\:focus\:tw-font-extrabold:focus{
    font-weight: 800;
  }

  .\33xl\:focus\:tw-font-black:focus{
    font-weight: 900;
  }

  .\33xl\:active\:tw-font-thin:active{
    font-weight: 100;
  }

  .\33xl\:active\:tw-font-extralight:active{
    font-weight: 200;
  }

  .\33xl\:active\:tw-font-light:active{
    font-weight: 300;
  }

  .\33xl\:active\:tw-font-normal:active{
    font-weight: 400;
  }

  .\33xl\:active\:tw-font-medium:active{
    font-weight: 500;
  }

  .\33xl\:active\:tw-font-semibold:active{
    font-weight: 600;
  }

  .\33xl\:active\:tw-font-bold:active{
    font-weight: 700;
  }

  .\33xl\:active\:tw-font-extrabold:active{
    font-weight: 800;
  }

  .\33xl\:active\:tw-font-black:active{
    font-weight: 900;
  }

  .\33xl\:tw-h-0{
    height: 0px;
  }

  .\33xl\:tw-h-1{
    height: 0.25rem;
  }

  .\33xl\:tw-h-2{
    height: 0.5rem;
  }

  .\33xl\:tw-h-3{
    height: 0.75rem;
  }

  .\33xl\:tw-h-4{
    height: 1rem;
  }

  .\33xl\:tw-h-5{
    height: 1.25rem;
  }

  .\33xl\:tw-h-6{
    height: 1.5rem;
  }

  .\33xl\:tw-h-7{
    height: 1.75rem;
  }

  .\33xl\:tw-h-8{
    height: 2rem;
  }

  .\33xl\:tw-h-9{
    height: 2.25rem;
  }

  .\33xl\:tw-h-10{
    height: 2.5rem;
  }

  .\33xl\:tw-h-11{
    height: 2.75rem;
  }

  .\33xl\:tw-h-12{
    height: 3rem;
  }

  .\33xl\:tw-h-13{
    height: 3.25rem;
  }

  .\33xl\:tw-h-14{
    height: 3.5rem;
  }

  .\33xl\:tw-h-16{
    height: 4rem;
  }

  .\33xl\:tw-h-20{
    height: 5rem;
  }

  .\33xl\:tw-h-24{
    height: 6rem;
  }

  .\33xl\:tw-h-28{
    height: 7rem;
  }

  .\33xl\:tw-h-32{
    height: 8rem;
  }

  .\33xl\:tw-h-36{
    height: 9rem;
  }

  .\33xl\:tw-h-40{
    height: 10rem;
  }

  .\33xl\:tw-h-44{
    height: 44px;
  }

  .\33xl\:tw-h-48{
    height: 12rem;
  }

  .\33xl\:tw-h-52{
    height: 13rem;
  }

  .\33xl\:tw-h-56{
    height: 14rem;
  }

  .\33xl\:tw-h-60{
    height: 15rem;
  }

  .\33xl\:tw-h-64{
    height: 16rem;
  }

  .\33xl\:tw-h-72{
    height: 18rem;
  }

  .\33xl\:tw-h-80{
    height: 20rem;
  }

  .\33xl\:tw-h-96{
    height: 24rem;
  }

  .\33xl\:tw-h-128{
    height: 32rem;
  }

  .\33xl\:tw-h-152{
    height: 38rem;
  }

  .\33xl\:tw-h-176{
    height: 44rem;
  }

  .\33xl\:tw-h-auto{
    height: auto;
  }

  .\33xl\:tw-h-px{
    height: 1px;
  }

  .\33xl\:tw-h-0\.5{
    height: 0.125rem;
  }

  .\33xl\:tw-h-1\.5{
    height: 0.375rem;
  }

  .\33xl\:tw-h-2\.5{
    height: 0.625rem;
  }

  .\33xl\:tw-h-3\.5{
    height: 0.875rem;
  }

  .\33xl\:tw-h-2\/3{
    height: 66.666667%;
  }

  .\33xl\:tw-h-3\/2{
    height: 150%;
  }

  .\33xl\:tw-h-square{
    height: 100%;
  }

  .\33xl\:tw-h-58px{
    height: 58px;
  }

  .\33xl\:tw-h-63px{
    height: 63px;
  }

  .\33xl\:tw-h-73px{
    height: 73.px;
  }

  .\33xl\:tw-h-1\/2{
    height: 50%;
  }

  .\33xl\:tw-h-1\/3{
    height: 33.333333%;
  }

  .\33xl\:tw-h-1\/4{
    height: 25%;
  }

  .\33xl\:tw-h-2\/4{
    height: 50%;
  }

  .\33xl\:tw-h-3\/4{
    height: 75%;
  }

  .\33xl\:tw-h-1\/5{
    height: 20%;
  }

  .\33xl\:tw-h-2\/5{
    height: 40%;
  }

  .\33xl\:tw-h-3\/5{
    height: 60%;
  }

  .\33xl\:tw-h-4\/5{
    height: 80%;
  }

  .\33xl\:tw-h-1\/6{
    height: 16.666667%;
  }

  .\33xl\:tw-h-2\/6{
    height: 33.333333%;
  }

  .\33xl\:tw-h-3\/6{
    height: 50%;
  }

  .\33xl\:tw-h-4\/6{
    height: 66.666667%;
  }

  .\33xl\:tw-h-5\/6{
    height: 83.333333%;
  }

  .\33xl\:tw-h-full{
    height: 100%;
  }

  .\33xl\:tw-h-screen{
    height: 100vh;
  }

  .\33xl\:tw-text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .\33xl\:tw-text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .\33xl\:tw-text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .\33xl\:tw-text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .\33xl\:tw-text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .\33xl\:tw-text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .\33xl\:tw-text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .\33xl\:tw-text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .\33xl\:tw-text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .\33xl\:tw-text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .\33xl\:tw-text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .\33xl\:tw-text-8xl{
    font-size: 6rem;
  }

  .\33xl\:tw-text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .\33xl\:tw-text-2xs{
    font-size: .6rem;
  }

  .\33xl\:tw-text-12xl{
    font-size: 8rem;
  }

  .\33xl\:tw-text-24xl{
    font-size: 16rem;
  }

  .\33xl\:tw-leading-3{
    line-height: .75rem;
  }

  .\33xl\:tw-leading-4{
    line-height: 1rem;
  }

  .\33xl\:tw-leading-5{
    line-height: 1.25rem;
  }

  .\33xl\:tw-leading-6{
    line-height: 1.5rem;
  }

  .\33xl\:tw-leading-7{
    line-height: 1.75rem;
  }

  .\33xl\:tw-leading-8{
    line-height: 2rem;
  }

  .\33xl\:tw-leading-9{
    line-height: 2.25rem;
  }

  .\33xl\:tw-leading-10{
    line-height: 2.5rem;
  }

  .\33xl\:tw-leading-none{
    line-height: 1;
  }

  .\33xl\:tw-leading-tight{
    line-height: 1.25;
  }

  .\33xl\:tw-leading-snug{
    line-height: 1.375;
  }

  .\33xl\:tw-leading-normal{
    line-height: 1.5;
  }

  .\33xl\:tw-leading-relaxed{
    line-height: 1.625;
  }

  .\33xl\:tw-leading-loose{
    line-height: 2;
  }

  .\33xl\:tw-list-inside{
    list-style-position: inside;
  }

  .\33xl\:tw-list-outside{
    list-style-position: outside;
  }

  .\33xl\:tw-list-none{
    list-style-type: none;
  }

  .\33xl\:tw-list-disc{
    list-style-type: disc;
  }

  .\33xl\:tw-list-decimal{
    list-style-type: decimal;
  }

  .\33xl\:tw-m-0{
    margin: 0px;
  }

  .\33xl\:tw-m-1{
    margin: 0.25rem;
  }

  .\33xl\:tw-m-2{
    margin: 0.5rem;
  }

  .\33xl\:tw-m-3{
    margin: 0.75rem;
  }

  .\33xl\:tw-m-4{
    margin: 1rem;
  }

  .\33xl\:tw-m-5{
    margin: 1.25rem;
  }

  .\33xl\:tw-m-6{
    margin: 1.5rem;
  }

  .\33xl\:tw-m-7{
    margin: 1.75rem;
  }

  .\33xl\:tw-m-8{
    margin: 2rem;
  }

  .\33xl\:tw-m-9{
    margin: 2.25rem;
  }

  .\33xl\:tw-m-10{
    margin: 2.5rem;
  }

  .\33xl\:tw-m-11{
    margin: 2.75rem;
  }

  .\33xl\:tw-m-12{
    margin: 3rem;
  }

  .\33xl\:tw-m-13{
    margin: 3.25rem;
  }

  .\33xl\:tw-m-14{
    margin: 3.5rem;
  }

  .\33xl\:tw-m-16{
    margin: 4rem;
  }

  .\33xl\:tw-m-20{
    margin: 5rem;
  }

  .\33xl\:tw-m-24{
    margin: 6rem;
  }

  .\33xl\:tw-m-28{
    margin: 7rem;
  }

  .\33xl\:tw-m-32{
    margin: 8rem;
  }

  .\33xl\:tw-m-36{
    margin: 9rem;
  }

  .\33xl\:tw-m-40{
    margin: 10rem;
  }

  .\33xl\:tw-m-44{
    margin: 11rem;
  }

  .\33xl\:tw-m-48{
    margin: 12rem;
  }

  .\33xl\:tw-m-52{
    margin: 13rem;
  }

  .\33xl\:tw-m-56{
    margin: 14rem;
  }

  .\33xl\:tw-m-60{
    margin: 15rem;
  }

  .\33xl\:tw-m-64{
    margin: 16rem;
  }

  .\33xl\:tw-m-72{
    margin: 18rem;
  }

  .\33xl\:tw-m-80{
    margin: 20rem;
  }

  .\33xl\:tw-m-96{
    margin: 24rem;
  }

  .\33xl\:tw-m-auto{
    margin: auto;
  }

  .\33xl\:tw-m-px{
    margin: 1px;
  }

  .\33xl\:tw-m-0\.5{
    margin: 0.125rem;
  }

  .\33xl\:tw-m-1\.5{
    margin: 0.375rem;
  }

  .\33xl\:tw-m-2\.5{
    margin: 0.625rem;
  }

  .\33xl\:tw-m-3\.5{
    margin: 0.875rem;
  }

  .\33xl\:tw-m-2\/3{
    margin: 66.666%;
  }

  .\33xl\:tw-m-3\/2{
    margin: 150%;
  }

  .\33xl\:tw-m-square{
    margin: 100%;
  }

  .\33xl\:tw-m-58px{
    margin: 58px;
  }

  .\33xl\:tw-m-63px{
    margin: 63px;
  }

  .\33xl\:tw-m-73px{
    margin: 73.px;
  }

  .\33xl\:tw--m-0{
    margin: 0px;
  }

  .\33xl\:tw--m-1{
    margin: -0.25rem;
  }

  .\33xl\:tw--m-2{
    margin: -0.5rem;
  }

  .\33xl\:tw--m-3{
    margin: -0.75rem;
  }

  .\33xl\:tw--m-4{
    margin: -1rem;
  }

  .\33xl\:tw--m-5{
    margin: -1.25rem;
  }

  .\33xl\:tw--m-6{
    margin: -1.5rem;
  }

  .\33xl\:tw--m-7{
    margin: -1.75rem;
  }

  .\33xl\:tw--m-8{
    margin: -2rem;
  }

  .\33xl\:tw--m-9{
    margin: -2.25rem;
  }

  .\33xl\:tw--m-10{
    margin: -2.5rem;
  }

  .\33xl\:tw--m-11{
    margin: -2.75rem;
  }

  .\33xl\:tw--m-12{
    margin: -3rem;
  }

  .\33xl\:tw--m-13{
    margin: -3.25rem;
  }

  .\33xl\:tw--m-14{
    margin: -3.5rem;
  }

  .\33xl\:tw--m-16{
    margin: -4rem;
  }

  .\33xl\:tw--m-20{
    margin: -5rem;
  }

  .\33xl\:tw--m-24{
    margin: -6rem;
  }

  .\33xl\:tw--m-28{
    margin: -7rem;
  }

  .\33xl\:tw--m-32{
    margin: -8rem;
  }

  .\33xl\:tw--m-36{
    margin: -9rem;
  }

  .\33xl\:tw--m-40{
    margin: -10rem;
  }

  .\33xl\:tw--m-44{
    margin: -11rem;
  }

  .\33xl\:tw--m-48{
    margin: -12rem;
  }

  .\33xl\:tw--m-52{
    margin: -13rem;
  }

  .\33xl\:tw--m-56{
    margin: -14rem;
  }

  .\33xl\:tw--m-60{
    margin: -15rem;
  }

  .\33xl\:tw--m-64{
    margin: -16rem;
  }

  .\33xl\:tw--m-72{
    margin: -18rem;
  }

  .\33xl\:tw--m-80{
    margin: -20rem;
  }

  .\33xl\:tw--m-96{
    margin: -24rem;
  }

  .\33xl\:tw--m-px{
    margin: -1px;
  }

  .\33xl\:tw--m-0\.5{
    margin: -0.125rem;
  }

  .\33xl\:tw--m-1\.5{
    margin: -0.375rem;
  }

  .\33xl\:tw--m-2\.5{
    margin: -0.625rem;
  }

  .\33xl\:tw--m-3\.5{
    margin: -0.875rem;
  }

  .\33xl\:tw--m-2\/3{
    margin: -66.666%;
  }

  .\33xl\:tw--m-3\/2{
    margin: -150%;
  }

  .\33xl\:tw--m-square{
    margin: -100%;
  }

  .\33xl\:tw--m-58px{
    margin: -58px;
  }

  .\33xl\:tw--m-63px{
    margin: -63px;
  }

  .\33xl\:tw--m-73px{
    margin: -73px;
  }

  .\33xl\:tw-my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .\33xl\:tw-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .\33xl\:tw-my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .\33xl\:tw-mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .\33xl\:tw-my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .\33xl\:tw-mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .\33xl\:tw-my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .\33xl\:tw-mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .\33xl\:tw-my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .\33xl\:tw-mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .\33xl\:tw-my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .\33xl\:tw-mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .\33xl\:tw-my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .\33xl\:tw-mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .\33xl\:tw-my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .\33xl\:tw-mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .\33xl\:tw-my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .\33xl\:tw-mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .\33xl\:tw-my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .\33xl\:tw-mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .\33xl\:tw-my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .\33xl\:tw-mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .\33xl\:tw-my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .\33xl\:tw-mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .\33xl\:tw-my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .\33xl\:tw-mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .\33xl\:tw-my-13{
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .\33xl\:tw-mx-13{
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .\33xl\:tw-my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .\33xl\:tw-mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .\33xl\:tw-my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .\33xl\:tw-mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .\33xl\:tw-my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .\33xl\:tw-mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .\33xl\:tw-my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .\33xl\:tw-mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .\33xl\:tw-my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .\33xl\:tw-mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .\33xl\:tw-my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .\33xl\:tw-mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .\33xl\:tw-my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .\33xl\:tw-mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .\33xl\:tw-my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .\33xl\:tw-mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .\33xl\:tw-my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .\33xl\:tw-mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .\33xl\:tw-my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .\33xl\:tw-mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .\33xl\:tw-my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .\33xl\:tw-mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .\33xl\:tw-my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .\33xl\:tw-mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .\33xl\:tw-my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .\33xl\:tw-mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .\33xl\:tw-my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .\33xl\:tw-mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .\33xl\:tw-my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .\33xl\:tw-mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .\33xl\:tw-my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .\33xl\:tw-mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .\33xl\:tw-my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .\33xl\:tw-mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .\33xl\:tw-my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .\33xl\:tw-mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .\33xl\:tw-my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .\33xl\:tw-mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .\33xl\:tw-my-0\.5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .\33xl\:tw-mx-0\.5{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .\33xl\:tw-my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .\33xl\:tw-mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .\33xl\:tw-my-2\.5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .\33xl\:tw-mx-2\.5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .\33xl\:tw-my-3\.5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .\33xl\:tw-mx-3\.5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .\33xl\:tw-my-2\/3{
    margin-top: 66.666%;
    margin-bottom: 66.666%;
  }

  .\33xl\:tw-mx-2\/3{
    margin-left: 66.666%;
    margin-right: 66.666%;
  }

  .\33xl\:tw-my-3\/2{
    margin-top: 150%;
    margin-bottom: 150%;
  }

  .\33xl\:tw-mx-3\/2{
    margin-left: 150%;
    margin-right: 150%;
  }

  .\33xl\:tw-my-square{
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .\33xl\:tw-mx-square{
    margin-left: 100%;
    margin-right: 100%;
  }

  .\33xl\:tw-my-58px{
    margin-top: 58px;
    margin-bottom: 58px;
  }

  .\33xl\:tw-mx-58px{
    margin-left: 58px;
    margin-right: 58px;
  }

  .\33xl\:tw-my-63px{
    margin-top: 63px;
    margin-bottom: 63px;
  }

  .\33xl\:tw-mx-63px{
    margin-left: 63px;
    margin-right: 63px;
  }

  .\33xl\:tw-my-73px{
    margin-top: 73.px;
    margin-bottom: 73.px;
  }

  .\33xl\:tw-mx-73px{
    margin-left: 73.px;
    margin-right: 73.px;
  }

  .\33xl\:tw--my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .\33xl\:tw--mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .\33xl\:tw--my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .\33xl\:tw--mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .\33xl\:tw--my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .\33xl\:tw--mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .\33xl\:tw--my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .\33xl\:tw--mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .\33xl\:tw--my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .\33xl\:tw--mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .\33xl\:tw--my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .\33xl\:tw--mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .\33xl\:tw--my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .\33xl\:tw--mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .\33xl\:tw--my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .\33xl\:tw--mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .\33xl\:tw--my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .\33xl\:tw--mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .\33xl\:tw--my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .\33xl\:tw--mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .\33xl\:tw--my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .\33xl\:tw--mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .\33xl\:tw--my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .\33xl\:tw--mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .\33xl\:tw--my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .\33xl\:tw--mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .\33xl\:tw--my-13{
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .\33xl\:tw--mx-13{
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .\33xl\:tw--my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .\33xl\:tw--mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .\33xl\:tw--my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .\33xl\:tw--mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .\33xl\:tw--my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .\33xl\:tw--mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .\33xl\:tw--my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .\33xl\:tw--mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .\33xl\:tw--my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .\33xl\:tw--mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .\33xl\:tw--my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .\33xl\:tw--mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .\33xl\:tw--my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .\33xl\:tw--mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .\33xl\:tw--my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .\33xl\:tw--mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .\33xl\:tw--my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .\33xl\:tw--mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .\33xl\:tw--my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .\33xl\:tw--mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .\33xl\:tw--my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .\33xl\:tw--mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .\33xl\:tw--my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .\33xl\:tw--mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .\33xl\:tw--my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .\33xl\:tw--mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .\33xl\:tw--my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .\33xl\:tw--mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .\33xl\:tw--my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .\33xl\:tw--mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .\33xl\:tw--my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .\33xl\:tw--mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .\33xl\:tw--my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .\33xl\:tw--mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .\33xl\:tw--my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .\33xl\:tw--mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .\33xl\:tw--my-0\.5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .\33xl\:tw--mx-0\.5{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .\33xl\:tw--my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .\33xl\:tw--mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .\33xl\:tw--my-2\.5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .\33xl\:tw--mx-2\.5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .\33xl\:tw--my-3\.5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .\33xl\:tw--mx-3\.5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .\33xl\:tw--my-2\/3{
    margin-top: -66.666%;
    margin-bottom: -66.666%;
  }

  .\33xl\:tw--mx-2\/3{
    margin-left: -66.666%;
    margin-right: -66.666%;
  }

  .\33xl\:tw--my-3\/2{
    margin-top: -150%;
    margin-bottom: -150%;
  }

  .\33xl\:tw--mx-3\/2{
    margin-left: -150%;
    margin-right: -150%;
  }

  .\33xl\:tw--my-square{
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .\33xl\:tw--mx-square{
    margin-left: -100%;
    margin-right: -100%;
  }

  .\33xl\:tw--my-58px{
    margin-top: -58px;
    margin-bottom: -58px;
  }

  .\33xl\:tw--mx-58px{
    margin-left: -58px;
    margin-right: -58px;
  }

  .\33xl\:tw--my-63px{
    margin-top: -63px;
    margin-bottom: -63px;
  }

  .\33xl\:tw--mx-63px{
    margin-left: -63px;
    margin-right: -63px;
  }

  .\33xl\:tw--my-73px{
    margin-top: -73px;
    margin-bottom: -73px;
  }

  .\33xl\:tw--mx-73px{
    margin-left: -73px;
    margin-right: -73px;
  }

  .\33xl\:tw-mt-0{
    margin-top: 0px;
  }

  .\33xl\:tw-mr-0{
    margin-right: 0px;
  }

  .\33xl\:tw-mb-0{
    margin-bottom: 0px;
  }

  .\33xl\:tw-ml-0{
    margin-left: 0px;
  }

  .\33xl\:tw-mt-1{
    margin-top: 0.25rem;
  }

  .\33xl\:tw-mr-1{
    margin-right: 0.25rem;
  }

  .\33xl\:tw-mb-1{
    margin-bottom: 0.25rem;
  }

  .\33xl\:tw-ml-1{
    margin-left: 0.25rem;
  }

  .\33xl\:tw-mt-2{
    margin-top: 0.5rem;
  }

  .\33xl\:tw-mr-2{
    margin-right: 0.5rem;
  }

  .\33xl\:tw-mb-2{
    margin-bottom: 0.5rem;
  }

  .\33xl\:tw-ml-2{
    margin-left: 0.5rem;
  }

  .\33xl\:tw-mt-3{
    margin-top: 0.75rem;
  }

  .\33xl\:tw-mr-3{
    margin-right: 0.75rem;
  }

  .\33xl\:tw-mb-3{
    margin-bottom: 0.75rem;
  }

  .\33xl\:tw-ml-3{
    margin-left: 0.75rem;
  }

  .\33xl\:tw-mt-4{
    margin-top: 1rem;
  }

  .\33xl\:tw-mr-4{
    margin-right: 1rem;
  }

  .\33xl\:tw-mb-4{
    margin-bottom: 1rem;
  }

  .\33xl\:tw-ml-4{
    margin-left: 1rem;
  }

  .\33xl\:tw-mt-5{
    margin-top: 1.25rem;
  }

  .\33xl\:tw-mr-5{
    margin-right: 1.25rem;
  }

  .\33xl\:tw-mb-5{
    margin-bottom: 1.25rem;
  }

  .\33xl\:tw-ml-5{
    margin-left: 1.25rem;
  }

  .\33xl\:tw-mt-6{
    margin-top: 1.5rem;
  }

  .\33xl\:tw-mr-6{
    margin-right: 1.5rem;
  }

  .\33xl\:tw-mb-6{
    margin-bottom: 1.5rem;
  }

  .\33xl\:tw-ml-6{
    margin-left: 1.5rem;
  }

  .\33xl\:tw-mt-7{
    margin-top: 1.75rem;
  }

  .\33xl\:tw-mr-7{
    margin-right: 1.75rem;
  }

  .\33xl\:tw-mb-7{
    margin-bottom: 1.75rem;
  }

  .\33xl\:tw-ml-7{
    margin-left: 1.75rem;
  }

  .\33xl\:tw-mt-8{
    margin-top: 2rem;
  }

  .\33xl\:tw-mr-8{
    margin-right: 2rem;
  }

  .\33xl\:tw-mb-8{
    margin-bottom: 2rem;
  }

  .\33xl\:tw-ml-8{
    margin-left: 2rem;
  }

  .\33xl\:tw-mt-9{
    margin-top: 2.25rem;
  }

  .\33xl\:tw-mr-9{
    margin-right: 2.25rem;
  }

  .\33xl\:tw-mb-9{
    margin-bottom: 2.25rem;
  }

  .\33xl\:tw-ml-9{
    margin-left: 2.25rem;
  }

  .\33xl\:tw-mt-10{
    margin-top: 2.5rem;
  }

  .\33xl\:tw-mr-10{
    margin-right: 2.5rem;
  }

  .\33xl\:tw-mb-10{
    margin-bottom: 2.5rem;
  }

  .\33xl\:tw-ml-10{
    margin-left: 2.5rem;
  }

  .\33xl\:tw-mt-11{
    margin-top: 2.75rem;
  }

  .\33xl\:tw-mr-11{
    margin-right: 2.75rem;
  }

  .\33xl\:tw-mb-11{
    margin-bottom: 2.75rem;
  }

  .\33xl\:tw-ml-11{
    margin-left: 2.75rem;
  }

  .\33xl\:tw-mt-12{
    margin-top: 3rem;
  }

  .\33xl\:tw-mr-12{
    margin-right: 3rem;
  }

  .\33xl\:tw-mb-12{
    margin-bottom: 3rem;
  }

  .\33xl\:tw-ml-12{
    margin-left: 3rem;
  }

  .\33xl\:tw-mt-13{
    margin-top: 3.25rem;
  }

  .\33xl\:tw-mr-13{
    margin-right: 3.25rem;
  }

  .\33xl\:tw-mb-13{
    margin-bottom: 3.25rem;
  }

  .\33xl\:tw-ml-13{
    margin-left: 3.25rem;
  }

  .\33xl\:tw-mt-14{
    margin-top: 3.5rem;
  }

  .\33xl\:tw-mr-14{
    margin-right: 3.5rem;
  }

  .\33xl\:tw-mb-14{
    margin-bottom: 3.5rem;
  }

  .\33xl\:tw-ml-14{
    margin-left: 3.5rem;
  }

  .\33xl\:tw-mt-16{
    margin-top: 4rem;
  }

  .\33xl\:tw-mr-16{
    margin-right: 4rem;
  }

  .\33xl\:tw-mb-16{
    margin-bottom: 4rem;
  }

  .\33xl\:tw-ml-16{
    margin-left: 4rem;
  }

  .\33xl\:tw-mt-20{
    margin-top: 5rem;
  }

  .\33xl\:tw-mr-20{
    margin-right: 5rem;
  }

  .\33xl\:tw-mb-20{
    margin-bottom: 5rem;
  }

  .\33xl\:tw-ml-20{
    margin-left: 5rem;
  }

  .\33xl\:tw-mt-24{
    margin-top: 6rem;
  }

  .\33xl\:tw-mr-24{
    margin-right: 6rem;
  }

  .\33xl\:tw-mb-24{
    margin-bottom: 6rem;
  }

  .\33xl\:tw-ml-24{
    margin-left: 6rem;
  }

  .\33xl\:tw-mt-28{
    margin-top: 7rem;
  }

  .\33xl\:tw-mr-28{
    margin-right: 7rem;
  }

  .\33xl\:tw-mb-28{
    margin-bottom: 7rem;
  }

  .\33xl\:tw-ml-28{
    margin-left: 7rem;
  }

  .\33xl\:tw-mt-32{
    margin-top: 8rem;
  }

  .\33xl\:tw-mr-32{
    margin-right: 8rem;
  }

  .\33xl\:tw-mb-32{
    margin-bottom: 8rem;
  }

  .\33xl\:tw-ml-32{
    margin-left: 8rem;
  }

  .\33xl\:tw-mt-36{
    margin-top: 9rem;
  }

  .\33xl\:tw-mr-36{
    margin-right: 9rem;
  }

  .\33xl\:tw-mb-36{
    margin-bottom: 9rem;
  }

  .\33xl\:tw-ml-36{
    margin-left: 9rem;
  }

  .\33xl\:tw-mt-40{
    margin-top: 10rem;
  }

  .\33xl\:tw-mr-40{
    margin-right: 10rem;
  }

  .\33xl\:tw-mb-40{
    margin-bottom: 10rem;
  }

  .\33xl\:tw-ml-40{
    margin-left: 10rem;
  }

  .\33xl\:tw-mt-44{
    margin-top: 11rem;
  }

  .\33xl\:tw-mr-44{
    margin-right: 11rem;
  }

  .\33xl\:tw-mb-44{
    margin-bottom: 11rem;
  }

  .\33xl\:tw-ml-44{
    margin-left: 11rem;
  }

  .\33xl\:tw-mt-48{
    margin-top: 12rem;
  }

  .\33xl\:tw-mr-48{
    margin-right: 12rem;
  }

  .\33xl\:tw-mb-48{
    margin-bottom: 12rem;
  }

  .\33xl\:tw-ml-48{
    margin-left: 12rem;
  }

  .\33xl\:tw-mt-52{
    margin-top: 13rem;
  }

  .\33xl\:tw-mr-52{
    margin-right: 13rem;
  }

  .\33xl\:tw-mb-52{
    margin-bottom: 13rem;
  }

  .\33xl\:tw-ml-52{
    margin-left: 13rem;
  }

  .\33xl\:tw-mt-56{
    margin-top: 14rem;
  }

  .\33xl\:tw-mr-56{
    margin-right: 14rem;
  }

  .\33xl\:tw-mb-56{
    margin-bottom: 14rem;
  }

  .\33xl\:tw-ml-56{
    margin-left: 14rem;
  }

  .\33xl\:tw-mt-60{
    margin-top: 15rem;
  }

  .\33xl\:tw-mr-60{
    margin-right: 15rem;
  }

  .\33xl\:tw-mb-60{
    margin-bottom: 15rem;
  }

  .\33xl\:tw-ml-60{
    margin-left: 15rem;
  }

  .\33xl\:tw-mt-64{
    margin-top: 16rem;
  }

  .\33xl\:tw-mr-64{
    margin-right: 16rem;
  }

  .\33xl\:tw-mb-64{
    margin-bottom: 16rem;
  }

  .\33xl\:tw-ml-64{
    margin-left: 16rem;
  }

  .\33xl\:tw-mt-72{
    margin-top: 18rem;
  }

  .\33xl\:tw-mr-72{
    margin-right: 18rem;
  }

  .\33xl\:tw-mb-72{
    margin-bottom: 18rem;
  }

  .\33xl\:tw-ml-72{
    margin-left: 18rem;
  }

  .\33xl\:tw-mt-80{
    margin-top: 20rem;
  }

  .\33xl\:tw-mr-80{
    margin-right: 20rem;
  }

  .\33xl\:tw-mb-80{
    margin-bottom: 20rem;
  }

  .\33xl\:tw-ml-80{
    margin-left: 20rem;
  }

  .\33xl\:tw-mt-96{
    margin-top: 24rem;
  }

  .\33xl\:tw-mr-96{
    margin-right: 24rem;
  }

  .\33xl\:tw-mb-96{
    margin-bottom: 24rem;
  }

  .\33xl\:tw-ml-96{
    margin-left: 24rem;
  }

  .\33xl\:tw-mt-auto{
    margin-top: auto;
  }

  .\33xl\:tw-mr-auto{
    margin-right: auto;
  }

  .\33xl\:tw-mb-auto{
    margin-bottom: auto;
  }

  .\33xl\:tw-ml-auto{
    margin-left: auto;
  }

  .\33xl\:tw-mt-px{
    margin-top: 1px;
  }

  .\33xl\:tw-mr-px{
    margin-right: 1px;
  }

  .\33xl\:tw-mb-px{
    margin-bottom: 1px;
  }

  .\33xl\:tw-ml-px{
    margin-left: 1px;
  }

  .\33xl\:tw-mt-0\.5{
    margin-top: 0.125rem;
  }

  .\33xl\:tw-mr-0\.5{
    margin-right: 0.125rem;
  }

  .\33xl\:tw-mb-0\.5{
    margin-bottom: 0.125rem;
  }

  .\33xl\:tw-ml-0\.5{
    margin-left: 0.125rem;
  }

  .\33xl\:tw-mt-1\.5{
    margin-top: 0.375rem;
  }

  .\33xl\:tw-mr-1\.5{
    margin-right: 0.375rem;
  }

  .\33xl\:tw-mb-1\.5{
    margin-bottom: 0.375rem;
  }

  .\33xl\:tw-ml-1\.5{
    margin-left: 0.375rem;
  }

  .\33xl\:tw-mt-2\.5{
    margin-top: 0.625rem;
  }

  .\33xl\:tw-mr-2\.5{
    margin-right: 0.625rem;
  }

  .\33xl\:tw-mb-2\.5{
    margin-bottom: 0.625rem;
  }

  .\33xl\:tw-ml-2\.5{
    margin-left: 0.625rem;
  }

  .\33xl\:tw-mt-3\.5{
    margin-top: 0.875rem;
  }

  .\33xl\:tw-mr-3\.5{
    margin-right: 0.875rem;
  }

  .\33xl\:tw-mb-3\.5{
    margin-bottom: 0.875rem;
  }

  .\33xl\:tw-ml-3\.5{
    margin-left: 0.875rem;
  }

  .\33xl\:tw-mt-2\/3{
    margin-top: 66.666%;
  }

  .\33xl\:tw-mr-2\/3{
    margin-right: 66.666%;
  }

  .\33xl\:tw-mb-2\/3{
    margin-bottom: 66.666%;
  }

  .\33xl\:tw-ml-2\/3{
    margin-left: 66.666%;
  }

  .\33xl\:tw-mt-3\/2{
    margin-top: 150%;
  }

  .\33xl\:tw-mr-3\/2{
    margin-right: 150%;
  }

  .\33xl\:tw-mb-3\/2{
    margin-bottom: 150%;
  }

  .\33xl\:tw-ml-3\/2{
    margin-left: 150%;
  }

  .\33xl\:tw-mt-square{
    margin-top: 100%;
  }

  .\33xl\:tw-mr-square{
    margin-right: 100%;
  }

  .\33xl\:tw-mb-square{
    margin-bottom: 100%;
  }

  .\33xl\:tw-ml-square{
    margin-left: 100%;
  }

  .\33xl\:tw-mt-58px{
    margin-top: 58px;
  }

  .\33xl\:tw-mr-58px{
    margin-right: 58px;
  }

  .\33xl\:tw-mb-58px{
    margin-bottom: 58px;
  }

  .\33xl\:tw-ml-58px{
    margin-left: 58px;
  }

  .\33xl\:tw-mt-63px{
    margin-top: 63px;
  }

  .\33xl\:tw-mr-63px{
    margin-right: 63px;
  }

  .\33xl\:tw-mb-63px{
    margin-bottom: 63px;
  }

  .\33xl\:tw-ml-63px{
    margin-left: 63px;
  }

  .\33xl\:tw-mt-73px{
    margin-top: 73.px;
  }

  .\33xl\:tw-mr-73px{
    margin-right: 73.px;
  }

  .\33xl\:tw-mb-73px{
    margin-bottom: 73.px;
  }

  .\33xl\:tw-ml-73px{
    margin-left: 73.px;
  }

  .\33xl\:tw--mt-0{
    margin-top: 0px;
  }

  .\33xl\:tw--mr-0{
    margin-right: 0px;
  }

  .\33xl\:tw--mb-0{
    margin-bottom: 0px;
  }

  .\33xl\:tw--ml-0{
    margin-left: 0px;
  }

  .\33xl\:tw--mt-1{
    margin-top: -0.25rem;
  }

  .\33xl\:tw--mr-1{
    margin-right: -0.25rem;
  }

  .\33xl\:tw--mb-1{
    margin-bottom: -0.25rem;
  }

  .\33xl\:tw--ml-1{
    margin-left: -0.25rem;
  }

  .\33xl\:tw--mt-2{
    margin-top: -0.5rem;
  }

  .\33xl\:tw--mr-2{
    margin-right: -0.5rem;
  }

  .\33xl\:tw--mb-2{
    margin-bottom: -0.5rem;
  }

  .\33xl\:tw--ml-2{
    margin-left: -0.5rem;
  }

  .\33xl\:tw--mt-3{
    margin-top: -0.75rem;
  }

  .\33xl\:tw--mr-3{
    margin-right: -0.75rem;
  }

  .\33xl\:tw--mb-3{
    margin-bottom: -0.75rem;
  }

  .\33xl\:tw--ml-3{
    margin-left: -0.75rem;
  }

  .\33xl\:tw--mt-4{
    margin-top: -1rem;
  }

  .\33xl\:tw--mr-4{
    margin-right: -1rem;
  }

  .\33xl\:tw--mb-4{
    margin-bottom: -1rem;
  }

  .\33xl\:tw--ml-4{
    margin-left: -1rem;
  }

  .\33xl\:tw--mt-5{
    margin-top: -1.25rem;
  }

  .\33xl\:tw--mr-5{
    margin-right: -1.25rem;
  }

  .\33xl\:tw--mb-5{
    margin-bottom: -1.25rem;
  }

  .\33xl\:tw--ml-5{
    margin-left: -1.25rem;
  }

  .\33xl\:tw--mt-6{
    margin-top: -1.5rem;
  }

  .\33xl\:tw--mr-6{
    margin-right: -1.5rem;
  }

  .\33xl\:tw--mb-6{
    margin-bottom: -1.5rem;
  }

  .\33xl\:tw--ml-6{
    margin-left: -1.5rem;
  }

  .\33xl\:tw--mt-7{
    margin-top: -1.75rem;
  }

  .\33xl\:tw--mr-7{
    margin-right: -1.75rem;
  }

  .\33xl\:tw--mb-7{
    margin-bottom: -1.75rem;
  }

  .\33xl\:tw--ml-7{
    margin-left: -1.75rem;
  }

  .\33xl\:tw--mt-8{
    margin-top: -2rem;
  }

  .\33xl\:tw--mr-8{
    margin-right: -2rem;
  }

  .\33xl\:tw--mb-8{
    margin-bottom: -2rem;
  }

  .\33xl\:tw--ml-8{
    margin-left: -2rem;
  }

  .\33xl\:tw--mt-9{
    margin-top: -2.25rem;
  }

  .\33xl\:tw--mr-9{
    margin-right: -2.25rem;
  }

  .\33xl\:tw--mb-9{
    margin-bottom: -2.25rem;
  }

  .\33xl\:tw--ml-9{
    margin-left: -2.25rem;
  }

  .\33xl\:tw--mt-10{
    margin-top: -2.5rem;
  }

  .\33xl\:tw--mr-10{
    margin-right: -2.5rem;
  }

  .\33xl\:tw--mb-10{
    margin-bottom: -2.5rem;
  }

  .\33xl\:tw--ml-10{
    margin-left: -2.5rem;
  }

  .\33xl\:tw--mt-11{
    margin-top: -2.75rem;
  }

  .\33xl\:tw--mr-11{
    margin-right: -2.75rem;
  }

  .\33xl\:tw--mb-11{
    margin-bottom: -2.75rem;
  }

  .\33xl\:tw--ml-11{
    margin-left: -2.75rem;
  }

  .\33xl\:tw--mt-12{
    margin-top: -3rem;
  }

  .\33xl\:tw--mr-12{
    margin-right: -3rem;
  }

  .\33xl\:tw--mb-12{
    margin-bottom: -3rem;
  }

  .\33xl\:tw--ml-12{
    margin-left: -3rem;
  }

  .\33xl\:tw--mt-13{
    margin-top: -3.25rem;
  }

  .\33xl\:tw--mr-13{
    margin-right: -3.25rem;
  }

  .\33xl\:tw--mb-13{
    margin-bottom: -3.25rem;
  }

  .\33xl\:tw--ml-13{
    margin-left: -3.25rem;
  }

  .\33xl\:tw--mt-14{
    margin-top: -3.5rem;
  }

  .\33xl\:tw--mr-14{
    margin-right: -3.5rem;
  }

  .\33xl\:tw--mb-14{
    margin-bottom: -3.5rem;
  }

  .\33xl\:tw--ml-14{
    margin-left: -3.5rem;
  }

  .\33xl\:tw--mt-16{
    margin-top: -4rem;
  }

  .\33xl\:tw--mr-16{
    margin-right: -4rem;
  }

  .\33xl\:tw--mb-16{
    margin-bottom: -4rem;
  }

  .\33xl\:tw--ml-16{
    margin-left: -4rem;
  }

  .\33xl\:tw--mt-20{
    margin-top: -5rem;
  }

  .\33xl\:tw--mr-20{
    margin-right: -5rem;
  }

  .\33xl\:tw--mb-20{
    margin-bottom: -5rem;
  }

  .\33xl\:tw--ml-20{
    margin-left: -5rem;
  }

  .\33xl\:tw--mt-24{
    margin-top: -6rem;
  }

  .\33xl\:tw--mr-24{
    margin-right: -6rem;
  }

  .\33xl\:tw--mb-24{
    margin-bottom: -6rem;
  }

  .\33xl\:tw--ml-24{
    margin-left: -6rem;
  }

  .\33xl\:tw--mt-28{
    margin-top: -7rem;
  }

  .\33xl\:tw--mr-28{
    margin-right: -7rem;
  }

  .\33xl\:tw--mb-28{
    margin-bottom: -7rem;
  }

  .\33xl\:tw--ml-28{
    margin-left: -7rem;
  }

  .\33xl\:tw--mt-32{
    margin-top: -8rem;
  }

  .\33xl\:tw--mr-32{
    margin-right: -8rem;
  }

  .\33xl\:tw--mb-32{
    margin-bottom: -8rem;
  }

  .\33xl\:tw--ml-32{
    margin-left: -8rem;
  }

  .\33xl\:tw--mt-36{
    margin-top: -9rem;
  }

  .\33xl\:tw--mr-36{
    margin-right: -9rem;
  }

  .\33xl\:tw--mb-36{
    margin-bottom: -9rem;
  }

  .\33xl\:tw--ml-36{
    margin-left: -9rem;
  }

  .\33xl\:tw--mt-40{
    margin-top: -10rem;
  }

  .\33xl\:tw--mr-40{
    margin-right: -10rem;
  }

  .\33xl\:tw--mb-40{
    margin-bottom: -10rem;
  }

  .\33xl\:tw--ml-40{
    margin-left: -10rem;
  }

  .\33xl\:tw--mt-44{
    margin-top: -11rem;
  }

  .\33xl\:tw--mr-44{
    margin-right: -11rem;
  }

  .\33xl\:tw--mb-44{
    margin-bottom: -11rem;
  }

  .\33xl\:tw--ml-44{
    margin-left: -11rem;
  }

  .\33xl\:tw--mt-48{
    margin-top: -12rem;
  }

  .\33xl\:tw--mr-48{
    margin-right: -12rem;
  }

  .\33xl\:tw--mb-48{
    margin-bottom: -12rem;
  }

  .\33xl\:tw--ml-48{
    margin-left: -12rem;
  }

  .\33xl\:tw--mt-52{
    margin-top: -13rem;
  }

  .\33xl\:tw--mr-52{
    margin-right: -13rem;
  }

  .\33xl\:tw--mb-52{
    margin-bottom: -13rem;
  }

  .\33xl\:tw--ml-52{
    margin-left: -13rem;
  }

  .\33xl\:tw--mt-56{
    margin-top: -14rem;
  }

  .\33xl\:tw--mr-56{
    margin-right: -14rem;
  }

  .\33xl\:tw--mb-56{
    margin-bottom: -14rem;
  }

  .\33xl\:tw--ml-56{
    margin-left: -14rem;
  }

  .\33xl\:tw--mt-60{
    margin-top: -15rem;
  }

  .\33xl\:tw--mr-60{
    margin-right: -15rem;
  }

  .\33xl\:tw--mb-60{
    margin-bottom: -15rem;
  }

  .\33xl\:tw--ml-60{
    margin-left: -15rem;
  }

  .\33xl\:tw--mt-64{
    margin-top: -16rem;
  }

  .\33xl\:tw--mr-64{
    margin-right: -16rem;
  }

  .\33xl\:tw--mb-64{
    margin-bottom: -16rem;
  }

  .\33xl\:tw--ml-64{
    margin-left: -16rem;
  }

  .\33xl\:tw--mt-72{
    margin-top: -18rem;
  }

  .\33xl\:tw--mr-72{
    margin-right: -18rem;
  }

  .\33xl\:tw--mb-72{
    margin-bottom: -18rem;
  }

  .\33xl\:tw--ml-72{
    margin-left: -18rem;
  }

  .\33xl\:tw--mt-80{
    margin-top: -20rem;
  }

  .\33xl\:tw--mr-80{
    margin-right: -20rem;
  }

  .\33xl\:tw--mb-80{
    margin-bottom: -20rem;
  }

  .\33xl\:tw--ml-80{
    margin-left: -20rem;
  }

  .\33xl\:tw--mt-96{
    margin-top: -24rem;
  }

  .\33xl\:tw--mr-96{
    margin-right: -24rem;
  }

  .\33xl\:tw--mb-96{
    margin-bottom: -24rem;
  }

  .\33xl\:tw--ml-96{
    margin-left: -24rem;
  }

  .\33xl\:tw--mt-px{
    margin-top: -1px;
  }

  .\33xl\:tw--mr-px{
    margin-right: -1px;
  }

  .\33xl\:tw--mb-px{
    margin-bottom: -1px;
  }

  .\33xl\:tw--ml-px{
    margin-left: -1px;
  }

  .\33xl\:tw--mt-0\.5{
    margin-top: -0.125rem;
  }

  .\33xl\:tw--mr-0\.5{
    margin-right: -0.125rem;
  }

  .\33xl\:tw--mb-0\.5{
    margin-bottom: -0.125rem;
  }

  .\33xl\:tw--ml-0\.5{
    margin-left: -0.125rem;
  }

  .\33xl\:tw--mt-1\.5{
    margin-top: -0.375rem;
  }

  .\33xl\:tw--mr-1\.5{
    margin-right: -0.375rem;
  }

  .\33xl\:tw--mb-1\.5{
    margin-bottom: -0.375rem;
  }

  .\33xl\:tw--ml-1\.5{
    margin-left: -0.375rem;
  }

  .\33xl\:tw--mt-2\.5{
    margin-top: -0.625rem;
  }

  .\33xl\:tw--mr-2\.5{
    margin-right: -0.625rem;
  }

  .\33xl\:tw--mb-2\.5{
    margin-bottom: -0.625rem;
  }

  .\33xl\:tw--ml-2\.5{
    margin-left: -0.625rem;
  }

  .\33xl\:tw--mt-3\.5{
    margin-top: -0.875rem;
  }

  .\33xl\:tw--mr-3\.5{
    margin-right: -0.875rem;
  }

  .\33xl\:tw--mb-3\.5{
    margin-bottom: -0.875rem;
  }

  .\33xl\:tw--ml-3\.5{
    margin-left: -0.875rem;
  }

  .\33xl\:tw--mt-2\/3{
    margin-top: -66.666%;
  }

  .\33xl\:tw--mr-2\/3{
    margin-right: -66.666%;
  }

  .\33xl\:tw--mb-2\/3{
    margin-bottom: -66.666%;
  }

  .\33xl\:tw--ml-2\/3{
    margin-left: -66.666%;
  }

  .\33xl\:tw--mt-3\/2{
    margin-top: -150%;
  }

  .\33xl\:tw--mr-3\/2{
    margin-right: -150%;
  }

  .\33xl\:tw--mb-3\/2{
    margin-bottom: -150%;
  }

  .\33xl\:tw--ml-3\/2{
    margin-left: -150%;
  }

  .\33xl\:tw--mt-square{
    margin-top: -100%;
  }

  .\33xl\:tw--mr-square{
    margin-right: -100%;
  }

  .\33xl\:tw--mb-square{
    margin-bottom: -100%;
  }

  .\33xl\:tw--ml-square{
    margin-left: -100%;
  }

  .\33xl\:tw--mt-58px{
    margin-top: -58px;
  }

  .\33xl\:tw--mr-58px{
    margin-right: -58px;
  }

  .\33xl\:tw--mb-58px{
    margin-bottom: -58px;
  }

  .\33xl\:tw--ml-58px{
    margin-left: -58px;
  }

  .\33xl\:tw--mt-63px{
    margin-top: -63px;
  }

  .\33xl\:tw--mr-63px{
    margin-right: -63px;
  }

  .\33xl\:tw--mb-63px{
    margin-bottom: -63px;
  }

  .\33xl\:tw--ml-63px{
    margin-left: -63px;
  }

  .\33xl\:tw--mt-73px{
    margin-top: -73px;
  }

  .\33xl\:tw--mr-73px{
    margin-right: -73px;
  }

  .\33xl\:tw--mb-73px{
    margin-bottom: -73px;
  }

  .\33xl\:tw--ml-73px{
    margin-left: -73px;
  }

  .\33xl\:tw-max-h-0{
    max-height: 0px;
  }

  .\33xl\:tw-max-h-1{
    max-height: 0.25rem;
  }

  .\33xl\:tw-max-h-2{
    max-height: 0.5rem;
  }

  .\33xl\:tw-max-h-3{
    max-height: 0.75rem;
  }

  .\33xl\:tw-max-h-4{
    max-height: 1rem;
  }

  .\33xl\:tw-max-h-5{
    max-height: 1.25rem;
  }

  .\33xl\:tw-max-h-6{
    max-height: 1.5rem;
  }

  .\33xl\:tw-max-h-7{
    max-height: 1.75rem;
  }

  .\33xl\:tw-max-h-8{
    max-height: 2rem;
  }

  .\33xl\:tw-max-h-9{
    max-height: 2.25rem;
  }

  .\33xl\:tw-max-h-10{
    max-height: 2.5rem;
  }

  .\33xl\:tw-max-h-11{
    max-height: 2.75rem;
  }

  .\33xl\:tw-max-h-12{
    max-height: 3rem;
  }

  .\33xl\:tw-max-h-13{
    max-height: 3.25rem;
  }

  .\33xl\:tw-max-h-14{
    max-height: 3.5rem;
  }

  .\33xl\:tw-max-h-16{
    max-height: 4rem;
  }

  .\33xl\:tw-max-h-20{
    max-height: 5rem;
  }

  .\33xl\:tw-max-h-24{
    max-height: 6rem;
  }

  .\33xl\:tw-max-h-28{
    max-height: 7rem;
  }

  .\33xl\:tw-max-h-32{
    max-height: 8rem;
  }

  .\33xl\:tw-max-h-36{
    max-height: 9rem;
  }

  .\33xl\:tw-max-h-40{
    max-height: 10rem;
  }

  .\33xl\:tw-max-h-44{
    max-height: 11rem;
  }

  .\33xl\:tw-max-h-48{
    max-height: 12rem;
  }

  .\33xl\:tw-max-h-52{
    max-height: 13rem;
  }

  .\33xl\:tw-max-h-56{
    max-height: 14rem;
  }

  .\33xl\:tw-max-h-60{
    max-height: 15rem;
  }

  .\33xl\:tw-max-h-64{
    max-height: 16rem;
  }

  .\33xl\:tw-max-h-72{
    max-height: 18rem;
  }

  .\33xl\:tw-max-h-80{
    max-height: 20rem;
  }

  .\33xl\:tw-max-h-96{
    max-height: 24rem;
  }

  .\33xl\:tw-max-h-px{
    max-height: 1px;
  }

  .\33xl\:tw-max-h-0\.5{
    max-height: 0.125rem;
  }

  .\33xl\:tw-max-h-1\.5{
    max-height: 0.375rem;
  }

  .\33xl\:tw-max-h-2\.5{
    max-height: 0.625rem;
  }

  .\33xl\:tw-max-h-3\.5{
    max-height: 0.875rem;
  }

  .\33xl\:tw-max-h-2\/3{
    max-height: 66.666%;
  }

  .\33xl\:tw-max-h-3\/2{
    max-height: 150%;
  }

  .\33xl\:tw-max-h-square{
    max-height: 100%;
  }

  .\33xl\:tw-max-h-58px{
    max-height: 58px;
  }

  .\33xl\:tw-max-h-63px{
    max-height: 63px;
  }

  .\33xl\:tw-max-h-73px{
    max-height: 73.px;
  }

  .\33xl\:tw-max-h-full{
    max-height: 100%;
  }

  .\33xl\:tw-max-h-screen{
    max-height: 100vh;
  }

  .\33xl\:tw-max-w-0{
    max-width: 0rem;
  }

  .\33xl\:tw-max-w-300{
    max-width: 300px;
  }

  .\33xl\:tw-max-w-400{
    max-width: 400px;
  }

  .\33xl\:tw-max-w-800{
    max-width: 800px;
  }

  .\33xl\:tw-max-w-1000{
    max-width: 1000px;
  }

  .\33xl\:tw-max-w-none{
    max-width: none;
  }

  .\33xl\:tw-max-w-xs{
    max-width: 20rem;
  }

  .\33xl\:tw-max-w-sm{
    max-width: 24rem;
  }

  .\33xl\:tw-max-w-md{
    max-width: 28rem;
  }

  .\33xl\:tw-max-w-lg{
    max-width: 32rem;
  }

  .\33xl\:tw-max-w-xl{
    max-width: 36rem;
  }

  .\33xl\:tw-max-w-2xl{
    max-width: 42rem;
  }

  .\33xl\:tw-max-w-3xl{
    max-width: 48rem;
  }

  .\33xl\:tw-max-w-4xl{
    max-width: 56rem;
  }

  .\33xl\:tw-max-w-5xl{
    max-width: 64rem;
  }

  .\33xl\:tw-max-w-6xl{
    max-width: 72rem;
  }

  .\33xl\:tw-max-w-7xl{
    max-width: 80rem;
  }

  .\33xl\:tw-max-w-full{
    max-width: 100%;
  }

  .\33xl\:tw-max-w-min{
    max-width: min-content;
  }

  .\33xl\:tw-max-w-max{
    max-width: max-content;
  }

  .\33xl\:tw-max-w-prose{
    max-width: 65ch;
  }

  .\33xl\:tw-max-w-screen-sm{
    max-width: 576px;
  }

  .\33xl\:tw-max-w-screen-md{
    max-width: 768px;
  }

  .\33xl\:tw-max-w-screen-lg{
    max-width: 1024px;
  }

  .\33xl\:tw-max-w-screen-xl{
    max-width: 1366px;
  }

  .\33xl\:tw-max-w-screen-2xl{
    max-width: 1440px;
  }

  .\33xl\:tw-max-w-screen-3xl{
    max-width: 1600px;
  }

  .\33xl\:tw-min-h-0{
    min-height: 0px;
  }

  .\33xl\:tw-min-h-12{
    min-height: 3rem;
  }

  .\33xl\:tw-min-h-full{
    min-height: 100%;
  }

  .\33xl\:tw-min-h-screen{
    min-height: 100vh;
  }

  .\33xl\:tw-min-w-0{
    min-width: 0px;
  }

  .\33xl\:tw-min-w-50{
    min-width: 50px;
  }

  .\33xl\:tw-min-w-75{
    min-width: 75px;
  }

  .\33xl\:tw-min-w-96{
    min-width: 24rem;
  }

  .\33xl\:tw-min-w-100{
    min-width: 100px;
  }

  .\33xl\:tw-min-w-200{
    min-width: 200px;
  }

  .\33xl\:tw-min-w-300{
    min-width: 300px;
  }

  .\33xl\:tw-min-w-600{
    min-width: 600px;
  }

  .\33xl\:tw-min-w-800{
    min-width: 800px;
  }

  .\33xl\:tw-min-w-full{
    min-width: 100%;
  }

  .\33xl\:tw-min-w-min{
    min-width: min-content;
  }

  .\33xl\:tw-min-w-max{
    min-width: max-content;
  }

  .\33xl\:tw-object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .\33xl\:tw-object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .\33xl\:tw-object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .\33xl\:tw-object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .\33xl\:tw-object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .\33xl\:tw-object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .\33xl\:tw-object-center{
    -o-object-position: center;
       object-position: center;
  }

  .\33xl\:tw-object-left{
    -o-object-position: left;
       object-position: left;
  }

  .\33xl\:tw-object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .\33xl\:tw-object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .\33xl\:tw-object-right{
    -o-object-position: right;
       object-position: right;
  }

  .\33xl\:tw-object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .\33xl\:tw-object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .\33xl\:tw-object-top{
    -o-object-position: top;
       object-position: top;
  }

  .\33xl\:tw-opacity-0{
    opacity: 0;
  }

  .\33xl\:tw-opacity-5{
    opacity: 0.05;
  }

  .\33xl\:tw-opacity-10{
    opacity: 0.1;
  }

  .\33xl\:tw-opacity-20{
    opacity: 0.2;
  }

  .\33xl\:tw-opacity-25{
    opacity: 0.25;
  }

  .\33xl\:tw-opacity-30{
    opacity: 0.3;
  }

  .\33xl\:tw-opacity-40{
    opacity: 0.4;
  }

  .\33xl\:tw-opacity-50{
    opacity: 0.5;
  }

  .\33xl\:tw-opacity-60{
    opacity: 0.6;
  }

  .\33xl\:tw-opacity-70{
    opacity: 0.7;
  }

  .\33xl\:tw-opacity-75{
    opacity: 0.75;
  }

  .\33xl\:tw-opacity-80{
    opacity: 0.8;
  }

  .\33xl\:tw-opacity-90{
    opacity: 0.9;
  }

  .\33xl\:tw-opacity-95{
    opacity: 0.95;
  }

  .\33xl\:tw-opacity-100{
    opacity: 1;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-opacity-0{
    opacity: 0;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-opacity-5{
    opacity: 0.05;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-opacity-10{
    opacity: 0.1;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-opacity-20{
    opacity: 0.2;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-opacity-25{
    opacity: 0.25;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-opacity-30{
    opacity: 0.3;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-opacity-40{
    opacity: 0.4;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-opacity-50{
    opacity: 0.5;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-opacity-60{
    opacity: 0.6;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-opacity-70{
    opacity: 0.7;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-opacity-75{
    opacity: 0.75;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-opacity-80{
    opacity: 0.8;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-opacity-90{
    opacity: 0.9;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-opacity-95{
    opacity: 0.95;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-opacity-100{
    opacity: 1;
  }

  .\33xl\:focus-within\:tw-opacity-0:focus-within{
    opacity: 0;
  }

  .\33xl\:focus-within\:tw-opacity-5:focus-within{
    opacity: 0.05;
  }

  .\33xl\:focus-within\:tw-opacity-10:focus-within{
    opacity: 0.1;
  }

  .\33xl\:focus-within\:tw-opacity-20:focus-within{
    opacity: 0.2;
  }

  .\33xl\:focus-within\:tw-opacity-25:focus-within{
    opacity: 0.25;
  }

  .\33xl\:focus-within\:tw-opacity-30:focus-within{
    opacity: 0.3;
  }

  .\33xl\:focus-within\:tw-opacity-40:focus-within{
    opacity: 0.4;
  }

  .\33xl\:focus-within\:tw-opacity-50:focus-within{
    opacity: 0.5;
  }

  .\33xl\:focus-within\:tw-opacity-60:focus-within{
    opacity: 0.6;
  }

  .\33xl\:focus-within\:tw-opacity-70:focus-within{
    opacity: 0.7;
  }

  .\33xl\:focus-within\:tw-opacity-75:focus-within{
    opacity: 0.75;
  }

  .\33xl\:focus-within\:tw-opacity-80:focus-within{
    opacity: 0.8;
  }

  .\33xl\:focus-within\:tw-opacity-90:focus-within{
    opacity: 0.9;
  }

  .\33xl\:focus-within\:tw-opacity-95:focus-within{
    opacity: 0.95;
  }

  .\33xl\:focus-within\:tw-opacity-100:focus-within{
    opacity: 1;
  }

  .\33xl\:hover\:tw-opacity-0:hover{
    opacity: 0;
  }

  .\33xl\:hover\:tw-opacity-5:hover{
    opacity: 0.05;
  }

  .\33xl\:hover\:tw-opacity-10:hover{
    opacity: 0.1;
  }

  .\33xl\:hover\:tw-opacity-20:hover{
    opacity: 0.2;
  }

  .\33xl\:hover\:tw-opacity-25:hover{
    opacity: 0.25;
  }

  .\33xl\:hover\:tw-opacity-30:hover{
    opacity: 0.3;
  }

  .\33xl\:hover\:tw-opacity-40:hover{
    opacity: 0.4;
  }

  .\33xl\:hover\:tw-opacity-50:hover{
    opacity: 0.5;
  }

  .\33xl\:hover\:tw-opacity-60:hover{
    opacity: 0.6;
  }

  .\33xl\:hover\:tw-opacity-70:hover{
    opacity: 0.7;
  }

  .\33xl\:hover\:tw-opacity-75:hover{
    opacity: 0.75;
  }

  .\33xl\:hover\:tw-opacity-80:hover{
    opacity: 0.8;
  }

  .\33xl\:hover\:tw-opacity-90:hover{
    opacity: 0.9;
  }

  .\33xl\:hover\:tw-opacity-95:hover{
    opacity: 0.95;
  }

  .\33xl\:hover\:tw-opacity-100:hover{
    opacity: 1;
  }

  .\33xl\:focus\:tw-opacity-0:focus{
    opacity: 0;
  }

  .\33xl\:focus\:tw-opacity-5:focus{
    opacity: 0.05;
  }

  .\33xl\:focus\:tw-opacity-10:focus{
    opacity: 0.1;
  }

  .\33xl\:focus\:tw-opacity-20:focus{
    opacity: 0.2;
  }

  .\33xl\:focus\:tw-opacity-25:focus{
    opacity: 0.25;
  }

  .\33xl\:focus\:tw-opacity-30:focus{
    opacity: 0.3;
  }

  .\33xl\:focus\:tw-opacity-40:focus{
    opacity: 0.4;
  }

  .\33xl\:focus\:tw-opacity-50:focus{
    opacity: 0.5;
  }

  .\33xl\:focus\:tw-opacity-60:focus{
    opacity: 0.6;
  }

  .\33xl\:focus\:tw-opacity-70:focus{
    opacity: 0.7;
  }

  .\33xl\:focus\:tw-opacity-75:focus{
    opacity: 0.75;
  }

  .\33xl\:focus\:tw-opacity-80:focus{
    opacity: 0.8;
  }

  .\33xl\:focus\:tw-opacity-90:focus{
    opacity: 0.9;
  }

  .\33xl\:focus\:tw-opacity-95:focus{
    opacity: 0.95;
  }

  .\33xl\:focus\:tw-opacity-100:focus{
    opacity: 1;
  }

  .\33xl\:tw-outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .\33xl\:tw-outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .\33xl\:tw-outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .\33xl\:focus-within\:tw-outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .\33xl\:focus-within\:tw-outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .\33xl\:focus-within\:tw-outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .\33xl\:focus\:tw-outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .\33xl\:focus\:tw-outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .\33xl\:focus\:tw-outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .\33xl\:tw-overflow-auto{
    overflow: auto;
  }

  .\33xl\:tw-overflow-hidden{
    overflow: hidden;
  }

  .\33xl\:tw-overflow-visible{
    overflow: visible;
  }

  .\33xl\:tw-overflow-scroll{
    overflow: scroll;
  }

  .\33xl\:tw-overflow-x-auto{
    overflow-x: auto;
  }

  .\33xl\:tw-overflow-y-auto{
    overflow-y: auto;
  }

  .\33xl\:tw-overflow-x-hidden{
    overflow-x: hidden;
  }

  .\33xl\:tw-overflow-y-hidden{
    overflow-y: hidden;
  }

  .\33xl\:tw-overflow-x-visible{
    overflow-x: visible;
  }

  .\33xl\:tw-overflow-y-visible{
    overflow-y: visible;
  }

  .\33xl\:tw-overflow-x-scroll{
    overflow-x: scroll;
  }

  .\33xl\:tw-overflow-y-scroll{
    overflow-y: scroll;
  }

  .\33xl\:tw-overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .\33xl\:tw-overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .\33xl\:tw-overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .\33xl\:tw-overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .\33xl\:tw-overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .\33xl\:tw-overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .\33xl\:tw-overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .\33xl\:tw-overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .\33xl\:tw-overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .\33xl\:tw-p-0{
    padding: 0px;
  }

  .\33xl\:tw-p-1{
    padding: 0.25rem;
  }

  .\33xl\:tw-p-2{
    padding: 0.5rem;
  }

  .\33xl\:tw-p-3{
    padding: 0.75rem;
  }

  .\33xl\:tw-p-4{
    padding: 1rem;
  }

  .\33xl\:tw-p-5{
    padding: 1.25rem;
  }

  .\33xl\:tw-p-6{
    padding: 1.5rem;
  }

  .\33xl\:tw-p-7{
    padding: 1.75rem;
  }

  .\33xl\:tw-p-8{
    padding: 2rem;
  }

  .\33xl\:tw-p-9{
    padding: 2.25rem;
  }

  .\33xl\:tw-p-10{
    padding: 2.5rem;
  }

  .\33xl\:tw-p-11{
    padding: 2.75rem;
  }

  .\33xl\:tw-p-12{
    padding: 3rem;
  }

  .\33xl\:tw-p-13{
    padding: 3.25rem;
  }

  .\33xl\:tw-p-14{
    padding: 3.5rem;
  }

  .\33xl\:tw-p-16{
    padding: 4rem;
  }

  .\33xl\:tw-p-20{
    padding: 5rem;
  }

  .\33xl\:tw-p-24{
    padding: 6rem;
  }

  .\33xl\:tw-p-28{
    padding: 7rem;
  }

  .\33xl\:tw-p-32{
    padding: 8rem;
  }

  .\33xl\:tw-p-36{
    padding: 9rem;
  }

  .\33xl\:tw-p-40{
    padding: 10rem;
  }

  .\33xl\:tw-p-44{
    padding: 11rem;
  }

  .\33xl\:tw-p-48{
    padding: 12rem;
  }

  .\33xl\:tw-p-52{
    padding: 13rem;
  }

  .\33xl\:tw-p-56{
    padding: 14rem;
  }

  .\33xl\:tw-p-60{
    padding: 15rem;
  }

  .\33xl\:tw-p-64{
    padding: 16rem;
  }

  .\33xl\:tw-p-72{
    padding: 18rem;
  }

  .\33xl\:tw-p-80{
    padding: 20rem;
  }

  .\33xl\:tw-p-96{
    padding: 24rem;
  }

  .\33xl\:tw-p-px{
    padding: 1px;
  }

  .\33xl\:tw-p-0\.5{
    padding: 0.125rem;
  }

  .\33xl\:tw-p-1\.5{
    padding: 0.375rem;
  }

  .\33xl\:tw-p-2\.5{
    padding: 0.625rem;
  }

  .\33xl\:tw-p-3\.5{
    padding: 0.875rem;
  }

  .\33xl\:tw-p-2\/3{
    padding: 66.666%;
  }

  .\33xl\:tw-p-3\/2{
    padding: 150%;
  }

  .\33xl\:tw-p-square{
    padding: 100%;
  }

  .\33xl\:tw-p-58px{
    padding: 58px;
  }

  .\33xl\:tw-p-63px{
    padding: 63px;
  }

  .\33xl\:tw-p-73px{
    padding: 73.px;
  }

  .\33xl\:tw-py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .\33xl\:tw-px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .\33xl\:tw-py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .\33xl\:tw-px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .\33xl\:tw-py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .\33xl\:tw-px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .\33xl\:tw-py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .\33xl\:tw-px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .\33xl\:tw-py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .\33xl\:tw-px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .\33xl\:tw-py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .\33xl\:tw-px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .\33xl\:tw-py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .\33xl\:tw-px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .\33xl\:tw-py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .\33xl\:tw-px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .\33xl\:tw-py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .\33xl\:tw-px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .\33xl\:tw-py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .\33xl\:tw-px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .\33xl\:tw-py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .\33xl\:tw-px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .\33xl\:tw-py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .\33xl\:tw-px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .\33xl\:tw-py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .\33xl\:tw-px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .\33xl\:tw-py-13{
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .\33xl\:tw-px-13{
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .\33xl\:tw-py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .\33xl\:tw-px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .\33xl\:tw-py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .\33xl\:tw-px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .\33xl\:tw-py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .\33xl\:tw-px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .\33xl\:tw-py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .\33xl\:tw-px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .\33xl\:tw-py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .\33xl\:tw-px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .\33xl\:tw-py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .\33xl\:tw-px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .\33xl\:tw-py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .\33xl\:tw-px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .\33xl\:tw-py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .\33xl\:tw-px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .\33xl\:tw-py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .\33xl\:tw-px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .\33xl\:tw-py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .\33xl\:tw-px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .\33xl\:tw-py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .\33xl\:tw-px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .\33xl\:tw-py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .\33xl\:tw-px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .\33xl\:tw-py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .\33xl\:tw-px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .\33xl\:tw-py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .\33xl\:tw-px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .\33xl\:tw-py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .\33xl\:tw-px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .\33xl\:tw-py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .\33xl\:tw-px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .\33xl\:tw-py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .\33xl\:tw-px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .\33xl\:tw-py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .\33xl\:tw-px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .\33xl\:tw-py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .\33xl\:tw-px-0\.5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .\33xl\:tw-py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .\33xl\:tw-px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .\33xl\:tw-py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .\33xl\:tw-px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .\33xl\:tw-py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .\33xl\:tw-px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .\33xl\:tw-py-2\/3{
    padding-top: 66.666%;
    padding-bottom: 66.666%;
  }

  .\33xl\:tw-px-2\/3{
    padding-left: 66.666%;
    padding-right: 66.666%;
  }

  .\33xl\:tw-py-3\/2{
    padding-top: 150%;
    padding-bottom: 150%;
  }

  .\33xl\:tw-px-3\/2{
    padding-left: 150%;
    padding-right: 150%;
  }

  .\33xl\:tw-py-square{
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .\33xl\:tw-px-square{
    padding-left: 100%;
    padding-right: 100%;
  }

  .\33xl\:tw-py-58px{
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .\33xl\:tw-px-58px{
    padding-left: 58px;
    padding-right: 58px;
  }

  .\33xl\:tw-py-63px{
    padding-top: 63px;
    padding-bottom: 63px;
  }

  .\33xl\:tw-px-63px{
    padding-left: 63px;
    padding-right: 63px;
  }

  .\33xl\:tw-py-73px{
    padding-top: 73.px;
    padding-bottom: 73.px;
  }

  .\33xl\:tw-px-73px{
    padding-left: 73.px;
    padding-right: 73.px;
  }

  .\33xl\:tw-pt-0{
    padding-top: 0px;
  }

  .\33xl\:tw-pr-0{
    padding-right: 0px;
  }

  .\33xl\:tw-pb-0{
    padding-bottom: 0px;
  }

  .\33xl\:tw-pl-0{
    padding-left: 0px;
  }

  .\33xl\:tw-pt-1{
    padding-top: 0.25rem;
  }

  .\33xl\:tw-pr-1{
    padding-right: 0.25rem;
  }

  .\33xl\:tw-pb-1{
    padding-bottom: 0.25rem;
  }

  .\33xl\:tw-pl-1{
    padding-left: 0.25rem;
  }

  .\33xl\:tw-pt-2{
    padding-top: 0.5rem;
  }

  .\33xl\:tw-pr-2{
    padding-right: 0.5rem;
  }

  .\33xl\:tw-pb-2{
    padding-bottom: 0.5rem;
  }

  .\33xl\:tw-pl-2{
    padding-left: 0.5rem;
  }

  .\33xl\:tw-pt-3{
    padding-top: 0.75rem;
  }

  .\33xl\:tw-pr-3{
    padding-right: 0.75rem;
  }

  .\33xl\:tw-pb-3{
    padding-bottom: 0.75rem;
  }

  .\33xl\:tw-pl-3{
    padding-left: 0.75rem;
  }

  .\33xl\:tw-pt-4{
    padding-top: 1rem;
  }

  .\33xl\:tw-pr-4{
    padding-right: 1rem;
  }

  .\33xl\:tw-pb-4{
    padding-bottom: 1rem;
  }

  .\33xl\:tw-pl-4{
    padding-left: 1rem;
  }

  .\33xl\:tw-pt-5{
    padding-top: 1.25rem;
  }

  .\33xl\:tw-pr-5{
    padding-right: 1.25rem;
  }

  .\33xl\:tw-pb-5{
    padding-bottom: 1.25rem;
  }

  .\33xl\:tw-pl-5{
    padding-left: 1.25rem;
  }

  .\33xl\:tw-pt-6{
    padding-top: 1.5rem;
  }

  .\33xl\:tw-pr-6{
    padding-right: 1.5rem;
  }

  .\33xl\:tw-pb-6{
    padding-bottom: 1.5rem;
  }

  .\33xl\:tw-pl-6{
    padding-left: 1.5rem;
  }

  .\33xl\:tw-pt-7{
    padding-top: 1.75rem;
  }

  .\33xl\:tw-pr-7{
    padding-right: 1.75rem;
  }

  .\33xl\:tw-pb-7{
    padding-bottom: 1.75rem;
  }

  .\33xl\:tw-pl-7{
    padding-left: 1.75rem;
  }

  .\33xl\:tw-pt-8{
    padding-top: 2rem;
  }

  .\33xl\:tw-pr-8{
    padding-right: 2rem;
  }

  .\33xl\:tw-pb-8{
    padding-bottom: 2rem;
  }

  .\33xl\:tw-pl-8{
    padding-left: 2rem;
  }

  .\33xl\:tw-pt-9{
    padding-top: 2.25rem;
  }

  .\33xl\:tw-pr-9{
    padding-right: 2.25rem;
  }

  .\33xl\:tw-pb-9{
    padding-bottom: 2.25rem;
  }

  .\33xl\:tw-pl-9{
    padding-left: 2.25rem;
  }

  .\33xl\:tw-pt-10{
    padding-top: 2.5rem;
  }

  .\33xl\:tw-pr-10{
    padding-right: 2.5rem;
  }

  .\33xl\:tw-pb-10{
    padding-bottom: 2.5rem;
  }

  .\33xl\:tw-pl-10{
    padding-left: 2.5rem;
  }

  .\33xl\:tw-pt-11{
    padding-top: 2.75rem;
  }

  .\33xl\:tw-pr-11{
    padding-right: 2.75rem;
  }

  .\33xl\:tw-pb-11{
    padding-bottom: 2.75rem;
  }

  .\33xl\:tw-pl-11{
    padding-left: 2.75rem;
  }

  .\33xl\:tw-pt-12{
    padding-top: 3rem;
  }

  .\33xl\:tw-pr-12{
    padding-right: 3rem;
  }

  .\33xl\:tw-pb-12{
    padding-bottom: 3rem;
  }

  .\33xl\:tw-pl-12{
    padding-left: 3rem;
  }

  .\33xl\:tw-pt-13{
    padding-top: 3.25rem;
  }

  .\33xl\:tw-pr-13{
    padding-right: 3.25rem;
  }

  .\33xl\:tw-pb-13{
    padding-bottom: 3.25rem;
  }

  .\33xl\:tw-pl-13{
    padding-left: 3.25rem;
  }

  .\33xl\:tw-pt-14{
    padding-top: 3.5rem;
  }

  .\33xl\:tw-pr-14{
    padding-right: 3.5rem;
  }

  .\33xl\:tw-pb-14{
    padding-bottom: 3.5rem;
  }

  .\33xl\:tw-pl-14{
    padding-left: 3.5rem;
  }

  .\33xl\:tw-pt-16{
    padding-top: 4rem;
  }

  .\33xl\:tw-pr-16{
    padding-right: 4rem;
  }

  .\33xl\:tw-pb-16{
    padding-bottom: 4rem;
  }

  .\33xl\:tw-pl-16{
    padding-left: 4rem;
  }

  .\33xl\:tw-pt-20{
    padding-top: 5rem;
  }

  .\33xl\:tw-pr-20{
    padding-right: 5rem;
  }

  .\33xl\:tw-pb-20{
    padding-bottom: 5rem;
  }

  .\33xl\:tw-pl-20{
    padding-left: 5rem;
  }

  .\33xl\:tw-pt-24{
    padding-top: 6rem;
  }

  .\33xl\:tw-pr-24{
    padding-right: 6rem;
  }

  .\33xl\:tw-pb-24{
    padding-bottom: 6rem;
  }

  .\33xl\:tw-pl-24{
    padding-left: 6rem;
  }

  .\33xl\:tw-pt-28{
    padding-top: 7rem;
  }

  .\33xl\:tw-pr-28{
    padding-right: 7rem;
  }

  .\33xl\:tw-pb-28{
    padding-bottom: 7rem;
  }

  .\33xl\:tw-pl-28{
    padding-left: 7rem;
  }

  .\33xl\:tw-pt-32{
    padding-top: 8rem;
  }

  .\33xl\:tw-pr-32{
    padding-right: 8rem;
  }

  .\33xl\:tw-pb-32{
    padding-bottom: 8rem;
  }

  .\33xl\:tw-pl-32{
    padding-left: 8rem;
  }

  .\33xl\:tw-pt-36{
    padding-top: 9rem;
  }

  .\33xl\:tw-pr-36{
    padding-right: 9rem;
  }

  .\33xl\:tw-pb-36{
    padding-bottom: 9rem;
  }

  .\33xl\:tw-pl-36{
    padding-left: 9rem;
  }

  .\33xl\:tw-pt-40{
    padding-top: 10rem;
  }

  .\33xl\:tw-pr-40{
    padding-right: 10rem;
  }

  .\33xl\:tw-pb-40{
    padding-bottom: 10rem;
  }

  .\33xl\:tw-pl-40{
    padding-left: 10rem;
  }

  .\33xl\:tw-pt-44{
    padding-top: 11rem;
  }

  .\33xl\:tw-pr-44{
    padding-right: 11rem;
  }

  .\33xl\:tw-pb-44{
    padding-bottom: 11rem;
  }

  .\33xl\:tw-pl-44{
    padding-left: 11rem;
  }

  .\33xl\:tw-pt-48{
    padding-top: 12rem;
  }

  .\33xl\:tw-pr-48{
    padding-right: 12rem;
  }

  .\33xl\:tw-pb-48{
    padding-bottom: 12rem;
  }

  .\33xl\:tw-pl-48{
    padding-left: 12rem;
  }

  .\33xl\:tw-pt-52{
    padding-top: 13rem;
  }

  .\33xl\:tw-pr-52{
    padding-right: 13rem;
  }

  .\33xl\:tw-pb-52{
    padding-bottom: 13rem;
  }

  .\33xl\:tw-pl-52{
    padding-left: 13rem;
  }

  .\33xl\:tw-pt-56{
    padding-top: 14rem;
  }

  .\33xl\:tw-pr-56{
    padding-right: 14rem;
  }

  .\33xl\:tw-pb-56{
    padding-bottom: 14rem;
  }

  .\33xl\:tw-pl-56{
    padding-left: 14rem;
  }

  .\33xl\:tw-pt-60{
    padding-top: 15rem;
  }

  .\33xl\:tw-pr-60{
    padding-right: 15rem;
  }

  .\33xl\:tw-pb-60{
    padding-bottom: 15rem;
  }

  .\33xl\:tw-pl-60{
    padding-left: 15rem;
  }

  .\33xl\:tw-pt-64{
    padding-top: 16rem;
  }

  .\33xl\:tw-pr-64{
    padding-right: 16rem;
  }

  .\33xl\:tw-pb-64{
    padding-bottom: 16rem;
  }

  .\33xl\:tw-pl-64{
    padding-left: 16rem;
  }

  .\33xl\:tw-pt-72{
    padding-top: 18rem;
  }

  .\33xl\:tw-pr-72{
    padding-right: 18rem;
  }

  .\33xl\:tw-pb-72{
    padding-bottom: 18rem;
  }

  .\33xl\:tw-pl-72{
    padding-left: 18rem;
  }

  .\33xl\:tw-pt-80{
    padding-top: 20rem;
  }

  .\33xl\:tw-pr-80{
    padding-right: 20rem;
  }

  .\33xl\:tw-pb-80{
    padding-bottom: 20rem;
  }

  .\33xl\:tw-pl-80{
    padding-left: 20rem;
  }

  .\33xl\:tw-pt-96{
    padding-top: 24rem;
  }

  .\33xl\:tw-pr-96{
    padding-right: 24rem;
  }

  .\33xl\:tw-pb-96{
    padding-bottom: 24rem;
  }

  .\33xl\:tw-pl-96{
    padding-left: 24rem;
  }

  .\33xl\:tw-pt-px{
    padding-top: 1px;
  }

  .\33xl\:tw-pr-px{
    padding-right: 1px;
  }

  .\33xl\:tw-pb-px{
    padding-bottom: 1px;
  }

  .\33xl\:tw-pl-px{
    padding-left: 1px;
  }

  .\33xl\:tw-pt-0\.5{
    padding-top: 0.125rem;
  }

  .\33xl\:tw-pr-0\.5{
    padding-right: 0.125rem;
  }

  .\33xl\:tw-pb-0\.5{
    padding-bottom: 0.125rem;
  }

  .\33xl\:tw-pl-0\.5{
    padding-left: 0.125rem;
  }

  .\33xl\:tw-pt-1\.5{
    padding-top: 0.375rem;
  }

  .\33xl\:tw-pr-1\.5{
    padding-right: 0.375rem;
  }

  .\33xl\:tw-pb-1\.5{
    padding-bottom: 0.375rem;
  }

  .\33xl\:tw-pl-1\.5{
    padding-left: 0.375rem;
  }

  .\33xl\:tw-pt-2\.5{
    padding-top: 0.625rem;
  }

  .\33xl\:tw-pr-2\.5{
    padding-right: 0.625rem;
  }

  .\33xl\:tw-pb-2\.5{
    padding-bottom: 0.625rem;
  }

  .\33xl\:tw-pl-2\.5{
    padding-left: 0.625rem;
  }

  .\33xl\:tw-pt-3\.5{
    padding-top: 0.875rem;
  }

  .\33xl\:tw-pr-3\.5{
    padding-right: 0.875rem;
  }

  .\33xl\:tw-pb-3\.5{
    padding-bottom: 0.875rem;
  }

  .\33xl\:tw-pl-3\.5{
    padding-left: 0.875rem;
  }

  .\33xl\:tw-pt-2\/3{
    padding-top: 66.666%;
  }

  .\33xl\:tw-pr-2\/3{
    padding-right: 66.666%;
  }

  .\33xl\:tw-pb-2\/3{
    padding-bottom: 66.666%;
  }

  .\33xl\:tw-pl-2\/3{
    padding-left: 66.666%;
  }

  .\33xl\:tw-pt-3\/2{
    padding-top: 150%;
  }

  .\33xl\:tw-pr-3\/2{
    padding-right: 150%;
  }

  .\33xl\:tw-pb-3\/2{
    padding-bottom: 150%;
  }

  .\33xl\:tw-pl-3\/2{
    padding-left: 150%;
  }

  .\33xl\:tw-pt-square{
    padding-top: 100%;
  }

  .\33xl\:tw-pr-square{
    padding-right: 100%;
  }

  .\33xl\:tw-pb-square{
    padding-bottom: 100%;
  }

  .\33xl\:tw-pl-square{
    padding-left: 100%;
  }

  .\33xl\:tw-pt-58px{
    padding-top: 58px;
  }

  .\33xl\:tw-pr-58px{
    padding-right: 58px;
  }

  .\33xl\:tw-pb-58px{
    padding-bottom: 58px;
  }

  .\33xl\:tw-pl-58px{
    padding-left: 58px;
  }

  .\33xl\:tw-pt-63px{
    padding-top: 63px;
  }

  .\33xl\:tw-pr-63px{
    padding-right: 63px;
  }

  .\33xl\:tw-pb-63px{
    padding-bottom: 63px;
  }

  .\33xl\:tw-pl-63px{
    padding-left: 63px;
  }

  .\33xl\:tw-pt-73px{
    padding-top: 73.px;
  }

  .\33xl\:tw-pr-73px{
    padding-right: 73.px;
  }

  .\33xl\:tw-pb-73px{
    padding-bottom: 73.px;
  }

  .\33xl\:tw-pl-73px{
    padding-left: 73.px;
  }

  .\33xl\:tw-placeholder-brand-orange:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
  }

  .\33xl\:tw-placeholder-brand-orange::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
  }

  .\33xl\:tw-placeholder-brand-orange-dark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
  }

  .\33xl\:tw-placeholder-brand-orange-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
  }

  .\33xl\:tw-placeholder-brand-orange-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
  }

  .\33xl\:tw-placeholder-brand-orange-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
  }

  .\33xl\:tw-placeholder-brand-blue:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
  }

  .\33xl\:tw-placeholder-brand-blue::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
  }

  .\33xl\:tw-placeholder-brand-blue-dark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
  }

  .\33xl\:tw-placeholder-brand-blue-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
  }

  .\33xl\:tw-placeholder-brand-blue-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
  }

  .\33xl\:tw-placeholder-brand-blue-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
  }

  .\33xl\:tw-placeholder-brand-yellow:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-placeholder-opacity));
  }

  .\33xl\:tw-placeholder-brand-yellow::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-placeholder-opacity));
  }

  .\33xl\:tw-placeholder-brand-green:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-placeholder-opacity));
  }

  .\33xl\:tw-placeholder-brand-green::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-placeholder-opacity));
  }

  .\33xl\:tw-placeholder-brand-pink:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-placeholder-opacity));
  }

  .\33xl\:tw-placeholder-brand-pink::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-placeholder-opacity));
  }

  .\33xl\:tw-placeholder-brand-red:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-placeholder-opacity));
  }

  .\33xl\:tw-placeholder-brand-red::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-placeholder-opacity));
  }

  .\33xl\:tw-placeholder-brand-turquesa:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-placeholder-opacity));
  }

  .\33xl\:tw-placeholder-brand-turquesa::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-placeholder-opacity));
  }

  .\33xl\:tw-placeholder-gray-lighter:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .\33xl\:tw-placeholder-gray-lighter::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .\33xl\:tw-placeholder-gray-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
  }

  .\33xl\:tw-placeholder-gray-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
  }

  .\33xl\:tw-placeholder-gray-dark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
  }

  .\33xl\:tw-placeholder-gray-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
  }

  .\33xl\:tw-placeholder-gray-darker:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .\33xl\:tw-placeholder-gray-darker::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .\33xl\:tw-placeholder-gray-medium:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-placeholder-opacity));
  }

  .\33xl\:tw-placeholder-gray-medium::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-placeholder-opacity));
  }

  .\33xl\:tw-placeholder-gray-mid:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-placeholder-opacity));
  }

  .\33xl\:tw-placeholder-gray-mid::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-placeholder-opacity));
  }

  .\33xl\:tw-placeholder-black:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\33xl\:tw-placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\33xl\:tw-placeholder-primary:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
  }

  .\33xl\:tw-placeholder-primary::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
  }

  .\33xl\:tw-placeholder-primary-dark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
  }

  .\33xl\:tw-placeholder-primary-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
  }

  .\33xl\:tw-placeholder-primary-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
  }

  .\33xl\:tw-placeholder-primary-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
  }

  .\33xl\:tw-placeholder-secondary:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
  }

  .\33xl\:tw-placeholder-secondary::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
  }

  .\33xl\:tw-placeholder-secondary-dark:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
  }

  .\33xl\:tw-placeholder-secondary-dark::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
  }

  .\33xl\:tw-placeholder-secondary-light:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
  }

  .\33xl\:tw-placeholder-secondary-light::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
  }

  .\33xl\:tw-placeholder-white:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\33xl\:tw-placeholder-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\33xl\:tw-placeholder-hyperlinks:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-placeholder-opacity));
  }

  .\33xl\:tw-placeholder-hyperlinks::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-placeholder-opacity));
  }

  .\33xl\:tw-placeholder-hyperlinks-visited:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-placeholder-opacity));
  }

  .\33xl\:tw-placeholder-hyperlinks-visited::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-placeholder-opacity));
  }

  .\33xl\:tw-placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .\33xl\:tw-placeholder-transparent::placeholder{
    color: transparent;
  }

  .\33xl\:focus\:tw-placeholder-brand-orange:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
  }

  .\33xl\:focus\:tw-placeholder-brand-orange:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
  }

  .\33xl\:focus\:tw-placeholder-brand-orange-dark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
  }

  .\33xl\:focus\:tw-placeholder-brand-orange-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
  }

  .\33xl\:focus\:tw-placeholder-brand-orange-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
  }

  .\33xl\:focus\:tw-placeholder-brand-orange-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
  }

  .\33xl\:focus\:tw-placeholder-brand-blue:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
  }

  .\33xl\:focus\:tw-placeholder-brand-blue:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
  }

  .\33xl\:focus\:tw-placeholder-brand-blue-dark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
  }

  .\33xl\:focus\:tw-placeholder-brand-blue-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
  }

  .\33xl\:focus\:tw-placeholder-brand-blue-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
  }

  .\33xl\:focus\:tw-placeholder-brand-blue-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
  }

  .\33xl\:focus\:tw-placeholder-brand-yellow:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-placeholder-opacity));
  }

  .\33xl\:focus\:tw-placeholder-brand-yellow:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-placeholder-opacity));
  }

  .\33xl\:focus\:tw-placeholder-brand-green:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-placeholder-opacity));
  }

  .\33xl\:focus\:tw-placeholder-brand-green:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-placeholder-opacity));
  }

  .\33xl\:focus\:tw-placeholder-brand-pink:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-placeholder-opacity));
  }

  .\33xl\:focus\:tw-placeholder-brand-pink:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-placeholder-opacity));
  }

  .\33xl\:focus\:tw-placeholder-brand-red:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-placeholder-opacity));
  }

  .\33xl\:focus\:tw-placeholder-brand-red:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-placeholder-opacity));
  }

  .\33xl\:focus\:tw-placeholder-brand-turquesa:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-placeholder-opacity));
  }

  .\33xl\:focus\:tw-placeholder-brand-turquesa:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-placeholder-opacity));
  }

  .\33xl\:focus\:tw-placeholder-gray-lighter:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .\33xl\:focus\:tw-placeholder-gray-lighter:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity));
  }

  .\33xl\:focus\:tw-placeholder-gray-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
  }

  .\33xl\:focus\:tw-placeholder-gray-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
  }

  .\33xl\:focus\:tw-placeholder-gray-dark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
  }

  .\33xl\:focus\:tw-placeholder-gray-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity));
  }

  .\33xl\:focus\:tw-placeholder-gray-darker:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .\33xl\:focus\:tw-placeholder-gray-darker:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-placeholder-opacity));
  }

  .\33xl\:focus\:tw-placeholder-gray-medium:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-placeholder-opacity));
  }

  .\33xl\:focus\:tw-placeholder-gray-medium:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-placeholder-opacity));
  }

  .\33xl\:focus\:tw-placeholder-gray-mid:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-placeholder-opacity));
  }

  .\33xl\:focus\:tw-placeholder-gray-mid:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-placeholder-opacity));
  }

  .\33xl\:focus\:tw-placeholder-black:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\33xl\:focus\:tw-placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\33xl\:focus\:tw-placeholder-primary:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
  }

  .\33xl\:focus\:tw-placeholder-primary:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-placeholder-opacity));
  }

  .\33xl\:focus\:tw-placeholder-primary-dark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
  }

  .\33xl\:focus\:tw-placeholder-primary-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-placeholder-opacity));
  }

  .\33xl\:focus\:tw-placeholder-primary-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
  }

  .\33xl\:focus\:tw-placeholder-primary-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-placeholder-opacity));
  }

  .\33xl\:focus\:tw-placeholder-secondary:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
  }

  .\33xl\:focus\:tw-placeholder-secondary:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-placeholder-opacity));
  }

  .\33xl\:focus\:tw-placeholder-secondary-dark:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
  }

  .\33xl\:focus\:tw-placeholder-secondary-dark:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-placeholder-opacity));
  }

  .\33xl\:focus\:tw-placeholder-secondary-light:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
  }

  .\33xl\:focus\:tw-placeholder-secondary-light:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-placeholder-opacity));
  }

  .\33xl\:focus\:tw-placeholder-white:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\33xl\:focus\:tw-placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\33xl\:focus\:tw-placeholder-hyperlinks:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-placeholder-opacity));
  }

  .\33xl\:focus\:tw-placeholder-hyperlinks:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-placeholder-opacity));
  }

  .\33xl\:focus\:tw-placeholder-hyperlinks-visited:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-placeholder-opacity));
  }

  .\33xl\:focus\:tw-placeholder-hyperlinks-visited:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-placeholder-opacity));
  }

  .\33xl\:focus\:tw-placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .\33xl\:focus\:tw-placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .\33xl\:tw-placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .\33xl\:tw-placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .\33xl\:tw-placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .\33xl\:tw-placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .\33xl\:tw-placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .\33xl\:tw-placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .\33xl\:tw-placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .\33xl\:tw-placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .\33xl\:tw-placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .\33xl\:tw-placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .\33xl\:tw-placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .\33xl\:tw-placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .\33xl\:tw-placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .\33xl\:tw-placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .\33xl\:tw-placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .\33xl\:tw-placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .\33xl\:tw-placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .\33xl\:tw-placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .\33xl\:tw-placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .\33xl\:tw-placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .\33xl\:tw-placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .\33xl\:tw-placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .\33xl\:tw-placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .\33xl\:tw-placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .\33xl\:tw-placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .\33xl\:tw-placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .\33xl\:tw-placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .\33xl\:tw-placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .\33xl\:tw-placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .\33xl\:tw-placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .\33xl\:focus\:tw-placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .\33xl\:focus\:tw-placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .\33xl\:focus\:tw-placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .\33xl\:focus\:tw-placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .\33xl\:focus\:tw-placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .\33xl\:focus\:tw-placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .\33xl\:focus\:tw-placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .\33xl\:focus\:tw-placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .\33xl\:focus\:tw-placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .\33xl\:focus\:tw-placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .\33xl\:focus\:tw-placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .\33xl\:focus\:tw-placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .\33xl\:focus\:tw-placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .\33xl\:focus\:tw-placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .\33xl\:focus\:tw-placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .\33xl\:focus\:tw-placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .\33xl\:focus\:tw-placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .\33xl\:focus\:tw-placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .\33xl\:focus\:tw-placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .\33xl\:focus\:tw-placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .\33xl\:focus\:tw-placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .\33xl\:focus\:tw-placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .\33xl\:focus\:tw-placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .\33xl\:focus\:tw-placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .\33xl\:focus\:tw-placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .\33xl\:focus\:tw-placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .\33xl\:focus\:tw-placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .\33xl\:focus\:tw-placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .\33xl\:focus\:tw-placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .\33xl\:focus\:tw-placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .\33xl\:tw-pointer-events-none{
    pointer-events: none;
  }

  .\33xl\:tw-pointer-events-auto{
    pointer-events: auto;
  }

  .\33xl\:tw-static{
    position: static;
  }

  .\33xl\:tw-fixed{
    position: fixed;
  }

  .\33xl\:tw-absolute{
    position: absolute;
  }

  .\33xl\:tw-relative{
    position: relative;
  }

  .\33xl\:tw-sticky{
    position: sticky;
  }

  .\33xl\:hover\:tw-static:hover{
    position: static;
  }

  .\33xl\:hover\:tw-fixed:hover{
    position: fixed;
  }

  .\33xl\:hover\:tw-absolute:hover{
    position: absolute;
  }

  .\33xl\:hover\:tw-relative:hover{
    position: relative;
  }

  .\33xl\:hover\:tw-sticky:hover{
    position: sticky;
  }

  .\33xl\:focus\:tw-static:focus{
    position: static;
  }

  .\33xl\:focus\:tw-fixed:focus{
    position: fixed;
  }

  .\33xl\:focus\:tw-absolute:focus{
    position: absolute;
  }

  .\33xl\:focus\:tw-relative:focus{
    position: relative;
  }

  .\33xl\:focus\:tw-sticky:focus{
    position: sticky;
  }

  .\33xl\:active\:tw-static:active{
    position: static;
  }

  .\33xl\:active\:tw-fixed:active{
    position: fixed;
  }

  .\33xl\:active\:tw-absolute:active{
    position: absolute;
  }

  .\33xl\:active\:tw-relative:active{
    position: relative;
  }

  .\33xl\:active\:tw-sticky:active{
    position: sticky;
  }

  .\33xl\:tw-inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .\33xl\:tw-inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .\33xl\:tw-inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .\33xl\:tw-inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .\33xl\:tw-inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .\33xl\:tw-inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .\33xl\:tw-inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .\33xl\:tw-inset-7{
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .\33xl\:tw-inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .\33xl\:tw-inset-9{
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .\33xl\:tw-inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .\33xl\:tw-inset-11{
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .\33xl\:tw-inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .\33xl\:tw-inset-13{
    top: 3.25rem;
    right: 3.25rem;
    bottom: 3.25rem;
    left: 3.25rem;
  }

  .\33xl\:tw-inset-14{
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .\33xl\:tw-inset-16{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .\33xl\:tw-inset-20{
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .\33xl\:tw-inset-24{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .\33xl\:tw-inset-28{
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .\33xl\:tw-inset-32{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .\33xl\:tw-inset-36{
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .\33xl\:tw-inset-40{
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .\33xl\:tw-inset-44{
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .\33xl\:tw-inset-48{
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .\33xl\:tw-inset-52{
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .\33xl\:tw-inset-56{
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .\33xl\:tw-inset-60{
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .\33xl\:tw-inset-64{
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .\33xl\:tw-inset-72{
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .\33xl\:tw-inset-80{
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .\33xl\:tw-inset-96{
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .\33xl\:tw-inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .\33xl\:tw-inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .\33xl\:tw-inset-0\.5{
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .\33xl\:tw-inset-1\.5{
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .\33xl\:tw-inset-2\.5{
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .\33xl\:tw-inset-3\.5{
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .\33xl\:tw-inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .\33xl\:tw-inset-3\/2{
    top: 150%;
    right: 150%;
    bottom: 150%;
    left: 150%;
  }

  .\33xl\:tw-inset-square{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .\33xl\:tw-inset-58px{
    top: 58px;
    right: 58px;
    bottom: 58px;
    left: 58px;
  }

  .\33xl\:tw-inset-63px{
    top: 63px;
    right: 63px;
    bottom: 63px;
    left: 63px;
  }

  .\33xl\:tw-inset-73px{
    top: 73.px;
    right: 73.px;
    bottom: 73.px;
    left: 73.px;
  }

  .\33xl\:tw--inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .\33xl\:tw--inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .\33xl\:tw--inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .\33xl\:tw--inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .\33xl\:tw--inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .\33xl\:tw--inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .\33xl\:tw--inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .\33xl\:tw--inset-7{
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .\33xl\:tw--inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .\33xl\:tw--inset-9{
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .\33xl\:tw--inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .\33xl\:tw--inset-11{
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .\33xl\:tw--inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .\33xl\:tw--inset-13{
    top: -3.25rem;
    right: -3.25rem;
    bottom: -3.25rem;
    left: -3.25rem;
  }

  .\33xl\:tw--inset-14{
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .\33xl\:tw--inset-16{
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .\33xl\:tw--inset-20{
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .\33xl\:tw--inset-24{
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .\33xl\:tw--inset-28{
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .\33xl\:tw--inset-32{
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .\33xl\:tw--inset-36{
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .\33xl\:tw--inset-40{
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .\33xl\:tw--inset-44{
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .\33xl\:tw--inset-48{
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .\33xl\:tw--inset-52{
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .\33xl\:tw--inset-56{
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .\33xl\:tw--inset-60{
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .\33xl\:tw--inset-64{
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .\33xl\:tw--inset-72{
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .\33xl\:tw--inset-80{
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .\33xl\:tw--inset-96{
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .\33xl\:tw--inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .\33xl\:tw--inset-0\.5{
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .\33xl\:tw--inset-1\.5{
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .\33xl\:tw--inset-2\.5{
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .\33xl\:tw--inset-3\.5{
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .\33xl\:tw--inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .\33xl\:tw--inset-3\/2{
    top: -150%;
    right: -150%;
    bottom: -150%;
    left: -150%;
  }

  .\33xl\:tw--inset-square{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .\33xl\:tw--inset-58px{
    top: -58px;
    right: -58px;
    bottom: -58px;
    left: -58px;
  }

  .\33xl\:tw--inset-63px{
    top: -63px;
    right: -63px;
    bottom: -63px;
    left: -63px;
  }

  .\33xl\:tw--inset-73px{
    top: -73px;
    right: -73px;
    bottom: -73px;
    left: -73px;
  }

  .\33xl\:tw-inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .\33xl\:tw-inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .\33xl\:tw-inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .\33xl\:tw-inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .\33xl\:tw-inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .\33xl\:tw-inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .\33xl\:tw--inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .\33xl\:tw--inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .\33xl\:tw--inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .\33xl\:tw--inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .\33xl\:tw--inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .\33xl\:tw--inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .\33xl\:tw-inset-1\/5{
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .\33xl\:tw-inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .\33xl\:tw-inset-x-0{
    right: 0px;
    left: 0px;
  }

  .\33xl\:tw-inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .\33xl\:tw-inset-x-1{
    right: 0.25rem;
    left: 0.25rem;
  }

  .\33xl\:tw-inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .\33xl\:tw-inset-x-2{
    right: 0.5rem;
    left: 0.5rem;
  }

  .\33xl\:tw-inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .\33xl\:tw-inset-x-3{
    right: 0.75rem;
    left: 0.75rem;
  }

  .\33xl\:tw-inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  .\33xl\:tw-inset-x-4{
    right: 1rem;
    left: 1rem;
  }

  .\33xl\:tw-inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .\33xl\:tw-inset-x-5{
    right: 1.25rem;
    left: 1.25rem;
  }

  .\33xl\:tw-inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .\33xl\:tw-inset-x-6{
    right: 1.5rem;
    left: 1.5rem;
  }

  .\33xl\:tw-inset-y-7{
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .\33xl\:tw-inset-x-7{
    right: 1.75rem;
    left: 1.75rem;
  }

  .\33xl\:tw-inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  .\33xl\:tw-inset-x-8{
    right: 2rem;
    left: 2rem;
  }

  .\33xl\:tw-inset-y-9{
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .\33xl\:tw-inset-x-9{
    right: 2.25rem;
    left: 2.25rem;
  }

  .\33xl\:tw-inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .\33xl\:tw-inset-x-10{
    right: 2.5rem;
    left: 2.5rem;
  }

  .\33xl\:tw-inset-y-11{
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .\33xl\:tw-inset-x-11{
    right: 2.75rem;
    left: 2.75rem;
  }

  .\33xl\:tw-inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  .\33xl\:tw-inset-x-12{
    right: 3rem;
    left: 3rem;
  }

  .\33xl\:tw-inset-y-13{
    top: 3.25rem;
    bottom: 3.25rem;
  }

  .\33xl\:tw-inset-x-13{
    right: 3.25rem;
    left: 3.25rem;
  }

  .\33xl\:tw-inset-y-14{
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .\33xl\:tw-inset-x-14{
    right: 3.5rem;
    left: 3.5rem;
  }

  .\33xl\:tw-inset-y-16{
    top: 4rem;
    bottom: 4rem;
  }

  .\33xl\:tw-inset-x-16{
    right: 4rem;
    left: 4rem;
  }

  .\33xl\:tw-inset-y-20{
    top: 5rem;
    bottom: 5rem;
  }

  .\33xl\:tw-inset-x-20{
    right: 5rem;
    left: 5rem;
  }

  .\33xl\:tw-inset-y-24{
    top: 6rem;
    bottom: 6rem;
  }

  .\33xl\:tw-inset-x-24{
    right: 6rem;
    left: 6rem;
  }

  .\33xl\:tw-inset-y-28{
    top: 7rem;
    bottom: 7rem;
  }

  .\33xl\:tw-inset-x-28{
    right: 7rem;
    left: 7rem;
  }

  .\33xl\:tw-inset-y-32{
    top: 8rem;
    bottom: 8rem;
  }

  .\33xl\:tw-inset-x-32{
    right: 8rem;
    left: 8rem;
  }

  .\33xl\:tw-inset-y-36{
    top: 9rem;
    bottom: 9rem;
  }

  .\33xl\:tw-inset-x-36{
    right: 9rem;
    left: 9rem;
  }

  .\33xl\:tw-inset-y-40{
    top: 10rem;
    bottom: 10rem;
  }

  .\33xl\:tw-inset-x-40{
    right: 10rem;
    left: 10rem;
  }

  .\33xl\:tw-inset-y-44{
    top: 11rem;
    bottom: 11rem;
  }

  .\33xl\:tw-inset-x-44{
    right: 11rem;
    left: 11rem;
  }

  .\33xl\:tw-inset-y-48{
    top: 12rem;
    bottom: 12rem;
  }

  .\33xl\:tw-inset-x-48{
    right: 12rem;
    left: 12rem;
  }

  .\33xl\:tw-inset-y-52{
    top: 13rem;
    bottom: 13rem;
  }

  .\33xl\:tw-inset-x-52{
    right: 13rem;
    left: 13rem;
  }

  .\33xl\:tw-inset-y-56{
    top: 14rem;
    bottom: 14rem;
  }

  .\33xl\:tw-inset-x-56{
    right: 14rem;
    left: 14rem;
  }

  .\33xl\:tw-inset-y-60{
    top: 15rem;
    bottom: 15rem;
  }

  .\33xl\:tw-inset-x-60{
    right: 15rem;
    left: 15rem;
  }

  .\33xl\:tw-inset-y-64{
    top: 16rem;
    bottom: 16rem;
  }

  .\33xl\:tw-inset-x-64{
    right: 16rem;
    left: 16rem;
  }

  .\33xl\:tw-inset-y-72{
    top: 18rem;
    bottom: 18rem;
  }

  .\33xl\:tw-inset-x-72{
    right: 18rem;
    left: 18rem;
  }

  .\33xl\:tw-inset-y-80{
    top: 20rem;
    bottom: 20rem;
  }

  .\33xl\:tw-inset-x-80{
    right: 20rem;
    left: 20rem;
  }

  .\33xl\:tw-inset-y-96{
    top: 24rem;
    bottom: 24rem;
  }

  .\33xl\:tw-inset-x-96{
    right: 24rem;
    left: 24rem;
  }

  .\33xl\:tw-inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .\33xl\:tw-inset-x-auto{
    right: auto;
    left: auto;
  }

  .\33xl\:tw-inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  .\33xl\:tw-inset-x-px{
    right: 1px;
    left: 1px;
  }

  .\33xl\:tw-inset-y-0\.5{
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .\33xl\:tw-inset-x-0\.5{
    right: 0.125rem;
    left: 0.125rem;
  }

  .\33xl\:tw-inset-y-1\.5{
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .\33xl\:tw-inset-x-1\.5{
    right: 0.375rem;
    left: 0.375rem;
  }

  .\33xl\:tw-inset-y-2\.5{
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .\33xl\:tw-inset-x-2\.5{
    right: 0.625rem;
    left: 0.625rem;
  }

  .\33xl\:tw-inset-y-3\.5{
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .\33xl\:tw-inset-x-3\.5{
    right: 0.875rem;
    left: 0.875rem;
  }

  .\33xl\:tw-inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .\33xl\:tw-inset-x-2\/3{
    right: 66.666667%;
    left: 66.666667%;
  }

  .\33xl\:tw-inset-y-3\/2{
    top: 150%;
    bottom: 150%;
  }

  .\33xl\:tw-inset-x-3\/2{
    right: 150%;
    left: 150%;
  }

  .\33xl\:tw-inset-y-square{
    top: 100%;
    bottom: 100%;
  }

  .\33xl\:tw-inset-x-square{
    right: 100%;
    left: 100%;
  }

  .\33xl\:tw-inset-y-58px{
    top: 58px;
    bottom: 58px;
  }

  .\33xl\:tw-inset-x-58px{
    right: 58px;
    left: 58px;
  }

  .\33xl\:tw-inset-y-63px{
    top: 63px;
    bottom: 63px;
  }

  .\33xl\:tw-inset-x-63px{
    right: 63px;
    left: 63px;
  }

  .\33xl\:tw-inset-y-73px{
    top: 73.px;
    bottom: 73.px;
  }

  .\33xl\:tw-inset-x-73px{
    right: 73.px;
    left: 73.px;
  }

  .\33xl\:tw--inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .\33xl\:tw--inset-x-0{
    right: 0px;
    left: 0px;
  }

  .\33xl\:tw--inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .\33xl\:tw--inset-x-1{
    right: -0.25rem;
    left: -0.25rem;
  }

  .\33xl\:tw--inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .\33xl\:tw--inset-x-2{
    right: -0.5rem;
    left: -0.5rem;
  }

  .\33xl\:tw--inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .\33xl\:tw--inset-x-3{
    right: -0.75rem;
    left: -0.75rem;
  }

  .\33xl\:tw--inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  .\33xl\:tw--inset-x-4{
    right: -1rem;
    left: -1rem;
  }

  .\33xl\:tw--inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .\33xl\:tw--inset-x-5{
    right: -1.25rem;
    left: -1.25rem;
  }

  .\33xl\:tw--inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .\33xl\:tw--inset-x-6{
    right: -1.5rem;
    left: -1.5rem;
  }

  .\33xl\:tw--inset-y-7{
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .\33xl\:tw--inset-x-7{
    right: -1.75rem;
    left: -1.75rem;
  }

  .\33xl\:tw--inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  .\33xl\:tw--inset-x-8{
    right: -2rem;
    left: -2rem;
  }

  .\33xl\:tw--inset-y-9{
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .\33xl\:tw--inset-x-9{
    right: -2.25rem;
    left: -2.25rem;
  }

  .\33xl\:tw--inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .\33xl\:tw--inset-x-10{
    right: -2.5rem;
    left: -2.5rem;
  }

  .\33xl\:tw--inset-y-11{
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .\33xl\:tw--inset-x-11{
    right: -2.75rem;
    left: -2.75rem;
  }

  .\33xl\:tw--inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  .\33xl\:tw--inset-x-12{
    right: -3rem;
    left: -3rem;
  }

  .\33xl\:tw--inset-y-13{
    top: -3.25rem;
    bottom: -3.25rem;
  }

  .\33xl\:tw--inset-x-13{
    right: -3.25rem;
    left: -3.25rem;
  }

  .\33xl\:tw--inset-y-14{
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .\33xl\:tw--inset-x-14{
    right: -3.5rem;
    left: -3.5rem;
  }

  .\33xl\:tw--inset-y-16{
    top: -4rem;
    bottom: -4rem;
  }

  .\33xl\:tw--inset-x-16{
    right: -4rem;
    left: -4rem;
  }

  .\33xl\:tw--inset-y-20{
    top: -5rem;
    bottom: -5rem;
  }

  .\33xl\:tw--inset-x-20{
    right: -5rem;
    left: -5rem;
  }

  .\33xl\:tw--inset-y-24{
    top: -6rem;
    bottom: -6rem;
  }

  .\33xl\:tw--inset-x-24{
    right: -6rem;
    left: -6rem;
  }

  .\33xl\:tw--inset-y-28{
    top: -7rem;
    bottom: -7rem;
  }

  .\33xl\:tw--inset-x-28{
    right: -7rem;
    left: -7rem;
  }

  .\33xl\:tw--inset-y-32{
    top: -8rem;
    bottom: -8rem;
  }

  .\33xl\:tw--inset-x-32{
    right: -8rem;
    left: -8rem;
  }

  .\33xl\:tw--inset-y-36{
    top: -9rem;
    bottom: -9rem;
  }

  .\33xl\:tw--inset-x-36{
    right: -9rem;
    left: -9rem;
  }

  .\33xl\:tw--inset-y-40{
    top: -10rem;
    bottom: -10rem;
  }

  .\33xl\:tw--inset-x-40{
    right: -10rem;
    left: -10rem;
  }

  .\33xl\:tw--inset-y-44{
    top: -11rem;
    bottom: -11rem;
  }

  .\33xl\:tw--inset-x-44{
    right: -11rem;
    left: -11rem;
  }

  .\33xl\:tw--inset-y-48{
    top: -12rem;
    bottom: -12rem;
  }

  .\33xl\:tw--inset-x-48{
    right: -12rem;
    left: -12rem;
  }

  .\33xl\:tw--inset-y-52{
    top: -13rem;
    bottom: -13rem;
  }

  .\33xl\:tw--inset-x-52{
    right: -13rem;
    left: -13rem;
  }

  .\33xl\:tw--inset-y-56{
    top: -14rem;
    bottom: -14rem;
  }

  .\33xl\:tw--inset-x-56{
    right: -14rem;
    left: -14rem;
  }

  .\33xl\:tw--inset-y-60{
    top: -15rem;
    bottom: -15rem;
  }

  .\33xl\:tw--inset-x-60{
    right: -15rem;
    left: -15rem;
  }

  .\33xl\:tw--inset-y-64{
    top: -16rem;
    bottom: -16rem;
  }

  .\33xl\:tw--inset-x-64{
    right: -16rem;
    left: -16rem;
  }

  .\33xl\:tw--inset-y-72{
    top: -18rem;
    bottom: -18rem;
  }

  .\33xl\:tw--inset-x-72{
    right: -18rem;
    left: -18rem;
  }

  .\33xl\:tw--inset-y-80{
    top: -20rem;
    bottom: -20rem;
  }

  .\33xl\:tw--inset-x-80{
    right: -20rem;
    left: -20rem;
  }

  .\33xl\:tw--inset-y-96{
    top: -24rem;
    bottom: -24rem;
  }

  .\33xl\:tw--inset-x-96{
    right: -24rem;
    left: -24rem;
  }

  .\33xl\:tw--inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  .\33xl\:tw--inset-x-px{
    right: -1px;
    left: -1px;
  }

  .\33xl\:tw--inset-y-0\.5{
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .\33xl\:tw--inset-x-0\.5{
    right: -0.125rem;
    left: -0.125rem;
  }

  .\33xl\:tw--inset-y-1\.5{
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .\33xl\:tw--inset-x-1\.5{
    right: -0.375rem;
    left: -0.375rem;
  }

  .\33xl\:tw--inset-y-2\.5{
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .\33xl\:tw--inset-x-2\.5{
    right: -0.625rem;
    left: -0.625rem;
  }

  .\33xl\:tw--inset-y-3\.5{
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .\33xl\:tw--inset-x-3\.5{
    right: -0.875rem;
    left: -0.875rem;
  }

  .\33xl\:tw--inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .\33xl\:tw--inset-x-2\/3{
    right: -66.666667%;
    left: -66.666667%;
  }

  .\33xl\:tw--inset-y-3\/2{
    top: -150%;
    bottom: -150%;
  }

  .\33xl\:tw--inset-x-3\/2{
    right: -150%;
    left: -150%;
  }

  .\33xl\:tw--inset-y-square{
    top: -100%;
    bottom: -100%;
  }

  .\33xl\:tw--inset-x-square{
    right: -100%;
    left: -100%;
  }

  .\33xl\:tw--inset-y-58px{
    top: -58px;
    bottom: -58px;
  }

  .\33xl\:tw--inset-x-58px{
    right: -58px;
    left: -58px;
  }

  .\33xl\:tw--inset-y-63px{
    top: -63px;
    bottom: -63px;
  }

  .\33xl\:tw--inset-x-63px{
    right: -63px;
    left: -63px;
  }

  .\33xl\:tw--inset-y-73px{
    top: -73px;
    bottom: -73px;
  }

  .\33xl\:tw--inset-x-73px{
    right: -73px;
    left: -73px;
  }

  .\33xl\:tw-inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .\33xl\:tw-inset-x-1\/2{
    right: 50%;
    left: 50%;
  }

  .\33xl\:tw-inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .\33xl\:tw-inset-x-1\/3{
    right: 33.333333%;
    left: 33.333333%;
  }

  .\33xl\:tw-inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .\33xl\:tw-inset-x-1\/4{
    right: 25%;
    left: 25%;
  }

  .\33xl\:tw-inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .\33xl\:tw-inset-x-2\/4{
    right: 50%;
    left: 50%;
  }

  .\33xl\:tw-inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .\33xl\:tw-inset-x-3\/4{
    right: 75%;
    left: 75%;
  }

  .\33xl\:tw-inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .\33xl\:tw-inset-x-full{
    right: 100%;
    left: 100%;
  }

  .\33xl\:tw--inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .\33xl\:tw--inset-x-1\/2{
    right: -50%;
    left: -50%;
  }

  .\33xl\:tw--inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .\33xl\:tw--inset-x-1\/3{
    right: -33.333333%;
    left: -33.333333%;
  }

  .\33xl\:tw--inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .\33xl\:tw--inset-x-1\/4{
    right: -25%;
    left: -25%;
  }

  .\33xl\:tw--inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .\33xl\:tw--inset-x-2\/4{
    right: -50%;
    left: -50%;
  }

  .\33xl\:tw--inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .\33xl\:tw--inset-x-3\/4{
    right: -75%;
    left: -75%;
  }

  .\33xl\:tw--inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .\33xl\:tw--inset-x-full{
    right: -100%;
    left: -100%;
  }

  .\33xl\:tw-inset-y-1\/5{
    top: 20%;
    bottom: 20%;
  }

  .\33xl\:tw-inset-x-1\/5{
    right: 20%;
    left: 20%;
  }

  .\33xl\:tw-top-0{
    top: 0px;
  }

  .\33xl\:tw-right-0{
    right: 0px;
  }

  .\33xl\:tw-bottom-0{
    bottom: 0px;
  }

  .\33xl\:tw-left-0{
    left: 0px;
  }

  .\33xl\:tw-top-1{
    top: 0.25rem;
  }

  .\33xl\:tw-right-1{
    right: 0.25rem;
  }

  .\33xl\:tw-bottom-1{
    bottom: 0.25rem;
  }

  .\33xl\:tw-left-1{
    left: 0.25rem;
  }

  .\33xl\:tw-top-2{
    top: 0.5rem;
  }

  .\33xl\:tw-right-2{
    right: 0.5rem;
  }

  .\33xl\:tw-bottom-2{
    bottom: 0.5rem;
  }

  .\33xl\:tw-left-2{
    left: 0.5rem;
  }

  .\33xl\:tw-top-3{
    top: 0.75rem;
  }

  .\33xl\:tw-right-3{
    right: 0.75rem;
  }

  .\33xl\:tw-bottom-3{
    bottom: 0.75rem;
  }

  .\33xl\:tw-left-3{
    left: 0.75rem;
  }

  .\33xl\:tw-top-4{
    top: 1rem;
  }

  .\33xl\:tw-right-4{
    right: 1rem;
  }

  .\33xl\:tw-bottom-4{
    bottom: 1rem;
  }

  .\33xl\:tw-left-4{
    left: 1rem;
  }

  .\33xl\:tw-top-5{
    top: 1.25rem;
  }

  .\33xl\:tw-right-5{
    right: 1.25rem;
  }

  .\33xl\:tw-bottom-5{
    bottom: 1.25rem;
  }

  .\33xl\:tw-left-5{
    left: 1.25rem;
  }

  .\33xl\:tw-top-6{
    top: 1.5rem;
  }

  .\33xl\:tw-right-6{
    right: 1.5rem;
  }

  .\33xl\:tw-bottom-6{
    bottom: 1.5rem;
  }

  .\33xl\:tw-left-6{
    left: 1.5rem;
  }

  .\33xl\:tw-top-7{
    top: 1.75rem;
  }

  .\33xl\:tw-right-7{
    right: 1.75rem;
  }

  .\33xl\:tw-bottom-7{
    bottom: 1.75rem;
  }

  .\33xl\:tw-left-7{
    left: 1.75rem;
  }

  .\33xl\:tw-top-8{
    top: 2rem;
  }

  .\33xl\:tw-right-8{
    right: 2rem;
  }

  .\33xl\:tw-bottom-8{
    bottom: 2rem;
  }

  .\33xl\:tw-left-8{
    left: 2rem;
  }

  .\33xl\:tw-top-9{
    top: 2.25rem;
  }

  .\33xl\:tw-right-9{
    right: 2.25rem;
  }

  .\33xl\:tw-bottom-9{
    bottom: 2.25rem;
  }

  .\33xl\:tw-left-9{
    left: 2.25rem;
  }

  .\33xl\:tw-top-10{
    top: 2.5rem;
  }

  .\33xl\:tw-right-10{
    right: 2.5rem;
  }

  .\33xl\:tw-bottom-10{
    bottom: 2.5rem;
  }

  .\33xl\:tw-left-10{
    left: 2.5rem;
  }

  .\33xl\:tw-top-11{
    top: 2.75rem;
  }

  .\33xl\:tw-right-11{
    right: 2.75rem;
  }

  .\33xl\:tw-bottom-11{
    bottom: 2.75rem;
  }

  .\33xl\:tw-left-11{
    left: 2.75rem;
  }

  .\33xl\:tw-top-12{
    top: 3rem;
  }

  .\33xl\:tw-right-12{
    right: 3rem;
  }

  .\33xl\:tw-bottom-12{
    bottom: 3rem;
  }

  .\33xl\:tw-left-12{
    left: 3rem;
  }

  .\33xl\:tw-top-13{
    top: 3.25rem;
  }

  .\33xl\:tw-right-13{
    right: 3.25rem;
  }

  .\33xl\:tw-bottom-13{
    bottom: 3.25rem;
  }

  .\33xl\:tw-left-13{
    left: 3.25rem;
  }

  .\33xl\:tw-top-14{
    top: 3.5rem;
  }

  .\33xl\:tw-right-14{
    right: 3.5rem;
  }

  .\33xl\:tw-bottom-14{
    bottom: 3.5rem;
  }

  .\33xl\:tw-left-14{
    left: 3.5rem;
  }

  .\33xl\:tw-top-16{
    top: 4rem;
  }

  .\33xl\:tw-right-16{
    right: 4rem;
  }

  .\33xl\:tw-bottom-16{
    bottom: 4rem;
  }

  .\33xl\:tw-left-16{
    left: 4rem;
  }

  .\33xl\:tw-top-20{
    top: 5rem;
  }

  .\33xl\:tw-right-20{
    right: 5rem;
  }

  .\33xl\:tw-bottom-20{
    bottom: 5rem;
  }

  .\33xl\:tw-left-20{
    left: 5rem;
  }

  .\33xl\:tw-top-24{
    top: 6rem;
  }

  .\33xl\:tw-right-24{
    right: 6rem;
  }

  .\33xl\:tw-bottom-24{
    bottom: 6rem;
  }

  .\33xl\:tw-left-24{
    left: 6rem;
  }

  .\33xl\:tw-top-28{
    top: 7rem;
  }

  .\33xl\:tw-right-28{
    right: 7rem;
  }

  .\33xl\:tw-bottom-28{
    bottom: 7rem;
  }

  .\33xl\:tw-left-28{
    left: 7rem;
  }

  .\33xl\:tw-top-32{
    top: 8rem;
  }

  .\33xl\:tw-right-32{
    right: 8rem;
  }

  .\33xl\:tw-bottom-32{
    bottom: 8rem;
  }

  .\33xl\:tw-left-32{
    left: 8rem;
  }

  .\33xl\:tw-top-36{
    top: 9rem;
  }

  .\33xl\:tw-right-36{
    right: 9rem;
  }

  .\33xl\:tw-bottom-36{
    bottom: 9rem;
  }

  .\33xl\:tw-left-36{
    left: 9rem;
  }

  .\33xl\:tw-top-40{
    top: 10rem;
  }

  .\33xl\:tw-right-40{
    right: 10rem;
  }

  .\33xl\:tw-bottom-40{
    bottom: 10rem;
  }

  .\33xl\:tw-left-40{
    left: 10rem;
  }

  .\33xl\:tw-top-44{
    top: 11rem;
  }

  .\33xl\:tw-right-44{
    right: 11rem;
  }

  .\33xl\:tw-bottom-44{
    bottom: 11rem;
  }

  .\33xl\:tw-left-44{
    left: 11rem;
  }

  .\33xl\:tw-top-48{
    top: 12rem;
  }

  .\33xl\:tw-right-48{
    right: 12rem;
  }

  .\33xl\:tw-bottom-48{
    bottom: 12rem;
  }

  .\33xl\:tw-left-48{
    left: 12rem;
  }

  .\33xl\:tw-top-52{
    top: 13rem;
  }

  .\33xl\:tw-right-52{
    right: 13rem;
  }

  .\33xl\:tw-bottom-52{
    bottom: 13rem;
  }

  .\33xl\:tw-left-52{
    left: 13rem;
  }

  .\33xl\:tw-top-56{
    top: 14rem;
  }

  .\33xl\:tw-right-56{
    right: 14rem;
  }

  .\33xl\:tw-bottom-56{
    bottom: 14rem;
  }

  .\33xl\:tw-left-56{
    left: 14rem;
  }

  .\33xl\:tw-top-60{
    top: 15rem;
  }

  .\33xl\:tw-right-60{
    right: 15rem;
  }

  .\33xl\:tw-bottom-60{
    bottom: 15rem;
  }

  .\33xl\:tw-left-60{
    left: 15rem;
  }

  .\33xl\:tw-top-64{
    top: 16rem;
  }

  .\33xl\:tw-right-64{
    right: 16rem;
  }

  .\33xl\:tw-bottom-64{
    bottom: 16rem;
  }

  .\33xl\:tw-left-64{
    left: 16rem;
  }

  .\33xl\:tw-top-72{
    top: 18rem;
  }

  .\33xl\:tw-right-72{
    right: 18rem;
  }

  .\33xl\:tw-bottom-72{
    bottom: 18rem;
  }

  .\33xl\:tw-left-72{
    left: 18rem;
  }

  .\33xl\:tw-top-80{
    top: 20rem;
  }

  .\33xl\:tw-right-80{
    right: 20rem;
  }

  .\33xl\:tw-bottom-80{
    bottom: 20rem;
  }

  .\33xl\:tw-left-80{
    left: 20rem;
  }

  .\33xl\:tw-top-96{
    top: 24rem;
  }

  .\33xl\:tw-right-96{
    right: 24rem;
  }

  .\33xl\:tw-bottom-96{
    bottom: 24rem;
  }

  .\33xl\:tw-left-96{
    left: 24rem;
  }

  .\33xl\:tw-top-auto{
    top: auto;
  }

  .\33xl\:tw-right-auto{
    right: auto;
  }

  .\33xl\:tw-bottom-auto{
    bottom: auto;
  }

  .\33xl\:tw-left-auto{
    left: auto;
  }

  .\33xl\:tw-top-px{
    top: 1px;
  }

  .\33xl\:tw-right-px{
    right: 1px;
  }

  .\33xl\:tw-bottom-px{
    bottom: 1px;
  }

  .\33xl\:tw-left-px{
    left: 1px;
  }

  .\33xl\:tw-top-0\.5{
    top: 0.125rem;
  }

  .\33xl\:tw-right-0\.5{
    right: 0.125rem;
  }

  .\33xl\:tw-bottom-0\.5{
    bottom: 0.125rem;
  }

  .\33xl\:tw-left-0\.5{
    left: 0.125rem;
  }

  .\33xl\:tw-top-1\.5{
    top: 0.375rem;
  }

  .\33xl\:tw-right-1\.5{
    right: 0.375rem;
  }

  .\33xl\:tw-bottom-1\.5{
    bottom: 0.375rem;
  }

  .\33xl\:tw-left-1\.5{
    left: 0.375rem;
  }

  .\33xl\:tw-top-2\.5{
    top: 0.625rem;
  }

  .\33xl\:tw-right-2\.5{
    right: 0.625rem;
  }

  .\33xl\:tw-bottom-2\.5{
    bottom: 0.625rem;
  }

  .\33xl\:tw-left-2\.5{
    left: 0.625rem;
  }

  .\33xl\:tw-top-3\.5{
    top: 0.875rem;
  }

  .\33xl\:tw-right-3\.5{
    right: 0.875rem;
  }

  .\33xl\:tw-bottom-3\.5{
    bottom: 0.875rem;
  }

  .\33xl\:tw-left-3\.5{
    left: 0.875rem;
  }

  .\33xl\:tw-top-2\/3{
    top: 66.666667%;
  }

  .\33xl\:tw-right-2\/3{
    right: 66.666667%;
  }

  .\33xl\:tw-bottom-2\/3{
    bottom: 66.666667%;
  }

  .\33xl\:tw-left-2\/3{
    left: 66.666667%;
  }

  .\33xl\:tw-top-3\/2{
    top: 150%;
  }

  .\33xl\:tw-right-3\/2{
    right: 150%;
  }

  .\33xl\:tw-bottom-3\/2{
    bottom: 150%;
  }

  .\33xl\:tw-left-3\/2{
    left: 150%;
  }

  .\33xl\:tw-top-square{
    top: 100%;
  }

  .\33xl\:tw-right-square{
    right: 100%;
  }

  .\33xl\:tw-bottom-square{
    bottom: 100%;
  }

  .\33xl\:tw-left-square{
    left: 100%;
  }

  .\33xl\:tw-top-58px{
    top: 58px;
  }

  .\33xl\:tw-right-58px{
    right: 58px;
  }

  .\33xl\:tw-bottom-58px{
    bottom: 58px;
  }

  .\33xl\:tw-left-58px{
    left: 58px;
  }

  .\33xl\:tw-top-63px{
    top: 63px;
  }

  .\33xl\:tw-right-63px{
    right: 63px;
  }

  .\33xl\:tw-bottom-63px{
    bottom: 63px;
  }

  .\33xl\:tw-left-63px{
    left: 63px;
  }

  .\33xl\:tw-top-73px{
    top: 73.px;
  }

  .\33xl\:tw-right-73px{
    right: 73.px;
  }

  .\33xl\:tw-bottom-73px{
    bottom: 73.px;
  }

  .\33xl\:tw-left-73px{
    left: 73.px;
  }

  .\33xl\:tw--top-0{
    top: 0px;
  }

  .\33xl\:tw--right-0{
    right: 0px;
  }

  .\33xl\:tw--bottom-0{
    bottom: 0px;
  }

  .\33xl\:tw--left-0{
    left: 0px;
  }

  .\33xl\:tw--top-1{
    top: -0.25rem;
  }

  .\33xl\:tw--right-1{
    right: -0.25rem;
  }

  .\33xl\:tw--bottom-1{
    bottom: -0.25rem;
  }

  .\33xl\:tw--left-1{
    left: -0.25rem;
  }

  .\33xl\:tw--top-2{
    top: -0.5rem;
  }

  .\33xl\:tw--right-2{
    right: -0.5rem;
  }

  .\33xl\:tw--bottom-2{
    bottom: -0.5rem;
  }

  .\33xl\:tw--left-2{
    left: -0.5rem;
  }

  .\33xl\:tw--top-3{
    top: -0.75rem;
  }

  .\33xl\:tw--right-3{
    right: -0.75rem;
  }

  .\33xl\:tw--bottom-3{
    bottom: -0.75rem;
  }

  .\33xl\:tw--left-3{
    left: -0.75rem;
  }

  .\33xl\:tw--top-4{
    top: -1rem;
  }

  .\33xl\:tw--right-4{
    right: -1rem;
  }

  .\33xl\:tw--bottom-4{
    bottom: -1rem;
  }

  .\33xl\:tw--left-4{
    left: -1rem;
  }

  .\33xl\:tw--top-5{
    top: -1.25rem;
  }

  .\33xl\:tw--right-5{
    right: -1.25rem;
  }

  .\33xl\:tw--bottom-5{
    bottom: -1.25rem;
  }

  .\33xl\:tw--left-5{
    left: -1.25rem;
  }

  .\33xl\:tw--top-6{
    top: -1.5rem;
  }

  .\33xl\:tw--right-6{
    right: -1.5rem;
  }

  .\33xl\:tw--bottom-6{
    bottom: -1.5rem;
  }

  .\33xl\:tw--left-6{
    left: -1.5rem;
  }

  .\33xl\:tw--top-7{
    top: -1.75rem;
  }

  .\33xl\:tw--right-7{
    right: -1.75rem;
  }

  .\33xl\:tw--bottom-7{
    bottom: -1.75rem;
  }

  .\33xl\:tw--left-7{
    left: -1.75rem;
  }

  .\33xl\:tw--top-8{
    top: -2rem;
  }

  .\33xl\:tw--right-8{
    right: -2rem;
  }

  .\33xl\:tw--bottom-8{
    bottom: -2rem;
  }

  .\33xl\:tw--left-8{
    left: -2rem;
  }

  .\33xl\:tw--top-9{
    top: -2.25rem;
  }

  .\33xl\:tw--right-9{
    right: -2.25rem;
  }

  .\33xl\:tw--bottom-9{
    bottom: -2.25rem;
  }

  .\33xl\:tw--left-9{
    left: -2.25rem;
  }

  .\33xl\:tw--top-10{
    top: -2.5rem;
  }

  .\33xl\:tw--right-10{
    right: -2.5rem;
  }

  .\33xl\:tw--bottom-10{
    bottom: -2.5rem;
  }

  .\33xl\:tw--left-10{
    left: -2.5rem;
  }

  .\33xl\:tw--top-11{
    top: -2.75rem;
  }

  .\33xl\:tw--right-11{
    right: -2.75rem;
  }

  .\33xl\:tw--bottom-11{
    bottom: -2.75rem;
  }

  .\33xl\:tw--left-11{
    left: -2.75rem;
  }

  .\33xl\:tw--top-12{
    top: -3rem;
  }

  .\33xl\:tw--right-12{
    right: -3rem;
  }

  .\33xl\:tw--bottom-12{
    bottom: -3rem;
  }

  .\33xl\:tw--left-12{
    left: -3rem;
  }

  .\33xl\:tw--top-13{
    top: -3.25rem;
  }

  .\33xl\:tw--right-13{
    right: -3.25rem;
  }

  .\33xl\:tw--bottom-13{
    bottom: -3.25rem;
  }

  .\33xl\:tw--left-13{
    left: -3.25rem;
  }

  .\33xl\:tw--top-14{
    top: -3.5rem;
  }

  .\33xl\:tw--right-14{
    right: -3.5rem;
  }

  .\33xl\:tw--bottom-14{
    bottom: -3.5rem;
  }

  .\33xl\:tw--left-14{
    left: -3.5rem;
  }

  .\33xl\:tw--top-16{
    top: -4rem;
  }

  .\33xl\:tw--right-16{
    right: -4rem;
  }

  .\33xl\:tw--bottom-16{
    bottom: -4rem;
  }

  .\33xl\:tw--left-16{
    left: -4rem;
  }

  .\33xl\:tw--top-20{
    top: -5rem;
  }

  .\33xl\:tw--right-20{
    right: -5rem;
  }

  .\33xl\:tw--bottom-20{
    bottom: -5rem;
  }

  .\33xl\:tw--left-20{
    left: -5rem;
  }

  .\33xl\:tw--top-24{
    top: -6rem;
  }

  .\33xl\:tw--right-24{
    right: -6rem;
  }

  .\33xl\:tw--bottom-24{
    bottom: -6rem;
  }

  .\33xl\:tw--left-24{
    left: -6rem;
  }

  .\33xl\:tw--top-28{
    top: -7rem;
  }

  .\33xl\:tw--right-28{
    right: -7rem;
  }

  .\33xl\:tw--bottom-28{
    bottom: -7rem;
  }

  .\33xl\:tw--left-28{
    left: -7rem;
  }

  .\33xl\:tw--top-32{
    top: -8rem;
  }

  .\33xl\:tw--right-32{
    right: -8rem;
  }

  .\33xl\:tw--bottom-32{
    bottom: -8rem;
  }

  .\33xl\:tw--left-32{
    left: -8rem;
  }

  .\33xl\:tw--top-36{
    top: -9rem;
  }

  .\33xl\:tw--right-36{
    right: -9rem;
  }

  .\33xl\:tw--bottom-36{
    bottom: -9rem;
  }

  .\33xl\:tw--left-36{
    left: -9rem;
  }

  .\33xl\:tw--top-40{
    top: -10rem;
  }

  .\33xl\:tw--right-40{
    right: -10rem;
  }

  .\33xl\:tw--bottom-40{
    bottom: -10rem;
  }

  .\33xl\:tw--left-40{
    left: -10rem;
  }

  .\33xl\:tw--top-44{
    top: -11rem;
  }

  .\33xl\:tw--right-44{
    right: -11rem;
  }

  .\33xl\:tw--bottom-44{
    bottom: -11rem;
  }

  .\33xl\:tw--left-44{
    left: -11rem;
  }

  .\33xl\:tw--top-48{
    top: -12rem;
  }

  .\33xl\:tw--right-48{
    right: -12rem;
  }

  .\33xl\:tw--bottom-48{
    bottom: -12rem;
  }

  .\33xl\:tw--left-48{
    left: -12rem;
  }

  .\33xl\:tw--top-52{
    top: -13rem;
  }

  .\33xl\:tw--right-52{
    right: -13rem;
  }

  .\33xl\:tw--bottom-52{
    bottom: -13rem;
  }

  .\33xl\:tw--left-52{
    left: -13rem;
  }

  .\33xl\:tw--top-56{
    top: -14rem;
  }

  .\33xl\:tw--right-56{
    right: -14rem;
  }

  .\33xl\:tw--bottom-56{
    bottom: -14rem;
  }

  .\33xl\:tw--left-56{
    left: -14rem;
  }

  .\33xl\:tw--top-60{
    top: -15rem;
  }

  .\33xl\:tw--right-60{
    right: -15rem;
  }

  .\33xl\:tw--bottom-60{
    bottom: -15rem;
  }

  .\33xl\:tw--left-60{
    left: -15rem;
  }

  .\33xl\:tw--top-64{
    top: -16rem;
  }

  .\33xl\:tw--right-64{
    right: -16rem;
  }

  .\33xl\:tw--bottom-64{
    bottom: -16rem;
  }

  .\33xl\:tw--left-64{
    left: -16rem;
  }

  .\33xl\:tw--top-72{
    top: -18rem;
  }

  .\33xl\:tw--right-72{
    right: -18rem;
  }

  .\33xl\:tw--bottom-72{
    bottom: -18rem;
  }

  .\33xl\:tw--left-72{
    left: -18rem;
  }

  .\33xl\:tw--top-80{
    top: -20rem;
  }

  .\33xl\:tw--right-80{
    right: -20rem;
  }

  .\33xl\:tw--bottom-80{
    bottom: -20rem;
  }

  .\33xl\:tw--left-80{
    left: -20rem;
  }

  .\33xl\:tw--top-96{
    top: -24rem;
  }

  .\33xl\:tw--right-96{
    right: -24rem;
  }

  .\33xl\:tw--bottom-96{
    bottom: -24rem;
  }

  .\33xl\:tw--left-96{
    left: -24rem;
  }

  .\33xl\:tw--top-px{
    top: -1px;
  }

  .\33xl\:tw--right-px{
    right: -1px;
  }

  .\33xl\:tw--bottom-px{
    bottom: -1px;
  }

  .\33xl\:tw--left-px{
    left: -1px;
  }

  .\33xl\:tw--top-0\.5{
    top: -0.125rem;
  }

  .\33xl\:tw--right-0\.5{
    right: -0.125rem;
  }

  .\33xl\:tw--bottom-0\.5{
    bottom: -0.125rem;
  }

  .\33xl\:tw--left-0\.5{
    left: -0.125rem;
  }

  .\33xl\:tw--top-1\.5{
    top: -0.375rem;
  }

  .\33xl\:tw--right-1\.5{
    right: -0.375rem;
  }

  .\33xl\:tw--bottom-1\.5{
    bottom: -0.375rem;
  }

  .\33xl\:tw--left-1\.5{
    left: -0.375rem;
  }

  .\33xl\:tw--top-2\.5{
    top: -0.625rem;
  }

  .\33xl\:tw--right-2\.5{
    right: -0.625rem;
  }

  .\33xl\:tw--bottom-2\.5{
    bottom: -0.625rem;
  }

  .\33xl\:tw--left-2\.5{
    left: -0.625rem;
  }

  .\33xl\:tw--top-3\.5{
    top: -0.875rem;
  }

  .\33xl\:tw--right-3\.5{
    right: -0.875rem;
  }

  .\33xl\:tw--bottom-3\.5{
    bottom: -0.875rem;
  }

  .\33xl\:tw--left-3\.5{
    left: -0.875rem;
  }

  .\33xl\:tw--top-2\/3{
    top: -66.666667%;
  }

  .\33xl\:tw--right-2\/3{
    right: -66.666667%;
  }

  .\33xl\:tw--bottom-2\/3{
    bottom: -66.666667%;
  }

  .\33xl\:tw--left-2\/3{
    left: -66.666667%;
  }

  .\33xl\:tw--top-3\/2{
    top: -150%;
  }

  .\33xl\:tw--right-3\/2{
    right: -150%;
  }

  .\33xl\:tw--bottom-3\/2{
    bottom: -150%;
  }

  .\33xl\:tw--left-3\/2{
    left: -150%;
  }

  .\33xl\:tw--top-square{
    top: -100%;
  }

  .\33xl\:tw--right-square{
    right: -100%;
  }

  .\33xl\:tw--bottom-square{
    bottom: -100%;
  }

  .\33xl\:tw--left-square{
    left: -100%;
  }

  .\33xl\:tw--top-58px{
    top: -58px;
  }

  .\33xl\:tw--right-58px{
    right: -58px;
  }

  .\33xl\:tw--bottom-58px{
    bottom: -58px;
  }

  .\33xl\:tw--left-58px{
    left: -58px;
  }

  .\33xl\:tw--top-63px{
    top: -63px;
  }

  .\33xl\:tw--right-63px{
    right: -63px;
  }

  .\33xl\:tw--bottom-63px{
    bottom: -63px;
  }

  .\33xl\:tw--left-63px{
    left: -63px;
  }

  .\33xl\:tw--top-73px{
    top: -73px;
  }

  .\33xl\:tw--right-73px{
    right: -73px;
  }

  .\33xl\:tw--bottom-73px{
    bottom: -73px;
  }

  .\33xl\:tw--left-73px{
    left: -73px;
  }

  .\33xl\:tw-top-1\/2{
    top: 50%;
  }

  .\33xl\:tw-right-1\/2{
    right: 50%;
  }

  .\33xl\:tw-bottom-1\/2{
    bottom: 50%;
  }

  .\33xl\:tw-left-1\/2{
    left: 50%;
  }

  .\33xl\:tw-top-1\/3{
    top: 33.333333%;
  }

  .\33xl\:tw-right-1\/3{
    right: 33.333333%;
  }

  .\33xl\:tw-bottom-1\/3{
    bottom: 33.333333%;
  }

  .\33xl\:tw-left-1\/3{
    left: 33.333333%;
  }

  .\33xl\:tw-top-1\/4{
    top: 25%;
  }

  .\33xl\:tw-right-1\/4{
    right: 25%;
  }

  .\33xl\:tw-bottom-1\/4{
    bottom: 25%;
  }

  .\33xl\:tw-left-1\/4{
    left: 25%;
  }

  .\33xl\:tw-top-2\/4{
    top: 50%;
  }

  .\33xl\:tw-right-2\/4{
    right: 50%;
  }

  .\33xl\:tw-bottom-2\/4{
    bottom: 50%;
  }

  .\33xl\:tw-left-2\/4{
    left: 50%;
  }

  .\33xl\:tw-top-3\/4{
    top: 75%;
  }

  .\33xl\:tw-right-3\/4{
    right: 75%;
  }

  .\33xl\:tw-bottom-3\/4{
    bottom: 75%;
  }

  .\33xl\:tw-left-3\/4{
    left: 75%;
  }

  .\33xl\:tw-top-full{
    top: 100%;
  }

  .\33xl\:tw-right-full{
    right: 100%;
  }

  .\33xl\:tw-bottom-full{
    bottom: 100%;
  }

  .\33xl\:tw-left-full{
    left: 100%;
  }

  .\33xl\:tw--top-1\/2{
    top: -50%;
  }

  .\33xl\:tw--right-1\/2{
    right: -50%;
  }

  .\33xl\:tw--bottom-1\/2{
    bottom: -50%;
  }

  .\33xl\:tw--left-1\/2{
    left: -50%;
  }

  .\33xl\:tw--top-1\/3{
    top: -33.333333%;
  }

  .\33xl\:tw--right-1\/3{
    right: -33.333333%;
  }

  .\33xl\:tw--bottom-1\/3{
    bottom: -33.333333%;
  }

  .\33xl\:tw--left-1\/3{
    left: -33.333333%;
  }

  .\33xl\:tw--top-1\/4{
    top: -25%;
  }

  .\33xl\:tw--right-1\/4{
    right: -25%;
  }

  .\33xl\:tw--bottom-1\/4{
    bottom: -25%;
  }

  .\33xl\:tw--left-1\/4{
    left: -25%;
  }

  .\33xl\:tw--top-2\/4{
    top: -50%;
  }

  .\33xl\:tw--right-2\/4{
    right: -50%;
  }

  .\33xl\:tw--bottom-2\/4{
    bottom: -50%;
  }

  .\33xl\:tw--left-2\/4{
    left: -50%;
  }

  .\33xl\:tw--top-3\/4{
    top: -75%;
  }

  .\33xl\:tw--right-3\/4{
    right: -75%;
  }

  .\33xl\:tw--bottom-3\/4{
    bottom: -75%;
  }

  .\33xl\:tw--left-3\/4{
    left: -75%;
  }

  .\33xl\:tw--top-full{
    top: -100%;
  }

  .\33xl\:tw--right-full{
    right: -100%;
  }

  .\33xl\:tw--bottom-full{
    bottom: -100%;
  }

  .\33xl\:tw--left-full{
    left: -100%;
  }

  .\33xl\:tw-top-1\/5{
    top: 20%;
  }

  .\33xl\:tw-right-1\/5{
    right: 20%;
  }

  .\33xl\:tw-bottom-1\/5{
    bottom: 20%;
  }

  .\33xl\:tw-left-1\/5{
    left: 20%;
  }

  .\33xl\:tw-resize-none{
    resize: none;
  }

  .\33xl\:tw-resize-y{
    resize: vertical;
  }

  .\33xl\:tw-resize-x{
    resize: horizontal;
  }

  .\33xl\:tw-resize{
    resize: both;
  }

  .\33xl\:tw-shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\33xl\:tw-shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\33xl\:tw-shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\33xl\:tw-shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\33xl\:tw-shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\33xl\:tw-shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\33xl\:tw-shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\33xl\:tw-shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\33xl\:tw-shadow-brand{
    --tw-shadow: 0 13px 50px 0 rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\33xl\:tw-shadow-dot{
    --tw-shadow: .5px .5px 2px 1px rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\33xl\:tw-shadow-header{
    --tw-shadow: 0 3px 5px 0 hsla(300, 1%, 65%, .5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .\33xl\:group-hover\:tw-shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .\33xl\:group-hover\:tw-shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .\33xl\:group-hover\:tw-shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .\33xl\:group-hover\:tw-shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .\33xl\:group-hover\:tw-shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .\33xl\:group-hover\:tw-shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .\33xl\:group-hover\:tw-shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .\33xl\:group-hover\:tw-shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .\33xl\:group-hover\:tw-shadow-brand{
    --tw-shadow: 0 13px 50px 0 rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .\33xl\:group-hover\:tw-shadow-dot{
    --tw-shadow: .5px .5px 2px 1px rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tw-group:hover .\33xl\:group-hover\:tw-shadow-header{
    --tw-shadow: 0 3px 5px 0 hsla(300, 1%, 65%, .5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\33xl\:focus-within\:tw-shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\33xl\:focus-within\:tw-shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\33xl\:focus-within\:tw-shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\33xl\:focus-within\:tw-shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\33xl\:focus-within\:tw-shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\33xl\:focus-within\:tw-shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\33xl\:focus-within\:tw-shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\33xl\:focus-within\:tw-shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\33xl\:focus-within\:tw-shadow-brand:focus-within{
    --tw-shadow: 0 13px 50px 0 rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\33xl\:focus-within\:tw-shadow-dot:focus-within{
    --tw-shadow: .5px .5px 2px 1px rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\33xl\:focus-within\:tw-shadow-header:focus-within{
    --tw-shadow: 0 3px 5px 0 hsla(300, 1%, 65%, .5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\33xl\:hover\:tw-shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\33xl\:hover\:tw-shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\33xl\:hover\:tw-shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\33xl\:hover\:tw-shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\33xl\:hover\:tw-shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\33xl\:hover\:tw-shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\33xl\:hover\:tw-shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\33xl\:hover\:tw-shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\33xl\:hover\:tw-shadow-brand:hover{
    --tw-shadow: 0 13px 50px 0 rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\33xl\:hover\:tw-shadow-dot:hover{
    --tw-shadow: .5px .5px 2px 1px rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\33xl\:hover\:tw-shadow-header:hover{
    --tw-shadow: 0 3px 5px 0 hsla(300, 1%, 65%, .5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\33xl\:focus\:tw-shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\33xl\:focus\:tw-shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\33xl\:focus\:tw-shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\33xl\:focus\:tw-shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\33xl\:focus\:tw-shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\33xl\:focus\:tw-shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\33xl\:focus\:tw-shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\33xl\:focus\:tw-shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\33xl\:focus\:tw-shadow-brand:focus{
    --tw-shadow: 0 13px 50px 0 rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\33xl\:focus\:tw-shadow-dot:focus{
    --tw-shadow: .5px .5px 2px 1px rgba(0, 0, 0, .4);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\33xl\:focus\:tw-shadow-header:focus{
    --tw-shadow: 0 3px 5px 0 hsla(300, 1%, 65%, .5);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\33xl\:tw-ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\33xl\:tw-ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\33xl\:tw-ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\33xl\:tw-ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\33xl\:tw-ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\33xl\:tw-ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\33xl\:tw-ring-inset{
    --tw-ring-inset: inset;
  }

  .\33xl\:focus-within\:tw-ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\33xl\:focus-within\:tw-ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\33xl\:focus-within\:tw-ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\33xl\:focus-within\:tw-ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\33xl\:focus-within\:tw-ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\33xl\:focus-within\:tw-ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\33xl\:focus-within\:tw-ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .\33xl\:focus\:tw-ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\33xl\:focus\:tw-ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\33xl\:focus\:tw-ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\33xl\:focus\:tw-ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\33xl\:focus\:tw-ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\33xl\:focus\:tw-ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\33xl\:focus\:tw-ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .\33xl\:tw-ring-offset-brand-orange{
    --tw-ring-offset-color: #E35100;
  }

  .\33xl\:tw-ring-offset-brand-orange-dark{
    --tw-ring-offset-color: #C04400;
  }

  .\33xl\:tw-ring-offset-brand-orange-light{
    --tw-ring-offset-color: #F38D25;
  }

  .\33xl\:tw-ring-offset-brand-blue{
    --tw-ring-offset-color: #005272;
  }

  .\33xl\:tw-ring-offset-brand-blue-dark{
    --tw-ring-offset-color: #3F83A3;
  }

  .\33xl\:tw-ring-offset-brand-blue-light{
    --tw-ring-offset-color: #4F99BB;
  }

  .\33xl\:tw-ring-offset-brand-yellow{
    --tw-ring-offset-color: #E4B620;
  }

  .\33xl\:tw-ring-offset-brand-green{
    --tw-ring-offset-color: #8DC055;
  }

  .\33xl\:tw-ring-offset-brand-pink{
    --tw-ring-offset-color: #C94578;
  }

  .\33xl\:tw-ring-offset-brand-red{
    --tw-ring-offset-color: #BB0034;
  }

  .\33xl\:tw-ring-offset-brand-turquesa{
    --tw-ring-offset-color: #3cb497;
  }

  .\33xl\:tw-ring-offset-gray-lighter{
    --tw-ring-offset-color: #F5F5F5;
  }

  .\33xl\:tw-ring-offset-gray-light{
    --tw-ring-offset-color: #dadada;
  }

  .\33xl\:tw-ring-offset-gray-dark{
    --tw-ring-offset-color: #666666;
  }

  .\33xl\:tw-ring-offset-gray-darker{
    --tw-ring-offset-color: #222222;
  }

  .\33xl\:tw-ring-offset-gray-medium{
    --tw-ring-offset-color: #767676;
  }

  .\33xl\:tw-ring-offset-gray-mid{
    --tw-ring-offset-color: #939393;
  }

  .\33xl\:tw-ring-offset-black{
    --tw-ring-offset-color: #000000;
  }

  .\33xl\:tw-ring-offset-primary{
    --tw-ring-offset-color: #E35100;
  }

  .\33xl\:tw-ring-offset-primary-dark{
    --tw-ring-offset-color: #C04400;
  }

  .\33xl\:tw-ring-offset-primary-light{
    --tw-ring-offset-color: #F38D25;
  }

  .\33xl\:tw-ring-offset-secondary{
    --tw-ring-offset-color: #005272;
  }

  .\33xl\:tw-ring-offset-secondary-dark{
    --tw-ring-offset-color: #3F83A3;
  }

  .\33xl\:tw-ring-offset-secondary-light{
    --tw-ring-offset-color: #4F99BB;
  }

  .\33xl\:tw-ring-offset-white{
    --tw-ring-offset-color: #FFFFFF;
  }

  .\33xl\:tw-ring-offset-hyperlinks{
    --tw-ring-offset-color: #106AA3;
  }

  .\33xl\:tw-ring-offset-hyperlinks-visited{
    --tw-ring-offset-color: #7F1F7D;
  }

  .\33xl\:tw-ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .\33xl\:focus-within\:tw-ring-offset-brand-orange:focus-within{
    --tw-ring-offset-color: #E35100;
  }

  .\33xl\:focus-within\:tw-ring-offset-brand-orange-dark:focus-within{
    --tw-ring-offset-color: #C04400;
  }

  .\33xl\:focus-within\:tw-ring-offset-brand-orange-light:focus-within{
    --tw-ring-offset-color: #F38D25;
  }

  .\33xl\:focus-within\:tw-ring-offset-brand-blue:focus-within{
    --tw-ring-offset-color: #005272;
  }

  .\33xl\:focus-within\:tw-ring-offset-brand-blue-dark:focus-within{
    --tw-ring-offset-color: #3F83A3;
  }

  .\33xl\:focus-within\:tw-ring-offset-brand-blue-light:focus-within{
    --tw-ring-offset-color: #4F99BB;
  }

  .\33xl\:focus-within\:tw-ring-offset-brand-yellow:focus-within{
    --tw-ring-offset-color: #E4B620;
  }

  .\33xl\:focus-within\:tw-ring-offset-brand-green:focus-within{
    --tw-ring-offset-color: #8DC055;
  }

  .\33xl\:focus-within\:tw-ring-offset-brand-pink:focus-within{
    --tw-ring-offset-color: #C94578;
  }

  .\33xl\:focus-within\:tw-ring-offset-brand-red:focus-within{
    --tw-ring-offset-color: #BB0034;
  }

  .\33xl\:focus-within\:tw-ring-offset-brand-turquesa:focus-within{
    --tw-ring-offset-color: #3cb497;
  }

  .\33xl\:focus-within\:tw-ring-offset-gray-lighter:focus-within{
    --tw-ring-offset-color: #F5F5F5;
  }

  .\33xl\:focus-within\:tw-ring-offset-gray-light:focus-within{
    --tw-ring-offset-color: #dadada;
  }

  .\33xl\:focus-within\:tw-ring-offset-gray-dark:focus-within{
    --tw-ring-offset-color: #666666;
  }

  .\33xl\:focus-within\:tw-ring-offset-gray-darker:focus-within{
    --tw-ring-offset-color: #222222;
  }

  .\33xl\:focus-within\:tw-ring-offset-gray-medium:focus-within{
    --tw-ring-offset-color: #767676;
  }

  .\33xl\:focus-within\:tw-ring-offset-gray-mid:focus-within{
    --tw-ring-offset-color: #939393;
  }

  .\33xl\:focus-within\:tw-ring-offset-black:focus-within{
    --tw-ring-offset-color: #000000;
  }

  .\33xl\:focus-within\:tw-ring-offset-primary:focus-within{
    --tw-ring-offset-color: #E35100;
  }

  .\33xl\:focus-within\:tw-ring-offset-primary-dark:focus-within{
    --tw-ring-offset-color: #C04400;
  }

  .\33xl\:focus-within\:tw-ring-offset-primary-light:focus-within{
    --tw-ring-offset-color: #F38D25;
  }

  .\33xl\:focus-within\:tw-ring-offset-secondary:focus-within{
    --tw-ring-offset-color: #005272;
  }

  .\33xl\:focus-within\:tw-ring-offset-secondary-dark:focus-within{
    --tw-ring-offset-color: #3F83A3;
  }

  .\33xl\:focus-within\:tw-ring-offset-secondary-light:focus-within{
    --tw-ring-offset-color: #4F99BB;
  }

  .\33xl\:focus-within\:tw-ring-offset-white:focus-within{
    --tw-ring-offset-color: #FFFFFF;
  }

  .\33xl\:focus-within\:tw-ring-offset-hyperlinks:focus-within{
    --tw-ring-offset-color: #106AA3;
  }

  .\33xl\:focus-within\:tw-ring-offset-hyperlinks-visited:focus-within{
    --tw-ring-offset-color: #7F1F7D;
  }

  .\33xl\:focus-within\:tw-ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .\33xl\:focus\:tw-ring-offset-brand-orange:focus{
    --tw-ring-offset-color: #E35100;
  }

  .\33xl\:focus\:tw-ring-offset-brand-orange-dark:focus{
    --tw-ring-offset-color: #C04400;
  }

  .\33xl\:focus\:tw-ring-offset-brand-orange-light:focus{
    --tw-ring-offset-color: #F38D25;
  }

  .\33xl\:focus\:tw-ring-offset-brand-blue:focus{
    --tw-ring-offset-color: #005272;
  }

  .\33xl\:focus\:tw-ring-offset-brand-blue-dark:focus{
    --tw-ring-offset-color: #3F83A3;
  }

  .\33xl\:focus\:tw-ring-offset-brand-blue-light:focus{
    --tw-ring-offset-color: #4F99BB;
  }

  .\33xl\:focus\:tw-ring-offset-brand-yellow:focus{
    --tw-ring-offset-color: #E4B620;
  }

  .\33xl\:focus\:tw-ring-offset-brand-green:focus{
    --tw-ring-offset-color: #8DC055;
  }

  .\33xl\:focus\:tw-ring-offset-brand-pink:focus{
    --tw-ring-offset-color: #C94578;
  }

  .\33xl\:focus\:tw-ring-offset-brand-red:focus{
    --tw-ring-offset-color: #BB0034;
  }

  .\33xl\:focus\:tw-ring-offset-brand-turquesa:focus{
    --tw-ring-offset-color: #3cb497;
  }

  .\33xl\:focus\:tw-ring-offset-gray-lighter:focus{
    --tw-ring-offset-color: #F5F5F5;
  }

  .\33xl\:focus\:tw-ring-offset-gray-light:focus{
    --tw-ring-offset-color: #dadada;
  }

  .\33xl\:focus\:tw-ring-offset-gray-dark:focus{
    --tw-ring-offset-color: #666666;
  }

  .\33xl\:focus\:tw-ring-offset-gray-darker:focus{
    --tw-ring-offset-color: #222222;
  }

  .\33xl\:focus\:tw-ring-offset-gray-medium:focus{
    --tw-ring-offset-color: #767676;
  }

  .\33xl\:focus\:tw-ring-offset-gray-mid:focus{
    --tw-ring-offset-color: #939393;
  }

  .\33xl\:focus\:tw-ring-offset-black:focus{
    --tw-ring-offset-color: #000000;
  }

  .\33xl\:focus\:tw-ring-offset-primary:focus{
    --tw-ring-offset-color: #E35100;
  }

  .\33xl\:focus\:tw-ring-offset-primary-dark:focus{
    --tw-ring-offset-color: #C04400;
  }

  .\33xl\:focus\:tw-ring-offset-primary-light:focus{
    --tw-ring-offset-color: #F38D25;
  }

  .\33xl\:focus\:tw-ring-offset-secondary:focus{
    --tw-ring-offset-color: #005272;
  }

  .\33xl\:focus\:tw-ring-offset-secondary-dark:focus{
    --tw-ring-offset-color: #3F83A3;
  }

  .\33xl\:focus\:tw-ring-offset-secondary-light:focus{
    --tw-ring-offset-color: #4F99BB;
  }

  .\33xl\:focus\:tw-ring-offset-white:focus{
    --tw-ring-offset-color: #FFFFFF;
  }

  .\33xl\:focus\:tw-ring-offset-hyperlinks:focus{
    --tw-ring-offset-color: #106AA3;
  }

  .\33xl\:focus\:tw-ring-offset-hyperlinks-visited:focus{
    --tw-ring-offset-color: #7F1F7D;
  }

  .\33xl\:focus\:tw-ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .\33xl\:tw-ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .\33xl\:tw-ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .\33xl\:tw-ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .\33xl\:tw-ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .\33xl\:tw-ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .\33xl\:focus-within\:tw-ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .\33xl\:focus-within\:tw-ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .\33xl\:focus-within\:tw-ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .\33xl\:focus-within\:tw-ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .\33xl\:focus-within\:tw-ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .\33xl\:focus\:tw-ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .\33xl\:focus\:tw-ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .\33xl\:focus\:tw-ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .\33xl\:focus\:tw-ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .\33xl\:focus\:tw-ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .\33xl\:tw-ring-brand-orange{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(227, 81, 0, var(--tw-ring-opacity));
  }

  .\33xl\:tw-ring-brand-orange-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 68, 0, var(--tw-ring-opacity));
  }

  .\33xl\:tw-ring-brand-orange-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 141, 37, var(--tw-ring-opacity));
  }

  .\33xl\:tw-ring-brand-blue{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 82, 114, var(--tw-ring-opacity));
  }

  .\33xl\:tw-ring-brand-blue-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 131, 163, var(--tw-ring-opacity));
  }

  .\33xl\:tw-ring-brand-blue-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 153, 187, var(--tw-ring-opacity));
  }

  .\33xl\:tw-ring-brand-yellow{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 182, 32, var(--tw-ring-opacity));
  }

  .\33xl\:tw-ring-brand-green{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 192, 85, var(--tw-ring-opacity));
  }

  .\33xl\:tw-ring-brand-pink{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 69, 120, var(--tw-ring-opacity));
  }

  .\33xl\:tw-ring-brand-red{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 0, 52, var(--tw-ring-opacity));
  }

  .\33xl\:tw-ring-brand-turquesa{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(60, 180, 151, var(--tw-ring-opacity));
  }

  .\33xl\:tw-ring-gray-lighter{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .\33xl\:tw-ring-gray-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity));
  }

  .\33xl\:tw-ring-gray-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  .\33xl\:tw-ring-gray-darker{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
  }

  .\33xl\:tw-ring-gray-medium{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(118, 118, 118, var(--tw-ring-opacity));
  }

  .\33xl\:tw-ring-gray-mid{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 147, 147, var(--tw-ring-opacity));
  }

  .\33xl\:tw-ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .\33xl\:tw-ring-primary{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(227, 81, 0, var(--tw-ring-opacity));
  }

  .\33xl\:tw-ring-primary-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 68, 0, var(--tw-ring-opacity));
  }

  .\33xl\:tw-ring-primary-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 141, 37, var(--tw-ring-opacity));
  }

  .\33xl\:tw-ring-secondary{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 82, 114, var(--tw-ring-opacity));
  }

  .\33xl\:tw-ring-secondary-dark{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 131, 163, var(--tw-ring-opacity));
  }

  .\33xl\:tw-ring-secondary-light{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 153, 187, var(--tw-ring-opacity));
  }

  .\33xl\:tw-ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .\33xl\:tw-ring-hyperlinks{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 106, 163, var(--tw-ring-opacity));
  }

  .\33xl\:tw-ring-hyperlinks-visited{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 31, 125, var(--tw-ring-opacity));
  }

  .\33xl\:tw-ring-transparent{
    --tw-ring-color: transparent;
  }

  .\33xl\:focus-within\:tw-ring-brand-orange:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(227, 81, 0, var(--tw-ring-opacity));
  }

  .\33xl\:focus-within\:tw-ring-brand-orange-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 68, 0, var(--tw-ring-opacity));
  }

  .\33xl\:focus-within\:tw-ring-brand-orange-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 141, 37, var(--tw-ring-opacity));
  }

  .\33xl\:focus-within\:tw-ring-brand-blue:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 82, 114, var(--tw-ring-opacity));
  }

  .\33xl\:focus-within\:tw-ring-brand-blue-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 131, 163, var(--tw-ring-opacity));
  }

  .\33xl\:focus-within\:tw-ring-brand-blue-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 153, 187, var(--tw-ring-opacity));
  }

  .\33xl\:focus-within\:tw-ring-brand-yellow:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 182, 32, var(--tw-ring-opacity));
  }

  .\33xl\:focus-within\:tw-ring-brand-green:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 192, 85, var(--tw-ring-opacity));
  }

  .\33xl\:focus-within\:tw-ring-brand-pink:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 69, 120, var(--tw-ring-opacity));
  }

  .\33xl\:focus-within\:tw-ring-brand-red:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 0, 52, var(--tw-ring-opacity));
  }

  .\33xl\:focus-within\:tw-ring-brand-turquesa:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(60, 180, 151, var(--tw-ring-opacity));
  }

  .\33xl\:focus-within\:tw-ring-gray-lighter:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .\33xl\:focus-within\:tw-ring-gray-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity));
  }

  .\33xl\:focus-within\:tw-ring-gray-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  .\33xl\:focus-within\:tw-ring-gray-darker:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
  }

  .\33xl\:focus-within\:tw-ring-gray-medium:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(118, 118, 118, var(--tw-ring-opacity));
  }

  .\33xl\:focus-within\:tw-ring-gray-mid:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 147, 147, var(--tw-ring-opacity));
  }

  .\33xl\:focus-within\:tw-ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .\33xl\:focus-within\:tw-ring-primary:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(227, 81, 0, var(--tw-ring-opacity));
  }

  .\33xl\:focus-within\:tw-ring-primary-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 68, 0, var(--tw-ring-opacity));
  }

  .\33xl\:focus-within\:tw-ring-primary-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 141, 37, var(--tw-ring-opacity));
  }

  .\33xl\:focus-within\:tw-ring-secondary:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 82, 114, var(--tw-ring-opacity));
  }

  .\33xl\:focus-within\:tw-ring-secondary-dark:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 131, 163, var(--tw-ring-opacity));
  }

  .\33xl\:focus-within\:tw-ring-secondary-light:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 153, 187, var(--tw-ring-opacity));
  }

  .\33xl\:focus-within\:tw-ring-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .\33xl\:focus-within\:tw-ring-hyperlinks:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 106, 163, var(--tw-ring-opacity));
  }

  .\33xl\:focus-within\:tw-ring-hyperlinks-visited:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 31, 125, var(--tw-ring-opacity));
  }

  .\33xl\:focus-within\:tw-ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .\33xl\:focus\:tw-ring-brand-orange:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(227, 81, 0, var(--tw-ring-opacity));
  }

  .\33xl\:focus\:tw-ring-brand-orange-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 68, 0, var(--tw-ring-opacity));
  }

  .\33xl\:focus\:tw-ring-brand-orange-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 141, 37, var(--tw-ring-opacity));
  }

  .\33xl\:focus\:tw-ring-brand-blue:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 82, 114, var(--tw-ring-opacity));
  }

  .\33xl\:focus\:tw-ring-brand-blue-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 131, 163, var(--tw-ring-opacity));
  }

  .\33xl\:focus\:tw-ring-brand-blue-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 153, 187, var(--tw-ring-opacity));
  }

  .\33xl\:focus\:tw-ring-brand-yellow:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 182, 32, var(--tw-ring-opacity));
  }

  .\33xl\:focus\:tw-ring-brand-green:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 192, 85, var(--tw-ring-opacity));
  }

  .\33xl\:focus\:tw-ring-brand-pink:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(201, 69, 120, var(--tw-ring-opacity));
  }

  .\33xl\:focus\:tw-ring-brand-red:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 0, 52, var(--tw-ring-opacity));
  }

  .\33xl\:focus\:tw-ring-brand-turquesa:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(60, 180, 151, var(--tw-ring-opacity));
  }

  .\33xl\:focus\:tw-ring-gray-lighter:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity));
  }

  .\33xl\:focus\:tw-ring-gray-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity));
  }

  .\33xl\:focus\:tw-ring-gray-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity));
  }

  .\33xl\:focus\:tw-ring-gray-darker:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 34, 34, var(--tw-ring-opacity));
  }

  .\33xl\:focus\:tw-ring-gray-medium:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(118, 118, 118, var(--tw-ring-opacity));
  }

  .\33xl\:focus\:tw-ring-gray-mid:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 147, 147, var(--tw-ring-opacity));
  }

  .\33xl\:focus\:tw-ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .\33xl\:focus\:tw-ring-primary:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(227, 81, 0, var(--tw-ring-opacity));
  }

  .\33xl\:focus\:tw-ring-primary-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(192, 68, 0, var(--tw-ring-opacity));
  }

  .\33xl\:focus\:tw-ring-primary-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 141, 37, var(--tw-ring-opacity));
  }

  .\33xl\:focus\:tw-ring-secondary:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 82, 114, var(--tw-ring-opacity));
  }

  .\33xl\:focus\:tw-ring-secondary-dark:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 131, 163, var(--tw-ring-opacity));
  }

  .\33xl\:focus\:tw-ring-secondary-light:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 153, 187, var(--tw-ring-opacity));
  }

  .\33xl\:focus\:tw-ring-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .\33xl\:focus\:tw-ring-hyperlinks:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 106, 163, var(--tw-ring-opacity));
  }

  .\33xl\:focus\:tw-ring-hyperlinks-visited:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 31, 125, var(--tw-ring-opacity));
  }

  .\33xl\:focus\:tw-ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .\33xl\:tw-ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .\33xl\:tw-ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  .\33xl\:tw-ring-opacity-10{
    --tw-ring-opacity: 0.1;
  }

  .\33xl\:tw-ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  .\33xl\:tw-ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .\33xl\:tw-ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  .\33xl\:tw-ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  .\33xl\:tw-ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  .\33xl\:tw-ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  .\33xl\:tw-ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  .\33xl\:tw-ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .\33xl\:tw-ring-opacity-80{
    --tw-ring-opacity: 0.8;
  }

  .\33xl\:tw-ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  .\33xl\:tw-ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  .\33xl\:tw-ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .\33xl\:focus-within\:tw-ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .\33xl\:focus-within\:tw-ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  .\33xl\:focus-within\:tw-ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1;
  }

  .\33xl\:focus-within\:tw-ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  .\33xl\:focus-within\:tw-ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .\33xl\:focus-within\:tw-ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  .\33xl\:focus-within\:tw-ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  .\33xl\:focus-within\:tw-ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  .\33xl\:focus-within\:tw-ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  .\33xl\:focus-within\:tw-ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  .\33xl\:focus-within\:tw-ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .\33xl\:focus-within\:tw-ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8;
  }

  .\33xl\:focus-within\:tw-ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  .\33xl\:focus-within\:tw-ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  .\33xl\:focus-within\:tw-ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .\33xl\:focus\:tw-ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .\33xl\:focus\:tw-ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  .\33xl\:focus\:tw-ring-opacity-10:focus{
    --tw-ring-opacity: 0.1;
  }

  .\33xl\:focus\:tw-ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  .\33xl\:focus\:tw-ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .\33xl\:focus\:tw-ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  .\33xl\:focus\:tw-ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  .\33xl\:focus\:tw-ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  .\33xl\:focus\:tw-ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  .\33xl\:focus\:tw-ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  .\33xl\:focus\:tw-ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .\33xl\:focus\:tw-ring-opacity-80:focus{
    --tw-ring-opacity: 0.8;
  }

  .\33xl\:focus\:tw-ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  .\33xl\:focus\:tw-ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  .\33xl\:focus\:tw-ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .\33xl\:tw-fill-current{
    fill: currentColor;
  }

  .\33xl\:tw-fill-primary{
    fill: #E35100;
  }

  .\33xl\:tw-fill-secondary{
    fill: #005272;
  }

  .\33xl\:tw-fill-green{
    fill: #8DC055;
  }

  .\33xl\:tw-fill-magenta{
    fill: #cd0e4d;
  }

  .\33xl\:tw-fill-turquesa{
    fill: #3cb497;
  }

  .\33xl\:tw-fill-primary-light{
    fill: #F38D25;
  }

  .\33xl\:tw-fill-secondary-light{
    fill: #4F99BB;
  }

  .\33xl\:tw-fill-green-light{
    fill: #9dd056;
  }

  .\33xl\:tw-fill-magenta-light{
    fill: #f01e63;
  }

  .\33xl\:tw-fill-turquesa-light{
    fill: #5bc8ae;
  }

  .\33xl\:hover\:tw-fill-current:hover{
    fill: currentColor;
  }

  .\33xl\:hover\:tw-fill-primary:hover{
    fill: #E35100;
  }

  .\33xl\:hover\:tw-fill-secondary:hover{
    fill: #005272;
  }

  .\33xl\:hover\:tw-fill-green:hover{
    fill: #8DC055;
  }

  .\33xl\:hover\:tw-fill-magenta:hover{
    fill: #cd0e4d;
  }

  .\33xl\:hover\:tw-fill-turquesa:hover{
    fill: #3cb497;
  }

  .\33xl\:hover\:tw-fill-primary-light:hover{
    fill: #F38D25;
  }

  .\33xl\:hover\:tw-fill-secondary-light:hover{
    fill: #4F99BB;
  }

  .\33xl\:hover\:tw-fill-green-light:hover{
    fill: #9dd056;
  }

  .\33xl\:hover\:tw-fill-magenta-light:hover{
    fill: #f01e63;
  }

  .\33xl\:hover\:tw-fill-turquesa-light:hover{
    fill: #5bc8ae;
  }

  .\33xl\:focus\:tw-fill-current:focus{
    fill: currentColor;
  }

  .\33xl\:focus\:tw-fill-primary:focus{
    fill: #E35100;
  }

  .\33xl\:focus\:tw-fill-secondary:focus{
    fill: #005272;
  }

  .\33xl\:focus\:tw-fill-green:focus{
    fill: #8DC055;
  }

  .\33xl\:focus\:tw-fill-magenta:focus{
    fill: #cd0e4d;
  }

  .\33xl\:focus\:tw-fill-turquesa:focus{
    fill: #3cb497;
  }

  .\33xl\:focus\:tw-fill-primary-light:focus{
    fill: #F38D25;
  }

  .\33xl\:focus\:tw-fill-secondary-light:focus{
    fill: #4F99BB;
  }

  .\33xl\:focus\:tw-fill-green-light:focus{
    fill: #9dd056;
  }

  .\33xl\:focus\:tw-fill-magenta-light:focus{
    fill: #f01e63;
  }

  .\33xl\:focus\:tw-fill-turquesa-light:focus{
    fill: #5bc8ae;
  }

  .\33xl\:tw-stroke-current{
    stroke: currentColor;
  }

  .\33xl\:tw-stroke-0{
    stroke-width: 0;
  }

  .\33xl\:tw-stroke-1{
    stroke-width: 1;
  }

  .\33xl\:tw-stroke-2{
    stroke-width: 2;
  }

  .\33xl\:tw-table-auto{
    table-layout: auto;
  }

  .\33xl\:tw-table-fixed{
    table-layout: fixed;
  }

  .\33xl\:tw-text-left{
    text-align: left;
  }

  .\33xl\:tw-text-center{
    text-align: center;
  }

  .\33xl\:tw-text-right{
    text-align: right;
  }

  .\33xl\:tw-text-justify{
    text-align: justify;
  }

  .\33xl\:tw-text-brand-orange{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .\33xl\:tw-text-brand-orange-dark{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .\33xl\:tw-text-brand-orange-light{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .\33xl\:tw-text-brand-blue{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .\33xl\:tw-text-brand-blue-dark{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .\33xl\:tw-text-brand-blue-light{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .\33xl\:tw-text-brand-yellow{
    --tw-text-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-text-opacity));
  }

  .\33xl\:tw-text-brand-green{
    --tw-text-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-text-opacity));
  }

  .\33xl\:tw-text-brand-pink{
    --tw-text-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-text-opacity));
  }

  .\33xl\:tw-text-brand-red{
    --tw-text-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-text-opacity));
  }

  .\33xl\:tw-text-brand-turquesa{
    --tw-text-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-text-opacity));
  }

  .\33xl\:tw-text-gray-lighter{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .\33xl\:tw-text-gray-light{
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .\33xl\:tw-text-gray-dark{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  .\33xl\:tw-text-gray-darker{
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .\33xl\:tw-text-gray-medium{
    --tw-text-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-text-opacity));
  }

  .\33xl\:tw-text-gray-mid{
    --tw-text-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-text-opacity));
  }

  .\33xl\:tw-text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .\33xl\:tw-text-primary{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .\33xl\:tw-text-primary-dark{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .\33xl\:tw-text-primary-light{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .\33xl\:tw-text-secondary{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .\33xl\:tw-text-secondary-dark{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .\33xl\:tw-text-secondary-light{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .\33xl\:tw-text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\33xl\:tw-text-hyperlinks{
    --tw-text-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-text-opacity));
  }

  .\33xl\:tw-text-hyperlinks-visited{
    --tw-text-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-text-opacity));
  }

  .\33xl\:tw-text-transparent{
    color: transparent;
  }

  .\33xl\:visited\:tw-text-brand-orange:visited{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .\33xl\:visited\:tw-text-brand-orange-dark:visited{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .\33xl\:visited\:tw-text-brand-orange-light:visited{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .\33xl\:visited\:tw-text-brand-blue:visited{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .\33xl\:visited\:tw-text-brand-blue-dark:visited{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .\33xl\:visited\:tw-text-brand-blue-light:visited{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .\33xl\:visited\:tw-text-brand-yellow:visited{
    --tw-text-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-text-opacity));
  }

  .\33xl\:visited\:tw-text-brand-green:visited{
    --tw-text-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-text-opacity));
  }

  .\33xl\:visited\:tw-text-brand-pink:visited{
    --tw-text-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-text-opacity));
  }

  .\33xl\:visited\:tw-text-brand-red:visited{
    --tw-text-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-text-opacity));
  }

  .\33xl\:visited\:tw-text-brand-turquesa:visited{
    --tw-text-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-text-opacity));
  }

  .\33xl\:visited\:tw-text-gray-lighter:visited{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .\33xl\:visited\:tw-text-gray-light:visited{
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .\33xl\:visited\:tw-text-gray-dark:visited{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  .\33xl\:visited\:tw-text-gray-darker:visited{
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .\33xl\:visited\:tw-text-gray-medium:visited{
    --tw-text-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-text-opacity));
  }

  .\33xl\:visited\:tw-text-gray-mid:visited{
    --tw-text-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-text-opacity));
  }

  .\33xl\:visited\:tw-text-black:visited{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .\33xl\:visited\:tw-text-primary:visited{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .\33xl\:visited\:tw-text-primary-dark:visited{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .\33xl\:visited\:tw-text-primary-light:visited{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .\33xl\:visited\:tw-text-secondary:visited{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .\33xl\:visited\:tw-text-secondary-dark:visited{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .\33xl\:visited\:tw-text-secondary-light:visited{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .\33xl\:visited\:tw-text-white:visited{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\33xl\:visited\:tw-text-hyperlinks:visited{
    --tw-text-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-text-opacity));
  }

  .\33xl\:visited\:tw-text-hyperlinks-visited:visited{
    --tw-text-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-text-opacity));
  }

  .\33xl\:visited\:tw-text-transparent:visited{
    color: transparent;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-text-brand-orange{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-text-brand-orange-dark{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-text-brand-orange-light{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-text-brand-blue{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-text-brand-blue-dark{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-text-brand-blue-light{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-text-brand-yellow{
    --tw-text-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-text-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-text-brand-green{
    --tw-text-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-text-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-text-brand-pink{
    --tw-text-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-text-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-text-brand-red{
    --tw-text-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-text-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-text-brand-turquesa{
    --tw-text-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-text-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-text-gray-lighter{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-text-gray-light{
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-text-gray-dark{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-text-gray-darker{
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-text-gray-medium{
    --tw-text-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-text-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-text-gray-mid{
    --tw-text-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-text-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-text-primary{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-text-primary-dark{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-text-primary-light{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-text-secondary{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-text-secondary-dark{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-text-secondary-light{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-text-hyperlinks{
    --tw-text-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-text-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-text-hyperlinks-visited{
    --tw-text-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-text-opacity));
  }

  .tw-group:hover .\33xl\:group-hover\:tw-text-transparent{
    color: transparent;
  }

  .\33xl\:focus-within\:tw-text-brand-orange:focus-within{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .\33xl\:focus-within\:tw-text-brand-orange-dark:focus-within{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .\33xl\:focus-within\:tw-text-brand-orange-light:focus-within{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .\33xl\:focus-within\:tw-text-brand-blue:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .\33xl\:focus-within\:tw-text-brand-blue-dark:focus-within{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .\33xl\:focus-within\:tw-text-brand-blue-light:focus-within{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .\33xl\:focus-within\:tw-text-brand-yellow:focus-within{
    --tw-text-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-text-opacity));
  }

  .\33xl\:focus-within\:tw-text-brand-green:focus-within{
    --tw-text-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-text-opacity));
  }

  .\33xl\:focus-within\:tw-text-brand-pink:focus-within{
    --tw-text-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-text-opacity));
  }

  .\33xl\:focus-within\:tw-text-brand-red:focus-within{
    --tw-text-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-text-opacity));
  }

  .\33xl\:focus-within\:tw-text-brand-turquesa:focus-within{
    --tw-text-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-text-opacity));
  }

  .\33xl\:focus-within\:tw-text-gray-lighter:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .\33xl\:focus-within\:tw-text-gray-light:focus-within{
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .\33xl\:focus-within\:tw-text-gray-dark:focus-within{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  .\33xl\:focus-within\:tw-text-gray-darker:focus-within{
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .\33xl\:focus-within\:tw-text-gray-medium:focus-within{
    --tw-text-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-text-opacity));
  }

  .\33xl\:focus-within\:tw-text-gray-mid:focus-within{
    --tw-text-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-text-opacity));
  }

  .\33xl\:focus-within\:tw-text-black:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .\33xl\:focus-within\:tw-text-primary:focus-within{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .\33xl\:focus-within\:tw-text-primary-dark:focus-within{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .\33xl\:focus-within\:tw-text-primary-light:focus-within{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .\33xl\:focus-within\:tw-text-secondary:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .\33xl\:focus-within\:tw-text-secondary-dark:focus-within{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .\33xl\:focus-within\:tw-text-secondary-light:focus-within{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .\33xl\:focus-within\:tw-text-white:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\33xl\:focus-within\:tw-text-hyperlinks:focus-within{
    --tw-text-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-text-opacity));
  }

  .\33xl\:focus-within\:tw-text-hyperlinks-visited:focus-within{
    --tw-text-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-text-opacity));
  }

  .\33xl\:focus-within\:tw-text-transparent:focus-within{
    color: transparent;
  }

  .\33xl\:hover\:tw-text-brand-orange:hover{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .\33xl\:hover\:tw-text-brand-orange-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .\33xl\:hover\:tw-text-brand-orange-light:hover{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .\33xl\:hover\:tw-text-brand-blue:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .\33xl\:hover\:tw-text-brand-blue-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .\33xl\:hover\:tw-text-brand-blue-light:hover{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .\33xl\:hover\:tw-text-brand-yellow:hover{
    --tw-text-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-text-opacity));
  }

  .\33xl\:hover\:tw-text-brand-green:hover{
    --tw-text-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-text-opacity));
  }

  .\33xl\:hover\:tw-text-brand-pink:hover{
    --tw-text-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-text-opacity));
  }

  .\33xl\:hover\:tw-text-brand-red:hover{
    --tw-text-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-text-opacity));
  }

  .\33xl\:hover\:tw-text-brand-turquesa:hover{
    --tw-text-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-text-opacity));
  }

  .\33xl\:hover\:tw-text-gray-lighter:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .\33xl\:hover\:tw-text-gray-light:hover{
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .\33xl\:hover\:tw-text-gray-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  .\33xl\:hover\:tw-text-gray-darker:hover{
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .\33xl\:hover\:tw-text-gray-medium:hover{
    --tw-text-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-text-opacity));
  }

  .\33xl\:hover\:tw-text-gray-mid:hover{
    --tw-text-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-text-opacity));
  }

  .\33xl\:hover\:tw-text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .\33xl\:hover\:tw-text-primary:hover{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .\33xl\:hover\:tw-text-primary-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .\33xl\:hover\:tw-text-primary-light:hover{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .\33xl\:hover\:tw-text-secondary:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .\33xl\:hover\:tw-text-secondary-dark:hover{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .\33xl\:hover\:tw-text-secondary-light:hover{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .\33xl\:hover\:tw-text-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\33xl\:hover\:tw-text-hyperlinks:hover{
    --tw-text-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-text-opacity));
  }

  .\33xl\:hover\:tw-text-hyperlinks-visited:hover{
    --tw-text-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-text-opacity));
  }

  .\33xl\:hover\:tw-text-transparent:hover{
    color: transparent;
  }

  .\33xl\:focus\:tw-text-brand-orange:focus{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .\33xl\:focus\:tw-text-brand-orange-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .\33xl\:focus\:tw-text-brand-orange-light:focus{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .\33xl\:focus\:tw-text-brand-blue:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .\33xl\:focus\:tw-text-brand-blue-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .\33xl\:focus\:tw-text-brand-blue-light:focus{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .\33xl\:focus\:tw-text-brand-yellow:focus{
    --tw-text-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-text-opacity));
  }

  .\33xl\:focus\:tw-text-brand-green:focus{
    --tw-text-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-text-opacity));
  }

  .\33xl\:focus\:tw-text-brand-pink:focus{
    --tw-text-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-text-opacity));
  }

  .\33xl\:focus\:tw-text-brand-red:focus{
    --tw-text-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-text-opacity));
  }

  .\33xl\:focus\:tw-text-brand-turquesa:focus{
    --tw-text-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-text-opacity));
  }

  .\33xl\:focus\:tw-text-gray-lighter:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .\33xl\:focus\:tw-text-gray-light:focus{
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .\33xl\:focus\:tw-text-gray-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  .\33xl\:focus\:tw-text-gray-darker:focus{
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .\33xl\:focus\:tw-text-gray-medium:focus{
    --tw-text-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-text-opacity));
  }

  .\33xl\:focus\:tw-text-gray-mid:focus{
    --tw-text-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-text-opacity));
  }

  .\33xl\:focus\:tw-text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .\33xl\:focus\:tw-text-primary:focus{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .\33xl\:focus\:tw-text-primary-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .\33xl\:focus\:tw-text-primary-light:focus{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .\33xl\:focus\:tw-text-secondary:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .\33xl\:focus\:tw-text-secondary-dark:focus{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .\33xl\:focus\:tw-text-secondary-light:focus{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .\33xl\:focus\:tw-text-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\33xl\:focus\:tw-text-hyperlinks:focus{
    --tw-text-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-text-opacity));
  }

  .\33xl\:focus\:tw-text-hyperlinks-visited:focus{
    --tw-text-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-text-opacity));
  }

  .\33xl\:focus\:tw-text-transparent:focus{
    color: transparent;
  }

  .\33xl\:active\:tw-text-brand-orange:active{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .\33xl\:active\:tw-text-brand-orange-dark:active{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .\33xl\:active\:tw-text-brand-orange-light:active{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .\33xl\:active\:tw-text-brand-blue:active{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .\33xl\:active\:tw-text-brand-blue-dark:active{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .\33xl\:active\:tw-text-brand-blue-light:active{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .\33xl\:active\:tw-text-brand-yellow:active{
    --tw-text-opacity: 1;
    color: rgba(228, 182, 32, var(--tw-text-opacity));
  }

  .\33xl\:active\:tw-text-brand-green:active{
    --tw-text-opacity: 1;
    color: rgba(141, 192, 85, var(--tw-text-opacity));
  }

  .\33xl\:active\:tw-text-brand-pink:active{
    --tw-text-opacity: 1;
    color: rgba(201, 69, 120, var(--tw-text-opacity));
  }

  .\33xl\:active\:tw-text-brand-red:active{
    --tw-text-opacity: 1;
    color: rgba(187, 0, 52, var(--tw-text-opacity));
  }

  .\33xl\:active\:tw-text-brand-turquesa:active{
    --tw-text-opacity: 1;
    color: rgba(60, 180, 151, var(--tw-text-opacity));
  }

  .\33xl\:active\:tw-text-gray-lighter:active{
    --tw-text-opacity: 1;
    color: rgba(245, 245, 245, var(--tw-text-opacity));
  }

  .\33xl\:active\:tw-text-gray-light:active{
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .\33xl\:active\:tw-text-gray-dark:active{
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, var(--tw-text-opacity));
  }

  .\33xl\:active\:tw-text-gray-darker:active{
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }

  .\33xl\:active\:tw-text-gray-medium:active{
    --tw-text-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-text-opacity));
  }

  .\33xl\:active\:tw-text-gray-mid:active{
    --tw-text-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-text-opacity));
  }

  .\33xl\:active\:tw-text-black:active{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .\33xl\:active\:tw-text-primary:active{
    --tw-text-opacity: 1;
    color: rgba(227, 81, 0, var(--tw-text-opacity));
  }

  .\33xl\:active\:tw-text-primary-dark:active{
    --tw-text-opacity: 1;
    color: rgba(192, 68, 0, var(--tw-text-opacity));
  }

  .\33xl\:active\:tw-text-primary-light:active{
    --tw-text-opacity: 1;
    color: rgba(243, 141, 37, var(--tw-text-opacity));
  }

  .\33xl\:active\:tw-text-secondary:active{
    --tw-text-opacity: 1;
    color: rgba(0, 82, 114, var(--tw-text-opacity));
  }

  .\33xl\:active\:tw-text-secondary-dark:active{
    --tw-text-opacity: 1;
    color: rgba(63, 131, 163, var(--tw-text-opacity));
  }

  .\33xl\:active\:tw-text-secondary-light:active{
    --tw-text-opacity: 1;
    color: rgba(79, 153, 187, var(--tw-text-opacity));
  }

  .\33xl\:active\:tw-text-white:active{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\33xl\:active\:tw-text-hyperlinks:active{
    --tw-text-opacity: 1;
    color: rgba(16, 106, 163, var(--tw-text-opacity));
  }

  .\33xl\:active\:tw-text-hyperlinks-visited:active{
    --tw-text-opacity: 1;
    color: rgba(127, 31, 125, var(--tw-text-opacity));
  }

  .\33xl\:active\:tw-text-transparent:active{
    color: transparent;
  }

  .\33xl\:tw-text-opacity-0{
    --tw-text-opacity: 0;
  }

  .\33xl\:tw-text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .\33xl\:tw-text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .\33xl\:tw-text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .\33xl\:tw-text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .\33xl\:tw-text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .\33xl\:tw-text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .\33xl\:tw-text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .\33xl\:tw-text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .\33xl\:tw-text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .\33xl\:tw-text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .\33xl\:tw-text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .\33xl\:tw-text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .\33xl\:tw-text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .\33xl\:tw-text-opacity-100{
    --tw-text-opacity: 1;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-text-opacity-0{
    --tw-text-opacity: 0;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-text-opacity-100{
    --tw-text-opacity: 1;
  }

  .\33xl\:focus-within\:tw-text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .\33xl\:focus-within\:tw-text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  .\33xl\:focus-within\:tw-text-opacity-10:focus-within{
    --tw-text-opacity: 0.1;
  }

  .\33xl\:focus-within\:tw-text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  .\33xl\:focus-within\:tw-text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .\33xl\:focus-within\:tw-text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  .\33xl\:focus-within\:tw-text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  .\33xl\:focus-within\:tw-text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  .\33xl\:focus-within\:tw-text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  .\33xl\:focus-within\:tw-text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  .\33xl\:focus-within\:tw-text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .\33xl\:focus-within\:tw-text-opacity-80:focus-within{
    --tw-text-opacity: 0.8;
  }

  .\33xl\:focus-within\:tw-text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  .\33xl\:focus-within\:tw-text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  .\33xl\:focus-within\:tw-text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .\33xl\:hover\:tw-text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .\33xl\:hover\:tw-text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  .\33xl\:hover\:tw-text-opacity-10:hover{
    --tw-text-opacity: 0.1;
  }

  .\33xl\:hover\:tw-text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  .\33xl\:hover\:tw-text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .\33xl\:hover\:tw-text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  .\33xl\:hover\:tw-text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  .\33xl\:hover\:tw-text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  .\33xl\:hover\:tw-text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  .\33xl\:hover\:tw-text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  .\33xl\:hover\:tw-text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .\33xl\:hover\:tw-text-opacity-80:hover{
    --tw-text-opacity: 0.8;
  }

  .\33xl\:hover\:tw-text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  .\33xl\:hover\:tw-text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  .\33xl\:hover\:tw-text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .\33xl\:focus\:tw-text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .\33xl\:focus\:tw-text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  .\33xl\:focus\:tw-text-opacity-10:focus{
    --tw-text-opacity: 0.1;
  }

  .\33xl\:focus\:tw-text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  .\33xl\:focus\:tw-text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .\33xl\:focus\:tw-text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  .\33xl\:focus\:tw-text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  .\33xl\:focus\:tw-text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  .\33xl\:focus\:tw-text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  .\33xl\:focus\:tw-text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  .\33xl\:focus\:tw-text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .\33xl\:focus\:tw-text-opacity-80:focus{
    --tw-text-opacity: 0.8;
  }

  .\33xl\:focus\:tw-text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  .\33xl\:focus\:tw-text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  .\33xl\:focus\:tw-text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .\33xl\:tw-truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .\33xl\:tw-overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .\33xl\:tw-overflow-clip{
    text-overflow: clip;
  }

  .\33xl\:tw-italic{
    font-style: italic;
  }

  .\33xl\:tw-not-italic{
    font-style: normal;
  }

  .\33xl\:tw-uppercase{
    text-transform: uppercase;
  }

  .\33xl\:tw-lowercase{
    text-transform: lowercase;
  }

  .\33xl\:tw-capitalize{
    text-transform: capitalize;
  }

  .\33xl\:tw-normal-case{
    text-transform: none;
  }

  .\33xl\:tw-underline{
    text-decoration: underline;
  }

  .\33xl\:tw-line-through{
    text-decoration: line-through;
  }

  .\33xl\:tw-no-underline{
    text-decoration: none;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-underline{
    text-decoration: underline;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-line-through{
    text-decoration: line-through;
  }

  .tw-group:hover .\33xl\:group-hover\:tw-no-underline{
    text-decoration: none;
  }

  .\33xl\:focus-within\:tw-underline:focus-within{
    text-decoration: underline;
  }

  .\33xl\:focus-within\:tw-line-through:focus-within{
    text-decoration: line-through;
  }

  .\33xl\:focus-within\:tw-no-underline:focus-within{
    text-decoration: none;
  }

  .\33xl\:hover\:tw-underline:hover{
    text-decoration: underline;
  }

  .\33xl\:hover\:tw-line-through:hover{
    text-decoration: line-through;
  }

  .\33xl\:hover\:tw-no-underline:hover{
    text-decoration: none;
  }

  .\33xl\:focus\:tw-underline:focus{
    text-decoration: underline;
  }

  .\33xl\:focus\:tw-line-through:focus{
    text-decoration: line-through;
  }

  .\33xl\:focus\:tw-no-underline:focus{
    text-decoration: none;
  }

  .\33xl\:tw-antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .\33xl\:tw-subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .\33xl\:tw-ordinal, .\33xl\:tw-slashed-zero, .\33xl\:tw-lining-nums, .\33xl\:tw-oldstyle-nums, .\33xl\:tw-proportional-nums, .\33xl\:tw-tabular-nums, .\33xl\:tw-diagonal-fractions, .\33xl\:tw-stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .\33xl\:tw-normal-nums{
    font-variant-numeric: normal;
  }

  .\33xl\:tw-ordinal{
    --tw-ordinal: ordinal;
  }

  .\33xl\:tw-slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .\33xl\:tw-lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .\33xl\:tw-oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .\33xl\:tw-proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .\33xl\:tw-tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .\33xl\:tw-diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .\33xl\:tw-stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .\33xl\:tw-tracking-tighter{
    letter-spacing: -0.05em;
  }

  .\33xl\:tw-tracking-tight{
    letter-spacing: -0.025em;
  }

  .\33xl\:tw-tracking-normal{
    letter-spacing: 0em;
  }

  .\33xl\:tw-tracking-wide{
    letter-spacing: 0.025em;
  }

  .\33xl\:tw-tracking-wider{
    letter-spacing: 0.05em;
  }

  .\33xl\:tw-tracking-widest{
    letter-spacing: 0.1em;
  }

  .\33xl\:tw-select-none{
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .\33xl\:tw-select-text{
    -webkit-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .\33xl\:tw-select-all{
    -webkit-user-select: all;
            user-select: all;
  }

  .\33xl\:tw-select-auto{
    -webkit-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .\33xl\:tw-align-baseline{
    vertical-align: baseline;
  }

  .\33xl\:tw-align-top{
    vertical-align: top;
  }

  .\33xl\:tw-align-middle{
    vertical-align: middle;
  }

  .\33xl\:tw-align-bottom{
    vertical-align: bottom;
  }

  .\33xl\:tw-align-text-top{
    vertical-align: text-top;
  }

  .\33xl\:tw-align-text-bottom{
    vertical-align: text-bottom;
  }

  .\33xl\:tw-visible{
    visibility: visible;
  }

  .\33xl\:tw-invisible{
    visibility: hidden;
  }

  .\33xl\:tw-whitespace-normal{
    white-space: normal;
  }

  .\33xl\:tw-whitespace-nowrap{
    white-space: nowrap;
  }

  .\33xl\:tw-whitespace-pre{
    white-space: pre;
  }

  .\33xl\:tw-whitespace-pre-line{
    white-space: pre-line;
  }

  .\33xl\:tw-whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .\33xl\:tw-break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .\33xl\:tw-break-words{
    overflow-wrap: break-word;
  }

  .\33xl\:tw-break-all{
    word-break: break-all;
  }

  .\33xl\:tw-w-0{
    width: 0px;
  }

  .\33xl\:tw-w-1{
    width: 0.25rem;
  }

  .\33xl\:tw-w-2{
    width: 0.5rem;
  }

  .\33xl\:tw-w-3{
    width: 0.75rem;
  }

  .\33xl\:tw-w-4{
    width: 1rem;
  }

  .\33xl\:tw-w-5{
    width: 1.25rem;
  }

  .\33xl\:tw-w-6{
    width: 1.5rem;
  }

  .\33xl\:tw-w-7{
    width: 1.75rem;
  }

  .\33xl\:tw-w-8{
    width: 2rem;
  }

  .\33xl\:tw-w-9{
    width: 2.25rem;
  }

  .\33xl\:tw-w-10{
    width: 2.5rem;
  }

  .\33xl\:tw-w-11{
    width: 2.75rem;
  }

  .\33xl\:tw-w-12{
    width: 3rem;
  }

  .\33xl\:tw-w-13{
    width: 3.25rem;
  }

  .\33xl\:tw-w-14{
    width: 3.5rem;
  }

  .\33xl\:tw-w-16{
    width: 4rem;
  }

  .\33xl\:tw-w-20{
    width: 5rem;
  }

  .\33xl\:tw-w-24{
    width: 6rem;
  }

  .\33xl\:tw-w-28{
    width: 7rem;
  }

  .\33xl\:tw-w-32{
    width: 8rem;
  }

  .\33xl\:tw-w-36{
    width: 9rem;
  }

  .\33xl\:tw-w-40{
    width: 10rem;
  }

  .\33xl\:tw-w-44{
    width: 44px;
  }

  .\33xl\:tw-w-48{
    width: 12rem;
  }

  .\33xl\:tw-w-52{
    width: 13rem;
  }

  .\33xl\:tw-w-56{
    width: 14rem;
  }

  .\33xl\:tw-w-60{
    width: 15rem;
  }

  .\33xl\:tw-w-64{
    width: 16rem;
  }

  .\33xl\:tw-w-72{
    width: 18rem;
  }

  .\33xl\:tw-w-80{
    width: 20rem;
  }

  .\33xl\:tw-w-96{
    width: 24rem;
  }

  .\33xl\:tw-w-auto{
    width: auto;
  }

  .\33xl\:tw-w-px{
    width: 1px;
  }

  .\33xl\:tw-w-0\.5{
    width: 0.125rem;
  }

  .\33xl\:tw-w-1\.5{
    width: 0.375rem;
  }

  .\33xl\:tw-w-2\.5{
    width: 0.625rem;
  }

  .\33xl\:tw-w-3\.5{
    width: 0.875rem;
  }

  .\33xl\:tw-w-2\/3{
    width: 66.666667%;
  }

  .\33xl\:tw-w-3\/2{
    width: 150%;
  }

  .\33xl\:tw-w-square{
    width: 100%;
  }

  .\33xl\:tw-w-58px{
    width: 58px;
  }

  .\33xl\:tw-w-63px{
    width: 63px;
  }

  .\33xl\:tw-w-73px{
    width: 73.px;
  }

  .\33xl\:tw-w-1\/2{
    width: 50%;
  }

  .\33xl\:tw-w-1\/3{
    width: 33.333333%;
  }

  .\33xl\:tw-w-1\/4{
    width: 25%;
  }

  .\33xl\:tw-w-2\/4{
    width: 50%;
  }

  .\33xl\:tw-w-3\/4{
    width: 75%;
  }

  .\33xl\:tw-w-1\/5{
    width: 20%;
  }

  .\33xl\:tw-w-2\/5{
    width: 40%;
  }

  .\33xl\:tw-w-3\/5{
    width: 60%;
  }

  .\33xl\:tw-w-4\/5{
    width: 80%;
  }

  .\33xl\:tw-w-1\/6{
    width: 16.666667%;
  }

  .\33xl\:tw-w-2\/6{
    width: 33.333333%;
  }

  .\33xl\:tw-w-3\/6{
    width: 50%;
  }

  .\33xl\:tw-w-4\/6{
    width: 66.666667%;
  }

  .\33xl\:tw-w-5\/6{
    width: 83.333333%;
  }

  .\33xl\:tw-w-1\/12{
    width: 8.333333%;
  }

  .\33xl\:tw-w-2\/12{
    width: 16.666667%;
  }

  .\33xl\:tw-w-3\/12{
    width: 25%;
  }

  .\33xl\:tw-w-4\/12{
    width: 33.333333%;
  }

  .\33xl\:tw-w-5\/12{
    width: 41.666667%;
  }

  .\33xl\:tw-w-6\/12{
    width: 50%;
  }

  .\33xl\:tw-w-7\/12{
    width: 58.333333%;
  }

  .\33xl\:tw-w-8\/12{
    width: 66.666667%;
  }

  .\33xl\:tw-w-9\/12{
    width: 75%;
  }

  .\33xl\:tw-w-10\/12{
    width: 83.333333%;
  }

  .\33xl\:tw-w-11\/12{
    width: 91.666667%;
  }

  .\33xl\:tw-w-full{
    width: 100%;
  }

  .\33xl\:tw-w-screen{
    width: 100vw;
  }

  .\33xl\:tw-w-min{
    width: min-content;
  }

  .\33xl\:tw-w-max{
    width: max-content;
  }

  .\33xl\:tw-z-0{
    z-index: 0;
  }

  .\33xl\:tw-z-10{
    z-index: 10;
  }

  .\33xl\:tw-z-20{
    z-index: 20;
  }

  .\33xl\:tw-z-30{
    z-index: 30;
  }

  .\33xl\:tw-z-40{
    z-index: 40;
  }

  .\33xl\:tw-z-50{
    z-index: 50;
  }

  .\33xl\:tw-z-60{
    z-index: 60;
  }

  .\33xl\:tw-z-auto{
    z-index: auto;
  }

  .\33xl\:focus-within\:tw-z-0:focus-within{
    z-index: 0;
  }

  .\33xl\:focus-within\:tw-z-10:focus-within{
    z-index: 10;
  }

  .\33xl\:focus-within\:tw-z-20:focus-within{
    z-index: 20;
  }

  .\33xl\:focus-within\:tw-z-30:focus-within{
    z-index: 30;
  }

  .\33xl\:focus-within\:tw-z-40:focus-within{
    z-index: 40;
  }

  .\33xl\:focus-within\:tw-z-50:focus-within{
    z-index: 50;
  }

  .\33xl\:focus-within\:tw-z-60:focus-within{
    z-index: 60;
  }

  .\33xl\:focus-within\:tw-z-auto:focus-within{
    z-index: auto;
  }

  .\33xl\:hover\:tw-z-0:hover{
    z-index: 0;
  }

  .\33xl\:hover\:tw-z-10:hover{
    z-index: 10;
  }

  .\33xl\:hover\:tw-z-20:hover{
    z-index: 20;
  }

  .\33xl\:hover\:tw-z-30:hover{
    z-index: 30;
  }

  .\33xl\:hover\:tw-z-40:hover{
    z-index: 40;
  }

  .\33xl\:hover\:tw-z-50:hover{
    z-index: 50;
  }

  .\33xl\:hover\:tw-z-60:hover{
    z-index: 60;
  }

  .\33xl\:hover\:tw-z-auto:hover{
    z-index: auto;
  }

  .\33xl\:focus\:tw-z-0:focus{
    z-index: 0;
  }

  .\33xl\:focus\:tw-z-10:focus{
    z-index: 10;
  }

  .\33xl\:focus\:tw-z-20:focus{
    z-index: 20;
  }

  .\33xl\:focus\:tw-z-30:focus{
    z-index: 30;
  }

  .\33xl\:focus\:tw-z-40:focus{
    z-index: 40;
  }

  .\33xl\:focus\:tw-z-50:focus{
    z-index: 50;
  }

  .\33xl\:focus\:tw-z-60:focus{
    z-index: 60;
  }

  .\33xl\:focus\:tw-z-auto:focus{
    z-index: auto;
  }

  .\33xl\:active\:tw-z-0:active{
    z-index: 0;
  }

  .\33xl\:active\:tw-z-10:active{
    z-index: 10;
  }

  .\33xl\:active\:tw-z-20:active{
    z-index: 20;
  }

  .\33xl\:active\:tw-z-30:active{
    z-index: 30;
  }

  .\33xl\:active\:tw-z-40:active{
    z-index: 40;
  }

  .\33xl\:active\:tw-z-50:active{
    z-index: 50;
  }

  .\33xl\:active\:tw-z-60:active{
    z-index: 60;
  }

  .\33xl\:active\:tw-z-auto:active{
    z-index: auto;
  }

  .\33xl\:tw-gap-0{
    gap: 0px;
  }

  .\33xl\:tw-gap-1{
    gap: 0.25rem;
  }

  .\33xl\:tw-gap-2{
    gap: 0.5rem;
  }

  .\33xl\:tw-gap-3{
    gap: 0.75rem;
  }

  .\33xl\:tw-gap-4{
    gap: 1rem;
  }

  .\33xl\:tw-gap-5{
    gap: 1.25rem;
  }

  .\33xl\:tw-gap-6{
    gap: 1.5rem;
  }

  .\33xl\:tw-gap-7{
    gap: 1.75rem;
  }

  .\33xl\:tw-gap-8{
    gap: 2rem;
  }

  .\33xl\:tw-gap-9{
    gap: 2.25rem;
  }

  .\33xl\:tw-gap-10{
    gap: 2.5rem;
  }

  .\33xl\:tw-gap-11{
    gap: 2.75rem;
  }

  .\33xl\:tw-gap-12{
    gap: 3rem;
  }

  .\33xl\:tw-gap-13{
    gap: 3.25rem;
  }

  .\33xl\:tw-gap-14{
    gap: 3.5rem;
  }

  .\33xl\:tw-gap-16{
    gap: 4rem;
  }

  .\33xl\:tw-gap-20{
    gap: 5rem;
  }

  .\33xl\:tw-gap-24{
    gap: 6rem;
  }

  .\33xl\:tw-gap-28{
    gap: 7rem;
  }

  .\33xl\:tw-gap-32{
    gap: 8rem;
  }

  .\33xl\:tw-gap-36{
    gap: 9rem;
  }

  .\33xl\:tw-gap-40{
    gap: 10rem;
  }

  .\33xl\:tw-gap-44{
    gap: 11rem;
  }

  .\33xl\:tw-gap-48{
    gap: 12rem;
  }

  .\33xl\:tw-gap-52{
    gap: 13rem;
  }

  .\33xl\:tw-gap-56{
    gap: 14rem;
  }

  .\33xl\:tw-gap-60{
    gap: 15rem;
  }

  .\33xl\:tw-gap-64{
    gap: 16rem;
  }

  .\33xl\:tw-gap-72{
    gap: 18rem;
  }

  .\33xl\:tw-gap-80{
    gap: 20rem;
  }

  .\33xl\:tw-gap-96{
    gap: 24rem;
  }

  .\33xl\:tw-gap-px{
    gap: 1px;
  }

  .\33xl\:tw-gap-0\.5{
    gap: 0.125rem;
  }

  .\33xl\:tw-gap-1\.5{
    gap: 0.375rem;
  }

  .\33xl\:tw-gap-2\.5{
    gap: 0.625rem;
  }

  .\33xl\:tw-gap-3\.5{
    gap: 0.875rem;
  }

  .\33xl\:tw-gap-2\/3{
    gap: 66.666%;
  }

  .\33xl\:tw-gap-3\/2{
    gap: 150%;
  }

  .\33xl\:tw-gap-square{
    gap: 100%;
  }

  .\33xl\:tw-gap-58px{
    gap: 58px;
  }

  .\33xl\:tw-gap-63px{
    gap: 63px;
  }

  .\33xl\:tw-gap-73px{
    gap: 73.px;
  }

  .\33xl\:tw-gap-x-0{
    column-gap: 0px;
  }

  .\33xl\:tw-gap-x-1{
    column-gap: 0.25rem;
  }

  .\33xl\:tw-gap-x-2{
    column-gap: 0.5rem;
  }

  .\33xl\:tw-gap-x-3{
    column-gap: 0.75rem;
  }

  .\33xl\:tw-gap-x-4{
    column-gap: 1rem;
  }

  .\33xl\:tw-gap-x-5{
    column-gap: 1.25rem;
  }

  .\33xl\:tw-gap-x-6{
    column-gap: 1.5rem;
  }

  .\33xl\:tw-gap-x-7{
    column-gap: 1.75rem;
  }

  .\33xl\:tw-gap-x-8{
    column-gap: 2rem;
  }

  .\33xl\:tw-gap-x-9{
    column-gap: 2.25rem;
  }

  .\33xl\:tw-gap-x-10{
    column-gap: 2.5rem;
  }

  .\33xl\:tw-gap-x-11{
    column-gap: 2.75rem;
  }

  .\33xl\:tw-gap-x-12{
    column-gap: 3rem;
  }

  .\33xl\:tw-gap-x-13{
    column-gap: 3.25rem;
  }

  .\33xl\:tw-gap-x-14{
    column-gap: 3.5rem;
  }

  .\33xl\:tw-gap-x-16{
    column-gap: 4rem;
  }

  .\33xl\:tw-gap-x-20{
    column-gap: 5rem;
  }

  .\33xl\:tw-gap-x-24{
    column-gap: 6rem;
  }

  .\33xl\:tw-gap-x-28{
    column-gap: 7rem;
  }

  .\33xl\:tw-gap-x-32{
    column-gap: 8rem;
  }

  .\33xl\:tw-gap-x-36{
    column-gap: 9rem;
  }

  .\33xl\:tw-gap-x-40{
    column-gap: 10rem;
  }

  .\33xl\:tw-gap-x-44{
    column-gap: 11rem;
  }

  .\33xl\:tw-gap-x-48{
    column-gap: 12rem;
  }

  .\33xl\:tw-gap-x-52{
    column-gap: 13rem;
  }

  .\33xl\:tw-gap-x-56{
    column-gap: 14rem;
  }

  .\33xl\:tw-gap-x-60{
    column-gap: 15rem;
  }

  .\33xl\:tw-gap-x-64{
    column-gap: 16rem;
  }

  .\33xl\:tw-gap-x-72{
    column-gap: 18rem;
  }

  .\33xl\:tw-gap-x-80{
    column-gap: 20rem;
  }

  .\33xl\:tw-gap-x-96{
    column-gap: 24rem;
  }

  .\33xl\:tw-gap-x-px{
    column-gap: 1px;
  }

  .\33xl\:tw-gap-x-0\.5{
    column-gap: 0.125rem;
  }

  .\33xl\:tw-gap-x-1\.5{
    column-gap: 0.375rem;
  }

  .\33xl\:tw-gap-x-2\.5{
    column-gap: 0.625rem;
  }

  .\33xl\:tw-gap-x-3\.5{
    column-gap: 0.875rem;
  }

  .\33xl\:tw-gap-x-2\/3{
    column-gap: 66.666%;
  }

  .\33xl\:tw-gap-x-3\/2{
    column-gap: 150%;
  }

  .\33xl\:tw-gap-x-square{
    column-gap: 100%;
  }

  .\33xl\:tw-gap-x-58px{
    column-gap: 58px;
  }

  .\33xl\:tw-gap-x-63px{
    column-gap: 63px;
  }

  .\33xl\:tw-gap-x-73px{
    column-gap: 73.px;
  }

  .\33xl\:tw-gap-y-0{
    row-gap: 0px;
  }

  .\33xl\:tw-gap-y-1{
    row-gap: 0.25rem;
  }

  .\33xl\:tw-gap-y-2{
    row-gap: 0.5rem;
  }

  .\33xl\:tw-gap-y-3{
    row-gap: 0.75rem;
  }

  .\33xl\:tw-gap-y-4{
    row-gap: 1rem;
  }

  .\33xl\:tw-gap-y-5{
    row-gap: 1.25rem;
  }

  .\33xl\:tw-gap-y-6{
    row-gap: 1.5rem;
  }

  .\33xl\:tw-gap-y-7{
    row-gap: 1.75rem;
  }

  .\33xl\:tw-gap-y-8{
    row-gap: 2rem;
  }

  .\33xl\:tw-gap-y-9{
    row-gap: 2.25rem;
  }

  .\33xl\:tw-gap-y-10{
    row-gap: 2.5rem;
  }

  .\33xl\:tw-gap-y-11{
    row-gap: 2.75rem;
  }

  .\33xl\:tw-gap-y-12{
    row-gap: 3rem;
  }

  .\33xl\:tw-gap-y-13{
    row-gap: 3.25rem;
  }

  .\33xl\:tw-gap-y-14{
    row-gap: 3.5rem;
  }

  .\33xl\:tw-gap-y-16{
    row-gap: 4rem;
  }

  .\33xl\:tw-gap-y-20{
    row-gap: 5rem;
  }

  .\33xl\:tw-gap-y-24{
    row-gap: 6rem;
  }

  .\33xl\:tw-gap-y-28{
    row-gap: 7rem;
  }

  .\33xl\:tw-gap-y-32{
    row-gap: 8rem;
  }

  .\33xl\:tw-gap-y-36{
    row-gap: 9rem;
  }

  .\33xl\:tw-gap-y-40{
    row-gap: 10rem;
  }

  .\33xl\:tw-gap-y-44{
    row-gap: 11rem;
  }

  .\33xl\:tw-gap-y-48{
    row-gap: 12rem;
  }

  .\33xl\:tw-gap-y-52{
    row-gap: 13rem;
  }

  .\33xl\:tw-gap-y-56{
    row-gap: 14rem;
  }

  .\33xl\:tw-gap-y-60{
    row-gap: 15rem;
  }

  .\33xl\:tw-gap-y-64{
    row-gap: 16rem;
  }

  .\33xl\:tw-gap-y-72{
    row-gap: 18rem;
  }

  .\33xl\:tw-gap-y-80{
    row-gap: 20rem;
  }

  .\33xl\:tw-gap-y-96{
    row-gap: 24rem;
  }

  .\33xl\:tw-gap-y-px{
    row-gap: 1px;
  }

  .\33xl\:tw-gap-y-0\.5{
    row-gap: 0.125rem;
  }

  .\33xl\:tw-gap-y-1\.5{
    row-gap: 0.375rem;
  }

  .\33xl\:tw-gap-y-2\.5{
    row-gap: 0.625rem;
  }

  .\33xl\:tw-gap-y-3\.5{
    row-gap: 0.875rem;
  }

  .\33xl\:tw-gap-y-2\/3{
    row-gap: 66.666%;
  }

  .\33xl\:tw-gap-y-3\/2{
    row-gap: 150%;
  }

  .\33xl\:tw-gap-y-square{
    row-gap: 100%;
  }

  .\33xl\:tw-gap-y-58px{
    row-gap: 58px;
  }

  .\33xl\:tw-gap-y-63px{
    row-gap: 63px;
  }

  .\33xl\:tw-gap-y-73px{
    row-gap: 73.px;
  }

  .\33xl\:tw-grid-flow-row{
    grid-auto-flow: row;
  }

  .\33xl\:tw-grid-flow-col{
    grid-auto-flow: column;
  }

  .\33xl\:tw-grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .\33xl\:tw-grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .\33xl\:tw-grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .\33xl\:tw-grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .\33xl\:tw-grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .\33xl\:tw-grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .\33xl\:tw-grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .\33xl\:tw-grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .\33xl\:tw-grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .\33xl\:tw-grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .\33xl\:tw-grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .\33xl\:tw-grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .\33xl\:tw-grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .\33xl\:tw-grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .\33xl\:tw-grid-cols-none{
    grid-template-columns: none;
  }

  .\33xl\:tw-auto-cols-auto{
    grid-auto-columns: auto;
  }

  .\33xl\:tw-auto-cols-min{
    grid-auto-columns: min-content;
  }

  .\33xl\:tw-auto-cols-max{
    grid-auto-columns: max-content;
  }

  .\33xl\:tw-auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .\33xl\:tw-col-auto{
    grid-column: auto;
  }

  .\33xl\:tw-col-span-1{
    grid-column: span 1 / span 1;
  }

  .\33xl\:tw-col-span-2{
    grid-column: span 2 / span 2;
  }

  .\33xl\:tw-col-span-3{
    grid-column: span 3 / span 3;
  }

  .\33xl\:tw-col-span-4{
    grid-column: span 4 / span 4;
  }

  .\33xl\:tw-col-span-5{
    grid-column: span 5 / span 5;
  }

  .\33xl\:tw-col-span-6{
    grid-column: span 6 / span 6;
  }

  .\33xl\:tw-col-span-7{
    grid-column: span 7 / span 7;
  }

  .\33xl\:tw-col-span-8{
    grid-column: span 8 / span 8;
  }

  .\33xl\:tw-col-span-9{
    grid-column: span 9 / span 9;
  }

  .\33xl\:tw-col-span-10{
    grid-column: span 10 / span 10;
  }

  .\33xl\:tw-col-span-11{
    grid-column: span 11 / span 11;
  }

  .\33xl\:tw-col-span-12{
    grid-column: span 12 / span 12;
  }

  .\33xl\:tw-col-span-full{
    grid-column: 1 / -1;
  }

  .\33xl\:tw-col-start-1{
    grid-column-start: 1;
  }

  .\33xl\:tw-col-start-2{
    grid-column-start: 2;
  }

  .\33xl\:tw-col-start-3{
    grid-column-start: 3;
  }

  .\33xl\:tw-col-start-4{
    grid-column-start: 4;
  }

  .\33xl\:tw-col-start-5{
    grid-column-start: 5;
  }

  .\33xl\:tw-col-start-6{
    grid-column-start: 6;
  }

  .\33xl\:tw-col-start-7{
    grid-column-start: 7;
  }

  .\33xl\:tw-col-start-8{
    grid-column-start: 8;
  }

  .\33xl\:tw-col-start-9{
    grid-column-start: 9;
  }

  .\33xl\:tw-col-start-10{
    grid-column-start: 10;
  }

  .\33xl\:tw-col-start-11{
    grid-column-start: 11;
  }

  .\33xl\:tw-col-start-12{
    grid-column-start: 12;
  }

  .\33xl\:tw-col-start-13{
    grid-column-start: 13;
  }

  .\33xl\:tw-col-start-auto{
    grid-column-start: auto;
  }

  .\33xl\:tw-col-end-1{
    grid-column-end: 1;
  }

  .\33xl\:tw-col-end-2{
    grid-column-end: 2;
  }

  .\33xl\:tw-col-end-3{
    grid-column-end: 3;
  }

  .\33xl\:tw-col-end-4{
    grid-column-end: 4;
  }

  .\33xl\:tw-col-end-5{
    grid-column-end: 5;
  }

  .\33xl\:tw-col-end-6{
    grid-column-end: 6;
  }

  .\33xl\:tw-col-end-7{
    grid-column-end: 7;
  }

  .\33xl\:tw-col-end-8{
    grid-column-end: 8;
  }

  .\33xl\:tw-col-end-9{
    grid-column-end: 9;
  }

  .\33xl\:tw-col-end-10{
    grid-column-end: 10;
  }

  .\33xl\:tw-col-end-11{
    grid-column-end: 11;
  }

  .\33xl\:tw-col-end-12{
    grid-column-end: 12;
  }

  .\33xl\:tw-col-end-13{
    grid-column-end: 13;
  }

  .\33xl\:tw-col-end-auto{
    grid-column-end: auto;
  }

  .\33xl\:tw-grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .\33xl\:tw-grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .\33xl\:tw-grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .\33xl\:tw-grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .\33xl\:tw-grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .\33xl\:tw-grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .\33xl\:tw-grid-rows-none{
    grid-template-rows: none;
  }

  .\33xl\:tw-auto-rows-auto{
    grid-auto-rows: auto;
  }

  .\33xl\:tw-auto-rows-min{
    grid-auto-rows: min-content;
  }

  .\33xl\:tw-auto-rows-max{
    grid-auto-rows: max-content;
  }

  .\33xl\:tw-auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .\33xl\:tw-row-auto{
    grid-row: auto;
  }

  .\33xl\:tw-row-span-1{
    grid-row: span 1 / span 1;
  }

  .\33xl\:tw-row-span-2{
    grid-row: span 2 / span 2;
  }

  .\33xl\:tw-row-span-3{
    grid-row: span 3 / span 3;
  }

  .\33xl\:tw-row-span-4{
    grid-row: span 4 / span 4;
  }

  .\33xl\:tw-row-span-5{
    grid-row: span 5 / span 5;
  }

  .\33xl\:tw-row-span-6{
    grid-row: span 6 / span 6;
  }

  .\33xl\:tw-row-span-full{
    grid-row: 1 / -1;
  }

  .\33xl\:tw-row-start-1{
    grid-row-start: 1;
  }

  .\33xl\:tw-row-start-2{
    grid-row-start: 2;
  }

  .\33xl\:tw-row-start-3{
    grid-row-start: 3;
  }

  .\33xl\:tw-row-start-4{
    grid-row-start: 4;
  }

  .\33xl\:tw-row-start-5{
    grid-row-start: 5;
  }

  .\33xl\:tw-row-start-6{
    grid-row-start: 6;
  }

  .\33xl\:tw-row-start-7{
    grid-row-start: 7;
  }

  .\33xl\:tw-row-start-auto{
    grid-row-start: auto;
  }

  .\33xl\:tw-row-end-1{
    grid-row-end: 1;
  }

  .\33xl\:tw-row-end-2{
    grid-row-end: 2;
  }

  .\33xl\:tw-row-end-3{
    grid-row-end: 3;
  }

  .\33xl\:tw-row-end-4{
    grid-row-end: 4;
  }

  .\33xl\:tw-row-end-5{
    grid-row-end: 5;
  }

  .\33xl\:tw-row-end-6{
    grid-row-end: 6;
  }

  .\33xl\:tw-row-end-7{
    grid-row-end: 7;
  }

  .\33xl\:tw-row-end-auto{
    grid-row-end: auto;
  }

  .\33xl\:tw-transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .\33xl\:tw-transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .\33xl\:tw-transform-none{
    transform: none;
  }

  .\33xl\:tw-origin-center{
    transform-origin: center;
  }

  .\33xl\:tw-origin-top{
    transform-origin: top;
  }

  .\33xl\:tw-origin-top-right{
    transform-origin: top right;
  }

  .\33xl\:tw-origin-right{
    transform-origin: right;
  }

  .\33xl\:tw-origin-bottom-right{
    transform-origin: bottom right;
  }

  .\33xl\:tw-origin-bottom{
    transform-origin: bottom;
  }

  .\33xl\:tw-origin-bottom-left{
    transform-origin: bottom left;
  }

  .\33xl\:tw-origin-left{
    transform-origin: left;
  }

  .\33xl\:tw-origin-top-left{
    transform-origin: top left;
  }

  .\33xl\:tw-scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .\33xl\:tw-scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .\33xl\:tw-scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .\33xl\:tw-scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .\33xl\:tw-scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .\33xl\:tw-scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .\33xl\:tw-scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .\33xl\:tw-scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .\33xl\:tw-scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .\33xl\:tw-scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .\33xl\:tw-scale-x-0{
    --tw-scale-x: 0;
  }

  .\33xl\:tw-scale-x-50{
    --tw-scale-x: .5;
  }

  .\33xl\:tw-scale-x-75{
    --tw-scale-x: .75;
  }

  .\33xl\:tw-scale-x-90{
    --tw-scale-x: .9;
  }

  .\33xl\:tw-scale-x-95{
    --tw-scale-x: .95;
  }

  .\33xl\:tw-scale-x-100{
    --tw-scale-x: 1;
  }

  .\33xl\:tw-scale-x-105{
    --tw-scale-x: 1.05;
  }

  .\33xl\:tw-scale-x-110{
    --tw-scale-x: 1.1;
  }

  .\33xl\:tw-scale-x-125{
    --tw-scale-x: 1.25;
  }

  .\33xl\:tw-scale-x-150{
    --tw-scale-x: 1.5;
  }

  .\33xl\:tw-scale-y-0{
    --tw-scale-y: 0;
  }

  .\33xl\:tw-scale-y-50{
    --tw-scale-y: .5;
  }

  .\33xl\:tw-scale-y-75{
    --tw-scale-y: .75;
  }

  .\33xl\:tw-scale-y-90{
    --tw-scale-y: .9;
  }

  .\33xl\:tw-scale-y-95{
    --tw-scale-y: .95;
  }

  .\33xl\:tw-scale-y-100{
    --tw-scale-y: 1;
  }

  .\33xl\:tw-scale-y-105{
    --tw-scale-y: 1.05;
  }

  .\33xl\:tw-scale-y-110{
    --tw-scale-y: 1.1;
  }

  .\33xl\:tw-scale-y-125{
    --tw-scale-y: 1.25;
  }

  .\33xl\:tw-scale-y-150{
    --tw-scale-y: 1.5;
  }

  .\33xl\:hover\:tw-scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .\33xl\:hover\:tw-scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .\33xl\:hover\:tw-scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .\33xl\:hover\:tw-scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .\33xl\:hover\:tw-scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .\33xl\:hover\:tw-scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .\33xl\:hover\:tw-scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .\33xl\:hover\:tw-scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .\33xl\:hover\:tw-scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .\33xl\:hover\:tw-scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .\33xl\:hover\:tw-scale-x-0:hover{
    --tw-scale-x: 0;
  }

  .\33xl\:hover\:tw-scale-x-50:hover{
    --tw-scale-x: .5;
  }

  .\33xl\:hover\:tw-scale-x-75:hover{
    --tw-scale-x: .75;
  }

  .\33xl\:hover\:tw-scale-x-90:hover{
    --tw-scale-x: .9;
  }

  .\33xl\:hover\:tw-scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .\33xl\:hover\:tw-scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .\33xl\:hover\:tw-scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .\33xl\:hover\:tw-scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  .\33xl\:hover\:tw-scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  .\33xl\:hover\:tw-scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .\33xl\:hover\:tw-scale-y-0:hover{
    --tw-scale-y: 0;
  }

  .\33xl\:hover\:tw-scale-y-50:hover{
    --tw-scale-y: .5;
  }

  .\33xl\:hover\:tw-scale-y-75:hover{
    --tw-scale-y: .75;
  }

  .\33xl\:hover\:tw-scale-y-90:hover{
    --tw-scale-y: .9;
  }

  .\33xl\:hover\:tw-scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .\33xl\:hover\:tw-scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .\33xl\:hover\:tw-scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .\33xl\:hover\:tw-scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  .\33xl\:hover\:tw-scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  .\33xl\:hover\:tw-scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .\33xl\:focus\:tw-scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .\33xl\:focus\:tw-scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .\33xl\:focus\:tw-scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .\33xl\:focus\:tw-scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .\33xl\:focus\:tw-scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .\33xl\:focus\:tw-scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .\33xl\:focus\:tw-scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .\33xl\:focus\:tw-scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .\33xl\:focus\:tw-scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .\33xl\:focus\:tw-scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .\33xl\:focus\:tw-scale-x-0:focus{
    --tw-scale-x: 0;
  }

  .\33xl\:focus\:tw-scale-x-50:focus{
    --tw-scale-x: .5;
  }

  .\33xl\:focus\:tw-scale-x-75:focus{
    --tw-scale-x: .75;
  }

  .\33xl\:focus\:tw-scale-x-90:focus{
    --tw-scale-x: .9;
  }

  .\33xl\:focus\:tw-scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .\33xl\:focus\:tw-scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .\33xl\:focus\:tw-scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .\33xl\:focus\:tw-scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  .\33xl\:focus\:tw-scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  .\33xl\:focus\:tw-scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .\33xl\:focus\:tw-scale-y-0:focus{
    --tw-scale-y: 0;
  }

  .\33xl\:focus\:tw-scale-y-50:focus{
    --tw-scale-y: .5;
  }

  .\33xl\:focus\:tw-scale-y-75:focus{
    --tw-scale-y: .75;
  }

  .\33xl\:focus\:tw-scale-y-90:focus{
    --tw-scale-y: .9;
  }

  .\33xl\:focus\:tw-scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .\33xl\:focus\:tw-scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .\33xl\:focus\:tw-scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .\33xl\:focus\:tw-scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  .\33xl\:focus\:tw-scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  .\33xl\:focus\:tw-scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .\33xl\:tw-rotate-0{
    --tw-rotate: 0deg;
  }

  .\33xl\:tw-rotate-1{
    --tw-rotate: 1deg;
  }

  .\33xl\:tw-rotate-2{
    --tw-rotate: 2deg;
  }

  .\33xl\:tw-rotate-3{
    --tw-rotate: 3deg;
  }

  .\33xl\:tw-rotate-6{
    --tw-rotate: 6deg;
  }

  .\33xl\:tw-rotate-12{
    --tw-rotate: 12deg;
  }

  .\33xl\:tw-rotate-45{
    --tw-rotate: 45deg;
  }

  .\33xl\:tw-rotate-90{
    --tw-rotate: 90deg;
  }

  .\33xl\:tw-rotate-180{
    --tw-rotate: 180deg;
  }

  .\33xl\:tw--rotate-180{
    --tw-rotate: -180deg;
  }

  .\33xl\:tw--rotate-90{
    --tw-rotate: -90deg;
  }

  .\33xl\:tw--rotate-45{
    --tw-rotate: -45deg;
  }

  .\33xl\:tw--rotate-12{
    --tw-rotate: -12deg;
  }

  .\33xl\:tw--rotate-6{
    --tw-rotate: -6deg;
  }

  .\33xl\:tw--rotate-3{
    --tw-rotate: -3deg;
  }

  .\33xl\:tw--rotate-2{
    --tw-rotate: -2deg;
  }

  .\33xl\:tw--rotate-1{
    --tw-rotate: -1deg;
  }

  .\33xl\:hover\:tw-rotate-0:hover{
    --tw-rotate: 0deg;
  }

  .\33xl\:hover\:tw-rotate-1:hover{
    --tw-rotate: 1deg;
  }

  .\33xl\:hover\:tw-rotate-2:hover{
    --tw-rotate: 2deg;
  }

  .\33xl\:hover\:tw-rotate-3:hover{
    --tw-rotate: 3deg;
  }

  .\33xl\:hover\:tw-rotate-6:hover{
    --tw-rotate: 6deg;
  }

  .\33xl\:hover\:tw-rotate-12:hover{
    --tw-rotate: 12deg;
  }

  .\33xl\:hover\:tw-rotate-45:hover{
    --tw-rotate: 45deg;
  }

  .\33xl\:hover\:tw-rotate-90:hover{
    --tw-rotate: 90deg;
  }

  .\33xl\:hover\:tw-rotate-180:hover{
    --tw-rotate: 180deg;
  }

  .\33xl\:hover\:tw--rotate-180:hover{
    --tw-rotate: -180deg;
  }

  .\33xl\:hover\:tw--rotate-90:hover{
    --tw-rotate: -90deg;
  }

  .\33xl\:hover\:tw--rotate-45:hover{
    --tw-rotate: -45deg;
  }

  .\33xl\:hover\:tw--rotate-12:hover{
    --tw-rotate: -12deg;
  }

  .\33xl\:hover\:tw--rotate-6:hover{
    --tw-rotate: -6deg;
  }

  .\33xl\:hover\:tw--rotate-3:hover{
    --tw-rotate: -3deg;
  }

  .\33xl\:hover\:tw--rotate-2:hover{
    --tw-rotate: -2deg;
  }

  .\33xl\:hover\:tw--rotate-1:hover{
    --tw-rotate: -1deg;
  }

  .\33xl\:focus\:tw-rotate-0:focus{
    --tw-rotate: 0deg;
  }

  .\33xl\:focus\:tw-rotate-1:focus{
    --tw-rotate: 1deg;
  }

  .\33xl\:focus\:tw-rotate-2:focus{
    --tw-rotate: 2deg;
  }

  .\33xl\:focus\:tw-rotate-3:focus{
    --tw-rotate: 3deg;
  }

  .\33xl\:focus\:tw-rotate-6:focus{
    --tw-rotate: 6deg;
  }

  .\33xl\:focus\:tw-rotate-12:focus{
    --tw-rotate: 12deg;
  }

  .\33xl\:focus\:tw-rotate-45:focus{
    --tw-rotate: 45deg;
  }

  .\33xl\:focus\:tw-rotate-90:focus{
    --tw-rotate: 90deg;
  }

  .\33xl\:focus\:tw-rotate-180:focus{
    --tw-rotate: 180deg;
  }

  .\33xl\:focus\:tw--rotate-180:focus{
    --tw-rotate: -180deg;
  }

  .\33xl\:focus\:tw--rotate-90:focus{
    --tw-rotate: -90deg;
  }

  .\33xl\:focus\:tw--rotate-45:focus{
    --tw-rotate: -45deg;
  }

  .\33xl\:focus\:tw--rotate-12:focus{
    --tw-rotate: -12deg;
  }

  .\33xl\:focus\:tw--rotate-6:focus{
    --tw-rotate: -6deg;
  }

  .\33xl\:focus\:tw--rotate-3:focus{
    --tw-rotate: -3deg;
  }

  .\33xl\:focus\:tw--rotate-2:focus{
    --tw-rotate: -2deg;
  }

  .\33xl\:focus\:tw--rotate-1:focus{
    --tw-rotate: -1deg;
  }

  .\33xl\:tw-translate-x-0{
    --tw-translate-x: 0px;
  }

  .\33xl\:tw-translate-x-1{
    --tw-translate-x: 0.25rem;
  }

  .\33xl\:tw-translate-x-2{
    --tw-translate-x: 0.5rem;
  }

  .\33xl\:tw-translate-x-3{
    --tw-translate-x: 0.75rem;
  }

  .\33xl\:tw-translate-x-4{
    --tw-translate-x: 1rem;
  }

  .\33xl\:tw-translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  .\33xl\:tw-translate-x-6{
    --tw-translate-x: 1.5rem;
  }

  .\33xl\:tw-translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  .\33xl\:tw-translate-x-8{
    --tw-translate-x: 2rem;
  }

  .\33xl\:tw-translate-x-9{
    --tw-translate-x: 2.25rem;
  }

  .\33xl\:tw-translate-x-10{
    --tw-translate-x: 2.5rem;
  }

  .\33xl\:tw-translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  .\33xl\:tw-translate-x-12{
    --tw-translate-x: 3rem;
  }

  .\33xl\:tw-translate-x-13{
    --tw-translate-x: 3.25rem;
  }

  .\33xl\:tw-translate-x-14{
    --tw-translate-x: 3.5rem;
  }

  .\33xl\:tw-translate-x-16{
    --tw-translate-x: 4rem;
  }

  .\33xl\:tw-translate-x-20{
    --tw-translate-x: 5rem;
  }

  .\33xl\:tw-translate-x-24{
    --tw-translate-x: 6rem;
  }

  .\33xl\:tw-translate-x-28{
    --tw-translate-x: 7rem;
  }

  .\33xl\:tw-translate-x-32{
    --tw-translate-x: 8rem;
  }

  .\33xl\:tw-translate-x-36{
    --tw-translate-x: 9rem;
  }

  .\33xl\:tw-translate-x-40{
    --tw-translate-x: 10rem;
  }

  .\33xl\:tw-translate-x-44{
    --tw-translate-x: 11rem;
  }

  .\33xl\:tw-translate-x-48{
    --tw-translate-x: 12rem;
  }

  .\33xl\:tw-translate-x-52{
    --tw-translate-x: 13rem;
  }

  .\33xl\:tw-translate-x-56{
    --tw-translate-x: 14rem;
  }

  .\33xl\:tw-translate-x-60{
    --tw-translate-x: 15rem;
  }

  .\33xl\:tw-translate-x-64{
    --tw-translate-x: 16rem;
  }

  .\33xl\:tw-translate-x-72{
    --tw-translate-x: 18rem;
  }

  .\33xl\:tw-translate-x-80{
    --tw-translate-x: 20rem;
  }

  .\33xl\:tw-translate-x-96{
    --tw-translate-x: 24rem;
  }

  .\33xl\:tw-translate-x-px{
    --tw-translate-x: 1px;
  }

  .\33xl\:tw-translate-x-0\.5{
    --tw-translate-x: 0.125rem;
  }

  .\33xl\:tw-translate-x-1\.5{
    --tw-translate-x: 0.375rem;
  }

  .\33xl\:tw-translate-x-2\.5{
    --tw-translate-x: 0.625rem;
  }

  .\33xl\:tw-translate-x-3\.5{
    --tw-translate-x: 0.875rem;
  }

  .\33xl\:tw-translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .\33xl\:tw-translate-x-3\/2{
    --tw-translate-x: 150%;
  }

  .\33xl\:tw-translate-x-square{
    --tw-translate-x: 100%;
  }

  .\33xl\:tw-translate-x-58px{
    --tw-translate-x: 58px;
  }

  .\33xl\:tw-translate-x-63px{
    --tw-translate-x: 63px;
  }

  .\33xl\:tw-translate-x-73px{
    --tw-translate-x: 73.px;
  }

  .\33xl\:tw--translate-x-0{
    --tw-translate-x: 0px;
  }

  .\33xl\:tw--translate-x-1{
    --tw-translate-x: -0.25rem;
  }

  .\33xl\:tw--translate-x-2{
    --tw-translate-x: -0.5rem;
  }

  .\33xl\:tw--translate-x-3{
    --tw-translate-x: -0.75rem;
  }

  .\33xl\:tw--translate-x-4{
    --tw-translate-x: -1rem;
  }

  .\33xl\:tw--translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  .\33xl\:tw--translate-x-6{
    --tw-translate-x: -1.5rem;
  }

  .\33xl\:tw--translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  .\33xl\:tw--translate-x-8{
    --tw-translate-x: -2rem;
  }

  .\33xl\:tw--translate-x-9{
    --tw-translate-x: -2.25rem;
  }

  .\33xl\:tw--translate-x-10{
    --tw-translate-x: -2.5rem;
  }

  .\33xl\:tw--translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  .\33xl\:tw--translate-x-12{
    --tw-translate-x: -3rem;
  }

  .\33xl\:tw--translate-x-13{
    --tw-translate-x: -3.25rem;
  }

  .\33xl\:tw--translate-x-14{
    --tw-translate-x: -3.5rem;
  }

  .\33xl\:tw--translate-x-16{
    --tw-translate-x: -4rem;
  }

  .\33xl\:tw--translate-x-20{
    --tw-translate-x: -5rem;
  }

  .\33xl\:tw--translate-x-24{
    --tw-translate-x: -6rem;
  }

  .\33xl\:tw--translate-x-28{
    --tw-translate-x: -7rem;
  }

  .\33xl\:tw--translate-x-32{
    --tw-translate-x: -8rem;
  }

  .\33xl\:tw--translate-x-36{
    --tw-translate-x: -9rem;
  }

  .\33xl\:tw--translate-x-40{
    --tw-translate-x: -10rem;
  }

  .\33xl\:tw--translate-x-44{
    --tw-translate-x: -11rem;
  }

  .\33xl\:tw--translate-x-48{
    --tw-translate-x: -12rem;
  }

  .\33xl\:tw--translate-x-52{
    --tw-translate-x: -13rem;
  }

  .\33xl\:tw--translate-x-56{
    --tw-translate-x: -14rem;
  }

  .\33xl\:tw--translate-x-60{
    --tw-translate-x: -15rem;
  }

  .\33xl\:tw--translate-x-64{
    --tw-translate-x: -16rem;
  }

  .\33xl\:tw--translate-x-72{
    --tw-translate-x: -18rem;
  }

  .\33xl\:tw--translate-x-80{
    --tw-translate-x: -20rem;
  }

  .\33xl\:tw--translate-x-96{
    --tw-translate-x: -24rem;
  }

  .\33xl\:tw--translate-x-px{
    --tw-translate-x: -1px;
  }

  .\33xl\:tw--translate-x-0\.5{
    --tw-translate-x: -0.125rem;
  }

  .\33xl\:tw--translate-x-1\.5{
    --tw-translate-x: -0.375rem;
  }

  .\33xl\:tw--translate-x-2\.5{
    --tw-translate-x: -0.625rem;
  }

  .\33xl\:tw--translate-x-3\.5{
    --tw-translate-x: -0.875rem;
  }

  .\33xl\:tw--translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .\33xl\:tw--translate-x-3\/2{
    --tw-translate-x: -150%;
  }

  .\33xl\:tw--translate-x-square{
    --tw-translate-x: -100%;
  }

  .\33xl\:tw--translate-x-58px{
    --tw-translate-x: -58px;
  }

  .\33xl\:tw--translate-x-63px{
    --tw-translate-x: -63px;
  }

  .\33xl\:tw--translate-x-73px{
    --tw-translate-x: -73px;
  }

  .\33xl\:tw-translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .\33xl\:tw-translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .\33xl\:tw-translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .\33xl\:tw-translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .\33xl\:tw-translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .\33xl\:tw-translate-x-full{
    --tw-translate-x: 100%;
  }

  .\33xl\:tw--translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .\33xl\:tw--translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .\33xl\:tw--translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .\33xl\:tw--translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .\33xl\:tw--translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .\33xl\:tw--translate-x-full{
    --tw-translate-x: -100%;
  }

  .\33xl\:tw-translate-y-0{
    --tw-translate-y: 0px;
  }

  .\33xl\:tw-translate-y-1{
    --tw-translate-y: 0.25rem;
  }

  .\33xl\:tw-translate-y-2{
    --tw-translate-y: 0.5rem;
  }

  .\33xl\:tw-translate-y-3{
    --tw-translate-y: 0.75rem;
  }

  .\33xl\:tw-translate-y-4{
    --tw-translate-y: 1rem;
  }

  .\33xl\:tw-translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  .\33xl\:tw-translate-y-6{
    --tw-translate-y: 1.5rem;
  }

  .\33xl\:tw-translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  .\33xl\:tw-translate-y-8{
    --tw-translate-y: 2rem;
  }

  .\33xl\:tw-translate-y-9{
    --tw-translate-y: 2.25rem;
  }

  .\33xl\:tw-translate-y-10{
    --tw-translate-y: 2.5rem;
  }

  .\33xl\:tw-translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  .\33xl\:tw-translate-y-12{
    --tw-translate-y: 3rem;
  }

  .\33xl\:tw-translate-y-13{
    --tw-translate-y: 3.25rem;
  }

  .\33xl\:tw-translate-y-14{
    --tw-translate-y: 3.5rem;
  }

  .\33xl\:tw-translate-y-16{
    --tw-translate-y: 4rem;
  }

  .\33xl\:tw-translate-y-20{
    --tw-translate-y: 5rem;
  }

  .\33xl\:tw-translate-y-24{
    --tw-translate-y: 6rem;
  }

  .\33xl\:tw-translate-y-28{
    --tw-translate-y: 7rem;
  }

  .\33xl\:tw-translate-y-32{
    --tw-translate-y: 8rem;
  }

  .\33xl\:tw-translate-y-36{
    --tw-translate-y: 9rem;
  }

  .\33xl\:tw-translate-y-40{
    --tw-translate-y: 10rem;
  }

  .\33xl\:tw-translate-y-44{
    --tw-translate-y: 11rem;
  }

  .\33xl\:tw-translate-y-48{
    --tw-translate-y: 12rem;
  }

  .\33xl\:tw-translate-y-52{
    --tw-translate-y: 13rem;
  }

  .\33xl\:tw-translate-y-56{
    --tw-translate-y: 14rem;
  }

  .\33xl\:tw-translate-y-60{
    --tw-translate-y: 15rem;
  }

  .\33xl\:tw-translate-y-64{
    --tw-translate-y: 16rem;
  }

  .\33xl\:tw-translate-y-72{
    --tw-translate-y: 18rem;
  }

  .\33xl\:tw-translate-y-80{
    --tw-translate-y: 20rem;
  }

  .\33xl\:tw-translate-y-96{
    --tw-translate-y: 24rem;
  }

  .\33xl\:tw-translate-y-px{
    --tw-translate-y: 1px;
  }

  .\33xl\:tw-translate-y-0\.5{
    --tw-translate-y: 0.125rem;
  }

  .\33xl\:tw-translate-y-1\.5{
    --tw-translate-y: 0.375rem;
  }

  .\33xl\:tw-translate-y-2\.5{
    --tw-translate-y: 0.625rem;
  }

  .\33xl\:tw-translate-y-3\.5{
    --tw-translate-y: 0.875rem;
  }

  .\33xl\:tw-translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .\33xl\:tw-translate-y-3\/2{
    --tw-translate-y: 150%;
  }

  .\33xl\:tw-translate-y-square{
    --tw-translate-y: 100%;
  }

  .\33xl\:tw-translate-y-58px{
    --tw-translate-y: 58px;
  }

  .\33xl\:tw-translate-y-63px{
    --tw-translate-y: 63px;
  }

  .\33xl\:tw-translate-y-73px{
    --tw-translate-y: 73.px;
  }

  .\33xl\:tw--translate-y-0{
    --tw-translate-y: 0px;
  }

  .\33xl\:tw--translate-y-1{
    --tw-translate-y: -0.25rem;
  }

  .\33xl\:tw--translate-y-2{
    --tw-translate-y: -0.5rem;
  }

  .\33xl\:tw--translate-y-3{
    --tw-translate-y: -0.75rem;
  }

  .\33xl\:tw--translate-y-4{
    --tw-translate-y: -1rem;
  }

  .\33xl\:tw--translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  .\33xl\:tw--translate-y-6{
    --tw-translate-y: -1.5rem;
  }

  .\33xl\:tw--translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  .\33xl\:tw--translate-y-8{
    --tw-translate-y: -2rem;
  }

  .\33xl\:tw--translate-y-9{
    --tw-translate-y: -2.25rem;
  }

  .\33xl\:tw--translate-y-10{
    --tw-translate-y: -2.5rem;
  }

  .\33xl\:tw--translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  .\33xl\:tw--translate-y-12{
    --tw-translate-y: -3rem;
  }

  .\33xl\:tw--translate-y-13{
    --tw-translate-y: -3.25rem;
  }

  .\33xl\:tw--translate-y-14{
    --tw-translate-y: -3.5rem;
  }

  .\33xl\:tw--translate-y-16{
    --tw-translate-y: -4rem;
  }

  .\33xl\:tw--translate-y-20{
    --tw-translate-y: -5rem;
  }

  .\33xl\:tw--translate-y-24{
    --tw-translate-y: -6rem;
  }

  .\33xl\:tw--translate-y-28{
    --tw-translate-y: -7rem;
  }

  .\33xl\:tw--translate-y-32{
    --tw-translate-y: -8rem;
  }

  .\33xl\:tw--translate-y-36{
    --tw-translate-y: -9rem;
  }

  .\33xl\:tw--translate-y-40{
    --tw-translate-y: -10rem;
  }

  .\33xl\:tw--translate-y-44{
    --tw-translate-y: -11rem;
  }

  .\33xl\:tw--translate-y-48{
    --tw-translate-y: -12rem;
  }

  .\33xl\:tw--translate-y-52{
    --tw-translate-y: -13rem;
  }

  .\33xl\:tw--translate-y-56{
    --tw-translate-y: -14rem;
  }

  .\33xl\:tw--translate-y-60{
    --tw-translate-y: -15rem;
  }

  .\33xl\:tw--translate-y-64{
    --tw-translate-y: -16rem;
  }

  .\33xl\:tw--translate-y-72{
    --tw-translate-y: -18rem;
  }

  .\33xl\:tw--translate-y-80{
    --tw-translate-y: -20rem;
  }

  .\33xl\:tw--translate-y-96{
    --tw-translate-y: -24rem;
  }

  .\33xl\:tw--translate-y-px{
    --tw-translate-y: -1px;
  }

  .\33xl\:tw--translate-y-0\.5{
    --tw-translate-y: -0.125rem;
  }

  .\33xl\:tw--translate-y-1\.5{
    --tw-translate-y: -0.375rem;
  }

  .\33xl\:tw--translate-y-2\.5{
    --tw-translate-y: -0.625rem;
  }

  .\33xl\:tw--translate-y-3\.5{
    --tw-translate-y: -0.875rem;
  }

  .\33xl\:tw--translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .\33xl\:tw--translate-y-3\/2{
    --tw-translate-y: -150%;
  }

  .\33xl\:tw--translate-y-square{
    --tw-translate-y: -100%;
  }

  .\33xl\:tw--translate-y-58px{
    --tw-translate-y: -58px;
  }

  .\33xl\:tw--translate-y-63px{
    --tw-translate-y: -63px;
  }

  .\33xl\:tw--translate-y-73px{
    --tw-translate-y: -73px;
  }

  .\33xl\:tw-translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .\33xl\:tw-translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .\33xl\:tw-translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .\33xl\:tw-translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .\33xl\:tw-translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .\33xl\:tw-translate-y-full{
    --tw-translate-y: 100%;
  }

  .\33xl\:tw--translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .\33xl\:tw--translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .\33xl\:tw--translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .\33xl\:tw--translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .\33xl\:tw--translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .\33xl\:tw--translate-y-full{
    --tw-translate-y: -100%;
  }

  .\33xl\:hover\:tw-translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .\33xl\:hover\:tw-translate-x-1:hover{
    --tw-translate-x: 0.25rem;
  }

  .\33xl\:hover\:tw-translate-x-2:hover{
    --tw-translate-x: 0.5rem;
  }

  .\33xl\:hover\:tw-translate-x-3:hover{
    --tw-translate-x: 0.75rem;
  }

  .\33xl\:hover\:tw-translate-x-4:hover{
    --tw-translate-x: 1rem;
  }

  .\33xl\:hover\:tw-translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  .\33xl\:hover\:tw-translate-x-6:hover{
    --tw-translate-x: 1.5rem;
  }

  .\33xl\:hover\:tw-translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  .\33xl\:hover\:tw-translate-x-8:hover{
    --tw-translate-x: 2rem;
  }

  .\33xl\:hover\:tw-translate-x-9:hover{
    --tw-translate-x: 2.25rem;
  }

  .\33xl\:hover\:tw-translate-x-10:hover{
    --tw-translate-x: 2.5rem;
  }

  .\33xl\:hover\:tw-translate-x-11:hover{
    --tw-translate-x: 2.75rem;
  }

  .\33xl\:hover\:tw-translate-x-12:hover{
    --tw-translate-x: 3rem;
  }

  .\33xl\:hover\:tw-translate-x-13:hover{
    --tw-translate-x: 3.25rem;
  }

  .\33xl\:hover\:tw-translate-x-14:hover{
    --tw-translate-x: 3.5rem;
  }

  .\33xl\:hover\:tw-translate-x-16:hover{
    --tw-translate-x: 4rem;
  }

  .\33xl\:hover\:tw-translate-x-20:hover{
    --tw-translate-x: 5rem;
  }

  .\33xl\:hover\:tw-translate-x-24:hover{
    --tw-translate-x: 6rem;
  }

  .\33xl\:hover\:tw-translate-x-28:hover{
    --tw-translate-x: 7rem;
  }

  .\33xl\:hover\:tw-translate-x-32:hover{
    --tw-translate-x: 8rem;
  }

  .\33xl\:hover\:tw-translate-x-36:hover{
    --tw-translate-x: 9rem;
  }

  .\33xl\:hover\:tw-translate-x-40:hover{
    --tw-translate-x: 10rem;
  }

  .\33xl\:hover\:tw-translate-x-44:hover{
    --tw-translate-x: 11rem;
  }

  .\33xl\:hover\:tw-translate-x-48:hover{
    --tw-translate-x: 12rem;
  }

  .\33xl\:hover\:tw-translate-x-52:hover{
    --tw-translate-x: 13rem;
  }

  .\33xl\:hover\:tw-translate-x-56:hover{
    --tw-translate-x: 14rem;
  }

  .\33xl\:hover\:tw-translate-x-60:hover{
    --tw-translate-x: 15rem;
  }

  .\33xl\:hover\:tw-translate-x-64:hover{
    --tw-translate-x: 16rem;
  }

  .\33xl\:hover\:tw-translate-x-72:hover{
    --tw-translate-x: 18rem;
  }

  .\33xl\:hover\:tw-translate-x-80:hover{
    --tw-translate-x: 20rem;
  }

  .\33xl\:hover\:tw-translate-x-96:hover{
    --tw-translate-x: 24rem;
  }

  .\33xl\:hover\:tw-translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  .\33xl\:hover\:tw-translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem;
  }

  .\33xl\:hover\:tw-translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem;
  }

  .\33xl\:hover\:tw-translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem;
  }

  .\33xl\:hover\:tw-translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem;
  }

  .\33xl\:hover\:tw-translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  .\33xl\:hover\:tw-translate-x-3\/2:hover{
    --tw-translate-x: 150%;
  }

  .\33xl\:hover\:tw-translate-x-square:hover{
    --tw-translate-x: 100%;
  }

  .\33xl\:hover\:tw-translate-x-58px:hover{
    --tw-translate-x: 58px;
  }

  .\33xl\:hover\:tw-translate-x-63px:hover{
    --tw-translate-x: 63px;
  }

  .\33xl\:hover\:tw-translate-x-73px:hover{
    --tw-translate-x: 73.px;
  }

  .\33xl\:hover\:tw--translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .\33xl\:hover\:tw--translate-x-1:hover{
    --tw-translate-x: -0.25rem;
  }

  .\33xl\:hover\:tw--translate-x-2:hover{
    --tw-translate-x: -0.5rem;
  }

  .\33xl\:hover\:tw--translate-x-3:hover{
    --tw-translate-x: -0.75rem;
  }

  .\33xl\:hover\:tw--translate-x-4:hover{
    --tw-translate-x: -1rem;
  }

  .\33xl\:hover\:tw--translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  .\33xl\:hover\:tw--translate-x-6:hover{
    --tw-translate-x: -1.5rem;
  }

  .\33xl\:hover\:tw--translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  .\33xl\:hover\:tw--translate-x-8:hover{
    --tw-translate-x: -2rem;
  }

  .\33xl\:hover\:tw--translate-x-9:hover{
    --tw-translate-x: -2.25rem;
  }

  .\33xl\:hover\:tw--translate-x-10:hover{
    --tw-translate-x: -2.5rem;
  }

  .\33xl\:hover\:tw--translate-x-11:hover{
    --tw-translate-x: -2.75rem;
  }

  .\33xl\:hover\:tw--translate-x-12:hover{
    --tw-translate-x: -3rem;
  }

  .\33xl\:hover\:tw--translate-x-13:hover{
    --tw-translate-x: -3.25rem;
  }

  .\33xl\:hover\:tw--translate-x-14:hover{
    --tw-translate-x: -3.5rem;
  }

  .\33xl\:hover\:tw--translate-x-16:hover{
    --tw-translate-x: -4rem;
  }

  .\33xl\:hover\:tw--translate-x-20:hover{
    --tw-translate-x: -5rem;
  }

  .\33xl\:hover\:tw--translate-x-24:hover{
    --tw-translate-x: -6rem;
  }

  .\33xl\:hover\:tw--translate-x-28:hover{
    --tw-translate-x: -7rem;
  }

  .\33xl\:hover\:tw--translate-x-32:hover{
    --tw-translate-x: -8rem;
  }

  .\33xl\:hover\:tw--translate-x-36:hover{
    --tw-translate-x: -9rem;
  }

  .\33xl\:hover\:tw--translate-x-40:hover{
    --tw-translate-x: -10rem;
  }

  .\33xl\:hover\:tw--translate-x-44:hover{
    --tw-translate-x: -11rem;
  }

  .\33xl\:hover\:tw--translate-x-48:hover{
    --tw-translate-x: -12rem;
  }

  .\33xl\:hover\:tw--translate-x-52:hover{
    --tw-translate-x: -13rem;
  }

  .\33xl\:hover\:tw--translate-x-56:hover{
    --tw-translate-x: -14rem;
  }

  .\33xl\:hover\:tw--translate-x-60:hover{
    --tw-translate-x: -15rem;
  }

  .\33xl\:hover\:tw--translate-x-64:hover{
    --tw-translate-x: -16rem;
  }

  .\33xl\:hover\:tw--translate-x-72:hover{
    --tw-translate-x: -18rem;
  }

  .\33xl\:hover\:tw--translate-x-80:hover{
    --tw-translate-x: -20rem;
  }

  .\33xl\:hover\:tw--translate-x-96:hover{
    --tw-translate-x: -24rem;
  }

  .\33xl\:hover\:tw--translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  .\33xl\:hover\:tw--translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem;
  }

  .\33xl\:hover\:tw--translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem;
  }

  .\33xl\:hover\:tw--translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem;
  }

  .\33xl\:hover\:tw--translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem;
  }

  .\33xl\:hover\:tw--translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  .\33xl\:hover\:tw--translate-x-3\/2:hover{
    --tw-translate-x: -150%;
  }

  .\33xl\:hover\:tw--translate-x-square:hover{
    --tw-translate-x: -100%;
  }

  .\33xl\:hover\:tw--translate-x-58px:hover{
    --tw-translate-x: -58px;
  }

  .\33xl\:hover\:tw--translate-x-63px:hover{
    --tw-translate-x: -63px;
  }

  .\33xl\:hover\:tw--translate-x-73px:hover{
    --tw-translate-x: -73px;
  }

  .\33xl\:hover\:tw-translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .\33xl\:hover\:tw-translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  .\33xl\:hover\:tw-translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  .\33xl\:hover\:tw-translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  .\33xl\:hover\:tw-translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  .\33xl\:hover\:tw-translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .\33xl\:hover\:tw--translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .\33xl\:hover\:tw--translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  .\33xl\:hover\:tw--translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  .\33xl\:hover\:tw--translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  .\33xl\:hover\:tw--translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  .\33xl\:hover\:tw--translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .\33xl\:hover\:tw-translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .\33xl\:hover\:tw-translate-y-1:hover{
    --tw-translate-y: 0.25rem;
  }

  .\33xl\:hover\:tw-translate-y-2:hover{
    --tw-translate-y: 0.5rem;
  }

  .\33xl\:hover\:tw-translate-y-3:hover{
    --tw-translate-y: 0.75rem;
  }

  .\33xl\:hover\:tw-translate-y-4:hover{
    --tw-translate-y: 1rem;
  }

  .\33xl\:hover\:tw-translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  .\33xl\:hover\:tw-translate-y-6:hover{
    --tw-translate-y: 1.5rem;
  }

  .\33xl\:hover\:tw-translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  .\33xl\:hover\:tw-translate-y-8:hover{
    --tw-translate-y: 2rem;
  }

  .\33xl\:hover\:tw-translate-y-9:hover{
    --tw-translate-y: 2.25rem;
  }

  .\33xl\:hover\:tw-translate-y-10:hover{
    --tw-translate-y: 2.5rem;
  }

  .\33xl\:hover\:tw-translate-y-11:hover{
    --tw-translate-y: 2.75rem;
  }

  .\33xl\:hover\:tw-translate-y-12:hover{
    --tw-translate-y: 3rem;
  }

  .\33xl\:hover\:tw-translate-y-13:hover{
    --tw-translate-y: 3.25rem;
  }

  .\33xl\:hover\:tw-translate-y-14:hover{
    --tw-translate-y: 3.5rem;
  }

  .\33xl\:hover\:tw-translate-y-16:hover{
    --tw-translate-y: 4rem;
  }

  .\33xl\:hover\:tw-translate-y-20:hover{
    --tw-translate-y: 5rem;
  }

  .\33xl\:hover\:tw-translate-y-24:hover{
    --tw-translate-y: 6rem;
  }

  .\33xl\:hover\:tw-translate-y-28:hover{
    --tw-translate-y: 7rem;
  }

  .\33xl\:hover\:tw-translate-y-32:hover{
    --tw-translate-y: 8rem;
  }

  .\33xl\:hover\:tw-translate-y-36:hover{
    --tw-translate-y: 9rem;
  }

  .\33xl\:hover\:tw-translate-y-40:hover{
    --tw-translate-y: 10rem;
  }

  .\33xl\:hover\:tw-translate-y-44:hover{
    --tw-translate-y: 11rem;
  }

  .\33xl\:hover\:tw-translate-y-48:hover{
    --tw-translate-y: 12rem;
  }

  .\33xl\:hover\:tw-translate-y-52:hover{
    --tw-translate-y: 13rem;
  }

  .\33xl\:hover\:tw-translate-y-56:hover{
    --tw-translate-y: 14rem;
  }

  .\33xl\:hover\:tw-translate-y-60:hover{
    --tw-translate-y: 15rem;
  }

  .\33xl\:hover\:tw-translate-y-64:hover{
    --tw-translate-y: 16rem;
  }

  .\33xl\:hover\:tw-translate-y-72:hover{
    --tw-translate-y: 18rem;
  }

  .\33xl\:hover\:tw-translate-y-80:hover{
    --tw-translate-y: 20rem;
  }

  .\33xl\:hover\:tw-translate-y-96:hover{
    --tw-translate-y: 24rem;
  }

  .\33xl\:hover\:tw-translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  .\33xl\:hover\:tw-translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem;
  }

  .\33xl\:hover\:tw-translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem;
  }

  .\33xl\:hover\:tw-translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem;
  }

  .\33xl\:hover\:tw-translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem;
  }

  .\33xl\:hover\:tw-translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  .\33xl\:hover\:tw-translate-y-3\/2:hover{
    --tw-translate-y: 150%;
  }

  .\33xl\:hover\:tw-translate-y-square:hover{
    --tw-translate-y: 100%;
  }

  .\33xl\:hover\:tw-translate-y-58px:hover{
    --tw-translate-y: 58px;
  }

  .\33xl\:hover\:tw-translate-y-63px:hover{
    --tw-translate-y: 63px;
  }

  .\33xl\:hover\:tw-translate-y-73px:hover{
    --tw-translate-y: 73.px;
  }

  .\33xl\:hover\:tw--translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .\33xl\:hover\:tw--translate-y-1:hover{
    --tw-translate-y: -0.25rem;
  }

  .\33xl\:hover\:tw--translate-y-2:hover{
    --tw-translate-y: -0.5rem;
  }

  .\33xl\:hover\:tw--translate-y-3:hover{
    --tw-translate-y: -0.75rem;
  }

  .\33xl\:hover\:tw--translate-y-4:hover{
    --tw-translate-y: -1rem;
  }

  .\33xl\:hover\:tw--translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  .\33xl\:hover\:tw--translate-y-6:hover{
    --tw-translate-y: -1.5rem;
  }

  .\33xl\:hover\:tw--translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  .\33xl\:hover\:tw--translate-y-8:hover{
    --tw-translate-y: -2rem;
  }

  .\33xl\:hover\:tw--translate-y-9:hover{
    --tw-translate-y: -2.25rem;
  }

  .\33xl\:hover\:tw--translate-y-10:hover{
    --tw-translate-y: -2.5rem;
  }

  .\33xl\:hover\:tw--translate-y-11:hover{
    --tw-translate-y: -2.75rem;
  }

  .\33xl\:hover\:tw--translate-y-12:hover{
    --tw-translate-y: -3rem;
  }

  .\33xl\:hover\:tw--translate-y-13:hover{
    --tw-translate-y: -3.25rem;
  }

  .\33xl\:hover\:tw--translate-y-14:hover{
    --tw-translate-y: -3.5rem;
  }

  .\33xl\:hover\:tw--translate-y-16:hover{
    --tw-translate-y: -4rem;
  }

  .\33xl\:hover\:tw--translate-y-20:hover{
    --tw-translate-y: -5rem;
  }

  .\33xl\:hover\:tw--translate-y-24:hover{
    --tw-translate-y: -6rem;
  }

  .\33xl\:hover\:tw--translate-y-28:hover{
    --tw-translate-y: -7rem;
  }

  .\33xl\:hover\:tw--translate-y-32:hover{
    --tw-translate-y: -8rem;
  }

  .\33xl\:hover\:tw--translate-y-36:hover{
    --tw-translate-y: -9rem;
  }

  .\33xl\:hover\:tw--translate-y-40:hover{
    --tw-translate-y: -10rem;
  }

  .\33xl\:hover\:tw--translate-y-44:hover{
    --tw-translate-y: -11rem;
  }

  .\33xl\:hover\:tw--translate-y-48:hover{
    --tw-translate-y: -12rem;
  }

  .\33xl\:hover\:tw--translate-y-52:hover{
    --tw-translate-y: -13rem;
  }

  .\33xl\:hover\:tw--translate-y-56:hover{
    --tw-translate-y: -14rem;
  }

  .\33xl\:hover\:tw--translate-y-60:hover{
    --tw-translate-y: -15rem;
  }

  .\33xl\:hover\:tw--translate-y-64:hover{
    --tw-translate-y: -16rem;
  }

  .\33xl\:hover\:tw--translate-y-72:hover{
    --tw-translate-y: -18rem;
  }

  .\33xl\:hover\:tw--translate-y-80:hover{
    --tw-translate-y: -20rem;
  }

  .\33xl\:hover\:tw--translate-y-96:hover{
    --tw-translate-y: -24rem;
  }

  .\33xl\:hover\:tw--translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  .\33xl\:hover\:tw--translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem;
  }

  .\33xl\:hover\:tw--translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem;
  }

  .\33xl\:hover\:tw--translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem;
  }

  .\33xl\:hover\:tw--translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem;
  }

  .\33xl\:hover\:tw--translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  .\33xl\:hover\:tw--translate-y-3\/2:hover{
    --tw-translate-y: -150%;
  }

  .\33xl\:hover\:tw--translate-y-square:hover{
    --tw-translate-y: -100%;
  }

  .\33xl\:hover\:tw--translate-y-58px:hover{
    --tw-translate-y: -58px;
  }

  .\33xl\:hover\:tw--translate-y-63px:hover{
    --tw-translate-y: -63px;
  }

  .\33xl\:hover\:tw--translate-y-73px:hover{
    --tw-translate-y: -73px;
  }

  .\33xl\:hover\:tw-translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .\33xl\:hover\:tw-translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  .\33xl\:hover\:tw-translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  .\33xl\:hover\:tw-translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  .\33xl\:hover\:tw-translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  .\33xl\:hover\:tw-translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .\33xl\:hover\:tw--translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .\33xl\:hover\:tw--translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  .\33xl\:hover\:tw--translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  .\33xl\:hover\:tw--translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  .\33xl\:hover\:tw--translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  .\33xl\:hover\:tw--translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .\33xl\:focus\:tw-translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .\33xl\:focus\:tw-translate-x-1:focus{
    --tw-translate-x: 0.25rem;
  }

  .\33xl\:focus\:tw-translate-x-2:focus{
    --tw-translate-x: 0.5rem;
  }

  .\33xl\:focus\:tw-translate-x-3:focus{
    --tw-translate-x: 0.75rem;
  }

  .\33xl\:focus\:tw-translate-x-4:focus{
    --tw-translate-x: 1rem;
  }

  .\33xl\:focus\:tw-translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  .\33xl\:focus\:tw-translate-x-6:focus{
    --tw-translate-x: 1.5rem;
  }

  .\33xl\:focus\:tw-translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  .\33xl\:focus\:tw-translate-x-8:focus{
    --tw-translate-x: 2rem;
  }

  .\33xl\:focus\:tw-translate-x-9:focus{
    --tw-translate-x: 2.25rem;
  }

  .\33xl\:focus\:tw-translate-x-10:focus{
    --tw-translate-x: 2.5rem;
  }

  .\33xl\:focus\:tw-translate-x-11:focus{
    --tw-translate-x: 2.75rem;
  }

  .\33xl\:focus\:tw-translate-x-12:focus{
    --tw-translate-x: 3rem;
  }

  .\33xl\:focus\:tw-translate-x-13:focus{
    --tw-translate-x: 3.25rem;
  }

  .\33xl\:focus\:tw-translate-x-14:focus{
    --tw-translate-x: 3.5rem;
  }

  .\33xl\:focus\:tw-translate-x-16:focus{
    --tw-translate-x: 4rem;
  }

  .\33xl\:focus\:tw-translate-x-20:focus{
    --tw-translate-x: 5rem;
  }

  .\33xl\:focus\:tw-translate-x-24:focus{
    --tw-translate-x: 6rem;
  }

  .\33xl\:focus\:tw-translate-x-28:focus{
    --tw-translate-x: 7rem;
  }

  .\33xl\:focus\:tw-translate-x-32:focus{
    --tw-translate-x: 8rem;
  }

  .\33xl\:focus\:tw-translate-x-36:focus{
    --tw-translate-x: 9rem;
  }

  .\33xl\:focus\:tw-translate-x-40:focus{
    --tw-translate-x: 10rem;
  }

  .\33xl\:focus\:tw-translate-x-44:focus{
    --tw-translate-x: 11rem;
  }

  .\33xl\:focus\:tw-translate-x-48:focus{
    --tw-translate-x: 12rem;
  }

  .\33xl\:focus\:tw-translate-x-52:focus{
    --tw-translate-x: 13rem;
  }

  .\33xl\:focus\:tw-translate-x-56:focus{
    --tw-translate-x: 14rem;
  }

  .\33xl\:focus\:tw-translate-x-60:focus{
    --tw-translate-x: 15rem;
  }

  .\33xl\:focus\:tw-translate-x-64:focus{
    --tw-translate-x: 16rem;
  }

  .\33xl\:focus\:tw-translate-x-72:focus{
    --tw-translate-x: 18rem;
  }

  .\33xl\:focus\:tw-translate-x-80:focus{
    --tw-translate-x: 20rem;
  }

  .\33xl\:focus\:tw-translate-x-96:focus{
    --tw-translate-x: 24rem;
  }

  .\33xl\:focus\:tw-translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  .\33xl\:focus\:tw-translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem;
  }

  .\33xl\:focus\:tw-translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem;
  }

  .\33xl\:focus\:tw-translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem;
  }

  .\33xl\:focus\:tw-translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem;
  }

  .\33xl\:focus\:tw-translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  .\33xl\:focus\:tw-translate-x-3\/2:focus{
    --tw-translate-x: 150%;
  }

  .\33xl\:focus\:tw-translate-x-square:focus{
    --tw-translate-x: 100%;
  }

  .\33xl\:focus\:tw-translate-x-58px:focus{
    --tw-translate-x: 58px;
  }

  .\33xl\:focus\:tw-translate-x-63px:focus{
    --tw-translate-x: 63px;
  }

  .\33xl\:focus\:tw-translate-x-73px:focus{
    --tw-translate-x: 73.px;
  }

  .\33xl\:focus\:tw--translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .\33xl\:focus\:tw--translate-x-1:focus{
    --tw-translate-x: -0.25rem;
  }

  .\33xl\:focus\:tw--translate-x-2:focus{
    --tw-translate-x: -0.5rem;
  }

  .\33xl\:focus\:tw--translate-x-3:focus{
    --tw-translate-x: -0.75rem;
  }

  .\33xl\:focus\:tw--translate-x-4:focus{
    --tw-translate-x: -1rem;
  }

  .\33xl\:focus\:tw--translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  .\33xl\:focus\:tw--translate-x-6:focus{
    --tw-translate-x: -1.5rem;
  }

  .\33xl\:focus\:tw--translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  .\33xl\:focus\:tw--translate-x-8:focus{
    --tw-translate-x: -2rem;
  }

  .\33xl\:focus\:tw--translate-x-9:focus{
    --tw-translate-x: -2.25rem;
  }

  .\33xl\:focus\:tw--translate-x-10:focus{
    --tw-translate-x: -2.5rem;
  }

  .\33xl\:focus\:tw--translate-x-11:focus{
    --tw-translate-x: -2.75rem;
  }

  .\33xl\:focus\:tw--translate-x-12:focus{
    --tw-translate-x: -3rem;
  }

  .\33xl\:focus\:tw--translate-x-13:focus{
    --tw-translate-x: -3.25rem;
  }

  .\33xl\:focus\:tw--translate-x-14:focus{
    --tw-translate-x: -3.5rem;
  }

  .\33xl\:focus\:tw--translate-x-16:focus{
    --tw-translate-x: -4rem;
  }

  .\33xl\:focus\:tw--translate-x-20:focus{
    --tw-translate-x: -5rem;
  }

  .\33xl\:focus\:tw--translate-x-24:focus{
    --tw-translate-x: -6rem;
  }

  .\33xl\:focus\:tw--translate-x-28:focus{
    --tw-translate-x: -7rem;
  }

  .\33xl\:focus\:tw--translate-x-32:focus{
    --tw-translate-x: -8rem;
  }

  .\33xl\:focus\:tw--translate-x-36:focus{
    --tw-translate-x: -9rem;
  }

  .\33xl\:focus\:tw--translate-x-40:focus{
    --tw-translate-x: -10rem;
  }

  .\33xl\:focus\:tw--translate-x-44:focus{
    --tw-translate-x: -11rem;
  }

  .\33xl\:focus\:tw--translate-x-48:focus{
    --tw-translate-x: -12rem;
  }

  .\33xl\:focus\:tw--translate-x-52:focus{
    --tw-translate-x: -13rem;
  }

  .\33xl\:focus\:tw--translate-x-56:focus{
    --tw-translate-x: -14rem;
  }

  .\33xl\:focus\:tw--translate-x-60:focus{
    --tw-translate-x: -15rem;
  }

  .\33xl\:focus\:tw--translate-x-64:focus{
    --tw-translate-x: -16rem;
  }

  .\33xl\:focus\:tw--translate-x-72:focus{
    --tw-translate-x: -18rem;
  }

  .\33xl\:focus\:tw--translate-x-80:focus{
    --tw-translate-x: -20rem;
  }

  .\33xl\:focus\:tw--translate-x-96:focus{
    --tw-translate-x: -24rem;
  }

  .\33xl\:focus\:tw--translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  .\33xl\:focus\:tw--translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem;
  }

  .\33xl\:focus\:tw--translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem;
  }

  .\33xl\:focus\:tw--translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem;
  }

  .\33xl\:focus\:tw--translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem;
  }

  .\33xl\:focus\:tw--translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  .\33xl\:focus\:tw--translate-x-3\/2:focus{
    --tw-translate-x: -150%;
  }

  .\33xl\:focus\:tw--translate-x-square:focus{
    --tw-translate-x: -100%;
  }

  .\33xl\:focus\:tw--translate-x-58px:focus{
    --tw-translate-x: -58px;
  }

  .\33xl\:focus\:tw--translate-x-63px:focus{
    --tw-translate-x: -63px;
  }

  .\33xl\:focus\:tw--translate-x-73px:focus{
    --tw-translate-x: -73px;
  }

  .\33xl\:focus\:tw-translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .\33xl\:focus\:tw-translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  .\33xl\:focus\:tw-translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  .\33xl\:focus\:tw-translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  .\33xl\:focus\:tw-translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  .\33xl\:focus\:tw-translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .\33xl\:focus\:tw--translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .\33xl\:focus\:tw--translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  .\33xl\:focus\:tw--translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  .\33xl\:focus\:tw--translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  .\33xl\:focus\:tw--translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  .\33xl\:focus\:tw--translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .\33xl\:focus\:tw-translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .\33xl\:focus\:tw-translate-y-1:focus{
    --tw-translate-y: 0.25rem;
  }

  .\33xl\:focus\:tw-translate-y-2:focus{
    --tw-translate-y: 0.5rem;
  }

  .\33xl\:focus\:tw-translate-y-3:focus{
    --tw-translate-y: 0.75rem;
  }

  .\33xl\:focus\:tw-translate-y-4:focus{
    --tw-translate-y: 1rem;
  }

  .\33xl\:focus\:tw-translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  .\33xl\:focus\:tw-translate-y-6:focus{
    --tw-translate-y: 1.5rem;
  }

  .\33xl\:focus\:tw-translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  .\33xl\:focus\:tw-translate-y-8:focus{
    --tw-translate-y: 2rem;
  }

  .\33xl\:focus\:tw-translate-y-9:focus{
    --tw-translate-y: 2.25rem;
  }

  .\33xl\:focus\:tw-translate-y-10:focus{
    --tw-translate-y: 2.5rem;
  }

  .\33xl\:focus\:tw-translate-y-11:focus{
    --tw-translate-y: 2.75rem;
  }

  .\33xl\:focus\:tw-translate-y-12:focus{
    --tw-translate-y: 3rem;
  }

  .\33xl\:focus\:tw-translate-y-13:focus{
    --tw-translate-y: 3.25rem;
  }

  .\33xl\:focus\:tw-translate-y-14:focus{
    --tw-translate-y: 3.5rem;
  }

  .\33xl\:focus\:tw-translate-y-16:focus{
    --tw-translate-y: 4rem;
  }

  .\33xl\:focus\:tw-translate-y-20:focus{
    --tw-translate-y: 5rem;
  }

  .\33xl\:focus\:tw-translate-y-24:focus{
    --tw-translate-y: 6rem;
  }

  .\33xl\:focus\:tw-translate-y-28:focus{
    --tw-translate-y: 7rem;
  }

  .\33xl\:focus\:tw-translate-y-32:focus{
    --tw-translate-y: 8rem;
  }

  .\33xl\:focus\:tw-translate-y-36:focus{
    --tw-translate-y: 9rem;
  }

  .\33xl\:focus\:tw-translate-y-40:focus{
    --tw-translate-y: 10rem;
  }

  .\33xl\:focus\:tw-translate-y-44:focus{
    --tw-translate-y: 11rem;
  }

  .\33xl\:focus\:tw-translate-y-48:focus{
    --tw-translate-y: 12rem;
  }

  .\33xl\:focus\:tw-translate-y-52:focus{
    --tw-translate-y: 13rem;
  }

  .\33xl\:focus\:tw-translate-y-56:focus{
    --tw-translate-y: 14rem;
  }

  .\33xl\:focus\:tw-translate-y-60:focus{
    --tw-translate-y: 15rem;
  }

  .\33xl\:focus\:tw-translate-y-64:focus{
    --tw-translate-y: 16rem;
  }

  .\33xl\:focus\:tw-translate-y-72:focus{
    --tw-translate-y: 18rem;
  }

  .\33xl\:focus\:tw-translate-y-80:focus{
    --tw-translate-y: 20rem;
  }

  .\33xl\:focus\:tw-translate-y-96:focus{
    --tw-translate-y: 24rem;
  }

  .\33xl\:focus\:tw-translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  .\33xl\:focus\:tw-translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem;
  }

  .\33xl\:focus\:tw-translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem;
  }

  .\33xl\:focus\:tw-translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem;
  }

  .\33xl\:focus\:tw-translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem;
  }

  .\33xl\:focus\:tw-translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  .\33xl\:focus\:tw-translate-y-3\/2:focus{
    --tw-translate-y: 150%;
  }

  .\33xl\:focus\:tw-translate-y-square:focus{
    --tw-translate-y: 100%;
  }

  .\33xl\:focus\:tw-translate-y-58px:focus{
    --tw-translate-y: 58px;
  }

  .\33xl\:focus\:tw-translate-y-63px:focus{
    --tw-translate-y: 63px;
  }

  .\33xl\:focus\:tw-translate-y-73px:focus{
    --tw-translate-y: 73.px;
  }

  .\33xl\:focus\:tw--translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .\33xl\:focus\:tw--translate-y-1:focus{
    --tw-translate-y: -0.25rem;
  }

  .\33xl\:focus\:tw--translate-y-2:focus{
    --tw-translate-y: -0.5rem;
  }

  .\33xl\:focus\:tw--translate-y-3:focus{
    --tw-translate-y: -0.75rem;
  }

  .\33xl\:focus\:tw--translate-y-4:focus{
    --tw-translate-y: -1rem;
  }

  .\33xl\:focus\:tw--translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  .\33xl\:focus\:tw--translate-y-6:focus{
    --tw-translate-y: -1.5rem;
  }

  .\33xl\:focus\:tw--translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  .\33xl\:focus\:tw--translate-y-8:focus{
    --tw-translate-y: -2rem;
  }

  .\33xl\:focus\:tw--translate-y-9:focus{
    --tw-translate-y: -2.25rem;
  }

  .\33xl\:focus\:tw--translate-y-10:focus{
    --tw-translate-y: -2.5rem;
  }

  .\33xl\:focus\:tw--translate-y-11:focus{
    --tw-translate-y: -2.75rem;
  }

  .\33xl\:focus\:tw--translate-y-12:focus{
    --tw-translate-y: -3rem;
  }

  .\33xl\:focus\:tw--translate-y-13:focus{
    --tw-translate-y: -3.25rem;
  }

  .\33xl\:focus\:tw--translate-y-14:focus{
    --tw-translate-y: -3.5rem;
  }

  .\33xl\:focus\:tw--translate-y-16:focus{
    --tw-translate-y: -4rem;
  }

  .\33xl\:focus\:tw--translate-y-20:focus{
    --tw-translate-y: -5rem;
  }

  .\33xl\:focus\:tw--translate-y-24:focus{
    --tw-translate-y: -6rem;
  }

  .\33xl\:focus\:tw--translate-y-28:focus{
    --tw-translate-y: -7rem;
  }

  .\33xl\:focus\:tw--translate-y-32:focus{
    --tw-translate-y: -8rem;
  }

  .\33xl\:focus\:tw--translate-y-36:focus{
    --tw-translate-y: -9rem;
  }

  .\33xl\:focus\:tw--translate-y-40:focus{
    --tw-translate-y: -10rem;
  }

  .\33xl\:focus\:tw--translate-y-44:focus{
    --tw-translate-y: -11rem;
  }

  .\33xl\:focus\:tw--translate-y-48:focus{
    --tw-translate-y: -12rem;
  }

  .\33xl\:focus\:tw--translate-y-52:focus{
    --tw-translate-y: -13rem;
  }

  .\33xl\:focus\:tw--translate-y-56:focus{
    --tw-translate-y: -14rem;
  }

  .\33xl\:focus\:tw--translate-y-60:focus{
    --tw-translate-y: -15rem;
  }

  .\33xl\:focus\:tw--translate-y-64:focus{
    --tw-translate-y: -16rem;
  }

  .\33xl\:focus\:tw--translate-y-72:focus{
    --tw-translate-y: -18rem;
  }

  .\33xl\:focus\:tw--translate-y-80:focus{
    --tw-translate-y: -20rem;
  }

  .\33xl\:focus\:tw--translate-y-96:focus{
    --tw-translate-y: -24rem;
  }

  .\33xl\:focus\:tw--translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  .\33xl\:focus\:tw--translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem;
  }

  .\33xl\:focus\:tw--translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem;
  }

  .\33xl\:focus\:tw--translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem;
  }

  .\33xl\:focus\:tw--translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem;
  }

  .\33xl\:focus\:tw--translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  .\33xl\:focus\:tw--translate-y-3\/2:focus{
    --tw-translate-y: -150%;
  }

  .\33xl\:focus\:tw--translate-y-square:focus{
    --tw-translate-y: -100%;
  }

  .\33xl\:focus\:tw--translate-y-58px:focus{
    --tw-translate-y: -58px;
  }

  .\33xl\:focus\:tw--translate-y-63px:focus{
    --tw-translate-y: -63px;
  }

  .\33xl\:focus\:tw--translate-y-73px:focus{
    --tw-translate-y: -73px;
  }

  .\33xl\:focus\:tw-translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .\33xl\:focus\:tw-translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  .\33xl\:focus\:tw-translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  .\33xl\:focus\:tw-translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  .\33xl\:focus\:tw-translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  .\33xl\:focus\:tw-translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .\33xl\:focus\:tw--translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .\33xl\:focus\:tw--translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  .\33xl\:focus\:tw--translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  .\33xl\:focus\:tw--translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  .\33xl\:focus\:tw--translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  .\33xl\:focus\:tw--translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .\33xl\:tw-skew-x-0{
    --tw-skew-x: 0deg;
  }

  .\33xl\:tw-skew-x-1{
    --tw-skew-x: 1deg;
  }

  .\33xl\:tw-skew-x-2{
    --tw-skew-x: 2deg;
  }

  .\33xl\:tw-skew-x-3{
    --tw-skew-x: 3deg;
  }

  .\33xl\:tw-skew-x-6{
    --tw-skew-x: 6deg;
  }

  .\33xl\:tw-skew-x-12{
    --tw-skew-x: 12deg;
  }

  .\33xl\:tw--skew-x-12{
    --tw-skew-x: -12deg;
  }

  .\33xl\:tw--skew-x-6{
    --tw-skew-x: -6deg;
  }

  .\33xl\:tw--skew-x-3{
    --tw-skew-x: -3deg;
  }

  .\33xl\:tw--skew-x-2{
    --tw-skew-x: -2deg;
  }

  .\33xl\:tw--skew-x-1{
    --tw-skew-x: -1deg;
  }

  .\33xl\:tw-skew-y-0{
    --tw-skew-y: 0deg;
  }

  .\33xl\:tw-skew-y-1{
    --tw-skew-y: 1deg;
  }

  .\33xl\:tw-skew-y-2{
    --tw-skew-y: 2deg;
  }

  .\33xl\:tw-skew-y-3{
    --tw-skew-y: 3deg;
  }

  .\33xl\:tw-skew-y-6{
    --tw-skew-y: 6deg;
  }

  .\33xl\:tw-skew-y-12{
    --tw-skew-y: 12deg;
  }

  .\33xl\:tw--skew-y-12{
    --tw-skew-y: -12deg;
  }

  .\33xl\:tw--skew-y-6{
    --tw-skew-y: -6deg;
  }

  .\33xl\:tw--skew-y-3{
    --tw-skew-y: -3deg;
  }

  .\33xl\:tw--skew-y-2{
    --tw-skew-y: -2deg;
  }

  .\33xl\:tw--skew-y-1{
    --tw-skew-y: -1deg;
  }

  .\33xl\:hover\:tw-skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  .\33xl\:hover\:tw-skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  .\33xl\:hover\:tw-skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  .\33xl\:hover\:tw-skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  .\33xl\:hover\:tw-skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  .\33xl\:hover\:tw-skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  .\33xl\:hover\:tw--skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  .\33xl\:hover\:tw--skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  .\33xl\:hover\:tw--skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  .\33xl\:hover\:tw--skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  .\33xl\:hover\:tw--skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  .\33xl\:hover\:tw-skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  .\33xl\:hover\:tw-skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  .\33xl\:hover\:tw-skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  .\33xl\:hover\:tw-skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  .\33xl\:hover\:tw-skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  .\33xl\:hover\:tw-skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  .\33xl\:hover\:tw--skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  .\33xl\:hover\:tw--skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  .\33xl\:hover\:tw--skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  .\33xl\:hover\:tw--skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  .\33xl\:hover\:tw--skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  .\33xl\:focus\:tw-skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  .\33xl\:focus\:tw-skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  .\33xl\:focus\:tw-skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  .\33xl\:focus\:tw-skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  .\33xl\:focus\:tw-skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  .\33xl\:focus\:tw-skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  .\33xl\:focus\:tw--skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  .\33xl\:focus\:tw--skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  .\33xl\:focus\:tw--skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  .\33xl\:focus\:tw--skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  .\33xl\:focus\:tw--skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  .\33xl\:focus\:tw-skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  .\33xl\:focus\:tw-skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  .\33xl\:focus\:tw-skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  .\33xl\:focus\:tw-skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  .\33xl\:focus\:tw-skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  .\33xl\:focus\:tw-skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  .\33xl\:focus\:tw--skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  .\33xl\:focus\:tw--skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  .\33xl\:focus\:tw--skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  .\33xl\:focus\:tw--skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  .\33xl\:focus\:tw--skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  .\33xl\:tw-transition-none{
    transition-property: none;
  }

  .\33xl\:tw-transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\33xl\:tw-transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\33xl\:tw-transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\33xl\:tw-transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\33xl\:tw-transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\33xl\:tw-transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\33xl\:tw-transition-fade{
    transition-property: visibility, opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\33xl\:tw-ease-linear{
    transition-timing-function: linear;
  }

  .\33xl\:tw-ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .\33xl\:tw-ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .\33xl\:tw-ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .\33xl\:tw-duration-75{
    transition-duration: 75ms;
  }

  .\33xl\:tw-duration-100{
    transition-duration: 100ms;
  }

  .\33xl\:tw-duration-150{
    transition-duration: 150ms;
  }

  .\33xl\:tw-duration-200{
    transition-duration: 200ms;
  }

  .\33xl\:tw-duration-300{
    transition-duration: 300ms;
  }

  .\33xl\:tw-duration-500{
    transition-duration: 500ms;
  }

  .\33xl\:tw-duration-700{
    transition-duration: 700ms;
  }

  .\33xl\:tw-duration-1000{
    transition-duration: 1000ms;
  }

  .\33xl\:tw-delay-75{
    transition-delay: 75ms;
  }

  .\33xl\:tw-delay-100{
    transition-delay: 100ms;
  }

  .\33xl\:tw-delay-150{
    transition-delay: 150ms;
  }

  .\33xl\:tw-delay-200{
    transition-delay: 200ms;
  }

  .\33xl\:tw-delay-300{
    transition-delay: 300ms;
  }

  .\33xl\:tw-delay-500{
    transition-delay: 500ms;
  }

  .\33xl\:tw-delay-700{
    transition-delay: 700ms;
  }

  .\33xl\:tw-delay-1000{
    transition-delay: 1000ms;
  }

  .\33xl\:tw-animate-none{
    animation: none;
  }

  .\33xl\:tw-animate-spin{
    animation: tw-spin 1s linear infinite;
  }

  .\33xl\:tw-animate-ping{
    animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .\33xl\:tw-animate-pulse{
    animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .\33xl\:tw-animate-bounce{
    animation: tw-bounce 1s infinite;
  }
}
