.top-banner {
  position: relative;
  max-height: 0;
  transition: 0.5s all linear(0 0%, 0 2.27%, 0.02 4.53%, 0.04 6.8%, 0.06 9.07%, 0.1 11.33%, 0.14 13.6%, 0.25 18.15%, 0.39 22.7%, 0.56 27.25%, 0.77 31.8%, 1 36.35%, 0.89 40.9%, 0.85 43.18%, 0.81 45.45%, 0.79 47.72%, 0.77 50%, 0.75 52.27%, 0.75 54.55%, 0.75 56.82%, 0.77 59.1%, 0.79 61.38%, 0.81 63.65%, 0.85 65.93%, 0.89 68.2%, 1 72.7%, 0.97 74.98%, 0.95 77.25%, 0.94 79.53%, 0.94 81.8%, 0.94 84.08%, 0.95 86.35%, 0.97 88.63%, 1 90.9%, 0.99 93.18%, 0.98 95.45%, 0.99 97.73%, 1 100%);
}
.top-banner img {
  width: 100%;
}
.top-banner.active {
  max-height: 400px;
}
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box
}
.glide * {
  box-sizing: inherit
}
.glide__slides, .glide__track {
  overflow: hidden
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform
}
.glide__slide, .glide__slides--dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent
}
.glide__slide a {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none
}
.glide__arrows, .glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.glide--rtl {
  direction: rtl
}
/*! tailwindcss v2.1.2 | MIT License | https://tailwindcss.com*/
/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */ :root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji
}
hr {
  height: 0;
  color: inherit
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}
b, strong {
  font-weight: bolder
}
code, kbd, pre, samp {
  font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  font-size: 1em
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
table {
  text-indent: 0;
  border-color: inherit
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}
button, select {
  text-transform: none
}
[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button
}
::-moz-focus-inner {
  border-style: none;
  padding: 0
}
:-moz-focusring {
  outline: 1px dotted ButtonText
}
:-moz-ui-invalid {
  box-shadow: none
}
legend {
  padding: 0
}
progress {
  vertical-align: baseline
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
::-webkit-search-decporation {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
summary {
  display: list-loaditem
}
blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
  margin: 0
}
button {
  background-color: transparent;
  background-image: none
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}
fieldset, ol, ul {
  margin: 0;
  padding: 0
}
ol, ul {
  list-style: none
}
html {
  font-family: adrianna, sans-serif;
  line-height: 1.5
}
body {
  font-family: inherit;
  line-height: inherit
}
*, :after, :before {
  box-sizing: border-box;
  border: 0 solid #e5e7eb
}
hr {
  border-top-width: 1px
}
img {
  border-style: solid
}
textarea {
  resize: vertical
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #9ca3af
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #9ca3af
}
input::placeholder, textarea::placeholder {
  color: #9ca3af
}
[role=button], button {
  cursor: pointer
}
table {
  border-collapse: collapse
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit
}
a {
  color: inherit;
  text-decoration: inherit
}
button, input, optgroup, select, textarea {
  padding: 0;
  line-height: inherit;
  color: inherit
}
code, kbd, pre, samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}
audio, canvas, embed, iframe, img, object, svg, video {
  display: block;
  vertical-align: middle
}
img, video {
  max-width: 100%;
  height: auto
}
[multiple], [type=date], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0;
  padding: 6px 9px;
  font-size: 12px;
  line-height: 18px
}
[multiple]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, select:focus, textarea: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 transparent);
  border-color: #2563eb
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1
}
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;charset=utf-8,%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 6px center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 30px;
  -webkit-print-color-adjust: exact;
  color-adjust: exact
}
[multiple] {
  background-image: none;
  background-position: 0 0;
  background-repeat: unset;
  background-size: initial;
  padding-right: 9px;
  -webkit-print-color-adjust: unset;
  color-adjust: unset
}
[type=checkbox], [type=radio] {
  -webkit-appearance: none;
  -moz-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;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex-shrink: 0;
  height: 12px;
  width: 12px;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px
}
[type=checkbox] {
  border-radius: 0
}
[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 transparent)
}
[type=checkbox]:checked, [type=radio]:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: 50%;
  background-repeat: no-repeat
}
[type=checkbox]:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' 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;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E")
}
[type=checkbox]:checked:focus, [type=checkbox]:checked:hover, [type=radio]:checked:focus, [type=radio]:checked:hover {
  border-color: transparent;
  background-color: currentColor
}
[type=checkbox]:indeterminate {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' 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: 50%;
  background-repeat: no-repeat
}
[type=checkbox]:indeterminate:focus, [type=checkbox]:indeterminate:hover {
  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
}
.container {
  width: 100%
}
@media (min-width:640px) {
  .container {
    max-width: 640px
  }
}
@media (min-width:768px) {
  .container {
    max-width: 768px
  }
}
@media (min-width:1024px) {
  .container {
    max-width: 1024px
  }
}
@media (min-width:1280px) {
  .container {
    max-width: 1280px
  }
}
@media (min-width:1536px) {
  .container {
    max-width: 1536px
  }
}
.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px*var(--tw-space-y-reverse))
}
.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*(1 - var(--tw-space-x-reverse)))
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3px*var(--tw-space-y-reverse))
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3px*var(--tw-space-x-reverse));
  margin-left: calc(3px*(1 - var(--tw-space-x-reverse)))
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(6px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(6px*var(--tw-space-y-reverse))
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(6px*var(--tw-space-x-reverse));
  margin-left: calc(6px*(1 - var(--tw-space-x-reverse)))
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(9px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(9px*var(--tw-space-y-reverse))
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(9px*var(--tw-space-x-reverse));
  margin-left: calc(9px*(1 - var(--tw-space-x-reverse)))
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(12px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(12px*var(--tw-space-y-reverse))
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(12px*var(--tw-space-x-reverse));
  margin-left: calc(12px*(1 - var(--tw-space-x-reverse)))
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(15px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(15px*var(--tw-space-y-reverse))
}
.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(15px*var(--tw-space-x-reverse));
  margin-left: calc(15px*(1 - var(--tw-space-x-reverse)))
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(18px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(18px*var(--tw-space-y-reverse))
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(18px*var(--tw-space-x-reverse));
  margin-left: calc(18px*(1 - var(--tw-space-x-reverse)))
}
.space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(21px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(21px*var(--tw-space-y-reverse))
}
.space-x-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(21px*var(--tw-space-x-reverse));
  margin-left: calc(21px*(1 - var(--tw-space-x-reverse)))
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(24px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(24px*var(--tw-space-y-reverse))
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(24px*var(--tw-space-x-reverse));
  margin-left: calc(24px*(1 - var(--tw-space-x-reverse)))
}
.space-y-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(27px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(27px*var(--tw-space-y-reverse))
}
.space-x-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(27px*var(--tw-space-x-reverse));
  margin-left: calc(27px*(1 - var(--tw-space-x-reverse)))
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(30px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(30px*var(--tw-space-y-reverse))
}
.space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(30px*var(--tw-space-x-reverse));
  margin-left: calc(30px*(1 - var(--tw-space-x-reverse)))
}
.space-y-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(33px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(33px*var(--tw-space-y-reverse))
}
.space-x-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(33px*var(--tw-space-x-reverse));
  margin-left: calc(33px*(1 - var(--tw-space-x-reverse)))
}
.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(36px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(36px*var(--tw-space-y-reverse))
}
.space-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(36px*var(--tw-space-x-reverse));
  margin-left: calc(36px*(1 - var(--tw-space-x-reverse)))
}
.space-y-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(42px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(42px*var(--tw-space-y-reverse))
}
.space-x-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(42px*var(--tw-space-x-reverse));
  margin-left: calc(42px*(1 - var(--tw-space-x-reverse)))
}
.space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(48px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(48px*var(--tw-space-y-reverse))
}
.space-x-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(48px*var(--tw-space-x-reverse));
  margin-left: calc(48px*(1 - var(--tw-space-x-reverse)))
}
.space-y-18 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(54px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(54px*var(--tw-space-y-reverse))
}
.space-x-18 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(54px*var(--tw-space-x-reverse));
  margin-left: calc(54px*(1 - var(--tw-space-x-reverse)))
}
.space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(60px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(60px*var(--tw-space-y-reverse))
}
.space-x-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(60px*var(--tw-space-x-reverse));
  margin-left: calc(60px*(1 - var(--tw-space-x-reverse)))
}
.space-y-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(72px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(72px*var(--tw-space-y-reverse))
}
.space-x-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(72px*var(--tw-space-x-reverse));
  margin-left: calc(72px*(1 - var(--tw-space-x-reverse)))
}
.space-y-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(84px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(84px*var(--tw-space-y-reverse))
}
.space-x-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(84px*var(--tw-space-x-reverse));
  margin-left: calc(84px*(1 - var(--tw-space-x-reverse)))
}
.space-y-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(96px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(96px*var(--tw-space-y-reverse))
}
.space-x-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(96px*var(--tw-space-x-reverse));
  margin-left: calc(96px*(1 - var(--tw-space-x-reverse)))
}
.space-y-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(108px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(108px*var(--tw-space-y-reverse))
}
.space-x-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(108px*var(--tw-space-x-reverse));
  margin-left: calc(108px*(1 - var(--tw-space-x-reverse)))
}
.space-y-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(120px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(120px*var(--tw-space-y-reverse))
}
.space-x-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(120px*var(--tw-space-x-reverse));
  margin-left: calc(120px*(1 - var(--tw-space-x-reverse)))
}
.space-y-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(132px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(132px*var(--tw-space-y-reverse))
}
.space-x-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(132px*var(--tw-space-x-reverse));
  margin-left: calc(132px*(1 - var(--tw-space-x-reverse)))
}
.space-y-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(144px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(144px*var(--tw-space-y-reverse))
}
.space-x-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(144px*var(--tw-space-x-reverse));
  margin-left: calc(144px*(1 - var(--tw-space-x-reverse)))
}
.space-y-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(156px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(156px*var(--tw-space-y-reverse))
}
.space-x-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(156px*var(--tw-space-x-reverse));
  margin-left: calc(156px*(1 - var(--tw-space-x-reverse)))
}
.space-y-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(168px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(168px*var(--tw-space-y-reverse))
}
.space-x-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(168px*var(--tw-space-x-reverse));
  margin-left: calc(168px*(1 - var(--tw-space-x-reverse)))
}
.space-y-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(180px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(180px*var(--tw-space-y-reverse))
}
.space-x-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(180px*var(--tw-space-x-reverse));
  margin-left: calc(180px*(1 - var(--tw-space-x-reverse)))
}
.space-y-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(192px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(192px*var(--tw-space-y-reverse))
}
.space-x-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(192px*var(--tw-space-x-reverse));
  margin-left: calc(192px*(1 - var(--tw-space-x-reverse)))
}
.space-y-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(216px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(216px*var(--tw-space-y-reverse))
}
.space-x-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(216px*var(--tw-space-x-reverse));
  margin-left: calc(216px*(1 - var(--tw-space-x-reverse)))
}
.space-y-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(240px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(240px*var(--tw-space-y-reverse))
}
.space-x-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(240px*var(--tw-space-x-reverse));
  margin-left: calc(240px*(1 - var(--tw-space-x-reverse)))
}
.space-y-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(288px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(288px*var(--tw-space-y-reverse))
}
.space-x-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(288px*var(--tw-space-x-reverse));
  margin-left: calc(288px*(1 - var(--tw-space-x-reverse)))
}
.space-y-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1px*var(--tw-space-y-reverse))
}
.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*(1 - var(--tw-space-x-reverse)))
}
.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5px*var(--tw-space-y-reverse))
}
.space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5px*var(--tw-space-x-reverse));
  margin-left: calc(1.5px*(1 - var(--tw-space-x-reverse)))
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4.5px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4.5px*var(--tw-space-y-reverse))
}
.space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(4.5px*var(--tw-space-x-reverse));
  margin-left: calc(4.5px*(1 - var(--tw-space-x-reverse)))
}
.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(7.5px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(7.5px*var(--tw-space-y-reverse))
}
.space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(7.5px*var(--tw-space-x-reverse));
  margin-left: calc(7.5px*(1 - var(--tw-space-x-reverse)))
}
.space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(10.5px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10.5px*var(--tw-space-y-reverse))
}
.space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(10.5px*var(--tw-space-x-reverse));
  margin-left: calc(10.5px*(1 - var(--tw-space-x-reverse)))
}
.-space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px*var(--tw-space-y-reverse))
}
.-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*(1 - var(--tw-space-x-reverse)))
}
.-space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-3px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-3px*var(--tw-space-y-reverse))
}
.-space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-3px*var(--tw-space-x-reverse));
  margin-left: calc(-3px*(1 - var(--tw-space-x-reverse)))
}
.-space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-6px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-6px*var(--tw-space-y-reverse))
}
.-space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-6px*var(--tw-space-x-reverse));
  margin-left: calc(-6px*(1 - var(--tw-space-x-reverse)))
}
.-space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-9px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-9px*var(--tw-space-y-reverse))
}
.-space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-9px*var(--tw-space-x-reverse));
  margin-left: calc(-9px*(1 - var(--tw-space-x-reverse)))
}
.-space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-12px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-12px*var(--tw-space-y-reverse))
}
.-space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-12px*var(--tw-space-x-reverse));
  margin-left: calc(-12px*(1 - var(--tw-space-x-reverse)))
}
.-space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-15px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-15px*var(--tw-space-y-reverse))
}
.-space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-15px*var(--tw-space-x-reverse));
  margin-left: calc(-15px*(1 - var(--tw-space-x-reverse)))
}
.-space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-18px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-18px*var(--tw-space-y-reverse))
}
.-space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-18px*var(--tw-space-x-reverse));
  margin-left: calc(-18px*(1 - var(--tw-space-x-reverse)))
}
.-space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-21px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-21px*var(--tw-space-y-reverse))
}
.-space-x-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-21px*var(--tw-space-x-reverse));
  margin-left: calc(-21px*(1 - var(--tw-space-x-reverse)))
}
.-space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-24px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-24px*var(--tw-space-y-reverse))
}
.-space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-24px*var(--tw-space-x-reverse));
  margin-left: calc(-24px*(1 - var(--tw-space-x-reverse)))
}
.-space-y-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-27px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-27px*var(--tw-space-y-reverse))
}
.-space-x-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-27px*var(--tw-space-x-reverse));
  margin-left: calc(-27px*(1 - var(--tw-space-x-reverse)))
}
.-space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-30px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-30px*var(--tw-space-y-reverse))
}
.-space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-30px*var(--tw-space-x-reverse));
  margin-left: calc(-30px*(1 - var(--tw-space-x-reverse)))
}
.-space-y-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-33px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-33px*var(--tw-space-y-reverse))
}
.-space-x-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-33px*var(--tw-space-x-reverse));
  margin-left: calc(-33px*(1 - var(--tw-space-x-reverse)))
}
.-space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-36px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-36px*var(--tw-space-y-reverse))
}
.-space-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-36px*var(--tw-space-x-reverse));
  margin-left: calc(-36px*(1 - var(--tw-space-x-reverse)))
}
.-space-y-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-42px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-42px*var(--tw-space-y-reverse))
}
.-space-x-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-42px*var(--tw-space-x-reverse));
  margin-left: calc(-42px*(1 - var(--tw-space-x-reverse)))
}
.-space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-48px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-48px*var(--tw-space-y-reverse))
}
.-space-x-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-48px*var(--tw-space-x-reverse));
  margin-left: calc(-48px*(1 - var(--tw-space-x-reverse)))
}
.-space-y-18 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-54px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-54px*var(--tw-space-y-reverse))
}
.-space-x-18 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-54px*var(--tw-space-x-reverse));
  margin-left: calc(-54px*(1 - var(--tw-space-x-reverse)))
}
.-space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-60px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-60px*var(--tw-space-y-reverse))
}
.-space-x-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-60px*var(--tw-space-x-reverse));
  margin-left: calc(-60px*(1 - var(--tw-space-x-reverse)))
}
.-space-y-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-72px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-72px*var(--tw-space-y-reverse))
}
.-space-x-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-72px*var(--tw-space-x-reverse));
  margin-left: calc(-72px*(1 - var(--tw-space-x-reverse)))
}
.-space-y-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-84px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-84px*var(--tw-space-y-reverse))
}
.-space-x-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-84px*var(--tw-space-x-reverse));
  margin-left: calc(-84px*(1 - var(--tw-space-x-reverse)))
}
.-space-y-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-96px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-96px*var(--tw-space-y-reverse))
}
.-space-x-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-96px*var(--tw-space-x-reverse));
  margin-left: calc(-96px*(1 - var(--tw-space-x-reverse)))
}
.-space-y-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-108px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-108px*var(--tw-space-y-reverse))
}
.-space-x-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-108px*var(--tw-space-x-reverse));
  margin-left: calc(-108px*(1 - var(--tw-space-x-reverse)))
}
.-space-y-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-120px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-120px*var(--tw-space-y-reverse))
}
.-space-x-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-120px*var(--tw-space-x-reverse));
  margin-left: calc(-120px*(1 - var(--tw-space-x-reverse)))
}
.-space-y-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-132px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-132px*var(--tw-space-y-reverse))
}
.-space-x-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-132px*var(--tw-space-x-reverse));
  margin-left: calc(-132px*(1 - var(--tw-space-x-reverse)))
}
.-space-y-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-144px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-144px*var(--tw-space-y-reverse))
}
.-space-x-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-144px*var(--tw-space-x-reverse));
  margin-left: calc(-144px*(1 - var(--tw-space-x-reverse)))
}
.-space-y-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-156px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-156px*var(--tw-space-y-reverse))
}
.-space-x-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-156px*var(--tw-space-x-reverse));
  margin-left: calc(-156px*(1 - var(--tw-space-x-reverse)))
}
.-space-y-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-168px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-168px*var(--tw-space-y-reverse))
}
.-space-x-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-168px*var(--tw-space-x-reverse));
  margin-left: calc(-168px*(1 - var(--tw-space-x-reverse)))
}
.-space-y-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-180px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-180px*var(--tw-space-y-reverse))
}
.-space-x-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-180px*var(--tw-space-x-reverse));
  margin-left: calc(-180px*(1 - var(--tw-space-x-reverse)))
}
.-space-y-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-192px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-192px*var(--tw-space-y-reverse))
}
.-space-x-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-192px*var(--tw-space-x-reverse));
  margin-left: calc(-192px*(1 - var(--tw-space-x-reverse)))
}
.-space-y-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-216px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-216px*var(--tw-space-y-reverse))
}
.-space-x-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-216px*var(--tw-space-x-reverse));
  margin-left: calc(-216px*(1 - var(--tw-space-x-reverse)))
}
.-space-y-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-240px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-240px*var(--tw-space-y-reverse))
}
.-space-x-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-240px*var(--tw-space-x-reverse));
  margin-left: calc(-240px*(1 - var(--tw-space-x-reverse)))
}
.-space-y-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-288px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-288px*var(--tw-space-y-reverse))
}
.-space-x-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-288px*var(--tw-space-x-reverse));
  margin-left: calc(-288px*(1 - var(--tw-space-x-reverse)))
}
.-space-y-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1px*var(--tw-space-y-reverse))
}
.-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*(1 - var(--tw-space-x-reverse)))
}
.-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.5px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.5px*var(--tw-space-y-reverse))
}
.-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.5px*var(--tw-space-x-reverse));
  margin-left: calc(-1.5px*(1 - var(--tw-space-x-reverse)))
}
.-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-4.5px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-4.5px*var(--tw-space-y-reverse))
}
.-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-4.5px*var(--tw-space-x-reverse));
  margin-left: calc(-4.5px*(1 - var(--tw-space-x-reverse)))
}
.-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-7.5px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-7.5px*var(--tw-space-y-reverse))
}
.-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-7.5px*var(--tw-space-x-reverse));
  margin-left: calc(-7.5px*(1 - var(--tw-space-x-reverse)))
}
.-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-10.5px*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-10.5px*var(--tw-space-y-reverse))
}
.-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-10.5px*var(--tw-space-x-reverse));
  margin-left: calc(-10.5px*(1 - var(--tw-space-x-reverse)))
}
.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 1
}
.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1
}
.divide-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(0px*(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(0px*var(--tw-divide-y-reverse))
}
.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*(1 - var(--tw-divide-x-reverse)))
}
.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px*(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px*var(--tw-divide-y-reverse))
}
.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*(1 - var(--tw-divide-x-reverse)))
}
.divide-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(4px*(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(4px*var(--tw-divide-y-reverse))
}
.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*(1 - var(--tw-divide-x-reverse)))
}
.divide-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(8px*(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(8px*var(--tw-divide-y-reverse))
}
.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*(1 - var(--tw-divide-x-reverse)))
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px*(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px*var(--tw-divide-y-reverse))
}
.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*(1 - var(--tw-divide-x-reverse)))
}
.divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 1
}
.divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 1
}
.divide-primary-50 > :not([hidden]) ~ :not([hidden]), .divide-primary-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-divide-opacity))
}
.divide-primary-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 246, 226, var(--tw-divide-opacity))
}
.divide-primary-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 230, 175, var(--tw-divide-opacity))
}
.divide-primary-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 213, 124, var(--tw-divide-opacity))
}
.divide-primary-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 197, 73, var(--tw-divide-opacity))
}
.divide-primary-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 181, 22, var(--tw-divide-opacity))
}
.divide-primary-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(226, 154, 0, var(--tw-divide-opacity))
}
.divide-primary-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(175, 119, 0, var(--tw-divide-opacity))
}
.divide-primary-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(124, 84, 0, var(--tw-divide-opacity))
}
.divide-primary > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 197, 73, var(--tw-divide-opacity))
}
.divide-secondary-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(206, 251, 223, var(--tw-divide-opacity))
}
.divide-secondary-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(182, 249, 208, var(--tw-divide-opacity))
}
.divide-secondary-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(135, 245, 178, var(--tw-divide-opacity))
}
.divide-secondary-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(88, 241, 148, var(--tw-divide-opacity))
}
.divide-secondary-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(40, 238, 118, var(--tw-divide-opacity))
}
.divide-secondary-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(17, 210, 93, var(--tw-divide-opacity))
}
.divide-secondary-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(13, 163, 72, var(--tw-divide-opacity))
}
.divide-secondary-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(9, 116, 51, var(--tw-divide-opacity))
}
.divide-secondary-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(6, 68, 30, var(--tw-divide-opacity))
}
.divide-secondary-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(2, 21, 9, var(--tw-divide-opacity))
}
.divide-secondary > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(17, 210, 93, var(--tw-divide-opacity))
}
.divide-accent-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-divide-opacity))
}
.divide-accent-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-divide-opacity))
}
.divide-accent-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-divide-opacity))
}
.divide-accent-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-divide-opacity))
}
.divide-accent-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-divide-opacity))
}
.divide-accent-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-divide-opacity))
}
.divide-accent-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-divide-opacity))
}
.divide-accent-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-divide-opacity))
}
.divide-accent-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-divide-opacity))
}
.divide-accent-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-divide-opacity))
}
.divide-shade-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(58, 58, 49, var(--tw-divide-opacity))
}
.divide-shade-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(45, 47, 53, var(--tw-divide-opacity))
}
.divide-white > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-divide-opacity))
}
.divide-black > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-divide-opacity))
}
.divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-divide-opacity))
}
.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-divide-opacity))
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-divide-opacity))
}
.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-divide-opacity))
}
.divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-divide-opacity))
}
.divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-divide-opacity))
}
.divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-divide-opacity))
}
.divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-divide-opacity))
}
.divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-divide-opacity))
}
.divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-divide-opacity))
}
.divide-brand-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-divide-opacity))
}
.divide-brand-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-divide-opacity))
}
.divide-brand-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-divide-opacity))
}
.divide-brand-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-divide-opacity))
}
.divide-brand-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-divide-opacity))
}
.divide-brand-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-divide-opacity))
}
.divide-brand-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-divide-opacity))
}
.divide-brand-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-divide-opacity))
}
.divide-brand-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-divide-opacity))
}
.divide-brand-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-divide-opacity))
}
.divide-transparent > :not([hidden]) ~ :not([hidden]) {
  border-color: transparent
}
.divide-current > :not([hidden]) ~ :not([hidden]) {
  border-color: currentColor
}
.divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid
}
.divide-dashed > :not([hidden]) ~ :not([hidden]) {
  border-style: dashed
}
.divide-dotted > :not([hidden]) ~ :not([hidden]) {
  border-style: dotted
}
.divide-double > :not([hidden]) ~ :not([hidden]) {
  border-style: double
}
.divide-none > :not([hidden]) ~ :not([hidden]) {
  border-style: none
}
.divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0
}
.divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.05
}
.divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.1
}
.divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.2
}
.divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.25
}
.divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.3
}
.divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.4
}
.divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.5
}
.divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.6
}
.divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.7
}
.divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.75
}
.divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.8
}
.divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.9
}
.divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.95
}
.divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1
}
.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
}
.not-sr-only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal
}
.focus-within\: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\:not-sr-only:focus-within {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal
}
.focus\: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\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal
}
.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.bg-fixed {
  background-attachment: fixed
}
.bg-local {
  background-attachment: local
}
.bg-scroll {
  background-attachment: scroll
}
.bg-clip-border {
  background-clip: border-box
}
.bg-clip-padding {
  background-clip: padding-box
}
.bg-clip-content {
  background-clip: content-box
}
.bg-clip-text {
  -webkit-background-clip: text;
  background-clip: text
}
.bg-primary-50, .bg-primary-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}
.bg-primary-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 246, 226, var(--tw-bg-opacity))
}
.bg-primary-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 230, 175, var(--tw-bg-opacity))
}
.bg-primary-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 213, 124, var(--tw-bg-opacity))
}
.bg-primary-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
}
.bg-primary-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 181, 22, var(--tw-bg-opacity))
}
.bg-primary-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(226, 154, 0, var(--tw-bg-opacity))
}
.bg-primary-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(175, 119, 0, var(--tw-bg-opacity))
}
.bg-primary-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 84, 0, var(--tw-bg-opacity))
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
}
.bg-secondary-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(206, 251, 223, var(--tw-bg-opacity))
}
.bg-secondary-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(182, 249, 208, var(--tw-bg-opacity))
}
.bg-secondary-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(135, 245, 178, var(--tw-bg-opacity))
}
.bg-secondary-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(88, 241, 148, var(--tw-bg-opacity))
}
.bg-secondary-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(40, 238, 118, var(--tw-bg-opacity))
}
.bg-secondary-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
}
.bg-secondary-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(13, 163, 72, var(--tw-bg-opacity))
}
.bg-secondary-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(9, 116, 51, var(--tw-bg-opacity))
}
.bg-secondary-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 68, 30, var(--tw-bg-opacity))
}
.bg-secondary-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 21, 9, var(--tw-bg-opacity))
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
}
.bg-accent-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity))
}
.bg-accent-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity))
}
.bg-accent-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity))
}
.bg-accent-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity))
}
.bg-accent-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity))
}
.bg-accent-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity))
}
.bg-accent-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity))
}
.bg-accent-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity))
}
.bg-accent-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity))
}
.bg-accent-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity))
}
.bg-shade-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(58, 58, 49, var(--tw-bg-opacity))
}
.bg-shade-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 47, 53, var(--tw-bg-opacity))
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity))
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity))
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity))
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity))
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity))
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity))
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity))
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity))
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity))
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity))
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity))
}
.bg-brand-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity))
}
.bg-brand-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity))
}
.bg-brand-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity))
}
.bg-brand-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity))
}
.bg-brand-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity))
}
.bg-brand-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity))
}
.bg-brand-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity))
}
.bg-brand-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity))
}
.bg-brand-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity))
}
.bg-brand-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity))
}
.bg-transparent {
  background-color: transparent
}
.bg-current {
  background-color: currentColor
}
.checked\:bg-primary-50:checked, .checked\:bg-primary-100:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}
.checked\:bg-primary-200:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 246, 226, var(--tw-bg-opacity))
}
.checked\:bg-primary-300:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 230, 175, var(--tw-bg-opacity))
}
.checked\:bg-primary-400:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 213, 124, var(--tw-bg-opacity))
}
.checked\:bg-primary-500:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
}
.checked\:bg-primary-600:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 181, 22, var(--tw-bg-opacity))
}
.checked\:bg-primary-700:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(226, 154, 0, var(--tw-bg-opacity))
}
.checked\:bg-primary-800:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(175, 119, 0, var(--tw-bg-opacity))
}
.checked\:bg-primary-900:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 84, 0, var(--tw-bg-opacity))
}
.checked\:bg-primary:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
}
.checked\:bg-secondary-50:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(206, 251, 223, var(--tw-bg-opacity))
}
.checked\:bg-secondary-100:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(182, 249, 208, var(--tw-bg-opacity))
}
.checked\:bg-secondary-200:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(135, 245, 178, var(--tw-bg-opacity))
}
.checked\:bg-secondary-300:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(88, 241, 148, var(--tw-bg-opacity))
}
.checked\:bg-secondary-400:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(40, 238, 118, var(--tw-bg-opacity))
}
.checked\:bg-secondary-500:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
}
.checked\:bg-secondary-600:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(13, 163, 72, var(--tw-bg-opacity))
}
.checked\:bg-secondary-700:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(9, 116, 51, var(--tw-bg-opacity))
}
.checked\:bg-secondary-800:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 68, 30, var(--tw-bg-opacity))
}
.checked\:bg-secondary-900:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 21, 9, var(--tw-bg-opacity))
}
.checked\:bg-secondary:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
}
.checked\:bg-accent-50:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity))
}
.checked\:bg-accent-100:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity))
}
.checked\:bg-accent-200:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity))
}
.checked\:bg-accent-300:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity))
}
.checked\:bg-accent-400:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity))
}
.checked\:bg-accent-500:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity))
}
.checked\:bg-accent-600:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity))
}
.checked\:bg-accent-700:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity))
}
.checked\:bg-accent-800:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity))
}
.checked\:bg-accent-900:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity))
}
.checked\:bg-shade-500:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(58, 58, 49, var(--tw-bg-opacity))
}
.checked\:bg-shade-600:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 47, 53, var(--tw-bg-opacity))
}
.checked\:bg-white:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}
.checked\:bg-black:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity))
}
.checked\:bg-gray-50:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity))
}
.checked\:bg-gray-100:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity))
}
.checked\:bg-gray-200:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity))
}
.checked\:bg-gray-300:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity))
}
.checked\:bg-gray-400:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity))
}
.checked\:bg-gray-500:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity))
}
.checked\:bg-gray-600:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity))
}
.checked\:bg-gray-700:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity))
}
.checked\:bg-gray-800:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity))
}
.checked\:bg-gray-900:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity))
}
.checked\:bg-brand-50:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity))
}
.checked\:bg-brand-100:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity))
}
.checked\:bg-brand-200:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity))
}
.checked\:bg-brand-300:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity))
}
.checked\:bg-brand-400:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity))
}
.checked\:bg-brand-500:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity))
}
.checked\:bg-brand-600:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity))
}
.checked\:bg-brand-700:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity))
}
.checked\:bg-brand-800:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity))
}
.checked\:bg-brand-900:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity))
}
.checked\:bg-transparent:checked {
  background-color: transparent
}
.checked\:bg-current:checked {
  background-color: currentColor
}
.group:hover .group-hover\:bg-primary-50, .group:hover .group-hover\:bg-primary-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-primary-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 246, 226, var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-primary-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 230, 175, var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-primary-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 213, 124, var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-primary-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-primary-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 181, 22, var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-primary-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(226, 154, 0, var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-primary-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(175, 119, 0, var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-primary-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 84, 0, var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-secondary-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(206, 251, 223, var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-secondary-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(182, 249, 208, var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-secondary-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(135, 245, 178, var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-secondary-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(88, 241, 148, var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-secondary-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(40, 238, 118, var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-secondary-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-secondary-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(13, 163, 72, var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-secondary-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(9, 116, 51, var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-secondary-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 68, 30, var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-secondary-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 21, 9, var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-accent-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-accent-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-accent-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-accent-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-accent-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-accent-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-accent-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-accent-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-accent-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-accent-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-shade-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(58, 58, 49, var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-shade-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 47, 53, var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-brand-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-brand-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-brand-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-brand-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-brand-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-brand-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-brand-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-brand-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-brand-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-brand-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity))
}
.group:hover .group-hover\:bg-transparent {
  background-color: transparent
}
.group:hover .group-hover\:bg-current {
  background-color: currentColor
}
.focus-within\:bg-primary-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}
.focus-within\:bg-primary-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}
.focus-within\:bg-primary-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 246, 226, var(--tw-bg-opacity))
}
.focus-within\:bg-primary-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 230, 175, var(--tw-bg-opacity))
}
.focus-within\:bg-primary-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 213, 124, var(--tw-bg-opacity))
}
.focus-within\:bg-primary-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
}
.focus-within\:bg-primary-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 181, 22, var(--tw-bg-opacity))
}
.focus-within\:bg-primary-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(226, 154, 0, var(--tw-bg-opacity))
}
.focus-within\:bg-primary-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(175, 119, 0, var(--tw-bg-opacity))
}
.focus-within\:bg-primary-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 84, 0, var(--tw-bg-opacity))
}
.focus-within\:bg-primary:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
}
.focus-within\:bg-secondary-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(206, 251, 223, var(--tw-bg-opacity))
}
.focus-within\:bg-secondary-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(182, 249, 208, var(--tw-bg-opacity))
}
.focus-within\:bg-secondary-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(135, 245, 178, var(--tw-bg-opacity))
}
.focus-within\:bg-secondary-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(88, 241, 148, var(--tw-bg-opacity))
}
.focus-within\:bg-secondary-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(40, 238, 118, var(--tw-bg-opacity))
}
.focus-within\:bg-secondary-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
}
.focus-within\:bg-secondary-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(13, 163, 72, var(--tw-bg-opacity))
}
.focus-within\:bg-secondary-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(9, 116, 51, var(--tw-bg-opacity))
}
.focus-within\:bg-secondary-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 68, 30, var(--tw-bg-opacity))
}
.focus-within\:bg-secondary-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 21, 9, var(--tw-bg-opacity))
}
.focus-within\:bg-secondary:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
}
.focus-within\:bg-accent-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity))
}
.focus-within\:bg-accent-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity))
}
.focus-within\:bg-accent-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity))
}
.focus-within\:bg-accent-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity))
}
.focus-within\:bg-accent-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity))
}
.focus-within\:bg-accent-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity))
}
.focus-within\:bg-accent-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity))
}
.focus-within\:bg-accent-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity))
}
.focus-within\:bg-accent-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity))
}
.focus-within\:bg-accent-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity))
}
.focus-within\:bg-shade-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(58, 58, 49, var(--tw-bg-opacity))
}
.focus-within\:bg-shade-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 47, 53, var(--tw-bg-opacity))
}
.focus-within\:bg-white:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}
.focus-within\:bg-black:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity))
}
.focus-within\:bg-gray-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity))
}
.focus-within\:bg-gray-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity))
}
.focus-within\:bg-gray-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity))
}
.focus-within\:bg-gray-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity))
}
.focus-within\:bg-gray-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity))
}
.focus-within\:bg-gray-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity))
}
.focus-within\:bg-gray-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity))
}
.focus-within\:bg-gray-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity))
}
.focus-within\:bg-gray-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity))
}
.focus-within\:bg-gray-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity))
}
.focus-within\:bg-brand-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity))
}
.focus-within\:bg-brand-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity))
}
.focus-within\:bg-brand-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity))
}
.focus-within\:bg-brand-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity))
}
.focus-within\:bg-brand-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity))
}
.focus-within\:bg-brand-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity))
}
.focus-within\:bg-brand-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity))
}
.focus-within\:bg-brand-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity))
}
.focus-within\:bg-brand-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity))
}
.focus-within\:bg-brand-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity))
}
.focus-within\:bg-transparent:focus-within {
  background-color: transparent
}
.focus-within\:bg-current:focus-within {
  background-color: currentColor
}
.hover\:bg-primary-50:hover, .hover\:bg-primary-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}
.hover\:bg-primary-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 246, 226, var(--tw-bg-opacity))
}
.hover\:bg-primary-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 230, 175, var(--tw-bg-opacity))
}
.hover\:bg-primary-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 213, 124, var(--tw-bg-opacity))
}
.hover\:bg-primary-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
}
.hover\:bg-primary-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 181, 22, var(--tw-bg-opacity))
}
.hover\:bg-primary-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(226, 154, 0, var(--tw-bg-opacity))
}
.hover\:bg-primary-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(175, 119, 0, var(--tw-bg-opacity))
}
.hover\:bg-primary-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 84, 0, var(--tw-bg-opacity))
}
.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
}
.hover\:bg-secondary-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(206, 251, 223, var(--tw-bg-opacity))
}
.hover\:bg-secondary-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(182, 249, 208, var(--tw-bg-opacity))
}
.hover\:bg-secondary-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(135, 245, 178, var(--tw-bg-opacity))
}
.hover\:bg-secondary-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(88, 241, 148, var(--tw-bg-opacity))
}
.hover\:bg-secondary-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(40, 238, 118, var(--tw-bg-opacity))
}
.hover\:bg-secondary-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
}
.hover\:bg-secondary-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(13, 163, 72, var(--tw-bg-opacity))
}
.hover\:bg-secondary-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(9, 116, 51, var(--tw-bg-opacity))
}
.hover\:bg-secondary-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 68, 30, var(--tw-bg-opacity))
}
.hover\:bg-secondary-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 21, 9, var(--tw-bg-opacity))
}
.hover\:bg-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
}
.hover\:bg-accent-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity))
}
.hover\:bg-accent-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity))
}
.hover\:bg-accent-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity))
}
.hover\:bg-accent-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity))
}
.hover\:bg-accent-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity))
}
.hover\:bg-accent-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity))
}
.hover\:bg-accent-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity))
}
.hover\:bg-accent-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity))
}
.hover\:bg-accent-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity))
}
.hover\:bg-accent-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity))
}
.hover\:bg-shade-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(58, 58, 49, var(--tw-bg-opacity))
}
.hover\:bg-shade-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 47, 53, var(--tw-bg-opacity))
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}
.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity))
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity))
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity))
}
.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity))
}
.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity))
}
.hover\:bg-gray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity))
}
.hover\:bg-gray-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity))
}
.hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity))
}
.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity))
}
.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity))
}
.hover\:bg-gray-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity))
}
.hover\:bg-brand-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity))
}
.hover\:bg-brand-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity))
}
.hover\:bg-brand-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity))
}
.hover\:bg-brand-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity))
}
.hover\:bg-brand-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity))
}
.hover\:bg-brand-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity))
}
.hover\:bg-brand-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity))
}
.hover\:bg-brand-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity))
}
.hover\:bg-brand-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity))
}
.hover\:bg-brand-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity))
}
.hover\:bg-transparent:hover {
  background-color: transparent
}
.hover\:bg-current:hover {
  background-color: currentColor
}
.focus\:bg-primary-50:focus, .focus\:bg-primary-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}
.focus\:bg-primary-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 246, 226, var(--tw-bg-opacity))
}
.focus\:bg-primary-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 230, 175, var(--tw-bg-opacity))
}
.focus\:bg-primary-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 213, 124, var(--tw-bg-opacity))
}
.focus\:bg-primary-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
}
.focus\:bg-primary-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 181, 22, var(--tw-bg-opacity))
}
.focus\:bg-primary-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(226, 154, 0, var(--tw-bg-opacity))
}
.focus\:bg-primary-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(175, 119, 0, var(--tw-bg-opacity))
}
.focus\:bg-primary-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 84, 0, var(--tw-bg-opacity))
}
.focus\:bg-primary:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
}
.focus\:bg-secondary-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(206, 251, 223, var(--tw-bg-opacity))
}
.focus\:bg-secondary-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(182, 249, 208, var(--tw-bg-opacity))
}
.focus\:bg-secondary-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(135, 245, 178, var(--tw-bg-opacity))
}
.focus\:bg-secondary-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(88, 241, 148, var(--tw-bg-opacity))
}
.focus\:bg-secondary-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(40, 238, 118, var(--tw-bg-opacity))
}
.focus\:bg-secondary-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
}
.focus\:bg-secondary-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(13, 163, 72, var(--tw-bg-opacity))
}
.focus\:bg-secondary-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(9, 116, 51, var(--tw-bg-opacity))
}
.focus\:bg-secondary-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 68, 30, var(--tw-bg-opacity))
}
.focus\:bg-secondary-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 21, 9, var(--tw-bg-opacity))
}
.focus\:bg-secondary:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
}
.focus\:bg-accent-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity))
}
.focus\:bg-accent-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity))
}
.focus\:bg-accent-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity))
}
.focus\:bg-accent-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity))
}
.focus\:bg-accent-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity))
}
.focus\:bg-accent-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity))
}
.focus\:bg-accent-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity))
}
.focus\:bg-accent-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity))
}
.focus\:bg-accent-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity))
}
.focus\:bg-accent-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity))
}
.focus\:bg-shade-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(58, 58, 49, var(--tw-bg-opacity))
}
.focus\:bg-shade-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 47, 53, var(--tw-bg-opacity))
}
.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}
.focus\:bg-black:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity))
}
.focus\:bg-gray-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity))
}
.focus\:bg-gray-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity))
}
.focus\:bg-gray-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity))
}
.focus\:bg-gray-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity))
}
.focus\:bg-gray-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity))
}
.focus\:bg-gray-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity))
}
.focus\:bg-gray-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity))
}
.focus\:bg-gray-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity))
}
.focus\:bg-gray-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity))
}
.focus\:bg-gray-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity))
}
.focus\:bg-brand-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity))
}
.focus\:bg-brand-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity))
}
.focus\:bg-brand-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity))
}
.focus\:bg-brand-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity))
}
.focus\:bg-brand-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity))
}
.focus\:bg-brand-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity))
}
.focus\:bg-brand-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity))
}
.focus\:bg-brand-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity))
}
.focus\:bg-brand-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity))
}
.focus\:bg-brand-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity))
}
.focus\:bg-transparent:focus {
  background-color: transparent
}
.focus\:bg-current:focus {
  background-color: currentColor
}
.bg-none {
  background-image: none
}
.bg-gradient-to-t {
  background-image: linear-gradient(0deg, var(--tw-gradient-stops))
}
.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops))
}
.bg-gradient-to-r {
  background-image: linear-gradient(90deg, var(--tw-gradient-stops))
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops))
}
.bg-gradient-to-b {
  background-image: linear-gradient(180deg, var(--tw-gradient-stops))
}
.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops))
}
.bg-gradient-to-l {
  background-image: linear-gradient(270deg, var(--tw-gradient-stops))
}
.bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops))
}
.from-primary-50, .from-primary-100 {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
}
.from-primary-200 {
  --tw-gradient-from: #fff6e2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 226, 0))
}
.from-primary-300 {
  --tw-gradient-from: #ffe6af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 230, 175, 0))
}
.from-primary-400 {
  --tw-gradient-from: #ffd57c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 213, 124, 0))
}
.from-primary-500 {
  --tw-gradient-from: #ffc549;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 197, 73, 0))
}
.from-primary-600 {
  --tw-gradient-from: #ffb516;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 181, 22, 0))
}
.from-primary-700 {
  --tw-gradient-from: #e29a00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 154, 0, 0))
}
.from-primary-800 {
  --tw-gradient-from: #af7700;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 119, 0, 0))
}
.from-primary-900 {
  --tw-gradient-from: #7c5400;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 84, 0, 0))
}
.from-primary {
  --tw-gradient-from: #ffc549;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 197, 73, 0))
}
.from-secondary-50 {
  --tw-gradient-from: #cefbdf;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 251, 223, 0))
}
.from-secondary-100 {
  --tw-gradient-from: #b6f9d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 249, 208, 0))
}
.from-secondary-200 {
  --tw-gradient-from: #87f5b2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 245, 178, 0))
}
.from-secondary-300 {
  --tw-gradient-from: #58f194;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 241, 148, 0))
}
.from-secondary-400 {
  --tw-gradient-from: #28ee76;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 238, 118, 0))
}
.from-secondary-500 {
  --tw-gradient-from: #11d25d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 210, 93, 0))
}
.from-secondary-600 {
  --tw-gradient-from: #0da348;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 163, 72, 0))
}
.from-secondary-700 {
  --tw-gradient-from: #097433;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 116, 51, 0))
}
.from-secondary-800 {
  --tw-gradient-from: #06441e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 68, 30, 0))
}
.from-secondary-900 {
  --tw-gradient-from: #021509;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 21, 9, 0))
}
.from-secondary {
  --tw-gradient-from: #11d25d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 210, 93, 0))
}
.from-accent-50 {
  --tw-gradient-from: #fef2f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0))
}
.from-accent-100 {
  --tw-gradient-from: #fee2e2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0))
}
.from-accent-200 {
  --tw-gradient-from: #fecaca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0))
}
.from-accent-300 {
  --tw-gradient-from: #fca5a5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0))
}
.from-accent-400 {
  --tw-gradient-from: #f87171;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0))
}
.from-accent-500 {
  --tw-gradient-from: #ef4444;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0))
}
.from-accent-600 {
  --tw-gradient-from: #dc2626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0))
}
.from-accent-700 {
  --tw-gradient-from: #b91c1c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0))
}
.from-accent-800 {
  --tw-gradient-from: #991b1b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0))
}
.from-accent-900 {
  --tw-gradient-from: #7f1d1d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0))
}
.from-shade-500 {
  --tw-gradient-from: #3a3a31;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 58, 49, 0))
}
.from-shade-600 {
  --tw-gradient-from: #2d2f35;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 47, 53, 0))
}
.from-white {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
}
.from-black {
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent)
}
.from-gray-50 {
  --tw-gradient-from: #f9fafb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0))
}
.from-gray-100 {
  --tw-gradient-from: #f3f4f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0))
}
.from-gray-200 {
  --tw-gradient-from: #e5e7eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0))
}
.from-gray-300 {
  --tw-gradient-from: #d1d5db;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0))
}
.from-gray-400 {
  --tw-gradient-from: #9ca3af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0))
}
.from-gray-500 {
  --tw-gradient-from: #6b7280;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0))
}
.from-gray-600 {
  --tw-gradient-from: #4b5563;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0))
}
.from-gray-700 {
  --tw-gradient-from: #374151;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0))
}
.from-gray-800 {
  --tw-gradient-from: #1f2937;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0))
}
.from-gray-900 {
  --tw-gradient-from: #111827;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0))
}
.from-brand-50 {
  --tw-gradient-from: #eff6ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0))
}
.from-brand-100 {
  --tw-gradient-from: #dbeafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0))
}
.from-brand-200 {
  --tw-gradient-from: #bfdbfe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0))
}
.from-brand-300 {
  --tw-gradient-from: #93c5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0))
}
.from-brand-400 {
  --tw-gradient-from: #60a5fa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0))
}
.from-brand-500 {
  --tw-gradient-from: #3b82f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0))
}
.from-brand-600 {
  --tw-gradient-from: #2563eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0))
}
.from-brand-700 {
  --tw-gradient-from: #1d4ed8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0))
}
.from-brand-800 {
  --tw-gradient-from: #1e40af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0))
}
.from-brand-900 {
  --tw-gradient-from: #1e3a8a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0))
}
.from-transparent {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent)
}
.from-current {
  --tw-gradient-from: currentColor;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
}
.from-yellow {
  --tw-gradient-from: #eac32a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 195, 42, 0))
}
.from-green {
  --tw-gradient-from: #11d25d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 210, 93, 0))
}
.from-header-grad-1 {
  --tw-gradient-from: #f4cb89;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 203, 137, 0))
}
.from-header-grad-2 {
  --tw-gradient-from: #e3aa4a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 170, 74, 0))
}
.from-header-grad-3 {
  --tw-gradient-from: #d85801;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 88, 1, 0))
}
.from-header-grad-4 {
  --tw-gradient-from: #d89930;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 153, 48, 0))
}
.via-primary-50, .via-primary-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
}
.via-primary-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fff6e2, var(--tw-gradient-to, rgba(255, 246, 226, 0))
}
.via-primary-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #ffe6af, var(--tw-gradient-to, rgba(255, 230, 175, 0))
}
.via-primary-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #ffd57c, var(--tw-gradient-to, rgba(255, 213, 124, 0))
}
.via-primary-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #ffc549, var(--tw-gradient-to, rgba(255, 197, 73, 0))
}
.via-primary-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #ffb516, var(--tw-gradient-to, rgba(255, 181, 22, 0))
}
.via-primary-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #e29a00, var(--tw-gradient-to, rgba(226, 154, 0, 0))
}
.via-primary-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #af7700, var(--tw-gradient-to, rgba(175, 119, 0, 0))
}
.via-primary-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #7c5400, var(--tw-gradient-to, rgba(124, 84, 0, 0))
}
.via-primary {
  --tw-gradient-stops: var(--tw-gradient-from), #ffc549, var(--tw-gradient-to, rgba(255, 197, 73, 0))
}
.via-secondary-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #cefbdf, var(--tw-gradient-to, rgba(206, 251, 223, 0))
}
.via-secondary-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #b6f9d0, var(--tw-gradient-to, rgba(182, 249, 208, 0))
}
.via-secondary-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #87f5b2, var(--tw-gradient-to, rgba(135, 245, 178, 0))
}
.via-secondary-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #58f194, var(--tw-gradient-to, rgba(88, 241, 148, 0))
}
.via-secondary-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #28ee76, var(--tw-gradient-to, rgba(40, 238, 118, 0))
}
.via-secondary-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #11d25d, var(--tw-gradient-to, rgba(17, 210, 93, 0))
}
.via-secondary-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #0da348, var(--tw-gradient-to, rgba(13, 163, 72, 0))
}
.via-secondary-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #097433, var(--tw-gradient-to, rgba(9, 116, 51, 0))
}
.via-secondary-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #06441e, var(--tw-gradient-to, rgba(6, 68, 30, 0))
}
.via-secondary-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #021509, var(--tw-gradient-to, rgba(2, 21, 9, 0))
}
.via-secondary {
  --tw-gradient-stops: var(--tw-gradient-from), #11d25d, var(--tw-gradient-to, rgba(17, 210, 93, 0))
}
.via-accent-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0))
}
.via-accent-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0))
}
.via-accent-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0))
}
.via-accent-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0))
}
.via-accent-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0))
}
.via-accent-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0))
}
.via-accent-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0))
}
.via-accent-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0))
}
.via-accent-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0))
}
.via-accent-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0))
}
.via-shade-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #3a3a31, var(--tw-gradient-to, rgba(58, 58, 49, 0))
}
.via-shade-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #2d2f35, var(--tw-gradient-to, rgba(45, 47, 53, 0))
}
.via-white {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
}
.via-black {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, transparent)
}
.via-gray-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0))
}
.via-gray-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0))
}
.via-gray-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0))
}
.via-gray-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0))
}
.via-gray-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0))
}
.via-gray-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0))
}
.via-gray-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0))
}
.via-gray-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0))
}
.via-gray-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0))
}
.via-gray-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0))
}
.via-brand-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0))
}
.via-brand-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0))
}
.via-brand-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0))
}
.via-brand-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0))
}
.via-brand-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0))
}
.via-brand-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0))
}
.via-brand-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0))
}
.via-brand-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0))
}
.via-brand-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0))
}
.via-brand-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0))
}
.via-transparent {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, transparent)
}
.via-current {
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
}
.via-yellow {
  --tw-gradient-stops: var(--tw-gradient-from), #eac32a, var(--tw-gradient-to, rgba(234, 195, 42, 0))
}
.via-green {
  --tw-gradient-stops: var(--tw-gradient-from), #11d25d, var(--tw-gradient-to, rgba(17, 210, 93, 0))
}
.via-header-grad-1 {
  --tw-gradient-stops: var(--tw-gradient-from), #f4cb89, var(--tw-gradient-to, rgba(244, 203, 137, 0))
}
.via-header-grad-2 {
  --tw-gradient-stops: var(--tw-gradient-from), #e3aa4a, var(--tw-gradient-to, rgba(227, 170, 74, 0))
}
.via-header-grad-3 {
  --tw-gradient-stops: var(--tw-gradient-from), #d85801, var(--tw-gradient-to, rgba(216, 88, 1, 0))
}
.via-header-grad-4 {
  --tw-gradient-stops: var(--tw-gradient-from), #d89930, var(--tw-gradient-to, rgba(216, 153, 48, 0))
}
.to-primary-50, .to-primary-100 {
  --tw-gradient-to: #fff
}
.to-primary-200 {
  --tw-gradient-to: #fff6e2
}
.to-primary-300 {
  --tw-gradient-to: #ffe6af
}
.to-primary-400 {
  --tw-gradient-to: #ffd57c
}
.to-primary-500 {
  --tw-gradient-to: #ffc549
}
.to-primary-600 {
  --tw-gradient-to: #ffb516
}
.to-primary-700 {
  --tw-gradient-to: #e29a00
}
.to-primary-800 {
  --tw-gradient-to: #af7700
}
.to-primary-900 {
  --tw-gradient-to: #7c5400
}
.to-primary {
  --tw-gradient-to: #ffc549
}
.to-secondary-50 {
  --tw-gradient-to: #cefbdf
}
.to-secondary-100 {
  --tw-gradient-to: #b6f9d0
}
.to-secondary-200 {
  --tw-gradient-to: #87f5b2
}
.to-secondary-300 {
  --tw-gradient-to: #58f194
}
.to-secondary-400 {
  --tw-gradient-to: #28ee76
}
.to-secondary-500 {
  --tw-gradient-to: #11d25d
}
.to-secondary-600 {
  --tw-gradient-to: #0da348
}
.to-secondary-700 {
  --tw-gradient-to: #097433
}
.to-secondary-800 {
  --tw-gradient-to: #06441e
}
.to-secondary-900 {
  --tw-gradient-to: #021509
}
.to-secondary {
  --tw-gradient-to: #11d25d
}
.to-accent-50 {
  --tw-gradient-to: #fef2f2
}
.to-accent-100 {
  --tw-gradient-to: #fee2e2
}
.to-accent-200 {
  --tw-gradient-to: #fecaca
}
.to-accent-300 {
  --tw-gradient-to: #fca5a5
}
.to-accent-400 {
  --tw-gradient-to: #f87171
}
.to-accent-500 {
  --tw-gradient-to: #ef4444
}
.to-accent-600 {
  --tw-gradient-to: #dc2626
}
.to-accent-700 {
  --tw-gradient-to: #b91c1c
}
.to-accent-800 {
  --tw-gradient-to: #991b1b
}
.to-accent-900 {
  --tw-gradient-to: #7f1d1d
}
.to-shade-500 {
  --tw-gradient-to: #3a3a31
}
.to-shade-600 {
  --tw-gradient-to: #2d2f35
}
.to-white {
  --tw-gradient-to: #fff
}
.to-black {
  --tw-gradient-to: #000
}
.to-gray-50 {
  --tw-gradient-to: #f9fafb
}
.to-gray-100 {
  --tw-gradient-to: #f3f4f6
}
.to-gray-200 {
  --tw-gradient-to: #e5e7eb
}
.to-gray-300 {
  --tw-gradient-to: #d1d5db
}
.to-gray-400 {
  --tw-gradient-to: #9ca3af
}
.to-gray-500 {
  --tw-gradient-to: #6b7280
}
.to-gray-600 {
  --tw-gradient-to: #4b5563
}
.to-gray-700 {
  --tw-gradient-to: #374151
}
.to-gray-800 {
  --tw-gradient-to: #1f2937
}
.to-gray-900 {
  --tw-gradient-to: #111827
}
.to-brand-50 {
  --tw-gradient-to: #eff6ff
}
.to-brand-100 {
  --tw-gradient-to: #dbeafe
}
.to-brand-200 {
  --tw-gradient-to: #bfdbfe
}
.to-brand-300 {
  --tw-gradient-to: #93c5fd
}
.to-brand-400 {
  --tw-gradient-to: #60a5fa
}
.to-brand-500 {
  --tw-gradient-to: #3b82f6
}
.to-brand-600 {
  --tw-gradient-to: #2563eb
}
.to-brand-700 {
  --tw-gradient-to: #1d4ed8
}
.to-brand-800 {
  --tw-gradient-to: #1e40af
}
.to-brand-900 {
  --tw-gradient-to: #1e3a8a
}
.to-transparent {
  --tw-gradient-to: transparent
}
.to-current {
  --tw-gradient-to: currentColor
}
.to-yellow {
  --tw-gradient-to: #eac32a
}
.to-green {
  --tw-gradient-to: #11d25d
}
.to-header-grad-1 {
  --tw-gradient-to: #f4cb89
}
.to-header-grad-2 {
  --tw-gradient-to: #e3aa4a
}
.to-header-grad-3 {
  --tw-gradient-to: #d85801
}
.to-header-grad-4 {
  --tw-gradient-to: #d89930
}
.hover\:from-primary-50:hover, .hover\:from-primary-100:hover {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
}
.hover\:from-primary-200:hover {
  --tw-gradient-from: #fff6e2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 226, 0))
}
.hover\:from-primary-300:hover {
  --tw-gradient-from: #ffe6af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 230, 175, 0))
}
.hover\:from-primary-400:hover {
  --tw-gradient-from: #ffd57c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 213, 124, 0))
}
.hover\:from-primary-500:hover {
  --tw-gradient-from: #ffc549;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 197, 73, 0))
}
.hover\:from-primary-600:hover {
  --tw-gradient-from: #ffb516;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 181, 22, 0))
}
.hover\:from-primary-700:hover {
  --tw-gradient-from: #e29a00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 154, 0, 0))
}
.hover\:from-primary-800:hover {
  --tw-gradient-from: #af7700;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 119, 0, 0))
}
.hover\:from-primary-900:hover {
  --tw-gradient-from: #7c5400;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 84, 0, 0))
}
.hover\:from-primary:hover {
  --tw-gradient-from: #ffc549;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 197, 73, 0))
}
.hover\:from-secondary-50:hover {
  --tw-gradient-from: #cefbdf;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 251, 223, 0))
}
.hover\:from-secondary-100:hover {
  --tw-gradient-from: #b6f9d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 249, 208, 0))
}
.hover\:from-secondary-200:hover {
  --tw-gradient-from: #87f5b2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 245, 178, 0))
}
.hover\:from-secondary-300:hover {
  --tw-gradient-from: #58f194;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 241, 148, 0))
}
.hover\:from-secondary-400:hover {
  --tw-gradient-from: #28ee76;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 238, 118, 0))
}
.hover\:from-secondary-500:hover {
  --tw-gradient-from: #11d25d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 210, 93, 0))
}
.hover\:from-secondary-600:hover {
  --tw-gradient-from: #0da348;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 163, 72, 0))
}
.hover\:from-secondary-700:hover {
  --tw-gradient-from: #097433;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 116, 51, 0))
}
.hover\:from-secondary-800:hover {
  --tw-gradient-from: #06441e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 68, 30, 0))
}
.hover\:from-secondary-900:hover {
  --tw-gradient-from: #021509;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 21, 9, 0))
}
.hover\:from-secondary:hover {
  --tw-gradient-from: #11d25d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 210, 93, 0))
}
.hover\:from-accent-50:hover {
  --tw-gradient-from: #fef2f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0))
}
.hover\:from-accent-100:hover {
  --tw-gradient-from: #fee2e2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0))
}
.hover\:from-accent-200:hover {
  --tw-gradient-from: #fecaca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0))
}
.hover\:from-accent-300:hover {
  --tw-gradient-from: #fca5a5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0))
}
.hover\:from-accent-400:hover {
  --tw-gradient-from: #f87171;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0))
}
.hover\:from-accent-500:hover {
  --tw-gradient-from: #ef4444;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0))
}
.hover\:from-accent-600:hover {
  --tw-gradient-from: #dc2626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0))
}
.hover\:from-accent-700:hover {
  --tw-gradient-from: #b91c1c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0))
}
.hover\:from-accent-800:hover {
  --tw-gradient-from: #991b1b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0))
}
.hover\:from-accent-900:hover {
  --tw-gradient-from: #7f1d1d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0))
}
.hover\:from-shade-500:hover {
  --tw-gradient-from: #3a3a31;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 58, 49, 0))
}
.hover\:from-shade-600:hover {
  --tw-gradient-from: #2d2f35;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 47, 53, 0))
}
.hover\:from-white:hover {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
}
.hover\:from-black:hover {
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent)
}
.hover\:from-gray-50:hover {
  --tw-gradient-from: #f9fafb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0))
}
.hover\:from-gray-100:hover {
  --tw-gradient-from: #f3f4f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0))
}
.hover\:from-gray-200:hover {
  --tw-gradient-from: #e5e7eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0))
}
.hover\:from-gray-300:hover {
  --tw-gradient-from: #d1d5db;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0))
}
.hover\:from-gray-400:hover {
  --tw-gradient-from: #9ca3af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0))
}
.hover\:from-gray-500:hover {
  --tw-gradient-from: #6b7280;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0))
}
.hover\:from-gray-600:hover {
  --tw-gradient-from: #4b5563;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0))
}
.hover\:from-gray-700:hover {
  --tw-gradient-from: #374151;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0))
}
.hover\:from-gray-800:hover {
  --tw-gradient-from: #1f2937;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0))
}
.hover\:from-gray-900:hover {
  --tw-gradient-from: #111827;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0))
}
.hover\:from-brand-50:hover {
  --tw-gradient-from: #eff6ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0))
}
.hover\:from-brand-100:hover {
  --tw-gradient-from: #dbeafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0))
}
.hover\:from-brand-200:hover {
  --tw-gradient-from: #bfdbfe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0))
}
.hover\:from-brand-300:hover {
  --tw-gradient-from: #93c5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0))
}
.hover\:from-brand-400:hover {
  --tw-gradient-from: #60a5fa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0))
}
.hover\:from-brand-500:hover {
  --tw-gradient-from: #3b82f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0))
}
.hover\:from-brand-600:hover {
  --tw-gradient-from: #2563eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0))
}
.hover\:from-brand-700:hover {
  --tw-gradient-from: #1d4ed8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0))
}
.hover\:from-brand-800:hover {
  --tw-gradient-from: #1e40af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0))
}
.hover\:from-brand-900:hover {
  --tw-gradient-from: #1e3a8a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0))
}
.hover\:from-transparent:hover {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent)
}
.hover\:from-current:hover {
  --tw-gradient-from: currentColor;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
}
.hover\:from-yellow:hover {
  --tw-gradient-from: #eac32a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 195, 42, 0))
}
.hover\:from-green:hover {
  --tw-gradient-from: #11d25d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 210, 93, 0))
}
.hover\:from-header-grad-1:hover {
  --tw-gradient-from: #f4cb89;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 203, 137, 0))
}
.hover\:from-header-grad-2:hover {
  --tw-gradient-from: #e3aa4a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 170, 74, 0))
}
.hover\:from-header-grad-3:hover {
  --tw-gradient-from: #d85801;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 88, 1, 0))
}
.hover\:from-header-grad-4:hover {
  --tw-gradient-from: #d89930;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 153, 48, 0))
}
.hover\:via-primary-50:hover, .hover\:via-primary-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
}
.hover\:via-primary-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fff6e2, var(--tw-gradient-to, rgba(255, 246, 226, 0))
}
.hover\:via-primary-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ffe6af, var(--tw-gradient-to, rgba(255, 230, 175, 0))
}
.hover\:via-primary-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ffd57c, var(--tw-gradient-to, rgba(255, 213, 124, 0))
}
.hover\:via-primary-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ffc549, var(--tw-gradient-to, rgba(255, 197, 73, 0))
}
.hover\:via-primary-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ffb516, var(--tw-gradient-to, rgba(255, 181, 22, 0))
}
.hover\:via-primary-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e29a00, var(--tw-gradient-to, rgba(226, 154, 0, 0))
}
.hover\:via-primary-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #af7700, var(--tw-gradient-to, rgba(175, 119, 0, 0))
}
.hover\:via-primary-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #7c5400, var(--tw-gradient-to, rgba(124, 84, 0, 0))
}
.hover\:via-primary:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ffc549, var(--tw-gradient-to, rgba(255, 197, 73, 0))
}
.hover\:via-secondary-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #cefbdf, var(--tw-gradient-to, rgba(206, 251, 223, 0))
}
.hover\:via-secondary-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #b6f9d0, var(--tw-gradient-to, rgba(182, 249, 208, 0))
}
.hover\:via-secondary-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #87f5b2, var(--tw-gradient-to, rgba(135, 245, 178, 0))
}
.hover\:via-secondary-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #58f194, var(--tw-gradient-to, rgba(88, 241, 148, 0))
}
.hover\:via-secondary-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #28ee76, var(--tw-gradient-to, rgba(40, 238, 118, 0))
}
.hover\:via-secondary-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #11d25d, var(--tw-gradient-to, rgba(17, 210, 93, 0))
}
.hover\:via-secondary-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #0da348, var(--tw-gradient-to, rgba(13, 163, 72, 0))
}
.hover\:via-secondary-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #097433, var(--tw-gradient-to, rgba(9, 116, 51, 0))
}
.hover\:via-secondary-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #06441e, var(--tw-gradient-to, rgba(6, 68, 30, 0))
}
.hover\:via-secondary-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #021509, var(--tw-gradient-to, rgba(2, 21, 9, 0))
}
.hover\:via-secondary:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #11d25d, var(--tw-gradient-to, rgba(17, 210, 93, 0))
}
.hover\:via-accent-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0))
}
.hover\:via-accent-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0))
}
.hover\:via-accent-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0))
}
.hover\:via-accent-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0))
}
.hover\:via-accent-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0))
}
.hover\:via-accent-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0))
}
.hover\:via-accent-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0))
}
.hover\:via-accent-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0))
}
.hover\:via-accent-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0))
}
.hover\:via-accent-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0))
}
.hover\:via-shade-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #3a3a31, var(--tw-gradient-to, rgba(58, 58, 49, 0))
}
.hover\:via-shade-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #2d2f35, var(--tw-gradient-to, rgba(45, 47, 53, 0))
}
.hover\:via-white:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
}
.hover\:via-black:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, transparent)
}
.hover\:via-gray-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0))
}
.hover\:via-gray-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0))
}
.hover\:via-gray-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0))
}
.hover\:via-gray-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0))
}
.hover\:via-gray-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0))
}
.hover\:via-gray-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0))
}
.hover\:via-gray-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0))
}
.hover\:via-gray-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0))
}
.hover\:via-gray-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0))
}
.hover\:via-gray-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0))
}
.hover\:via-brand-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0))
}
.hover\:via-brand-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0))
}
.hover\:via-brand-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0))
}
.hover\:via-brand-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0))
}
.hover\:via-brand-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0))
}
.hover\:via-brand-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0))
}
.hover\:via-brand-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0))
}
.hover\:via-brand-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0))
}
.hover\:via-brand-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0))
}
.hover\:via-brand-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0))
}
.hover\:via-transparent:hover {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, transparent)
}
.hover\:via-current:hover {
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
}
.hover\:via-yellow:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #eac32a, var(--tw-gradient-to, rgba(234, 195, 42, 0))
}
.hover\:via-green:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #11d25d, var(--tw-gradient-to, rgba(17, 210, 93, 0))
}
.hover\:via-header-grad-1:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f4cb89, var(--tw-gradient-to, rgba(244, 203, 137, 0))
}
.hover\:via-header-grad-2:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e3aa4a, var(--tw-gradient-to, rgba(227, 170, 74, 0))
}
.hover\:via-header-grad-3:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d85801, var(--tw-gradient-to, rgba(216, 88, 1, 0))
}
.hover\:via-header-grad-4:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d89930, var(--tw-gradient-to, rgba(216, 153, 48, 0))
}
.hover\:to-primary-50:hover, .hover\:to-primary-100:hover {
  --tw-gradient-to: #fff
}
.hover\:to-primary-200:hover {
  --tw-gradient-to: #fff6e2
}
.hover\:to-primary-300:hover {
  --tw-gradient-to: #ffe6af
}
.hover\:to-primary-400:hover {
  --tw-gradient-to: #ffd57c
}
.hover\:to-primary-500:hover {
  --tw-gradient-to: #ffc549
}
.hover\:to-primary-600:hover {
  --tw-gradient-to: #ffb516
}
.hover\:to-primary-700:hover {
  --tw-gradient-to: #e29a00
}
.hover\:to-primary-800:hover {
  --tw-gradient-to: #af7700
}
.hover\:to-primary-900:hover {
  --tw-gradient-to: #7c5400
}
.hover\:to-primary:hover {
  --tw-gradient-to: #ffc549
}
.hover\:to-secondary-50:hover {
  --tw-gradient-to: #cefbdf
}
.hover\:to-secondary-100:hover {
  --tw-gradient-to: #b6f9d0
}
.hover\:to-secondary-200:hover {
  --tw-gradient-to: #87f5b2
}
.hover\:to-secondary-300:hover {
  --tw-gradient-to: #58f194
}
.hover\:to-secondary-400:hover {
  --tw-gradient-to: #28ee76
}
.hover\:to-secondary-500:hover {
  --tw-gradient-to: #11d25d
}
.hover\:to-secondary-600:hover {
  --tw-gradient-to: #0da348
}
.hover\:to-secondary-700:hover {
  --tw-gradient-to: #097433
}
.hover\:to-secondary-800:hover {
  --tw-gradient-to: #06441e
}
.hover\:to-secondary-900:hover {
  --tw-gradient-to: #021509
}
.hover\:to-secondary:hover {
  --tw-gradient-to: #11d25d
}
.hover\:to-accent-50:hover {
  --tw-gradient-to: #fef2f2
}
.hover\:to-accent-100:hover {
  --tw-gradient-to: #fee2e2
}
.hover\:to-accent-200:hover {
  --tw-gradient-to: #fecaca
}
.hover\:to-accent-300:hover {
  --tw-gradient-to: #fca5a5
}
.hover\:to-accent-400:hover {
  --tw-gradient-to: #f87171
}
.hover\:to-accent-500:hover {
  --tw-gradient-to: #ef4444
}
.hover\:to-accent-600:hover {
  --tw-gradient-to: #dc2626
}
.hover\:to-accent-700:hover {
  --tw-gradient-to: #b91c1c
}
.hover\:to-accent-800:hover {
  --tw-gradient-to: #991b1b
}
.hover\:to-accent-900:hover {
  --tw-gradient-to: #7f1d1d
}
.hover\:to-shade-500:hover {
  --tw-gradient-to: #3a3a31
}
.hover\:to-shade-600:hover {
  --tw-gradient-to: #2d2f35
}
.hover\:to-white:hover {
  --tw-gradient-to: #fff
}
.hover\:to-black:hover {
  --tw-gradient-to: #000
}
.hover\:to-gray-50:hover {
  --tw-gradient-to: #f9fafb
}
.hover\:to-gray-100:hover {
  --tw-gradient-to: #f3f4f6
}
.hover\:to-gray-200:hover {
  --tw-gradient-to: #e5e7eb
}
.hover\:to-gray-300:hover {
  --tw-gradient-to: #d1d5db
}
.hover\:to-gray-400:hover {
  --tw-gradient-to: #9ca3af
}
.hover\:to-gray-500:hover {
  --tw-gradient-to: #6b7280
}
.hover\:to-gray-600:hover {
  --tw-gradient-to: #4b5563
}
.hover\:to-gray-700:hover {
  --tw-gradient-to: #374151
}
.hover\:to-gray-800:hover {
  --tw-gradient-to: #1f2937
}
.hover\:to-gray-900:hover {
  --tw-gradient-to: #111827
}
.hover\:to-brand-50:hover {
  --tw-gradient-to: #eff6ff
}
.hover\:to-brand-100:hover {
  --tw-gradient-to: #dbeafe
}
.hover\:to-brand-200:hover {
  --tw-gradient-to: #bfdbfe
}
.hover\:to-brand-300:hover {
  --tw-gradient-to: #93c5fd
}
.hover\:to-brand-400:hover {
  --tw-gradient-to: #60a5fa
}
.hover\:to-brand-500:hover {
  --tw-gradient-to: #3b82f6
}
.hover\:to-brand-600:hover {
  --tw-gradient-to: #2563eb
}
.hover\:to-brand-700:hover {
  --tw-gradient-to: #1d4ed8
}
.hover\:to-brand-800:hover {
  --tw-gradient-to: #1e40af
}
.hover\:to-brand-900:hover {
  --tw-gradient-to: #1e3a8a
}
.hover\:to-transparent:hover {
  --tw-gradient-to: transparent
}
.hover\:to-current:hover {
  --tw-gradient-to: currentColor
}
.hover\:to-yellow:hover {
  --tw-gradient-to: #eac32a
}
.hover\:to-green:hover {
  --tw-gradient-to: #11d25d
}
.hover\:to-header-grad-1:hover {
  --tw-gradient-to: #f4cb89
}
.hover\:to-header-grad-2:hover {
  --tw-gradient-to: #e3aa4a
}
.hover\:to-header-grad-3:hover {
  --tw-gradient-to: #d85801
}
.hover\:to-header-grad-4:hover {
  --tw-gradient-to: #d89930
}
.focus\:from-primary-50:focus, .focus\:from-primary-100:focus {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
}
.focus\:from-primary-200:focus {
  --tw-gradient-from: #fff6e2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 226, 0))
}
.focus\:from-primary-300:focus {
  --tw-gradient-from: #ffe6af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 230, 175, 0))
}
.focus\:from-primary-400:focus {
  --tw-gradient-from: #ffd57c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 213, 124, 0))
}
.focus\:from-primary-500:focus {
  --tw-gradient-from: #ffc549;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 197, 73, 0))
}
.focus\:from-primary-600:focus {
  --tw-gradient-from: #ffb516;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 181, 22, 0))
}
.focus\:from-primary-700:focus {
  --tw-gradient-from: #e29a00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 154, 0, 0))
}
.focus\:from-primary-800:focus {
  --tw-gradient-from: #af7700;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 119, 0, 0))
}
.focus\:from-primary-900:focus {
  --tw-gradient-from: #7c5400;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 84, 0, 0))
}
.focus\:from-primary:focus {
  --tw-gradient-from: #ffc549;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 197, 73, 0))
}
.focus\:from-secondary-50:focus {
  --tw-gradient-from: #cefbdf;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 251, 223, 0))
}
.focus\:from-secondary-100:focus {
  --tw-gradient-from: #b6f9d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 249, 208, 0))
}
.focus\:from-secondary-200:focus {
  --tw-gradient-from: #87f5b2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 245, 178, 0))
}
.focus\:from-secondary-300:focus {
  --tw-gradient-from: #58f194;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 241, 148, 0))
}
.focus\:from-secondary-400:focus {
  --tw-gradient-from: #28ee76;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 238, 118, 0))
}
.focus\:from-secondary-500:focus {
  --tw-gradient-from: #11d25d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 210, 93, 0))
}
.focus\:from-secondary-600:focus {
  --tw-gradient-from: #0da348;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 163, 72, 0))
}
.focus\:from-secondary-700:focus {
  --tw-gradient-from: #097433;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 116, 51, 0))
}
.focus\:from-secondary-800:focus {
  --tw-gradient-from: #06441e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 68, 30, 0))
}
.focus\:from-secondary-900:focus {
  --tw-gradient-from: #021509;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 21, 9, 0))
}
.focus\:from-secondary:focus {
  --tw-gradient-from: #11d25d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 210, 93, 0))
}
.focus\:from-accent-50:focus {
  --tw-gradient-from: #fef2f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0))
}
.focus\:from-accent-100:focus {
  --tw-gradient-from: #fee2e2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0))
}
.focus\:from-accent-200:focus {
  --tw-gradient-from: #fecaca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0))
}
.focus\:from-accent-300:focus {
  --tw-gradient-from: #fca5a5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0))
}
.focus\:from-accent-400:focus {
  --tw-gradient-from: #f87171;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0))
}
.focus\:from-accent-500:focus {
  --tw-gradient-from: #ef4444;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0))
}
.focus\:from-accent-600:focus {
  --tw-gradient-from: #dc2626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0))
}
.focus\:from-accent-700:focus {
  --tw-gradient-from: #b91c1c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0))
}
.focus\:from-accent-800:focus {
  --tw-gradient-from: #991b1b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0))
}
.focus\:from-accent-900:focus {
  --tw-gradient-from: #7f1d1d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0))
}
.focus\:from-shade-500:focus {
  --tw-gradient-from: #3a3a31;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 58, 49, 0))
}
.focus\:from-shade-600:focus {
  --tw-gradient-from: #2d2f35;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 47, 53, 0))
}
.focus\:from-white:focus {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
}
.focus\:from-black:focus {
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent)
}
.focus\:from-gray-50:focus {
  --tw-gradient-from: #f9fafb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0))
}
.focus\:from-gray-100:focus {
  --tw-gradient-from: #f3f4f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0))
}
.focus\:from-gray-200:focus {
  --tw-gradient-from: #e5e7eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0))
}
.focus\:from-gray-300:focus {
  --tw-gradient-from: #d1d5db;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0))
}
.focus\:from-gray-400:focus {
  --tw-gradient-from: #9ca3af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0))
}
.focus\:from-gray-500:focus {
  --tw-gradient-from: #6b7280;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0))
}
.focus\:from-gray-600:focus {
  --tw-gradient-from: #4b5563;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0))
}
.focus\:from-gray-700:focus {
  --tw-gradient-from: #374151;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0))
}
.focus\:from-gray-800:focus {
  --tw-gradient-from: #1f2937;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0))
}
.focus\:from-gray-900:focus {
  --tw-gradient-from: #111827;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0))
}
.focus\:from-brand-50:focus {
  --tw-gradient-from: #eff6ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0))
}
.focus\:from-brand-100:focus {
  --tw-gradient-from: #dbeafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0))
}
.focus\:from-brand-200:focus {
  --tw-gradient-from: #bfdbfe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0))
}
.focus\:from-brand-300:focus {
  --tw-gradient-from: #93c5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0))
}
.focus\:from-brand-400:focus {
  --tw-gradient-from: #60a5fa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0))
}
.focus\:from-brand-500:focus {
  --tw-gradient-from: #3b82f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0))
}
.focus\:from-brand-600:focus {
  --tw-gradient-from: #2563eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0))
}
.focus\:from-brand-700:focus {
  --tw-gradient-from: #1d4ed8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0))
}
.focus\:from-brand-800:focus {
  --tw-gradient-from: #1e40af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0))
}
.focus\:from-brand-900:focus {
  --tw-gradient-from: #1e3a8a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0))
}
.focus\:from-transparent:focus {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent)
}
.focus\:from-current:focus {
  --tw-gradient-from: currentColor;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
}
.focus\:from-yellow:focus {
  --tw-gradient-from: #eac32a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 195, 42, 0))
}
.focus\:from-green:focus {
  --tw-gradient-from: #11d25d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 210, 93, 0))
}
.focus\:from-header-grad-1:focus {
  --tw-gradient-from: #f4cb89;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 203, 137, 0))
}
.focus\:from-header-grad-2:focus {
  --tw-gradient-from: #e3aa4a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 170, 74, 0))
}
.focus\:from-header-grad-3:focus {
  --tw-gradient-from: #d85801;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 88, 1, 0))
}
.focus\:from-header-grad-4:focus {
  --tw-gradient-from: #d89930;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 153, 48, 0))
}
.focus\:via-primary-50:focus, .focus\:via-primary-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
}
.focus\:via-primary-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fff6e2, var(--tw-gradient-to, rgba(255, 246, 226, 0))
}
.focus\:via-primary-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ffe6af, var(--tw-gradient-to, rgba(255, 230, 175, 0))
}
.focus\:via-primary-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ffd57c, var(--tw-gradient-to, rgba(255, 213, 124, 0))
}
.focus\:via-primary-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ffc549, var(--tw-gradient-to, rgba(255, 197, 73, 0))
}
.focus\:via-primary-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ffb516, var(--tw-gradient-to, rgba(255, 181, 22, 0))
}
.focus\:via-primary-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e29a00, var(--tw-gradient-to, rgba(226, 154, 0, 0))
}
.focus\:via-primary-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #af7700, var(--tw-gradient-to, rgba(175, 119, 0, 0))
}
.focus\:via-primary-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #7c5400, var(--tw-gradient-to, rgba(124, 84, 0, 0))
}
.focus\:via-primary:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ffc549, var(--tw-gradient-to, rgba(255, 197, 73, 0))
}
.focus\:via-secondary-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #cefbdf, var(--tw-gradient-to, rgba(206, 251, 223, 0))
}
.focus\:via-secondary-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #b6f9d0, var(--tw-gradient-to, rgba(182, 249, 208, 0))
}
.focus\:via-secondary-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #87f5b2, var(--tw-gradient-to, rgba(135, 245, 178, 0))
}
.focus\:via-secondary-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #58f194, var(--tw-gradient-to, rgba(88, 241, 148, 0))
}
.focus\:via-secondary-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #28ee76, var(--tw-gradient-to, rgba(40, 238, 118, 0))
}
.focus\:via-secondary-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #11d25d, var(--tw-gradient-to, rgba(17, 210, 93, 0))
}
.focus\:via-secondary-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #0da348, var(--tw-gradient-to, rgba(13, 163, 72, 0))
}
.focus\:via-secondary-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #097433, var(--tw-gradient-to, rgba(9, 116, 51, 0))
}
.focus\:via-secondary-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #06441e, var(--tw-gradient-to, rgba(6, 68, 30, 0))
}
.focus\:via-secondary-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #021509, var(--tw-gradient-to, rgba(2, 21, 9, 0))
}
.focus\:via-secondary:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #11d25d, var(--tw-gradient-to, rgba(17, 210, 93, 0))
}
.focus\:via-accent-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0))
}
.focus\:via-accent-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0))
}
.focus\:via-accent-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0))
}
.focus\:via-accent-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0))
}
.focus\:via-accent-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0))
}
.focus\:via-accent-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0))
}
.focus\:via-accent-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0))
}
.focus\:via-accent-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0))
}
.focus\:via-accent-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0))
}
.focus\:via-accent-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0))
}
.focus\:via-shade-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #3a3a31, var(--tw-gradient-to, rgba(58, 58, 49, 0))
}
.focus\:via-shade-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #2d2f35, var(--tw-gradient-to, rgba(45, 47, 53, 0))
}
.focus\:via-white:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
}
.focus\:via-black:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, transparent)
}
.focus\:via-gray-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0))
}
.focus\:via-gray-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0))
}
.focus\:via-gray-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0))
}
.focus\:via-gray-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0))
}
.focus\:via-gray-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0))
}
.focus\:via-gray-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0))
}
.focus\:via-gray-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0))
}
.focus\:via-gray-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0))
}
.focus\:via-gray-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0))
}
.focus\:via-gray-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0))
}
.focus\:via-brand-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0))
}
.focus\:via-brand-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0))
}
.focus\:via-brand-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0))
}
.focus\:via-brand-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0))
}
.focus\:via-brand-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0))
}
.focus\:via-brand-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0))
}
.focus\:via-brand-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0))
}
.focus\:via-brand-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0))
}
.focus\:via-brand-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0))
}
.focus\:via-brand-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0))
}
.focus\:via-transparent:focus {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, transparent)
}
.focus\:via-current:focus {
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
}
.focus\:via-yellow:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #eac32a, var(--tw-gradient-to, rgba(234, 195, 42, 0))
}
.focus\:via-green:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #11d25d, var(--tw-gradient-to, rgba(17, 210, 93, 0))
}
.focus\:via-header-grad-1:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f4cb89, var(--tw-gradient-to, rgba(244, 203, 137, 0))
}
.focus\:via-header-grad-2:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e3aa4a, var(--tw-gradient-to, rgba(227, 170, 74, 0))
}
.focus\:via-header-grad-3:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d85801, var(--tw-gradient-to, rgba(216, 88, 1, 0))
}
.focus\:via-header-grad-4:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d89930, var(--tw-gradient-to, rgba(216, 153, 48, 0))
}
.focus\:to-primary-50:focus, .focus\:to-primary-100:focus {
  --tw-gradient-to: #fff
}
.focus\:to-primary-200:focus {
  --tw-gradient-to: #fff6e2
}
.focus\:to-primary-300:focus {
  --tw-gradient-to: #ffe6af
}
.focus\:to-primary-400:focus {
  --tw-gradient-to: #ffd57c
}
.focus\:to-primary-500:focus {
  --tw-gradient-to: #ffc549
}
.focus\:to-primary-600:focus {
  --tw-gradient-to: #ffb516
}
.focus\:to-primary-700:focus {
  --tw-gradient-to: #e29a00
}
.focus\:to-primary-800:focus {
  --tw-gradient-to: #af7700
}
.focus\:to-primary-900:focus {
  --tw-gradient-to: #7c5400
}
.focus\:to-primary:focus {
  --tw-gradient-to: #ffc549
}
.focus\:to-secondary-50:focus {
  --tw-gradient-to: #cefbdf
}
.focus\:to-secondary-100:focus {
  --tw-gradient-to: #b6f9d0
}
.focus\:to-secondary-200:focus {
  --tw-gradient-to: #87f5b2
}
.focus\:to-secondary-300:focus {
  --tw-gradient-to: #58f194
}
.focus\:to-secondary-400:focus {
  --tw-gradient-to: #28ee76
}
.focus\:to-secondary-500:focus {
  --tw-gradient-to: #11d25d
}
.focus\:to-secondary-600:focus {
  --tw-gradient-to: #0da348
}
.focus\:to-secondary-700:focus {
  --tw-gradient-to: #097433
}
.focus\:to-secondary-800:focus {
  --tw-gradient-to: #06441e
}
.focus\:to-secondary-900:focus {
  --tw-gradient-to: #021509
}
.focus\:to-secondary:focus {
  --tw-gradient-to: #11d25d
}
.focus\:to-accent-50:focus {
  --tw-gradient-to: #fef2f2
}
.focus\:to-accent-100:focus {
  --tw-gradient-to: #fee2e2
}
.focus\:to-accent-200:focus {
  --tw-gradient-to: #fecaca
}
.focus\:to-accent-300:focus {
  --tw-gradient-to: #fca5a5
}
.focus\:to-accent-400:focus {
  --tw-gradient-to: #f87171
}
.focus\:to-accent-500:focus {
  --tw-gradient-to: #ef4444
}
.focus\:to-accent-600:focus {
  --tw-gradient-to: #dc2626
}
.focus\:to-accent-700:focus {
  --tw-gradient-to: #b91c1c
}
.focus\:to-accent-800:focus {
  --tw-gradient-to: #991b1b
}
.focus\:to-accent-900:focus {
  --tw-gradient-to: #7f1d1d
}
.focus\:to-shade-500:focus {
  --tw-gradient-to: #3a3a31
}
.focus\:to-shade-600:focus {
  --tw-gradient-to: #2d2f35
}
.focus\:to-white:focus {
  --tw-gradient-to: #fff
}
.focus\:to-black:focus {
  --tw-gradient-to: #000
}
.focus\:to-gray-50:focus {
  --tw-gradient-to: #f9fafb
}
.focus\:to-gray-100:focus {
  --tw-gradient-to: #f3f4f6
}
.focus\:to-gray-200:focus {
  --tw-gradient-to: #e5e7eb
}
.focus\:to-gray-300:focus {
  --tw-gradient-to: #d1d5db
}
.focus\:to-gray-400:focus {
  --tw-gradient-to: #9ca3af
}
.focus\:to-gray-500:focus {
  --tw-gradient-to: #6b7280
}
.focus\:to-gray-600:focus {
  --tw-gradient-to: #4b5563
}
.focus\:to-gray-700:focus {
  --tw-gradient-to: #374151
}
.focus\:to-gray-800:focus {
  --tw-gradient-to: #1f2937
}
.focus\:to-gray-900:focus {
  --tw-gradient-to: #111827
}
.focus\:to-brand-50:focus {
  --tw-gradient-to: #eff6ff
}
.focus\:to-brand-100:focus {
  --tw-gradient-to: #dbeafe
}
.focus\:to-brand-200:focus {
  --tw-gradient-to: #bfdbfe
}
.focus\:to-brand-300:focus {
  --tw-gradient-to: #93c5fd
}
.focus\:to-brand-400:focus {
  --tw-gradient-to: #60a5fa
}
.focus\:to-brand-500:focus {
  --tw-gradient-to: #3b82f6
}
.focus\:to-brand-600:focus {
  --tw-gradient-to: #2563eb
}
.focus\:to-brand-700:focus {
  --tw-gradient-to: #1d4ed8
}
.focus\:to-brand-800:focus {
  --tw-gradient-to: #1e40af
}
.focus\:to-brand-900:focus {
  --tw-gradient-to: #1e3a8a
}
.focus\:to-transparent:focus {
  --tw-gradient-to: transparent
}
.focus\:to-current:focus {
  --tw-gradient-to: currentColor
}
.focus\:to-yellow:focus {
  --tw-gradient-to: #eac32a
}
.focus\:to-green:focus {
  --tw-gradient-to: #11d25d
}
.focus\:to-header-grad-1:focus {
  --tw-gradient-to: #f4cb89
}
.focus\:to-header-grad-2:focus {
  --tw-gradient-to: #e3aa4a
}
.focus\:to-header-grad-3:focus {
  --tw-gradient-to: #d85801
}
.focus\:to-header-grad-4:focus {
  --tw-gradient-to: #d89930
}
.bg-opacity-0 {
  --tw-bg-opacity: 0
}
.bg-opacity-5 {
  --tw-bg-opacity: 0.05
}
.bg-opacity-10 {
  --tw-bg-opacity: 0.1
}
.bg-opacity-20 {
  --tw-bg-opacity: 0.2
}
.bg-opacity-25 {
  --tw-bg-opacity: 0.25
}
.bg-opacity-30 {
  --tw-bg-opacity: 0.3
}
.bg-opacity-40 {
  --tw-bg-opacity: 0.4
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5
}
.bg-opacity-60 {
  --tw-bg-opacity: 0.6
}
.bg-opacity-70 {
  --tw-bg-opacity: 0.7
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75
}
.bg-opacity-80 {
  --tw-bg-opacity: 0.8
}
.bg-opacity-90 {
  --tw-bg-opacity: 0.9
}
.bg-opacity-95 {
  --tw-bg-opacity: 0.95
}
.bg-opacity-100 {
  --tw-bg-opacity: 1
}
.group:hover .group-hover\:bg-opacity-0 {
  --tw-bg-opacity: 0
}
.group:hover .group-hover\:bg-opacity-5 {
  --tw-bg-opacity: 0.05
}
.group:hover .group-hover\:bg-opacity-10 {
  --tw-bg-opacity: 0.1
}
.group:hover .group-hover\:bg-opacity-20 {
  --tw-bg-opacity: 0.2
}
.group:hover .group-hover\:bg-opacity-25 {
  --tw-bg-opacity: 0.25
}
.group:hover .group-hover\:bg-opacity-30 {
  --tw-bg-opacity: 0.3
}
.group:hover .group-hover\:bg-opacity-40 {
  --tw-bg-opacity: 0.4
}
.group:hover .group-hover\:bg-opacity-50 {
  --tw-bg-opacity: 0.5
}
.group:hover .group-hover\:bg-opacity-60 {
  --tw-bg-opacity: 0.6
}
.group:hover .group-hover\:bg-opacity-70 {
  --tw-bg-opacity: 0.7
}
.group:hover .group-hover\:bg-opacity-75 {
  --tw-bg-opacity: 0.75
}
.group:hover .group-hover\:bg-opacity-80 {
  --tw-bg-opacity: 0.8
}
.group:hover .group-hover\:bg-opacity-90 {
  --tw-bg-opacity: 0.9
}
.group:hover .group-hover\:bg-opacity-95 {
  --tw-bg-opacity: 0.95
}
.group:hover .group-hover\:bg-opacity-100 {
  --tw-bg-opacity: 1
}
.focus-within\:bg-opacity-0:focus-within {
  --tw-bg-opacity: 0
}
.focus-within\:bg-opacity-5:focus-within {
  --tw-bg-opacity: 0.05
}
.focus-within\:bg-opacity-10:focus-within {
  --tw-bg-opacity: 0.1
}
.focus-within\:bg-opacity-20:focus-within {
  --tw-bg-opacity: 0.2
}
.focus-within\:bg-opacity-25:focus-within {
  --tw-bg-opacity: 0.25
}
.focus-within\:bg-opacity-30:focus-within {
  --tw-bg-opacity: 0.3
}
.focus-within\:bg-opacity-40:focus-within {
  --tw-bg-opacity: 0.4
}
.focus-within\:bg-opacity-50:focus-within {
  --tw-bg-opacity: 0.5
}
.focus-within\:bg-opacity-60:focus-within {
  --tw-bg-opacity: 0.6
}
.focus-within\:bg-opacity-70:focus-within {
  --tw-bg-opacity: 0.7
}
.focus-within\:bg-opacity-75:focus-within {
  --tw-bg-opacity: 0.75
}
.focus-within\:bg-opacity-80:focus-within {
  --tw-bg-opacity: 0.8
}
.focus-within\:bg-opacity-90:focus-within {
  --tw-bg-opacity: 0.9
}
.focus-within\:bg-opacity-95:focus-within {
  --tw-bg-opacity: 0.95
}
.focus-within\:bg-opacity-100:focus-within {
  --tw-bg-opacity: 1
}
.hover\:bg-opacity-0:hover {
  --tw-bg-opacity: 0
}
.hover\:bg-opacity-5:hover {
  --tw-bg-opacity: 0.05
}
.hover\:bg-opacity-10:hover {
  --tw-bg-opacity: 0.1
}
.hover\:bg-opacity-20:hover {
  --tw-bg-opacity: 0.2
}
.hover\:bg-opacity-25:hover {
  --tw-bg-opacity: 0.25
}
.hover\:bg-opacity-30:hover {
  --tw-bg-opacity: 0.3
}
.hover\:bg-opacity-40:hover {
  --tw-bg-opacity: 0.4
}
.hover\:bg-opacity-50:hover {
  --tw-bg-opacity: 0.5
}
.hover\:bg-opacity-60:hover {
  --tw-bg-opacity: 0.6
}
.hover\:bg-opacity-70:hover {
  --tw-bg-opacity: 0.7
}
.hover\:bg-opacity-75:hover {
  --tw-bg-opacity: 0.75
}
.hover\:bg-opacity-80:hover {
  --tw-bg-opacity: 0.8
}
.hover\:bg-opacity-90:hover {
  --tw-bg-opacity: 0.9
}
.hover\:bg-opacity-95:hover {
  --tw-bg-opacity: 0.95
}
.hover\:bg-opacity-100:hover {
  --tw-bg-opacity: 1
}
.focus\:bg-opacity-0:focus {
  --tw-bg-opacity: 0
}
.focus\:bg-opacity-5:focus {
  --tw-bg-opacity: 0.05
}
.focus\:bg-opacity-10:focus {
  --tw-bg-opacity: 0.1
}
.focus\:bg-opacity-20:focus {
  --tw-bg-opacity: 0.2
}
.focus\:bg-opacity-25:focus {
  --tw-bg-opacity: 0.25
}
.focus\:bg-opacity-30:focus {
  --tw-bg-opacity: 0.3
}
.focus\:bg-opacity-40:focus {
  --tw-bg-opacity: 0.4
}
.focus\:bg-opacity-50:focus {
  --tw-bg-opacity: 0.5
}
.focus\:bg-opacity-60:focus {
  --tw-bg-opacity: 0.6
}
.focus\:bg-opacity-70:focus {
  --tw-bg-opacity: 0.7
}
.focus\:bg-opacity-75:focus {
  --tw-bg-opacity: 0.75
}
.focus\:bg-opacity-80:focus {
  --tw-bg-opacity: 0.8
}
.focus\:bg-opacity-90:focus {
  --tw-bg-opacity: 0.9
}
.focus\:bg-opacity-95:focus {
  --tw-bg-opacity: 0.95
}
.focus\:bg-opacity-100:focus {
  --tw-bg-opacity: 1
}
.bg-bottom {
  background-position: bottom
}
.bg-center {
  background-position: 50%
}
.bg-left {
  background-position: 0
}
.bg-left-bottom {
  background-position: 0 100%
}
.bg-left-top {
  background-position: 0 0
}
.bg-right {
  background-position: 100%
}
.bg-right-bottom {
  background-position: 100% 100%
}
.bg-right-top {
  background-position: 100% 0
}
.bg-top {
  background-position: top
}
.bg-repeat {
  background-repeat: repeat
}
.bg-no-repeat {
  background-repeat: no-repeat
}
.bg-repeat-x {
  background-repeat: repeat-x
}
.bg-repeat-y {
  background-repeat: repeat-y
}
.bg-repeat-round {
  background-repeat: round
}
.bg-repeat-space {
  background-repeat: space
}
.bg-auto {
  background-size: auto
}
.bg-cover {
  background-size: cover
}
.bg-contain {
  background-size: contain
}
.border-collapse {
  border-collapse: collapse
}
.border-separate {
  border-collapse: separate
}
.border-primary-50, .border-primary-100 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity))
}
.border-primary-200 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 246, 226, var(--tw-border-opacity))
}
.border-primary-300 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 230, 175, var(--tw-border-opacity))
}
.border-primary-400 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 213, 124, var(--tw-border-opacity))
}
.border-primary-500 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 197, 73, var(--tw-border-opacity))
}
.border-primary-600 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 181, 22, var(--tw-border-opacity))
}
.border-primary-700 {
  --tw-border-opacity: 1;
  border-color: rgba(226, 154, 0, var(--tw-border-opacity))
}
.border-primary-800 {
  --tw-border-opacity: 1;
  border-color: rgba(175, 119, 0, var(--tw-border-opacity))
}
.border-primary-900 {
  --tw-border-opacity: 1;
  border-color: rgba(124, 84, 0, var(--tw-border-opacity))
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgba(255, 197, 73, var(--tw-border-opacity))
}
.border-secondary-50 {
  --tw-border-opacity: 1;
  border-color: rgba(206, 251, 223, var(--tw-border-opacity))
}
.border-secondary-100 {
  --tw-border-opacity: 1;
  border-color: rgba(182, 249, 208, var(--tw-border-opacity))
}
.border-secondary-200 {
  --tw-border-opacity: 1;
  border-color: rgba(135, 245, 178, var(--tw-border-opacity))
}
.border-secondary-300 {
  --tw-border-opacity: 1;
  border-color: rgba(88, 241, 148, var(--tw-border-opacity))
}
.border-secondary-400 {
  --tw-border-opacity: 1;
  border-color: rgba(40, 238, 118, var(--tw-border-opacity))
}
.border-secondary-500 {
  --tw-border-opacity: 1;
  border-color: rgba(17, 210, 93, var(--tw-border-opacity))
}
.border-secondary-600 {
  --tw-border-opacity: 1;
  border-color: rgba(13, 163, 72, var(--tw-border-opacity))
}
.border-secondary-700 {
  --tw-border-opacity: 1;
  border-color: rgba(9, 116, 51, var(--tw-border-opacity))
}
.border-secondary-800 {
  --tw-border-opacity: 1;
  border-color: rgba(6, 68, 30, var(--tw-border-opacity))
}
.border-secondary-900 {
  --tw-border-opacity: 1;
  border-color: rgba(2, 21, 9, var(--tw-border-opacity))
}
.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgba(17, 210, 93, var(--tw-border-opacity))
}
.border-accent-50 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity))
}
.border-accent-100 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity))
}
.border-accent-200 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity))
}
.border-accent-300 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity))
}
.border-accent-400 {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity))
}
.border-accent-500 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity))
}
.border-accent-600 {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity))
}
.border-accent-700 {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity))
}
.border-accent-800 {
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity))
}
.border-accent-900 {
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity))
}
.border-shade-500 {
  --tw-border-opacity: 1;
  border-color: rgba(58, 58, 49, var(--tw-border-opacity))
}
.border-shade-600 {
  --tw-border-opacity: 1;
  border-color: rgba(45, 47, 53, var(--tw-border-opacity))
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity))
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity))
}
.border-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity))
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity))
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity))
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity))
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity))
}
.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity))
}
.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity))
}
.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity))
}
.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity))
}
.border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity))
}
.border-brand-50 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity))
}
.border-brand-100 {
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity))
}
.border-brand-200 {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity))
}
.border-brand-300 {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity))
}
.border-brand-400 {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity))
}
.border-brand-500 {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity))
}
.border-brand-600 {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity))
}
.border-brand-700 {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity))
}
.border-brand-800 {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity))
}
.border-brand-900 {
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity))
}
.border-transparent {
  border-color: transparent
}
.border-current {
  border-color: currentColor
}
.checked\:border-primary-50:checked, .checked\:border-primary-100:checked {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity))
}
.checked\:border-primary-200:checked {
  --tw-border-opacity: 1;
  border-color: rgba(255, 246, 226, var(--tw-border-opacity))
}
.checked\:border-primary-300:checked {
  --tw-border-opacity: 1;
  border-color: rgba(255, 230, 175, var(--tw-border-opacity))
}
.checked\:border-primary-400:checked {
  --tw-border-opacity: 1;
  border-color: rgba(255, 213, 124, var(--tw-border-opacity))
}
.checked\:border-primary-500:checked {
  --tw-border-opacity: 1;
  border-color: rgba(255, 197, 73, var(--tw-border-opacity))
}
.checked\:border-primary-600:checked {
  --tw-border-opacity: 1;
  border-color: rgba(255, 181, 22, var(--tw-border-opacity))
}
.checked\:border-primary-700:checked {
  --tw-border-opacity: 1;
  border-color: rgba(226, 154, 0, var(--tw-border-opacity))
}
.checked\:border-primary-800:checked {
  --tw-border-opacity: 1;
  border-color: rgba(175, 119, 0, var(--tw-border-opacity))
}
.checked\:border-primary-900:checked {
  --tw-border-opacity: 1;
  border-color: rgba(124, 84, 0, var(--tw-border-opacity))
}
.checked\:border-primary:checked {
  --tw-border-opacity: 1;
  border-color: rgba(255, 197, 73, var(--tw-border-opacity))
}
.checked\:border-secondary-50:checked {
  --tw-border-opacity: 1;
  border-color: rgba(206, 251, 223, var(--tw-border-opacity))
}
.checked\:border-secondary-100:checked {
  --tw-border-opacity: 1;
  border-color: rgba(182, 249, 208, var(--tw-border-opacity))
}
.checked\:border-secondary-200:checked {
  --tw-border-opacity: 1;
  border-color: rgba(135, 245, 178, var(--tw-border-opacity))
}
.checked\:border-secondary-300:checked {
  --tw-border-opacity: 1;
  border-color: rgba(88, 241, 148, var(--tw-border-opacity))
}
.checked\:border-secondary-400:checked {
  --tw-border-opacity: 1;
  border-color: rgba(40, 238, 118, var(--tw-border-opacity))
}
.checked\:border-secondary-500:checked {
  --tw-border-opacity: 1;
  border-color: rgba(17, 210, 93, var(--tw-border-opacity))
}
.checked\:border-secondary-600:checked {
  --tw-border-opacity: 1;
  border-color: rgba(13, 163, 72, var(--tw-border-opacity))
}
.checked\:border-secondary-700:checked {
  --tw-border-opacity: 1;
  border-color: rgba(9, 116, 51, var(--tw-border-opacity))
}
.checked\:border-secondary-800:checked {
  --tw-border-opacity: 1;
  border-color: rgba(6, 68, 30, var(--tw-border-opacity))
}
.checked\:border-secondary-900:checked {
  --tw-border-opacity: 1;
  border-color: rgba(2, 21, 9, var(--tw-border-opacity))
}
.checked\:border-secondary:checked {
  --tw-border-opacity: 1;
  border-color: rgba(17, 210, 93, var(--tw-border-opacity))
}
.checked\:border-accent-50:checked {
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity))
}
.checked\:border-accent-100:checked {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity))
}
.checked\:border-accent-200:checked {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity))
}
.checked\:border-accent-300:checked {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity))
}
.checked\:border-accent-400:checked {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity))
}
.checked\:border-accent-500:checked {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity))
}
.checked\:border-accent-600:checked {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity))
}
.checked\:border-accent-700:checked {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity))
}
.checked\:border-accent-800:checked {
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity))
}
.checked\:border-accent-900:checked {
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity))
}
.checked\:border-shade-500:checked {
  --tw-border-opacity: 1;
  border-color: rgba(58, 58, 49, var(--tw-border-opacity))
}
.checked\:border-shade-600:checked {
  --tw-border-opacity: 1;
  border-color: rgba(45, 47, 53, var(--tw-border-opacity))
}
.checked\:border-white:checked {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity))
}
.checked\:border-black:checked {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity))
}
.checked\:border-gray-50:checked {
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity))
}
.checked\:border-gray-100:checked {
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity))
}
.checked\:border-gray-200:checked {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity))
}
.checked\:border-gray-300:checked {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity))
}
.checked\:border-gray-400:checked {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity))
}
.checked\:border-gray-500:checked {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity))
}
.checked\:border-gray-600:checked {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity))
}
.checked\:border-gray-700:checked {
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity))
}
.checked\:border-gray-800:checked {
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity))
}
.checked\:border-gray-900:checked {
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity))
}
.checked\:border-brand-50:checked {
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity))
}
.checked\:border-brand-100:checked {
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity))
}
.checked\:border-brand-200:checked {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity))
}
.checked\:border-brand-300:checked {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity))
}
.checked\:border-brand-400:checked {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity))
}
.checked\:border-brand-500:checked {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity))
}
.checked\:border-brand-600:checked {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity))
}
.checked\:border-brand-700:checked {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity))
}
.checked\:border-brand-800:checked {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity))
}
.checked\:border-brand-900:checked {
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity))
}
.checked\:border-transparent:checked {
  border-color: transparent
}
.checked\:border-current:checked {
  border-color: currentColor
}
.group:hover .group-hover\:border-primary-50, .group:hover .group-hover\:border-primary-100 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity))
}
.group:hover .group-hover\:border-primary-200 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 246, 226, var(--tw-border-opacity))
}
.group:hover .group-hover\:border-primary-300 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 230, 175, var(--tw-border-opacity))
}
.group:hover .group-hover\:border-primary-400 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 213, 124, var(--tw-border-opacity))
}
.group:hover .group-hover\:border-primary-500 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 197, 73, var(--tw-border-opacity))
}
.group:hover .group-hover\:border-primary-600 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 181, 22, var(--tw-border-opacity))
}
.group:hover .group-hover\:border-primary-700 {
  --tw-border-opacity: 1;
  border-color: rgba(226, 154, 0, var(--tw-border-opacity))
}
.group:hover .group-hover\:border-primary-800 {
  --tw-border-opacity: 1;
  border-color: rgba(175, 119, 0, var(--tw-border-opacity))
}
.group:hover .group-hover\:border-primary-900 {
  --tw-border-opacity: 1;
  border-color: rgba(124, 84, 0, var(--tw-border-opacity))
}
.group:hover .group-hover\:border-primary {
  --tw-border-opacity: 1;
  border-color: rgba(255, 197, 73, var(--tw-border-opacity))
}
.group:hover .group-hover\:border-secondary-50 {
  --tw-border-opacity: 1;
  border-color: rgba(206, 251, 223, var(--tw-border-opacity))
}
.group:hover .group-hover\:border-secondary-100 {
  --tw-border-opacity: 1;
  border-color: rgba(182, 249, 208, var(--tw-border-opacity))
}
.group:hover .group-hover\:border-secondary-200 {
  --tw-border-opacity: 1;
  border-color: rgba(135, 245, 178, var(--tw-border-opacity))
}
.group:hover .group-hover\:border-secondary-300 {
  --tw-border-opacity: 1;
  border-color: rgba(88, 241, 148, var(--tw-border-opacity))
}
.group:hover .group-hover\:border-secondary-400 {
  --tw-border-opacity: 1;
  border-color: rgba(40, 238, 118, var(--tw-border-opacity))
}
.group:hover .group-hover\:border-secondary-500 {
  --tw-border-opacity: 1;
  border-color: rgba(17, 210, 93, var(--tw-border-opacity))
}
.group:hover .group-hover\:border-secondary-600 {
  --tw-border-opacity: 1;
  border-color: rgba(13, 163, 72, var(--tw-border-opacity))
}
.group:hover .group-hover\:border-secondary-700 {
  --tw-border-opacity: 1;
  border-color: rgba(9, 116, 51, var(--tw-border-opacity))
}
.group:hover .group-hover\:border-secondary-800 {
  --tw-border-opacity: 1;
  border-color: rgba(6, 68, 30, var(--tw-border-opacity))
}
.group:hover .group-hover\:border-secondary-900 {
  --tw-border-opacity: 1;
  border-color: rgba(2, 21, 9, var(--tw-border-opacity))
}
.group:hover .group-hover\:border-secondary {
  --tw-border-opacity: 1;
  border-color: rgba(17, 210, 93, var(--tw-border-opacity))
}
.group:hover .group-hover\:border-accent-50 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity))
}
.group:hover .group-hover\:border-accent-100 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity))
}
.group:hover .group-hover\:border-accent-200 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity))
}
.group:hover .group-hover\:border-accent-300 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity))
}
.group:hover .group-hover\:border-accent-400 {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity))
}
.group:hover .group-hover\:border-accent-500 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity))
}
.group:hover .group-hover\:border-accent-600 {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity))
}
.group:hover .group-hover\:border-accent-700 {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity))
}
.group:hover .group-hover\:border-accent-800 {
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity))
}
.group:hover .group-hover\:border-accent-900 {
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity))
}
.group:hover .group-hover\:border-shade-500 {
  --tw-border-opacity: 1;
  border-color: rgba(58, 58, 49, var(--tw-border-opacity))
}
.group:hover .group-hover\:border-shade-600 {
  --tw-border-opacity: 1;
  border-color: rgba(45, 47, 53, var(--tw-border-opacity))
}
.group:hover .group-hover\:border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity))
}
.group:hover .group-hover\:border-black {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity))
}
.group:hover .group-hover\:border-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity))
}
.group:hover .group-hover\:border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity))
}
.group:hover .group-hover\:border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity))
}
.group:hover .group-hover\:border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity))
}
.group:hover .group-hover\:border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity))
}
.group:hover .group-hover\:border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity))
}
.group:hover .group-hover\:border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity))
}
.group:hover .group-hover\:border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity))
}
.group:hover .group-hover\:border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity))
}
.group:hover .group-hover\:border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity))
}
.group:hover .group-hover\:border-brand-50 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity))
}
.group:hover .group-hover\:border-brand-100 {
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity))
}
.group:hover .group-hover\:border-brand-200 {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity))
}
.group:hover .group-hover\:border-brand-300 {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity))
}
.group:hover .group-hover\:border-brand-400 {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity))
}
.group:hover .group-hover\:border-brand-500 {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity))
}
.group:hover .group-hover\:border-brand-600 {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity))
}
.group:hover .group-hover\:border-brand-700 {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity))
}
.group:hover .group-hover\:border-brand-800 {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity))
}
.group:hover .group-hover\:border-brand-900 {
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity))
}
.group:hover .group-hover\:border-transparent {
  border-color: transparent
}
.group:hover .group-hover\:border-current {
  border-color: currentColor
}
.focus-within\:border-primary-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity))
}
.focus-within\:border-primary-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity))
}
.focus-within\:border-primary-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 246, 226, var(--tw-border-opacity))
}
.focus-within\:border-primary-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 230, 175, var(--tw-border-opacity))
}
.focus-within\:border-primary-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 213, 124, var(--tw-border-opacity))
}
.focus-within\:border-primary-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 197, 73, var(--tw-border-opacity))
}
.focus-within\:border-primary-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 181, 22, var(--tw-border-opacity))
}
.focus-within\:border-primary-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(226, 154, 0, var(--tw-border-opacity))
}
.focus-within\:border-primary-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(175, 119, 0, var(--tw-border-opacity))
}
.focus-within\:border-primary-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(124, 84, 0, var(--tw-border-opacity))
}
.focus-within\:border-primary:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 197, 73, var(--tw-border-opacity))
}
.focus-within\:border-secondary-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(206, 251, 223, var(--tw-border-opacity))
}
.focus-within\:border-secondary-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(182, 249, 208, var(--tw-border-opacity))
}
.focus-within\:border-secondary-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(135, 245, 178, var(--tw-border-opacity))
}
.focus-within\:border-secondary-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(88, 241, 148, var(--tw-border-opacity))
}
.focus-within\:border-secondary-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(40, 238, 118, var(--tw-border-opacity))
}
.focus-within\:border-secondary-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(17, 210, 93, var(--tw-border-opacity))
}
.focus-within\:border-secondary-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(13, 163, 72, var(--tw-border-opacity))
}
.focus-within\:border-secondary-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(9, 116, 51, var(--tw-border-opacity))
}
.focus-within\:border-secondary-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(6, 68, 30, var(--tw-border-opacity))
}
.focus-within\:border-secondary-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(2, 21, 9, var(--tw-border-opacity))
}
.focus-within\:border-secondary:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(17, 210, 93, var(--tw-border-opacity))
}
.focus-within\:border-accent-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity))
}
.focus-within\:border-accent-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity))
}
.focus-within\:border-accent-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity))
}
.focus-within\:border-accent-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity))
}
.focus-within\:border-accent-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity))
}
.focus-within\:border-accent-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity))
}
.focus-within\:border-accent-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity))
}
.focus-within\:border-accent-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity))
}
.focus-within\:border-accent-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity))
}
.focus-within\:border-accent-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity))
}
.focus-within\:border-shade-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(58, 58, 49, var(--tw-border-opacity))
}
.focus-within\:border-shade-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(45, 47, 53, var(--tw-border-opacity))
}
.focus-within\:border-white:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity))
}
.focus-within\:border-black:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity))
}
.focus-within\:border-gray-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity))
}
.focus-within\:border-gray-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity))
}
.focus-within\:border-gray-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity))
}
.focus-within\:border-gray-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity))
}
.focus-within\:border-gray-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity))
}
.focus-within\:border-gray-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity))
}
.focus-within\:border-gray-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity))
}
.focus-within\:border-gray-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity))
}
.focus-within\:border-gray-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity))
}
.focus-within\:border-gray-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity))
}
.focus-within\:border-brand-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity))
}
.focus-within\:border-brand-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity))
}
.focus-within\:border-brand-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity))
}
.focus-within\:border-brand-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity))
}
.focus-within\:border-brand-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity))
}
.focus-within\:border-brand-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity))
}
.focus-within\:border-brand-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity))
}
.focus-within\:border-brand-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity))
}
.focus-within\:border-brand-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity))
}
.focus-within\:border-brand-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity))
}
.focus-within\:border-transparent:focus-within {
  border-color: transparent
}
.focus-within\:border-current:focus-within {
  border-color: currentColor
}
.hover\:border-primary-50:hover, .hover\:border-primary-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity))
}
.hover\:border-primary-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 246, 226, var(--tw-border-opacity))
}
.hover\:border-primary-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 230, 175, var(--tw-border-opacity))
}
.hover\:border-primary-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 213, 124, var(--tw-border-opacity))
}
.hover\:border-primary-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 197, 73, var(--tw-border-opacity))
}
.hover\:border-primary-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 181, 22, var(--tw-border-opacity))
}
.hover\:border-primary-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(226, 154, 0, var(--tw-border-opacity))
}
.hover\:border-primary-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(175, 119, 0, var(--tw-border-opacity))
}
.hover\:border-primary-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(124, 84, 0, var(--tw-border-opacity))
}
.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 197, 73, var(--tw-border-opacity))
}
.hover\:border-secondary-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(206, 251, 223, var(--tw-border-opacity))
}
.hover\:border-secondary-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(182, 249, 208, var(--tw-border-opacity))
}
.hover\:border-secondary-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(135, 245, 178, var(--tw-border-opacity))
}
.hover\:border-secondary-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(88, 241, 148, var(--tw-border-opacity))
}
.hover\:border-secondary-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(40, 238, 118, var(--tw-border-opacity))
}
.hover\:border-secondary-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(17, 210, 93, var(--tw-border-opacity))
}
.hover\:border-secondary-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(13, 163, 72, var(--tw-border-opacity))
}
.hover\:border-secondary-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(9, 116, 51, var(--tw-border-opacity))
}
.hover\:border-secondary-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(6, 68, 30, var(--tw-border-opacity))
}
.hover\:border-secondary-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(2, 21, 9, var(--tw-border-opacity))
}
.hover\:border-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgba(17, 210, 93, var(--tw-border-opacity))
}
.hover\:border-accent-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity))
}
.hover\:border-accent-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity))
}
.hover\:border-accent-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity))
}
.hover\:border-accent-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity))
}
.hover\:border-accent-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity))
}
.hover\:border-accent-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity))
}
.hover\:border-accent-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity))
}
.hover\:border-accent-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity))
}
.hover\:border-accent-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity))
}
.hover\:border-accent-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity))
}
.hover\:border-shade-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(58, 58, 49, var(--tw-border-opacity))
}
.hover\:border-shade-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(45, 47, 53, var(--tw-border-opacity))
}
.hover\:border-white:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity))
}
.hover\:border-black:hover {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity))
}
.hover\:border-gray-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity))
}
.hover\:border-gray-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity))
}
.hover\:border-gray-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity))
}
.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity))
}
.hover\:border-gray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity))
}
.hover\:border-gray-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity))
}
.hover\:border-gray-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity))
}
.hover\:border-gray-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity))
}
.hover\:border-gray-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity))
}
.hover\:border-gray-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity))
}
.hover\:border-brand-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity))
}
.hover\:border-brand-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity))
}
.hover\:border-brand-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity))
}
.hover\:border-brand-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity))
}
.hover\:border-brand-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity))
}
.hover\:border-brand-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity))
}
.hover\:border-brand-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity))
}
.hover\:border-brand-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity))
}
.hover\:border-brand-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity))
}
.hover\:border-brand-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity))
}
.hover\:border-transparent:hover {
  border-color: transparent
}
.hover\:border-current:hover {
  border-color: currentColor
}
.focus\:border-primary-50:focus, .focus\:border-primary-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity))
}
.focus\:border-primary-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 246, 226, var(--tw-border-opacity))
}
.focus\:border-primary-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 230, 175, var(--tw-border-opacity))
}
.focus\:border-primary-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 213, 124, var(--tw-border-opacity))
}
.focus\:border-primary-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 197, 73, var(--tw-border-opacity))
}
.focus\:border-primary-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 181, 22, var(--tw-border-opacity))
}
.focus\:border-primary-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(226, 154, 0, var(--tw-border-opacity))
}
.focus\:border-primary-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(175, 119, 0, var(--tw-border-opacity))
}
.focus\:border-primary-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(124, 84, 0, var(--tw-border-opacity))
}
.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 197, 73, var(--tw-border-opacity))
}
.focus\:border-secondary-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(206, 251, 223, var(--tw-border-opacity))
}
.focus\:border-secondary-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(182, 249, 208, var(--tw-border-opacity))
}
.focus\:border-secondary-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(135, 245, 178, var(--tw-border-opacity))
}
.focus\:border-secondary-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(88, 241, 148, var(--tw-border-opacity))
}
.focus\:border-secondary-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(40, 238, 118, var(--tw-border-opacity))
}
.focus\:border-secondary-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(17, 210, 93, var(--tw-border-opacity))
}
.focus\:border-secondary-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(13, 163, 72, var(--tw-border-opacity))
}
.focus\:border-secondary-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(9, 116, 51, var(--tw-border-opacity))
}
.focus\:border-secondary-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(6, 68, 30, var(--tw-border-opacity))
}
.focus\:border-secondary-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(2, 21, 9, var(--tw-border-opacity))
}
.focus\:border-secondary:focus {
  --tw-border-opacity: 1;
  border-color: rgba(17, 210, 93, var(--tw-border-opacity))
}
.focus\:border-accent-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity))
}
.focus\:border-accent-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity))
}
.focus\:border-accent-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity))
}
.focus\:border-accent-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity))
}
.focus\:border-accent-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity))
}
.focus\:border-accent-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity))
}
.focus\:border-accent-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity))
}
.focus\:border-accent-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity))
}
.focus\:border-accent-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity))
}
.focus\:border-accent-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity))
}
.focus\:border-shade-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(58, 58, 49, var(--tw-border-opacity))
}
.focus\:border-shade-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(45, 47, 53, var(--tw-border-opacity))
}
.focus\:border-white:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity))
}
.focus\:border-black:focus {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity))
}
.focus\:border-gray-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity))
}
.focus\:border-gray-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity))
}
.focus\:border-gray-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity))
}
.focus\:border-gray-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity))
}
.focus\:border-gray-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity))
}
.focus\:border-gray-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity))
}
.focus\:border-gray-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity))
}
.focus\:border-gray-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity))
}
.focus\:border-gray-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity))
}
.focus\:border-gray-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity))
}
.focus\:border-brand-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity))
}
.focus\:border-brand-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity))
}
.focus\:border-brand-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity))
}
.focus\:border-brand-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity))
}
.focus\:border-brand-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity))
}
.focus\:border-brand-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity))
}
.focus\:border-brand-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity))
}
.focus\:border-brand-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity))
}
.focus\:border-brand-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity))
}
.focus\:border-brand-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity))
}
.focus\:border-transparent:focus {
  border-color: transparent
}
.focus\:border-current:focus {
  border-color: currentColor
}
.border-opacity-0 {
  --tw-border-opacity: 0
}
.border-opacity-5 {
  --tw-border-opacity: 0.05
}
.border-opacity-10 {
  --tw-border-opacity: 0.1
}
.border-opacity-20 {
  --tw-border-opacity: 0.2
}
.border-opacity-25 {
  --tw-border-opacity: 0.25
}
.border-opacity-30 {
  --tw-border-opacity: 0.3
}
.border-opacity-40 {
  --tw-border-opacity: 0.4
}
.border-opacity-50 {
  --tw-border-opacity: 0.5
}
.border-opacity-60 {
  --tw-border-opacity: 0.6
}
.border-opacity-70 {
  --tw-border-opacity: 0.7
}
.border-opacity-75 {
  --tw-border-opacity: 0.75
}
.border-opacity-80 {
  --tw-border-opacity: 0.8
}
.border-opacity-90 {
  --tw-border-opacity: 0.9
}
.border-opacity-95 {
  --tw-border-opacity: 0.95
}
.border-opacity-100 {
  --tw-border-opacity: 1
}
.group:hover .group-hover\:border-opacity-0 {
  --tw-border-opacity: 0
}
.group:hover .group-hover\:border-opacity-5 {
  --tw-border-opacity: 0.05
}
.group:hover .group-hover\:border-opacity-10 {
  --tw-border-opacity: 0.1
}
.group:hover .group-hover\:border-opacity-20 {
  --tw-border-opacity: 0.2
}
.group:hover .group-hover\:border-opacity-25 {
  --tw-border-opacity: 0.25
}
.group:hover .group-hover\:border-opacity-30 {
  --tw-border-opacity: 0.3
}
.group:hover .group-hover\:border-opacity-40 {
  --tw-border-opacity: 0.4
}
.group:hover .group-hover\:border-opacity-50 {
  --tw-border-opacity: 0.5
}
.group:hover .group-hover\:border-opacity-60 {
  --tw-border-opacity: 0.6
}
.group:hover .group-hover\:border-opacity-70 {
  --tw-border-opacity: 0.7
}
.group:hover .group-hover\:border-opacity-75 {
  --tw-border-opacity: 0.75
}
.group:hover .group-hover\:border-opacity-80 {
  --tw-border-opacity: 0.8
}
.group:hover .group-hover\:border-opacity-90 {
  --tw-border-opacity: 0.9
}
.group:hover .group-hover\:border-opacity-95 {
  --tw-border-opacity: 0.95
}
.group:hover .group-hover\:border-opacity-100 {
  --tw-border-opacity: 1
}
.focus-within\:border-opacity-0:focus-within {
  --tw-border-opacity: 0
}
.focus-within\:border-opacity-5:focus-within {
  --tw-border-opacity: 0.05
}
.focus-within\:border-opacity-10:focus-within {
  --tw-border-opacity: 0.1
}
.focus-within\:border-opacity-20:focus-within {
  --tw-border-opacity: 0.2
}
.focus-within\:border-opacity-25:focus-within {
  --tw-border-opacity: 0.25
}
.focus-within\:border-opacity-30:focus-within {
  --tw-border-opacity: 0.3
}
.focus-within\:border-opacity-40:focus-within {
  --tw-border-opacity: 0.4
}
.focus-within\:border-opacity-50:focus-within {
  --tw-border-opacity: 0.5
}
.focus-within\:border-opacity-60:focus-within {
  --tw-border-opacity: 0.6
}
.focus-within\:border-opacity-70:focus-within {
  --tw-border-opacity: 0.7
}
.focus-within\:border-opacity-75:focus-within {
  --tw-border-opacity: 0.75
}
.focus-within\:border-opacity-80:focus-within {
  --tw-border-opacity: 0.8
}
.focus-within\:border-opacity-90:focus-within {
  --tw-border-opacity: 0.9
}
.focus-within\:border-opacity-95:focus-within {
  --tw-border-opacity: 0.95
}
.focus-within\:border-opacity-100:focus-within {
  --tw-border-opacity: 1
}
.hover\:border-opacity-0:hover {
  --tw-border-opacity: 0
}
.hover\:border-opacity-5:hover {
  --tw-border-opacity: 0.05
}
.hover\:border-opacity-10:hover {
  --tw-border-opacity: 0.1
}
.hover\:border-opacity-20:hover {
  --tw-border-opacity: 0.2
}
.hover\:border-opacity-25:hover {
  --tw-border-opacity: 0.25
}
.hover\:border-opacity-30:hover {
  --tw-border-opacity: 0.3
}
.hover\:border-opacity-40:hover {
  --tw-border-opacity: 0.4
}
.hover\:border-opacity-50:hover {
  --tw-border-opacity: 0.5
}
.hover\:border-opacity-60:hover {
  --tw-border-opacity: 0.6
}
.hover\:border-opacity-70:hover {
  --tw-border-opacity: 0.7
}
.hover\:border-opacity-75:hover {
  --tw-border-opacity: 0.75
}
.hover\:border-opacity-80:hover {
  --tw-border-opacity: 0.8
}
.hover\:border-opacity-90:hover {
  --tw-border-opacity: 0.9
}
.hover\:border-opacity-95:hover {
  --tw-border-opacity: 0.95
}
.hover\:border-opacity-100:hover {
  --tw-border-opacity: 1
}
.focus\:border-opacity-0:focus {
  --tw-border-opacity: 0
}
.focus\:border-opacity-5:focus {
  --tw-border-opacity: 0.05
}
.focus\:border-opacity-10:focus {
  --tw-border-opacity: 0.1
}
.focus\:border-opacity-20:focus {
  --tw-border-opacity: 0.2
}
.focus\:border-opacity-25:focus {
  --tw-border-opacity: 0.25
}
.focus\:border-opacity-30:focus {
  --tw-border-opacity: 0.3
}
.focus\:border-opacity-40:focus {
  --tw-border-opacity: 0.4
}
.focus\:border-opacity-50:focus {
  --tw-border-opacity: 0.5
}
.focus\:border-opacity-60:focus {
  --tw-border-opacity: 0.6
}
.focus\:border-opacity-70:focus {
  --tw-border-opacity: 0.7
}
.focus\:border-opacity-75:focus {
  --tw-border-opacity: 0.75
}
.focus\:border-opacity-80:focus {
  --tw-border-opacity: 0.8
}
.focus\:border-opacity-90:focus {
  --tw-border-opacity: 0.9
}
.focus\:border-opacity-95:focus {
  --tw-border-opacity: 0.95
}
.focus\:border-opacity-100:focus {
  --tw-border-opacity: 1
}
.rounded-none {
  border-radius: 0
}
.rounded-sm {
  border-radius: 1.5px
}
.rounded {
  border-radius: 3px
}
.rounded-md {
  border-radius: 4.5px
}
.rounded-lg {
  border-radius: 6px
}
.rounded-xl {
  border-radius: 9px
}
.rounded-2xl {
  border-radius: 12px
}
.rounded-3xl {
  border-radius: 18px
}
.rounded-full {
  border-radius: 9999px
}
.rounded-t-none {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.rounded-r-none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}
.rounded-b-none {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}
.rounded-l-none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}
.rounded-t-sm {
  border-top-left-radius: 1.5px
}
.rounded-r-sm, .rounded-t-sm {
  border-top-right-radius: 1.5px
}
.rounded-b-sm, .rounded-r-sm {
  border-bottom-right-radius: 1.5px
}
.rounded-b-sm, .rounded-l-sm {
  border-bottom-left-radius: 1.5px
}
.rounded-l-sm {
  border-top-left-radius: 1.5px
}
.rounded-t {
  border-top-left-radius: 3px
}
.rounded-r, .rounded-t {
  border-top-right-radius: 3px
}
.rounded-b, .rounded-r {
  border-bottom-right-radius: 3px
}
.rounded-b, .rounded-l {
  border-bottom-left-radius: 3px
}
.rounded-l {
  border-top-left-radius: 3px
}
.rounded-t-md {
  border-top-left-radius: 4.5px
}
.rounded-r-md, .rounded-t-md {
  border-top-right-radius: 4.5px
}
.rounded-b-md, .rounded-r-md {
  border-bottom-right-radius: 4.5px
}
.rounded-b-md, .rounded-l-md {
  border-bottom-left-radius: 4.5px
}
.rounded-l-md {
  border-top-left-radius: 4.5px
}
.rounded-t-lg {
  border-top-left-radius: 6px
}
.rounded-r-lg, .rounded-t-lg {
  border-top-right-radius: 6px
}
.rounded-b-lg, .rounded-r-lg {
  border-bottom-right-radius: 6px
}
.rounded-b-lg, .rounded-l-lg {
  border-bottom-left-radius: 6px
}
.rounded-l-lg {
  border-top-left-radius: 6px
}
.rounded-t-xl {
  border-top-left-radius: 9px
}
.rounded-r-xl, .rounded-t-xl {
  border-top-right-radius: 9px
}
.rounded-b-xl, .rounded-r-xl {
  border-bottom-right-radius: 9px
}
.rounded-b-xl, .rounded-l-xl {
  border-bottom-left-radius: 9px
}
.rounded-l-xl {
  border-top-left-radius: 9px
}
.rounded-t-2xl {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px
}
.rounded-r-2xl {
  border-top-right-radius: 12px
}
.rounded-b-2xl, .rounded-r-2xl {
  border-bottom-right-radius: 12px
}
.rounded-b-2xl, .rounded-l-2xl {
  border-bottom-left-radius: 12px
}
.rounded-l-2xl {
  border-top-left-radius: 12px
}
.rounded-t-3xl {
  border-top-left-radius: 18px
}
.rounded-r-3xl, .rounded-t-3xl {
  border-top-right-radius: 18px
}
.rounded-b-3xl, .rounded-r-3xl {
  border-bottom-right-radius: 18px
}
.rounded-b-3xl, .rounded-l-3xl {
  border-bottom-left-radius: 18px
}
.rounded-l-3xl {
  border-top-left-radius: 18px
}
.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px
}
.rounded-r-full {
  border-top-right-radius: 9999px
}
.rounded-b-full, .rounded-r-full {
  border-bottom-right-radius: 9999px
}
.rounded-b-full, .rounded-l-full {
  border-bottom-left-radius: 9999px
}
.rounded-l-full {
  border-top-left-radius: 9999px
}
.rounded-tl-none {
  border-top-left-radius: 0
}
.rounded-tr-none {
  border-top-right-radius: 0
}
.rounded-br-none {
  border-bottom-right-radius: 0
}
.rounded-bl-none {
  border-bottom-left-radius: 0
}
.rounded-tl-sm {
  border-top-left-radius: 1.5px
}
.rounded-tr-sm {
  border-top-right-radius: 1.5px
}
.rounded-br-sm {
  border-bottom-right-radius: 1.5px
}
.rounded-bl-sm {
  border-bottom-left-radius: 1.5px
}
.rounded-tl {
  border-top-left-radius: 3px
}
.rounded-tr {
  border-top-right-radius: 3px
}
.rounded-br {
  border-bottom-right-radius: 3px
}
.rounded-bl {
  border-bottom-left-radius: 3px
}
.rounded-tl-md {
  border-top-left-radius: 4.5px
}
.rounded-tr-md {
  border-top-right-radius: 4.5px
}
.rounded-br-md {
  border-bottom-right-radius: 4.5px
}
.rounded-bl-md {
  border-bottom-left-radius: 4.5px
}
.rounded-tl-lg {
  border-top-left-radius: 6px
}
.rounded-tr-lg {
  border-top-right-radius: 6px
}
.rounded-br-lg {
  border-bottom-right-radius: 6px
}
.rounded-bl-lg {
  border-bottom-left-radius: 6px
}
.rounded-tl-xl {
  border-top-left-radius: 9px
}
.rounded-tr-xl {
  border-top-right-radius: 9px
}
.rounded-br-xl {
  border-bottom-right-radius: 9px
}
.rounded-bl-xl {
  border-bottom-left-radius: 9px
}
.rounded-tl-2xl {
  border-top-left-radius: 12px
}
.rounded-tr-2xl {
  border-top-right-radius: 12px
}
.rounded-br-2xl {
  border-bottom-right-radius: 12px
}
.rounded-bl-2xl {
  border-bottom-left-radius: 12px
}
.rounded-tl-3xl {
  border-top-left-radius: 18px
}
.rounded-tr-3xl {
  border-top-right-radius: 18px
}
.rounded-br-3xl {
  border-bottom-right-radius: 18px
}
.rounded-bl-3xl {
  border-bottom-left-radius: 18px
}
.rounded-tl-full {
  border-top-left-radius: 9999px
}
.rounded-tr-full {
  border-top-right-radius: 9999px
}
.rounded-br-full {
  border-bottom-right-radius: 9999px
}
.rounded-bl-full {
  border-bottom-left-radius: 9999px
}
.border-solid {
  border-style: solid
}
.border-dashed {
  border-style: dashed
}
.border-dotted {
  border-style: dotted
}
.border-double {
  border-style: double
}
.border-none {
  border-style: none
}
.border-0 {
  border-width: 0
}
.border-2 {
  border-width: 2px
}
.border-4 {
  border-width: 4px
}
.border-8 {
  border-width: 8px
}
.border {
  border-width: 1px
}
.border-t-0 {
  border-top-width: 0
}
.border-r-0 {
  border-right-width: 0
}
.border-b-0 {
  border-bottom-width: 0
}
.border-l-0 {
  border-left-width: 0
}
.border-t-2 {
  border-top-width: 2px
}
.border-r-2 {
  border-right-width: 2px
}
.border-b-2 {
  border-bottom-width: 2px
}
.border-l-2 {
  border-left-width: 2px
}
.border-t-4 {
  border-top-width: 4px
}
.border-r-4 {
  border-right-width: 4px
}
.border-b-4 {
  border-bottom-width: 4px
}
.border-l-4 {
  border-left-width: 4px
}
.border-t-8 {
  border-top-width: 8px
}
.border-r-8 {
  border-right-width: 8px
}
.border-b-8 {
  border-bottom-width: 8px
}
.border-l-8 {
  border-left-width: 8px
}
.border-t {
  border-top-width: 1px
}
.border-r {
  border-right-width: 1px
}
.border-b {
  border-bottom-width: 1px
}
.border-l {
  border-left-width: 1px
}
.decoration-slice {
  -webkit-box-decoration-break: slice;
  box-decoration-break: slice
}
.decoration-clone {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone
}
.box-border {
  box-sizing: border-box
}
.box-content {
  box-sizing: content-box
}
.cursor-auto {
  cursor: auto
}
.cursor-default {
  cursor: default
}
.cursor-pointer {
  cursor: pointer
}
.cursor-wait {
  cursor: wait
}
.cursor-text {
  cursor: text
}
.cursor-move {
  cursor: move
}
.cursor-help {
  cursor: help
}
.cursor-not-allowed {
  cursor: not-allowed
}
.disabled\:cursor-auto:disabled {
  cursor: auto
}
.disabled\:cursor-default:disabled {
  cursor: default
}
.disabled\:cursor-pointer:disabled {
  cursor: pointer
}
.disabled\:cursor-wait:disabled {
  cursor: wait
}
.disabled\:cursor-text:disabled {
  cursor: text
}
.disabled\:cursor-move:disabled {
  cursor: move
}
.disabled\:cursor-help:disabled {
  cursor: help
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed
}
.block {
  display: block
}
.inline-block {
  display: inline-block
}
.inline {
  display: inline
}
.flex {
  display: flex
}
.inline-flex {
  display: inline-flex
}
.table {
  display: table
}
.inline-table {
  display: inline-table
}
.table-caption {
  display: table-caption
}
.table-cell {
  display: table-cell
}
.table-column {
  display: table-column
}
.table-column-group {
  display: table-column-group
}
.table-footer-group {
  display: table-footer-group
}
.table-header-group {
  display: table-header-group
}
.table-row-group {
  display: table-row-group
}
.table-row {
  display: table-row
}
.flow-root {
  display: flow-root
}
.grid {
  display: grid
}
.inline-grid {
  display: inline-grid
}
.contents {
  display: contents
}
.list-item {
  display: list-item
}
.hidden {
  display: none
}
.flex-row {
  flex-direction: row
}
.flex-row-reverse {
  flex-direction: row-reverse
}
.flex-col {
  flex-direction: column
}
.flex-col-reverse {
  flex-direction: column-reverse
}
.flex-wrap {
  flex-wrap: wrap
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse
}
.flex-nowrap {
  flex-wrap: nowrap
}
.place-items-start {
  place-items: start
}
.place-items-end {
  place-items: end
}
.place-items-center {
  place-items: center
}
.place-items-stretch {
  place-items: stretch
}
.place-content-center {
  place-content: center
}
.place-content-start {
  place-content: start
}
.place-content-end {
  place-content: end
}
.place-content-between {
  place-content: space-between
}
.place-content-around {
  place-content: space-around
}
.place-content-evenly {
  place-content: space-evenly
}
.place-content-stretch {
  place-content: stretch
}
.place-self-auto {
  place-self: auto
}
.place-self-start {
  place-self: start
}
.place-self-end {
  place-self: end
}
.place-self-center {
  place-self: center
}
.place-self-stretch {
  place-self: stretch
}
.items-start {
  align-items: flex-start
}
.items-end {
  align-items: flex-end
}
.items-center {
  align-items: center
}
.items-baseline {
  align-items: baseline
}
.items-stretch {
  align-items: stretch
}
.content-center {
  align-content: center
}
.content-start {
  align-content: flex-start
}
.content-end {
  align-content: flex-end
}
.content-between {
  align-content: space-between
}
.content-around {
  align-content: space-around
}
.content-evenly {
  align-content: space-evenly
}
.self-auto {
  align-self: auto
}
.self-start {
  align-self: flex-start
}
.self-end {
  align-self: flex-end
}
.self-center {
  align-self: center
}
.self-stretch {
  align-self: stretch
}
.justify-items-start {
  justify-items: start
}
.justify-items-end {
  justify-items: end
}
.justify-items-center {
  justify-items: center
}
.justify-items-stretch {
  justify-items: stretch
}
.justify-start {
  justify-content: flex-start
}
.justify-end {
  justify-content: flex-end
}
.justify-center {
  justify-content: center
}
.justify-between {
  justify-content: space-between
}
.justify-around {
  justify-content: space-around
}
.justify-evenly {
  justify-content: space-evenly
}
.justify-self-auto {
  justify-self: auto
}
.justify-self-start {
  justify-self: start
}
.justify-self-end {
  justify-self: end
}
.justify-self-center {
  justify-self: center
}
.justify-self-stretch {
  justify-self: stretch
}
.flex-1 {
  flex: 1 1 0%
}
.flex-auto {
  flex: 1 1 auto
}
.flex-initial {
  flex: 0 1 auto
}
.flex-none {
  flex: none
}
.flex-grow-0 {
  flex-grow: 0
}
.flex-grow {
  flex-grow: 1
}
.flex-shrink-0 {
  flex-shrink: 0
}
.flex-shrink {
  flex-shrink: 1
}
.order-1 {
  order: 1
}
.order-2 {
  order: 2
}
.order-3 {
  order: 3
}
.order-4 {
  order: 4
}
.order-5 {
  order: 5
}
.order-6 {
  order: 6
}
.order-7 {
  order: 7
}
.order-8 {
  order: 8
}
.order-9 {
  order: 9
}
.order-10 {
  order: 10
}
.order-11 {
  order: 11
}
.order-12 {
  order: 12
}
.order-first {
  order: -9999
}
.order-last {
  order: 9999
}
.order-none {
  order: 0
}
.float-right {
  float: right
}
.float-left {
  float: left
}
.float-none {
  float: none
}
.clear-left {
  clear: left
}
.clear-right {
  clear: right
}
.clear-both {
  clear: both
}
.clear-none {
  clear: none
}
.font-sans {
  font-family: adrianna, sans-serif
}
.font-marvin-round {
  font-family: marvin-round, sans-serif
}
.font-thin {
  font-weight: 100
}
.font-extralight {
  font-weight: 200
}
.font-light {
  font-weight: 300
}
.font-normal {
  font-weight: 400
}
.font-medium {
  font-weight: 500
}
.font-semibold {
  font-weight: 600
}
.font-bold {
  font-weight: 700
}
.font-extrabold {
  font-weight: 800
}
.font-black {
  font-weight: 900
}
.h-0 {
  height: 0
}
.h-1 {
  height: 3px
}
.h-2 {
  height: 6px
}
.h-3 {
  height: 9px
}
.h-4 {
  height: 12px
}
.h-5 {
  height: 15px
}
.h-6 {
  height: 18px
}
.h-7 {
  height: 21px
}
.h-8 {
  height: 24px
}
.h-9 {
  height: 27px
}
.h-10 {
  height: 30px
}
.h-11 {
  height: 33px
}
.h-12 {
  height: 36px
}
.h-14 {
  height: 42px
}
.h-16 {
  height: 48px
}
.h-18 {
  height: 54px
}
.h-20 {
  height: 60px
}
.h-24 {
  height: 72px
}
.h-28 {
  height: 84px
}
.h-32 {
  height: 96px
}
.h-36 {
  height: 108px
}
.h-40 {
  height: 120px
}
.h-44 {
  height: 132px
}
.h-48 {
  height: 144px
}
.h-52 {
  height: 156px
}
.h-56 {
  height: 168px
}
.h-60 {
  height: 180px
}
.h-64 {
  height: 192px
}
.h-72 {
  height: 216px
}
.h-80 {
  height: 240px
}
.h-96 {
  height: 288px
}
.h-auto {
  height: auto
}
.h-px {
  height: 1px
}
.h-0\.5 {
  height: 1.5px
}
.h-1\.5 {
  height: 4.5px
}
.h-2\.5 {
  height: 7.5px
}
.h-3\.5 {
  height: 10.5px
}
.h-1\/2 {
  height: 50%
}
.h-1\/3 {
  height: 33.333333%
}
.h-2\/3 {
  height: 66.666667%
}
.h-1\/4 {
  height: 25%
}
.h-2\/4 {
  height: 50%
}
.h-3\/4 {
  height: 75%
}
.h-1\/5 {
  height: 20%
}
.h-2\/5 {
  height: 40%
}
.h-3\/5 {
  height: 60%
}
.h-4\/5 {
  height: 80%
}
.h-1\/6 {
  height: 16.666667%
}
.h-2\/6 {
  height: 33.333333%
}
.h-3\/6 {
  height: 50%
}
.h-4\/6 {
  height: 66.666667%
}
.h-5\/6 {
  height: 83.333333%
}
.h-full {
  height: 100%
}
.h-screen {
  height: 100vh
}
.h-screen-4\/5 {
  height: 80vh
}
.text-xs {
  font-size: 9px;
  line-height: 12px
}
.text-sm {
  font-size: 10.5px;
  line-height: 15px
}
.text-base {
  font-size: 12px;
  line-height: 18px
}
.text-lg {
  font-size: 13.5px
}
.text-lg, .text-xl {
  line-height: 21px
}
.text-xl {
  font-size: 15px
}
.text-2xl {
  font-size: 18px;
  line-height: 24px
}
.text-3xl {
  font-size: 22.5px;
  line-height: 27px
}
.text-4xl {
  font-size: 27px;
  line-height: 30px
}
.text-5xl {
  font-size: 36px;
  line-height: 1
}
.text-6xl {
  font-size: 45px;
  line-height: 1
}
.text-7xl {
  font-size: 54px;
  line-height: 1
}
.text-8xl {
  font-size: 72px;
  line-height: 1
}
.text-9xl {
  font-size: 96px;
  line-height: 1
}
.leading-3 {
  line-height: 9px
}
.leading-4 {
  line-height: 12px
}
.leading-5 {
  line-height: 15px
}
.leading-6 {
  line-height: 18px
}
.leading-7 {
  line-height: 21px
}
.leading-8 {
  line-height: 24px
}
.leading-9 {
  line-height: 27px
}
.leading-10 {
  line-height: 30px
}
.leading-none {
  line-height: 1
}
.leading-tight {
  line-height: 1.25
}
.leading-snug {
  line-height: 1.375
}
.leading-normal {
  line-height: 1.5
}
.leading-relaxed {
  line-height: 1.625
}
.leading-loose {
  line-height: 2
}
.list-inside {
  list-style-position: inside
}
.list-outside {
  list-style-position: outside
}
.list-none {
  list-style-type: none
}
.list-disc {
  list-style-type: disc
}
.list-decimal {
  list-style-type: decimal
}
.m-0 {
  margin: 0
}
.m-1 {
  margin: 3px
}
.m-2 {
  margin: 6px
}
.m-3 {
  margin: 9px
}
.m-4 {
  margin: 12px
}
.m-5 {
  margin: 15px
}
.m-6 {
  margin: 18px
}
.m-7 {
  margin: 21px
}
.m-8 {
  margin: 24px
}
.m-9 {
  margin: 27px
}
.m-10 {
  margin: 30px
}
.m-11 {
  margin: 33px
}
.m-12 {
  margin: 36px
}
.m-14 {
  margin: 42px
}
.m-16 {
  margin: 48px
}
.m-18 {
  margin: 54px
}
.m-20 {
  margin: 60px
}
.m-24 {
  margin: 72px
}
.m-28 {
  margin: 84px
}
.m-32 {
  margin: 96px
}
.m-36 {
  margin: 108px
}
.m-40 {
  margin: 120px
}
.m-44 {
  margin: 132px
}
.m-48 {
  margin: 144px
}
.m-52 {
  margin: 156px
}
.m-56 {
  margin: 168px
}
.m-60 {
  margin: 180px
}
.m-64 {
  margin: 192px
}
.m-72 {
  margin: 216px
}
.m-80 {
  margin: 240px
}
.m-96 {
  margin: 288px
}
.m-auto {
  margin: auto
}
.m-px {
  margin: 1px
}
.m-0\.5 {
  margin: 1.5px
}
.m-1\.5 {
  margin: 4.5px
}
.m-2\.5 {
  margin: 7.5px
}
.m-3\.5 {
  margin: 10.5px
}
.-m-0 {
  margin: 0
}
.-m-1 {
  margin: -3px
}
.-m-2 {
  margin: -6px
}
.-m-3 {
  margin: -9px
}
.-m-4 {
  margin: -12px
}
.-m-5 {
  margin: -15px
}
.-m-6 {
  margin: -18px
}
.-m-7 {
  margin: -21px
}
.-m-8 {
  margin: -24px
}
.-m-9 {
  margin: -27px
}
.-m-10 {
  margin: -30px
}
.-m-11 {
  margin: -33px
}
.-m-12 {
  margin: -36px
}
.-m-14 {
  margin: -42px
}
.-m-16 {
  margin: -48px
}
.-m-18 {
  margin: -54px
}
.-m-20 {
  margin: -60px
}
.-m-24 {
  margin: -72px
}
.-m-28 {
  margin: -84px
}
.-m-32 {
  margin: -96px
}
.-m-36 {
  margin: -108px
}
.-m-40 {
  margin: -120px
}
.-m-44 {
  margin: -132px
}
.-m-48 {
  margin: -144px
}
.-m-52 {
  margin: -156px
}
.-m-56 {
  margin: -168px
}
.-m-60 {
  margin: -180px
}
.-m-64 {
  margin: -192px
}
.-m-72 {
  margin: -216px
}
.-m-80 {
  margin: -240px
}
.-m-96 {
  margin: -288px
}
.-m-px {
  margin: -1px
}
.-m-0\.5 {
  margin: -1.5px
}
.-m-1\.5 {
  margin: -4.5px
}
.-m-2\.5 {
  margin: -7.5px
}
.-m-3\.5 {
  margin: -10.5px
}
.-m-128px {
  margin: -128px
}
.-m-61px {
  margin: -61px
}
.-m-24vw {
  margin: -24vw
}
.my-0 {
  margin-top: 0;
  margin-bottom: 0
}
.mx-0 {
  margin-left: 0;
  margin-right: 0
}
.my-1 {
  margin-top: 3px;
  margin-bottom: 3px
}
.mx-1 {
  margin-left: 3px;
  margin-right: 3px
}
.my-2 {
  margin-top: 6px;
  margin-bottom: 6px
}
.mx-2 {
  margin-left: 6px;
  margin-right: 6px
}
.my-3 {
  margin-top: 9px;
  margin-bottom: 9px
}
.mx-3 {
  margin-left: 9px;
  margin-right: 9px
}
.my-4 {
  margin-top: 12px;
  margin-bottom: 12px
}
.mx-4 {
  margin-left: 12px;
  margin-right: 12px
}
.my-5 {
  margin-top: 15px;
  margin-bottom: 15px
}
.mx-5 {
  margin-left: 15px;
  margin-right: 15px
}
.my-6 {
  margin-top: 18px;
  margin-bottom: 18px
}
.mx-6 {
  margin-left: 18px;
  margin-right: 18px
}
.my-7 {
  margin-top: 21px;
  margin-bottom: 21px
}
.mx-7 {
  margin-left: 21px;
  margin-right: 21px
}
.my-8 {
  margin-top: 24px;
  margin-bottom: 24px
}
.mx-8 {
  margin-left: 24px;
  margin-right: 24px
}
.my-9 {
  margin-top: 27px;
  margin-bottom: 27px
}
.mx-9 {
  margin-left: 27px;
  margin-right: 27px
}
.my-10 {
  margin-top: 30px;
  margin-bottom: 30px
}
.mx-10 {
  margin-left: 30px;
  margin-right: 30px
}
.my-11 {
  margin-top: 33px;
  margin-bottom: 33px
}
.mx-11 {
  margin-left: 33px;
  margin-right: 33px
}
.my-12 {
  margin-top: 36px;
  margin-bottom: 36px
}
.mx-12 {
  margin-left: 36px;
  margin-right: 36px
}
.my-14 {
  margin-top: 42px;
  margin-bottom: 42px
}
.mx-14 {
  margin-left: 42px;
  margin-right: 42px
}
.my-16 {
  margin-top: 48px;
  margin-bottom: 48px
}
.mx-16 {
  margin-left: 48px;
  margin-right: 48px
}
.my-18 {
  margin-top: 54px;
  margin-bottom: 54px
}
.mx-18 {
  margin-left: 54px;
  margin-right: 54px
}
.my-20 {
  margin-top: 60px;
  margin-bottom: 60px
}
.mx-20 {
  margin-left: 60px;
  margin-right: 60px
}
.my-24 {
  margin-top: 72px;
  margin-bottom: 72px
}
.mx-24 {
  margin-left: 72px;
  margin-right: 72px
}
.my-28 {
  margin-top: 84px;
  margin-bottom: 84px
}
.mx-28 {
  margin-left: 84px;
  margin-right: 84px
}
.my-32 {
  margin-top: 96px;
  margin-bottom: 96px
}
.mx-32 {
  margin-left: 96px;
  margin-right: 96px
}
.my-36 {
  margin-top: 108px;
  margin-bottom: 108px
}
.mx-36 {
  margin-left: 108px;
  margin-right: 108px
}
.my-40 {
  margin-top: 120px;
  margin-bottom: 120px
}
.mx-40 {
  margin-left: 120px;
  margin-right: 120px
}
.my-44 {
  margin-top: 132px;
  margin-bottom: 132px
}
.mx-44 {
  margin-left: 132px;
  margin-right: 132px
}
.my-48 {
  margin-top: 144px;
  margin-bottom: 144px
}
.mx-48 {
  margin-left: 144px;
  margin-right: 144px
}
.my-52 {
  margin-top: 156px;
  margin-bottom: 156px
}
.mx-52 {
  margin-left: 156px;
  margin-right: 156px
}
.my-56 {
  margin-top: 168px;
  margin-bottom: 168px
}
.mx-56 {
  margin-left: 168px;
  margin-right: 168px
}
.my-60 {
  margin-top: 180px;
  margin-bottom: 180px
}
.mx-60 {
  margin-left: 180px;
  margin-right: 180px
}
.my-64 {
  margin-top: 192px;
  margin-bottom: 192px
}
.mx-64 {
  margin-left: 192px;
  margin-right: 192px
}
.my-72 {
  margin-top: 216px;
  margin-bottom: 216px
}
.mx-72 {
  margin-left: 216px;
  margin-right: 216px
}
.my-80 {
  margin-top: 240px;
  margin-bottom: 240px
}
.mx-80 {
  margin-left: 240px;
  margin-right: 240px
}
.my-96 {
  margin-top: 288px;
  margin-bottom: 288px
}
.mx-96 {
  margin-left: 288px;
  margin-right: 288px
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto
}
.mx-auto {
  margin-left: auto;
  margin-right: auto
}
.my-px {
  margin-top: 1px;
  margin-bottom: 1px
}
.mx-px {
  margin-left: 1px;
  margin-right: 1px
}
.my-0\.5 {
  margin-top: 1.5px;
  margin-bottom: 1.5px
}
.mx-0\.5 {
  margin-left: 1.5px;
  margin-right: 1.5px
}
.my-1\.5 {
  margin-top: 4.5px;
  margin-bottom: 4.5px
}
.mx-1\.5 {
  margin-left: 4.5px;
  margin-right: 4.5px
}
.my-2\.5 {
  margin-top: 7.5px;
  margin-bottom: 7.5px
}
.mx-2\.5 {
  margin-left: 7.5px;
  margin-right: 7.5px
}
.my-3\.5 {
  margin-top: 10.5px;
  margin-bottom: 10.5px
}
.mx-3\.5 {
  margin-left: 10.5px;
  margin-right: 10.5px
}
.-my-0 {
  margin-top: 0;
  margin-bottom: 0
}
.-mx-0 {
  margin-left: 0;
  margin-right: 0
}
.-my-1 {
  margin-top: -3px;
  margin-bottom: -3px
}
.-mx-1 {
  margin-left: -3px;
  margin-right: -3px
}
.-my-2 {
  margin-top: -6px;
  margin-bottom: -6px
}
.-mx-2 {
  margin-left: -6px;
  margin-right: -6px
}
.-my-3 {
  margin-top: -9px;
  margin-bottom: -9px
}
.-mx-3 {
  margin-left: -9px;
  margin-right: -9px
}
.-my-4 {
  margin-top: -12px;
  margin-bottom: -12px
}
.-mx-4 {
  margin-left: -12px;
  margin-right: -12px
}
.-my-5 {
  margin-top: -15px;
  margin-bottom: -15px
}
.-mx-5 {
  margin-left: -15px;
  margin-right: -15px
}
.-my-6 {
  margin-top: -18px;
  margin-bottom: -18px
}
.-mx-6 {
  margin-left: -18px;
  margin-right: -18px
}
.-my-7 {
  margin-top: -21px;
  margin-bottom: -21px
}
.-mx-7 {
  margin-left: -21px;
  margin-right: -21px
}
.-my-8 {
  margin-top: -24px;
  margin-bottom: -24px
}
.-mx-8 {
  margin-left: -24px;
  margin-right: -24px
}
.-my-9 {
  margin-top: -27px;
  margin-bottom: -27px
}
.-mx-9 {
  margin-left: -27px;
  margin-right: -27px
}
.-my-10 {
  margin-top: -30px;
  margin-bottom: -30px
}
.-mx-10 {
  margin-left: -30px;
  margin-right: -30px
}
.-my-11 {
  margin-top: -33px;
  margin-bottom: -33px
}
.-mx-11 {
  margin-left: -33px;
  margin-right: -33px
}
.-my-12 {
  margin-top: -36px;
  margin-bottom: -36px
}
.-mx-12 {
  margin-left: -36px;
  margin-right: -36px
}
.-my-14 {
  margin-top: -42px;
  margin-bottom: -42px
}
.-mx-14 {
  margin-left: -42px;
  margin-right: -42px
}
.-my-16 {
  margin-top: -48px;
  margin-bottom: -48px
}
.-mx-16 {
  margin-left: -48px;
  margin-right: -48px
}
.-my-18 {
  margin-top: -54px;
  margin-bottom: -54px
}
.-mx-18 {
  margin-left: -54px;
  margin-right: -54px
}
.-my-20 {
  margin-top: -60px;
  margin-bottom: -60px
}
.-mx-20 {
  margin-left: -60px;
  margin-right: -60px
}
.-my-24 {
  margin-top: -72px;
  margin-bottom: -72px
}
.-mx-24 {
  margin-left: -72px;
  margin-right: -72px
}
.-my-28 {
  margin-top: -84px;
  margin-bottom: -84px
}
.-mx-28 {
  margin-left: -84px;
  margin-right: -84px
}
.-my-32 {
  margin-top: -96px;
  margin-bottom: -96px
}
.-mx-32 {
  margin-left: -96px;
  margin-right: -96px
}
.-my-36 {
  margin-top: -108px;
  margin-bottom: -108px
}
.-mx-36 {
  margin-left: -108px;
  margin-right: -108px
}
.-my-40 {
  margin-top: -120px;
  margin-bottom: -120px
}
.-mx-40 {
  margin-left: -120px;
  margin-right: -120px
}
.-my-44 {
  margin-top: -132px;
  margin-bottom: -132px
}
.-mx-44 {
  margin-left: -132px;
  margin-right: -132px
}
.-my-48 {
  margin-top: -144px;
  margin-bottom: -144px
}
.-mx-48 {
  margin-left: -144px;
  margin-right: -144px
}
.-my-52 {
  margin-top: -156px;
  margin-bottom: -156px
}
.-mx-52 {
  margin-left: -156px;
  margin-right: -156px
}
.-my-56 {
  margin-top: -168px;
  margin-bottom: -168px
}
.-mx-56 {
  margin-left: -168px;
  margin-right: -168px
}
.-my-60 {
  margin-top: -180px;
  margin-bottom: -180px
}
.-mx-60 {
  margin-left: -180px;
  margin-right: -180px
}
.-my-64 {
  margin-top: -192px;
  margin-bottom: -192px
}
.-mx-64 {
  margin-left: -192px;
  margin-right: -192px
}
.-my-72 {
  margin-top: -216px;
  margin-bottom: -216px
}
.-mx-72 {
  margin-left: -216px;
  margin-right: -216px
}
.-my-80 {
  margin-top: -240px;
  margin-bottom: -240px
}
.-mx-80 {
  margin-left: -240px;
  margin-right: -240px
}
.-my-96 {
  margin-top: -288px;
  margin-bottom: -288px
}
.-mx-96 {
  margin-left: -288px;
  margin-right: -288px
}
.-my-px {
  margin-top: -1px;
  margin-bottom: -1px
}
.-mx-px {
  margin-left: -1px;
  margin-right: -1px
}
.-my-0\.5 {
  margin-top: -1.5px;
  margin-bottom: -1.5px
}
.-mx-0\.5 {
  margin-left: -1.5px;
  margin-right: -1.5px
}
.-my-1\.5 {
  margin-top: -4.5px;
  margin-bottom: -4.5px
}
.-mx-1\.5 {
  margin-left: -4.5px;
  margin-right: -4.5px
}
.-my-2\.5 {
  margin-top: -7.5px;
  margin-bottom: -7.5px
}
.-mx-2\.5 {
  margin-left: -7.5px;
  margin-right: -7.5px
}
.-my-3\.5 {
  margin-top: -10.5px;
  margin-bottom: -10.5px
}
.-mx-3\.5 {
  margin-left: -10.5px;
  margin-right: -10.5px
}
.-my-128px {
  margin-top: -128px;
  margin-bottom: -128px
}
.-mx-128px {
  margin-left: -128px;
  margin-right: -128px
}
.-my-61px {
  margin-top: -61px;
  margin-bottom: -61px
}
.-mx-61px {
  margin-left: -61px;
  margin-right: -61px
}
.-my-24vw {
  margin-top: -24vw;
  margin-bottom: -24vw
}
.-mx-24vw {
  margin-left: -24vw;
  margin-right: -24vw
}
.mt-0 {
  margin-top: 0
}
.mr-0 {
  margin-right: 0
}
.mb-0 {
  margin-bottom: 0
}
.ml-0 {
  margin-left: 0
}
.mt-1 {
  margin-top: 3px
}
.mr-1 {
  margin-right: 3px
}
.mb-1 {
  margin-bottom: 3px
}
.ml-1 {
  margin-left: 3px
}
.mt-2 {
  margin-top: 6px
}
.mr-2 {
  margin-right: 6px
}
.mb-2 {
  margin-bottom: 6px
}
.ml-2 {
  margin-left: 6px
}
.mt-3 {
  margin-top: 9px
}
.mr-3 {
  margin-right: 9px
}
.mb-3 {
  margin-bottom: 9px
}
.ml-3 {
  margin-left: 9px
}
.mt-4 {
  margin-top: 12px
}
.mr-4 {
  margin-right: 12px
}
.mb-4 {
  margin-bottom: 12px
}
.ml-4 {
  margin-left: 12px
}
.mt-5 {
  margin-top: 15px
}
.mr-5 {
  margin-right: 15px
}
.mb-5 {
  margin-bottom: 15px
}
.ml-5 {
  margin-left: 15px
}
.mt-6 {
  margin-top: 18px
}
.mr-6 {
  margin-right: 18px
}
.mb-6 {
  margin-bottom: 18px
}
.ml-6 {
  margin-left: 18px
}
.mt-7 {
  margin-top: 21px
}
.mr-7 {
  margin-right: 21px
}
.mb-7 {
  margin-bottom: 21px
}
.ml-7 {
  margin-left: 21px
}
.mt-8 {
  margin-top: 24px
}
.mr-8 {
  margin-right: 24px
}
.mb-8 {
  margin-bottom: 24px
}
.ml-8 {
  margin-left: 24px
}
.mt-9 {
  margin-top: 27px
}
.mr-9 {
  margin-right: 27px
}
.mb-9 {
  margin-bottom: 27px
}
.ml-9 {
  margin-left: 27px
}
.mt-10 {
  margin-top: 30px
}
.mr-10 {
  margin-right: 30px
}
.mb-10 {
  margin-bottom: 30px
}
.ml-10 {
  margin-left: 30px
}
.mt-11 {
  margin-top: 33px
}
.mr-11 {
  margin-right: 33px
}
.mb-11 {
  margin-bottom: 33px
}
.ml-11 {
  margin-left: 33px
}
.mt-12 {
  margin-top: 36px
}
.mr-12 {
  margin-right: 36px
}
.mb-12 {
  margin-bottom: 36px
}
.ml-12 {
  margin-left: 36px
}
.mt-14 {
  margin-top: 42px
}
.mr-14 {
  margin-right: 42px
}
.mb-14 {
  margin-bottom: 42px
}
.ml-14 {
  margin-left: 42px
}
.mt-16 {
  margin-top: 48px
}
.mr-16 {
  margin-right: 48px
}
.mb-16 {
  margin-bottom: 48px
}
.ml-16 {
  margin-left: 48px
}
.mt-18 {
  margin-top: 54px
}
.mr-18 {
  margin-right: 54px
}
.mb-18 {
  margin-bottom: 54px
}
.ml-18 {
  margin-left: 54px
}
.mt-20 {
  margin-top: 60px
}
.mr-20 {
  margin-right: 60px
}
.mb-20 {
  margin-bottom: 60px
}
.ml-20 {
  margin-left: 60px
}
.mt-24 {
  margin-top: 72px
}
.mr-24 {
  margin-right: 72px
}
.mb-24 {
  margin-bottom: 72px
}
.ml-24 {
  margin-left: 72px
}
.mt-28 {
  margin-top: 84px
}
.mr-28 {
  margin-right: 84px
}
.mb-28 {
  margin-bottom: 84px
}
.ml-28 {
  margin-left: 84px
}
.mt-32 {
  margin-top: 96px
}
.mr-32 {
  margin-right: 96px
}
.mb-32 {
  margin-bottom: 96px
}
.ml-32 {
  margin-left: 96px
}
.mt-36 {
  margin-top: 108px
}
.mr-36 {
  margin-right: 108px
}
.mb-36 {
  margin-bottom: 108px
}
.ml-36 {
  margin-left: 108px
}
.mt-40 {
  margin-top: 120px
}
.mr-40 {
  margin-right: 120px
}
.mb-40 {
  margin-bottom: 120px
}
.ml-40 {
  margin-left: 120px
}
.mt-44 {
  margin-top: 132px
}
.mr-44 {
  margin-right: 132px
}
.mb-44 {
  margin-bottom: 132px
}
.ml-44 {
  margin-left: 132px
}
.mt-48 {
  margin-top: 144px
}
.mr-48 {
  margin-right: 144px
}
.mb-48 {
  margin-bottom: 144px
}
.ml-48 {
  margin-left: 144px
}
.mt-52 {
  margin-top: 156px
}
.mr-52 {
  margin-right: 156px
}
.mb-52 {
  margin-bottom: 156px
}
.ml-52 {
  margin-left: 156px
}
.mt-56 {
  margin-top: 168px
}
.mr-56 {
  margin-right: 168px
}
.mb-56 {
  margin-bottom: 168px
}
.ml-56 {
  margin-left: 168px
}
.mt-60 {
  margin-top: 180px
}
.mr-60 {
  margin-right: 180px
}
.mb-60 {
  margin-bottom: 180px
}
.ml-60 {
  margin-left: 180px
}
.mt-64 {
  margin-top: 192px
}
.mr-64 {
  margin-right: 192px
}
.mb-64 {
  margin-bottom: 192px
}
.ml-64 {
  margin-left: 192px
}
.mt-72 {
  margin-top: 216px
}
.mr-72 {
  margin-right: 216px
}
.mb-72 {
  margin-bottom: 216px
}
.ml-72 {
  margin-left: 216px
}
.mt-80 {
  margin-top: 240px
}
.mr-80 {
  margin-right: 240px
}
.mb-80 {
  margin-bottom: 240px
}
.ml-80 {
  margin-left: 240px
}
.mt-96 {
  margin-top: 288px
}
.mr-96 {
  margin-right: 288px
}
.mb-96 {
  margin-bottom: 288px
}
.ml-96 {
  margin-left: 288px
}
.mt-auto {
  margin-top: auto
}
.mr-auto {
  margin-right: auto
}
.mb-auto {
  margin-bottom: auto
}
.ml-auto {
  margin-left: auto
}
.mt-px {
  margin-top: 1px
}
.mr-px {
  margin-right: 1px
}
.mb-px {
  margin-bottom: 1px
}
.ml-px {
  margin-left: 1px
}
.mt-0\.5 {
  margin-top: 1.5px
}
.mr-0\.5 {
  margin-right: 1.5px
}
.mb-0\.5 {
  margin-bottom: 1.5px
}
.ml-0\.5 {
  margin-left: 1.5px
}
.mt-1\.5 {
  margin-top: 4.5px
}
.mr-1\.5 {
  margin-right: 4.5px
}
.mb-1\.5 {
  margin-bottom: 4.5px
}
.ml-1\.5 {
  margin-left: 4.5px
}
.mt-2\.5 {
  margin-top: 7.5px
}
.mr-2\.5 {
  margin-right: 7.5px
}
.mb-2\.5 {
  margin-bottom: 7.5px
}
.ml-2\.5 {
  margin-left: 7.5px
}
.mt-3\.5 {
  margin-top: 10.5px
}
.mr-3\.5 {
  margin-right: 10.5px
}
.mb-3\.5 {
  margin-bottom: 10.5px
}
.ml-3\.5 {
  margin-left: 10.5px
}
.-mt-0 {
  margin-top: 0
}
.-mr-0 {
  margin-right: 0
}
.-mb-0 {
  margin-bottom: 0
}
.-ml-0 {
  margin-left: 0
}
.-mt-1 {
  margin-top: -3px
}
.-mr-1 {
  margin-right: -3px
}
.-mb-1 {
  margin-bottom: -3px
}
.-ml-1 {
  margin-left: -3px
}
.-mt-2 {
  margin-top: -6px
}
.-mr-2 {
  margin-right: -6px
}
.-mb-2 {
  margin-bottom: -6px
}
.-ml-2 {
  margin-left: -6px
}
.-mt-3 {
  margin-top: -9px
}
.-mr-3 {
  margin-right: -9px
}
.-mb-3 {
  margin-bottom: -9px
}
.-ml-3 {
  margin-left: -9px
}
.-mt-4 {
  margin-top: -12px
}
.-mr-4 {
  margin-right: -12px
}
.-mb-4 {
  margin-bottom: -12px
}
.-ml-4 {
  margin-left: -12px
}
.-mt-5 {
  margin-top: -15px
}
.-mr-5 {
  margin-right: -15px
}
.-mb-5 {
  margin-bottom: -15px
}
.-ml-5 {
  margin-left: -15px
}
.-mt-6 {
  margin-top: -18px
}
.-mr-6 {
  margin-right: -18px
}
.-mb-6 {
  margin-bottom: -18px
}
.-ml-6 {
  margin-left: -18px
}
.-mt-7 {
  margin-top: -21px
}
.-mr-7 {
  margin-right: -21px
}
.-mb-7 {
  margin-bottom: -21px
}
.-ml-7 {
  margin-left: -21px
}
.-mt-8 {
  margin-top: -24px
}
.-mr-8 {
  margin-right: -24px
}
.-mb-8 {
  margin-bottom: -24px
}
.-ml-8 {
  margin-left: -24px
}
.-mt-9 {
  margin-top: -27px
}
.-mr-9 {
  margin-right: -27px
}
.-mb-9 {
  margin-bottom: -27px
}
.-ml-9 {
  margin-left: -27px
}
.-mt-10 {
  margin-top: -30px
}
.-mr-10 {
  margin-right: -30px
}
.-mb-10 {
  margin-bottom: -30px
}
.-ml-10 {
  margin-left: -30px
}
.-mt-11 {
  margin-top: -33px
}
.-mr-11 {
  margin-right: -33px
}
.-mb-11 {
  margin-bottom: -33px
}
.-ml-11 {
  margin-left: -33px
}
.-mt-12 {
  margin-top: -36px
}
.-mr-12 {
  margin-right: -36px
}
.-mb-12 {
  margin-bottom: -36px
}
.-ml-12 {
  margin-left: -36px
}
.-mt-14 {
  margin-top: -42px
}
.-mr-14 {
  margin-right: -42px
}
.-mb-14 {
  margin-bottom: -42px
}
.-ml-14 {
  margin-left: -42px
}
.-mt-16 {
  margin-top: -48px
}
.-mr-16 {
  margin-right: -48px
}
.-mb-16 {
  margin-bottom: -48px
}
.-ml-16 {
  margin-left: -48px
}
.-mt-18 {
  margin-top: -54px
}
.-mr-18 {
  margin-right: -54px
}
.-mb-18 {
  margin-bottom: -54px
}
.-ml-18 {
  margin-left: -54px
}
.-mt-20 {
  margin-top: -60px
}
.-mr-20 {
  margin-right: -60px
}
.-mb-20 {
  margin-bottom: -60px
}
.-ml-20 {
  margin-left: -60px
}
.-mt-24 {
  margin-top: -72px
}
.-mr-24 {
  margin-right: -72px
}
.-mb-24 {
  margin-bottom: -72px
}
.-ml-24 {
  margin-left: -72px
}
.-mt-28 {
  margin-top: -84px
}
.-mr-28 {
  margin-right: -84px
}
.-mb-28 {
  margin-bottom: -84px
}
.-ml-28 {
  margin-left: -84px
}
.-mt-32 {
  margin-top: -96px
}
.-mr-32 {
  margin-right: -96px
}
.-mb-32 {
  margin-bottom: -96px
}
.-ml-32 {
  margin-left: -96px
}
.-mt-36 {
  margin-top: -108px
}
.-mr-36 {
  margin-right: -108px
}
.-mb-36 {
  margin-bottom: -108px
}
.-ml-36 {
  margin-left: -108px
}
.-mt-40 {
  margin-top: -120px
}
.-mr-40 {
  margin-right: -120px
}
.-mb-40 {
  margin-bottom: -120px
}
.-ml-40 {
  margin-left: -120px
}
.-mt-44 {
  margin-top: -132px
}
.-mr-44 {
  margin-right: -132px
}
.-mb-44 {
  margin-bottom: -132px
}
.-ml-44 {
  margin-left: -132px
}
.-mt-48 {
  margin-top: -144px
}
.-mr-48 {
  margin-right: -144px
}
.-mb-48 {
  margin-bottom: -144px
}
.-ml-48 {
  margin-left: -144px
}
.-mt-52 {
  margin-top: -156px
}
.-mr-52 {
  margin-right: -156px
}
.-mb-52 {
  margin-bottom: -156px
}
.-ml-52 {
  margin-left: -156px
}
.-mt-56 {
  margin-top: -168px
}
.-mr-56 {
  margin-right: -168px
}
.-mb-56 {
  margin-bottom: -168px
}
.-ml-56 {
  margin-left: -168px
}
.-mt-60 {
  margin-top: -180px
}
.-mr-60 {
  margin-right: -180px
}
.-mb-60 {
  margin-bottom: -180px
}
.-ml-60 {
  margin-left: -180px
}
.-mt-64 {
  margin-top: -192px
}
.-mr-64 {
  margin-right: -192px
}
.-mb-64 {
  margin-bottom: -192px
}
.-ml-64 {
  margin-left: -192px
}
.-mt-72 {
  margin-top: -216px
}
.-mr-72 {
  margin-right: -216px
}
.-mb-72 {
  margin-bottom: -216px
}
.-ml-72 {
  margin-left: -216px
}
.-mt-80 {
  margin-top: -240px
}
.-mr-80 {
  margin-right: -240px
}
.-mb-80 {
  margin-bottom: -240px
}
.-ml-80 {
  margin-left: -240px
}
.-mt-96 {
  margin-top: -288px
}
.-mr-96 {
  margin-right: -288px
}
.-mb-96 {
  margin-bottom: -288px
}
.-ml-96 {
  margin-left: -288px
}
.-mt-px {
  margin-top: -1px
}
.-mr-px {
  margin-right: -1px
}
.-mb-px {
  margin-bottom: -1px
}
.-ml-px {
  margin-left: -1px
}
.-mt-0\.5 {
  margin-top: -1.5px
}
.-mr-0\.5 {
  margin-right: -1.5px
}
.-mb-0\.5 {
  margin-bottom: -1.5px
}
.-ml-0\.5 {
  margin-left: -1.5px
}
.-mt-1\.5 {
  margin-top: -4.5px
}
.-mr-1\.5 {
  margin-right: -4.5px
}
.-mb-1\.5 {
  margin-bottom: -4.5px
}
.-ml-1\.5 {
  margin-left: -4.5px
}
.-mt-2\.5 {
  margin-top: -7.5px
}
.-mr-2\.5 {
  margin-right: -7.5px
}
.-mb-2\.5 {
  margin-bottom: -7.5px
}
.-ml-2\.5 {
  margin-left: -7.5px
}
.-mt-3\.5 {
  margin-top: -10.5px
}
.-mr-3\.5 {
  margin-right: -10.5px
}
.-mb-3\.5 {
  margin-bottom: -10.5px
}
.-ml-3\.5 {
  margin-left: -10.5px
}
.-mt-128px {
  margin-top: -128px
}
.-mr-128px {
  margin-right: -128px
}
.-mb-128px {
  margin-bottom: -128px
}
.-ml-128px {
  margin-left: -128px
}
.-mt-61px {
  margin-top: -61px
}
.-mr-61px {
  margin-right: -61px
}
.-mb-61px {
  margin-bottom: -61px
}
.-ml-61px {
  margin-left: -61px
}
.-mt-24vw {
  margin-top: -24vw
}
.-mr-24vw {
  margin-right: -24vw
}
.-mb-24vw {
  margin-bottom: -24vw
}
.-ml-24vw {
  margin-left: -24vw
}
.max-h-0 {
  max-height: 0
}
.max-h-1 {
  max-height: 3px
}
.max-h-2 {
  max-height: 6px
}
.max-h-3 {
  max-height: 9px
}
.max-h-4 {
  max-height: 12px
}
.max-h-5 {
  max-height: 15px
}
.max-h-6 {
  max-height: 18px
}
.max-h-7 {
  max-height: 21px
}
.max-h-8 {
  max-height: 24px
}
.max-h-9 {
  max-height: 27px
}
.max-h-10 {
  max-height: 30px
}
.max-h-11 {
  max-height: 33px
}
.max-h-12 {
  max-height: 36px
}
.max-h-14 {
  max-height: 42px
}
.max-h-16 {
  max-height: 48px
}
.max-h-18 {
  max-height: 54px
}
.max-h-20 {
  max-height: 60px
}
.max-h-24 {
  max-height: 72px
}
.max-h-28 {
  max-height: 84px
}
.max-h-32 {
  max-height: 96px
}
.max-h-36 {
  max-height: 108px
}
.max-h-40 {
  max-height: 120px
}
.max-h-44 {
  max-height: 132px
}
.max-h-48 {
  max-height: 144px
}
.max-h-52 {
  max-height: 156px
}
.max-h-56 {
  max-height: 168px
}
.max-h-60 {
  max-height: 180px
}
.max-h-64 {
  max-height: 192px
}
.max-h-72 {
  max-height: 216px
}
.max-h-80 {
  max-height: 240px
}
.max-h-96 {
  max-height: 288px
}
.max-h-104 {
  max-height: 272px
}
.max-h-px {
  max-height: 1px
}
.max-h-0\.5 {
  max-height: 1.5px
}
.max-h-1\.5 {
  max-height: 4.5px
}
.max-h-2\.5 {
  max-height: 7.5px
}
.max-h-3\.5 {
  max-height: 10.5px
}
.max-h-full {
  max-height: 100%
}
.max-h-screen {
  max-height: 100vh
}
.max-h-768px {
  max-height: 768px
}
.max-w-0 {
  max-width: 0
}
.max-w-none {
  max-width: none
}
.max-w-xs {
  max-width: 240px
}
.max-w-sm {
  max-width: 288px
}
.max-w-md {
  max-width: 296px
}
.max-w-lg {
  max-width: 384px
}
.max-w-xl {
  max-width: 372px
}
.max-w-2xl {
  max-width: 504px
}
.max-w-3xl {
  max-width: 496px
}
.max-w-4xl {
  max-width: 572px
}
.max-w-5xl {
  max-width: 768px
}
.max-w-6xl {
  max-width: 864px
}
.max-w-7xl {
  max-width: 960px
}
.max-w-full {
  max-width: 100%
}
.max-w-min {
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content
}
.max-w-max {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content
}
.max-w-prose {
  max-width: 65ch
}
.max-w-screen-sm {
  max-width: 640px
}
.max-w-screen-md {
  max-width: 768px
}
.max-w-screen-lg {
  max-width: 1024px
}
.max-w-screen-xl {
  max-width: 1280px
}
.max-w-screen-2xl {
  max-width: 1536px
}
.min-h-0 {
  min-height: 0
}
.min-h-full {
  min-height: 100%
}
.min-h-screen {
  min-height: 100vh
}
.min-h-672px {
  min-height: 672px
}
.min-h-686px {
  min-height: 686px
}
.min-w-0 {
  min-width: 0
}
.min-w-full {
  min-width: 100%
}
.min-w-min {
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content
}
.min-w-max {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content
}
.min-w-1\/3 {
  min-width: 33.333333%
}
.min-w-1008px {
  min-width: 1008px
}
.object-contain {
  -o-object-fit: contain;
  object-fit: contain
}
.object-cover {
  -o-object-fit: cover;
  object-fit: cover
}
.object-fill {
  -o-object-fit: fill;
  object-fit: fill
}
.object-none {
  -o-object-fit: none;
  object-fit: none
}
.object-scale-down {
  -o-object-fit: scale-down;
  object-fit: scale-down
}
.object-bottom {
  -o-object-position: bottom;
  object-position: bottom
}
.object-center {
  -o-object-position: center;
  object-position: center
}
.object-left {
  -o-object-position: left;
  object-position: left
}
.object-left-bottom {
  -o-object-position: left bottom;
  object-position: left bottom
}
.object-left-top {
  -o-object-position: left top;
  object-position: left top
}
.object-right {
  -o-object-position: right;
  object-position: right
}
.object-right-bottom {
  -o-object-position: right bottom;
  object-position: right bottom
}
.object-right-top {
  -o-object-position: right top;
  object-position: right top
}
.object-top {
  -o-object-position: top;
  object-position: top
}
.opacity-0 {
  opacity: 0
}
.opacity-5 {
  opacity: .05
}
.opacity-10 {
  opacity: .1
}
.opacity-20 {
  opacity: .2
}
.opacity-25 {
  opacity: .25
}
.opacity-30 {
  opacity: .3
}
.opacity-40 {
  opacity: .4
}
.opacity-50 {
  opacity: .5
}
.opacity-60 {
  opacity: .6
}
.opacity-70 {
  opacity: .7
}
.opacity-75 {
  opacity: .75
}
.opacity-80 {
  opacity: .8
}
.opacity-90 {
  opacity: .9
}
.opacity-95 {
  opacity: .95
}
.opacity-100 {
  opacity: 1
}
.group:hover .group-hover\:opacity-0 {
  opacity: 0
}
.group:hover .group-hover\:opacity-5 {
  opacity: .05
}
.group:hover .group-hover\:opacity-10 {
  opacity: .1
}
.group:hover .group-hover\:opacity-20 {
  opacity: .2
}
.group:hover .group-hover\:opacity-25 {
  opacity: .25
}
.group:hover .group-hover\:opacity-30 {
  opacity: .3
}
.group:hover .group-hover\:opacity-40 {
  opacity: .4
}
.group:hover .group-hover\:opacity-50 {
  opacity: .5
}
.group:hover .group-hover\:opacity-60 {
  opacity: .6
}
.group:hover .group-hover\:opacity-70 {
  opacity: .7
}
.group:hover .group-hover\:opacity-75 {
  opacity: .75
}
.group:hover .group-hover\:opacity-80 {
  opacity: .8
}
.group:hover .group-hover\:opacity-90 {
  opacity: .9
}
.group:hover .group-hover\:opacity-95 {
  opacity: .95
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1
}
.focus-within\:opacity-0:focus-within {
  opacity: 0
}
.focus-within\:opacity-5:focus-within {
  opacity: .05
}
.focus-within\:opacity-10:focus-within {
  opacity: .1
}
.focus-within\:opacity-20:focus-within {
  opacity: .2
}
.focus-within\:opacity-25:focus-within {
  opacity: .25
}
.focus-within\:opacity-30:focus-within {
  opacity: .3
}
.focus-within\:opacity-40:focus-within {
  opacity: .4
}
.focus-within\:opacity-50:focus-within {
  opacity: .5
}
.focus-within\:opacity-60:focus-within {
  opacity: .6
}
.focus-within\:opacity-70:focus-within {
  opacity: .7
}
.focus-within\:opacity-75:focus-within {
  opacity: .75
}
.focus-within\:opacity-80:focus-within {
  opacity: .8
}
.focus-within\:opacity-90:focus-within {
  opacity: .9
}
.focus-within\:opacity-95:focus-within {
  opacity: .95
}
.focus-within\:opacity-100:focus-within {
  opacity: 1
}
.hover\:opacity-0:hover {
  opacity: 0
}
.hover\:opacity-5:hover {
  opacity: .05
}
.hover\:opacity-10:hover {
  opacity: .1
}
.hover\:opacity-20:hover {
  opacity: .2
}
.hover\:opacity-25:hover {
  opacity: .25
}
.hover\:opacity-30:hover {
  opacity: .3
}
.hover\:opacity-40:hover {
  opacity: .4
}
.hover\:opacity-50:hover {
  opacity: .5
}
.hover\:opacity-60:hover {
  opacity: .6
}
.hover\:opacity-70:hover {
  opacity: .7
}
.hover\:opacity-75:hover {
  opacity: .75
}
.hover\:opacity-80:hover {
  opacity: .8
}
.hover\:opacity-90:hover {
  opacity: .9
}
.hover\:opacity-95:hover {
  opacity: .95
}
.hover\:opacity-100:hover {
  opacity: 1
}
.focus\:opacity-0:focus {
  opacity: 0
}
.focus\:opacity-5:focus {
  opacity: .05
}
.focus\:opacity-10:focus {
  opacity: .1
}
.focus\:opacity-20:focus {
  opacity: .2
}
.focus\:opacity-25:focus {
  opacity: .25
}
.focus\:opacity-30:focus {
  opacity: .3
}
.focus\:opacity-40:focus {
  opacity: .4
}
.focus\:opacity-50:focus {
  opacity: .5
}
.focus\:opacity-60:focus {
  opacity: .6
}
.focus\:opacity-70:focus {
  opacity: .7
}
.focus\:opacity-75:focus {
  opacity: .75
}
.focus\:opacity-80:focus {
  opacity: .8
}
.focus\:opacity-90:focus {
  opacity: .9
}
.focus\:opacity-95:focus {
  opacity: .95
}
.focus\:opacity-100:focus {
  opacity: 1
}
.disabled\:opacity-0:disabled {
  opacity: 0
}
.disabled\:opacity-5:disabled {
  opacity: .05
}
.disabled\:opacity-10:disabled {
  opacity: .1
}
.disabled\:opacity-20:disabled {
  opacity: .2
}
.disabled\:opacity-25:disabled {
  opacity: .25
}
.disabled\:opacity-30:disabled {
  opacity: .3
}
.disabled\:opacity-40:disabled {
  opacity: .4
}
.disabled\:opacity-50:disabled {
  opacity: .5
}
.disabled\:opacity-60:disabled {
  opacity: .6
}
.disabled\:opacity-70:disabled {
  opacity: .7
}
.disabled\:opacity-75:disabled {
  opacity: .75
}
.disabled\:opacity-80:disabled {
  opacity: .8
}
.disabled\:opacity-90:disabled {
  opacity: .9
}
.disabled\:opacity-95:disabled {
  opacity: .95
}
.disabled\:opacity-100:disabled {
  opacity: 1
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px
}
.outline-white {
  outline: 2px dotted #fff;
  outline-offset: 2px
}
.outline-black {
  outline: 2px dotted #000;
  outline-offset: 2px
}
.focus-within\:outline-none:focus-within {
  outline: 2px solid transparent;
  outline-offset: 2px
}
.focus-within\:outline-white:focus-within {
  outline: 2px dotted #fff;
  outline-offset: 2px
}
.focus-within\:outline-black:focus-within {
  outline: 2px dotted #000;
  outline-offset: 2px
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px
}
.focus\:outline-white:focus {
  outline: 2px dotted #fff;
  outline-offset: 2px
}
.focus\:outline-black:focus {
  outline: 2px dotted #000;
  outline-offset: 2px
}
.overflow-auto {
  overflow: auto
}
.overflow-hidden {
  overflow: hidden
}
.overflow-visible {
  overflow: visible
}
.overflow-scroll {
  overflow: scroll
}
.overflow-x-auto {
  overflow-x: auto
}
.overflow-y-auto {
  overflow-y: auto
}
.overflow-x-hidden {
  overflow-x: hidden
}
.overflow-y-hidden {
  overflow-y: hidden
}
.overflow-x-visible {
  overflow-x: visible
}
.overflow-y-visible {
  overflow-y: visible
}
.overflow-x-scroll {
  overflow-x: scroll
}
.overflow-y-scroll {
  overflow-y: scroll
}
.overscroll-auto {
  -ms-scroll-chaining: chained;
  overscroll-behavior: auto
}
.overscroll-contain {
  -ms-scroll-chaining: none;
  overscroll-behavior: contain
}
.overscroll-none {
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}
.overscroll-y-auto {
  overscroll-behavior-y: auto
}
.overscroll-y-contain {
  overscroll-behavior-y: contain
}
.overscroll-y-none {
  overscroll-behavior-y: none
}
.overscroll-x-auto {
  overscroll-behavior-x: auto
}
.overscroll-x-contain {
  overscroll-behavior-x: contain
}
.overscroll-x-none {
  overscroll-behavior-x: none
}
.p-0 {
  padding: 0
}
.p-1 {
  padding: 3px
}
.p-2 {
  padding: 6px
}
.p-3 {
  padding: 9px
}
.p-4 {
  padding: 12px
}
.p-5 {
  padding: 15px
}
.p-6 {
  padding: 18px
}
.p-7 {
  padding: 21px
}
.p-8 {
  padding: 24px
}
.p-9 {
  padding: 27px
}
.p-10 {
  padding: 30px
}
.p-11 {
  padding: 33px
}
.p-12 {
  padding: 36px
}
.p-14 {
  padding: 42px
}
.p-16 {
  padding: 48px
}
.p-18 {
  padding: 54px
}
.p-20 {
  padding: 60px
}
.p-24 {
  padding: 72px
}
.p-28 {
  padding: 84px
}
.p-32 {
  padding: 96px
}
.p-36 {
  padding: 108px
}
.p-40 {
  padding: 120px
}
.p-44 {
  padding: 132px
}
.p-48 {
  padding: 144px
}
.p-52 {
  padding: 156px
}
.p-56 {
  padding: 168px
}
.p-60 {
  padding: 180px
}
.p-64 {
  padding: 192px
}
.p-72 {
  padding: 216px
}
.p-80 {
  padding: 240px
}
.p-96 {
  padding: 288px
}
.p-px {
  padding: 1px
}
.p-0\.5 {
  padding: 1.5px
}
.p-1\.5 {
  padding: 4.5px
}
.p-2\.5 {
  padding: 7.5px
}
.p-3\.5 {
  padding: 10.5px
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0
}
.px-0 {
  padding-left: 0;
  padding-right: 0
}
.py-1 {
  padding-top: 3px;
  padding-bottom: 3px
}
.px-1 {
  padding-left: 3px;
  padding-right: 3px
}
.py-2 {
  padding-top: 6px;
  padding-bottom: 6px
}
.px-2 {
  padding-left: 6px;
  padding-right: 6px
}
.py-3 {
  padding-top: 9px;
  padding-bottom: 9px
}
.px-3 {
  padding-left: 9px;
  padding-right: 9px
}
.py-4 {
  padding-top: 12px;
  padding-bottom: 12px
}
.px-4 {
  padding-left: 12px;
  padding-right: 12px
}
.py-5 {
  padding-top: 15px;
  padding-bottom: 15px
}
.px-5 {
  padding-left: 15px;
  padding-right: 15px
}
.py-6 {
  padding-top: 18px;
  padding-bottom: 18px
}
.px-6 {
  padding-left: 18px;
  padding-right: 18px
}
.py-7 {
  padding-top: 21px;
  padding-bottom: 21px
}
.px-7 {
  padding-left: 21px;
  padding-right: 21px
}
.py-8 {
  padding-top: 24px;
  padding-bottom: 24px
}
.px-8 {
  padding-left: 24px;
  padding-right: 24px
}
.py-9 {
  padding-top: 27px;
  padding-bottom: 27px
}
.px-9 {
  padding-left: 27px;
  padding-right: 27px
}
.py-10 {
  padding-top: 30px;
  padding-bottom: 30px
}
.px-10 {
  padding-left: 30px;
  padding-right: 30px
}
.py-11 {
  padding-top: 33px;
  padding-bottom: 33px
}
.px-11 {
  padding-left: 33px;
  padding-right: 33px
}
.py-12 {
  padding-top: 36px;
  padding-bottom: 36px
}
.px-12 {
  padding-left: 36px;
  padding-right: 36px
}
.py-14 {
  padding-top: 42px;
  padding-bottom: 42px
}
.px-14 {
  padding-left: 42px;
  padding-right: 42px
}
.py-16 {
  padding-top: 48px;
  padding-bottom: 48px
}
.px-16 {
  padding-left: 48px;
  padding-right: 48px
}
.py-18 {
  padding-top: 54px;
  padding-bottom: 54px
}
.px-18 {
  padding-left: 54px;
  padding-right: 54px
}
.py-20 {
  padding-top: 60px;
  padding-bottom: 60px
}
.px-20 {
  padding-left: 60px;
  padding-right: 60px
}
.py-24 {
  padding-top: 72px;
  padding-bottom: 72px
}
.px-24 {
  padding-left: 72px;
  padding-right: 72px
}
.py-28 {
  padding-top: 84px;
  padding-bottom: 84px
}
.px-28 {
  padding-left: 84px;
  padding-right: 84px
}
.py-32 {
  padding-top: 96px;
  padding-bottom: 96px
}
.px-32 {
  padding-left: 96px;
  padding-right: 96px
}
.py-36 {
  padding-top: 108px;
  padding-bottom: 108px
}
.px-36 {
  padding-left: 108px;
  padding-right: 108px
}
.py-40 {
  padding-top: 120px;
  padding-bottom: 120px
}
.px-40 {
  padding-left: 120px;
  padding-right: 120px
}
.py-44 {
  padding-top: 132px;
  padding-bottom: 132px
}
.px-44 {
  padding-left: 132px;
  padding-right: 132px
}
.py-48 {
  padding-top: 144px;
  padding-bottom: 144px
}
.px-48 {
  padding-left: 144px;
  padding-right: 144px
}
.py-52 {
  padding-top: 156px;
  padding-bottom: 156px
}
.px-52 {
  padding-left: 156px;
  padding-right: 156px
}
.py-56 {
  padding-top: 168px;
  padding-bottom: 168px
}
.px-56 {
  padding-left: 168px;
  padding-right: 168px
}
.py-60 {
  padding-top: 180px;
  padding-bottom: 180px
}
.px-60 {
  padding-left: 180px;
  padding-right: 180px
}
.py-64 {
  padding-top: 192px;
  padding-bottom: 192px
}
.px-64 {
  padding-left: 192px;
  padding-right: 192px
}
.py-72 {
  padding-top: 216px;
  padding-bottom: 216px
}
.px-72 {
  padding-left: 216px;
  padding-right: 216px
}
.py-80 {
  padding-top: 240px;
  padding-bottom: 240px
}
.px-80 {
  padding-left: 240px;
  padding-right: 240px
}
.py-96 {
  padding-top: 288px;
  padding-bottom: 288px
}
.px-96 {
  padding-left: 288px;
  padding-right: 288px
}
.py-px {
  padding-top: 1px;
  padding-bottom: 1px
}
.px-px {
  padding-left: 1px;
  padding-right: 1px
}
.py-0\.5 {
  padding-top: 1.5px;
  padding-bottom: 1.5px
}
.px-0\.5 {
  padding-left: 1.5px;
  padding-right: 1.5px
}
.py-1\.5 {
  padding-top: 4.5px;
  padding-bottom: 4.5px
}
.px-1\.5 {
  padding-left: 4.5px;
  padding-right: 4.5px
}
.py-2\.5 {
  padding-top: 7.5px;
  padding-bottom: 7.5px
}
.px-2\.5 {
  padding-left: 7.5px;
  padding-right: 7.5px
}
.py-3\.5 {
  padding-top: 10.5px;
  padding-bottom: 10.5px
}
.px-3\.5 {
  padding-left: 10.5px;
  padding-right: 10.5px
}
.pt-0 {
  padding-top: 0
}
.pr-0 {
  padding-right: 0
}
.pb-0 {
  padding-bottom: 0
}
.pl-0 {
  padding-left: 0
}
.pt-1 {
  padding-top: 3px
}
.pr-1 {
  padding-right: 3px
}
.pb-1 {
  padding-bottom: 3px
}
.pl-1 {
  padding-left: 3px
}
.pt-2 {
  padding-top: 6px
}
.pr-2 {
  padding-right: 6px
}
.pb-2 {
  padding-bottom: 6px
}
.pl-2 {
  padding-left: 6px
}
.pt-3 {
  padding-top: 9px
}
.pr-3 {
  padding-right: 9px
}
.pb-3 {
  padding-bottom: 9px
}
.pl-3 {
  padding-left: 9px
}
.pt-4 {
  padding-top: 12px
}
.pr-4 {
  padding-right: 12px
}
.pb-4 {
  padding-bottom: 12px
}
.pl-4 {
  padding-left: 12px
}
.pt-5 {
  padding-top: 15px
}
.pr-5 {
  padding-right: 15px
}
.pb-5 {
  padding-bottom: 15px
}
.pl-5 {
  padding-left: 15px
}
.pt-6 {
  padding-top: 18px
}
.pr-6 {
  padding-right: 18px
}
.pb-6 {
  padding-bottom: 18px
}
.pl-6 {
  padding-left: 18px
}
.pt-7 {
  padding-top: 21px
}
.pr-7 {
  padding-right: 21px
}
.pb-7 {
  padding-bottom: 21px
}
.pl-7 {
  padding-left: 21px
}
.pt-8 {
  padding-top: 24px
}
.pr-8 {
  padding-right: 24px
}
.pb-8 {
  padding-bottom: 24px
}
.pl-8 {
  padding-left: 24px
}
.pt-9 {
  padding-top: 27px
}
.pr-9 {
  padding-right: 27px
}
.pb-9 {
  padding-bottom: 27px
}
.pl-9 {
  padding-left: 27px
}
.pt-10 {
  padding-top: 30px
}
.pr-10 {
  padding-right: 30px
}
.pb-10 {
  padding-bottom: 30px
}
.pl-10 {
  padding-left: 30px
}
.pt-11 {
  padding-top: 33px
}
.pr-11 {
  padding-right: 33px
}
.pb-11 {
  padding-bottom: 33px
}
.pl-11 {
  padding-left: 33px
}
.pt-12 {
  padding-top: 36px
}
.pr-12 {
  padding-right: 36px
}
.pb-12 {
  padding-bottom: 36px
}
.pl-12 {
  padding-left: 36px
}
.pt-14 {
  padding-top: 42px
}
.pr-14 {
  padding-right: 42px
}
.pb-14 {
  padding-bottom: 42px
}
.pl-14 {
  padding-left: 42px
}
.pt-16 {
  padding-top: 48px
}
.pr-16 {
  padding-right: 48px
}
.pb-16 {
  padding-bottom: 48px
}
.pl-16 {
  padding-left: 48px
}
.pt-18 {
  padding-top: 54px
}
.pr-18 {
  padding-right: 54px
}
.pb-18 {
  padding-bottom: 54px
}
.pl-18 {
  padding-left: 54px
}
.pt-20 {
  padding-top: 60px
}
.pr-20 {
  padding-right: 60px
}
.pb-20 {
  padding-bottom: 60px
}
.pl-20 {
  padding-left: 60px
}
.pt-24 {
  padding-top: 72px
}
.pr-24 {
  padding-right: 72px
}
.pb-24 {
  padding-bottom: 72px
}
.pl-24 {
  padding-left: 72px
}
.pt-28 {
  padding-top: 84px
}
.pr-28 {
  padding-right: 84px
}
.pb-28 {
  padding-bottom: 84px
}
.pl-28 {
  padding-left: 84px
}
.pt-32 {
  padding-top: 96px
}
.pr-32 {
  padding-right: 96px
}
.pb-32 {
  padding-bottom: 96px
}
.pl-32 {
  padding-left: 96px
}
.pt-36 {
  padding-top: 108px
}
.pr-36 {
  padding-right: 108px
}
.pb-36 {
  padding-bottom: 108px
}
.pl-36 {
  padding-left: 108px
}
.pt-40 {
  padding-top: 120px
}
.pr-40 {
  padding-right: 120px
}
.pb-40 {
  padding-bottom: 120px
}
.pl-40 {
  padding-left: 120px
}
.pt-44 {
  padding-top: 132px
}
.pr-44 {
  padding-right: 132px
}
.pb-44 {
  padding-bottom: 132px
}
.pl-44 {
  padding-left: 132px
}
.pt-48 {
  padding-top: 144px
}
.pr-48 {
  padding-right: 144px
}
.pb-48 {
  padding-bottom: 144px
}
.pl-48 {
  padding-left: 144px
}
.pt-52 {
  padding-top: 156px
}
.pr-52 {
  padding-right: 156px
}
.pb-52 {
  padding-bottom: 156px
}
.pl-52 {
  padding-left: 156px
}
.pt-56 {
  padding-top: 168px
}
.pr-56 {
  padding-right: 168px
}
.pb-56 {
  padding-bottom: 168px
}
.pl-56 {
  padding-left: 168px
}
.pt-60 {
  padding-top: 180px
}
.pr-60 {
  padding-right: 180px
}
.pb-60 {
  padding-bottom: 180px
}
.pl-60 {
  padding-left: 180px
}
.pt-64 {
  padding-top: 192px
}
.pr-64 {
  padding-right: 192px
}
.pb-64 {
  padding-bottom: 192px
}
.pl-64 {
  padding-left: 192px
}
.pt-72 {
  padding-top: 216px
}
.pr-72 {
  padding-right: 216px
}
.pb-72 {
  padding-bottom: 216px
}
.pl-72 {
  padding-left: 216px
}
.pt-80 {
  padding-top: 240px
}
.pr-80 {
  padding-right: 240px
}
.pb-80 {
  padding-bottom: 240px
}
.pl-80 {
  padding-left: 240px
}
.pt-96 {
  padding-top: 288px
}
.pr-96 {
  padding-right: 288px
}
.pb-96 {
  padding-bottom: 288px
}
.pl-96 {
  padding-left: 288px
}
.pt-px {
  padding-top: 1px
}
.pr-px {
  padding-right: 1px
}
.pb-px {
  padding-bottom: 1px
}
.pl-px {
  padding-left: 1px
}
.pt-0\.5 {
  padding-top: 1.5px
}
.pr-0\.5 {
  padding-right: 1.5px
}
.pb-0\.5 {
  padding-bottom: 1.5px
}
.pl-0\.5 {
  padding-left: 1.5px
}
.pt-1\.5 {
  padding-top: 4.5px
}
.pr-1\.5 {
  padding-right: 4.5px
}
.pb-1\.5 {
  padding-bottom: 4.5px
}
.pl-1\.5 {
  padding-left: 4.5px
}
.pt-2\.5 {
  padding-top: 7.5px
}
.pr-2\.5 {
  padding-right: 7.5px
}
.pb-2\.5 {
  padding-bottom: 7.5px
}
.pl-2\.5 {
  padding-left: 7.5px
}
.pt-3\.5 {
  padding-top: 10.5px
}
.pr-3\.5 {
  padding-right: 10.5px
}
.pb-3\.5 {
  padding-bottom: 10.5px
}
.pl-3\.5 {
  padding-left: 10.5px
}
.placeholder-primary-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
}
.placeholder-primary-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
}
.placeholder-primary-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
}
.placeholder-primary-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
}
.placeholder-primary-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
}
.placeholder-primary-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
}
.placeholder-primary-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 246, 226, var(--tw-placeholder-opacity))
}
.placeholder-primary-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 246, 226, var(--tw-placeholder-opacity))
}
.placeholder-primary-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 246, 226, var(--tw-placeholder-opacity))
}
.placeholder-primary-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 230, 175, var(--tw-placeholder-opacity))
}
.placeholder-primary-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 230, 175, var(--tw-placeholder-opacity))
}
.placeholder-primary-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 230, 175, var(--tw-placeholder-opacity))
}
.placeholder-primary-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 213, 124, var(--tw-placeholder-opacity))
}
.placeholder-primary-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 213, 124, var(--tw-placeholder-opacity))
}
.placeholder-primary-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 213, 124, var(--tw-placeholder-opacity))
}
.placeholder-primary-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
}
.placeholder-primary-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
}
.placeholder-primary-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
}
.placeholder-primary-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 181, 22, var(--tw-placeholder-opacity))
}
.placeholder-primary-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 181, 22, var(--tw-placeholder-opacity))
}
.placeholder-primary-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 181, 22, var(--tw-placeholder-opacity))
}
.placeholder-primary-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 154, 0, var(--tw-placeholder-opacity))
}
.placeholder-primary-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 154, 0, var(--tw-placeholder-opacity))
}
.placeholder-primary-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 154, 0, var(--tw-placeholder-opacity))
}
.placeholder-primary-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(175, 119, 0, var(--tw-placeholder-opacity))
}
.placeholder-primary-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(175, 119, 0, var(--tw-placeholder-opacity))
}
.placeholder-primary-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(175, 119, 0, var(--tw-placeholder-opacity))
}
.placeholder-primary-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 84, 0, var(--tw-placeholder-opacity))
}
.placeholder-primary-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 84, 0, var(--tw-placeholder-opacity))
}
.placeholder-primary-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 84, 0, var(--tw-placeholder-opacity))
}
.placeholder-primary::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
}
.placeholder-primary:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
}
.placeholder-primary::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
}
.placeholder-secondary-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(206, 251, 223, var(--tw-placeholder-opacity))
}
.placeholder-secondary-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(206, 251, 223, var(--tw-placeholder-opacity))
}
.placeholder-secondary-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(206, 251, 223, var(--tw-placeholder-opacity))
}
.placeholder-secondary-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(182, 249, 208, var(--tw-placeholder-opacity))
}
.placeholder-secondary-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(182, 249, 208, var(--tw-placeholder-opacity))
}
.placeholder-secondary-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(182, 249, 208, var(--tw-placeholder-opacity))
}
.placeholder-secondary-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(135, 245, 178, var(--tw-placeholder-opacity))
}
.placeholder-secondary-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(135, 245, 178, var(--tw-placeholder-opacity))
}
.placeholder-secondary-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(135, 245, 178, var(--tw-placeholder-opacity))
}
.placeholder-secondary-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 241, 148, var(--tw-placeholder-opacity))
}
.placeholder-secondary-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 241, 148, var(--tw-placeholder-opacity))
}
.placeholder-secondary-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 241, 148, var(--tw-placeholder-opacity))
}
.placeholder-secondary-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(40, 238, 118, var(--tw-placeholder-opacity))
}
.placeholder-secondary-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(40, 238, 118, var(--tw-placeholder-opacity))
}
.placeholder-secondary-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(40, 238, 118, var(--tw-placeholder-opacity))
}
.placeholder-secondary-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
}
.placeholder-secondary-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
}
.placeholder-secondary-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
}
.placeholder-secondary-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 163, 72, var(--tw-placeholder-opacity))
}
.placeholder-secondary-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 163, 72, var(--tw-placeholder-opacity))
}
.placeholder-secondary-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 163, 72, var(--tw-placeholder-opacity))
}
.placeholder-secondary-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(9, 116, 51, var(--tw-placeholder-opacity))
}
.placeholder-secondary-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(9, 116, 51, var(--tw-placeholder-opacity))
}
.placeholder-secondary-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(9, 116, 51, var(--tw-placeholder-opacity))
}
.placeholder-secondary-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 68, 30, var(--tw-placeholder-opacity))
}
.placeholder-secondary-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 68, 30, var(--tw-placeholder-opacity))
}
.placeholder-secondary-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 68, 30, var(--tw-placeholder-opacity))
}
.placeholder-secondary-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 21, 9, var(--tw-placeholder-opacity))
}
.placeholder-secondary-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 21, 9, var(--tw-placeholder-opacity))
}
.placeholder-secondary-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 21, 9, var(--tw-placeholder-opacity))
}
.placeholder-secondary::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
}
.placeholder-secondary:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
}
.placeholder-secondary::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
}
.placeholder-accent-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity))
}
.placeholder-accent-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity))
}
.placeholder-accent-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity))
}
.placeholder-accent-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity))
}
.placeholder-accent-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity))
}
.placeholder-accent-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity))
}
.placeholder-accent-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity))
}
.placeholder-accent-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity))
}
.placeholder-accent-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity))
}
.placeholder-accent-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity))
}
.placeholder-accent-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity))
}
.placeholder-accent-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity))
}
.placeholder-accent-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity))
}
.placeholder-accent-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity))
}
.placeholder-accent-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity))
}
.placeholder-accent-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity))
}
.placeholder-accent-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity))
}
.placeholder-accent-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity))
}
.placeholder-accent-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity))
}
.placeholder-accent-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity))
}
.placeholder-accent-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity))
}
.placeholder-accent-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity))
}
.placeholder-accent-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity))
}
.placeholder-accent-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity))
}
.placeholder-accent-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity))
}
.placeholder-accent-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity))
}
.placeholder-accent-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity))
}
.placeholder-accent-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity))
}
.placeholder-accent-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity))
}
.placeholder-accent-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity))
}
.placeholder-shade-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(58, 58, 49, var(--tw-placeholder-opacity))
}
.placeholder-shade-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(58, 58, 49, var(--tw-placeholder-opacity))
}
.placeholder-shade-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(58, 58, 49, var(--tw-placeholder-opacity))
}
.placeholder-shade-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 47, 53, var(--tw-placeholder-opacity))
}
.placeholder-shade-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 47, 53, var(--tw-placeholder-opacity))
}
.placeholder-shade-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 47, 53, var(--tw-placeholder-opacity))
}
.placeholder-white::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
}
.placeholder-white:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
}
.placeholder-white::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
}
.placeholder-black::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity))
}
.placeholder-black:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity))
}
.placeholder-black::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity))
}
.placeholder-gray-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity))
}
.placeholder-gray-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity))
}
.placeholder-gray-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity))
}
.placeholder-gray-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity))
}
.placeholder-gray-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity))
}
.placeholder-gray-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity))
}
.placeholder-gray-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity))
}
.placeholder-gray-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity))
}
.placeholder-gray-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity))
}
.placeholder-gray-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity))
}
.placeholder-gray-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity))
}
.placeholder-gray-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity))
}
.placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity))
}
.placeholder-gray-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity))
}
.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity))
}
.placeholder-gray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity))
}
.placeholder-gray-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity))
}
.placeholder-gray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity))
}
.placeholder-gray-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity))
}
.placeholder-gray-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity))
}
.placeholder-gray-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity))
}
.placeholder-gray-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity))
}
.placeholder-gray-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity))
}
.placeholder-gray-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity))
}
.placeholder-gray-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity))
}
.placeholder-gray-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity))
}
.placeholder-gray-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity))
}
.placeholder-gray-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity))
}
.placeholder-gray-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity))
}
.placeholder-gray-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity))
}
.placeholder-brand-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity))
}
.placeholder-brand-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity))
}
.placeholder-brand-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity))
}
.placeholder-brand-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity))
}
.placeholder-brand-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity))
}
.placeholder-brand-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity))
}
.placeholder-brand-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity))
}
.placeholder-brand-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity))
}
.placeholder-brand-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity))
}
.placeholder-brand-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity))
}
.placeholder-brand-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity))
}
.placeholder-brand-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity))
}
.placeholder-brand-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity))
}
.placeholder-brand-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity))
}
.placeholder-brand-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity))
}
.placeholder-brand-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity))
}
.placeholder-brand-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity))
}
.placeholder-brand-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity))
}
.placeholder-brand-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity))
}
.placeholder-brand-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity))
}
.placeholder-brand-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity))
}
.placeholder-brand-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity))
}
.placeholder-brand-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity))
}
.placeholder-brand-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity))
}
.placeholder-brand-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity))
}
.placeholder-brand-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity))
}
.placeholder-brand-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity))
}
.placeholder-brand-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity))
}
.placeholder-brand-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity))
}
.placeholder-brand-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity))
}
.placeholder-transparent::-moz-placeholder {
  color: transparent
}
.placeholder-transparent:-ms-input-placeholder {
  color: transparent
}
.placeholder-transparent::placeholder {
  color: transparent
}
.placeholder-current::-moz-placeholder {
  color: currentColor
}
.placeholder-current:-ms-input-placeholder {
  color: currentColor
}
.placeholder-current::placeholder {
  color: currentColor
}
.focus\:placeholder-primary-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
}
.focus\:placeholder-primary-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
}
.focus\:placeholder-primary-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
}
.focus\:placeholder-primary-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
}
.focus\:placeholder-primary-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
}
.focus\:placeholder-primary-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
}
.focus\:placeholder-primary-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 246, 226, var(--tw-placeholder-opacity))
}
.focus\:placeholder-primary-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 246, 226, var(--tw-placeholder-opacity))
}
.focus\:placeholder-primary-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 246, 226, var(--tw-placeholder-opacity))
}
.focus\:placeholder-primary-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 230, 175, var(--tw-placeholder-opacity))
}
.focus\:placeholder-primary-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 230, 175, var(--tw-placeholder-opacity))
}
.focus\:placeholder-primary-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 230, 175, var(--tw-placeholder-opacity))
}
.focus\:placeholder-primary-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 213, 124, var(--tw-placeholder-opacity))
}
.focus\:placeholder-primary-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 213, 124, var(--tw-placeholder-opacity))
}
.focus\:placeholder-primary-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 213, 124, var(--tw-placeholder-opacity))
}
.focus\:placeholder-primary-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
}
.focus\:placeholder-primary-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
}
.focus\:placeholder-primary-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
}
.focus\:placeholder-primary-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 181, 22, var(--tw-placeholder-opacity))
}
.focus\:placeholder-primary-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 181, 22, var(--tw-placeholder-opacity))
}
.focus\:placeholder-primary-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 181, 22, var(--tw-placeholder-opacity))
}
.focus\:placeholder-primary-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 154, 0, var(--tw-placeholder-opacity))
}
.focus\:placeholder-primary-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 154, 0, var(--tw-placeholder-opacity))
}
.focus\:placeholder-primary-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(226, 154, 0, var(--tw-placeholder-opacity))
}
.focus\:placeholder-primary-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(175, 119, 0, var(--tw-placeholder-opacity))
}
.focus\:placeholder-primary-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(175, 119, 0, var(--tw-placeholder-opacity))
}
.focus\:placeholder-primary-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(175, 119, 0, var(--tw-placeholder-opacity))
}
.focus\:placeholder-primary-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 84, 0, var(--tw-placeholder-opacity))
}
.focus\:placeholder-primary-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 84, 0, var(--tw-placeholder-opacity))
}
.focus\:placeholder-primary-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 84, 0, var(--tw-placeholder-opacity))
}
.focus\:placeholder-primary:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
}
.focus\:placeholder-primary:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
}
.focus\:placeholder-primary:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
}
.focus\:placeholder-secondary-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(206, 251, 223, var(--tw-placeholder-opacity))
}
.focus\:placeholder-secondary-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(206, 251, 223, var(--tw-placeholder-opacity))
}
.focus\:placeholder-secondary-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(206, 251, 223, var(--tw-placeholder-opacity))
}
.focus\:placeholder-secondary-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(182, 249, 208, var(--tw-placeholder-opacity))
}
.focus\:placeholder-secondary-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(182, 249, 208, var(--tw-placeholder-opacity))
}
.focus\:placeholder-secondary-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(182, 249, 208, var(--tw-placeholder-opacity))
}
.focus\:placeholder-secondary-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(135, 245, 178, var(--tw-placeholder-opacity))
}
.focus\:placeholder-secondary-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(135, 245, 178, var(--tw-placeholder-opacity))
}
.focus\:placeholder-secondary-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(135, 245, 178, var(--tw-placeholder-opacity))
}
.focus\:placeholder-secondary-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 241, 148, var(--tw-placeholder-opacity))
}
.focus\:placeholder-secondary-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 241, 148, var(--tw-placeholder-opacity))
}
.focus\:placeholder-secondary-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(88, 241, 148, var(--tw-placeholder-opacity))
}
.focus\:placeholder-secondary-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(40, 238, 118, var(--tw-placeholder-opacity))
}
.focus\:placeholder-secondary-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(40, 238, 118, var(--tw-placeholder-opacity))
}
.focus\:placeholder-secondary-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(40, 238, 118, var(--tw-placeholder-opacity))
}
.focus\:placeholder-secondary-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
}
.focus\:placeholder-secondary-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
}
.focus\:placeholder-secondary-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
}
.focus\:placeholder-secondary-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 163, 72, var(--tw-placeholder-opacity))
}
.focus\:placeholder-secondary-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 163, 72, var(--tw-placeholder-opacity))
}
.focus\:placeholder-secondary-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(13, 163, 72, var(--tw-placeholder-opacity))
}
.focus\:placeholder-secondary-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(9, 116, 51, var(--tw-placeholder-opacity))
}
.focus\:placeholder-secondary-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(9, 116, 51, var(--tw-placeholder-opacity))
}
.focus\:placeholder-secondary-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(9, 116, 51, var(--tw-placeholder-opacity))
}
.focus\:placeholder-secondary-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 68, 30, var(--tw-placeholder-opacity))
}
.focus\:placeholder-secondary-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 68, 30, var(--tw-placeholder-opacity))
}
.focus\:placeholder-secondary-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 68, 30, var(--tw-placeholder-opacity))
}
.focus\:placeholder-secondary-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 21, 9, var(--tw-placeholder-opacity))
}
.focus\:placeholder-secondary-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 21, 9, var(--tw-placeholder-opacity))
}
.focus\:placeholder-secondary-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(2, 21, 9, var(--tw-placeholder-opacity))
}
.focus\:placeholder-secondary:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
}
.focus\:placeholder-secondary:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
}
.focus\:placeholder-secondary:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
}
.focus\:placeholder-accent-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity))
}
.focus\:placeholder-accent-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity))
}
.focus\:placeholder-accent-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity))
}
.focus\:placeholder-accent-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity))
}
.focus\:placeholder-accent-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity))
}
.focus\:placeholder-accent-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity))
}
.focus\:placeholder-accent-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity))
}
.focus\:placeholder-accent-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity))
}
.focus\:placeholder-accent-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity))
}
.focus\:placeholder-accent-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity))
}
.focus\:placeholder-accent-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity))
}
.focus\:placeholder-accent-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity))
}
.focus\:placeholder-accent-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity))
}
.focus\:placeholder-accent-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity))
}
.focus\:placeholder-accent-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity))
}
.focus\:placeholder-accent-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity))
}
.focus\:placeholder-accent-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity))
}
.focus\:placeholder-accent-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity))
}
.focus\:placeholder-accent-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity))
}
.focus\:placeholder-accent-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity))
}
.focus\:placeholder-accent-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity))
}
.focus\:placeholder-accent-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity))
}
.focus\:placeholder-accent-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity))
}
.focus\:placeholder-accent-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity))
}
.focus\:placeholder-accent-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity))
}
.focus\:placeholder-accent-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity))
}
.focus\:placeholder-accent-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity))
}
.focus\:placeholder-accent-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity))
}
.focus\:placeholder-accent-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity))
}
.focus\:placeholder-accent-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity))
}
.focus\:placeholder-shade-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(58, 58, 49, var(--tw-placeholder-opacity))
}
.focus\:placeholder-shade-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(58, 58, 49, var(--tw-placeholder-opacity))
}
.focus\:placeholder-shade-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(58, 58, 49, var(--tw-placeholder-opacity))
}
.focus\:placeholder-shade-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 47, 53, var(--tw-placeholder-opacity))
}
.focus\:placeholder-shade-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 47, 53, var(--tw-placeholder-opacity))
}
.focus\:placeholder-shade-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(45, 47, 53, var(--tw-placeholder-opacity))
}
.focus\:placeholder-white:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
}
.focus\:placeholder-white:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
}
.focus\:placeholder-white:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
}
.focus\:placeholder-black:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity))
}
.focus\:placeholder-black:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity))
}
.focus\:placeholder-black:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity))
}
.focus\:placeholder-gray-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity))
}
.focus\:placeholder-gray-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity))
}
.focus\:placeholder-gray-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity))
}
.focus\:placeholder-gray-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity))
}
.focus\:placeholder-gray-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity))
}
.focus\:placeholder-gray-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity))
}
.focus\:placeholder-gray-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity))
}
.focus\:placeholder-gray-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity))
}
.focus\:placeholder-gray-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity))
}
.focus\:placeholder-gray-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity))
}
.focus\:placeholder-gray-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity))
}
.focus\:placeholder-gray-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity))
}
.focus\:placeholder-gray-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity))
}
.focus\:placeholder-gray-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity))
}
.focus\:placeholder-gray-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity))
}
.focus\:placeholder-gray-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity))
}
.focus\:placeholder-gray-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity))
}
.focus\:placeholder-gray-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity))
}
.focus\:placeholder-gray-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity))
}
.focus\:placeholder-gray-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity))
}
.focus\:placeholder-gray-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity))
}
.focus\:placeholder-gray-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity))
}
.focus\:placeholder-gray-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity))
}
.focus\:placeholder-gray-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity))
}
.focus\:placeholder-gray-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity))
}
.focus\:placeholder-gray-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity))
}
.focus\:placeholder-gray-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity))
}
.focus\:placeholder-gray-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity))
}
.focus\:placeholder-gray-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity))
}
.focus\:placeholder-gray-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity))
}
.focus\:placeholder-brand-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity))
}
.focus\:placeholder-brand-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity))
}
.focus\:placeholder-brand-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity))
}
.focus\:placeholder-brand-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity))
}
.focus\:placeholder-brand-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity))
}
.focus\:placeholder-brand-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity))
}
.focus\:placeholder-brand-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity))
}
.focus\:placeholder-brand-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity))
}
.focus\:placeholder-brand-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity))
}
.focus\:placeholder-brand-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity))
}
.focus\:placeholder-brand-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity))
}
.focus\:placeholder-brand-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity))
}
.focus\:placeholder-brand-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity))
}
.focus\:placeholder-brand-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity))
}
.focus\:placeholder-brand-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity))
}
.focus\:placeholder-brand-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity))
}
.focus\:placeholder-brand-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity))
}
.focus\:placeholder-brand-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity))
}
.focus\:placeholder-brand-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity))
}
.focus\:placeholder-brand-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity))
}
.focus\:placeholder-brand-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity))
}
.focus\:placeholder-brand-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity))
}
.focus\:placeholder-brand-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity))
}
.focus\:placeholder-brand-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity))
}
.focus\:placeholder-brand-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity))
}
.focus\:placeholder-brand-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity))
}
.focus\:placeholder-brand-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity))
}
.focus\:placeholder-brand-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity))
}
.focus\:placeholder-brand-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity))
}
.focus\:placeholder-brand-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity))
}
.focus\:placeholder-transparent:focus::-moz-placeholder {
  color: transparent
}
.focus\:placeholder-transparent:focus:-ms-input-placeholder {
  color: transparent
}
.focus\:placeholder-transparent:focus::placeholder {
  color: transparent
}
.focus\:placeholder-current:focus::-moz-placeholder {
  color: currentColor
}
.focus\:placeholder-current:focus:-ms-input-placeholder {
  color: currentColor
}
.focus\:placeholder-current:focus::placeholder {
  color: currentColor
}
.placeholder-opacity-0::-moz-placeholder {
  --tw-placeholder-opacity: 0
}
.placeholder-opacity-0:-ms-input-placeholder {
  --tw-placeholder-opacity: 0
}
.placeholder-opacity-0::placeholder {
  --tw-placeholder-opacity: 0
}
.placeholder-opacity-5::-moz-placeholder {
  --tw-placeholder-opacity: 0.05
}
.placeholder-opacity-5:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.05
}
.placeholder-opacity-5::placeholder {
  --tw-placeholder-opacity: 0.05
}
.placeholder-opacity-10::-moz-placeholder {
  --tw-placeholder-opacity: 0.1
}
.placeholder-opacity-10:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.1
}
.placeholder-opacity-10::placeholder {
  --tw-placeholder-opacity: 0.1
}
.placeholder-opacity-20::-moz-placeholder {
  --tw-placeholder-opacity: 0.2
}
.placeholder-opacity-20:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.2
}
.placeholder-opacity-20::placeholder {
  --tw-placeholder-opacity: 0.2
}
.placeholder-opacity-25::-moz-placeholder {
  --tw-placeholder-opacity: 0.25
}
.placeholder-opacity-25:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.25
}
.placeholder-opacity-25::placeholder {
  --tw-placeholder-opacity: 0.25
}
.placeholder-opacity-30::-moz-placeholder {
  --tw-placeholder-opacity: 0.3
}
.placeholder-opacity-30:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.3
}
.placeholder-opacity-30::placeholder {
  --tw-placeholder-opacity: 0.3
}
.placeholder-opacity-40::-moz-placeholder {
  --tw-placeholder-opacity: 0.4
}
.placeholder-opacity-40:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.4
}
.placeholder-opacity-40::placeholder {
  --tw-placeholder-opacity: 0.4
}
.placeholder-opacity-50::-moz-placeholder {
  --tw-placeholder-opacity: 0.5
}
.placeholder-opacity-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.5
}
.placeholder-opacity-50::placeholder {
  --tw-placeholder-opacity: 0.5
}
.placeholder-opacity-60::-moz-placeholder {
  --tw-placeholder-opacity: 0.6
}
.placeholder-opacity-60:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.6
}
.placeholder-opacity-60::placeholder {
  --tw-placeholder-opacity: 0.6
}
.placeholder-opacity-70::-moz-placeholder {
  --tw-placeholder-opacity: 0.7
}
.placeholder-opacity-70:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.7
}
.placeholder-opacity-70::placeholder {
  --tw-placeholder-opacity: 0.7
}
.placeholder-opacity-75::-moz-placeholder {
  --tw-placeholder-opacity: 0.75
}
.placeholder-opacity-75:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.75
}
.placeholder-opacity-75::placeholder {
  --tw-placeholder-opacity: 0.75
}
.placeholder-opacity-80::-moz-placeholder {
  --tw-placeholder-opacity: 0.8
}
.placeholder-opacity-80:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.8
}
.placeholder-opacity-80::placeholder {
  --tw-placeholder-opacity: 0.8
}
.placeholder-opacity-90::-moz-placeholder {
  --tw-placeholder-opacity: 0.9
}
.placeholder-opacity-90:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.9
}
.placeholder-opacity-90::placeholder {
  --tw-placeholder-opacity: 0.9
}
.placeholder-opacity-95::-moz-placeholder {
  --tw-placeholder-opacity: 0.95
}
.placeholder-opacity-95:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.95
}
.placeholder-opacity-95::placeholder {
  --tw-placeholder-opacity: 0.95
}
.placeholder-opacity-100::-moz-placeholder {
  --tw-placeholder-opacity: 1
}
.placeholder-opacity-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1
}
.placeholder-opacity-100::placeholder {
  --tw-placeholder-opacity: 1
}
.focus\:placeholder-opacity-0:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0
}
.focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0
}
.focus\:placeholder-opacity-0:focus::placeholder {
  --tw-placeholder-opacity: 0
}
.focus\:placeholder-opacity-5:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.05
}
.focus\:placeholder-opacity-5:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.05
}
.focus\:placeholder-opacity-5:focus::placeholder {
  --tw-placeholder-opacity: 0.05
}
.focus\:placeholder-opacity-10:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.1
}
.focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.1
}
.focus\:placeholder-opacity-10:focus::placeholder {
  --tw-placeholder-opacity: 0.1
}
.focus\:placeholder-opacity-20:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.2
}
.focus\:placeholder-opacity-20:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.2
}
.focus\:placeholder-opacity-20:focus::placeholder {
  --tw-placeholder-opacity: 0.2
}
.focus\:placeholder-opacity-25:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.25
}
.focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.25
}
.focus\:placeholder-opacity-25:focus::placeholder {
  --tw-placeholder-opacity: 0.25
}
.focus\:placeholder-opacity-30:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.3
}
.focus\:placeholder-opacity-30:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.3
}
.focus\:placeholder-opacity-30:focus::placeholder {
  --tw-placeholder-opacity: 0.3
}
.focus\:placeholder-opacity-40:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.4
}
.focus\:placeholder-opacity-40:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.4
}
.focus\:placeholder-opacity-40:focus::placeholder {
  --tw-placeholder-opacity: 0.4
}
.focus\:placeholder-opacity-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.5
}
.focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.5
}
.focus\:placeholder-opacity-50:focus::placeholder {
  --tw-placeholder-opacity: 0.5
}
.focus\:placeholder-opacity-60:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.6
}
.focus\:placeholder-opacity-60:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.6
}
.focus\:placeholder-opacity-60:focus::placeholder {
  --tw-placeholder-opacity: 0.6
}
.focus\:placeholder-opacity-70:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.7
}
.focus\:placeholder-opacity-70:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.7
}
.focus\:placeholder-opacity-70:focus::placeholder {
  --tw-placeholder-opacity: 0.7
}
.focus\:placeholder-opacity-75:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.75
}
.focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.75
}
.focus\:placeholder-opacity-75:focus::placeholder {
  --tw-placeholder-opacity: 0.75
}
.focus\:placeholder-opacity-80:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.8
}
.focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.8
}
.focus\:placeholder-opacity-80:focus::placeholder {
  --tw-placeholder-opacity: 0.8
}
.focus\:placeholder-opacity-90:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.9
}
.focus\:placeholder-opacity-90:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.9
}
.focus\:placeholder-opacity-90:focus::placeholder {
  --tw-placeholder-opacity: 0.9
}
.focus\:placeholder-opacity-95:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.95
}
.focus\:placeholder-opacity-95:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.95
}
.focus\:placeholder-opacity-95:focus::placeholder {
  --tw-placeholder-opacity: 0.95
}
.focus\:placeholder-opacity-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1
}
.focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1
}
.focus\:placeholder-opacity-100:focus::placeholder {
  --tw-placeholder-opacity: 1
}
.pointer-events-none {
  pointer-events: none
}
.pointer-events-auto {
  pointer-events: auto
}
.static {
  position: static
}
.fixed {
  position: fixed
}
.absolute {
  position: absolute
}
.relative {
  position: relative
}
.sticky {
  position: -webkit-sticky;
  position: sticky
}
.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}
.inset-1 {
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px
}
.inset-2 {
  top: 6px;
  right: 6px;
  bottom: 6px;
  left: 6px
}
.inset-3 {
  top: 9px;
  right: 9px;
  bottom: 9px;
  left: 9px
}
.inset-4 {
  top: 12px;
  right: 12px;
  bottom: 12px;
  left: 12px
}
.inset-5 {
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px
}
.inset-6 {
  top: 18px;
  right: 18px;
  bottom: 18px;
  left: 18px
}
.inset-7 {
  top: 21px;
  right: 21px;
  bottom: 21px;
  left: 21px
}
.inset-8 {
  top: 24px;
  right: 24px;
  bottom: 24px;
  left: 24px
}
.inset-9 {
  top: 27px;
  right: 27px;
  bottom: 27px;
  left: 27px
}
.inset-10 {
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px
}
.inset-11 {
  top: 33px;
  right: 33px;
  bottom: 33px;
  left: 33px
}
.inset-12 {
  top: 36px;
  right: 36px;
  bottom: 36px;
  left: 36px
}
.inset-14 {
  top: 42px;
  right: 42px;
  bottom: 42px;
  left: 42px
}
.inset-16 {
  top: 48px;
  right: 48px;
  bottom: 48px;
  left: 48px
}
.inset-18 {
  top: 54px;
  right: 54px;
  bottom: 54px;
  left: 54px
}
.inset-20 {
  top: 60px;
  right: 60px;
  bottom: 60px;
  left: 60px
}
.inset-24 {
  top: 72px;
  right: 72px;
  bottom: 72px;
  left: 72px
}
.inset-28 {
  top: 84px;
  right: 84px;
  bottom: 84px;
  left: 84px
}
.inset-32 {
  top: 96px;
  right: 96px;
  bottom: 96px;
  left: 96px
}
.inset-36 {
  top: 108px;
  right: 108px;
  bottom: 108px;
  left: 108px
}
.inset-40 {
  top: 120px;
  right: 120px;
  bottom: 120px;
  left: 120px
}
.inset-44 {
  top: 132px;
  right: 132px;
  bottom: 132px;
  left: 132px
}
.inset-48 {
  top: 144px;
  right: 144px;
  bottom: 144px;
  left: 144px
}
.inset-52 {
  top: 156px;
  right: 156px;
  bottom: 156px;
  left: 156px
}
.inset-56 {
  top: 168px;
  right: 168px;
  bottom: 168px;
  left: 168px
}
.inset-60 {
  top: 180px;
  right: 180px;
  bottom: 180px;
  left: 180px
}
.inset-64 {
  top: 192px;
  right: 192px;
  bottom: 192px;
  left: 192px
}
.inset-72 {
  top: 216px;
  right: 216px;
  bottom: 216px;
  left: 216px
}
.inset-80 {
  top: 240px;
  right: 240px;
  bottom: 240px;
  left: 240px
}
.inset-96 {
  top: 288px;
  right: 288px;
  bottom: 288px;
  left: 288px
}
.inset-auto {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto
}
.inset-px {
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px
}
.inset-0\.5 {
  top: 1.5px;
  right: 1.5px;
  bottom: 1.5px;
  left: 1.5px
}
.inset-1\.5 {
  top: 4.5px;
  right: 4.5px;
  bottom: 4.5px;
  left: 4.5px
}
.inset-2\.5 {
  top: 7.5px;
  right: 7.5px;
  bottom: 7.5px;
  left: 7.5px
}
.inset-3\.5 {
  top: 10.5px;
  right: 10.5px;
  bottom: 10.5px;
  left: 10.5px
}
.-inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}
.-inset-1 {
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px
}
.-inset-2 {
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px
}
.-inset-3 {
  top: -9px;
  right: -9px;
  bottom: -9px;
  left: -9px
}
.-inset-4 {
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px
}
.-inset-5 {
  top: -15px;
  right: -15px;
  bottom: -15px;
  left: -15px
}
.-inset-6 {
  top: -18px;
  right: -18px;
  bottom: -18px;
  left: -18px
}
.-inset-7 {
  top: -21px;
  right: -21px;
  bottom: -21px;
  left: -21px
}
.-inset-8 {
  top: -24px;
  right: -24px;
  bottom: -24px;
  left: -24px
}
.-inset-9 {
  top: -27px;
  right: -27px;
  bottom: -27px;
  left: -27px
}
.-inset-10 {
  top: -30px;
  right: -30px;
  bottom: -30px;
  left: -30px
}
.-inset-11 {
  top: -33px;
  right: -33px;
  bottom: -33px;
  left: -33px
}
.-inset-12 {
  top: -36px;
  right: -36px;
  bottom: -36px;
  left: -36px
}
.-inset-14 {
  top: -42px;
  right: -42px;
  bottom: -42px;
  left: -42px
}
.-inset-16 {
  top: -48px;
  right: -48px;
  bottom: -48px;
  left: -48px
}
.-inset-18 {
  top: -54px;
  right: -54px;
  bottom: -54px;
  left: -54px
}
.-inset-20 {
  top: -60px;
  right: -60px;
  bottom: -60px;
  left: -60px
}
.-inset-24 {
  top: -72px;
  right: -72px;
  bottom: -72px;
  left: -72px
}
.-inset-28 {
  top: -84px;
  right: -84px;
  bottom: -84px;
  left: -84px
}
.-inset-32 {
  top: -96px;
  right: -96px;
  bottom: -96px;
  left: -96px
}
.-inset-36 {
  top: -108px;
  right: -108px;
  bottom: -108px;
  left: -108px
}
.-inset-40 {
  top: -120px;
  right: -120px;
  bottom: -120px;
  left: -120px
}
.-inset-44 {
  top: -132px;
  right: -132px;
  bottom: -132px;
  left: -132px
}
.-inset-48 {
  top: -144px;
  right: -144px;
  bottom: -144px;
  left: -144px
}
.-inset-52 {
  top: -156px;
  right: -156px;
  bottom: -156px;
  left: -156px
}
.-inset-56 {
  top: -168px;
  right: -168px;
  bottom: -168px;
  left: -168px
}
.-inset-60 {
  top: -180px;
  right: -180px;
  bottom: -180px;
  left: -180px
}
.-inset-64 {
  top: -192px;
  right: -192px;
  bottom: -192px;
  left: -192px
}
.-inset-72 {
  top: -216px;
  right: -216px;
  bottom: -216px;
  left: -216px
}
.-inset-80 {
  top: -240px;
  right: -240px;
  bottom: -240px;
  left: -240px
}
.-inset-96 {
  top: -288px;
  right: -288px;
  bottom: -288px;
  left: -288px
}
.-inset-px {
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px
}
.-inset-0\.5 {
  top: -1.5px;
  right: -1.5px;
  bottom: -1.5px;
  left: -1.5px
}
.-inset-1\.5 {
  top: -4.5px;
  right: -4.5px;
  bottom: -4.5px;
  left: -4.5px
}
.-inset-2\.5 {
  top: -7.5px;
  right: -7.5px;
  bottom: -7.5px;
  left: -7.5px
}
.-inset-3\.5 {
  top: -10.5px;
  right: -10.5px;
  bottom: -10.5px;
  left: -10.5px
}
.inset-1\/2 {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%
}
.inset-1\/3 {
  top: 33.333333%;
  right: 33.333333%;
  bottom: 33.333333%;
  left: 33.333333%
}
.inset-2\/3 {
  top: 66.666667%;
  right: 66.666667%;
  bottom: 66.666667%;
  left: 66.666667%
}
.inset-1\/4 {
  top: 25%;
  right: 25%;
  bottom: 25%;
  left: 25%
}
.inset-2\/4 {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%
}
.inset-3\/4 {
  top: 75%;
  right: 75%;
  bottom: 75%;
  left: 75%
}
.inset-full {
  top: 100%;
  right: 100%;
  bottom: 100%;
  left: 100%
}
.-inset-1\/2 {
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%
}
.-inset-1\/3 {
  top: -33.333333%;
  right: -33.333333%;
  bottom: -33.333333%;
  left: -33.333333%
}
.-inset-2\/3 {
  top: -66.666667%;
  right: -66.666667%;
  bottom: -66.666667%;
  left: -66.666667%
}
.-inset-1\/4 {
  top: -25%;
  right: -25%;
  bottom: -25%;
  left: -25%
}
.-inset-2\/4 {
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%
}
.-inset-3\/4 {
  top: -75%;
  right: -75%;
  bottom: -75%;
  left: -75%
}
.-inset-full {
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%
}
.inset-y-0 {
  top: 0;
  bottom: 0
}
.inset-x-0 {
  right: 0;
  left: 0
}
.inset-y-1 {
  top: 3px;
  bottom: 3px
}
.inset-x-1 {
  right: 3px;
  left: 3px
}
.inset-y-2 {
  top: 6px;
  bottom: 6px
}
.inset-x-2 {
  right: 6px;
  left: 6px
}
.inset-y-3 {
  top: 9px;
  bottom: 9px
}
.inset-x-3 {
  right: 9px;
  left: 9px
}
.inset-y-4 {
  top: 12px;
  bottom: 12px
}
.inset-x-4 {
  right: 12px;
  left: 12px
}
.inset-y-5 {
  top: 15px;
  bottom: 15px
}
.inset-x-5 {
  right: 15px;
  left: 15px
}
.inset-y-6 {
  top: 18px;
  bottom: 18px
}
.inset-x-6 {
  right: 18px;
  left: 18px
}
.inset-y-7 {
  top: 21px;
  bottom: 21px
}
.inset-x-7 {
  right: 21px;
  left: 21px
}
.inset-y-8 {
  top: 24px;
  bottom: 24px
}
.inset-x-8 {
  right: 24px;
  left: 24px
}
.inset-y-9 {
  top: 27px;
  bottom: 27px
}
.inset-x-9 {
  right: 27px;
  left: 27px
}
.inset-y-10 {
  top: 30px;
  bottom: 30px
}
.inset-x-10 {
  right: 30px;
  left: 30px
}
.inset-y-11 {
  top: 33px;
  bottom: 33px
}
.inset-x-11 {
  right: 33px;
  left: 33px
}
.inset-y-12 {
  top: 36px;
  bottom: 36px
}
.inset-x-12 {
  right: 36px;
  left: 36px
}
.inset-y-14 {
  top: 42px;
  bottom: 42px
}
.inset-x-14 {
  right: 42px;
  left: 42px
}
.inset-y-16 {
  top: 48px;
  bottom: 48px
}
.inset-x-16 {
  right: 48px;
  left: 48px
}
.inset-y-18 {
  top: 54px;
  bottom: 54px
}
.inset-x-18 {
  right: 54px;
  left: 54px
}
.inset-y-20 {
  top: 60px;
  bottom: 60px
}
.inset-x-20 {
  right: 60px;
  left: 60px
}
.inset-y-24 {
  top: 72px;
  bottom: 72px
}
.inset-x-24 {
  right: 72px;
  left: 72px
}
.inset-y-28 {
  top: 84px;
  bottom: 84px
}
.inset-x-28 {
  right: 84px;
  left: 84px
}
.inset-y-32 {
  top: 96px;
  bottom: 96px
}
.inset-x-32 {
  right: 96px;
  left: 96px
}
.inset-y-36 {
  top: 108px;
  bottom: 108px
}
.inset-x-36 {
  right: 108px;
  left: 108px
}
.inset-y-40 {
  top: 120px;
  bottom: 120px
}
.inset-x-40 {
  right: 120px;
  left: 120px
}
.inset-y-44 {
  top: 132px;
  bottom: 132px
}
.inset-x-44 {
  right: 132px;
  left: 132px
}
.inset-y-48 {
  top: 144px;
  bottom: 144px
}
.inset-x-48 {
  right: 144px;
  left: 144px
}
.inset-y-52 {
  top: 156px;
  bottom: 156px
}
.inset-x-52 {
  right: 156px;
  left: 156px
}
.inset-y-56 {
  top: 168px;
  bottom: 168px
}
.inset-x-56 {
  right: 168px;
  left: 168px
}
.inset-y-60 {
  top: 180px;
  bottom: 180px
}
.inset-x-60 {
  right: 180px;
  left: 180px
}
.inset-y-64 {
  top: 192px;
  bottom: 192px
}
.inset-x-64 {
  right: 192px;
  left: 192px
}
.inset-y-72 {
  top: 216px;
  bottom: 216px
}
.inset-x-72 {
  right: 216px;
  left: 216px
}
.inset-y-80 {
  top: 240px;
  bottom: 240px
}
.inset-x-80 {
  right: 240px;
  left: 240px
}
.inset-y-96 {
  top: 288px;
  bottom: 288px
}
.inset-x-96 {
  right: 288px;
  left: 288px
}
.inset-y-auto {
  top: auto;
  bottom: auto
}
.inset-x-auto {
  right: auto;
  left: auto
}
.inset-y-px {
  top: 1px;
  bottom: 1px
}
.inset-x-px {
  right: 1px;
  left: 1px
}
.inset-y-0\.5 {
  top: 1.5px;
  bottom: 1.5px
}
.inset-x-0\.5 {
  right: 1.5px;
  left: 1.5px
}
.inset-y-1\.5 {
  top: 4.5px;
  bottom: 4.5px
}
.inset-x-1\.5 {
  right: 4.5px;
  left: 4.5px
}
.inset-y-2\.5 {
  top: 7.5px;
  bottom: 7.5px
}
.inset-x-2\.5 {
  right: 7.5px;
  left: 7.5px
}
.inset-y-3\.5 {
  top: 10.5px;
  bottom: 10.5px
}
.inset-x-3\.5 {
  right: 10.5px;
  left: 10.5px
}
.-inset-y-0 {
  top: 0;
  bottom: 0
}
.-inset-x-0 {
  right: 0;
  left: 0
}
.-inset-y-1 {
  top: -3px;
  bottom: -3px
}
.-inset-x-1 {
  right: -3px;
  left: -3px
}
.-inset-y-2 {
  top: -6px;
  bottom: -6px
}
.-inset-x-2 {
  right: -6px;
  left: -6px
}
.-inset-y-3 {
  top: -9px;
  bottom: -9px
}
.-inset-x-3 {
  right: -9px;
  left: -9px
}
.-inset-y-4 {
  top: -12px;
  bottom: -12px
}
.-inset-x-4 {
  right: -12px;
  left: -12px
}
.-inset-y-5 {
  top: -15px;
  bottom: -15px
}
.-inset-x-5 {
  right: -15px;
  left: -15px
}
.-inset-y-6 {
  top: -18px;
  bottom: -18px
}
.-inset-x-6 {
  right: -18px;
  left: -18px
}
.-inset-y-7 {
  top: -21px;
  bottom: -21px
}
.-inset-x-7 {
  right: -21px;
  left: -21px
}
.-inset-y-8 {
  top: -24px;
  bottom: -24px
}
.-inset-x-8 {
  right: -24px;
  left: -24px
}
.-inset-y-9 {
  top: -27px;
  bottom: -27px
}
.-inset-x-9 {
  right: -27px;
  left: -27px
}
.-inset-y-10 {
  top: -30px;
  bottom: -30px
}
.-inset-x-10 {
  right: -30px;
  left: -30px
}
.-inset-y-11 {
  top: -33px;
  bottom: -33px
}
.-inset-x-11 {
  right: -33px;
  left: -33px
}
.-inset-y-12 {
  top: -36px;
  bottom: -36px
}
.-inset-x-12 {
  right: -36px;
  left: -36px
}
.-inset-y-14 {
  top: -42px;
  bottom: -42px
}
.-inset-x-14 {
  right: -42px;
  left: -42px
}
.-inset-y-16 {
  top: -48px;
  bottom: -48px
}
.-inset-x-16 {
  right: -48px;
  left: -48px
}
.-inset-y-18 {
  top: -54px;
  bottom: -54px
}
.-inset-x-18 {
  right: -54px;
  left: -54px
}
.-inset-y-20 {
  top: -60px;
  bottom: -60px
}
.-inset-x-20 {
  right: -60px;
  left: -60px
}
.-inset-y-24 {
  top: -72px;
  bottom: -72px
}
.-inset-x-24 {
  right: -72px;
  left: -72px
}
.-inset-y-28 {
  top: -84px;
  bottom: -84px
}
.-inset-x-28 {
  right: -84px;
  left: -84px
}
.-inset-y-32 {
  top: -96px;
  bottom: -96px
}
.-inset-x-32 {
  right: -96px;
  left: -96px
}
.-inset-y-36 {
  top: -108px;
  bottom: -108px
}
.-inset-x-36 {
  right: -108px;
  left: -108px
}
.-inset-y-40 {
  top: -120px;
  bottom: -120px
}
.-inset-x-40 {
  right: -120px;
  left: -120px
}
.-inset-y-44 {
  top: -132px;
  bottom: -132px
}
.-inset-x-44 {
  right: -132px;
  left: -132px
}
.-inset-y-48 {
  top: -144px;
  bottom: -144px
}
.-inset-x-48 {
  right: -144px;
  left: -144px
}
.-inset-y-52 {
  top: -156px;
  bottom: -156px
}
.-inset-x-52 {
  right: -156px;
  left: -156px
}
.-inset-y-56 {
  top: -168px;
  bottom: -168px
}
.-inset-x-56 {
  right: -168px;
  left: -168px
}
.-inset-y-60 {
  top: -180px;
  bottom: -180px
}
.-inset-x-60 {
  right: -180px;
  left: -180px
}
.-inset-y-64 {
  top: -192px;
  bottom: -192px
}
.-inset-x-64 {
  right: -192px;
  left: -192px
}
.-inset-y-72 {
  top: -216px;
  bottom: -216px
}
.-inset-x-72 {
  right: -216px;
  left: -216px
}
.-inset-y-80 {
  top: -240px;
  bottom: -240px
}
.-inset-x-80 {
  right: -240px;
  left: -240px
}
.-inset-y-96 {
  top: -288px;
  bottom: -288px
}
.-inset-x-96 {
  right: -288px;
  left: -288px
}
.-inset-y-px {
  top: -1px;
  bottom: -1px
}
.-inset-x-px {
  right: -1px;
  left: -1px
}
.-inset-y-0\.5 {
  top: -1.5px;
  bottom: -1.5px
}
.-inset-x-0\.5 {
  right: -1.5px;
  left: -1.5px
}
.-inset-y-1\.5 {
  top: -4.5px;
  bottom: -4.5px
}
.-inset-x-1\.5 {
  right: -4.5px;
  left: -4.5px
}
.-inset-y-2\.5 {
  top: -7.5px;
  bottom: -7.5px
}
.-inset-x-2\.5 {
  right: -7.5px;
  left: -7.5px
}
.-inset-y-3\.5 {
  top: -10.5px;
  bottom: -10.5px
}
.-inset-x-3\.5 {
  right: -10.5px;
  left: -10.5px
}
.inset-y-1\/2 {
  top: 50%;
  bottom: 50%
}
.inset-x-1\/2 {
  right: 50%;
  left: 50%
}
.inset-y-1\/3 {
  top: 33.333333%;
  bottom: 33.333333%
}
.inset-x-1\/3 {
  right: 33.333333%;
  left: 33.333333%
}
.inset-y-2\/3 {
  top: 66.666667%;
  bottom: 66.666667%
}
.inset-x-2\/3 {
  right: 66.666667%;
  left: 66.666667%
}
.inset-y-1\/4 {
  top: 25%;
  bottom: 25%
}
.inset-x-1\/4 {
  right: 25%;
  left: 25%
}
.inset-y-2\/4 {
  top: 50%;
  bottom: 50%
}
.inset-x-2\/4 {
  right: 50%;
  left: 50%
}
.inset-y-3\/4 {
  top: 75%;
  bottom: 75%
}
.inset-x-3\/4 {
  right: 75%;
  left: 75%
}
.inset-y-full {
  top: 100%;
  bottom: 100%
}
.inset-x-full {
  right: 100%;
  left: 100%
}
.-inset-y-1\/2 {
  top: -50%;
  bottom: -50%
}
.-inset-x-1\/2 {
  right: -50%;
  left: -50%
}
.-inset-y-1\/3 {
  top: -33.333333%;
  bottom: -33.333333%
}
.-inset-x-1\/3 {
  right: -33.333333%;
  left: -33.333333%
}
.-inset-y-2\/3 {
  top: -66.666667%;
  bottom: -66.666667%
}
.-inset-x-2\/3 {
  right: -66.666667%;
  left: -66.666667%
}
.-inset-y-1\/4 {
  top: -25%;
  bottom: -25%
}
.-inset-x-1\/4 {
  right: -25%;
  left: -25%
}
.-inset-y-2\/4 {
  top: -50%;
  bottom: -50%
}
.-inset-x-2\/4 {
  right: -50%;
  left: -50%
}
.-inset-y-3\/4 {
  top: -75%;
  bottom: -75%
}
.-inset-x-3\/4 {
  right: -75%;
  left: -75%
}
.-inset-y-full {
  top: -100%;
  bottom: -100%
}
.-inset-x-full {
  right: -100%;
  left: -100%
}
.top-0 {
  top: 0
}
.right-0 {
  right: 0
}
.bottom-0 {
  bottom: 0
}
.left-0 {
  left: 0
}
.top-1 {
  top: 3px
}
.right-1 {
  right: 3px
}
.bottom-1 {
  bottom: 3px
}
.left-1 {
  left: 3px
}
.top-2 {
  top: 6px
}
.right-2 {
  right: 6px
}
.bottom-2 {
  bottom: 6px
}
.left-2 {
  left: 6px
}
.top-3 {
  top: 9px
}
.right-3 {
  right: 9px
}
.bottom-3 {
  bottom: 9px
}
.left-3 {
  left: 9px
}
.top-4 {
  top: 12px
}
.right-4 {
  right: 12px
}
.bottom-4 {
  bottom: 12px
}
.left-4 {
  left: 12px
}
.top-5 {
  top: 15px
}
.right-5 {
  right: 15px
}
.bottom-5 {
  bottom: 15px
}
.left-5 {
  left: 15px
}
.top-6 {
  top: 18px
}
.right-6 {
  right: 18px
}
.bottom-6 {
  bottom: 18px
}
.left-6 {
  left: 18px
}
.top-7 {
  top: 21px
}
.right-7 {
  right: 21px
}
.bottom-7 {
  bottom: 21px
}
.left-7 {
  left: 21px
}
.top-8 {
  top: 24px
}
.right-8 {
  right: 24px
}
.bottom-8 {
  bottom: 24px
}
.left-8 {
  left: 24px
}
.top-9 {
  top: 27px
}
.right-9 {
  right: 27px
}
.bottom-9 {
  bottom: 27px
}
.left-9 {
  left: 27px
}
.top-10 {
  top: 30px
}
.right-10 {
  right: 30px
}
.bottom-10 {
  bottom: 30px
}
.left-10 {
  left: 30px
}
.top-11 {
  top: 33px
}
.right-11 {
  right: 33px
}
.bottom-11 {
  bottom: 33px
}
.left-11 {
  left: 33px
}
.top-12 {
  top: 36px
}
.right-12 {
  right: 36px
}
.bottom-12 {
  bottom: 36px
}
.left-12 {
  left: 36px
}
.top-14 {
  top: 42px
}
.right-14 {
  right: 42px
}
.bottom-14 {
  bottom: 42px
}
.left-14 {
  left: 42px
}
.top-16 {
  top: 48px
}
.right-16 {
  right: 48px
}
.bottom-16 {
  bottom: 48px
}
.left-16 {
  left: 48px
}
.top-18 {
  top: 54px
}
.right-18 {
  right: 54px
}
.bottom-18 {
  bottom: 54px
}
.left-18 {
  left: 54px
}
.top-20 {
  top: 60px
}
.right-20 {
  right: 60px
}
.bottom-20 {
  bottom: 60px
}
.left-20 {
  left: 60px
}
.top-24 {
  top: 72px
}
.right-24 {
  right: 72px
}
.bottom-24 {
  bottom: 72px
}
.left-24 {
  left: 72px
}
.top-28 {
  top: 84px
}
.right-28 {
  right: 84px
}
.bottom-28 {
  bottom: 84px
}
.left-28 {
  left: 84px
}
.top-32 {
  top: 96px
}
.right-32 {
  right: 96px
}
.bottom-32 {
  bottom: 96px
}
.left-32 {
  left: 96px
}
.top-36 {
  top: 108px
}
.right-36 {
  right: 108px
}
.bottom-36 {
  bottom: 108px
}
.left-36 {
  left: 108px
}
.top-40 {
  top: 120px
}
.right-40 {
  right: 120px
}
.bottom-40 {
  bottom: 120px
}
.left-40 {
  left: 120px
}
.top-44 {
  top: 132px
}
.right-44 {
  right: 132px
}
.bottom-44 {
  bottom: 132px
}
.left-44 {
  left: 132px
}
.top-48 {
  top: 144px
}
.right-48 {
  right: 144px
}
.bottom-48 {
  bottom: 144px
}
.left-48 {
  left: 144px
}
.top-52 {
  top: 156px
}
.right-52 {
  right: 156px
}
.bottom-52 {
  bottom: 156px
}
.left-52 {
  left: 156px
}
.top-56 {
  top: 168px
}
.right-56 {
  right: 168px
}
.bottom-56 {
  bottom: 168px
}
.left-56 {
  left: 168px
}
.top-60 {
  top: 180px
}
.right-60 {
  right: 180px
}
.bottom-60 {
  bottom: 180px
}
.left-60 {
  left: 180px
}
.top-64 {
  top: 192px
}
.right-64 {
  right: 192px
}
.bottom-64 {
  bottom: 192px
}
.left-64 {
  left: 192px
}
.top-72 {
  top: 216px
}
.right-72 {
  right: 216px
}
.bottom-72 {
  bottom: 216px
}
.left-72 {
  left: 216px
}
.top-80 {
  top: 240px
}
.right-80 {
  right: 240px
}
.bottom-80 {
  bottom: 240px
}
.left-80 {
  left: 240px
}
.top-96 {
  top: 288px
}
.right-96 {
  right: 288px
}
.bottom-96 {
  bottom: 288px
}
.left-96 {
  left: 288px
}
.top-auto {
  top: auto
}
.right-auto {
  right: auto
}
.bottom-auto {
  bottom: auto
}
.left-auto {
  left: auto
}
.top-px {
  top: 1px
}
.right-px {
  right: 1px
}
.bottom-px {
  bottom: 1px
}
.left-px {
  left: 1px
}
.top-0\.5 {
  top: 1.5px
}
.right-0\.5 {
  right: 1.5px
}
.bottom-0\.5 {
  bottom: 1.5px
}
.left-0\.5 {
  left: 1.5px
}
.top-1\.5 {
  top: 4.5px
}
.right-1\.5 {
  right: 4.5px
}
.bottom-1\.5 {
  bottom: 4.5px
}
.left-1\.5 {
  left: 4.5px
}
.top-2\.5 {
  top: 7.5px
}
.right-2\.5 {
  right: 7.5px
}
.bottom-2\.5 {
  bottom: 7.5px
}
.left-2\.5 {
  left: 7.5px
}
.top-3\.5 {
  top: 10.5px
}
.right-3\.5 {
  right: 10.5px
}
.bottom-3\.5 {
  bottom: 10.5px
}
.left-3\.5 {
  left: 10.5px
}
.-top-0 {
  top: 0
}
.-right-0 {
  right: 0
}
.-bottom-0 {
  bottom: 0
}
.-left-0 {
  left: 0
}
.-top-1 {
  top: -3px
}
.-right-1 {
  right: -3px
}
.-bottom-1 {
  bottom: -3px
}
.-left-1 {
  left: -3px
}
.-top-2 {
  top: -6px
}
.-right-2 {
  right: -6px
}
.-bottom-2 {
  bottom: -6px
}
.-left-2 {
  left: -6px
}
.-top-3 {
  top: -9px
}
.-right-3 {
  right: -9px
}
.-bottom-3 {
  bottom: -9px
}
.-left-3 {
  left: -9px
}
.-top-4 {
  top: -12px
}
.-right-4 {
  right: -12px
}
.-bottom-4 {
  bottom: -12px
}
.-left-4 {
  left: -12px
}
.-top-5 {
  top: -15px
}
.-right-5 {
  right: -15px
}
.-bottom-5 {
  bottom: -15px
}
.-left-5 {
  left: -15px
}
.-top-6 {
  top: -18px
}
.-right-6 {
  right: -18px
}
.-bottom-6 {
  bottom: -18px
}
.-left-6 {
  left: -18px
}
.-top-7 {
  top: -21px
}
.-right-7 {
  right: -21px
}
.-bottom-7 {
  bottom: -21px
}
.-left-7 {
  left: -21px
}
.-top-8 {
  top: -24px
}
.-right-8 {
  right: -24px
}
.-bottom-8 {
  bottom: -24px
}
.-left-8 {
  left: -24px
}
.-top-9 {
  top: -27px
}
.-right-9 {
  right: -27px
}
.-bottom-9 {
  bottom: -27px
}
.-left-9 {
  left: -27px
}
.-top-10 {
  top: -30px
}
.-right-10 {
  right: -30px
}
.-bottom-10 {
  bottom: -30px
}
.-left-10 {
  left: -30px
}
.-top-11 {
  top: -33px
}
.-right-11 {
  right: -33px
}
.-bottom-11 {
  bottom: -33px
}
.-left-11 {
  left: -33px
}
.-top-12 {
  top: -36px
}
.-right-12 {
  right: -36px
}
.-bottom-12 {
  bottom: -36px
}
.-left-12 {
  left: -36px
}
.-top-14 {
  top: -42px
}
.-right-14 {
  right: -42px
}
.-bottom-14 {
  bottom: -42px
}
.-left-14 {
  left: -42px
}
.-top-16 {
  top: -48px
}
.-right-16 {
  right: -48px
}
.-bottom-16 {
  bottom: -48px
}
.-left-16 {
  left: -48px
}
.-top-18 {
  top: -54px
}
.-right-18 {
  right: -54px
}
.-bottom-18 {
  bottom: -54px
}
.-left-18 {
  left: -54px
}
.-top-20 {
  top: -60px
}
.-right-20 {
  right: -60px
}
.-bottom-20 {
  bottom: -60px
}
.-left-20 {
  left: -60px
}
.-top-24 {
  top: -72px
}
.-right-24 {
  right: -72px
}
.-bottom-24 {
  bottom: -72px
}
.-left-24 {
  left: -72px
}
.-top-28 {
  top: -84px
}
.-right-28 {
  right: -84px
}
.-bottom-28 {
  bottom: -84px
}
.-left-28 {
  left: -84px
}
.-top-32 {
  top: -96px
}
.-right-32 {
  right: -96px
}
.-bottom-32 {
  bottom: -96px
}
.-left-32 {
  left: -96px
}
.-top-36 {
  top: -108px
}
.-right-36 {
  right: -108px
}
.-bottom-36 {
  bottom: -108px
}
.-left-36 {
  left: -108px
}
.-top-40 {
  top: -120px
}
.-right-40 {
  right: -120px
}
.-bottom-40 {
  bottom: -120px
}
.-left-40 {
  left: -120px
}
.-top-44 {
  top: -132px
}
.-right-44 {
  right: -132px
}
.-bottom-44 {
  bottom: -132px
}
.-left-44 {
  left: -132px
}
.-top-48 {
  top: -144px
}
.-right-48 {
  right: -144px
}
.-bottom-48 {
  bottom: -144px
}
.-left-48 {
  left: -144px
}
.-top-52 {
  top: -156px
}
.-right-52 {
  right: -156px
}
.-bottom-52 {
  bottom: -156px
}
.-left-52 {
  left: -156px
}
.-top-56 {
  top: -168px
}
.-right-56 {
  right: -168px
}
.-bottom-56 {
  bottom: -168px
}
.-left-56 {
  left: -168px
}
.-top-60 {
  top: -180px
}
.-right-60 {
  right: -180px
}
.-bottom-60 {
  bottom: -180px
}
.-left-60 {
  left: -180px
}
.-top-64 {
  top: -192px
}
.-right-64 {
  right: -192px
}
.-bottom-64 {
  bottom: -192px
}
.-left-64 {
  left: -192px
}
.-top-72 {
  top: -216px
}
.-right-72 {
  right: -216px
}
.-bottom-72 {
  bottom: -216px
}
.-left-72 {
  left: -216px
}
.-top-80 {
  top: -240px
}
.-right-80 {
  right: -240px
}
.-bottom-80 {
  bottom: -240px
}
.-left-80 {
  left: -240px
}
.-top-96 {
  top: -288px
}
.-right-96 {
  right: -288px
}
.-bottom-96 {
  bottom: -288px
}
.-left-96 {
  left: -288px
}
.-top-px {
  top: -1px
}
.-right-px {
  right: -1px
}
.-bottom-px {
  bottom: -1px
}
.-left-px {
  left: -1px
}
.-top-0\.5 {
  top: -1.5px
}
.-right-0\.5 {
  right: -1.5px
}
.-bottom-0\.5 {
  bottom: -1.5px
}
.-left-0\.5 {
  left: -1.5px
}
.-top-1\.5 {
  top: -4.5px
}
.-right-1\.5 {
  right: -4.5px
}
.-bottom-1\.5 {
  bottom: -4.5px
}
.-left-1\.5 {
  left: -4.5px
}
.-top-2\.5 {
  top: -7.5px
}
.-right-2\.5 {
  right: -7.5px
}
.-bottom-2\.5 {
  bottom: -7.5px
}
.-left-2\.5 {
  left: -7.5px
}
.-top-3\.5 {
  top: -10.5px
}
.-right-3\.5 {
  right: -10.5px
}
.-bottom-3\.5 {
  bottom: -10.5px
}
.-left-3\.5 {
  left: -10.5px
}
.top-1\/2 {
  top: 50%
}
.right-1\/2 {
  right: 50%
}
.bottom-1\/2 {
  bottom: 50%
}
.left-1\/2 {
  left: 50%
}
.top-1\/3 {
  top: 33.333333%
}
.right-1\/3 {
  right: 33.333333%
}
.bottom-1\/3 {
  bottom: 33.333333%
}
.left-1\/3 {
  left: 33.333333%
}
.top-2\/3 {
  top: 66.666667%
}
.right-2\/3 {
  right: 66.666667%
}
.bottom-2\/3 {
  bottom: 66.666667%
}
.left-2\/3 {
  left: 66.666667%
}
.top-1\/4 {
  top: 25%
}
.right-1\/4 {
  right: 25%
}
.bottom-1\/4 {
  bottom: 25%
}
.left-1\/4 {
  left: 25%
}
.top-2\/4 {
  top: 50%
}
.right-2\/4 {
  right: 50%
}
.bottom-2\/4 {
  bottom: 50%
}
.left-2\/4 {
  left: 50%
}
.top-3\/4 {
  top: 75%
}
.right-3\/4 {
  right: 75%
}
.bottom-3\/4 {
  bottom: 75%
}
.left-3\/4 {
  left: 75%
}
.top-full {
  top: 100%
}
.right-full {
  right: 100%
}
.bottom-full {
  bottom: 100%
}
.left-full {
  left: 100%
}
.-top-1\/2 {
  top: -50%
}
.-right-1\/2 {
  right: -50%
}
.-bottom-1\/2 {
  bottom: -50%
}
.-left-1\/2 {
  left: -50%
}
.-top-1\/3 {
  top: -33.333333%
}
.-right-1\/3 {
  right: -33.333333%
}
.-bottom-1\/3 {
  bottom: -33.333333%
}
.-left-1\/3 {
  left: -33.333333%
}
.-top-2\/3 {
  top: -66.666667%
}
.-right-2\/3 {
  right: -66.666667%
}
.-bottom-2\/3 {
  bottom: -66.666667%
}
.-left-2\/3 {
  left: -66.666667%
}
.-top-1\/4 {
  top: -25%
}
.-right-1\/4 {
  right: -25%
}
.-bottom-1\/4 {
  bottom: -25%
}
.-left-1\/4 {
  left: -25%
}
.-top-2\/4 {
  top: -50%
}
.-right-2\/4 {
  right: -50%
}
.-bottom-2\/4 {
  bottom: -50%
}
.-left-2\/4 {
  left: -50%
}
.-top-3\/4 {
  top: -75%
}
.-right-3\/4 {
  right: -75%
}
.-bottom-3\/4 {
  bottom: -75%
}
.-left-3\/4 {
  left: -75%
}
.-top-full {
  top: -100%
}
.-right-full {
  right: -100%
}
.-bottom-full {
  bottom: -100%
}
.-left-full {
  left: -100%
}
.resize-none {
  resize: none
}
.resize-y {
  resize: vertical
}
.resize-x {
  resize: horizontal
}
.resize {
  resize: both
}
* {
  --tw-shadow: 0 0 transparent
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
}
.shadow, .shadow-sm {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
}
.shadow-lg, .shadow-md {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)
}
.shadow-2xl, .shadow-xl {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25)
}
.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)
}
.shadow-inner, .shadow-none {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}
.shadow-none {
  --tw-shadow: 0 0 transparent
}
.shadow-gray {
  --tw-shadow: 3px 3px #727272
}
.shadow-dark-gray, .shadow-gray {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}
.shadow-dark-gray {
  --tw-shadow: 4px 4px #2d2f35
}
.shadow-black {
  --tw-shadow: 3px 3px #000
}
.group:hover .group-hover\:shadow-sm, .shadow-black {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}
.group:hover .group-hover\:shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
}
.group:hover .group-hover\:shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
}
.group:hover .group-hover\:shadow, .group:hover .group-hover\:shadow-md {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}
.group:hover .group-hover\:shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
}
.group:hover .group-hover\:shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)
}
.group:hover .group-hover\:shadow-lg, .group:hover .group-hover\:shadow-xl {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}
.group:hover .group-hover\:shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)
}
.group:hover .group-hover\:shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25)
}
.group:hover .group-hover\:shadow-2xl, .group:hover .group-hover\:shadow-inner {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}
.group:hover .group-hover\:shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)
}
.group:hover .group-hover\:shadow-none {
  --tw-shadow: 0 0 transparent
}
.group:hover .group-hover\:shadow-gray, .group:hover .group-hover\:shadow-none {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}
.group:hover .group-hover\:shadow-gray {
  --tw-shadow: 3px 3px #727272
}
.group:hover .group-hover\:shadow-dark-gray {
  --tw-shadow: 4px 4px #2d2f35
}
.group:hover .group-hover\:shadow-black, .group:hover .group-hover\:shadow-dark-gray {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}
.group:hover .group-hover\:shadow-black {
  --tw-shadow: 3px 3px #000
}
.focus-within\: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 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}
.focus-within\: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 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}
.focus-within\: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 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}
.focus-within\: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 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}
.focus-within\: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 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}
.focus-within\: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 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}
.focus-within\: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 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}
.focus-within\:shadow-none:focus-within {
  --tw-shadow: 0 0 transparent;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}
.focus-within\:shadow-gray:focus-within {
  --tw-shadow: 3px 3px #727272;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}
.focus-within\:shadow-dark-gray:focus-within {
  --tw-shadow: 4px 4px #2d2f35;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}
.focus-within\:shadow-black:focus-within {
  --tw-shadow: 3px 3px #000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}
.hover\:shadow-sm:hover {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
}
.hover\:shadow-sm:hover, .hover\:shadow:hover {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}
.hover\:shadow:hover {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
}
.hover\: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)
}
.hover\:shadow-lg:hover, .hover\:shadow-md:hover {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}
.hover\: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)
}
.hover\: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)
}
.hover\:shadow-2xl:hover, .hover\:shadow-xl:hover {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}
.hover\:shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25)
}
.hover\:shadow-inner:hover {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)
}
.hover\:shadow-inner:hover, .hover\:shadow-none:hover {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}
.hover\:shadow-none:hover {
  --tw-shadow: 0 0 transparent
}
.hover\:shadow-gray:hover {
  --tw-shadow: 3px 3px #727272
}
.hover\:shadow-dark-gray:hover, .hover\:shadow-gray:hover {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}
.hover\:shadow-dark-gray:hover {
  --tw-shadow: 4px 4px #2d2f35
}
.hover\:shadow-black:hover {
  --tw-shadow: 3px 3px #000
}
.focus\:shadow-sm:focus, .hover\:shadow-black:hover {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}
.focus\:shadow-sm:focus {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
}
.focus\:shadow:focus {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
}
.focus\:shadow-md:focus, .focus\:shadow:focus {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}
.focus\: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)
}
.focus\: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)
}
.focus\:shadow-lg:focus, .focus\:shadow-xl:focus {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}
.focus\: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)
}
.focus\:shadow-2xl:focus {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25)
}
.focus\:shadow-2xl:focus, .focus\:shadow-inner:focus {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}
.focus\:shadow-inner:focus {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)
}
.focus\:shadow-none:focus {
  --tw-shadow: 0 0 transparent
}
.focus\:shadow-gray:focus, .focus\:shadow-none:focus {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}
.focus\:shadow-gray:focus {
  --tw-shadow: 3px 3px #727272
}
.focus\:shadow-dark-gray:focus {
  --tw-shadow: 4px 4px #2d2f35
}
.focus\:shadow-black:focus, .focus\:shadow-dark-gray:focus {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}
.focus\:shadow-black:focus {
  --tw-shadow: 3px 3px #000
}
* {
  --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 transparent;
  --tw-ring-shadow: 0 0 transparent
}
.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(var(--tw-ring-offset-width)) var(--tw-ring-color)
}
.ring-0, .ring-1 {
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent)
}
.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)
}
.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)
}
.ring-2, .ring-4 {
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent)
}
.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)
}
.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)
}
.ring, .ring-8 {
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent)
}
.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)
}
.ring-inset {
  --tw-ring-inset: inset
}
.focus-within\: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(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 transparent)
}
.focus-within\: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 transparent)
}
.focus-within\: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 transparent)
}
.focus-within\: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 transparent)
}
.focus-within\: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 transparent)
}
.focus-within\: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 transparent)
}
.focus-within\:ring-inset:focus-within {
  --tw-ring-inset: inset
}
.focus\: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(var(--tw-ring-offset-width)) var(--tw-ring-color)
}
.focus\:ring-0:focus, .focus\:ring-1:focus {
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent)
}
.focus\: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)
}
.focus\: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)
}
.focus\:ring-2:focus, .focus\:ring-4:focus {
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent)
}
.focus\: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)
}
.focus\: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)
}
.focus\:ring-8:focus, .focus\:ring:focus {
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent)
}
.focus\: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)
}
.focus\:ring-inset:focus {
  --tw-ring-inset: inset
}
.ring-offset-primary-50, .ring-offset-primary-100 {
  --tw-ring-offset-color: #fff
}
.ring-offset-primary-200 {
  --tw-ring-offset-color: #fff6e2
}
.ring-offset-primary-300 {
  --tw-ring-offset-color: #ffe6af
}
.ring-offset-primary-400 {
  --tw-ring-offset-color: #ffd57c
}
.ring-offset-primary-500 {
  --tw-ring-offset-color: #ffc549
}
.ring-offset-primary-600 {
  --tw-ring-offset-color: #ffb516
}
.ring-offset-primary-700 {
  --tw-ring-offset-color: #e29a00
}
.ring-offset-primary-800 {
  --tw-ring-offset-color: #af7700
}
.ring-offset-primary-900 {
  --tw-ring-offset-color: #7c5400
}
.ring-offset-primary {
  --tw-ring-offset-color: #ffc549
}
.ring-offset-secondary-50 {
  --tw-ring-offset-color: #cefbdf
}
.ring-offset-secondary-100 {
  --tw-ring-offset-color: #b6f9d0
}
.ring-offset-secondary-200 {
  --tw-ring-offset-color: #87f5b2
}
.ring-offset-secondary-300 {
  --tw-ring-offset-color: #58f194
}
.ring-offset-secondary-400 {
  --tw-ring-offset-color: #28ee76
}
.ring-offset-secondary-500 {
  --tw-ring-offset-color: #11d25d
}
.ring-offset-secondary-600 {
  --tw-ring-offset-color: #0da348
}
.ring-offset-secondary-700 {
  --tw-ring-offset-color: #097433
}
.ring-offset-secondary-800 {
  --tw-ring-offset-color: #06441e
}
.ring-offset-secondary-900 {
  --tw-ring-offset-color: #021509
}
.ring-offset-secondary {
  --tw-ring-offset-color: #11d25d
}
.ring-offset-accent-50 {
  --tw-ring-offset-color: #fef2f2
}
.ring-offset-accent-100 {
  --tw-ring-offset-color: #fee2e2
}
.ring-offset-accent-200 {
  --tw-ring-offset-color: #fecaca
}
.ring-offset-accent-300 {
  --tw-ring-offset-color: #fca5a5
}
.ring-offset-accent-400 {
  --tw-ring-offset-color: #f87171
}
.ring-offset-accent-500 {
  --tw-ring-offset-color: #ef4444
}
.ring-offset-accent-600 {
  --tw-ring-offset-color: #dc2626
}
.ring-offset-accent-700 {
  --tw-ring-offset-color: #b91c1c
}
.ring-offset-accent-800 {
  --tw-ring-offset-color: #991b1b
}
.ring-offset-accent-900 {
  --tw-ring-offset-color: #7f1d1d
}
.ring-offset-shade-500 {
  --tw-ring-offset-color: #3a3a31
}
.ring-offset-shade-600 {
  --tw-ring-offset-color: #2d2f35
}
.ring-offset-white {
  --tw-ring-offset-color: #fff
}
.ring-offset-black {
  --tw-ring-offset-color: #000
}
.ring-offset-gray-50 {
  --tw-ring-offset-color: #f9fafb
}
.ring-offset-gray-100 {
  --tw-ring-offset-color: #f3f4f6
}
.ring-offset-gray-200 {
  --tw-ring-offset-color: #e5e7eb
}
.ring-offset-gray-300 {
  --tw-ring-offset-color: #d1d5db
}
.ring-offset-gray-400 {
  --tw-ring-offset-color: #9ca3af
}
.ring-offset-gray-500 {
  --tw-ring-offset-color: #6b7280
}
.ring-offset-gray-600 {
  --tw-ring-offset-color: #4b5563
}
.ring-offset-gray-700 {
  --tw-ring-offset-color: #374151
}
.ring-offset-gray-800 {
  --tw-ring-offset-color: #1f2937
}
.ring-offset-gray-900 {
  --tw-ring-offset-color: #111827
}
.ring-offset-brand-50 {
  --tw-ring-offset-color: #eff6ff
}
.ring-offset-brand-100 {
  --tw-ring-offset-color: #dbeafe
}
.ring-offset-brand-200 {
  --tw-ring-offset-color: #bfdbfe
}
.ring-offset-brand-300 {
  --tw-ring-offset-color: #93c5fd
}
.ring-offset-brand-400 {
  --tw-ring-offset-color: #60a5fa
}
.ring-offset-brand-500 {
  --tw-ring-offset-color: #3b82f6
}
.ring-offset-brand-600 {
  --tw-ring-offset-color: #2563eb
}
.ring-offset-brand-700 {
  --tw-ring-offset-color: #1d4ed8
}
.ring-offset-brand-800 {
  --tw-ring-offset-color: #1e40af
}
.ring-offset-brand-900 {
  --tw-ring-offset-color: #1e3a8a
}
.ring-offset-transparent {
  --tw-ring-offset-color: transparent
}
.ring-offset-current {
  --tw-ring-offset-color: currentColor
}
.focus-within\:ring-offset-primary-50:focus-within {
  --tw-ring-offset-color: #fff
}
.focus-within\:ring-offset-primary-100:focus-within {
  --tw-ring-offset-color: #fff
}
.focus-within\:ring-offset-primary-200:focus-within {
  --tw-ring-offset-color: #fff6e2
}
.focus-within\:ring-offset-primary-300:focus-within {
  --tw-ring-offset-color: #ffe6af
}
.focus-within\:ring-offset-primary-400:focus-within {
  --tw-ring-offset-color: #ffd57c
}
.focus-within\:ring-offset-primary-500:focus-within {
  --tw-ring-offset-color: #ffc549
}
.focus-within\:ring-offset-primary-600:focus-within {
  --tw-ring-offset-color: #ffb516
}
.focus-within\:ring-offset-primary-700:focus-within {
  --tw-ring-offset-color: #e29a00
}
.focus-within\:ring-offset-primary-800:focus-within {
  --tw-ring-offset-color: #af7700
}
.focus-within\:ring-offset-primary-900:focus-within {
  --tw-ring-offset-color: #7c5400
}
.focus-within\:ring-offset-primary:focus-within {
  --tw-ring-offset-color: #ffc549
}
.focus-within\:ring-offset-secondary-50:focus-within {
  --tw-ring-offset-color: #cefbdf
}
.focus-within\:ring-offset-secondary-100:focus-within {
  --tw-ring-offset-color: #b6f9d0
}
.focus-within\:ring-offset-secondary-200:focus-within {
  --tw-ring-offset-color: #87f5b2
}
.focus-within\:ring-offset-secondary-300:focus-within {
  --tw-ring-offset-color: #58f194
}
.focus-within\:ring-offset-secondary-400:focus-within {
  --tw-ring-offset-color: #28ee76
}
.focus-within\:ring-offset-secondary-500:focus-within {
  --tw-ring-offset-color: #11d25d
}
.focus-within\:ring-offset-secondary-600:focus-within {
  --tw-ring-offset-color: #0da348
}
.focus-within\:ring-offset-secondary-700:focus-within {
  --tw-ring-offset-color: #097433
}
.focus-within\:ring-offset-secondary-800:focus-within {
  --tw-ring-offset-color: #06441e
}
.focus-within\:ring-offset-secondary-900:focus-within {
  --tw-ring-offset-color: #021509
}
.focus-within\:ring-offset-secondary:focus-within {
  --tw-ring-offset-color: #11d25d
}
.focus-within\:ring-offset-accent-50:focus-within {
  --tw-ring-offset-color: #fef2f2
}
.focus-within\:ring-offset-accent-100:focus-within {
  --tw-ring-offset-color: #fee2e2
}
.focus-within\:ring-offset-accent-200:focus-within {
  --tw-ring-offset-color: #fecaca
}
.focus-within\:ring-offset-accent-300:focus-within {
  --tw-ring-offset-color: #fca5a5
}
.focus-within\:ring-offset-accent-400:focus-within {
  --tw-ring-offset-color: #f87171
}
.focus-within\:ring-offset-accent-500:focus-within {
  --tw-ring-offset-color: #ef4444
}
.focus-within\:ring-offset-accent-600:focus-within {
  --tw-ring-offset-color: #dc2626
}
.focus-within\:ring-offset-accent-700:focus-within {
  --tw-ring-offset-color: #b91c1c
}
.focus-within\:ring-offset-accent-800:focus-within {
  --tw-ring-offset-color: #991b1b
}
.focus-within\:ring-offset-accent-900:focus-within {
  --tw-ring-offset-color: #7f1d1d
}
.focus-within\:ring-offset-shade-500:focus-within {
  --tw-ring-offset-color: #3a3a31
}
.focus-within\:ring-offset-shade-600:focus-within {
  --tw-ring-offset-color: #2d2f35
}
.focus-within\:ring-offset-white:focus-within {
  --tw-ring-offset-color: #fff
}
.focus-within\:ring-offset-black:focus-within {
  --tw-ring-offset-color: #000
}
.focus-within\:ring-offset-gray-50:focus-within {
  --tw-ring-offset-color: #f9fafb
}
.focus-within\:ring-offset-gray-100:focus-within {
  --tw-ring-offset-color: #f3f4f6
}
.focus-within\:ring-offset-gray-200:focus-within {
  --tw-ring-offset-color: #e5e7eb
}
.focus-within\:ring-offset-gray-300:focus-within {
  --tw-ring-offset-color: #d1d5db
}
.focus-within\:ring-offset-gray-400:focus-within {
  --tw-ring-offset-color: #9ca3af
}
.focus-within\:ring-offset-gray-500:focus-within {
  --tw-ring-offset-color: #6b7280
}
.focus-within\:ring-offset-gray-600:focus-within {
  --tw-ring-offset-color: #4b5563
}
.focus-within\:ring-offset-gray-700:focus-within {
  --tw-ring-offset-color: #374151
}
.focus-within\:ring-offset-gray-800:focus-within {
  --tw-ring-offset-color: #1f2937
}
.focus-within\:ring-offset-gray-900:focus-within {
  --tw-ring-offset-color: #111827
}
.focus-within\:ring-offset-brand-50:focus-within {
  --tw-ring-offset-color: #eff6ff
}
.focus-within\:ring-offset-brand-100:focus-within {
  --tw-ring-offset-color: #dbeafe
}
.focus-within\:ring-offset-brand-200:focus-within {
  --tw-ring-offset-color: #bfdbfe
}
.focus-within\:ring-offset-brand-300:focus-within {
  --tw-ring-offset-color: #93c5fd
}
.focus-within\:ring-offset-brand-400:focus-within {
  --tw-ring-offset-color: #60a5fa
}
.focus-within\:ring-offset-brand-500:focus-within {
  --tw-ring-offset-color: #3b82f6
}
.focus-within\:ring-offset-brand-600:focus-within {
  --tw-ring-offset-color: #2563eb
}
.focus-within\:ring-offset-brand-700:focus-within {
  --tw-ring-offset-color: #1d4ed8
}
.focus-within\:ring-offset-brand-800:focus-within {
  --tw-ring-offset-color: #1e40af
}
.focus-within\:ring-offset-brand-900:focus-within {
  --tw-ring-offset-color: #1e3a8a
}
.focus-within\:ring-offset-transparent:focus-within {
  --tw-ring-offset-color: transparent
}
.focus-within\:ring-offset-current:focus-within {
  --tw-ring-offset-color: currentColor
}
.focus\:ring-offset-primary-50:focus, .focus\:ring-offset-primary-100:focus {
  --tw-ring-offset-color: #fff
}
.focus\:ring-offset-primary-200:focus {
  --tw-ring-offset-color: #fff6e2
}
.focus\:ring-offset-primary-300:focus {
  --tw-ring-offset-color: #ffe6af
}
.focus\:ring-offset-primary-400:focus {
  --tw-ring-offset-color: #ffd57c
}
.focus\:ring-offset-primary-500:focus {
  --tw-ring-offset-color: #ffc549
}
.focus\:ring-offset-primary-600:focus {
  --tw-ring-offset-color: #ffb516
}
.focus\:ring-offset-primary-700:focus {
  --tw-ring-offset-color: #e29a00
}
.focus\:ring-offset-primary-800:focus {
  --tw-ring-offset-color: #af7700
}
.focus\:ring-offset-primary-900:focus {
  --tw-ring-offset-color: #7c5400
}
.focus\:ring-offset-primary:focus {
  --tw-ring-offset-color: #ffc549
}
.focus\:ring-offset-secondary-50:focus {
  --tw-ring-offset-color: #cefbdf
}
.focus\:ring-offset-secondary-100:focus {
  --tw-ring-offset-color: #b6f9d0
}
.focus\:ring-offset-secondary-200:focus {
  --tw-ring-offset-color: #87f5b2
}
.focus\:ring-offset-secondary-300:focus {
  --tw-ring-offset-color: #58f194
}
.focus\:ring-offset-secondary-400:focus {
  --tw-ring-offset-color: #28ee76
}
.focus\:ring-offset-secondary-500:focus {
  --tw-ring-offset-color: #11d25d
}
.focus\:ring-offset-secondary-600:focus {
  --tw-ring-offset-color: #0da348
}
.focus\:ring-offset-secondary-700:focus {
  --tw-ring-offset-color: #097433
}
.focus\:ring-offset-secondary-800:focus {
  --tw-ring-offset-color: #06441e
}
.focus\:ring-offset-secondary-900:focus {
  --tw-ring-offset-color: #021509
}
.focus\:ring-offset-secondary:focus {
  --tw-ring-offset-color: #11d25d
}
.focus\:ring-offset-accent-50:focus {
  --tw-ring-offset-color: #fef2f2
}
.focus\:ring-offset-accent-100:focus {
  --tw-ring-offset-color: #fee2e2
}
.focus\:ring-offset-accent-200:focus {
  --tw-ring-offset-color: #fecaca
}
.focus\:ring-offset-accent-300:focus {
  --tw-ring-offset-color: #fca5a5
}
.focus\:ring-offset-accent-400:focus {
  --tw-ring-offset-color: #f87171
}
.focus\:ring-offset-accent-500:focus {
  --tw-ring-offset-color: #ef4444
}
.focus\:ring-offset-accent-600:focus {
  --tw-ring-offset-color: #dc2626
}
.focus\:ring-offset-accent-700:focus {
  --tw-ring-offset-color: #b91c1c
}
.focus\:ring-offset-accent-800:focus {
  --tw-ring-offset-color: #991b1b
}
.focus\:ring-offset-accent-900:focus {
  --tw-ring-offset-color: #7f1d1d
}
.focus\:ring-offset-shade-500:focus {
  --tw-ring-offset-color: #3a3a31
}
.focus\:ring-offset-shade-600:focus {
  --tw-ring-offset-color: #2d2f35
}
.focus\:ring-offset-white:focus {
  --tw-ring-offset-color: #fff
}
.focus\:ring-offset-black:focus {
  --tw-ring-offset-color: #000
}
.focus\:ring-offset-gray-50:focus {
  --tw-ring-offset-color: #f9fafb
}
.focus\:ring-offset-gray-100:focus {
  --tw-ring-offset-color: #f3f4f6
}
.focus\:ring-offset-gray-200:focus {
  --tw-ring-offset-color: #e5e7eb
}
.focus\:ring-offset-gray-300:focus {
  --tw-ring-offset-color: #d1d5db
}
.focus\:ring-offset-gray-400:focus {
  --tw-ring-offset-color: #9ca3af
}
.focus\:ring-offset-gray-500:focus {
  --tw-ring-offset-color: #6b7280
}
.focus\:ring-offset-gray-600:focus {
  --tw-ring-offset-color: #4b5563
}
.focus\:ring-offset-gray-700:focus {
  --tw-ring-offset-color: #374151
}
.focus\:ring-offset-gray-800:focus {
  --tw-ring-offset-color: #1f2937
}
.focus\:ring-offset-gray-900:focus {
  --tw-ring-offset-color: #111827
}
.focus\:ring-offset-brand-50:focus {
  --tw-ring-offset-color: #eff6ff
}
.focus\:ring-offset-brand-100:focus {
  --tw-ring-offset-color: #dbeafe
}
.focus\:ring-offset-brand-200:focus {
  --tw-ring-offset-color: #bfdbfe
}
.focus\:ring-offset-brand-300:focus {
  --tw-ring-offset-color: #93c5fd
}
.focus\:ring-offset-brand-400:focus {
  --tw-ring-offset-color: #60a5fa
}
.focus\:ring-offset-brand-500:focus {
  --tw-ring-offset-color: #3b82f6
}
.focus\:ring-offset-brand-600:focus {
  --tw-ring-offset-color: #2563eb
}
.focus\:ring-offset-brand-700:focus {
  --tw-ring-offset-color: #1d4ed8
}
.focus\:ring-offset-brand-800:focus {
  --tw-ring-offset-color: #1e40af
}
.focus\:ring-offset-brand-900:focus {
  --tw-ring-offset-color: #1e3a8a
}
.focus\:ring-offset-transparent:focus {
  --tw-ring-offset-color: transparent
}
.focus\:ring-offset-current:focus {
  --tw-ring-offset-color: currentColor
}
.ring-offset-0 {
  --tw-ring-offset-width: 0px
}
.ring-offset-1 {
  --tw-ring-offset-width: 1px
}
.ring-offset-2 {
  --tw-ring-offset-width: 2px
}
.ring-offset-4 {
  --tw-ring-offset-width: 4px
}
.ring-offset-8 {
  --tw-ring-offset-width: 8px
}
.focus-within\:ring-offset-0:focus-within {
  --tw-ring-offset-width: 0px
}
.focus-within\:ring-offset-1:focus-within {
  --tw-ring-offset-width: 1px
}
.focus-within\:ring-offset-2:focus-within {
  --tw-ring-offset-width: 2px
}
.focus-within\:ring-offset-4:focus-within {
  --tw-ring-offset-width: 4px
}
.focus-within\:ring-offset-8:focus-within {
  --tw-ring-offset-width: 8px
}
.focus\:ring-offset-0:focus {
  --tw-ring-offset-width: 0px
}
.focus\:ring-offset-1:focus {
  --tw-ring-offset-width: 1px
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px
}
.focus\:ring-offset-4:focus {
  --tw-ring-offset-width: 4px
}
.focus\:ring-offset-8:focus {
  --tw-ring-offset-width: 8px
}
.ring-primary-50, .ring-primary-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity))
}
.ring-primary-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 246, 226, var(--tw-ring-opacity))
}
.ring-primary-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 230, 175, var(--tw-ring-opacity))
}
.ring-primary-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 213, 124, var(--tw-ring-opacity))
}
.ring-primary-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 197, 73, var(--tw-ring-opacity))
}
.ring-primary-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 181, 22, var(--tw-ring-opacity))
}
.ring-primary-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(226, 154, 0, var(--tw-ring-opacity))
}
.ring-primary-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(175, 119, 0, var(--tw-ring-opacity))
}
.ring-primary-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 84, 0, var(--tw-ring-opacity))
}
.ring-primary {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 197, 73, var(--tw-ring-opacity))
}
.ring-secondary-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(206, 251, 223, var(--tw-ring-opacity))
}
.ring-secondary-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(182, 249, 208, var(--tw-ring-opacity))
}
.ring-secondary-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(135, 245, 178, var(--tw-ring-opacity))
}
.ring-secondary-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(88, 241, 148, var(--tw-ring-opacity))
}
.ring-secondary-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(40, 238, 118, var(--tw-ring-opacity))
}
.ring-secondary-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 210, 93, var(--tw-ring-opacity))
}
.ring-secondary-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(13, 163, 72, var(--tw-ring-opacity))
}
.ring-secondary-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(9, 116, 51, var(--tw-ring-opacity))
}
.ring-secondary-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 68, 30, var(--tw-ring-opacity))
}
.ring-secondary-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(2, 21, 9, var(--tw-ring-opacity))
}
.ring-secondary {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 210, 93, var(--tw-ring-opacity))
}
.ring-accent-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity))
}
.ring-accent-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity))
}
.ring-accent-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity))
}
.ring-accent-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity))
}
.ring-accent-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity))
}
.ring-accent-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity))
}
.ring-accent-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity))
}
.ring-accent-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity))
}
.ring-accent-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity))
}
.ring-accent-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity))
}
.ring-shade-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(58, 58, 49, var(--tw-ring-opacity))
}
.ring-shade-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(45, 47, 53, var(--tw-ring-opacity))
}
.ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity))
}
.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity))
}
.ring-gray-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity))
}
.ring-gray-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity))
}
.ring-gray-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity))
}
.ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity))
}
.ring-gray-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity))
}
.ring-gray-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity))
}
.ring-gray-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity))
}
.ring-gray-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity))
}
.ring-gray-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity))
}
.ring-gray-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity))
}
.ring-brand-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity))
}
.ring-brand-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity))
}
.ring-brand-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity))
}
.ring-brand-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity))
}
.ring-brand-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity))
}
.ring-brand-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity))
}
.ring-brand-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity))
}
.ring-brand-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity))
}
.ring-brand-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity))
}
.ring-brand-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity))
}
.ring-transparent {
  --tw-ring-color: transparent
}
.ring-current {
  --tw-ring-color: currentColor
}
.focus-within\:ring-primary-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity))
}
.focus-within\:ring-primary-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity))
}
.focus-within\:ring-primary-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 246, 226, var(--tw-ring-opacity))
}
.focus-within\:ring-primary-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 230, 175, var(--tw-ring-opacity))
}
.focus-within\:ring-primary-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 213, 124, var(--tw-ring-opacity))
}
.focus-within\:ring-primary-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 197, 73, var(--tw-ring-opacity))
}
.focus-within\:ring-primary-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 181, 22, var(--tw-ring-opacity))
}
.focus-within\:ring-primary-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(226, 154, 0, var(--tw-ring-opacity))
}
.focus-within\:ring-primary-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(175, 119, 0, var(--tw-ring-opacity))
}
.focus-within\:ring-primary-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 84, 0, var(--tw-ring-opacity))
}
.focus-within\:ring-primary:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 197, 73, var(--tw-ring-opacity))
}
.focus-within\:ring-secondary-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(206, 251, 223, var(--tw-ring-opacity))
}
.focus-within\:ring-secondary-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(182, 249, 208, var(--tw-ring-opacity))
}
.focus-within\:ring-secondary-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(135, 245, 178, var(--tw-ring-opacity))
}
.focus-within\:ring-secondary-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(88, 241, 148, var(--tw-ring-opacity))
}
.focus-within\:ring-secondary-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(40, 238, 118, var(--tw-ring-opacity))
}
.focus-within\:ring-secondary-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 210, 93, var(--tw-ring-opacity))
}
.focus-within\:ring-secondary-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(13, 163, 72, var(--tw-ring-opacity))
}
.focus-within\:ring-secondary-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(9, 116, 51, var(--tw-ring-opacity))
}
.focus-within\:ring-secondary-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 68, 30, var(--tw-ring-opacity))
}
.focus-within\:ring-secondary-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(2, 21, 9, var(--tw-ring-opacity))
}
.focus-within\:ring-secondary:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 210, 93, var(--tw-ring-opacity))
}
.focus-within\:ring-accent-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity))
}
.focus-within\:ring-accent-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity))
}
.focus-within\:ring-accent-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity))
}
.focus-within\:ring-accent-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity))
}
.focus-within\:ring-accent-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity))
}
.focus-within\:ring-accent-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity))
}
.focus-within\:ring-accent-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity))
}
.focus-within\:ring-accent-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity))
}
.focus-within\:ring-accent-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity))
}
.focus-within\:ring-accent-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity))
}
.focus-within\:ring-shade-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(58, 58, 49, var(--tw-ring-opacity))
}
.focus-within\:ring-shade-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(45, 47, 53, var(--tw-ring-opacity))
}
.focus-within\:ring-white:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity))
}
.focus-within\:ring-black:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity))
}
.focus-within\:ring-gray-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity))
}
.focus-within\:ring-gray-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity))
}
.focus-within\:ring-gray-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity))
}
.focus-within\:ring-gray-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity))
}
.focus-within\:ring-gray-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity))
}
.focus-within\:ring-gray-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity))
}
.focus-within\:ring-gray-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity))
}
.focus-within\:ring-gray-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity))
}
.focus-within\:ring-gray-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity))
}
.focus-within\:ring-gray-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity))
}
.focus-within\:ring-brand-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity))
}
.focus-within\:ring-brand-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity))
}
.focus-within\:ring-brand-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity))
}
.focus-within\:ring-brand-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity))
}
.focus-within\:ring-brand-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity))
}
.focus-within\:ring-brand-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity))
}
.focus-within\:ring-brand-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity))
}
.focus-within\:ring-brand-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity))
}
.focus-within\:ring-brand-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity))
}
.focus-within\:ring-brand-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity))
}
.focus-within\:ring-transparent:focus-within {
  --tw-ring-color: transparent
}
.focus-within\:ring-current:focus-within {
  --tw-ring-color: currentColor
}
.focus\:ring-primary-50:focus, .focus\:ring-primary-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity))
}
.focus\:ring-primary-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 246, 226, var(--tw-ring-opacity))
}
.focus\:ring-primary-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 230, 175, var(--tw-ring-opacity))
}
.focus\:ring-primary-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 213, 124, var(--tw-ring-opacity))
}
.focus\:ring-primary-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 197, 73, var(--tw-ring-opacity))
}
.focus\:ring-primary-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 181, 22, var(--tw-ring-opacity))
}
.focus\:ring-primary-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(226, 154, 0, var(--tw-ring-opacity))
}
.focus\:ring-primary-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(175, 119, 0, var(--tw-ring-opacity))
}
.focus\:ring-primary-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 84, 0, var(--tw-ring-opacity))
}
.focus\:ring-primary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 197, 73, var(--tw-ring-opacity))
}
.focus\:ring-secondary-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(206, 251, 223, var(--tw-ring-opacity))
}
.focus\:ring-secondary-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(182, 249, 208, var(--tw-ring-opacity))
}
.focus\:ring-secondary-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(135, 245, 178, var(--tw-ring-opacity))
}
.focus\:ring-secondary-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(88, 241, 148, var(--tw-ring-opacity))
}
.focus\:ring-secondary-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(40, 238, 118, var(--tw-ring-opacity))
}
.focus\:ring-secondary-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 210, 93, var(--tw-ring-opacity))
}
.focus\:ring-secondary-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(13, 163, 72, var(--tw-ring-opacity))
}
.focus\:ring-secondary-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(9, 116, 51, var(--tw-ring-opacity))
}
.focus\:ring-secondary-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 68, 30, var(--tw-ring-opacity))
}
.focus\:ring-secondary-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(2, 21, 9, var(--tw-ring-opacity))
}
.focus\:ring-secondary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 210, 93, var(--tw-ring-opacity))
}
.focus\:ring-accent-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity))
}
.focus\:ring-accent-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity))
}
.focus\:ring-accent-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity))
}
.focus\:ring-accent-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity))
}
.focus\:ring-accent-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity))
}
.focus\:ring-accent-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity))
}
.focus\:ring-accent-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity))
}
.focus\:ring-accent-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity))
}
.focus\:ring-accent-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity))
}
.focus\:ring-accent-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity))
}
.focus\:ring-shade-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(58, 58, 49, var(--tw-ring-opacity))
}
.focus\:ring-shade-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(45, 47, 53, var(--tw-ring-opacity))
}
.focus\:ring-white:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity))
}
.focus\:ring-black:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity))
}
.focus\:ring-gray-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity))
}
.focus\:ring-gray-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity))
}
.focus\:ring-gray-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity))
}
.focus\:ring-gray-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity))
}
.focus\:ring-gray-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity))
}
.focus\:ring-gray-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity))
}
.focus\:ring-gray-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity))
}
.focus\:ring-gray-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity))
}
.focus\:ring-gray-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity))
}
.focus\:ring-gray-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity))
}
.focus\:ring-brand-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity))
}
.focus\:ring-brand-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity))
}
.focus\:ring-brand-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity))
}
.focus\:ring-brand-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity))
}
.focus\:ring-brand-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity))
}
.focus\:ring-brand-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity))
}
.focus\:ring-brand-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity))
}
.focus\:ring-brand-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity))
}
.focus\:ring-brand-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity))
}
.focus\:ring-brand-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity))
}
.focus\:ring-transparent:focus {
  --tw-ring-color: transparent
}
.focus\:ring-current:focus {
  --tw-ring-color: currentColor
}
.ring-opacity-0 {
  --tw-ring-opacity: 0
}
.ring-opacity-5 {
  --tw-ring-opacity: 0.05
}
.ring-opacity-10 {
  --tw-ring-opacity: 0.1
}
.ring-opacity-20 {
  --tw-ring-opacity: 0.2
}
.ring-opacity-25 {
  --tw-ring-opacity: 0.25
}
.ring-opacity-30 {
  --tw-ring-opacity: 0.3
}
.ring-opacity-40 {
  --tw-ring-opacity: 0.4
}
.ring-opacity-50 {
  --tw-ring-opacity: 0.5
}
.ring-opacity-60 {
  --tw-ring-opacity: 0.6
}
.ring-opacity-70 {
  --tw-ring-opacity: 0.7
}
.ring-opacity-75 {
  --tw-ring-opacity: 0.75
}
.ring-opacity-80 {
  --tw-ring-opacity: 0.8
}
.ring-opacity-90 {
  --tw-ring-opacity: 0.9
}
.ring-opacity-95 {
  --tw-ring-opacity: 0.95
}
.ring-opacity-100 {
  --tw-ring-opacity: 1
}
.focus-within\:ring-opacity-0:focus-within {
  --tw-ring-opacity: 0
}
.focus-within\:ring-opacity-5:focus-within {
  --tw-ring-opacity: 0.05
}
.focus-within\:ring-opacity-10:focus-within {
  --tw-ring-opacity: 0.1
}
.focus-within\:ring-opacity-20:focus-within {
  --tw-ring-opacity: 0.2
}
.focus-within\:ring-opacity-25:focus-within {
  --tw-ring-opacity: 0.25
}
.focus-within\:ring-opacity-30:focus-within {
  --tw-ring-opacity: 0.3
}
.focus-within\:ring-opacity-40:focus-within {
  --tw-ring-opacity: 0.4
}
.focus-within\:ring-opacity-50:focus-within {
  --tw-ring-opacity: 0.5
}
.focus-within\:ring-opacity-60:focus-within {
  --tw-ring-opacity: 0.6
}
.focus-within\:ring-opacity-70:focus-within {
  --tw-ring-opacity: 0.7
}
.focus-within\:ring-opacity-75:focus-within {
  --tw-ring-opacity: 0.75
}
.focus-within\:ring-opacity-80:focus-within {
  --tw-ring-opacity: 0.8
}
.focus-within\:ring-opacity-90:focus-within {
  --tw-ring-opacity: 0.9
}
.focus-within\:ring-opacity-95:focus-within {
  --tw-ring-opacity: 0.95
}
.focus-within\:ring-opacity-100:focus-within {
  --tw-ring-opacity: 1
}
.focus\:ring-opacity-0:focus {
  --tw-ring-opacity: 0
}
.focus\:ring-opacity-5:focus {
  --tw-ring-opacity: 0.05
}
.focus\:ring-opacity-10:focus {
  --tw-ring-opacity: 0.1
}
.focus\:ring-opacity-20:focus {
  --tw-ring-opacity: 0.2
}
.focus\:ring-opacity-25:focus {
  --tw-ring-opacity: 0.25
}
.focus\:ring-opacity-30:focus {
  --tw-ring-opacity: 0.3
}
.focus\:ring-opacity-40:focus {
  --tw-ring-opacity: 0.4
}
.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5
}
.focus\:ring-opacity-60:focus {
  --tw-ring-opacity: 0.6
}
.focus\:ring-opacity-70:focus {
  --tw-ring-opacity: 0.7
}
.focus\:ring-opacity-75:focus {
  --tw-ring-opacity: 0.75
}
.focus\:ring-opacity-80:focus {
  --tw-ring-opacity: 0.8
}
.focus\:ring-opacity-90:focus {
  --tw-ring-opacity: 0.9
}
.focus\:ring-opacity-95:focus {
  --tw-ring-opacity: 0.95
}
.focus\:ring-opacity-100:focus {
  --tw-ring-opacity: 1
}
.fill-current {
  fill: currentColor
}
.stroke-current {
  stroke: currentColor
}
.stroke-0 {
  stroke-width: 0
}
.stroke-1 {
  stroke-width: 1
}
.stroke-2 {
  stroke-width: 2
}
.table-auto {
  table-layout: auto
}
.table-fixed {
  table-layout: fixed
}
.text-left {
  text-align: left
}
.text-center {
  text-align: center
}
.text-right {
  text-align: right
}
.text-justify {
  text-align: justify
}
.text-primary-50, .text-primary-100 {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}
.text-primary-200 {
  --tw-text-opacity: 1;
  color: rgba(255, 246, 226, var(--tw-text-opacity))
}
.text-primary-300 {
  --tw-text-opacity: 1;
  color: rgba(255, 230, 175, var(--tw-text-opacity))
}
.text-primary-400 {
  --tw-text-opacity: 1;
  color: rgba(255, 213, 124, var(--tw-text-opacity))
}
.text-primary-500 {
  --tw-text-opacity: 1;
  color: rgba(255, 197, 73, var(--tw-text-opacity))
}
.text-primary-600 {
  --tw-text-opacity: 1;
  color: rgba(255, 181, 22, var(--tw-text-opacity))
}
.text-primary-700 {
  --tw-text-opacity: 1;
  color: rgba(226, 154, 0, var(--tw-text-opacity))
}
.text-primary-800 {
  --tw-text-opacity: 1;
  color: rgba(175, 119, 0, var(--tw-text-opacity))
}
.text-primary-900 {
  --tw-text-opacity: 1;
  color: rgba(124, 84, 0, var(--tw-text-opacity))
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgba(255, 197, 73, var(--tw-text-opacity))
}
.text-secondary-50 {
  --tw-text-opacity: 1;
  color: rgba(206, 251, 223, var(--tw-text-opacity))
}
.text-secondary-100 {
  --tw-text-opacity: 1;
  color: rgba(182, 249, 208, var(--tw-text-opacity))
}
.text-secondary-200 {
  --tw-text-opacity: 1;
  color: rgba(135, 245, 178, var(--tw-text-opacity))
}
.text-secondary-300 {
  --tw-text-opacity: 1;
  color: rgba(88, 241, 148, var(--tw-text-opacity))
}
.text-secondary-400 {
  --tw-text-opacity: 1;
  color: rgba(40, 238, 118, var(--tw-text-opacity))
}
.text-secondary-500 {
  --tw-text-opacity: 1;
  color: rgba(17, 210, 93, var(--tw-text-opacity))
}
.text-secondary-600 {
  --tw-text-opacity: 1;
  color: rgba(13, 163, 72, var(--tw-text-opacity))
}
.text-secondary-700 {
  --tw-text-opacity: 1;
  color: rgba(9, 116, 51, var(--tw-text-opacity))
}
.text-secondary-800 {
  --tw-text-opacity: 1;
  color: rgba(6, 68, 30, var(--tw-text-opacity))
}
.text-secondary-900 {
  --tw-text-opacity: 1;
  color: rgba(2, 21, 9, var(--tw-text-opacity))
}
.text-secondary {
  --tw-text-opacity: 1;
  color: rgba(17, 210, 93, var(--tw-text-opacity))
}
.text-accent-50 {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity))
}
.text-accent-100 {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity))
}
.text-accent-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity))
}
.text-accent-300 {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity))
}
.text-accent-400 {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity))
}
.text-accent-500 {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity))
}
.text-accent-600 {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity))
}
.text-accent-700 {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity))
}
.text-accent-800 {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity))
}
.text-accent-900 {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity))
}
.text-shade-500 {
  --tw-text-opacity: 1;
  color: rgba(58, 58, 49, var(--tw-text-opacity))
}
.text-shade-600 {
  --tw-text-opacity: 1;
  color: rgba(45, 47, 53, var(--tw-text-opacity))
}
.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}
.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity))
}
.text-gray-50 {
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity))
}
.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity))
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity))
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity))
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity))
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity))
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity))
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity))
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity))
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity))
}
.text-brand-50 {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity))
}
.text-brand-100 {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity))
}
.text-brand-200 {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity))
}
.text-brand-300 {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity))
}
.text-brand-400 {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity))
}
.text-brand-500 {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity))
}
.text-brand-600 {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity))
}
.text-brand-700 {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity))
}
.text-brand-800 {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity))
}
.text-brand-900 {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity))
}
.text-transparent {
  color: transparent
}
.text-current {
  color: currentColor
}
.group:hover .group-hover\:text-primary-50, .group:hover .group-hover\:text-primary-100 {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}
.group:hover .group-hover\:text-primary-200 {
  --tw-text-opacity: 1;
  color: rgba(255, 246, 226, var(--tw-text-opacity))
}
.group:hover .group-hover\:text-primary-300 {
  --tw-text-opacity: 1;
  color: rgba(255, 230, 175, var(--tw-text-opacity))
}
.group:hover .group-hover\:text-primary-400 {
  --tw-text-opacity: 1;
  color: rgba(255, 213, 124, var(--tw-text-opacity))
}
.group:hover .group-hover\:text-primary-500 {
  --tw-text-opacity: 1;
  color: rgba(255, 197, 73, var(--tw-text-opacity))
}
.group:hover .group-hover\:text-primary-600 {
  --tw-text-opacity: 1;
  color: rgba(255, 181, 22, var(--tw-text-opacity))
}
.group:hover .group-hover\:text-primary-700 {
  --tw-text-opacity: 1;
  color: rgba(226, 154, 0, var(--tw-text-opacity))
}
.group:hover .group-hover\:text-primary-800 {
  --tw-text-opacity: 1;
  color: rgba(175, 119, 0, var(--tw-text-opacity))
}
.group:hover .group-hover\:text-primary-900 {
  --tw-text-opacity: 1;
  color: rgba(124, 84, 0, var(--tw-text-opacity))
}
.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: rgba(255, 197, 73, var(--tw-text-opacity))
}
.group:hover .group-hover\:text-secondary-50 {
  --tw-text-opacity: 1;
  color: rgba(206, 251, 223, var(--tw-text-opacity))
}
.group:hover .group-hover\:text-secondary-100 {
  --tw-text-opacity: 1;
  color: rgba(182, 249, 208, var(--tw-text-opacity))
}
.group:hover .group-hover\:text-secondary-200 {
  --tw-text-opacity: 1;
  color: rgba(135, 245, 178, var(--tw-text-opacity))
}
.group:hover .group-hover\:text-secondary-300 {
  --tw-text-opacity: 1;
  color: rgba(88, 241, 148, var(--tw-text-opacity))
}
.group:hover .group-hover\:text-secondary-400 {
  --tw-text-opacity: 1;
  color: rgba(40, 238, 118, var(--tw-text-opacity))
}
.group:hover .group-hover\:text-secondary-500 {
  --tw-text-opacity: 1;
  color: rgba(17, 210, 93, var(--tw-text-opacity))
}
.group:hover .group-hover\:text-secondary-600 {
  --tw-text-opacity: 1;
  color: rgba(13, 163, 72, var(--tw-text-opacity))
}
.group:hover .group-hover\:text-secondary-700 {
  --tw-text-opacity: 1;
  color: rgba(9, 116, 51, var(--tw-text-opacity))
}
.group:hover .group-hover\:text-secondary-800 {
  --tw-text-opacity: 1;
  color: rgba(6, 68, 30, var(--tw-text-opacity))
}
.group:hover .group-hover\:text-secondary-900 {
  --tw-text-opacity: 1;
  color: rgba(2, 21, 9, var(--tw-text-opacity))
}
.group:hover .group-hover\:text-secondary {
  --tw-text-opacity: 1;
  color: rgba(17, 210, 93, var(--tw-text-opacity))
}
.group:hover .group-hover\:text-accent-50 {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity))
}
.group:hover .group-hover\:text-accent-100 {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity))
}
.group:hover .group-hover\:text-accent-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity))
}
.group:hover .group-hover\:text-accent-300 {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity))
}
.group:hover .group-hover\:text-accent-400 {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity))
}
.group:hover .group-hover\:text-accent-500 {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity))
}
.group:hover .group-hover\:text-accent-600 {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity))
}
.group:hover .group-hover\:text-accent-700 {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity))
}
.group:hover .group-hover\:text-accent-800 {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity))
}
.group:hover .group-hover\:text-accent-900 {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity))
}
.group:hover .group-hover\:text-shade-500 {
  --tw-text-opacity: 1;
  color: rgba(58, 58, 49, var(--tw-text-opacity))
}
.group:hover .group-hover\:text-shade-600 {
  --tw-text-opacity: 1;
  color: rgba(45, 47, 53, var(--tw-text-opacity))
}
.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}
.group:hover .group-hover\:text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity))
}
.group:hover .group-hover\:text-gray-50 {
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity))
}
.group:hover .group-hover\:text-gray-100 {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity))
}
.group:hover .group-hover\:text-gray-200 {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity))
}
.group:hover .group-hover\:text-gray-300 {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity))
}
.group:hover .group-hover\:text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity))
}
.group:hover .group-hover\:text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity))
}
.group:hover .group-hover\:text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity))
}
.group:hover .group-hover\:text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity))
}
.group:hover .group-hover\:text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity))
}
.group:hover .group-hover\:text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity))
}
.group:hover .group-hover\:text-brand-50 {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity))
}
.group:hover .group-hover\:text-brand-100 {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity))
}
.group:hover .group-hover\:text-brand-200 {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity))
}
.group:hover .group-hover\:text-brand-300 {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity))
}
.group:hover .group-hover\:text-brand-400 {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity))
}
.group:hover .group-hover\:text-brand-500 {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity))
}
.group:hover .group-hover\:text-brand-600 {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity))
}
.group:hover .group-hover\:text-brand-700 {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity))
}
.group:hover .group-hover\:text-brand-800 {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity))
}
.group:hover .group-hover\:text-brand-900 {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity))
}
.group:hover .group-hover\:text-transparent {
  color: transparent
}
.group:hover .group-hover\:text-current {
  color: currentColor
}
.focus-within\:text-primary-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}
.focus-within\:text-primary-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}
.focus-within\:text-primary-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 246, 226, var(--tw-text-opacity))
}
.focus-within\:text-primary-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 230, 175, var(--tw-text-opacity))
}
.focus-within\:text-primary-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 213, 124, var(--tw-text-opacity))
}
.focus-within\:text-primary-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 197, 73, var(--tw-text-opacity))
}
.focus-within\:text-primary-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 181, 22, var(--tw-text-opacity))
}
.focus-within\:text-primary-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(226, 154, 0, var(--tw-text-opacity))
}
.focus-within\:text-primary-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(175, 119, 0, var(--tw-text-opacity))
}
.focus-within\:text-primary-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(124, 84, 0, var(--tw-text-opacity))
}
.focus-within\:text-primary:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 197, 73, var(--tw-text-opacity))
}
.focus-within\:text-secondary-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(206, 251, 223, var(--tw-text-opacity))
}
.focus-within\:text-secondary-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(182, 249, 208, var(--tw-text-opacity))
}
.focus-within\:text-secondary-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(135, 245, 178, var(--tw-text-opacity))
}
.focus-within\:text-secondary-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(88, 241, 148, var(--tw-text-opacity))
}
.focus-within\:text-secondary-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(40, 238, 118, var(--tw-text-opacity))
}
.focus-within\:text-secondary-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(17, 210, 93, var(--tw-text-opacity))
}
.focus-within\:text-secondary-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(13, 163, 72, var(--tw-text-opacity))
}
.focus-within\:text-secondary-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(9, 116, 51, var(--tw-text-opacity))
}
.focus-within\:text-secondary-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(6, 68, 30, var(--tw-text-opacity))
}
.focus-within\:text-secondary-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(2, 21, 9, var(--tw-text-opacity))
}
.focus-within\:text-secondary:focus-within {
  --tw-text-opacity: 1;
  color: rgba(17, 210, 93, var(--tw-text-opacity))
}
.focus-within\:text-accent-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity))
}
.focus-within\:text-accent-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity))
}
.focus-within\:text-accent-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity))
}
.focus-within\:text-accent-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity))
}
.focus-within\:text-accent-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity))
}
.focus-within\:text-accent-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity))
}
.focus-within\:text-accent-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity))
}
.focus-within\:text-accent-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity))
}
.focus-within\:text-accent-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity))
}
.focus-within\:text-accent-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity))
}
.focus-within\:text-shade-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(58, 58, 49, var(--tw-text-opacity))
}
.focus-within\:text-shade-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(45, 47, 53, var(--tw-text-opacity))
}
.focus-within\:text-white:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}
.focus-within\:text-black:focus-within {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity))
}
.focus-within\:text-gray-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity))
}
.focus-within\:text-gray-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity))
}
.focus-within\:text-gray-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity))
}
.focus-within\:text-gray-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity))
}
.focus-within\:text-gray-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity))
}
.focus-within\:text-gray-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity))
}
.focus-within\:text-gray-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity))
}
.focus-within\:text-gray-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity))
}
.focus-within\:text-gray-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity))
}
.focus-within\:text-gray-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity))
}
.focus-within\:text-brand-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity))
}
.focus-within\:text-brand-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity))
}
.focus-within\:text-brand-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity))
}
.focus-within\:text-brand-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity))
}
.focus-within\:text-brand-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity))
}
.focus-within\:text-brand-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity))
}
.focus-within\:text-brand-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity))
}
.focus-within\:text-brand-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity))
}
.focus-within\:text-brand-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity))
}
.focus-within\:text-brand-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity))
}
.focus-within\:text-transparent:focus-within {
  color: transparent
}
.focus-within\:text-current:focus-within {
  color: currentColor
}
.hover\:text-primary-50:hover, .hover\:text-primary-100:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}
.hover\:text-primary-200:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 246, 226, var(--tw-text-opacity))
}
.hover\:text-primary-300:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 230, 175, var(--tw-text-opacity))
}
.hover\:text-primary-400:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 213, 124, var(--tw-text-opacity))
}
.hover\:text-primary-500:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 197, 73, var(--tw-text-opacity))
}
.hover\:text-primary-600:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 181, 22, var(--tw-text-opacity))
}
.hover\:text-primary-700:hover {
  --tw-text-opacity: 1;
  color: rgba(226, 154, 0, var(--tw-text-opacity))
}
.hover\:text-primary-800:hover {
  --tw-text-opacity: 1;
  color: rgba(175, 119, 0, var(--tw-text-opacity))
}
.hover\:text-primary-900:hover {
  --tw-text-opacity: 1;
  color: rgba(124, 84, 0, var(--tw-text-opacity))
}
.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 197, 73, var(--tw-text-opacity))
}
.hover\:text-secondary-50:hover {
  --tw-text-opacity: 1;
  color: rgba(206, 251, 223, var(--tw-text-opacity))
}
.hover\:text-secondary-100:hover {
  --tw-text-opacity: 1;
  color: rgba(182, 249, 208, var(--tw-text-opacity))
}
.hover\:text-secondary-200:hover {
  --tw-text-opacity: 1;
  color: rgba(135, 245, 178, var(--tw-text-opacity))
}
.hover\:text-secondary-300:hover {
  --tw-text-opacity: 1;
  color: rgba(88, 241, 148, var(--tw-text-opacity))
}
.hover\:text-secondary-400:hover {
  --tw-text-opacity: 1;
  color: rgba(40, 238, 118, var(--tw-text-opacity))
}
.hover\:text-secondary-500:hover {
  --tw-text-opacity: 1;
  color: rgba(17, 210, 93, var(--tw-text-opacity))
}
.hover\:text-secondary-600:hover {
  --tw-text-opacity: 1;
  color: rgba(13, 163, 72, var(--tw-text-opacity))
}
.hover\:text-secondary-700:hover {
  --tw-text-opacity: 1;
  color: rgba(9, 116, 51, var(--tw-text-opacity))
}
.hover\:text-secondary-800:hover {
  --tw-text-opacity: 1;
  color: rgba(6, 68, 30, var(--tw-text-opacity))
}
.hover\:text-secondary-900:hover {
  --tw-text-opacity: 1;
  color: rgba(2, 21, 9, var(--tw-text-opacity))
}
.hover\:text-secondary:hover {
  --tw-text-opacity: 1;
  color: rgba(17, 210, 93, var(--tw-text-opacity))
}
.hover\:text-accent-50:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity))
}
.hover\:text-accent-100:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity))
}
.hover\:text-accent-200:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity))
}
.hover\:text-accent-300:hover {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity))
}
.hover\:text-accent-400:hover {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity))
}
.hover\:text-accent-500:hover {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity))
}
.hover\:text-accent-600:hover {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity))
}
.hover\:text-accent-700:hover {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity))
}
.hover\:text-accent-800:hover {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity))
}
.hover\:text-accent-900:hover {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity))
}
.hover\:text-shade-500:hover {
  --tw-text-opacity: 1;
  color: rgba(58, 58, 49, var(--tw-text-opacity))
}
.hover\:text-shade-600:hover {
  --tw-text-opacity: 1;
  color: rgba(45, 47, 53, var(--tw-text-opacity))
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity))
}
.hover\:text-gray-50:hover {
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity))
}
.hover\:text-gray-100:hover {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity))
}
.hover\:text-gray-200:hover {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity))
}
.hover\:text-gray-300:hover {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity))
}
.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity))
}
.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity))
}
.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity))
}
.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity))
}
.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity))
}
.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity))
}
.hover\:text-brand-50:hover {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity))
}
.hover\:text-brand-100:hover {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity))
}
.hover\:text-brand-200:hover {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity))
}
.hover\:text-brand-300:hover {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity))
}
.hover\:text-brand-400:hover {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity))
}
.hover\:text-brand-500:hover {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity))
}
.hover\:text-brand-600:hover {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity))
}
.hover\:text-brand-700:hover {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity))
}
.hover\:text-brand-800:hover {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity))
}
.hover\:text-brand-900:hover {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity))
}
.hover\:text-transparent:hover {
  color: transparent
}
.hover\:text-current:hover {
  color: currentColor
}
.focus\:text-primary-50:focus, .focus\:text-primary-100:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}
.focus\:text-primary-200:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 246, 226, var(--tw-text-opacity))
}
.focus\:text-primary-300:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 230, 175, var(--tw-text-opacity))
}
.focus\:text-primary-400:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 213, 124, var(--tw-text-opacity))
}
.focus\:text-primary-500:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 197, 73, var(--tw-text-opacity))
}
.focus\:text-primary-600:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 181, 22, var(--tw-text-opacity))
}
.focus\:text-primary-700:focus {
  --tw-text-opacity: 1;
  color: rgba(226, 154, 0, var(--tw-text-opacity))
}
.focus\:text-primary-800:focus {
  --tw-text-opacity: 1;
  color: rgba(175, 119, 0, var(--tw-text-opacity))
}
.focus\:text-primary-900:focus {
  --tw-text-opacity: 1;
  color: rgba(124, 84, 0, var(--tw-text-opacity))
}
.focus\:text-primary:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 197, 73, var(--tw-text-opacity))
}
.focus\:text-secondary-50:focus {
  --tw-text-opacity: 1;
  color: rgba(206, 251, 223, var(--tw-text-opacity))
}
.focus\:text-secondary-100:focus {
  --tw-text-opacity: 1;
  color: rgba(182, 249, 208, var(--tw-text-opacity))
}
.focus\:text-secondary-200:focus {
  --tw-text-opacity: 1;
  color: rgba(135, 245, 178, var(--tw-text-opacity))
}
.focus\:text-secondary-300:focus {
  --tw-text-opacity: 1;
  color: rgba(88, 241, 148, var(--tw-text-opacity))
}
.focus\:text-secondary-400:focus {
  --tw-text-opacity: 1;
  color: rgba(40, 238, 118, var(--tw-text-opacity))
}
.focus\:text-secondary-500:focus {
  --tw-text-opacity: 1;
  color: rgba(17, 210, 93, var(--tw-text-opacity))
}
.focus\:text-secondary-600:focus {
  --tw-text-opacity: 1;
  color: rgba(13, 163, 72, var(--tw-text-opacity))
}
.focus\:text-secondary-700:focus {
  --tw-text-opacity: 1;
  color: rgba(9, 116, 51, var(--tw-text-opacity))
}
.focus\:text-secondary-800:focus {
  --tw-text-opacity: 1;
  color: rgba(6, 68, 30, var(--tw-text-opacity))
}
.focus\:text-secondary-900:focus {
  --tw-text-opacity: 1;
  color: rgba(2, 21, 9, var(--tw-text-opacity))
}
.focus\:text-secondary:focus {
  --tw-text-opacity: 1;
  color: rgba(17, 210, 93, var(--tw-text-opacity))
}
.focus\:text-accent-50:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity))
}
.focus\:text-accent-100:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity))
}
.focus\:text-accent-200:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity))
}
.focus\:text-accent-300:focus {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity))
}
.focus\:text-accent-400:focus {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity))
}
.focus\:text-accent-500:focus {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity))
}
.focus\:text-accent-600:focus {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity))
}
.focus\:text-accent-700:focus {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity))
}
.focus\:text-accent-800:focus {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity))
}
.focus\:text-accent-900:focus {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity))
}
.focus\:text-shade-500:focus {
  --tw-text-opacity: 1;
  color: rgba(58, 58, 49, var(--tw-text-opacity))
}
.focus\:text-shade-600:focus {
  --tw-text-opacity: 1;
  color: rgba(45, 47, 53, var(--tw-text-opacity))
}
.focus\:text-white:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}
.focus\:text-black:focus {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity))
}
.focus\:text-gray-50:focus {
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity))
}
.focus\:text-gray-100:focus {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity))
}
.focus\:text-gray-200:focus {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity))
}
.focus\:text-gray-300:focus {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity))
}
.focus\:text-gray-400:focus {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity))
}
.focus\:text-gray-500:focus {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity))
}
.focus\:text-gray-600:focus {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity))
}
.focus\:text-gray-700:focus {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity))
}
.focus\:text-gray-800:focus {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity))
}
.focus\:text-gray-900:focus {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity))
}
.focus\:text-brand-50:focus {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity))
}
.focus\:text-brand-100:focus {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity))
}
.focus\:text-brand-200:focus {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity))
}
.focus\:text-brand-300:focus {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity))
}
.focus\:text-brand-400:focus {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity))
}
.focus\:text-brand-500:focus {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity))
}
.focus\:text-brand-600:focus {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity))
}
.focus\:text-brand-700:focus {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity))
}
.focus\:text-brand-800:focus {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity))
}
.focus\:text-brand-900:focus {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity))
}
.focus\:text-transparent:focus {
  color: transparent
}
.focus\:text-current:focus {
  color: currentColor
}
.text-opacity-0 {
  --tw-text-opacity: 0
}
.text-opacity-5 {
  --tw-text-opacity: 0.05
}
.text-opacity-10 {
  --tw-text-opacity: 0.1
}
.text-opacity-20 {
  --tw-text-opacity: 0.2
}
.text-opacity-25 {
  --tw-text-opacity: 0.25
}
.text-opacity-30 {
  --tw-text-opacity: 0.3
}
.text-opacity-40 {
  --tw-text-opacity: 0.4
}
.text-opacity-50 {
  --tw-text-opacity: 0.5
}
.text-opacity-60 {
  --tw-text-opacity: 0.6
}
.text-opacity-70 {
  --tw-text-opacity: 0.7
}
.text-opacity-75 {
  --tw-text-opacity: 0.75
}
.text-opacity-80 {
  --tw-text-opacity: 0.8
}
.text-opacity-90 {
  --tw-text-opacity: 0.9
}
.text-opacity-95 {
  --tw-text-opacity: 0.95
}
.text-opacity-100 {
  --tw-text-opacity: 1
}
.group:hover .group-hover\:text-opacity-0 {
  --tw-text-opacity: 0
}
.group:hover .group-hover\:text-opacity-5 {
  --tw-text-opacity: 0.05
}
.group:hover .group-hover\:text-opacity-10 {
  --tw-text-opacity: 0.1
}
.group:hover .group-hover\:text-opacity-20 {
  --tw-text-opacity: 0.2
}
.group:hover .group-hover\:text-opacity-25 {
  --tw-text-opacity: 0.25
}
.group:hover .group-hover\:text-opacity-30 {
  --tw-text-opacity: 0.3
}
.group:hover .group-hover\:text-opacity-40 {
  --tw-text-opacity: 0.4
}
.group:hover .group-hover\:text-opacity-50 {
  --tw-text-opacity: 0.5
}
.group:hover .group-hover\:text-opacity-60 {
  --tw-text-opacity: 0.6
}
.group:hover .group-hover\:text-opacity-70 {
  --tw-text-opacity: 0.7
}
.group:hover .group-hover\:text-opacity-75 {
  --tw-text-opacity: 0.75
}
.group:hover .group-hover\:text-opacity-80 {
  --tw-text-opacity: 0.8
}
.group:hover .group-hover\:text-opacity-90 {
  --tw-text-opacity: 0.9
}
.group:hover .group-hover\:text-opacity-95 {
  --tw-text-opacity: 0.95
}
.group:hover .group-hover\:text-opacity-100 {
  --tw-text-opacity: 1
}
.focus-within\:text-opacity-0:focus-within {
  --tw-text-opacity: 0
}
.focus-within\:text-opacity-5:focus-within {
  --tw-text-opacity: 0.05
}
.focus-within\:text-opacity-10:focus-within {
  --tw-text-opacity: 0.1
}
.focus-within\:text-opacity-20:focus-within {
  --tw-text-opacity: 0.2
}
.focus-within\:text-opacity-25:focus-within {
  --tw-text-opacity: 0.25
}
.focus-within\:text-opacity-30:focus-within {
  --tw-text-opacity: 0.3
}
.focus-within\:text-opacity-40:focus-within {
  --tw-text-opacity: 0.4
}
.focus-within\:text-opacity-50:focus-within {
  --tw-text-opacity: 0.5
}
.focus-within\:text-opacity-60:focus-within {
  --tw-text-opacity: 0.6
}
.focus-within\:text-opacity-70:focus-within {
  --tw-text-opacity: 0.7
}
.focus-within\:text-opacity-75:focus-within {
  --tw-text-opacity: 0.75
}
.focus-within\:text-opacity-80:focus-within {
  --tw-text-opacity: 0.8
}
.focus-within\:text-opacity-90:focus-within {
  --tw-text-opacity: 0.9
}
.focus-within\:text-opacity-95:focus-within {
  --tw-text-opacity: 0.95
}
.focus-within\:text-opacity-100:focus-within {
  --tw-text-opacity: 1
}
.hover\:text-opacity-0:hover {
  --tw-text-opacity: 0
}
.hover\:text-opacity-5:hover {
  --tw-text-opacity: 0.05
}
.hover\:text-opacity-10:hover {
  --tw-text-opacity: 0.1
}
.hover\:text-opacity-20:hover {
  --tw-text-opacity: 0.2
}
.hover\:text-opacity-25:hover {
  --tw-text-opacity: 0.25
}
.hover\:text-opacity-30:hover {
  --tw-text-opacity: 0.3
}
.hover\:text-opacity-40:hover {
  --tw-text-opacity: 0.4
}
.hover\:text-opacity-50:hover {
  --tw-text-opacity: 0.5
}
.hover\:text-opacity-60:hover {
  --tw-text-opacity: 0.6
}
.hover\:text-opacity-70:hover {
  --tw-text-opacity: 0.7
}
.hover\:text-opacity-75:hover {
  --tw-text-opacity: 0.75
}
.hover\:text-opacity-80:hover {
  --tw-text-opacity: 0.8
}
.hover\:text-opacity-90:hover {
  --tw-text-opacity: 0.9
}
.hover\:text-opacity-95:hover {
  --tw-text-opacity: 0.95
}
.hover\:text-opacity-100:hover {
  --tw-text-opacity: 1
}
.focus\:text-opacity-0:focus {
  --tw-text-opacity: 0
}
.focus\:text-opacity-5:focus {
  --tw-text-opacity: 0.05
}
.focus\:text-opacity-10:focus {
  --tw-text-opacity: 0.1
}
.focus\:text-opacity-20:focus {
  --tw-text-opacity: 0.2
}
.focus\:text-opacity-25:focus {
  --tw-text-opacity: 0.25
}
.focus\:text-opacity-30:focus {
  --tw-text-opacity: 0.3
}
.focus\:text-opacity-40:focus {
  --tw-text-opacity: 0.4
}
.focus\:text-opacity-50:focus {
  --tw-text-opacity: 0.5
}
.focus\:text-opacity-60:focus {
  --tw-text-opacity: 0.6
}
.focus\:text-opacity-70:focus {
  --tw-text-opacity: 0.7
}
.focus\:text-opacity-75:focus {
  --tw-text-opacity: 0.75
}
.focus\:text-opacity-80:focus {
  --tw-text-opacity: 0.8
}
.focus\:text-opacity-90:focus {
  --tw-text-opacity: 0.9
}
.focus\:text-opacity-95:focus {
  --tw-text-opacity: 0.95
}
.focus\:text-opacity-100:focus {
  --tw-text-opacity: 1
}
.truncate {
  overflow: hidden;
  white-space: nowrap
}
.overflow-ellipsis, .truncate {
  text-overflow: ellipsis
}
.overflow-clip {
  text-overflow: clip
}
.italic {
  font-style: italic
}
.not-italic {
  font-style: normal
}
.uppercase {
  text-transform: uppercase
}
.lowercase {
  text-transform: lowercase
}
.capitalize {
  text-transform: capitalize
}
.normal-case {
  text-transform: none
}
.underline {
  text-decoration: underline
}
.line-through {
  text-decoration: line-through
}
.no-underline {
  text-decoration: none
}
.group:hover .group-hover\:underline {
  text-decoration: underline
}
.group:hover .group-hover\:line-through {
  text-decoration: line-through
}
.group:hover .group-hover\:no-underline {
  text-decoration: none
}
.focus-within\:underline:focus-within {
  text-decoration: underline
}
.focus-within\:line-through:focus-within {
  text-decoration: line-through
}
.focus-within\:no-underline:focus-within {
  text-decoration: none
}
.hover\:underline:hover {
  text-decoration: underline
}
.hover\:line-through:hover {
  text-decoration: line-through
}
.hover\:no-underline:hover {
  text-decoration: none
}
.focus\:underline:focus {
  text-decoration: underline
}
.focus\:line-through:focus {
  text-decoration: line-through
}
.focus\:no-underline:focus {
  text-decoration: none
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto
}
.diagonal-fractions, .lining-nums, .oldstyle-nums, .ordinal, .proportional-nums, .slashed-zero, .stacked-fractions, .tabular-nums {
  --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)
}
.normal-nums {
  font-variant-numeric: normal
}
.ordinal {
  --tw-ordinal: ordinal
}
.slashed-zero {
  --tw-slashed-zero: slashed-zero
}
.lining-nums {
  --tw-numeric-figure: lining-nums
}
.oldstyle-nums {
  --tw-numeric-figure: oldstyle-nums
}
.proportional-nums {
  --tw-numeric-spacing: proportional-nums
}
.tabular-nums {
  --tw-numeric-spacing: tabular-nums
}
.diagonal-fractions {
  --tw-numeric-fraction: diagonal-fractions
}
.stacked-fractions {
  --tw-numeric-fraction: stacked-fractions
}
.tracking-tighter {
  letter-spacing: -.05em
}
.tracking-tight {
  letter-spacing: -.025em
}
.tracking-normal {
  letter-spacing: 0
}
.tracking-wide {
  letter-spacing: .025em
}
.tracking-wider {
  letter-spacing: .05em
}
.tracking-widest {
  letter-spacing: .1em
}
.select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.select-text {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text
}
.select-all {
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all
}
.select-auto {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto
}
.align-baseline {
  vertical-align: baseline
}
.align-top {
  vertical-align: top
}
.align-middle {
  vertical-align: middle
}
.align-bottom {
  vertical-align: bottom
}
.align-text-top {
  vertical-align: text-top
}
.align-text-bottom {
  vertical-align: text-bottom
}
.visible {
  visibility: visible
}
.invisible {
  visibility: hidden
}
.whitespace-normal {
  white-space: normal
}
.whitespace-nowrap {
  white-space: nowrap
}
.whitespace-pre {
  white-space: pre
}
.whitespace-pre-line {
  white-space: pre-line
}
.whitespace-pre-wrap {
  white-space: pre-wrap
}
.break-normal {
  overflow-wrap: normal;
  word-break: normal
}
.break-words {
  overflow-wrap: break-word
}
.break-all {
  word-break: break-all
}
.w-0 {
  width: 0
}
.w-1 {
  width: 3px
}
.w-2 {
  width: 6px
}
.w-3 {
  width: 9px
}
.w-4 {
  width: 12px
}
.w-5 {
  width: 15px
}
.w-6 {
  width: 18px
}
.w-7 {
  width: 21px
}
.w-8 {
  width: 24px
}
.w-9 {
  width: 27px
}
.w-10 {
  width: 30px
}
.w-11 {
  width: 33px
}
.w-12 {
  width: 36px
}
.w-14 {
  width: 42px
}
.w-16 {
  width: 48px
}
.w-18 {
  width: 54px
}
.w-20 {
  width: 60px
}
.w-24 {
  width: 72px
}
.w-28 {
  width: 84px
}
.w-32 {
  width: 96px
}
.w-36 {
  width: 108px
}
.w-40 {
  width: 120px
}
.w-44 {
  width: 132px
}
.w-48 {
  width: 144px
}
.w-52 {
  width: 156px
}
.w-56 {
  width: 168px
}
.w-60 {
  width: 180px
}
.w-64 {
  width: 192px
}
.w-72 {
  width: 216px
}
.w-80 {
  width: 240px
}
.w-96 {
  width: 288px
}
.w-auto {
  width: auto
}
.w-px {
  width: 1px
}
.w-0\.5 {
  width: 1.5px
}
.w-1\.5 {
  width: 4.5px
}
.w-2\.5 {
  width: 7.5px
}
.w-3\.5 {
  width: 10.5px
}
.w-1\/2 {
  width: 50%
}
.w-1\/3 {
  width: 33.333333%
}
.w-2\/3 {
  width: 66.666667%
}
.w-1\/4 {
  width: 25%
}
.w-2\/4 {
  width: 50%
}
.w-3\/4 {
  width: 75%
}
.w-1\/5 {
  width: 20%
}
.w-2\/5 {
  width: 40%
}
.w-3\/5 {
  width: 60%
}
.w-4\/5 {
  width: 80%
}
.w-1\/6 {
  width: 16.666667%
}
.w-2\/6 {
  width: 33.333333%
}
.w-3\/6 {
  width: 50%
}
.w-4\/6 {
  width: 66.666667%
}
.w-5\/6 {
  width: 83.333333%
}
.w-1\/12 {
  width: 8.333333%
}
.w-2\/12 {
  width: 16.666667%
}
.w-3\/12 {
  width: 25%
}
.w-4\/12 {
  width: 33.333333%
}
.w-5\/12 {
  width: 41.666667%
}
.w-6\/12 {
  width: 50%
}
.w-7\/12 {
  width: 58.333333%
}
.w-8\/12 {
  width: 66.666667%
}
.w-9\/12 {
  width: 75%
}
.w-10\/12 {
  width: 83.333333%
}
.w-11\/12 {
  width: 91.666667%
}
.w-full {
  width: 100%
}
.w-screen {
  width: 100vw
}
.w-min {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content
}
.w-max {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content
}
.z-0 {
  z-index: 0
}
.z-10 {
  z-index: 10
}
.z-20 {
  z-index: 20
}
.z-30 {
  z-index: 30
}
.z-40 {
  z-index: 40
}
.z-50 {
  z-index: 50
}
.z-auto {
  z-index: auto
}
.focus-within\:z-0:focus-within {
  z-index: 0
}
.focus-within\:z-10:focus-within {
  z-index: 10
}
.focus-within\:z-20:focus-within {
  z-index: 20
}
.focus-within\:z-30:focus-within {
  z-index: 30
}
.focus-within\:z-40:focus-within {
  z-index: 40
}
.focus-within\:z-50:focus-within {
  z-index: 50
}
.focus-within\:z-auto:focus-within {
  z-index: auto
}
.focus\:z-0:focus {
  z-index: 0
}
.focus\:z-10:focus {
  z-index: 10
}
.focus\:z-20:focus {
  z-index: 20
}
.focus\:z-30:focus {
  z-index: 30
}
.focus\:z-40:focus {
  z-index: 40
}
.focus\:z-50:focus {
  z-index: 50
}
.focus\:z-auto:focus {
  z-index: auto
}
.isolate {
  isolation: isolate
}
.isolation-auto {
  isolation: auto
}
.gap-0 {
  gap: 0
}
.gap-1 {
  gap: 3px
}
.gap-2 {
  gap: 6px
}
.gap-3 {
  gap: 9px
}
.gap-4 {
  gap: 12px
}
.gap-5 {
  gap: 15px
}
.gap-6 {
  gap: 18px
}
.gap-7 {
  gap: 21px
}
.gap-8 {
  gap: 24px
}
.gap-9 {
  gap: 27px
}
.gap-10 {
  gap: 30px
}
.gap-11 {
  gap: 33px
}
.gap-12 {
  gap: 36px
}
.gap-14 {
  gap: 42px
}
.gap-16 {
  gap: 48px
}
.gap-18 {
  gap: 54px
}
.gap-20 {
  gap: 60px
}
.gap-24 {
  gap: 72px
}
.gap-28 {
  gap: 84px
}
.gap-32 {
  gap: 96px
}
.gap-36 {
  gap: 108px
}
.gap-40 {
  gap: 120px
}
.gap-44 {
  gap: 132px
}
.gap-48 {
  gap: 144px
}
.gap-52 {
  gap: 156px
}
.gap-56 {
  gap: 168px
}
.gap-60 {
  gap: 180px
}
.gap-64 {
  gap: 192px
}
.gap-72 {
  gap: 216px
}
.gap-80 {
  gap: 240px
}
.gap-96 {
  gap: 288px
}
.gap-px {
  gap: 1px
}
.gap-0\.5 {
  gap: 1.5px
}
.gap-1\.5 {
  gap: 4.5px
}
.gap-2\.5 {
  gap: 7.5px
}
.gap-3\.5 {
  gap: 10.5px
}
.gap-2\% {
  gap: 2%
}
.gap-4\% {
  gap: 4%
}
.gap-x-0 {
  -moz-column-gap: 0;
  column-gap: 0
}
.gap-x-1 {
  -moz-column-gap: 3px;
  column-gap: 3px
}
.gap-x-2 {
  -moz-column-gap: 6px;
  column-gap: 6px
}
.gap-x-3 {
  -moz-column-gap: 9px;
  column-gap: 9px
}
.gap-x-4 {
  -moz-column-gap: 12px;
  column-gap: 12px
}
.gap-x-5 {
  -moz-column-gap: 15px;
  column-gap: 15px
}
.gap-x-6 {
  -moz-column-gap: 18px;
  column-gap: 18px
}
.gap-x-7 {
  -moz-column-gap: 21px;
  column-gap: 21px
}
.gap-x-8 {
  -moz-column-gap: 24px;
  column-gap: 24px
}
.gap-x-9 {
  -moz-column-gap: 27px;
  column-gap: 27px
}
.gap-x-10 {
  -moz-column-gap: 30px;
  column-gap: 30px
}
.gap-x-11 {
  -moz-column-gap: 33px;
  column-gap: 33px
}
.gap-x-12 {
  -moz-column-gap: 36px;
  column-gap: 36px
}
.gap-x-14 {
  -moz-column-gap: 42px;
  column-gap: 42px
}
.gap-x-16 {
  -moz-column-gap: 48px;
  column-gap: 48px
}
.gap-x-18 {
  -moz-column-gap: 54px;
  column-gap: 54px
}
.gap-x-20 {
  -moz-column-gap: 60px;
  column-gap: 60px
}
.gap-x-24 {
  -moz-column-gap: 72px;
  column-gap: 72px
}
.gap-x-28 {
  -moz-column-gap: 84px;
  column-gap: 84px
}
.gap-x-32 {
  -moz-column-gap: 96px;
  column-gap: 96px
}
.gap-x-36 {
  -moz-column-gap: 108px;
  column-gap: 108px
}
.gap-x-40 {
  -moz-column-gap: 120px;
  column-gap: 120px
}
.gap-x-44 {
  -moz-column-gap: 132px;
  column-gap: 132px
}
.gap-x-48 {
  -moz-column-gap: 144px;
  column-gap: 144px
}
.gap-x-52 {
  -moz-column-gap: 156px;
  column-gap: 156px
}
.gap-x-56 {
  -moz-column-gap: 168px;
  column-gap: 168px
}
.gap-x-60 {
  -moz-column-gap: 180px;
  column-gap: 180px
}
.gap-x-64 {
  -moz-column-gap: 192px;
  column-gap: 192px
}
.gap-x-72 {
  -moz-column-gap: 216px;
  column-gap: 216px
}
.gap-x-80 {
  -moz-column-gap: 240px;
  column-gap: 240px
}
.gap-x-96 {
  -moz-column-gap: 288px;
  column-gap: 288px
}
.gap-x-px {
  -moz-column-gap: 1px;
  column-gap: 1px
}
.gap-x-0\.5 {
  -moz-column-gap: 1.5px;
  column-gap: 1.5px
}
.gap-x-1\.5 {
  -moz-column-gap: 4.5px;
  column-gap: 4.5px
}
.gap-x-2\.5 {
  -moz-column-gap: 7.5px;
  column-gap: 7.5px
}
.gap-x-3\.5 {
  -moz-column-gap: 10.5px;
  column-gap: 10.5px
}
.gap-x-2\% {
  -moz-column-gap: 2%;
  column-gap: 2%
}
.gap-x-4\% {
  -moz-column-gap: 4%;
  column-gap: 4%
}
.gap-y-0 {
  row-gap: 0
}
.gap-y-1 {
  row-gap: 3px
}
.gap-y-2 {
  row-gap: 6px
}
.gap-y-3 {
  row-gap: 9px
}
.gap-y-4 {
  row-gap: 12px
}
.gap-y-5 {
  row-gap: 15px
}
.gap-y-6 {
  row-gap: 18px
}
.gap-y-7 {
  row-gap: 21px
}
.gap-y-8 {
  row-gap: 24px
}
.gap-y-9 {
  row-gap: 27px
}
.gap-y-10 {
  row-gap: 30px
}
.gap-y-11 {
  row-gap: 33px
}
.gap-y-12 {
  row-gap: 36px
}
.gap-y-14 {
  row-gap: 42px
}
.gap-y-16 {
  row-gap: 48px
}
.gap-y-18 {
  row-gap: 54px
}
.gap-y-20 {
  row-gap: 60px
}
.gap-y-24 {
  row-gap: 72px
}
.gap-y-28 {
  row-gap: 84px
}
.gap-y-32 {
  row-gap: 96px
}
.gap-y-36 {
  row-gap: 108px
}
.gap-y-40 {
  row-gap: 120px
}
.gap-y-44 {
  row-gap: 132px
}
.gap-y-48 {
  row-gap: 144px
}
.gap-y-52 {
  row-gap: 156px
}
.gap-y-56 {
  row-gap: 168px
}
.gap-y-60 {
  row-gap: 180px
}
.gap-y-64 {
  row-gap: 192px
}
.gap-y-72 {
  row-gap: 216px
}
.gap-y-80 {
  row-gap: 240px
}
.gap-y-96 {
  row-gap: 288px
}
.gap-y-px {
  row-gap: 1px
}
.gap-y-0\.5 {
  row-gap: 1.5px
}
.gap-y-1\.5 {
  row-gap: 4.5px
}
.gap-y-2\.5 {
  row-gap: 7.5px
}
.gap-y-3\.5 {
  row-gap: 10.5px
}
.gap-y-2\% {
  row-gap: 2%
}
.gap-y-4\% {
  row-gap: 4%
}
.grid-flow-row {
  grid-auto-flow: row
}
.grid-flow-col {
  grid-auto-flow: column
}
.grid-flow-row-dense {
  grid-auto-flow: row dense
}
.grid-flow-col-dense {
  grid-auto-flow: column dense
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr))
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr))
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr))
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr))
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr))
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr))
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr))
}
.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr))
}
.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr))
}
.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr))
}
.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr))
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr))
}
.grid-cols-none {
  grid-template-columns: none
}
.grid-cols-purchase-lg {
  grid-template-columns: 261px minmax(0, 1fr)
}
.grid-cols-purchase {
  grid-template-columns: 150px minmax(0, 1fr)
}
.auto-cols-auto {
  grid-auto-columns: auto
}
.auto-cols-min {
  grid-auto-columns: -webkit-min-content;
  grid-auto-columns: min-content
}
.auto-cols-max {
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content
}
.auto-cols-fr {
  grid-auto-columns: minmax(0, 1fr)
}
.col-auto {
  grid-column: auto
}
.col-span-1 {
  grid-column: span 1/span 1
}
.col-span-2 {
  grid-column: span 2/span 2
}
.col-span-3 {
  grid-column: span 3/span 3
}
.col-span-4 {
  grid-column: span 4/span 4
}
.col-span-5 {
  grid-column: span 5/span 5
}
.col-span-6 {
  grid-column: span 6/span 6
}
.col-span-7 {
  grid-column: span 7/span 7
}
.col-span-8 {
  grid-column: span 8/span 8
}
.col-span-9 {
  grid-column: span 9/span 9
}
.col-span-10 {
  grid-column: span 10/span 10
}
.col-span-11 {
  grid-column: span 11/span 11
}
.col-span-12 {
  grid-column: span 12/span 12
}
.col-span-full {
  grid-column: 1/-1
}
.col-start-1 {
  grid-column-start: 1
}
.col-start-2 {
  grid-column-start: 2
}
.col-start-3 {
  grid-column-start: 3
}
.col-start-4 {
  grid-column-start: 4
}
.col-start-5 {
  grid-column-start: 5
}
.col-start-6 {
  grid-column-start: 6
}
.col-start-7 {
  grid-column-start: 7
}
.col-start-8 {
  grid-column-start: 8
}
.col-start-9 {
  grid-column-start: 9
}
.col-start-10 {
  grid-column-start: 10
}
.col-start-11 {
  grid-column-start: 11
}
.col-start-12 {
  grid-column-start: 12
}
.col-start-13 {
  grid-column-start: 13
}
.col-start-auto {
  grid-column-start: auto
}
.col-end-1 {
  grid-column-end: 1
}
.col-end-2 {
  grid-column-end: 2
}
.col-end-3 {
  grid-column-end: 3
}
.col-end-4 {
  grid-column-end: 4
}
.col-end-5 {
  grid-column-end: 5
}
.col-end-6 {
  grid-column-end: 6
}
.col-end-7 {
  grid-column-end: 7
}
.col-end-8 {
  grid-column-end: 8
}
.col-end-9 {
  grid-column-end: 9
}
.col-end-10 {
  grid-column-end: 10
}
.col-end-11 {
  grid-column-end: 11
}
.col-end-12 {
  grid-column-end: 12
}
.col-end-13 {
  grid-column-end: 13
}
.col-end-auto {
  grid-column-end: auto
}
.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr))
}
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr))
}
.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr))
}
.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr))
}
.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr))
}
.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr))
}
.grid-rows-none {
  grid-template-rows: none
}
.auto-rows-auto {
  grid-auto-rows: auto
}
.auto-rows-min {
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content
}
.auto-rows-max {
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content
}
.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr)
}
.row-auto {
  grid-row: auto
}
.row-span-1 {
  grid-row: span 1/span 1
}
.row-span-2 {
  grid-row: span 2/span 2
}
.row-span-3 {
  grid-row: span 3/span 3
}
.row-span-4 {
  grid-row: span 4/span 4
}
.row-span-5 {
  grid-row: span 5/span 5
}
.row-span-6 {
  grid-row: span 6/span 6
}
.row-span-full {
  grid-row: 1/-1
}
.row-start-1 {
  grid-row-start: 1
}
.row-start-2 {
  grid-row-start: 2
}
.row-start-3 {
  grid-row-start: 3
}
.row-start-4 {
  grid-row-start: 4
}
.row-start-5 {
  grid-row-start: 5
}
.row-start-6 {
  grid-row-start: 6
}
.row-start-7 {
  grid-row-start: 7
}
.row-start-auto {
  grid-row-start: auto
}
.row-end-1 {
  grid-row-end: 1
}
.row-end-2 {
  grid-row-end: 2
}
.row-end-3 {
  grid-row-end: 3
}
.row-end-4 {
  grid-row-end: 4
}
.row-end-5 {
  grid-row-end: 5
}
.row-end-6 {
  grid-row-end: 6
}
.row-end-7 {
  grid-row-end: 7
}
.row-end-auto {
  grid-row-end: auto
}
.transform {
  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))
}
.transform, .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-gpu {
  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))
}
.transform-none {
  transform: none
}
.origin-center {
  transform-origin: center
}
.origin-top {
  transform-origin: top
}
.origin-top-right {
  transform-origin: top right
}
.origin-right {
  transform-origin: right
}
.origin-bottom-right {
  transform-origin: bottom right
}
.origin-bottom {
  transform-origin: bottom
}
.origin-bottom-left {
  transform-origin: bottom left
}
.origin-left {
  transform-origin: left
}
.origin-top-left {
  transform-origin: top left
}
.scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0
}
.scale-50 {
  --tw-scale-x: .5;
  --tw-scale-y: .5
}
.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75
}
.scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1
}
.scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05
}
.scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1
}
.scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25
}
.scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5
}
.scale-x-0 {
  --tw-scale-x: 0
}
.scale-x-50 {
  --tw-scale-x: .5
}
.scale-x-75 {
  --tw-scale-x: .75
}
.scale-x-90 {
  --tw-scale-x: .9
}
.scale-x-95 {
  --tw-scale-x: .95
}
.scale-x-100 {
  --tw-scale-x: 1
}
.scale-x-105 {
  --tw-scale-x: 1.05
}
.scale-x-110 {
  --tw-scale-x: 1.1
}
.scale-x-125 {
  --tw-scale-x: 1.25
}
.scale-x-150 {
  --tw-scale-x: 1.5
}
.scale-y-0 {
  --tw-scale-y: 0
}
.scale-y-50 {
  --tw-scale-y: .5
}
.scale-y-75 {
  --tw-scale-y: .75
}
.scale-y-90 {
  --tw-scale-y: .9
}
.scale-y-95 {
  --tw-scale-y: .95
}
.scale-y-100 {
  --tw-scale-y: 1
}
.scale-y-105 {
  --tw-scale-y: 1.05
}
.scale-y-110 {
  --tw-scale-y: 1.1
}
.scale-y-125 {
  --tw-scale-y: 1.25
}
.scale-y-150 {
  --tw-scale-y: 1.5
}
.hover\:scale-0:hover {
  --tw-scale-x: 0;
  --tw-scale-y: 0
}
.hover\:scale-50:hover {
  --tw-scale-x: .5;
  --tw-scale-y: .5
}
.hover\:scale-75:hover {
  --tw-scale-x: .75;
  --tw-scale-y: .75
}
.hover\:scale-90:hover {
  --tw-scale-x: .9;
  --tw-scale-y: .9
}
.hover\:scale-95:hover {
  --tw-scale-x: .95;
  --tw-scale-y: .95
}
.hover\:scale-100:hover {
  --tw-scale-x: 1;
  --tw-scale-y: 1
}
.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05
}
.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1
}
.hover\:scale-125:hover {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25
}
.hover\:scale-150:hover {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5
}
.hover\:scale-x-0:hover {
  --tw-scale-x: 0
}
.hover\:scale-x-50:hover {
  --tw-scale-x: .5
}
.hover\:scale-x-75:hover {
  --tw-scale-x: .75
}
.hover\:scale-x-90:hover {
  --tw-scale-x: .9
}
.hover\:scale-x-95:hover {
  --tw-scale-x: .95
}
.hover\:scale-x-100:hover {
  --tw-scale-x: 1
}
.hover\:scale-x-105:hover {
  --tw-scale-x: 1.05
}
.hover\:scale-x-110:hover {
  --tw-scale-x: 1.1
}
.hover\:scale-x-125:hover {
  --tw-scale-x: 1.25
}
.hover\:scale-x-150:hover {
  --tw-scale-x: 1.5
}
.hover\:scale-y-0:hover {
  --tw-scale-y: 0
}
.hover\:scale-y-50:hover {
  --tw-scale-y: .5
}
.hover\:scale-y-75:hover {
  --tw-scale-y: .75
}
.hover\:scale-y-90:hover {
  --tw-scale-y: .9
}
.hover\:scale-y-95:hover {
  --tw-scale-y: .95
}
.hover\:scale-y-100:hover {
  --tw-scale-y: 1
}
.hover\:scale-y-105:hover {
  --tw-scale-y: 1.05
}
.hover\:scale-y-110:hover {
  --tw-scale-y: 1.1
}
.hover\:scale-y-125:hover {
  --tw-scale-y: 1.25
}
.hover\:scale-y-150:hover {
  --tw-scale-y: 1.5
}
.focus\:scale-0:focus {
  --tw-scale-x: 0;
  --tw-scale-y: 0
}
.focus\:scale-50:focus {
  --tw-scale-x: .5;
  --tw-scale-y: .5
}
.focus\:scale-75:focus {
  --tw-scale-x: .75;
  --tw-scale-y: .75
}
.focus\:scale-90:focus {
  --tw-scale-x: .9;
  --tw-scale-y: .9
}
.focus\:scale-95:focus {
  --tw-scale-x: .95;
  --tw-scale-y: .95
}
.focus\:scale-100:focus {
  --tw-scale-x: 1;
  --tw-scale-y: 1
}
.focus\:scale-105:focus {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05
}
.focus\:scale-110:focus {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1
}
.focus\:scale-125:focus {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25
}
.focus\:scale-150:focus {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5
}
.focus\:scale-x-0:focus {
  --tw-scale-x: 0
}
.focus\:scale-x-50:focus {
  --tw-scale-x: .5
}
.focus\:scale-x-75:focus {
  --tw-scale-x: .75
}
.focus\:scale-x-90:focus {
  --tw-scale-x: .9
}
.focus\:scale-x-95:focus {
  --tw-scale-x: .95
}
.focus\:scale-x-100:focus {
  --tw-scale-x: 1
}
.focus\:scale-x-105:focus {
  --tw-scale-x: 1.05
}
.focus\:scale-x-110:focus {
  --tw-scale-x: 1.1
}
.focus\:scale-x-125:focus {
  --tw-scale-x: 1.25
}
.focus\:scale-x-150:focus {
  --tw-scale-x: 1.5
}
.focus\:scale-y-0:focus {
  --tw-scale-y: 0
}
.focus\:scale-y-50:focus {
  --tw-scale-y: .5
}
.focus\:scale-y-75:focus {
  --tw-scale-y: .75
}
.focus\:scale-y-90:focus {
  --tw-scale-y: .9
}
.focus\:scale-y-95:focus {
  --tw-scale-y: .95
}
.focus\:scale-y-100:focus {
  --tw-scale-y: 1
}
.focus\:scale-y-105:focus {
  --tw-scale-y: 1.05
}
.focus\:scale-y-110:focus {
  --tw-scale-y: 1.1
}
.focus\:scale-y-125:focus {
  --tw-scale-y: 1.25
}
.focus\:scale-y-150:focus {
  --tw-scale-y: 1.5
}
.rotate-0 {
  --tw-rotate: 0deg
}
.rotate-1 {
  --tw-rotate: 1deg
}
.rotate-2 {
  --tw-rotate: 2deg
}
.rotate-3 {
  --tw-rotate: 3deg
}
.rotate-6 {
  --tw-rotate: 6deg
}
.rotate-12 {
  --tw-rotate: 12deg
}
.rotate-45 {
  --tw-rotate: 45deg
}
.rotate-90 {
  --tw-rotate: 90deg
}
.rotate-180 {
  --tw-rotate: 180deg
}
.-rotate-180 {
  --tw-rotate: -180deg
}
.-rotate-90 {
  --tw-rotate: -90deg
}
.-rotate-45 {
  --tw-rotate: -45deg
}
.-rotate-12 {
  --tw-rotate: -12deg
}
.-rotate-6 {
  --tw-rotate: -6deg
}
.-rotate-3 {
  --tw-rotate: -3deg
}
.-rotate-2 {
  --tw-rotate: -2deg
}
.-rotate-1 {
  --tw-rotate: -1deg
}
.hover\:rotate-0:hover {
  --tw-rotate: 0deg
}
.hover\:rotate-1:hover {
  --tw-rotate: 1deg
}
.hover\:rotate-2:hover {
  --tw-rotate: 2deg
}
.hover\:rotate-3:hover {
  --tw-rotate: 3deg
}
.hover\:rotate-6:hover {
  --tw-rotate: 6deg
}
.hover\:rotate-12:hover {
  --tw-rotate: 12deg
}
.hover\:rotate-45:hover {
  --tw-rotate: 45deg
}
.hover\:rotate-90:hover {
  --tw-rotate: 90deg
}
.hover\:rotate-180:hover {
  --tw-rotate: 180deg
}
.hover\:-rotate-180:hover {
  --tw-rotate: -180deg
}
.hover\:-rotate-90:hover {
  --tw-rotate: -90deg
}
.hover\:-rotate-45:hover {
  --tw-rotate: -45deg
}
.hover\:-rotate-12:hover {
  --tw-rotate: -12deg
}
.hover\:-rotate-6:hover {
  --tw-rotate: -6deg
}
.hover\:-rotate-3:hover {
  --tw-rotate: -3deg
}
.hover\:-rotate-2:hover {
  --tw-rotate: -2deg
}
.hover\:-rotate-1:hover {
  --tw-rotate: -1deg
}
.focus\:rotate-0:focus {
  --tw-rotate: 0deg
}
.focus\:rotate-1:focus {
  --tw-rotate: 1deg
}
.focus\:rotate-2:focus {
  --tw-rotate: 2deg
}
.focus\:rotate-3:focus {
  --tw-rotate: 3deg
}
.focus\:rotate-6:focus {
  --tw-rotate: 6deg
}
.focus\:rotate-12:focus {
  --tw-rotate: 12deg
}
.focus\:rotate-45:focus {
  --tw-rotate: 45deg
}
.focus\:rotate-90:focus {
  --tw-rotate: 90deg
}
.focus\:rotate-180:focus {
  --tw-rotate: 180deg
}
.focus\:-rotate-180:focus {
  --tw-rotate: -180deg
}
.focus\:-rotate-90:focus {
  --tw-rotate: -90deg
}
.focus\:-rotate-45:focus {
  --tw-rotate: -45deg
}
.focus\:-rotate-12:focus {
  --tw-rotate: -12deg
}
.focus\:-rotate-6:focus {
  --tw-rotate: -6deg
}
.focus\:-rotate-3:focus {
  --tw-rotate: -3deg
}
.focus\:-rotate-2:focus {
  --tw-rotate: -2deg
}
.focus\:-rotate-1:focus {
  --tw-rotate: -1deg
}
.translate-x-0 {
  --tw-translate-x: 0px
}
.translate-x-1 {
  --tw-translate-x: 3px
}
.translate-x-2 {
  --tw-translate-x: 6px
}
.translate-x-3 {
  --tw-translate-x: 9px
}
.translate-x-4 {
  --tw-translate-x: 12px
}
.translate-x-5 {
  --tw-translate-x: 15px
}
.translate-x-6 {
  --tw-translate-x: 18px
}
.translate-x-7 {
  --tw-translate-x: 21px
}
.translate-x-8 {
  --tw-translate-x: 24px
}
.translate-x-9 {
  --tw-translate-x: 27px
}
.translate-x-10 {
  --tw-translate-x: 30px
}
.translate-x-11 {
  --tw-translate-x: 33px
}
.translate-x-12 {
  --tw-translate-x: 36px
}
.translate-x-14 {
  --tw-translate-x: 42px
}
.translate-x-16 {
  --tw-translate-x: 48px
}
.translate-x-18 {
  --tw-translate-x: 54px
}
.translate-x-20 {
  --tw-translate-x: 60px
}
.translate-x-24 {
  --tw-translate-x: 72px
}
.translate-x-28 {
  --tw-translate-x: 84px
}
.translate-x-32 {
  --tw-translate-x: 96px
}
.translate-x-36 {
  --tw-translate-x: 108px
}
.translate-x-40 {
  --tw-translate-x: 120px
}
.translate-x-44 {
  --tw-translate-x: 132px
}
.translate-x-48 {
  --tw-translate-x: 144px
}
.translate-x-52 {
  --tw-translate-x: 156px
}
.translate-x-56 {
  --tw-translate-x: 168px
}
.translate-x-60 {
  --tw-translate-x: 180px
}
.translate-x-64 {
  --tw-translate-x: 192px
}
.translate-x-72 {
  --tw-translate-x: 216px
}
.translate-x-80 {
  --tw-translate-x: 240px
}
.translate-x-96 {
  --tw-translate-x: 288px
}
.translate-x-px {
  --tw-translate-x: 1px
}
.translate-x-0\.5 {
  --tw-translate-x: 1.5px
}
.translate-x-1\.5 {
  --tw-translate-x: 4.5px
}
.translate-x-2\.5 {
  --tw-translate-x: 7.5px
}
.translate-x-3\.5 {
  --tw-translate-x: 10.5px
}
.-translate-x-0 {
  --tw-translate-x: 0px
}
.-translate-x-1 {
  --tw-translate-x: -3px
}
.-translate-x-2 {
  --tw-translate-x: -6px
}
.-translate-x-3 {
  --tw-translate-x: -9px
}
.-translate-x-4 {
  --tw-translate-x: -12px
}
.-translate-x-5 {
  --tw-translate-x: -15px
}
.-translate-x-6 {
  --tw-translate-x: -18px
}
.-translate-x-7 {
  --tw-translate-x: -21px
}
.-translate-x-8 {
  --tw-translate-x: -24px
}
.-translate-x-9 {
  --tw-translate-x: -27px
}
.-translate-x-10 {
  --tw-translate-x: -30px
}
.-translate-x-11 {
  --tw-translate-x: -33px
}
.-translate-x-12 {
  --tw-translate-x: -36px
}
.-translate-x-14 {
  --tw-translate-x: -42px
}
.-translate-x-16 {
  --tw-translate-x: -48px
}
.-translate-x-18 {
  --tw-translate-x: -54px
}
.-translate-x-20 {
  --tw-translate-x: -60px
}
.-translate-x-24 {
  --tw-translate-x: -72px
}
.-translate-x-28 {
  --tw-translate-x: -84px
}
.-translate-x-32 {
  --tw-translate-x: -96px
}
.-translate-x-36 {
  --tw-translate-x: -108px
}
.-translate-x-40 {
  --tw-translate-x: -120px
}
.-translate-x-44 {
  --tw-translate-x: -132px
}
.-translate-x-48 {
  --tw-translate-x: -144px
}
.-translate-x-52 {
  --tw-translate-x: -156px
}
.-translate-x-56 {
  --tw-translate-x: -168px
}
.-translate-x-60 {
  --tw-translate-x: -180px
}
.-translate-x-64 {
  --tw-translate-x: -192px
}
.-translate-x-72 {
  --tw-translate-x: -216px
}
.-translate-x-80 {
  --tw-translate-x: -240px
}
.-translate-x-96 {
  --tw-translate-x: -288px
}
.-translate-x-px {
  --tw-translate-x: -1px
}
.-translate-x-0\.5 {
  --tw-translate-x: -1.5px
}
.-translate-x-1\.5 {
  --tw-translate-x: -4.5px
}
.-translate-x-2\.5 {
  --tw-translate-x: -7.5px
}
.-translate-x-3\.5 {
  --tw-translate-x: -10.5px
}
.translate-x-1\/2 {
  --tw-translate-x: 50%
}
.translate-x-1\/3 {
  --tw-translate-x: 33.333333%
}
.translate-x-2\/3 {
  --tw-translate-x: 66.666667%
}
.translate-x-1\/4 {
  --tw-translate-x: 25%
}
.translate-x-2\/4 {
  --tw-translate-x: 50%
}
.translate-x-3\/4 {
  --tw-translate-x: 75%
}
.translate-x-full {
  --tw-translate-x: 100%
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%
}
.-translate-x-1\/3 {
  --tw-translate-x: -33.333333%
}
.-translate-x-2\/3 {
  --tw-translate-x: -66.666667%
}
.-translate-x-1\/4 {
  --tw-translate-x: -25%
}
.-translate-x-2\/4 {
  --tw-translate-x: -50%
}
.-translate-x-3\/4 {
  --tw-translate-x: -75%
}
.-translate-x-full {
  --tw-translate-x: -100%
}
.translate-y-0 {
  --tw-translate-y: 0px
}
.translate-y-1 {
  --tw-translate-y: 3px
}
.translate-y-2 {
  --tw-translate-y: 6px
}
.translate-y-3 {
  --tw-translate-y: 9px
}
.translate-y-4 {
  --tw-translate-y: 12px
}
.translate-y-5 {
  --tw-translate-y: 15px
}
.translate-y-6 {
  --tw-translate-y: 18px
}
.translate-y-7 {
  --tw-translate-y: 21px
}
.translate-y-8 {
  --tw-translate-y: 24px
}
.translate-y-9 {
  --tw-translate-y: 27px
}
.translate-y-10 {
  --tw-translate-y: 30px
}
.translate-y-11 {
  --tw-translate-y: 33px
}
.translate-y-12 {
  --tw-translate-y: 36px
}
.translate-y-14 {
  --tw-translate-y: 42px
}
.translate-y-16 {
  --tw-translate-y: 48px
}
.translate-y-18 {
  --tw-translate-y: 54px
}
.translate-y-20 {
  --tw-translate-y: 60px
}
.translate-y-24 {
  --tw-translate-y: 72px
}
.translate-y-28 {
  --tw-translate-y: 84px
}
.translate-y-32 {
  --tw-translate-y: 96px
}
.translate-y-36 {
  --tw-translate-y: 108px
}
.translate-y-40 {
  --tw-translate-y: 120px
}
.translate-y-44 {
  --tw-translate-y: 132px
}
.translate-y-48 {
  --tw-translate-y: 144px
}
.translate-y-52 {
  --tw-translate-y: 156px
}
.translate-y-56 {
  --tw-translate-y: 168px
}
.translate-y-60 {
  --tw-translate-y: 180px
}
.translate-y-64 {
  --tw-translate-y: 192px
}
.translate-y-72 {
  --tw-translate-y: 216px
}
.translate-y-80 {
  --tw-translate-y: 240px
}
.translate-y-96 {
  --tw-translate-y: 288px
}
.translate-y-px {
  --tw-translate-y: 1px
}
.translate-y-0\.5 {
  --tw-translate-y: 1.5px
}
.translate-y-1\.5 {
  --tw-translate-y: 4.5px
}
.translate-y-2\.5 {
  --tw-translate-y: 7.5px
}
.translate-y-3\.5 {
  --tw-translate-y: 10.5px
}
.-translate-y-0 {
  --tw-translate-y: 0px
}
.-translate-y-1 {
  --tw-translate-y: -3px
}
.-translate-y-2 {
  --tw-translate-y: -6px
}
.-translate-y-3 {
  --tw-translate-y: -9px
}
.-translate-y-4 {
  --tw-translate-y: -12px
}
.-translate-y-5 {
  --tw-translate-y: -15px
}
.-translate-y-6 {
  --tw-translate-y: -18px
}
.-translate-y-7 {
  --tw-translate-y: -21px
}
.-translate-y-8 {
  --tw-translate-y: -24px
}
.-translate-y-9 {
  --tw-translate-y: -27px
}
.-translate-y-10 {
  --tw-translate-y: -30px
}
.-translate-y-11 {
  --tw-translate-y: -33px
}
.-translate-y-12 {
  --tw-translate-y: -36px
}
.-translate-y-14 {
  --tw-translate-y: -42px
}
.-translate-y-16 {
  --tw-translate-y: -48px
}
.-translate-y-18 {
  --tw-translate-y: -54px
}
.-translate-y-20 {
  --tw-translate-y: -60px
}
.-translate-y-24 {
  --tw-translate-y: -72px
}
.-translate-y-28 {
  --tw-translate-y: -84px
}
.-translate-y-32 {
  --tw-translate-y: -96px
}
.-translate-y-36 {
  --tw-translate-y: -108px
}
.-translate-y-40 {
  --tw-translate-y: -120px
}
.-translate-y-44 {
  --tw-translate-y: -132px
}
.-translate-y-48 {
  --tw-translate-y: -144px
}
.-translate-y-52 {
  --tw-translate-y: -156px
}
.-translate-y-56 {
  --tw-translate-y: -168px
}
.-translate-y-60 {
  --tw-translate-y: -180px
}
.-translate-y-64 {
  --tw-translate-y: -192px
}
.-translate-y-72 {
  --tw-translate-y: -216px
}
.-translate-y-80 {
  --tw-translate-y: -240px
}
.-translate-y-96 {
  --tw-translate-y: -288px
}
.-translate-y-px {
  --tw-translate-y: -1px
}
.-translate-y-0\.5 {
  --tw-translate-y: -1.5px
}
.-translate-y-1\.5 {
  --tw-translate-y: -4.5px
}
.-translate-y-2\.5 {
  --tw-translate-y: -7.5px
}
.-translate-y-3\.5 {
  --tw-translate-y: -10.5px
}
.translate-y-1\/2 {
  --tw-translate-y: 50%
}
.translate-y-1\/3 {
  --tw-translate-y: 33.333333%
}
.translate-y-2\/3 {
  --tw-translate-y: 66.666667%
}
.translate-y-1\/4 {
  --tw-translate-y: 25%
}
.translate-y-2\/4 {
  --tw-translate-y: 50%
}
.translate-y-3\/4 {
  --tw-translate-y: 75%
}
.translate-y-full {
  --tw-translate-y: 100%
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%
}
.-translate-y-1\/3 {
  --tw-translate-y: -33.333333%
}
.-translate-y-2\/3 {
  --tw-translate-y: -66.666667%
}
.-translate-y-1\/4 {
  --tw-translate-y: -25%
}
.-translate-y-2\/4 {
  --tw-translate-y: -50%
}
.-translate-y-3\/4 {
  --tw-translate-y: -75%
}
.-translate-y-full {
  --tw-translate-y: -100%
}
.hover\:translate-x-0:hover {
  --tw-translate-x: 0px
}
.hover\:translate-x-1:hover {
  --tw-translate-x: 3px
}
.hover\:translate-x-2:hover {
  --tw-translate-x: 6px
}
.hover\:translate-x-3:hover {
  --tw-translate-x: 9px
}
.hover\:translate-x-4:hover {
  --tw-translate-x: 12px
}
.hover\:translate-x-5:hover {
  --tw-translate-x: 15px
}
.hover\:translate-x-6:hover {
  --tw-translate-x: 18px
}
.hover\:translate-x-7:hover {
  --tw-translate-x: 21px
}
.hover\:translate-x-8:hover {
  --tw-translate-x: 24px
}
.hover\:translate-x-9:hover {
  --tw-translate-x: 27px
}
.hover\:translate-x-10:hover {
  --tw-translate-x: 30px
}
.hover\:translate-x-11:hover {
  --tw-translate-x: 33px
}
.hover\:translate-x-12:hover {
  --tw-translate-x: 36px
}
.hover\:translate-x-14:hover {
  --tw-translate-x: 42px
}
.hover\:translate-x-16:hover {
  --tw-translate-x: 48px
}
.hover\:translate-x-18:hover {
  --tw-translate-x: 54px
}
.hover\:translate-x-20:hover {
  --tw-translate-x: 60px
}
.hover\:translate-x-24:hover {
  --tw-translate-x: 72px
}
.hover\:translate-x-28:hover {
  --tw-translate-x: 84px
}
.hover\:translate-x-32:hover {
  --tw-translate-x: 96px
}
.hover\:translate-x-36:hover {
  --tw-translate-x: 108px
}
.hover\:translate-x-40:hover {
  --tw-translate-x: 120px
}
.hover\:translate-x-44:hover {
  --tw-translate-x: 132px
}
.hover\:translate-x-48:hover {
  --tw-translate-x: 144px
}
.hover\:translate-x-52:hover {
  --tw-translate-x: 156px
}
.hover\:translate-x-56:hover {
  --tw-translate-x: 168px
}
.hover\:translate-x-60:hover {
  --tw-translate-x: 180px
}
.hover\:translate-x-64:hover {
  --tw-translate-x: 192px
}
.hover\:translate-x-72:hover {
  --tw-translate-x: 216px
}
.hover\:translate-x-80:hover {
  --tw-translate-x: 240px
}
.hover\:translate-x-96:hover {
  --tw-translate-x: 288px
}
.hover\:translate-x-px:hover {
  --tw-translate-x: 1px
}
.hover\:translate-x-0\.5:hover {
  --tw-translate-x: 1.5px
}
.hover\:translate-x-1\.5:hover {
  --tw-translate-x: 4.5px
}
.hover\:translate-x-2\.5:hover {
  --tw-translate-x: 7.5px
}
.hover\:translate-x-3\.5:hover {
  --tw-translate-x: 10.5px
}
.hover\:-translate-x-0:hover {
  --tw-translate-x: 0px
}
.hover\:-translate-x-1:hover {
  --tw-translate-x: -3px
}
.hover\:-translate-x-2:hover {
  --tw-translate-x: -6px
}
.hover\:-translate-x-3:hover {
  --tw-translate-x: -9px
}
.hover\:-translate-x-4:hover {
  --tw-translate-x: -12px
}
.hover\:-translate-x-5:hover {
  --tw-translate-x: -15px
}
.hover\:-translate-x-6:hover {
  --tw-translate-x: -18px
}
.hover\:-translate-x-7:hover {
  --tw-translate-x: -21px
}
.hover\:-translate-x-8:hover {
  --tw-translate-x: -24px
}
.hover\:-translate-x-9:hover {
  --tw-translate-x: -27px
}
.hover\:-translate-x-10:hover {
  --tw-translate-x: -30px
}
.hover\:-translate-x-11:hover {
  --tw-translate-x: -33px
}
.hover\:-translate-x-12:hover {
  --tw-translate-x: -36px
}
.hover\:-translate-x-14:hover {
  --tw-translate-x: -42px
}
.hover\:-translate-x-16:hover {
  --tw-translate-x: -48px
}
.hover\:-translate-x-18:hover {
  --tw-translate-x: -54px
}
.hover\:-translate-x-20:hover {
  --tw-translate-x: -60px
}
.hover\:-translate-x-24:hover {
  --tw-translate-x: -72px
}
.hover\:-translate-x-28:hover {
  --tw-translate-x: -84px
}
.hover\:-translate-x-32:hover {
  --tw-translate-x: -96px
}
.hover\:-translate-x-36:hover {
  --tw-translate-x: -108px
}
.hover\:-translate-x-40:hover {
  --tw-translate-x: -120px
}
.hover\:-translate-x-44:hover {
  --tw-translate-x: -132px
}
.hover\:-translate-x-48:hover {
  --tw-translate-x: -144px
}
.hover\:-translate-x-52:hover {
  --tw-translate-x: -156px
}
.hover\:-translate-x-56:hover {
  --tw-translate-x: -168px
}
.hover\:-translate-x-60:hover {
  --tw-translate-x: -180px
}
.hover\:-translate-x-64:hover {
  --tw-translate-x: -192px
}
.hover\:-translate-x-72:hover {
  --tw-translate-x: -216px
}
.hover\:-translate-x-80:hover {
  --tw-translate-x: -240px
}
.hover\:-translate-x-96:hover {
  --tw-translate-x: -288px
}
.hover\:-translate-x-px:hover {
  --tw-translate-x: -1px
}
.hover\:-translate-x-0\.5:hover {
  --tw-translate-x: -1.5px
}
.hover\:-translate-x-1\.5:hover {
  --tw-translate-x: -4.5px
}
.hover\:-translate-x-2\.5:hover {
  --tw-translate-x: -7.5px
}
.hover\:-translate-x-3\.5:hover {
  --tw-translate-x: -10.5px
}
.hover\:translate-x-1\/2:hover {
  --tw-translate-x: 50%
}
.hover\:translate-x-1\/3:hover {
  --tw-translate-x: 33.333333%
}
.hover\:translate-x-2\/3:hover {
  --tw-translate-x: 66.666667%
}
.hover\:translate-x-1\/4:hover {
  --tw-translate-x: 25%
}
.hover\:translate-x-2\/4:hover {
  --tw-translate-x: 50%
}
.hover\:translate-x-3\/4:hover {
  --tw-translate-x: 75%
}
.hover\:translate-x-full:hover {
  --tw-translate-x: 100%
}
.hover\:-translate-x-1\/2:hover {
  --tw-translate-x: -50%
}
.hover\:-translate-x-1\/3:hover {
  --tw-translate-x: -33.333333%
}
.hover\:-translate-x-2\/3:hover {
  --tw-translate-x: -66.666667%
}
.hover\:-translate-x-1\/4:hover {
  --tw-translate-x: -25%
}
.hover\:-translate-x-2\/4:hover {
  --tw-translate-x: -50%
}
.hover\:-translate-x-3\/4:hover {
  --tw-translate-x: -75%
}
.hover\:-translate-x-full:hover {
  --tw-translate-x: -100%
}
.hover\:translate-y-0:hover {
  --tw-translate-y: 0px
}
.hover\:translate-y-1:hover {
  --tw-translate-y: 3px
}
.hover\:translate-y-2:hover {
  --tw-translate-y: 6px
}
.hover\:translate-y-3:hover {
  --tw-translate-y: 9px
}
.hover\:translate-y-4:hover {
  --tw-translate-y: 12px
}
.hover\:translate-y-5:hover {
  --tw-translate-y: 15px
}
.hover\:translate-y-6:hover {
  --tw-translate-y: 18px
}
.hover\:translate-y-7:hover {
  --tw-translate-y: 21px
}
.hover\:translate-y-8:hover {
  --tw-translate-y: 24px
}
.hover\:translate-y-9:hover {
  --tw-translate-y: 27px
}
.hover\:translate-y-10:hover {
  --tw-translate-y: 30px
}
.hover\:translate-y-11:hover {
  --tw-translate-y: 33px
}
.hover\:translate-y-12:hover {
  --tw-translate-y: 36px
}
.hover\:translate-y-14:hover {
  --tw-translate-y: 42px
}
.hover\:translate-y-16:hover {
  --tw-translate-y: 48px
}
.hover\:translate-y-18:hover {
  --tw-translate-y: 54px
}
.hover\:translate-y-20:hover {
  --tw-translate-y: 60px
}
.hover\:translate-y-24:hover {
  --tw-translate-y: 72px
}
.hover\:translate-y-28:hover {
  --tw-translate-y: 84px
}
.hover\:translate-y-32:hover {
  --tw-translate-y: 96px
}
.hover\:translate-y-36:hover {
  --tw-translate-y: 108px
}
.hover\:translate-y-40:hover {
  --tw-translate-y: 120px
}
.hover\:translate-y-44:hover {
  --tw-translate-y: 132px
}
.hover\:translate-y-48:hover {
  --tw-translate-y: 144px
}
.hover\:translate-y-52:hover {
  --tw-translate-y: 156px
}
.hover\:translate-y-56:hover {
  --tw-translate-y: 168px
}
.hover\:translate-y-60:hover {
  --tw-translate-y: 180px
}
.hover\:translate-y-64:hover {
  --tw-translate-y: 192px
}
.hover\:translate-y-72:hover {
  --tw-translate-y: 216px
}
.hover\:translate-y-80:hover {
  --tw-translate-y: 240px
}
.hover\:translate-y-96:hover {
  --tw-translate-y: 288px
}
.hover\:translate-y-px:hover {
  --tw-translate-y: 1px
}
.hover\:translate-y-0\.5:hover {
  --tw-translate-y: 1.5px
}
.hover\:translate-y-1\.5:hover {
  --tw-translate-y: 4.5px
}
.hover\:translate-y-2\.5:hover {
  --tw-translate-y: 7.5px
}
.hover\:translate-y-3\.5:hover {
  --tw-translate-y: 10.5px
}
.hover\:-translate-y-0:hover {
  --tw-translate-y: 0px
}
.hover\:-translate-y-1:hover {
  --tw-translate-y: -3px
}
.hover\:-translate-y-2:hover {
  --tw-translate-y: -6px
}
.hover\:-translate-y-3:hover {
  --tw-translate-y: -9px
}
.hover\:-translate-y-4:hover {
  --tw-translate-y: -12px
}
.hover\:-translate-y-5:hover {
  --tw-translate-y: -15px
}
.hover\:-translate-y-6:hover {
  --tw-translate-y: -18px
}
.hover\:-translate-y-7:hover {
  --tw-translate-y: -21px
}
.hover\:-translate-y-8:hover {
  --tw-translate-y: -24px
}
.hover\:-translate-y-9:hover {
  --tw-translate-y: -27px
}
.hover\:-translate-y-10:hover {
  --tw-translate-y: -30px
}
.hover\:-translate-y-11:hover {
  --tw-translate-y: -33px
}
.hover\:-translate-y-12:hover {
  --tw-translate-y: -36px
}
.hover\:-translate-y-14:hover {
  --tw-translate-y: -42px
}
.hover\:-translate-y-16:hover {
  --tw-translate-y: -48px
}
.hover\:-translate-y-18:hover {
  --tw-translate-y: -54px
}
.hover\:-translate-y-20:hover {
  --tw-translate-y: -60px
}
.hover\:-translate-y-24:hover {
  --tw-translate-y: -72px
}
.hover\:-translate-y-28:hover {
  --tw-translate-y: -84px
}
.hover\:-translate-y-32:hover {
  --tw-translate-y: -96px
}
.hover\:-translate-y-36:hover {
  --tw-translate-y: -108px
}
.hover\:-translate-y-40:hover {
  --tw-translate-y: -120px
}
.hover\:-translate-y-44:hover {
  --tw-translate-y: -132px
}
.hover\:-translate-y-48:hover {
  --tw-translate-y: -144px
}
.hover\:-translate-y-52:hover {
  --tw-translate-y: -156px
}
.hover\:-translate-y-56:hover {
  --tw-translate-y: -168px
}
.hover\:-translate-y-60:hover {
  --tw-translate-y: -180px
}
.hover\:-translate-y-64:hover {
  --tw-translate-y: -192px
}
.hover\:-translate-y-72:hover {
  --tw-translate-y: -216px
}
.hover\:-translate-y-80:hover {
  --tw-translate-y: -240px
}
.hover\:-translate-y-96:hover {
  --tw-translate-y: -288px
}
.hover\:-translate-y-px:hover {
  --tw-translate-y: -1px
}
.hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -1.5px
}
.hover\:-translate-y-1\.5:hover {
  --tw-translate-y: -4.5px
}
.hover\:-translate-y-2\.5:hover {
  --tw-translate-y: -7.5px
}
.hover\:-translate-y-3\.5:hover {
  --tw-translate-y: -10.5px
}
.hover\:translate-y-1\/2:hover {
  --tw-translate-y: 50%
}
.hover\:translate-y-1\/3:hover {
  --tw-translate-y: 33.333333%
}
.hover\:translate-y-2\/3:hover {
  --tw-translate-y: 66.666667%
}
.hover\:translate-y-1\/4:hover {
  --tw-translate-y: 25%
}
.hover\:translate-y-2\/4:hover {
  --tw-translate-y: 50%
}
.hover\:translate-y-3\/4:hover {
  --tw-translate-y: 75%
}
.hover\:translate-y-full:hover {
  --tw-translate-y: 100%
}
.hover\:-translate-y-1\/2:hover {
  --tw-translate-y: -50%
}
.hover\:-translate-y-1\/3:hover {
  --tw-translate-y: -33.333333%
}
.hover\:-translate-y-2\/3:hover {
  --tw-translate-y: -66.666667%
}
.hover\:-translate-y-1\/4:hover {
  --tw-translate-y: -25%
}
.hover\:-translate-y-2\/4:hover {
  --tw-translate-y: -50%
}
.hover\:-translate-y-3\/4:hover {
  --tw-translate-y: -75%
}
.hover\:-translate-y-full:hover {
  --tw-translate-y: -100%
}
.focus\:translate-x-0:focus {
  --tw-translate-x: 0px
}
.focus\:translate-x-1:focus {
  --tw-translate-x: 3px
}
.focus\:translate-x-2:focus {
  --tw-translate-x: 6px
}
.focus\:translate-x-3:focus {
  --tw-translate-x: 9px
}
.focus\:translate-x-4:focus {
  --tw-translate-x: 12px
}
.focus\:translate-x-5:focus {
  --tw-translate-x: 15px
}
.focus\:translate-x-6:focus {
  --tw-translate-x: 18px
}
.focus\:translate-x-7:focus {
  --tw-translate-x: 21px
}
.focus\:translate-x-8:focus {
  --tw-translate-x: 24px
}
.focus\:translate-x-9:focus {
  --tw-translate-x: 27px
}
.focus\:translate-x-10:focus {
  --tw-translate-x: 30px
}
.focus\:translate-x-11:focus {
  --tw-translate-x: 33px
}
.focus\:translate-x-12:focus {
  --tw-translate-x: 36px
}
.focus\:translate-x-14:focus {
  --tw-translate-x: 42px
}
.focus\:translate-x-16:focus {
  --tw-translate-x: 48px
}
.focus\:translate-x-18:focus {
  --tw-translate-x: 54px
}
.focus\:translate-x-20:focus {
  --tw-translate-x: 60px
}
.focus\:translate-x-24:focus {
  --tw-translate-x: 72px
}
.focus\:translate-x-28:focus {
  --tw-translate-x: 84px
}
.focus\:translate-x-32:focus {
  --tw-translate-x: 96px
}
.focus\:translate-x-36:focus {
  --tw-translate-x: 108px
}
.focus\:translate-x-40:focus {
  --tw-translate-x: 120px
}
.focus\:translate-x-44:focus {
  --tw-translate-x: 132px
}
.focus\:translate-x-48:focus {
  --tw-translate-x: 144px
}
.focus\:translate-x-52:focus {
  --tw-translate-x: 156px
}
.focus\:translate-x-56:focus {
  --tw-translate-x: 168px
}
.focus\:translate-x-60:focus {
  --tw-translate-x: 180px
}
.focus\:translate-x-64:focus {
  --tw-translate-x: 192px
}
.focus\:translate-x-72:focus {
  --tw-translate-x: 216px
}
.focus\:translate-x-80:focus {
  --tw-translate-x: 240px
}
.focus\:translate-x-96:focus {
  --tw-translate-x: 288px
}
.focus\:translate-x-px:focus {
  --tw-translate-x: 1px
}
.focus\:translate-x-0\.5:focus {
  --tw-translate-x: 1.5px
}
.focus\:translate-x-1\.5:focus {
  --tw-translate-x: 4.5px
}
.focus\:translate-x-2\.5:focus {
  --tw-translate-x: 7.5px
}
.focus\:translate-x-3\.5:focus {
  --tw-translate-x: 10.5px
}
.focus\:-translate-x-0:focus {
  --tw-translate-x: 0px
}
.focus\:-translate-x-1:focus {
  --tw-translate-x: -3px
}
.focus\:-translate-x-2:focus {
  --tw-translate-x: -6px
}
.focus\:-translate-x-3:focus {
  --tw-translate-x: -9px
}
.focus\:-translate-x-4:focus {
  --tw-translate-x: -12px
}
.focus\:-translate-x-5:focus {
  --tw-translate-x: -15px
}
.focus\:-translate-x-6:focus {
  --tw-translate-x: -18px
}
.focus\:-translate-x-7:focus {
  --tw-translate-x: -21px
}
.focus\:-translate-x-8:focus {
  --tw-translate-x: -24px
}
.focus\:-translate-x-9:focus {
  --tw-translate-x: -27px
}
.focus\:-translate-x-10:focus {
  --tw-translate-x: -30px
}
.focus\:-translate-x-11:focus {
  --tw-translate-x: -33px
}
.focus\:-translate-x-12:focus {
  --tw-translate-x: -36px
}
.focus\:-translate-x-14:focus {
  --tw-translate-x: -42px
}
.focus\:-translate-x-16:focus {
  --tw-translate-x: -48px
}
.focus\:-translate-x-18:focus {
  --tw-translate-x: -54px
}
.focus\:-translate-x-20:focus {
  --tw-translate-x: -60px
}
.focus\:-translate-x-24:focus {
  --tw-translate-x: -72px
}
.focus\:-translate-x-28:focus {
  --tw-translate-x: -84px
}
.focus\:-translate-x-32:focus {
  --tw-translate-x: -96px
}
.focus\:-translate-x-36:focus {
  --tw-translate-x: -108px
}
.focus\:-translate-x-40:focus {
  --tw-translate-x: -120px
}
.focus\:-translate-x-44:focus {
  --tw-translate-x: -132px
}
.focus\:-translate-x-48:focus {
  --tw-translate-x: -144px
}
.focus\:-translate-x-52:focus {
  --tw-translate-x: -156px
}
.focus\:-translate-x-56:focus {
  --tw-translate-x: -168px
}
.focus\:-translate-x-60:focus {
  --tw-translate-x: -180px
}
.focus\:-translate-x-64:focus {
  --tw-translate-x: -192px
}
.focus\:-translate-x-72:focus {
  --tw-translate-x: -216px
}
.focus\:-translate-x-80:focus {
  --tw-translate-x: -240px
}
.focus\:-translate-x-96:focus {
  --tw-translate-x: -288px
}
.focus\:-translate-x-px:focus {
  --tw-translate-x: -1px
}
.focus\:-translate-x-0\.5:focus {
  --tw-translate-x: -1.5px
}
.focus\:-translate-x-1\.5:focus {
  --tw-translate-x: -4.5px
}
.focus\:-translate-x-2\.5:focus {
  --tw-translate-x: -7.5px
}
.focus\:-translate-x-3\.5:focus {
  --tw-translate-x: -10.5px
}
.focus\:translate-x-1\/2:focus {
  --tw-translate-x: 50%
}
.focus\:translate-x-1\/3:focus {
  --tw-translate-x: 33.333333%
}
.focus\:translate-x-2\/3:focus {
  --tw-translate-x: 66.666667%
}
.focus\:translate-x-1\/4:focus {
  --tw-translate-x: 25%
}
.focus\:translate-x-2\/4:focus {
  --tw-translate-x: 50%
}
.focus\:translate-x-3\/4:focus {
  --tw-translate-x: 75%
}
.focus\:translate-x-full:focus {
  --tw-translate-x: 100%
}
.focus\:-translate-x-1\/2:focus {
  --tw-translate-x: -50%
}
.focus\:-translate-x-1\/3:focus {
  --tw-translate-x: -33.333333%
}
.focus\:-translate-x-2\/3:focus {
  --tw-translate-x: -66.666667%
}
.focus\:-translate-x-1\/4:focus {
  --tw-translate-x: -25%
}
.focus\:-translate-x-2\/4:focus {
  --tw-translate-x: -50%
}
.focus\:-translate-x-3\/4:focus {
  --tw-translate-x: -75%
}
.focus\:-translate-x-full:focus {
  --tw-translate-x: -100%
}
.focus\:translate-y-0:focus {
  --tw-translate-y: 0px
}
.focus\:translate-y-1:focus {
  --tw-translate-y: 3px
}
.focus\:translate-y-2:focus {
  --tw-translate-y: 6px
}
.focus\:translate-y-3:focus {
  --tw-translate-y: 9px
}
.focus\:translate-y-4:focus {
  --tw-translate-y: 12px
}
.focus\:translate-y-5:focus {
  --tw-translate-y: 15px
}
.focus\:translate-y-6:focus {
  --tw-translate-y: 18px
}
.focus\:translate-y-7:focus {
  --tw-translate-y: 21px
}
.focus\:translate-y-8:focus {
  --tw-translate-y: 24px
}
.focus\:translate-y-9:focus {
  --tw-translate-y: 27px
}
.focus\:translate-y-10:focus {
  --tw-translate-y: 30px
}
.focus\:translate-y-11:focus {
  --tw-translate-y: 33px
}
.focus\:translate-y-12:focus {
  --tw-translate-y: 36px
}
.focus\:translate-y-14:focus {
  --tw-translate-y: 42px
}
.focus\:translate-y-16:focus {
  --tw-translate-y: 48px
}
.focus\:translate-y-18:focus {
  --tw-translate-y: 54px
}
.focus\:translate-y-20:focus {
  --tw-translate-y: 60px
}
.focus\:translate-y-24:focus {
  --tw-translate-y: 72px
}
.focus\:translate-y-28:focus {
  --tw-translate-y: 84px
}
.focus\:translate-y-32:focus {
  --tw-translate-y: 96px
}
.focus\:translate-y-36:focus {
  --tw-translate-y: 108px
}
.focus\:translate-y-40:focus {
  --tw-translate-y: 120px
}
.focus\:translate-y-44:focus {
  --tw-translate-y: 132px
}
.focus\:translate-y-48:focus {
  --tw-translate-y: 144px
}
.focus\:translate-y-52:focus {
  --tw-translate-y: 156px
}
.focus\:translate-y-56:focus {
  --tw-translate-y: 168px
}
.focus\:translate-y-60:focus {
  --tw-translate-y: 180px
}
.focus\:translate-y-64:focus {
  --tw-translate-y: 192px
}
.focus\:translate-y-72:focus {
  --tw-translate-y: 216px
}
.focus\:translate-y-80:focus {
  --tw-translate-y: 240px
}
.focus\:translate-y-96:focus {
  --tw-translate-y: 288px
}
.focus\:translate-y-px:focus {
  --tw-translate-y: 1px
}
.focus\:translate-y-0\.5:focus {
  --tw-translate-y: 1.5px
}
.focus\:translate-y-1\.5:focus {
  --tw-translate-y: 4.5px
}
.focus\:translate-y-2\.5:focus {
  --tw-translate-y: 7.5px
}
.focus\:translate-y-3\.5:focus {
  --tw-translate-y: 10.5px
}
.focus\:-translate-y-0:focus {
  --tw-translate-y: 0px
}
.focus\:-translate-y-1:focus {
  --tw-translate-y: -3px
}
.focus\:-translate-y-2:focus {
  --tw-translate-y: -6px
}
.focus\:-translate-y-3:focus {
  --tw-translate-y: -9px
}
.focus\:-translate-y-4:focus {
  --tw-translate-y: -12px
}
.focus\:-translate-y-5:focus {
  --tw-translate-y: -15px
}
.focus\:-translate-y-6:focus {
  --tw-translate-y: -18px
}
.focus\:-translate-y-7:focus {
  --tw-translate-y: -21px
}
.focus\:-translate-y-8:focus {
  --tw-translate-y: -24px
}
.focus\:-translate-y-9:focus {
  --tw-translate-y: -27px
}
.focus\:-translate-y-10:focus {
  --tw-translate-y: -30px
}
.focus\:-translate-y-11:focus {
  --tw-translate-y: -33px
}
.focus\:-translate-y-12:focus {
  --tw-translate-y: -36px
}
.focus\:-translate-y-14:focus {
  --tw-translate-y: -42px
}
.focus\:-translate-y-16:focus {
  --tw-translate-y: -48px
}
.focus\:-translate-y-18:focus {
  --tw-translate-y: -54px
}
.focus\:-translate-y-20:focus {
  --tw-translate-y: -60px
}
.focus\:-translate-y-24:focus {
  --tw-translate-y: -72px
}
.focus\:-translate-y-28:focus {
  --tw-translate-y: -84px
}
.focus\:-translate-y-32:focus {
  --tw-translate-y: -96px
}
.focus\:-translate-y-36:focus {
  --tw-translate-y: -108px
}
.focus\:-translate-y-40:focus {
  --tw-translate-y: -120px
}
.focus\:-translate-y-44:focus {
  --tw-translate-y: -132px
}
.focus\:-translate-y-48:focus {
  --tw-translate-y: -144px
}
.focus\:-translate-y-52:focus {
  --tw-translate-y: -156px
}
.focus\:-translate-y-56:focus {
  --tw-translate-y: -168px
}
.focus\:-translate-y-60:focus {
  --tw-translate-y: -180px
}
.focus\:-translate-y-64:focus {
  --tw-translate-y: -192px
}
.focus\:-translate-y-72:focus {
  --tw-translate-y: -216px
}
.focus\:-translate-y-80:focus {
  --tw-translate-y: -240px
}
.focus\:-translate-y-96:focus {
  --tw-translate-y: -288px
}
.focus\:-translate-y-px:focus {
  --tw-translate-y: -1px
}
.focus\:-translate-y-0\.5:focus {
  --tw-translate-y: -1.5px
}
.focus\:-translate-y-1\.5:focus {
  --tw-translate-y: -4.5px
}
.focus\:-translate-y-2\.5:focus {
  --tw-translate-y: -7.5px
}
.focus\:-translate-y-3\.5:focus {
  --tw-translate-y: -10.5px
}
.focus\:translate-y-1\/2:focus {
  --tw-translate-y: 50%
}
.focus\:translate-y-1\/3:focus {
  --tw-translate-y: 33.333333%
}
.focus\:translate-y-2\/3:focus {
  --tw-translate-y: 66.666667%
}
.focus\:translate-y-1\/4:focus {
  --tw-translate-y: 25%
}
.focus\:translate-y-2\/4:focus {
  --tw-translate-y: 50%
}
.focus\:translate-y-3\/4:focus {
  --tw-translate-y: 75%
}
.focus\:translate-y-full:focus {
  --tw-translate-y: 100%
}
.focus\:-translate-y-1\/2:focus {
  --tw-translate-y: -50%
}
.focus\:-translate-y-1\/3:focus {
  --tw-translate-y: -33.333333%
}
.focus\:-translate-y-2\/3:focus {
  --tw-translate-y: -66.666667%
}
.focus\:-translate-y-1\/4:focus {
  --tw-translate-y: -25%
}
.focus\:-translate-y-2\/4:focus {
  --tw-translate-y: -50%
}
.focus\:-translate-y-3\/4:focus {
  --tw-translate-y: -75%
}
.focus\:-translate-y-full:focus {
  --tw-translate-y: -100%
}
.skew-x-0 {
  --tw-skew-x: 0deg
}
.skew-x-1 {
  --tw-skew-x: 1deg
}
.skew-x-2 {
  --tw-skew-x: 2deg
}
.skew-x-3 {
  --tw-skew-x: 3deg
}
.skew-x-6 {
  --tw-skew-x: 6deg
}
.skew-x-12 {
  --tw-skew-x: 12deg
}
.-skew-x-12 {
  --tw-skew-x: -12deg
}
.-skew-x-6 {
  --tw-skew-x: -6deg
}
.-skew-x-3 {
  --tw-skew-x: -3deg
}
.-skew-x-2 {
  --tw-skew-x: -2deg
}
.-skew-x-1 {
  --tw-skew-x: -1deg
}
.skew-y-0 {
  --tw-skew-y: 0deg
}
.skew-y-1 {
  --tw-skew-y: 1deg
}
.skew-y-2 {
  --tw-skew-y: 2deg
}
.skew-y-3 {
  --tw-skew-y: 3deg
}
.skew-y-6 {
  --tw-skew-y: 6deg
}
.skew-y-12 {
  --tw-skew-y: 12deg
}
.-skew-y-12 {
  --tw-skew-y: -12deg
}
.-skew-y-6 {
  --tw-skew-y: -6deg
}
.-skew-y-3 {
  --tw-skew-y: -3deg
}
.-skew-y-2 {
  --tw-skew-y: -2deg
}
.-skew-y-1 {
  --tw-skew-y: -1deg
}
.hover\:skew-x-0:hover {
  --tw-skew-x: 0deg
}
.hover\:skew-x-1:hover {
  --tw-skew-x: 1deg
}
.hover\:skew-x-2:hover {
  --tw-skew-x: 2deg
}
.hover\:skew-x-3:hover {
  --tw-skew-x: 3deg
}
.hover\:skew-x-6:hover {
  --tw-skew-x: 6deg
}
.hover\:skew-x-12:hover {
  --tw-skew-x: 12deg
}
.hover\:-skew-x-12:hover {
  --tw-skew-x: -12deg
}
.hover\:-skew-x-6:hover {
  --tw-skew-x: -6deg
}
.hover\:-skew-x-3:hover {
  --tw-skew-x: -3deg
}
.hover\:-skew-x-2:hover {
  --tw-skew-x: -2deg
}
.hover\:-skew-x-1:hover {
  --tw-skew-x: -1deg
}
.hover\:skew-y-0:hover {
  --tw-skew-y: 0deg
}
.hover\:skew-y-1:hover {
  --tw-skew-y: 1deg
}
.hover\:skew-y-2:hover {
  --tw-skew-y: 2deg
}
.hover\:skew-y-3:hover {
  --tw-skew-y: 3deg
}
.hover\:skew-y-6:hover {
  --tw-skew-y: 6deg
}
.hover\:skew-y-12:hover {
  --tw-skew-y: 12deg
}
.hover\:-skew-y-12:hover {
  --tw-skew-y: -12deg
}
.hover\:-skew-y-6:hover {
  --tw-skew-y: -6deg
}
.hover\:-skew-y-3:hover {
  --tw-skew-y: -3deg
}
.hover\:-skew-y-2:hover {
  --tw-skew-y: -2deg
}
.hover\:-skew-y-1:hover {
  --tw-skew-y: -1deg
}
.focus\:skew-x-0:focus {
  --tw-skew-x: 0deg
}
.focus\:skew-x-1:focus {
  --tw-skew-x: 1deg
}
.focus\:skew-x-2:focus {
  --tw-skew-x: 2deg
}
.focus\:skew-x-3:focus {
  --tw-skew-x: 3deg
}
.focus\:skew-x-6:focus {
  --tw-skew-x: 6deg
}
.focus\:skew-x-12:focus {
  --tw-skew-x: 12deg
}
.focus\:-skew-x-12:focus {
  --tw-skew-x: -12deg
}
.focus\:-skew-x-6:focus {
  --tw-skew-x: -6deg
}
.focus\:-skew-x-3:focus {
  --tw-skew-x: -3deg
}
.focus\:-skew-x-2:focus {
  --tw-skew-x: -2deg
}
.focus\:-skew-x-1:focus {
  --tw-skew-x: -1deg
}
.focus\:skew-y-0:focus {
  --tw-skew-y: 0deg
}
.focus\:skew-y-1:focus {
  --tw-skew-y: 1deg
}
.focus\:skew-y-2:focus {
  --tw-skew-y: 2deg
}
.focus\:skew-y-3:focus {
  --tw-skew-y: 3deg
}
.focus\:skew-y-6:focus {
  --tw-skew-y: 6deg
}
.focus\:skew-y-12:focus {
  --tw-skew-y: 12deg
}
.focus\:-skew-y-12:focus {
  --tw-skew-y: -12deg
}
.focus\:-skew-y-6:focus {
  --tw-skew-y: -6deg
}
.focus\:-skew-y-3:focus {
  --tw-skew-y: -3deg
}
.focus\:-skew-y-2:focus {
  --tw-skew-y: -2deg
}
.focus\:-skew-y-1:focus {
  --tw-skew-y: -1deg
}
.transition-none {
  transition-property: none
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s
}
.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s
}
.transition-colors {
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s
}
.ease-linear {
  transition-timing-function: linear
}
.ease-in {
  transition-timing-function: cubic-bezier(.4, 0, 1, 1)
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, .2, 1)
}
.ease-in-out {
  transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}
.duration-75 {
  transition-duration: 75ms
}
.duration-100 {
  transition-duration: .1s
}
.duration-150 {
  transition-duration: .15s
}
.duration-200 {
  transition-duration: .2s
}
.duration-300 {
  transition-duration: .3s
}
.duration-500 {
  transition-duration: .5s
}
.duration-700 {
  transition-duration: .7s
}
.duration-1000 {
  transition-duration: 1s
}
.delay-75 {
  transition-delay: 75ms
}
.delay-100 {
  transition-delay: .1s
}
.delay-150 {
  transition-delay: .15s
}
.delay-200 {
  transition-delay: .2s
}
.delay-300 {
  transition-delay: .3s
}
.delay-500 {
  transition-delay: .5s
}
.delay-700 {
  transition-delay: .7s
}
.delay-1000 {
  transition-delay: 1s
}
@-webkit-keyframes spin {
  to {
    transform: rotate(1turn)
  }
}
@-webkit-keyframes ping {
  75%, to {
    transform: scale(2);
    opacity: 0
  }
}
@keyframes ping {
  75%, to {
    transform: scale(2);
    opacity: 0
  }
}
@-webkit-keyframes pulse {
  50% {
    opacity: .5
  }
}
@keyframes pulse {
  50% {
    opacity: .5
  }
}
@-webkit-keyframes bounce {
  0%, to {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(.8, 0, 1, 1)
  }
  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
    animation-timing-function: cubic-bezier(0, 0, .2, 1)
  }
}
@keyframes bounce {
  0%, to {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(.8, 0, 1, 1)
  }
  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
    animation-timing-function: cubic-bezier(0, 0, .2, 1)
  }
}
.animate-none {
  -webkit-animation: none;
  animation: none
}
.animate-spin {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite
}
.animate-ping {
  -webkit-animation: ping 1s cubic-bezier(0, 0, .2, 1) infinite;
  animation: ping 1s cubic-bezier(0, 0, .2, 1) infinite
}
.animate-pulse {
  -webkit-animation: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
  animation: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite
}
.animate-bounce {
  -webkit-animation: bounce 1s infinite;
  animation: bounce 1s infinite
}
.mix-blend-normal {
  mix-blend-mode: normal
}
.mix-blend-multiply {
  mix-blend-mode: multiply
}
.mix-blend-screen {
  mix-blend-mode: screen
}
.mix-blend-overlay {
  mix-blend-mode: overlay
}
.mix-blend-darken {
  mix-blend-mode: darken
}
.mix-blend-lighten {
  mix-blend-mode: lighten
}
.mix-blend-color-dodge {
  mix-blend-mode: color-dodge
}
.mix-blend-color-burn {
  mix-blend-mode: color-burn
}
.mix-blend-hard-light {
  mix-blend-mode: hard-light
}
.mix-blend-soft-light {
  mix-blend-mode: soft-light
}
.mix-blend-difference {
  mix-blend-mode: difference
}
.mix-blend-exclusion {
  mix-blend-mode: exclusion
}
.mix-blend-hue {
  mix-blend-mode: hue
}
.mix-blend-saturation {
  mix-blend-mode: saturation
}
.mix-blend-color {
  mix-blend-mode: color
}
.mix-blend-luminosity {
  mix-blend-mode: luminosity
}
.bg-blend-normal {
  background-blend-mode: normal
}
.bg-blend-multiply {
  background-blend-mode: multiply
}
.bg-blend-screen {
  background-blend-mode: screen
}
.bg-blend-overlay {
  background-blend-mode: overlay
}
.bg-blend-darken {
  background-blend-mode: darken
}
.bg-blend-lighten {
  background-blend-mode: lighten
}
.bg-blend-color-dodge {
  background-blend-mode: color-dodge
}
.bg-blend-color-burn {
  background-blend-mode: color-burn
}
.bg-blend-hard-light {
  background-blend-mode: hard-light
}
.bg-blend-soft-light {
  background-blend-mode: soft-light
}
.bg-blend-difference {
  background-blend-mode: difference
}
.bg-blend-exclusion {
  background-blend-mode: exclusion
}
.bg-blend-hue {
  background-blend-mode: hue
}
.bg-blend-saturation {
  background-blend-mode: saturation
}
.bg-blend-color {
  background-blend-mode: color
}
.bg-blend-luminosity {
  background-blend-mode: luminosity
}
.filter {
  --tw-blur: var(--tw-empty, /*!*/ /*!*/ );
  --tw-brightness: var(--tw-empty, /*!*/ /*!*/ );
  --tw-contrast: var(--tw-empty, /*!*/ /*!*/ );
  --tw-grayscale: var(--tw-empty, /*!*/ /*!*/ );
  --tw-hue-rotate: var(--tw-empty, /*!*/ /*!*/ );
  --tw-invert: var(--tw-empty, /*!*/ /*!*/ );
  --tw-saturate: var(--tw-empty, /*!*/ /*!*/ );
  --tw-sepia: var(--tw-empty, /*!*/ /*!*/ );
  --tw-drop-shadow: var(--tw-empty, /*!*/ /*!*/ );
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}
.filter-none {
  filter: none
}
.blur-0 {
  --tw-blur: blur(0)
}
.blur-sm {
  --tw-blur: blur(4px)
}
.blur {
  --tw-blur: blur(8px)
}
.blur-md {
  --tw-blur: blur(12px)
}
.blur-lg {
  --tw-blur: blur(16px)
}
.blur-xl {
  --tw-blur: blur(24px)
}
.blur-2xl {
  --tw-blur: blur(40px)
}
.blur-3xl {
  --tw-blur: blur(64px)
}
.brightness-0 {
  --tw-brightness: brightness(0)
}
.brightness-50 {
  --tw-brightness: brightness(.5)
}
.brightness-75 {
  --tw-brightness: brightness(.75)
}
.brightness-90 {
  --tw-brightness: brightness(.9)
}
.brightness-95 {
  --tw-brightness: brightness(.95)
}
.brightness-100 {
  --tw-brightness: brightness(1)
}
.brightness-105 {
  --tw-brightness: brightness(1.05)
}
.brightness-110 {
  --tw-brightness: brightness(1.1)
}
.brightness-125 {
  --tw-brightness: brightness(1.25)
}
.brightness-150 {
  --tw-brightness: brightness(1.5)
}
.brightness-200 {
  --tw-brightness: brightness(2)
}
.contrast-0 {
  --tw-contrast: contrast(0)
}
.contrast-50 {
  --tw-contrast: contrast(.5)
}
.contrast-75 {
  --tw-contrast: contrast(.75)
}
.contrast-100 {
  --tw-contrast: contrast(1)
}
.contrast-125 {
  --tw-contrast: contrast(1.25)
}
.contrast-150 {
  --tw-contrast: contrast(1.5)
}
.contrast-200 {
  --tw-contrast: contrast(2)
}
.drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.05))
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06))
}
.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06))
}
.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1))
}
.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08))
}
.drop-shadow-2xl {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15))
}
.drop-shadow-none {
  --tw-drop-shadow: drop-shadow(0 0 transparent)
}
.grayscale-0 {
  --tw-grayscale: grayscale(0)
}
.grayscale {
  --tw-grayscale: grayscale(100%)
}
.hue-rotate-0 {
  --tw-hue-rotate: hue-rotate(0deg)
}
.hue-rotate-15 {
  --tw-hue-rotate: hue-rotate(15deg)
}
.hue-rotate-30 {
  --tw-hue-rotate: hue-rotate(30deg)
}
.hue-rotate-60 {
  --tw-hue-rotate: hue-rotate(60deg)
}
.hue-rotate-90 {
  --tw-hue-rotate: hue-rotate(90deg)
}
.hue-rotate-180 {
  --tw-hue-rotate: hue-rotate(180deg)
}
.-hue-rotate-180 {
  --tw-hue-rotate: hue-rotate(-180deg)
}
.-hue-rotate-90 {
  --tw-hue-rotate: hue-rotate(-90deg)
}
.-hue-rotate-60 {
  --tw-hue-rotate: hue-rotate(-60deg)
}
.-hue-rotate-30 {
  --tw-hue-rotate: hue-rotate(-30deg)
}
.-hue-rotate-15 {
  --tw-hue-rotate: hue-rotate(-15deg)
}
.invert-0 {
  --tw-invert: invert(0)
}
.invert {
  --tw-invert: invert(100%)
}
.saturate-0 {
  --tw-saturate: saturate(0)
}
.saturate-50 {
  --tw-saturate: saturate(.5)
}
.saturate-100 {
  --tw-saturate: saturate(1)
}
.saturate-150 {
  --tw-saturate: saturate(1.5)
}
.saturate-200 {
  --tw-saturate: saturate(2)
}
.sepia-0 {
  --tw-sepia: sepia(0)
}
.sepia {
  --tw-sepia: sepia(100%)
}
.backdrop-filter {
  --tw-backdrop-blur: var(--tw-empty, /*!*/ /*!*/ );
  --tw-backdrop-brightness: var(--tw-empty, /*!*/ /*!*/ );
  --tw-backdrop-contrast: var(--tw-empty, /*!*/ /*!*/ );
  --tw-backdrop-grayscale: var(--tw-empty, /*!*/ /*!*/ );
  --tw-backdrop-hue-rotate: var(--tw-empty, /*!*/ /*!*/ );
  --tw-backdrop-invert: var(--tw-empty, /*!*/ /*!*/ );
  --tw-backdrop-opacity: var(--tw-empty, /*!*/ /*!*/ );
  --tw-backdrop-saturate: var(--tw-empty, /*!*/ /*!*/ );
  --tw-backdrop-sepia: var(--tw-empty, /*!*/ /*!*/ );
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}
.backdrop-filter-none {
  -webkit-backdrop-filter: none;
  backdrop-filter: none
}
.backdrop-blur-0 {
  --tw-backdrop-blur: blur(0)
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px)
}
.backdrop-blur {
  --tw-backdrop-blur: blur(8px)
}
.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px)
}
.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px)
}
.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px)
}
.backdrop-blur-2xl {
  --tw-backdrop-blur: blur(40px)
}
.backdrop-blur-3xl {
  --tw-backdrop-blur: blur(64px)
}
.backdrop-brightness-0 {
  --tw-backdrop-brightness: brightness(0)
}
.backdrop-brightness-50 {
  --tw-backdrop-brightness: brightness(.5)
}
.backdrop-brightness-75 {
  --tw-backdrop-brightness: brightness(.75)
}
.backdrop-brightness-90 {
  --tw-backdrop-brightness: brightness(.9)
}
.backdrop-brightness-95 {
  --tw-backdrop-brightness: brightness(.95)
}
.backdrop-brightness-100 {
  --tw-backdrop-brightness: brightness(1)
}
.backdrop-brightness-105 {
  --tw-backdrop-brightness: brightness(1.05)
}
.backdrop-brightness-110 {
  --tw-backdrop-brightness: brightness(1.1)
}
.backdrop-brightness-125 {
  --tw-backdrop-brightness: brightness(1.25)
}
.backdrop-brightness-150 {
  --tw-backdrop-brightness: brightness(1.5)
}
.backdrop-brightness-200 {
  --tw-backdrop-brightness: brightness(2)
}
.backdrop-contrast-0 {
  --tw-backdrop-contrast: contrast(0)
}
.backdrop-contrast-50 {
  --tw-backdrop-contrast: contrast(.5)
}
.backdrop-contrast-75 {
  --tw-backdrop-contrast: contrast(.75)
}
.backdrop-contrast-100 {
  --tw-backdrop-contrast: contrast(1)
}
.backdrop-contrast-125 {
  --tw-backdrop-contrast: contrast(1.25)
}
.backdrop-contrast-150 {
  --tw-backdrop-contrast: contrast(1.5)
}
.backdrop-contrast-200 {
  --tw-backdrop-contrast: contrast(2)
}
.backdrop-grayscale-0 {
  --tw-backdrop-grayscale: grayscale(0)
}
.backdrop-grayscale {
  --tw-backdrop-grayscale: grayscale(100%)
}
.backdrop-hue-rotate-0 {
  --tw-backdrop-hue-rotate: hue-rotate(0deg)
}
.backdrop-hue-rotate-15 {
  --tw-backdrop-hue-rotate: hue-rotate(15deg)
}
.backdrop-hue-rotate-30 {
  --tw-backdrop-hue-rotate: hue-rotate(30deg)
}
.backdrop-hue-rotate-60 {
  --tw-backdrop-hue-rotate: hue-rotate(60deg)
}
.backdrop-hue-rotate-90 {
  --tw-backdrop-hue-rotate: hue-rotate(90deg)
}
.backdrop-hue-rotate-180 {
  --tw-backdrop-hue-rotate: hue-rotate(180deg)
}
.-backdrop-hue-rotate-180 {
  --tw-backdrop-hue-rotate: hue-rotate(-180deg)
}
.-backdrop-hue-rotate-90 {
  --tw-backdrop-hue-rotate: hue-rotate(-90deg)
}
.-backdrop-hue-rotate-60 {
  --tw-backdrop-hue-rotate: hue-rotate(-60deg)
}
.-backdrop-hue-rotate-30 {
  --tw-backdrop-hue-rotate: hue-rotate(-30deg)
}
.-backdrop-hue-rotate-15 {
  --tw-backdrop-hue-rotate: hue-rotate(-15deg)
}
.backdrop-invert-0 {
  --tw-backdrop-invert: invert(0)
}
.backdrop-invert {
  --tw-backdrop-invert: invert(100%)
}
.backdrop-opacity-0 {
  --tw-backdrop-opacity: opacity(0)
}
.backdrop-opacity-5 {
  --tw-backdrop-opacity: opacity(0.05)
}
.backdrop-opacity-10 {
  --tw-backdrop-opacity: opacity(0.1)
}
.backdrop-opacity-20 {
  --tw-backdrop-opacity: opacity(0.2)
}
.backdrop-opacity-25 {
  --tw-backdrop-opacity: opacity(0.25)
}
.backdrop-opacity-30 {
  --tw-backdrop-opacity: opacity(0.3)
}
.backdrop-opacity-40 {
  --tw-backdrop-opacity: opacity(0.4)
}
.backdrop-opacity-50 {
  --tw-backdrop-opacity: opacity(0.5)
}
.backdrop-opacity-60 {
  --tw-backdrop-opacity: opacity(0.6)
}
.backdrop-opacity-70 {
  --tw-backdrop-opacity: opacity(0.7)
}
.backdrop-opacity-75 {
  --tw-backdrop-opacity: opacity(0.75)
}
.backdrop-opacity-80 {
  --tw-backdrop-opacity: opacity(0.8)
}
.backdrop-opacity-90 {
  --tw-backdrop-opacity: opacity(0.9)
}
.backdrop-opacity-95 {
  --tw-backdrop-opacity: opacity(0.95)
}
.backdrop-opacity-100 {
  --tw-backdrop-opacity: opacity(1)
}
.backdrop-saturate-0 {
  --tw-backdrop-saturate: saturate(0)
}
.backdrop-saturate-50 {
  --tw-backdrop-saturate: saturate(.5)
}
.backdrop-saturate-100 {
  --tw-backdrop-saturate: saturate(1)
}
.backdrop-saturate-150 {
  --tw-backdrop-saturate: saturate(1.5)
}
.backdrop-saturate-200 {
  --tw-backdrop-saturate: saturate(2)
}
.backdrop-sepia-0 {
  --tw-backdrop-sepia: sepia(0)
}
.backdrop-sepia {
  --tw-backdrop-sepia: sepia(100%)
}
.text-shadow {
  text-shadow: 0 1px 4px #000
}
.text-shadow-black {
  text-shadow: 3px 3px #000, -3px 3px #000, 3px -3px #000, -3px -3px #000, 7px 7px #000
}
.line-solid {
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid
}
.line-double {
  -webkit-text-decoration-style: double;
  text-decoration-style: double
}
.line-dotted {
  -webkit-text-decoration-style: dotted;
  text-decoration-style: dotted
}
.line-dashed {
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed
}
.line-wavy {
  -webkit-text-decoration-style: wavy;
  text-decoration-style: wavy
}
.line-primary-50, .line-primary-100 {
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff
}
.line-primary-200 {
  -webkit-text-decoration-color: #fff6e2;
  text-decoration-color: #fff6e2
}
.line-primary-300 {
  -webkit-text-decoration-color: #ffe6af;
  text-decoration-color: #ffe6af
}
.line-primary-400 {
  -webkit-text-decoration-color: #ffd57c;
  text-decoration-color: #ffd57c
}
.line-primary-500 {
  -webkit-text-decoration-color: #ffc549;
  text-decoration-color: #ffc549
}
.line-primary-600 {
  -webkit-text-decoration-color: #ffb516;
  text-decoration-color: #ffb516
}
.line-primary-700 {
  -webkit-text-decoration-color: #e29a00;
  text-decoration-color: #e29a00
}
.line-primary-800 {
  -webkit-text-decoration-color: #af7700;
  text-decoration-color: #af7700
}
.line-primary-900 {
  -webkit-text-decoration-color: #7c5400;
  text-decoration-color: #7c5400
}
.line-primary-DEFAULT {
  -webkit-text-decoration-color: #ffc549;
  text-decoration-color: #ffc549
}
.line-secondary-50 {
  -webkit-text-decoration-color: #cefbdf;
  text-decoration-color: #cefbdf
}
.line-secondary-100 {
  -webkit-text-decoration-color: #b6f9d0;
  text-decoration-color: #b6f9d0
}
.line-secondary-200 {
  -webkit-text-decoration-color: #87f5b2;
  text-decoration-color: #87f5b2
}
.line-secondary-300 {
  -webkit-text-decoration-color: #58f194;
  text-decoration-color: #58f194
}
.line-secondary-400 {
  -webkit-text-decoration-color: #28ee76;
  text-decoration-color: #28ee76
}
.line-secondary-500 {
  -webkit-text-decoration-color: #11d25d;
  text-decoration-color: #11d25d
}
.line-secondary-600 {
  -webkit-text-decoration-color: #0da348;
  text-decoration-color: #0da348
}
.line-secondary-700 {
  -webkit-text-decoration-color: #097433;
  text-decoration-color: #097433
}
.line-secondary-800 {
  -webkit-text-decoration-color: #06441e;
  text-decoration-color: #06441e
}
.line-secondary-900 {
  -webkit-text-decoration-color: #021509;
  text-decoration-color: #021509
}
.line-secondary-DEFAULT {
  -webkit-text-decoration-color: #11d25d;
  text-decoration-color: #11d25d
}
.line-accent-50 {
  -webkit-text-decoration-color: #fef2f2;
  text-decoration-color: #fef2f2
}
.line-accent-100 {
  -webkit-text-decoration-color: #fee2e2;
  text-decoration-color: #fee2e2
}
.line-accent-200 {
  -webkit-text-decoration-color: #fecaca;
  text-decoration-color: #fecaca
}
.line-accent-300 {
  -webkit-text-decoration-color: #fca5a5;
  text-decoration-color: #fca5a5
}
.line-accent-400 {
  -webkit-text-decoration-color: #f87171;
  text-decoration-color: #f87171
}
.line-accent-500 {
  -webkit-text-decoration-color: #ef4444;
  text-decoration-color: #ef4444
}
.line-accent-600 {
  -webkit-text-decoration-color: #dc2626;
  text-decoration-color: #dc2626
}
.line-accent-700 {
  -webkit-text-decoration-color: #b91c1c;
  text-decoration-color: #b91c1c
}
.line-accent-800 {
  -webkit-text-decoration-color: #991b1b;
  text-decoration-color: #991b1b
}
.line-accent-900 {
  -webkit-text-decoration-color: #7f1d1d;
  text-decoration-color: #7f1d1d
}
.line-shade-500 {
  -webkit-text-decoration-color: #3a3a31;
  text-decoration-color: #3a3a31
}
.line-shade-600 {
  -webkit-text-decoration-color: #2d2f35;
  text-decoration-color: #2d2f35
}
.line-white {
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff
}
.line-black {
  -webkit-text-decoration-color: #000;
  text-decoration-color: #000
}
.line-gray-50 {
  -webkit-text-decoration-color: #f9fafb;
  text-decoration-color: #f9fafb
}
.line-gray-100 {
  -webkit-text-decoration-color: #f3f4f6;
  text-decoration-color: #f3f4f6
}
.line-gray-200 {
  -webkit-text-decoration-color: #e5e7eb;
  text-decoration-color: #e5e7eb
}
.line-gray-300 {
  -webkit-text-decoration-color: #d1d5db;
  text-decoration-color: #d1d5db
}
.line-gray-400 {
  -webkit-text-decoration-color: #9ca3af;
  text-decoration-color: #9ca3af
}
.line-gray-500 {
  -webkit-text-decoration-color: #6b7280;
  text-decoration-color: #6b7280
}
.line-gray-600 {
  -webkit-text-decoration-color: #4b5563;
  text-decoration-color: #4b5563
}
.line-gray-700 {
  -webkit-text-decoration-color: #374151;
  text-decoration-color: #374151
}
.line-gray-800 {
  -webkit-text-decoration-color: #1f2937;
  text-decoration-color: #1f2937
}
.line-gray-900 {
  -webkit-text-decoration-color: #111827;
  text-decoration-color: #111827
}
.line-brand-50 {
  -webkit-text-decoration-color: #eff6ff;
  text-decoration-color: #eff6ff
}
.line-brand-100 {
  -webkit-text-decoration-color: #dbeafe;
  text-decoration-color: #dbeafe
}
.line-brand-200 {
  -webkit-text-decoration-color: #bfdbfe;
  text-decoration-color: #bfdbfe
}
.line-brand-300 {
  -webkit-text-decoration-color: #93c5fd;
  text-decoration-color: #93c5fd
}
.line-brand-400 {
  -webkit-text-decoration-color: #60a5fa;
  text-decoration-color: #60a5fa
}
.line-brand-500 {
  -webkit-text-decoration-color: #3b82f6;
  text-decoration-color: #3b82f6
}
.line-brand-600 {
  -webkit-text-decoration-color: #2563eb;
  text-decoration-color: #2563eb
}
.line-brand-700 {
  -webkit-text-decoration-color: #1d4ed8;
  text-decoration-color: #1d4ed8
}
.line-brand-800 {
  -webkit-text-decoration-color: #1e40af;
  text-decoration-color: #1e40af
}
.line-brand-900 {
  -webkit-text-decoration-color: #1e3a8a;
  text-decoration-color: #1e3a8a
}
.line-transparent {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent
}
.line-current {
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor
}
.caps-normal {
  font-variant-caps: normal
}
.caps-small {
  font-variant-caps: small-caps
}
.caps-all-small {
  font-variant-caps: all-small-caps
}
.caps-petite {
  font-variant-caps: petite-caps
}
.caps-unicase {
  font-variant-caps: unicase
}
.caps-titling {
  font-variant-caps: titling-caps
}
.nums-normal {
  font-variant-numeric: normal
}
.nums-ordinal {
  font-variant-numeric: ordinal
}
.nums-slashed-zero {
  font-variant-numeric: slashed-zero
}
.nums-lining {
  font-variant-numeric: lining-nums
}
.nums-oldstyle {
  font-variant-numeric: oldstyle-nums
}
.nums-proportional {
  font-variant-numeric: proportional-nums
}
.nums-tabular {
  font-variant-numeric: tabular-nums
}
.nums-diagonal-fractions {
  font-variant-numeric: diagonal-fractions
}
.nums-stacked-fractions {
  font-variant-numeric: stacked-fractions
}
.ligatures-normal {
  font-variant-ligatures: normal
}
.ligatures-none {
  font-variant-ligatures: none
}
.ligatures-common {
  font-variant-ligatures: common-ligatures
}
.ligatures-no-common {
  font-variant-ligatures: no-common-ligatures
}
.ligatures-discretionary {
  font-variant-ligatures: discretionary-ligatures
}
.ligatures-no-discretionary {
  font-variant-ligatures: no-discretionary-ligatures
}
.ligatures-historical {
  font-variant-ligatures: historical-ligatures
}
.ligatures-no-historical {
  font-variant-ligatures: no-historical-ligatures
}
.ligatures-contextual {
  font-variant-ligatures: contextual
}
.ligatures-no-contextual {
  font-variant-ligatures: no-contextual
}
.text-rendering-auto {
  text-rendering: auto
}
.text-optimize-legibility {
  text-rendering: optimizeLegibility
}
.text-optimize-speed {
  text-rendering: optimizeSpeed
}
.text-geometric-precision {
  text-rendering: geometricPrecision
}
.bg-hero-texture-10 {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath fill-opacity='.1' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'/%3E%3C/svg%3E")
}
.bg-hero-diagonal-lines-10 {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 0h1L0 6V5zm1 5v1H5z' fill-opacity='.1' fill-rule='evenodd'/%3E%3C/svg%3E")
}
.bg-hero-texture-100 {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath d='M1 3h1v1H1V3zm2-2h1v1H3V1z'/%3E%3C/svg%3E")
}
.bg-hero-diagonal-lines-100 {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 0h1L0 6V5zm1 5v1H5z' fill-rule='evenodd'/%3E%3C/svg%3E")
}
.bg-hero-texture {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath fill-opacity='.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'/%3E%3C/svg%3E")
}
.bg-hero-diagonal-lines {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 0h1L0 6V5zm1 5v1H5z' fill-opacity='.4' fill-rule='evenodd'/%3E%3C/svg%3E")
}
.triangle-after-select {
  position: relative
}
.triangle-after-select:after {
  content: "";
  height: 0;
  position: absolute;
  pointer-events: none;
  width: 0;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
  border-color: transparent transparent transparent currentcolor;
  border-style: solid;
  border-width: 40px 0 40px 30px
}
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20000
}
#loader {
  display: block;
  position: relative;
  width: 59px;
  height: 52px;
  background-image: url(../images/banana.png);
  background-repeat: no-repeat;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  z-index: 1001
}
@keyframes spin {
  0% {
    transform: rotate(0deg)
  }
  to {
    transform: rotate(1turn)
  }
}
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #111;
  z-index: 1000;
  transform: translateX(0)
}
.loaded #loader-wrapper .loader-section {
  transform: translateX(100%);
  transition: all .5s cubic-bezier(.645, .045, .355, 1) .3s
}
.loaded #loader {
  opacity: 0;
  transition: all .3s ease-out
}
.loaded #loader-wrapper {
  visibility: hidden;
  transform: translateY(-100%);
  transition: all .3s ease-out 1s
}
.purchase__char-bg:after {
  display: none
}
@media (min-width:1024px) {
  .purchase__char-bg:after {
    display: block
  }
}
.purchase__char-bg:after {
  content: " ";
  position: absolute;
  top: -72px;
  right: 0;
  background-image: url(../images/bg/purchase_char.png);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 413px;
  width: 622px;
  z-index: -3
}
.media__char-bg:after {
  display: none
}
@media (min-width:768px) {
  .media__char-bg:after {
    display: block;
    top: 36px;
    right: -60px
  }
}
@media (min-width:1024px) {
  .media__char-bg:after {
    top: -24px;
    left: -36px
  }
}
@media (min-width:1280px) {
  .media__char-bg:after {
    left: 24px;
    top: -36px
  }
}
.media__char-bg:after {
  content: " ";
  position: absolute;
  background-image: url(../images/bg/media_char.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 322px;
  height: 414px
}
.form-tick:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill-rule='evenodd' d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z' clip-rule='evenodd'/%3E%3C/svg%3E")
}
.mc-field-group input:checked + label img {
  opacity: 1
}
.agegate__input--error {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  border-width: 1px
}
.agegate__error-message {
  display: none
}
.agegate__error-message--show {
  display: block
}
.section-header {
  --tw-text-opacity: 1;
  color: rgba(255, 197, 73, var(--tw-text-opacity));
  position: relative
}
.section-header:before {
  content: attr(data-text);
  position: absolute;
  -webkit-text-stroke: .1em #000;
  z-index: -1
}
.section-header:after {
  content: attr(data-text);
  position: absolute;
  -webkit-text-stroke: .2em #fff;
  text-shadow: 7px 8px 12px rgba(0, 0, 0, .9);
  left: 0;
  z-index: -2
}
.purchase__direct-subhead {
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-transform: uppercase;
  text-shadow: -2px 2px #000, 2px -2px #000, 2px 2px #000, -2px -2px #000, 0 2px #000, 2px 0 #000, 0 -2px #000, -2px 0 #000
}
.purchase__radio--active {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(255, 197, 73, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity))
}
#mc-embedded-subscribe:active:hover:not([disabled]) {
  cursor: pointer
}
@media (min-width:640px) {
  .sm\:container {
    width: 100%;
    max-width: 640px
  }
  @media (min-width:768px) {
    .sm\:container {
      max-width: 768px
    }
  }
  @media (min-width:1024px) {
    .sm\:container {
      max-width: 1024px
    }
  }
  @media (min-width:1280px) {
    .sm\:container {
      max-width: 1280px
    }
  }
  @media (min-width:1536px) {
    .sm\:container {
      max-width: 1536px
    }
  }
  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px*var(--tw-space-y-reverse))
  }
  .sm\: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*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3px*var(--tw-space-y-reverse))
  }
  .sm\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3px*var(--tw-space-x-reverse));
    margin-left: calc(3px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6px*var(--tw-space-y-reverse))
  }
  .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6px*var(--tw-space-x-reverse));
    margin-left: calc(6px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(9px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9px*var(--tw-space-y-reverse))
  }
  .sm\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9px*var(--tw-space-x-reverse));
    margin-left: calc(9px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12px*var(--tw-space-y-reverse))
  }
  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12px*var(--tw-space-x-reverse));
    margin-left: calc(12px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(15px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15px*var(--tw-space-y-reverse))
  }
  .sm\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(15px*var(--tw-space-x-reverse));
    margin-left: calc(15px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18px*var(--tw-space-y-reverse))
  }
  .sm\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18px*var(--tw-space-x-reverse));
    margin-left: calc(18px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(21px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(21px*var(--tw-space-y-reverse))
  }
  .sm\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(21px*var(--tw-space-x-reverse));
    margin-left: calc(21px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24px*var(--tw-space-y-reverse))
  }
  .sm\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24px*var(--tw-space-x-reverse));
    margin-left: calc(24px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(27px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(27px*var(--tw-space-y-reverse))
  }
  .sm\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(27px*var(--tw-space-x-reverse));
    margin-left: calc(27px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30px*var(--tw-space-y-reverse))
  }
  .sm\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30px*var(--tw-space-x-reverse));
    margin-left: calc(30px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(33px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(33px*var(--tw-space-y-reverse))
  }
  .sm\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(33px*var(--tw-space-x-reverse));
    margin-left: calc(33px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(36px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(36px*var(--tw-space-y-reverse))
  }
  .sm\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(36px*var(--tw-space-x-reverse));
    margin-left: calc(36px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(42px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(42px*var(--tw-space-y-reverse))
  }
  .sm\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(42px*var(--tw-space-x-reverse));
    margin-left: calc(42px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(48px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(48px*var(--tw-space-y-reverse))
  }
  .sm\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(48px*var(--tw-space-x-reverse));
    margin-left: calc(48px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:space-y-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(54px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(54px*var(--tw-space-y-reverse))
  }
  .sm\:space-x-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(54px*var(--tw-space-x-reverse));
    margin-left: calc(54px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60px*var(--tw-space-y-reverse))
  }
  .sm\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60px*var(--tw-space-x-reverse));
    margin-left: calc(60px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(72px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(72px*var(--tw-space-y-reverse))
  }
  .sm\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(72px*var(--tw-space-x-reverse));
    margin-left: calc(72px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(84px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(84px*var(--tw-space-y-reverse))
  }
  .sm\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(84px*var(--tw-space-x-reverse));
    margin-left: calc(84px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(96px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(96px*var(--tw-space-y-reverse))
  }
  .sm\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(96px*var(--tw-space-x-reverse));
    margin-left: calc(96px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(108px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(108px*var(--tw-space-y-reverse))
  }
  .sm\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(108px*var(--tw-space-x-reverse));
    margin-left: calc(108px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(120px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(120px*var(--tw-space-y-reverse))
  }
  .sm\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(120px*var(--tw-space-x-reverse));
    margin-left: calc(120px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(132px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(132px*var(--tw-space-y-reverse))
  }
  .sm\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(132px*var(--tw-space-x-reverse));
    margin-left: calc(132px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(144px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(144px*var(--tw-space-y-reverse))
  }
  .sm\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(144px*var(--tw-space-x-reverse));
    margin-left: calc(144px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(156px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(156px*var(--tw-space-y-reverse))
  }
  .sm\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(156px*var(--tw-space-x-reverse));
    margin-left: calc(156px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(168px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(168px*var(--tw-space-y-reverse))
  }
  .sm\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(168px*var(--tw-space-x-reverse));
    margin-left: calc(168px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(180px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(180px*var(--tw-space-y-reverse))
  }
  .sm\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(180px*var(--tw-space-x-reverse));
    margin-left: calc(180px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(192px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(192px*var(--tw-space-y-reverse))
  }
  .sm\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(192px*var(--tw-space-x-reverse));
    margin-left: calc(192px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(216px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(216px*var(--tw-space-y-reverse))
  }
  .sm\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(216px*var(--tw-space-x-reverse));
    margin-left: calc(216px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(240px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(240px*var(--tw-space-y-reverse))
  }
  .sm\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(240px*var(--tw-space-x-reverse));
    margin-left: calc(240px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(288px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(288px*var(--tw-space-y-reverse))
  }
  .sm\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(288px*var(--tw-space-x-reverse));
    margin-left: calc(288px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px*var(--tw-space-y-reverse))
  }
  .sm\: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*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5px*var(--tw-space-y-reverse))
  }
  .sm\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5px*var(--tw-space-x-reverse));
    margin-left: calc(1.5px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4.5px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.5px*var(--tw-space-y-reverse))
  }
  .sm\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4.5px*var(--tw-space-x-reverse));
    margin-left: calc(4.5px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7.5px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.5px*var(--tw-space-y-reverse))
  }
  .sm\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7.5px*var(--tw-space-x-reverse));
    margin-left: calc(7.5px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10.5px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10.5px*var(--tw-space-y-reverse))
  }
  .sm\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10.5px*var(--tw-space-x-reverse));
    margin-left: calc(10.5px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px*var(--tw-space-y-reverse))
  }
  .sm\:-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*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3px*var(--tw-space-y-reverse))
  }
  .sm\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3px*var(--tw-space-x-reverse));
    margin-left: calc(-3px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6px*var(--tw-space-y-reverse))
  }
  .sm\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6px*var(--tw-space-x-reverse));
    margin-left: calc(-6px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9px*var(--tw-space-y-reverse))
  }
  .sm\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9px*var(--tw-space-x-reverse));
    margin-left: calc(-9px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12px*var(--tw-space-y-reverse))
  }
  .sm\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12px*var(--tw-space-x-reverse));
    margin-left: calc(-12px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-15px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15px*var(--tw-space-y-reverse))
  }
  .sm\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-15px*var(--tw-space-x-reverse));
    margin-left: calc(-15px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18px*var(--tw-space-y-reverse))
  }
  .sm\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18px*var(--tw-space-x-reverse));
    margin-left: calc(-18px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-21px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-21px*var(--tw-space-y-reverse))
  }
  .sm\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-21px*var(--tw-space-x-reverse));
    margin-left: calc(-21px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24px*var(--tw-space-y-reverse))
  }
  .sm\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24px*var(--tw-space-x-reverse));
    margin-left: calc(-24px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-27px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-27px*var(--tw-space-y-reverse))
  }
  .sm\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-27px*var(--tw-space-x-reverse));
    margin-left: calc(-27px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30px*var(--tw-space-y-reverse))
  }
  .sm\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30px*var(--tw-space-x-reverse));
    margin-left: calc(-30px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-33px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-33px*var(--tw-space-y-reverse))
  }
  .sm\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-33px*var(--tw-space-x-reverse));
    margin-left: calc(-33px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-36px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-36px*var(--tw-space-y-reverse))
  }
  .sm\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-36px*var(--tw-space-x-reverse));
    margin-left: calc(-36px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-42px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-42px*var(--tw-space-y-reverse))
  }
  .sm\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-42px*var(--tw-space-x-reverse));
    margin-left: calc(-42px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-48px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-48px*var(--tw-space-y-reverse))
  }
  .sm\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-48px*var(--tw-space-x-reverse));
    margin-left: calc(-48px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:-space-y-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-54px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-54px*var(--tw-space-y-reverse))
  }
  .sm\:-space-x-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-54px*var(--tw-space-x-reverse));
    margin-left: calc(-54px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-60px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60px*var(--tw-space-y-reverse))
  }
  .sm\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-60px*var(--tw-space-x-reverse));
    margin-left: calc(-60px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-72px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-72px*var(--tw-space-y-reverse))
  }
  .sm\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-72px*var(--tw-space-x-reverse));
    margin-left: calc(-72px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-84px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-84px*var(--tw-space-y-reverse))
  }
  .sm\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-84px*var(--tw-space-x-reverse));
    margin-left: calc(-84px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-96px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-96px*var(--tw-space-y-reverse))
  }
  .sm\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-96px*var(--tw-space-x-reverse));
    margin-left: calc(-96px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-108px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-108px*var(--tw-space-y-reverse))
  }
  .sm\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-108px*var(--tw-space-x-reverse));
    margin-left: calc(-108px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-120px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-120px*var(--tw-space-y-reverse))
  }
  .sm\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-120px*var(--tw-space-x-reverse));
    margin-left: calc(-120px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-132px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-132px*var(--tw-space-y-reverse))
  }
  .sm\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-132px*var(--tw-space-x-reverse));
    margin-left: calc(-132px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-144px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-144px*var(--tw-space-y-reverse))
  }
  .sm\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-144px*var(--tw-space-x-reverse));
    margin-left: calc(-144px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-156px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-156px*var(--tw-space-y-reverse))
  }
  .sm\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-156px*var(--tw-space-x-reverse));
    margin-left: calc(-156px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-168px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-168px*var(--tw-space-y-reverse))
  }
  .sm\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-168px*var(--tw-space-x-reverse));
    margin-left: calc(-168px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-180px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-180px*var(--tw-space-y-reverse))
  }
  .sm\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-180px*var(--tw-space-x-reverse));
    margin-left: calc(-180px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-192px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-192px*var(--tw-space-y-reverse))
  }
  .sm\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-192px*var(--tw-space-x-reverse));
    margin-left: calc(-192px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-216px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-216px*var(--tw-space-y-reverse))
  }
  .sm\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-216px*var(--tw-space-x-reverse));
    margin-left: calc(-216px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-240px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-240px*var(--tw-space-y-reverse))
  }
  .sm\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-240px*var(--tw-space-x-reverse));
    margin-left: calc(-240px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-288px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-288px*var(--tw-space-y-reverse))
  }
  .sm\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-288px*var(--tw-space-x-reverse));
    margin-left: calc(-288px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px*var(--tw-space-y-reverse))
  }
  .sm\:-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*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5px*var(--tw-space-y-reverse))
  }
  .sm\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5px*var(--tw-space-x-reverse));
    margin-left: calc(-1.5px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.5px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.5px*var(--tw-space-y-reverse))
  }
  .sm\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.5px*var(--tw-space-x-reverse));
    margin-left: calc(-4.5px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.5px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.5px*var(--tw-space-y-reverse))
  }
  .sm\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.5px*var(--tw-space-x-reverse));
    margin-left: calc(-7.5px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10.5px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10.5px*var(--tw-space-y-reverse))
  }
  .sm\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10.5px*var(--tw-space-x-reverse));
    margin-left: calc(-10.5px*(1 - var(--tw-space-x-reverse)))
  }
  .sm\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1
  }
  .sm\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1
  }
  .sm\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px*var(--tw-divide-y-reverse))
  }
  .sm\: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*(1 - var(--tw-divide-x-reverse)))
  }
  .sm\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px*var(--tw-divide-y-reverse))
  }
  .sm\: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*(1 - var(--tw-divide-x-reverse)))
  }
  .sm\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px*var(--tw-divide-y-reverse))
  }
  .sm\: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*(1 - var(--tw-divide-x-reverse)))
  }
  .sm\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px*var(--tw-divide-y-reverse))
  }
  .sm\: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*(1 - var(--tw-divide-x-reverse)))
  }
  .sm\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px*var(--tw-divide-y-reverse))
  }
  .sm\: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*(1 - var(--tw-divide-x-reverse)))
  }
  .sm\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1
  }
  .sm\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1
  }
  .sm\:divide-primary-50 > :not([hidden]) ~ :not([hidden]), .sm\:divide-primary-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity))
  }
  .sm\:divide-primary-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 246, 226, var(--tw-divide-opacity))
  }
  .sm\:divide-primary-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 230, 175, var(--tw-divide-opacity))
  }
  .sm\:divide-primary-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 213, 124, var(--tw-divide-opacity))
  }
  .sm\:divide-primary-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-divide-opacity))
  }
  .sm\:divide-primary-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 181, 22, var(--tw-divide-opacity))
  }
  .sm\:divide-primary-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 154, 0, var(--tw-divide-opacity))
  }
  .sm\:divide-primary-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(175, 119, 0, var(--tw-divide-opacity))
  }
  .sm\:divide-primary-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 84, 0, var(--tw-divide-opacity))
  }
  .sm\:divide-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-divide-opacity))
  }
  .sm\:divide-secondary-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(206, 251, 223, var(--tw-divide-opacity))
  }
  .sm\:divide-secondary-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(182, 249, 208, var(--tw-divide-opacity))
  }
  .sm\:divide-secondary-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(135, 245, 178, var(--tw-divide-opacity))
  }
  .sm\:divide-secondary-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 241, 148, var(--tw-divide-opacity))
  }
  .sm\:divide-secondary-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(40, 238, 118, var(--tw-divide-opacity))
  }
  .sm\:divide-secondary-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-divide-opacity))
  }
  .sm\:divide-secondary-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 163, 72, var(--tw-divide-opacity))
  }
  .sm\:divide-secondary-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(9, 116, 51, var(--tw-divide-opacity))
  }
  .sm\:divide-secondary-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 68, 30, var(--tw-divide-opacity))
  }
  .sm\:divide-secondary-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 21, 9, var(--tw-divide-opacity))
  }
  .sm\:divide-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-divide-opacity))
  }
  .sm\:divide-accent-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity))
  }
  .sm\:divide-accent-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity))
  }
  .sm\:divide-accent-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity))
  }
  .sm\:divide-accent-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity))
  }
  .sm\:divide-accent-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity))
  }
  .sm\:divide-accent-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity))
  }
  .sm\:divide-accent-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity))
  }
  .sm\:divide-accent-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity))
  }
  .sm\:divide-accent-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity))
  }
  .sm\:divide-accent-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity))
  }
  .sm\:divide-shade-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(58, 58, 49, var(--tw-divide-opacity))
  }
  .sm\:divide-shade-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 47, 53, var(--tw-divide-opacity))
  }
  .sm\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity))
  }
  .sm\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity))
  }
  .sm\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity))
  }
  .sm\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity))
  }
  .sm\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity))
  }
  .sm\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity))
  }
  .sm\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity))
  }
  .sm\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity))
  }
  .sm\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity))
  }
  .sm\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity))
  }
  .sm\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity))
  }
  .sm\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity))
  }
  .sm\:divide-brand-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity))
  }
  .sm\:divide-brand-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity))
  }
  .sm\:divide-brand-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity))
  }
  .sm\:divide-brand-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity))
  }
  .sm\:divide-brand-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity))
  }
  .sm\:divide-brand-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity))
  }
  .sm\:divide-brand-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity))
  }
  .sm\:divide-brand-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity))
  }
  .sm\:divide-brand-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity))
  }
  .sm\:divide-brand-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity))
  }
  .sm\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent
  }
  .sm\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor
  }
  .sm\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid
  }
  .sm\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed
  }
  .sm\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted
  }
  .sm\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double
  }
  .sm\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none
  }
  .sm\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0
  }
  .sm\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05
  }
  .sm\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1
  }
  .sm\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2
  }
  .sm\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25
  }
  .sm\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3
  }
  .sm\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4
  }
  .sm\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5
  }
  .sm\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6
  }
  .sm\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7
  }
  .sm\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75
  }
  .sm\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8
  }
  .sm\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9
  }
  .sm\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95
  }
  .sm\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1
  }
  .sm\: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\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal
  }
  .sm\:focus-within\: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\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal
  }
  .sm\:focus\: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\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal
  }
  .sm\:appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
  }
  .sm\:bg-fixed {
    background-attachment: fixed
  }
  .sm\:bg-local {
    background-attachment: local
  }
  .sm\:bg-scroll {
    background-attachment: scroll
  }
  .sm\:bg-clip-border {
    background-clip: border-box
  }
  .sm\:bg-clip-padding {
    background-clip: padding-box
  }
  .sm\:bg-clip-content {
    background-clip: content-box
  }
  .sm\:bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text
  }
  .sm\:bg-primary-50, .sm\:bg-primary-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .sm\:bg-primary-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 226, var(--tw-bg-opacity))
  }
  .sm\:bg-primary-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 230, 175, var(--tw-bg-opacity))
  }
  .sm\:bg-primary-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 213, 124, var(--tw-bg-opacity))
  }
  .sm\:bg-primary-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .sm\:bg-primary-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 181, 22, var(--tw-bg-opacity))
  }
  .sm\:bg-primary-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 154, 0, var(--tw-bg-opacity))
  }
  .sm\:bg-primary-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(175, 119, 0, var(--tw-bg-opacity))
  }
  .sm\:bg-primary-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 84, 0, var(--tw-bg-opacity))
  }
  .sm\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .sm\:bg-secondary-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 251, 223, var(--tw-bg-opacity))
  }
  .sm\:bg-secondary-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 249, 208, var(--tw-bg-opacity))
  }
  .sm\:bg-secondary-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(135, 245, 178, var(--tw-bg-opacity))
  }
  .sm\:bg-secondary-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 241, 148, var(--tw-bg-opacity))
  }
  .sm\:bg-secondary-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 238, 118, var(--tw-bg-opacity))
  }
  .sm\:bg-secondary-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .sm\:bg-secondary-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 163, 72, var(--tw-bg-opacity))
  }
  .sm\:bg-secondary-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(9, 116, 51, var(--tw-bg-opacity))
  }
  .sm\:bg-secondary-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 68, 30, var(--tw-bg-opacity))
  }
  .sm\:bg-secondary-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 21, 9, var(--tw-bg-opacity))
  }
  .sm\:bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .sm\:bg-accent-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity))
  }
  .sm\:bg-accent-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity))
  }
  .sm\:bg-accent-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity))
  }
  .sm\:bg-accent-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity))
  }
  .sm\:bg-accent-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity))
  }
  .sm\:bg-accent-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity))
  }
  .sm\:bg-accent-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity))
  }
  .sm\:bg-accent-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity))
  }
  .sm\:bg-accent-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity))
  }
  .sm\:bg-accent-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity))
  }
  .sm\:bg-shade-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 58, 49, var(--tw-bg-opacity))
  }
  .sm\:bg-shade-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 47, 53, var(--tw-bg-opacity))
  }
  .sm\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .sm\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity))
  }
  .sm\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity))
  }
  .sm\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity))
  }
  .sm\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity))
  }
  .sm\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity))
  }
  .sm\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity))
  }
  .sm\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity))
  }
  .sm\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity))
  }
  .sm\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity))
  }
  .sm\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity))
  }
  .sm\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity))
  }
  .sm\:bg-brand-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity))
  }
  .sm\:bg-brand-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity))
  }
  .sm\:bg-brand-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity))
  }
  .sm\:bg-brand-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity))
  }
  .sm\:bg-brand-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity))
  }
  .sm\:bg-brand-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity))
  }
  .sm\:bg-brand-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity))
  }
  .sm\:bg-brand-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity))
  }
  .sm\:bg-brand-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity))
  }
  .sm\:bg-brand-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity))
  }
  .sm\:bg-transparent {
    background-color: transparent
  }
  .sm\:bg-current {
    background-color: currentColor
  }
  .sm\:checked\:bg-primary-50:checked, .sm\:checked\:bg-primary-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .sm\:checked\:bg-primary-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 226, var(--tw-bg-opacity))
  }
  .sm\:checked\:bg-primary-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 230, 175, var(--tw-bg-opacity))
  }
  .sm\:checked\:bg-primary-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 213, 124, var(--tw-bg-opacity))
  }
  .sm\:checked\:bg-primary-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .sm\:checked\:bg-primary-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 181, 22, var(--tw-bg-opacity))
  }
  .sm\:checked\:bg-primary-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 154, 0, var(--tw-bg-opacity))
  }
  .sm\:checked\:bg-primary-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(175, 119, 0, var(--tw-bg-opacity))
  }
  .sm\:checked\:bg-primary-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 84, 0, var(--tw-bg-opacity))
  }
  .sm\:checked\:bg-primary:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .sm\:checked\:bg-secondary-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 251, 223, var(--tw-bg-opacity))
  }
  .sm\:checked\:bg-secondary-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 249, 208, var(--tw-bg-opacity))
  }
  .sm\:checked\:bg-secondary-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(135, 245, 178, var(--tw-bg-opacity))
  }
  .sm\:checked\:bg-secondary-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 241, 148, var(--tw-bg-opacity))
  }
  .sm\:checked\:bg-secondary-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 238, 118, var(--tw-bg-opacity))
  }
  .sm\:checked\:bg-secondary-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .sm\:checked\:bg-secondary-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 163, 72, var(--tw-bg-opacity))
  }
  .sm\:checked\:bg-secondary-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(9, 116, 51, var(--tw-bg-opacity))
  }
  .sm\:checked\:bg-secondary-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 68, 30, var(--tw-bg-opacity))
  }
  .sm\:checked\:bg-secondary-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 21, 9, var(--tw-bg-opacity))
  }
  .sm\:checked\:bg-secondary:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .sm\:checked\:bg-accent-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity))
  }
  .sm\:checked\:bg-accent-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity))
  }
  .sm\:checked\:bg-accent-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity))
  }
  .sm\:checked\:bg-accent-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity))
  }
  .sm\:checked\:bg-accent-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity))
  }
  .sm\:checked\:bg-accent-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity))
  }
  .sm\:checked\:bg-accent-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity))
  }
  .sm\:checked\:bg-accent-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity))
  }
  .sm\:checked\:bg-accent-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity))
  }
  .sm\:checked\:bg-accent-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity))
  }
  .sm\:checked\:bg-shade-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 58, 49, var(--tw-bg-opacity))
  }
  .sm\:checked\:bg-shade-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 47, 53, var(--tw-bg-opacity))
  }
  .sm\:checked\:bg-white:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .sm\:checked\:bg-black:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity))
  }
  .sm\:checked\:bg-gray-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity))
  }
  .sm\:checked\:bg-gray-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity))
  }
  .sm\:checked\:bg-gray-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity))
  }
  .sm\:checked\:bg-gray-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity))
  }
  .sm\:checked\:bg-gray-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity))
  }
  .sm\:checked\:bg-gray-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity))
  }
  .sm\:checked\:bg-gray-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity))
  }
  .sm\:checked\:bg-gray-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity))
  }
  .sm\:checked\:bg-gray-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity))
  }
  .sm\:checked\:bg-gray-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity))
  }
  .sm\:checked\:bg-brand-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity))
  }
  .sm\:checked\:bg-brand-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity))
  }
  .sm\:checked\:bg-brand-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity))
  }
  .sm\:checked\:bg-brand-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity))
  }
  .sm\:checked\:bg-brand-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity))
  }
  .sm\:checked\:bg-brand-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity))
  }
  .sm\:checked\:bg-brand-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity))
  }
  .sm\:checked\:bg-brand-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity))
  }
  .sm\:checked\:bg-brand-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity))
  }
  .sm\:checked\:bg-brand-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity))
  }
  .sm\:checked\:bg-transparent:checked {
    background-color: transparent
  }
  .sm\:checked\:bg-current:checked {
    background-color: currentColor
  }
  .group:hover .sm\:group-hover\:bg-primary-50, .group:hover .sm\:group-hover\:bg-primary-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .group:hover .sm\:group-hover\:bg-primary-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 226, var(--tw-bg-opacity))
  }
  .group:hover .sm\:group-hover\:bg-primary-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 230, 175, var(--tw-bg-opacity))
  }
  .group:hover .sm\:group-hover\:bg-primary-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 213, 124, var(--tw-bg-opacity))
  }
  .group:hover .sm\:group-hover\:bg-primary-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .group:hover .sm\:group-hover\:bg-primary-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 181, 22, var(--tw-bg-opacity))
  }
  .group:hover .sm\:group-hover\:bg-primary-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 154, 0, var(--tw-bg-opacity))
  }
  .group:hover .sm\:group-hover\:bg-primary-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(175, 119, 0, var(--tw-bg-opacity))
  }
  .group:hover .sm\:group-hover\:bg-primary-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 84, 0, var(--tw-bg-opacity))
  }
  .group:hover .sm\:group-hover\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .group:hover .sm\:group-hover\:bg-secondary-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 251, 223, var(--tw-bg-opacity))
  }
  .group:hover .sm\:group-hover\:bg-secondary-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 249, 208, var(--tw-bg-opacity))
  }
  .group:hover .sm\:group-hover\:bg-secondary-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(135, 245, 178, var(--tw-bg-opacity))
  }
  .group:hover .sm\:group-hover\:bg-secondary-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 241, 148, var(--tw-bg-opacity))
  }
  .group:hover .sm\:group-hover\:bg-secondary-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 238, 118, var(--tw-bg-opacity))
  }
  .group:hover .sm\:group-hover\:bg-secondary-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .group:hover .sm\:group-hover\:bg-secondary-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 163, 72, var(--tw-bg-opacity))
  }
  .group:hover .sm\:group-hover\:bg-secondary-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(9, 116, 51, var(--tw-bg-opacity))
  }
  .group:hover .sm\:group-hover\:bg-secondary-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 68, 30, var(--tw-bg-opacity))
  }
  .group:hover .sm\:group-hover\:bg-secondary-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 21, 9, var(--tw-bg-opacity))
  }
  .group:hover .sm\:group-hover\:bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .group:hover .sm\:group-hover\:bg-accent-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity))
  }
  .group:hover .sm\:group-hover\:bg-accent-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity))
  }
  .group:hover .sm\:group-hover\:bg-accent-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity))
  }
  .group:hover .sm\:group-hover\:bg-accent-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity))
  }
  .group:hover .sm\:group-hover\:bg-accent-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity))
  }
  .group:hover .sm\:group-hover\:bg-accent-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity))
  }
  .group:hover .sm\:group-hover\:bg-accent-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity))
  }
  .group:hover .sm\:group-hover\:bg-accent-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity))
  }
  .group:hover .sm\:group-hover\:bg-accent-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity))
  }
  .group:hover .sm\:group-hover\:bg-accent-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity))
  }
  .group:hover .sm\:group-hover\:bg-shade-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 58, 49, var(--tw-bg-opacity))
  }
  .group:hover .sm\:group-hover\:bg-shade-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 47, 53, var(--tw-bg-opacity))
  }
  .group:hover .sm\:group-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .group:hover .sm\:group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity))
  }
  .group:hover .sm\:group-hover\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity))
  }
  .group:hover .sm\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity))
  }
  .group:hover .sm\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity))
  }
  .group:hover .sm\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity))
  }
  .group:hover .sm\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity))
  }
  .group:hover .sm\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity))
  }
  .group:hover .sm\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity))
  }
  .group:hover .sm\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity))
  }
  .group:hover .sm\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity))
  }
  .group:hover .sm\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity))
  }
  .group:hover .sm\:group-hover\:bg-brand-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity))
  }
  .group:hover .sm\:group-hover\:bg-brand-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity))
  }
  .group:hover .sm\:group-hover\:bg-brand-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity))
  }
  .group:hover .sm\:group-hover\:bg-brand-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity))
  }
  .group:hover .sm\:group-hover\:bg-brand-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity))
  }
  .group:hover .sm\:group-hover\:bg-brand-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity))
  }
  .group:hover .sm\:group-hover\:bg-brand-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity))
  }
  .group:hover .sm\:group-hover\:bg-brand-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity))
  }
  .group:hover .sm\:group-hover\:bg-brand-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity))
  }
  .group:hover .sm\:group-hover\:bg-brand-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity))
  }
  .group:hover .sm\:group-hover\:bg-transparent {
    background-color: transparent
  }
  .group:hover .sm\:group-hover\:bg-current {
    background-color: currentColor
  }
  .sm\:focus-within\:bg-primary-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-primary-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-primary-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 226, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-primary-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 230, 175, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-primary-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 213, 124, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-primary-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-primary-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 181, 22, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-primary-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 154, 0, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-primary-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(175, 119, 0, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-primary-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 84, 0, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-primary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-secondary-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 251, 223, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-secondary-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 249, 208, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-secondary-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(135, 245, 178, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-secondary-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 241, 148, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-secondary-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 238, 118, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-secondary-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-secondary-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 163, 72, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-secondary-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(9, 116, 51, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-secondary-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 68, 30, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-secondary-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 21, 9, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-secondary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-accent-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-accent-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-accent-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-accent-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-accent-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-accent-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-accent-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-accent-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-accent-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-accent-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-shade-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 58, 49, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-shade-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 47, 53, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-gray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-brand-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-brand-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-brand-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-brand-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-brand-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-brand-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-brand-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-brand-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-brand-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-brand-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity))
  }
  .sm\:focus-within\:bg-transparent:focus-within {
    background-color: transparent
  }
  .sm\:focus-within\:bg-current:focus-within {
    background-color: currentColor
  }
  .sm\:hover\:bg-primary-50:hover, .sm\:hover\:bg-primary-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .sm\:hover\:bg-primary-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 226, var(--tw-bg-opacity))
  }
  .sm\:hover\:bg-primary-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 230, 175, var(--tw-bg-opacity))
  }
  .sm\:hover\:bg-primary-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 213, 124, var(--tw-bg-opacity))
  }
  .sm\:hover\:bg-primary-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .sm\:hover\:bg-primary-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 181, 22, var(--tw-bg-opacity))
  }
  .sm\:hover\:bg-primary-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 154, 0, var(--tw-bg-opacity))
  }
  .sm\:hover\:bg-primary-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(175, 119, 0, var(--tw-bg-opacity))
  }
  .sm\:hover\:bg-primary-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 84, 0, var(--tw-bg-opacity))
  }
  .sm\:hover\:bg-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .sm\:hover\:bg-secondary-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 251, 223, var(--tw-bg-opacity))
  }
  .sm\:hover\:bg-secondary-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 249, 208, var(--tw-bg-opacity))
  }
  .sm\:hover\:bg-secondary-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(135, 245, 178, var(--tw-bg-opacity))
  }
  .sm\:hover\:bg-secondary-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 241, 148, var(--tw-bg-opacity))
  }
  .sm\:hover\:bg-secondary-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 238, 118, var(--tw-bg-opacity))
  }
  .sm\:hover\:bg-secondary-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .sm\:hover\:bg-secondary-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 163, 72, var(--tw-bg-opacity))
  }
  .sm\:hover\:bg-secondary-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(9, 116, 51, var(--tw-bg-opacity))
  }
  .sm\:hover\:bg-secondary-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 68, 30, var(--tw-bg-opacity))
  }
  .sm\:hover\:bg-secondary-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 21, 9, var(--tw-bg-opacity))
  }
  .sm\:hover\:bg-secondary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .sm\:hover\:bg-accent-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity))
  }
  .sm\:hover\:bg-accent-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity))
  }
  .sm\:hover\:bg-accent-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity))
  }
  .sm\:hover\:bg-accent-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity))
  }
  .sm\:hover\:bg-accent-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity))
  }
  .sm\:hover\:bg-accent-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity))
  }
  .sm\:hover\:bg-accent-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity))
  }
  .sm\:hover\:bg-accent-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity))
  }
  .sm\:hover\:bg-accent-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity))
  }
  .sm\:hover\:bg-accent-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity))
  }
  .sm\:hover\:bg-shade-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 58, 49, var(--tw-bg-opacity))
  }
  .sm\:hover\:bg-shade-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 47, 53, var(--tw-bg-opacity))
  }
  .sm\:hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .sm\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity))
  }
  .sm\:hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity))
  }
  .sm\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity))
  }
  .sm\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity))
  }
  .sm\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity))
  }
  .sm\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity))
  }
  .sm\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity))
  }
  .sm\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity))
  }
  .sm\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity))
  }
  .sm\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity))
  }
  .sm\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity))
  }
  .sm\:hover\:bg-brand-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity))
  }
  .sm\:hover\:bg-brand-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity))
  }
  .sm\:hover\:bg-brand-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity))
  }
  .sm\:hover\:bg-brand-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity))
  }
  .sm\:hover\:bg-brand-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity))
  }
  .sm\:hover\:bg-brand-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity))
  }
  .sm\:hover\:bg-brand-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity))
  }
  .sm\:hover\:bg-brand-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity))
  }
  .sm\:hover\:bg-brand-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity))
  }
  .sm\:hover\:bg-brand-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity))
  }
  .sm\:hover\:bg-transparent:hover {
    background-color: transparent
  }
  .sm\:hover\:bg-current:hover {
    background-color: currentColor
  }
  .sm\:focus\:bg-primary-50:focus, .sm\:focus\:bg-primary-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .sm\:focus\:bg-primary-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 226, var(--tw-bg-opacity))
  }
  .sm\:focus\:bg-primary-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 230, 175, var(--tw-bg-opacity))
  }
  .sm\:focus\:bg-primary-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 213, 124, var(--tw-bg-opacity))
  }
  .sm\:focus\:bg-primary-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .sm\:focus\:bg-primary-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 181, 22, var(--tw-bg-opacity))
  }
  .sm\:focus\:bg-primary-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 154, 0, var(--tw-bg-opacity))
  }
  .sm\:focus\:bg-primary-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(175, 119, 0, var(--tw-bg-opacity))
  }
  .sm\:focus\:bg-primary-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 84, 0, var(--tw-bg-opacity))
  }
  .sm\:focus\:bg-primary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .sm\:focus\:bg-secondary-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 251, 223, var(--tw-bg-opacity))
  }
  .sm\:focus\:bg-secondary-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 249, 208, var(--tw-bg-opacity))
  }
  .sm\:focus\:bg-secondary-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(135, 245, 178, var(--tw-bg-opacity))
  }
  .sm\:focus\:bg-secondary-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 241, 148, var(--tw-bg-opacity))
  }
  .sm\:focus\:bg-secondary-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 238, 118, var(--tw-bg-opacity))
  }
  .sm\:focus\:bg-secondary-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .sm\:focus\:bg-secondary-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 163, 72, var(--tw-bg-opacity))
  }
  .sm\:focus\:bg-secondary-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(9, 116, 51, var(--tw-bg-opacity))
  }
  .sm\:focus\:bg-secondary-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 68, 30, var(--tw-bg-opacity))
  }
  .sm\:focus\:bg-secondary-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 21, 9, var(--tw-bg-opacity))
  }
  .sm\:focus\:bg-secondary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .sm\:focus\:bg-accent-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity))
  }
  .sm\:focus\:bg-accent-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity))
  }
  .sm\:focus\:bg-accent-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity))
  }
  .sm\:focus\:bg-accent-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity))
  }
  .sm\:focus\:bg-accent-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity))
  }
  .sm\:focus\:bg-accent-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity))
  }
  .sm\:focus\:bg-accent-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity))
  }
  .sm\:focus\:bg-accent-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity))
  }
  .sm\:focus\:bg-accent-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity))
  }
  .sm\:focus\:bg-accent-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity))
  }
  .sm\:focus\:bg-shade-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 58, 49, var(--tw-bg-opacity))
  }
  .sm\:focus\:bg-shade-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 47, 53, var(--tw-bg-opacity))
  }
  .sm\:focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .sm\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity))
  }
  .sm\:focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity))
  }
  .sm\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity))
  }
  .sm\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity))
  }
  .sm\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity))
  }
  .sm\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity))
  }
  .sm\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity))
  }
  .sm\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity))
  }
  .sm\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity))
  }
  .sm\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity))
  }
  .sm\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity))
  }
  .sm\:focus\:bg-brand-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity))
  }
  .sm\:focus\:bg-brand-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity))
  }
  .sm\:focus\:bg-brand-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity))
  }
  .sm\:focus\:bg-brand-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity))
  }
  .sm\:focus\:bg-brand-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity))
  }
  .sm\:focus\:bg-brand-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity))
  }
  .sm\:focus\:bg-brand-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity))
  }
  .sm\:focus\:bg-brand-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity))
  }
  .sm\:focus\:bg-brand-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity))
  }
  .sm\:focus\:bg-brand-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity))
  }
  .sm\:focus\:bg-transparent:focus {
    background-color: transparent
  }
  .sm\:focus\:bg-current:focus {
    background-color: currentColor
  }
  .sm\:bg-none {
    background-image: none
  }
  .sm\:bg-gradient-to-t {
    background-image: linear-gradient(0deg, var(--tw-gradient-stops))
  }
  .sm\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops))
  }
  .sm\:bg-gradient-to-r {
    background-image: linear-gradient(90deg, var(--tw-gradient-stops))
  }
  .sm\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops))
  }
  .sm\:bg-gradient-to-b {
    background-image: linear-gradient(180deg, var(--tw-gradient-stops))
  }
  .sm\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops))
  }
  .sm\:bg-gradient-to-l {
    background-image: linear-gradient(270deg, var(--tw-gradient-stops))
  }
  .sm\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops))
  }
  .sm\:from-primary-50, .sm\:from-primary-100 {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .sm\:from-primary-200 {
    --tw-gradient-from: #fff6e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 226, 0))
  }
  .sm\:from-primary-300 {
    --tw-gradient-from: #ffe6af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 230, 175, 0))
  }
  .sm\:from-primary-400 {
    --tw-gradient-from: #ffd57c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 213, 124, 0))
  }
  .sm\:from-primary-500 {
    --tw-gradient-from: #ffc549;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .sm\:from-primary-600 {
    --tw-gradient-from: #ffb516;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 181, 22, 0))
  }
  .sm\:from-primary-700 {
    --tw-gradient-from: #e29a00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 154, 0, 0))
  }
  .sm\:from-primary-800 {
    --tw-gradient-from: #af7700;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 119, 0, 0))
  }
  .sm\:from-primary-900 {
    --tw-gradient-from: #7c5400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 84, 0, 0))
  }
  .sm\:from-primary {
    --tw-gradient-from: #ffc549;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .sm\:from-secondary-50 {
    --tw-gradient-from: #cefbdf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 251, 223, 0))
  }
  .sm\:from-secondary-100 {
    --tw-gradient-from: #b6f9d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 249, 208, 0))
  }
  .sm\:from-secondary-200 {
    --tw-gradient-from: #87f5b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 245, 178, 0))
  }
  .sm\:from-secondary-300 {
    --tw-gradient-from: #58f194;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 241, 148, 0))
  }
  .sm\:from-secondary-400 {
    --tw-gradient-from: #28ee76;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 238, 118, 0))
  }
  .sm\:from-secondary-500 {
    --tw-gradient-from: #11d25d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .sm\:from-secondary-600 {
    --tw-gradient-from: #0da348;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 163, 72, 0))
  }
  .sm\:from-secondary-700 {
    --tw-gradient-from: #097433;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 116, 51, 0))
  }
  .sm\:from-secondary-800 {
    --tw-gradient-from: #06441e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 68, 30, 0))
  }
  .sm\:from-secondary-900 {
    --tw-gradient-from: #021509;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 21, 9, 0))
  }
  .sm\:from-secondary {
    --tw-gradient-from: #11d25d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .sm\:from-accent-50 {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }
  .sm\:from-accent-100 {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }
  .sm\:from-accent-200 {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }
  .sm\:from-accent-300 {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }
  .sm\:from-accent-400 {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }
  .sm\:from-accent-500 {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }
  .sm\:from-accent-600 {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }
  .sm\:from-accent-700 {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }
  .sm\:from-accent-800 {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }
  .sm\:from-accent-900 {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }
  .sm\:from-shade-500 {
    --tw-gradient-from: #3a3a31;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 58, 49, 0))
  }
  .sm\:from-shade-600 {
    --tw-gradient-from: #2d2f35;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 47, 53, 0))
  }
  .sm\:from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .sm\:from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent)
  }
  .sm\:from-gray-50 {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }
  .sm\:from-gray-100 {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }
  .sm\:from-gray-200 {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }
  .sm\:from-gray-300 {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }
  .sm\:from-gray-400 {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }
  .sm\:from-gray-500 {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }
  .sm\:from-gray-600 {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }
  .sm\:from-gray-700 {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }
  .sm\:from-gray-800 {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }
  .sm\:from-gray-900 {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }
  .sm\:from-brand-50 {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }
  .sm\:from-brand-100 {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }
  .sm\:from-brand-200 {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }
  .sm\:from-brand-300 {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }
  .sm\:from-brand-400 {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }
  .sm\:from-brand-500 {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }
  .sm\:from-brand-600 {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }
  .sm\:from-brand-700 {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }
  .sm\:from-brand-800 {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }
  .sm\:from-brand-900 {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }
  .sm\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent)
  }
  .sm\:from-current {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .sm\:from-yellow {
    --tw-gradient-from: #eac32a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 195, 42, 0))
  }
  .sm\:from-green {
    --tw-gradient-from: #11d25d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .sm\:from-header-grad-1 {
    --tw-gradient-from: #f4cb89;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 203, 137, 0))
  }
  .sm\:from-header-grad-2 {
    --tw-gradient-from: #e3aa4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 170, 74, 0))
  }
  .sm\:from-header-grad-3 {
    --tw-gradient-from: #d85801;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 88, 1, 0))
  }
  .sm\:from-header-grad-4 {
    --tw-gradient-from: #d89930;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 153, 48, 0))
  }
  .sm\:via-primary-50, .sm\:via-primary-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .sm\:via-primary-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff6e2, var(--tw-gradient-to, rgba(255, 246, 226, 0))
  }
  .sm\:via-primary-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe6af, var(--tw-gradient-to, rgba(255, 230, 175, 0))
  }
  .sm\:via-primary-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffd57c, var(--tw-gradient-to, rgba(255, 213, 124, 0))
  }
  .sm\:via-primary-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffc549, var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .sm\:via-primary-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffb516, var(--tw-gradient-to, rgba(255, 181, 22, 0))
  }
  .sm\:via-primary-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #e29a00, var(--tw-gradient-to, rgba(226, 154, 0, 0))
  }
  .sm\:via-primary-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #af7700, var(--tw-gradient-to, rgba(175, 119, 0, 0))
  }
  .sm\:via-primary-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c5400, var(--tw-gradient-to, rgba(124, 84, 0, 0))
  }
  .sm\:via-primary {
    --tw-gradient-stops: var(--tw-gradient-from), #ffc549, var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .sm\:via-secondary-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #cefbdf, var(--tw-gradient-to, rgba(206, 251, 223, 0))
  }
  .sm\:via-secondary-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #b6f9d0, var(--tw-gradient-to, rgba(182, 249, 208, 0))
  }
  .sm\:via-secondary-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #87f5b2, var(--tw-gradient-to, rgba(135, 245, 178, 0))
  }
  .sm\:via-secondary-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #58f194, var(--tw-gradient-to, rgba(88, 241, 148, 0))
  }
  .sm\:via-secondary-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #28ee76, var(--tw-gradient-to, rgba(40, 238, 118, 0))
  }
  .sm\:via-secondary-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #11d25d, var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .sm\:via-secondary-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0da348, var(--tw-gradient-to, rgba(13, 163, 72, 0))
  }
  .sm\:via-secondary-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #097433, var(--tw-gradient-to, rgba(9, 116, 51, 0))
  }
  .sm\:via-secondary-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #06441e, var(--tw-gradient-to, rgba(6, 68, 30, 0))
  }
  .sm\:via-secondary-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #021509, var(--tw-gradient-to, rgba(2, 21, 9, 0))
  }
  .sm\:via-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), #11d25d, var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .sm\:via-accent-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }
  .sm\:via-accent-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }
  .sm\:via-accent-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }
  .sm\:via-accent-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }
  .sm\:via-accent-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }
  .sm\:via-accent-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }
  .sm\:via-accent-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }
  .sm\:via-accent-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }
  .sm\:via-accent-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }
  .sm\:via-accent-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }
  .sm\:via-shade-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3a3a31, var(--tw-gradient-to, rgba(58, 58, 49, 0))
  }
  .sm\:via-shade-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2d2f35, var(--tw-gradient-to, rgba(45, 47, 53, 0))
  }
  .sm\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .sm\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, transparent)
  }
  .sm\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }
  .sm\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }
  .sm\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }
  .sm\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }
  .sm\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }
  .sm\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }
  .sm\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }
  .sm\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }
  .sm\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }
  .sm\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }
  .sm\:via-brand-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }
  .sm\:via-brand-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }
  .sm\:via-brand-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }
  .sm\:via-brand-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }
  .sm\:via-brand-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }
  .sm\:via-brand-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }
  .sm\:via-brand-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }
  .sm\:via-brand-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }
  .sm\:via-brand-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }
  .sm\:via-brand-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }
  .sm\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, transparent)
  }
  .sm\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .sm\:via-yellow {
    --tw-gradient-stops: var(--tw-gradient-from), #eac32a, var(--tw-gradient-to, rgba(234, 195, 42, 0))
  }
  .sm\:via-green {
    --tw-gradient-stops: var(--tw-gradient-from), #11d25d, var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .sm\:via-header-grad-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #f4cb89, var(--tw-gradient-to, rgba(244, 203, 137, 0))
  }
  .sm\:via-header-grad-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #e3aa4a, var(--tw-gradient-to, rgba(227, 170, 74, 0))
  }
  .sm\:via-header-grad-3 {
    --tw-gradient-stops: var(--tw-gradient-from), #d85801, var(--tw-gradient-to, rgba(216, 88, 1, 0))
  }
  .sm\:via-header-grad-4 {
    --tw-gradient-stops: var(--tw-gradient-from), #d89930, var(--tw-gradient-to, rgba(216, 153, 48, 0))
  }
  .sm\:to-primary-50, .sm\:to-primary-100 {
    --tw-gradient-to: #fff
  }
  .sm\:to-primary-200 {
    --tw-gradient-to: #fff6e2
  }
  .sm\:to-primary-300 {
    --tw-gradient-to: #ffe6af
  }
  .sm\:to-primary-400 {
    --tw-gradient-to: #ffd57c
  }
  .sm\:to-primary-500 {
    --tw-gradient-to: #ffc549
  }
  .sm\:to-primary-600 {
    --tw-gradient-to: #ffb516
  }
  .sm\:to-primary-700 {
    --tw-gradient-to: #e29a00
  }
  .sm\:to-primary-800 {
    --tw-gradient-to: #af7700
  }
  .sm\:to-primary-900 {
    --tw-gradient-to: #7c5400
  }
  .sm\:to-primary {
    --tw-gradient-to: #ffc549
  }
  .sm\:to-secondary-50 {
    --tw-gradient-to: #cefbdf
  }
  .sm\:to-secondary-100 {
    --tw-gradient-to: #b6f9d0
  }
  .sm\:to-secondary-200 {
    --tw-gradient-to: #87f5b2
  }
  .sm\:to-secondary-300 {
    --tw-gradient-to: #58f194
  }
  .sm\:to-secondary-400 {
    --tw-gradient-to: #28ee76
  }
  .sm\:to-secondary-500 {
    --tw-gradient-to: #11d25d
  }
  .sm\:to-secondary-600 {
    --tw-gradient-to: #0da348
  }
  .sm\:to-secondary-700 {
    --tw-gradient-to: #097433
  }
  .sm\:to-secondary-800 {
    --tw-gradient-to: #06441e
  }
  .sm\:to-secondary-900 {
    --tw-gradient-to: #021509
  }
  .sm\:to-secondary {
    --tw-gradient-to: #11d25d
  }
  .sm\:to-accent-50 {
    --tw-gradient-to: #fef2f2
  }
  .sm\:to-accent-100 {
    --tw-gradient-to: #fee2e2
  }
  .sm\:to-accent-200 {
    --tw-gradient-to: #fecaca
  }
  .sm\:to-accent-300 {
    --tw-gradient-to: #fca5a5
  }
  .sm\:to-accent-400 {
    --tw-gradient-to: #f87171
  }
  .sm\:to-accent-500 {
    --tw-gradient-to: #ef4444
  }
  .sm\:to-accent-600 {
    --tw-gradient-to: #dc2626
  }
  .sm\:to-accent-700 {
    --tw-gradient-to: #b91c1c
  }
  .sm\:to-accent-800 {
    --tw-gradient-to: #991b1b
  }
  .sm\:to-accent-900 {
    --tw-gradient-to: #7f1d1d
  }
  .sm\:to-shade-500 {
    --tw-gradient-to: #3a3a31
  }
  .sm\:to-shade-600 {
    --tw-gradient-to: #2d2f35
  }
  .sm\:to-white {
    --tw-gradient-to: #fff
  }
  .sm\:to-black {
    --tw-gradient-to: #000
  }
  .sm\:to-gray-50 {
    --tw-gradient-to: #f9fafb
  }
  .sm\:to-gray-100 {
    --tw-gradient-to: #f3f4f6
  }
  .sm\:to-gray-200 {
    --tw-gradient-to: #e5e7eb
  }
  .sm\:to-gray-300 {
    --tw-gradient-to: #d1d5db
  }
  .sm\:to-gray-400 {
    --tw-gradient-to: #9ca3af
  }
  .sm\:to-gray-500 {
    --tw-gradient-to: #6b7280
  }
  .sm\:to-gray-600 {
    --tw-gradient-to: #4b5563
  }
  .sm\:to-gray-700 {
    --tw-gradient-to: #374151
  }
  .sm\:to-gray-800 {
    --tw-gradient-to: #1f2937
  }
  .sm\:to-gray-900 {
    --tw-gradient-to: #111827
  }
  .sm\:to-brand-50 {
    --tw-gradient-to: #eff6ff
  }
  .sm\:to-brand-100 {
    --tw-gradient-to: #dbeafe
  }
  .sm\:to-brand-200 {
    --tw-gradient-to: #bfdbfe
  }
  .sm\:to-brand-300 {
    --tw-gradient-to: #93c5fd
  }
  .sm\:to-brand-400 {
    --tw-gradient-to: #60a5fa
  }
  .sm\:to-brand-500 {
    --tw-gradient-to: #3b82f6
  }
  .sm\:to-brand-600 {
    --tw-gradient-to: #2563eb
  }
  .sm\:to-brand-700 {
    --tw-gradient-to: #1d4ed8
  }
  .sm\:to-brand-800 {
    --tw-gradient-to: #1e40af
  }
  .sm\:to-brand-900 {
    --tw-gradient-to: #1e3a8a
  }
  .sm\:to-transparent {
    --tw-gradient-to: transparent
  }
  .sm\:to-current {
    --tw-gradient-to: currentColor
  }
  .sm\:to-yellow {
    --tw-gradient-to: #eac32a
  }
  .sm\:to-green {
    --tw-gradient-to: #11d25d
  }
  .sm\:to-header-grad-1 {
    --tw-gradient-to: #f4cb89
  }
  .sm\:to-header-grad-2 {
    --tw-gradient-to: #e3aa4a
  }
  .sm\:to-header-grad-3 {
    --tw-gradient-to: #d85801
  }
  .sm\:to-header-grad-4 {
    --tw-gradient-to: #d89930
  }
  .sm\:hover\:from-primary-50:hover, .sm\:hover\:from-primary-100:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .sm\:hover\:from-primary-200:hover {
    --tw-gradient-from: #fff6e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 226, 0))
  }
  .sm\:hover\:from-primary-300:hover {
    --tw-gradient-from: #ffe6af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 230, 175, 0))
  }
  .sm\:hover\:from-primary-400:hover {
    --tw-gradient-from: #ffd57c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 213, 124, 0))
  }
  .sm\:hover\:from-primary-500:hover {
    --tw-gradient-from: #ffc549;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .sm\:hover\:from-primary-600:hover {
    --tw-gradient-from: #ffb516;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 181, 22, 0))
  }
  .sm\:hover\:from-primary-700:hover {
    --tw-gradient-from: #e29a00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 154, 0, 0))
  }
  .sm\:hover\:from-primary-800:hover {
    --tw-gradient-from: #af7700;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 119, 0, 0))
  }
  .sm\:hover\:from-primary-900:hover {
    --tw-gradient-from: #7c5400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 84, 0, 0))
  }
  .sm\:hover\:from-primary:hover {
    --tw-gradient-from: #ffc549;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .sm\:hover\:from-secondary-50:hover {
    --tw-gradient-from: #cefbdf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 251, 223, 0))
  }
  .sm\:hover\:from-secondary-100:hover {
    --tw-gradient-from: #b6f9d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 249, 208, 0))
  }
  .sm\:hover\:from-secondary-200:hover {
    --tw-gradient-from: #87f5b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 245, 178, 0))
  }
  .sm\:hover\:from-secondary-300:hover {
    --tw-gradient-from: #58f194;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 241, 148, 0))
  }
  .sm\:hover\:from-secondary-400:hover {
    --tw-gradient-from: #28ee76;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 238, 118, 0))
  }
  .sm\:hover\:from-secondary-500:hover {
    --tw-gradient-from: #11d25d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .sm\:hover\:from-secondary-600:hover {
    --tw-gradient-from: #0da348;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 163, 72, 0))
  }
  .sm\:hover\:from-secondary-700:hover {
    --tw-gradient-from: #097433;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 116, 51, 0))
  }
  .sm\:hover\:from-secondary-800:hover {
    --tw-gradient-from: #06441e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 68, 30, 0))
  }
  .sm\:hover\:from-secondary-900:hover {
    --tw-gradient-from: #021509;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 21, 9, 0))
  }
  .sm\:hover\:from-secondary:hover {
    --tw-gradient-from: #11d25d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .sm\:hover\:from-accent-50:hover {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }
  .sm\:hover\:from-accent-100:hover {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }
  .sm\:hover\:from-accent-200:hover {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }
  .sm\:hover\:from-accent-300:hover {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }
  .sm\:hover\:from-accent-400:hover {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }
  .sm\:hover\:from-accent-500:hover {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }
  .sm\:hover\:from-accent-600:hover {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }
  .sm\:hover\:from-accent-700:hover {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }
  .sm\:hover\:from-accent-800:hover {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }
  .sm\:hover\:from-accent-900:hover {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }
  .sm\:hover\:from-shade-500:hover {
    --tw-gradient-from: #3a3a31;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 58, 49, 0))
  }
  .sm\:hover\:from-shade-600:hover {
    --tw-gradient-from: #2d2f35;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 47, 53, 0))
  }
  .sm\:hover\:from-white:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .sm\:hover\:from-black:hover {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent)
  }
  .sm\:hover\:from-gray-50:hover {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }
  .sm\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }
  .sm\:hover\:from-gray-200:hover {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }
  .sm\:hover\:from-gray-300:hover {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }
  .sm\:hover\:from-gray-400:hover {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }
  .sm\:hover\:from-gray-500:hover {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }
  .sm\:hover\:from-gray-600:hover {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }
  .sm\:hover\:from-gray-700:hover {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }
  .sm\:hover\:from-gray-800:hover {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }
  .sm\:hover\:from-gray-900:hover {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }
  .sm\:hover\:from-brand-50:hover {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }
  .sm\:hover\:from-brand-100:hover {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }
  .sm\:hover\:from-brand-200:hover {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }
  .sm\:hover\:from-brand-300:hover {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }
  .sm\:hover\:from-brand-400:hover {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }
  .sm\:hover\:from-brand-500:hover {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }
  .sm\:hover\:from-brand-600:hover {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }
  .sm\:hover\:from-brand-700:hover {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }
  .sm\:hover\:from-brand-800:hover {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }
  .sm\:hover\:from-brand-900:hover {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }
  .sm\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent)
  }
  .sm\:hover\:from-current:hover {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .sm\:hover\:from-yellow:hover {
    --tw-gradient-from: #eac32a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 195, 42, 0))
  }
  .sm\:hover\:from-green:hover {
    --tw-gradient-from: #11d25d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .sm\:hover\:from-header-grad-1:hover {
    --tw-gradient-from: #f4cb89;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 203, 137, 0))
  }
  .sm\:hover\:from-header-grad-2:hover {
    --tw-gradient-from: #e3aa4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 170, 74, 0))
  }
  .sm\:hover\:from-header-grad-3:hover {
    --tw-gradient-from: #d85801;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 88, 1, 0))
  }
  .sm\:hover\:from-header-grad-4:hover {
    --tw-gradient-from: #d89930;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 153, 48, 0))
  }
  .sm\:hover\:via-primary-50:hover, .sm\:hover\:via-primary-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .sm\:hover\:via-primary-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff6e2, var(--tw-gradient-to, rgba(255, 246, 226, 0))
  }
  .sm\:hover\:via-primary-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe6af, var(--tw-gradient-to, rgba(255, 230, 175, 0))
  }
  .sm\:hover\:via-primary-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffd57c, var(--tw-gradient-to, rgba(255, 213, 124, 0))
  }
  .sm\:hover\:via-primary-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffc549, var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .sm\:hover\:via-primary-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffb516, var(--tw-gradient-to, rgba(255, 181, 22, 0))
  }
  .sm\:hover\:via-primary-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e29a00, var(--tw-gradient-to, rgba(226, 154, 0, 0))
  }
  .sm\:hover\:via-primary-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #af7700, var(--tw-gradient-to, rgba(175, 119, 0, 0))
  }
  .sm\:hover\:via-primary-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c5400, var(--tw-gradient-to, rgba(124, 84, 0, 0))
  }
  .sm\:hover\:via-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffc549, var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .sm\:hover\:via-secondary-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cefbdf, var(--tw-gradient-to, rgba(206, 251, 223, 0))
  }
  .sm\:hover\:via-secondary-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b6f9d0, var(--tw-gradient-to, rgba(182, 249, 208, 0))
  }
  .sm\:hover\:via-secondary-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #87f5b2, var(--tw-gradient-to, rgba(135, 245, 178, 0))
  }
  .sm\:hover\:via-secondary-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #58f194, var(--tw-gradient-to, rgba(88, 241, 148, 0))
  }
  .sm\:hover\:via-secondary-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #28ee76, var(--tw-gradient-to, rgba(40, 238, 118, 0))
  }
  .sm\:hover\:via-secondary-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #11d25d, var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .sm\:hover\:via-secondary-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0da348, var(--tw-gradient-to, rgba(13, 163, 72, 0))
  }
  .sm\:hover\:via-secondary-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #097433, var(--tw-gradient-to, rgba(9, 116, 51, 0))
  }
  .sm\:hover\:via-secondary-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #06441e, var(--tw-gradient-to, rgba(6, 68, 30, 0))
  }
  .sm\:hover\:via-secondary-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #021509, var(--tw-gradient-to, rgba(2, 21, 9, 0))
  }
  .sm\:hover\:via-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #11d25d, var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .sm\:hover\:via-accent-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }
  .sm\:hover\:via-accent-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }
  .sm\:hover\:via-accent-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }
  .sm\:hover\:via-accent-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }
  .sm\:hover\:via-accent-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }
  .sm\:hover\:via-accent-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }
  .sm\:hover\:via-accent-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }
  .sm\:hover\:via-accent-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }
  .sm\:hover\:via-accent-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }
  .sm\:hover\:via-accent-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }
  .sm\:hover\:via-shade-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3a3a31, var(--tw-gradient-to, rgba(58, 58, 49, 0))
  }
  .sm\:hover\:via-shade-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2d2f35, var(--tw-gradient-to, rgba(45, 47, 53, 0))
  }
  .sm\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .sm\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, transparent)
  }
  .sm\:hover\:via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }
  .sm\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }
  .sm\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }
  .sm\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }
  .sm\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }
  .sm\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }
  .sm\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }
  .sm\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }
  .sm\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }
  .sm\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }
  .sm\:hover\:via-brand-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }
  .sm\:hover\:via-brand-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }
  .sm\:hover\:via-brand-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }
  .sm\:hover\:via-brand-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }
  .sm\:hover\:via-brand-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }
  .sm\:hover\:via-brand-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }
  .sm\:hover\:via-brand-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }
  .sm\:hover\:via-brand-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }
  .sm\:hover\:via-brand-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }
  .sm\:hover\:via-brand-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }
  .sm\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, transparent)
  }
  .sm\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .sm\:hover\:via-yellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eac32a, var(--tw-gradient-to, rgba(234, 195, 42, 0))
  }
  .sm\:hover\:via-green:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #11d25d, var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .sm\:hover\:via-header-grad-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f4cb89, var(--tw-gradient-to, rgba(244, 203, 137, 0))
  }
  .sm\:hover\:via-header-grad-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e3aa4a, var(--tw-gradient-to, rgba(227, 170, 74, 0))
  }
  .sm\:hover\:via-header-grad-3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d85801, var(--tw-gradient-to, rgba(216, 88, 1, 0))
  }
  .sm\:hover\:via-header-grad-4:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d89930, var(--tw-gradient-to, rgba(216, 153, 48, 0))
  }
  .sm\:hover\:to-primary-50:hover, .sm\:hover\:to-primary-100:hover {
    --tw-gradient-to: #fff
  }
  .sm\:hover\:to-primary-200:hover {
    --tw-gradient-to: #fff6e2
  }
  .sm\:hover\:to-primary-300:hover {
    --tw-gradient-to: #ffe6af
  }
  .sm\:hover\:to-primary-400:hover {
    --tw-gradient-to: #ffd57c
  }
  .sm\:hover\:to-primary-500:hover {
    --tw-gradient-to: #ffc549
  }
  .sm\:hover\:to-primary-600:hover {
    --tw-gradient-to: #ffb516
  }
  .sm\:hover\:to-primary-700:hover {
    --tw-gradient-to: #e29a00
  }
  .sm\:hover\:to-primary-800:hover {
    --tw-gradient-to: #af7700
  }
  .sm\:hover\:to-primary-900:hover {
    --tw-gradient-to: #7c5400
  }
  .sm\:hover\:to-primary:hover {
    --tw-gradient-to: #ffc549
  }
  .sm\:hover\:to-secondary-50:hover {
    --tw-gradient-to: #cefbdf
  }
  .sm\:hover\:to-secondary-100:hover {
    --tw-gradient-to: #b6f9d0
  }
  .sm\:hover\:to-secondary-200:hover {
    --tw-gradient-to: #87f5b2
  }
  .sm\:hover\:to-secondary-300:hover {
    --tw-gradient-to: #58f194
  }
  .sm\:hover\:to-secondary-400:hover {
    --tw-gradient-to: #28ee76
  }
  .sm\:hover\:to-secondary-500:hover {
    --tw-gradient-to: #11d25d
  }
  .sm\:hover\:to-secondary-600:hover {
    --tw-gradient-to: #0da348
  }
  .sm\:hover\:to-secondary-700:hover {
    --tw-gradient-to: #097433
  }
  .sm\:hover\:to-secondary-800:hover {
    --tw-gradient-to: #06441e
  }
  .sm\:hover\:to-secondary-900:hover {
    --tw-gradient-to: #021509
  }
  .sm\:hover\:to-secondary:hover {
    --tw-gradient-to: #11d25d
  }
  .sm\:hover\:to-accent-50:hover {
    --tw-gradient-to: #fef2f2
  }
  .sm\:hover\:to-accent-100:hover {
    --tw-gradient-to: #fee2e2
  }
  .sm\:hover\:to-accent-200:hover {
    --tw-gradient-to: #fecaca
  }
  .sm\:hover\:to-accent-300:hover {
    --tw-gradient-to: #fca5a5
  }
  .sm\:hover\:to-accent-400:hover {
    --tw-gradient-to: #f87171
  }
  .sm\:hover\:to-accent-500:hover {
    --tw-gradient-to: #ef4444
  }
  .sm\:hover\:to-accent-600:hover {
    --tw-gradient-to: #dc2626
  }
  .sm\:hover\:to-accent-700:hover {
    --tw-gradient-to: #b91c1c
  }
  .sm\:hover\:to-accent-800:hover {
    --tw-gradient-to: #991b1b
  }
  .sm\:hover\:to-accent-900:hover {
    --tw-gradient-to: #7f1d1d
  }
  .sm\:hover\:to-shade-500:hover {
    --tw-gradient-to: #3a3a31
  }
  .sm\:hover\:to-shade-600:hover {
    --tw-gradient-to: #2d2f35
  }
  .sm\:hover\:to-white:hover {
    --tw-gradient-to: #fff
  }
  .sm\:hover\:to-black:hover {
    --tw-gradient-to: #000
  }
  .sm\:hover\:to-gray-50:hover {
    --tw-gradient-to: #f9fafb
  }
  .sm\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f3f4f6
  }
  .sm\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e5e7eb
  }
  .sm\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d1d5db
  }
  .sm\:hover\:to-gray-400:hover {
    --tw-gradient-to: #9ca3af
  }
  .sm\:hover\:to-gray-500:hover {
    --tw-gradient-to: #6b7280
  }
  .sm\:hover\:to-gray-600:hover {
    --tw-gradient-to: #4b5563
  }
  .sm\:hover\:to-gray-700:hover {
    --tw-gradient-to: #374151
  }
  .sm\:hover\:to-gray-800:hover {
    --tw-gradient-to: #1f2937
  }
  .sm\:hover\:to-gray-900:hover {
    --tw-gradient-to: #111827
  }
  .sm\:hover\:to-brand-50:hover {
    --tw-gradient-to: #eff6ff
  }
  .sm\:hover\:to-brand-100:hover {
    --tw-gradient-to: #dbeafe
  }
  .sm\:hover\:to-brand-200:hover {
    --tw-gradient-to: #bfdbfe
  }
  .sm\:hover\:to-brand-300:hover {
    --tw-gradient-to: #93c5fd
  }
  .sm\:hover\:to-brand-400:hover {
    --tw-gradient-to: #60a5fa
  }
  .sm\:hover\:to-brand-500:hover {
    --tw-gradient-to: #3b82f6
  }
  .sm\:hover\:to-brand-600:hover {
    --tw-gradient-to: #2563eb
  }
  .sm\:hover\:to-brand-700:hover {
    --tw-gradient-to: #1d4ed8
  }
  .sm\:hover\:to-brand-800:hover {
    --tw-gradient-to: #1e40af
  }
  .sm\:hover\:to-brand-900:hover {
    --tw-gradient-to: #1e3a8a
  }
  .sm\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent
  }
  .sm\:hover\:to-current:hover {
    --tw-gradient-to: currentColor
  }
  .sm\:hover\:to-yellow:hover {
    --tw-gradient-to: #eac32a
  }
  .sm\:hover\:to-green:hover {
    --tw-gradient-to: #11d25d
  }
  .sm\:hover\:to-header-grad-1:hover {
    --tw-gradient-to: #f4cb89
  }
  .sm\:hover\:to-header-grad-2:hover {
    --tw-gradient-to: #e3aa4a
  }
  .sm\:hover\:to-header-grad-3:hover {
    --tw-gradient-to: #d85801
  }
  .sm\:hover\:to-header-grad-4:hover {
    --tw-gradient-to: #d89930
  }
  .sm\:focus\:from-primary-50:focus, .sm\:focus\:from-primary-100:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .sm\:focus\:from-primary-200:focus {
    --tw-gradient-from: #fff6e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 226, 0))
  }
  .sm\:focus\:from-primary-300:focus {
    --tw-gradient-from: #ffe6af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 230, 175, 0))
  }
  .sm\:focus\:from-primary-400:focus {
    --tw-gradient-from: #ffd57c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 213, 124, 0))
  }
  .sm\:focus\:from-primary-500:focus {
    --tw-gradient-from: #ffc549;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .sm\:focus\:from-primary-600:focus {
    --tw-gradient-from: #ffb516;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 181, 22, 0))
  }
  .sm\:focus\:from-primary-700:focus {
    --tw-gradient-from: #e29a00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 154, 0, 0))
  }
  .sm\:focus\:from-primary-800:focus {
    --tw-gradient-from: #af7700;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 119, 0, 0))
  }
  .sm\:focus\:from-primary-900:focus {
    --tw-gradient-from: #7c5400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 84, 0, 0))
  }
  .sm\:focus\:from-primary:focus {
    --tw-gradient-from: #ffc549;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .sm\:focus\:from-secondary-50:focus {
    --tw-gradient-from: #cefbdf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 251, 223, 0))
  }
  .sm\:focus\:from-secondary-100:focus {
    --tw-gradient-from: #b6f9d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 249, 208, 0))
  }
  .sm\:focus\:from-secondary-200:focus {
    --tw-gradient-from: #87f5b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 245, 178, 0))
  }
  .sm\:focus\:from-secondary-300:focus {
    --tw-gradient-from: #58f194;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 241, 148, 0))
  }
  .sm\:focus\:from-secondary-400:focus {
    --tw-gradient-from: #28ee76;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 238, 118, 0))
  }
  .sm\:focus\:from-secondary-500:focus {
    --tw-gradient-from: #11d25d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .sm\:focus\:from-secondary-600:focus {
    --tw-gradient-from: #0da348;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 163, 72, 0))
  }
  .sm\:focus\:from-secondary-700:focus {
    --tw-gradient-from: #097433;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 116, 51, 0))
  }
  .sm\:focus\:from-secondary-800:focus {
    --tw-gradient-from: #06441e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 68, 30, 0))
  }
  .sm\:focus\:from-secondary-900:focus {
    --tw-gradient-from: #021509;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 21, 9, 0))
  }
  .sm\:focus\:from-secondary:focus {
    --tw-gradient-from: #11d25d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .sm\:focus\:from-accent-50:focus {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }
  .sm\:focus\:from-accent-100:focus {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }
  .sm\:focus\:from-accent-200:focus {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }
  .sm\:focus\:from-accent-300:focus {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }
  .sm\:focus\:from-accent-400:focus {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }
  .sm\:focus\:from-accent-500:focus {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }
  .sm\:focus\:from-accent-600:focus {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }
  .sm\:focus\:from-accent-700:focus {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }
  .sm\:focus\:from-accent-800:focus {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }
  .sm\:focus\:from-accent-900:focus {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }
  .sm\:focus\:from-shade-500:focus {
    --tw-gradient-from: #3a3a31;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 58, 49, 0))
  }
  .sm\:focus\:from-shade-600:focus {
    --tw-gradient-from: #2d2f35;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 47, 53, 0))
  }
  .sm\:focus\:from-white:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .sm\:focus\:from-black:focus {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent)
  }
  .sm\:focus\:from-gray-50:focus {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }
  .sm\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }
  .sm\:focus\:from-gray-200:focus {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }
  .sm\:focus\:from-gray-300:focus {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }
  .sm\:focus\:from-gray-400:focus {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }
  .sm\:focus\:from-gray-500:focus {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }
  .sm\:focus\:from-gray-600:focus {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }
  .sm\:focus\:from-gray-700:focus {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }
  .sm\:focus\:from-gray-800:focus {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }
  .sm\:focus\:from-gray-900:focus {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }
  .sm\:focus\:from-brand-50:focus {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }
  .sm\:focus\:from-brand-100:focus {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }
  .sm\:focus\:from-brand-200:focus {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }
  .sm\:focus\:from-brand-300:focus {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }
  .sm\:focus\:from-brand-400:focus {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }
  .sm\:focus\:from-brand-500:focus {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }
  .sm\:focus\:from-brand-600:focus {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }
  .sm\:focus\:from-brand-700:focus {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }
  .sm\:focus\:from-brand-800:focus {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }
  .sm\:focus\:from-brand-900:focus {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }
  .sm\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent)
  }
  .sm\:focus\:from-current:focus {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .sm\:focus\:from-yellow:focus {
    --tw-gradient-from: #eac32a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 195, 42, 0))
  }
  .sm\:focus\:from-green:focus {
    --tw-gradient-from: #11d25d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .sm\:focus\:from-header-grad-1:focus {
    --tw-gradient-from: #f4cb89;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 203, 137, 0))
  }
  .sm\:focus\:from-header-grad-2:focus {
    --tw-gradient-from: #e3aa4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 170, 74, 0))
  }
  .sm\:focus\:from-header-grad-3:focus {
    --tw-gradient-from: #d85801;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 88, 1, 0))
  }
  .sm\:focus\:from-header-grad-4:focus {
    --tw-gradient-from: #d89930;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 153, 48, 0))
  }
  .sm\:focus\:via-primary-50:focus, .sm\:focus\:via-primary-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .sm\:focus\:via-primary-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff6e2, var(--tw-gradient-to, rgba(255, 246, 226, 0))
  }
  .sm\:focus\:via-primary-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe6af, var(--tw-gradient-to, rgba(255, 230, 175, 0))
  }
  .sm\:focus\:via-primary-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffd57c, var(--tw-gradient-to, rgba(255, 213, 124, 0))
  }
  .sm\:focus\:via-primary-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffc549, var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .sm\:focus\:via-primary-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffb516, var(--tw-gradient-to, rgba(255, 181, 22, 0))
  }
  .sm\:focus\:via-primary-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e29a00, var(--tw-gradient-to, rgba(226, 154, 0, 0))
  }
  .sm\:focus\:via-primary-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #af7700, var(--tw-gradient-to, rgba(175, 119, 0, 0))
  }
  .sm\:focus\:via-primary-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c5400, var(--tw-gradient-to, rgba(124, 84, 0, 0))
  }
  .sm\:focus\:via-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffc549, var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .sm\:focus\:via-secondary-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cefbdf, var(--tw-gradient-to, rgba(206, 251, 223, 0))
  }
  .sm\:focus\:via-secondary-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b6f9d0, var(--tw-gradient-to, rgba(182, 249, 208, 0))
  }
  .sm\:focus\:via-secondary-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #87f5b2, var(--tw-gradient-to, rgba(135, 245, 178, 0))
  }
  .sm\:focus\:via-secondary-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #58f194, var(--tw-gradient-to, rgba(88, 241, 148, 0))
  }
  .sm\:focus\:via-secondary-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #28ee76, var(--tw-gradient-to, rgba(40, 238, 118, 0))
  }
  .sm\:focus\:via-secondary-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #11d25d, var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .sm\:focus\:via-secondary-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0da348, var(--tw-gradient-to, rgba(13, 163, 72, 0))
  }
  .sm\:focus\:via-secondary-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #097433, var(--tw-gradient-to, rgba(9, 116, 51, 0))
  }
  .sm\:focus\:via-secondary-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #06441e, var(--tw-gradient-to, rgba(6, 68, 30, 0))
  }
  .sm\:focus\:via-secondary-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #021509, var(--tw-gradient-to, rgba(2, 21, 9, 0))
  }
  .sm\:focus\:via-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #11d25d, var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .sm\:focus\:via-accent-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }
  .sm\:focus\:via-accent-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }
  .sm\:focus\:via-accent-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }
  .sm\:focus\:via-accent-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }
  .sm\:focus\:via-accent-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }
  .sm\:focus\:via-accent-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }
  .sm\:focus\:via-accent-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }
  .sm\:focus\:via-accent-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }
  .sm\:focus\:via-accent-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }
  .sm\:focus\:via-accent-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }
  .sm\:focus\:via-shade-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3a3a31, var(--tw-gradient-to, rgba(58, 58, 49, 0))
  }
  .sm\:focus\:via-shade-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2d2f35, var(--tw-gradient-to, rgba(45, 47, 53, 0))
  }
  .sm\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .sm\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, transparent)
  }
  .sm\:focus\:via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }
  .sm\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }
  .sm\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }
  .sm\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }
  .sm\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }
  .sm\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }
  .sm\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }
  .sm\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }
  .sm\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }
  .sm\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }
  .sm\:focus\:via-brand-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }
  .sm\:focus\:via-brand-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }
  .sm\:focus\:via-brand-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }
  .sm\:focus\:via-brand-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }
  .sm\:focus\:via-brand-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }
  .sm\:focus\:via-brand-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }
  .sm\:focus\:via-brand-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }
  .sm\:focus\:via-brand-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }
  .sm\:focus\:via-brand-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }
  .sm\:focus\:via-brand-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }
  .sm\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, transparent)
  }
  .sm\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .sm\:focus\:via-yellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eac32a, var(--tw-gradient-to, rgba(234, 195, 42, 0))
  }
  .sm\:focus\:via-green:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #11d25d, var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .sm\:focus\:via-header-grad-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f4cb89, var(--tw-gradient-to, rgba(244, 203, 137, 0))
  }
  .sm\:focus\:via-header-grad-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e3aa4a, var(--tw-gradient-to, rgba(227, 170, 74, 0))
  }
  .sm\:focus\:via-header-grad-3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d85801, var(--tw-gradient-to, rgba(216, 88, 1, 0))
  }
  .sm\:focus\:via-header-grad-4:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d89930, var(--tw-gradient-to, rgba(216, 153, 48, 0))
  }
  .sm\:focus\:to-primary-50:focus, .sm\:focus\:to-primary-100:focus {
    --tw-gradient-to: #fff
  }
  .sm\:focus\:to-primary-200:focus {
    --tw-gradient-to: #fff6e2
  }
  .sm\:focus\:to-primary-300:focus {
    --tw-gradient-to: #ffe6af
  }
  .sm\:focus\:to-primary-400:focus {
    --tw-gradient-to: #ffd57c
  }
  .sm\:focus\:to-primary-500:focus {
    --tw-gradient-to: #ffc549
  }
  .sm\:focus\:to-primary-600:focus {
    --tw-gradient-to: #ffb516
  }
  .sm\:focus\:to-primary-700:focus {
    --tw-gradient-to: #e29a00
  }
  .sm\:focus\:to-primary-800:focus {
    --tw-gradient-to: #af7700
  }
  .sm\:focus\:to-primary-900:focus {
    --tw-gradient-to: #7c5400
  }
  .sm\:focus\:to-primary:focus {
    --tw-gradient-to: #ffc549
  }
  .sm\:focus\:to-secondary-50:focus {
    --tw-gradient-to: #cefbdf
  }
  .sm\:focus\:to-secondary-100:focus {
    --tw-gradient-to: #b6f9d0
  }
  .sm\:focus\:to-secondary-200:focus {
    --tw-gradient-to: #87f5b2
  }
  .sm\:focus\:to-secondary-300:focus {
    --tw-gradient-to: #58f194
  }
  .sm\:focus\:to-secondary-400:focus {
    --tw-gradient-to: #28ee76
  }
  .sm\:focus\:to-secondary-500:focus {
    --tw-gradient-to: #11d25d
  }
  .sm\:focus\:to-secondary-600:focus {
    --tw-gradient-to: #0da348
  }
  .sm\:focus\:to-secondary-700:focus {
    --tw-gradient-to: #097433
  }
  .sm\:focus\:to-secondary-800:focus {
    --tw-gradient-to: #06441e
  }
  .sm\:focus\:to-secondary-900:focus {
    --tw-gradient-to: #021509
  }
  .sm\:focus\:to-secondary:focus {
    --tw-gradient-to: #11d25d
  }
  .sm\:focus\:to-accent-50:focus {
    --tw-gradient-to: #fef2f2
  }
  .sm\:focus\:to-accent-100:focus {
    --tw-gradient-to: #fee2e2
  }
  .sm\:focus\:to-accent-200:focus {
    --tw-gradient-to: #fecaca
  }
  .sm\:focus\:to-accent-300:focus {
    --tw-gradient-to: #fca5a5
  }
  .sm\:focus\:to-accent-400:focus {
    --tw-gradient-to: #f87171
  }
  .sm\:focus\:to-accent-500:focus {
    --tw-gradient-to: #ef4444
  }
  .sm\:focus\:to-accent-600:focus {
    --tw-gradient-to: #dc2626
  }
  .sm\:focus\:to-accent-700:focus {
    --tw-gradient-to: #b91c1c
  }
  .sm\:focus\:to-accent-800:focus {
    --tw-gradient-to: #991b1b
  }
  .sm\:focus\:to-accent-900:focus {
    --tw-gradient-to: #7f1d1d
  }
  .sm\:focus\:to-shade-500:focus {
    --tw-gradient-to: #3a3a31
  }
  .sm\:focus\:to-shade-600:focus {
    --tw-gradient-to: #2d2f35
  }
  .sm\:focus\:to-white:focus {
    --tw-gradient-to: #fff
  }
  .sm\:focus\:to-black:focus {
    --tw-gradient-to: #000
  }
  .sm\:focus\:to-gray-50:focus {
    --tw-gradient-to: #f9fafb
  }
  .sm\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f3f4f6
  }
  .sm\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e5e7eb
  }
  .sm\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d1d5db
  }
  .sm\:focus\:to-gray-400:focus {
    --tw-gradient-to: #9ca3af
  }
  .sm\:focus\:to-gray-500:focus {
    --tw-gradient-to: #6b7280
  }
  .sm\:focus\:to-gray-600:focus {
    --tw-gradient-to: #4b5563
  }
  .sm\:focus\:to-gray-700:focus {
    --tw-gradient-to: #374151
  }
  .sm\:focus\:to-gray-800:focus {
    --tw-gradient-to: #1f2937
  }
  .sm\:focus\:to-gray-900:focus {
    --tw-gradient-to: #111827
  }
  .sm\:focus\:to-brand-50:focus {
    --tw-gradient-to: #eff6ff
  }
  .sm\:focus\:to-brand-100:focus {
    --tw-gradient-to: #dbeafe
  }
  .sm\:focus\:to-brand-200:focus {
    --tw-gradient-to: #bfdbfe
  }
  .sm\:focus\:to-brand-300:focus {
    --tw-gradient-to: #93c5fd
  }
  .sm\:focus\:to-brand-400:focus {
    --tw-gradient-to: #60a5fa
  }
  .sm\:focus\:to-brand-500:focus {
    --tw-gradient-to: #3b82f6
  }
  .sm\:focus\:to-brand-600:focus {
    --tw-gradient-to: #2563eb
  }
  .sm\:focus\:to-brand-700:focus {
    --tw-gradient-to: #1d4ed8
  }
  .sm\:focus\:to-brand-800:focus {
    --tw-gradient-to: #1e40af
  }
  .sm\:focus\:to-brand-900:focus {
    --tw-gradient-to: #1e3a8a
  }
  .sm\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent
  }
  .sm\:focus\:to-current:focus {
    --tw-gradient-to: currentColor
  }
  .sm\:focus\:to-yellow:focus {
    --tw-gradient-to: #eac32a
  }
  .sm\:focus\:to-green:focus {
    --tw-gradient-to: #11d25d
  }
  .sm\:focus\:to-header-grad-1:focus {
    --tw-gradient-to: #f4cb89
  }
  .sm\:focus\:to-header-grad-2:focus {
    --tw-gradient-to: #e3aa4a
  }
  .sm\:focus\:to-header-grad-3:focus {
    --tw-gradient-to: #d85801
  }
  .sm\:focus\:to-header-grad-4:focus {
    --tw-gradient-to: #d89930
  }
  .sm\:bg-opacity-0 {
    --tw-bg-opacity: 0
  }
  .sm\:bg-opacity-5 {
    --tw-bg-opacity: 0.05
  }
  .sm\:bg-opacity-10 {
    --tw-bg-opacity: 0.1
  }
  .sm\:bg-opacity-20 {
    --tw-bg-opacity: 0.2
  }
  .sm\:bg-opacity-25 {
    --tw-bg-opacity: 0.25
  }
  .sm\:bg-opacity-30 {
    --tw-bg-opacity: 0.3
  }
  .sm\:bg-opacity-40 {
    --tw-bg-opacity: 0.4
  }
  .sm\:bg-opacity-50 {
    --tw-bg-opacity: 0.5
  }
  .sm\:bg-opacity-60 {
    --tw-bg-opacity: 0.6
  }
  .sm\:bg-opacity-70 {
    --tw-bg-opacity: 0.7
  }
  .sm\:bg-opacity-75 {
    --tw-bg-opacity: 0.75
  }
  .sm\:bg-opacity-80 {
    --tw-bg-opacity: 0.8
  }
  .sm\:bg-opacity-90 {
    --tw-bg-opacity: 0.9
  }
  .sm\:bg-opacity-95 {
    --tw-bg-opacity: 0.95
  }
  .sm\:bg-opacity-100 {
    --tw-bg-opacity: 1
  }
  .group:hover .sm\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0
  }
  .group:hover .sm\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05
  }
  .group:hover .sm\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1
  }
  .group:hover .sm\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2
  }
  .group:hover .sm\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25
  }
  .group:hover .sm\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3
  }
  .group:hover .sm\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4
  }
  .group:hover .sm\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5
  }
  .group:hover .sm\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6
  }
  .group:hover .sm\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7
  }
  .group:hover .sm\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75
  }
  .group:hover .sm\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8
  }
  .group:hover .sm\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9
  }
  .group:hover .sm\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95
  }
  .group:hover .sm\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1
  }
  .sm\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0
  }
  .sm\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05
  }
  .sm\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1
  }
  .sm\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2
  }
  .sm\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25
  }
  .sm\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3
  }
  .sm\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4
  }
  .sm\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5
  }
  .sm\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6
  }
  .sm\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7
  }
  .sm\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75
  }
  .sm\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8
  }
  .sm\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9
  }
  .sm\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95
  }
  .sm\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1
  }
  .sm\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0
  }
  .sm\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05
  }
  .sm\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1
  }
  .sm\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2
  }
  .sm\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25
  }
  .sm\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3
  }
  .sm\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4
  }
  .sm\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5
  }
  .sm\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6
  }
  .sm\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7
  }
  .sm\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75
  }
  .sm\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8
  }
  .sm\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9
  }
  .sm\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95
  }
  .sm\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1
  }
  .sm\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0
  }
  .sm\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05
  }
  .sm\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1
  }
  .sm\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2
  }
  .sm\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25
  }
  .sm\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3
  }
  .sm\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4
  }
  .sm\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5
  }
  .sm\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6
  }
  .sm\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7
  }
  .sm\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75
  }
  .sm\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8
  }
  .sm\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9
  }
  .sm\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95
  }
  .sm\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1
  }
  .sm\:bg-bottom {
    background-position: bottom
  }
  .sm\:bg-center {
    background-position: 50%
  }
  .sm\:bg-left {
    background-position: 0
  }
  .sm\:bg-left-bottom {
    background-position: 0 100%
  }
  .sm\:bg-left-top {
    background-position: 0 0
  }
  .sm\:bg-right {
    background-position: 100%
  }
  .sm\:bg-right-bottom {
    background-position: 100% 100%
  }
  .sm\:bg-right-top {
    background-position: 100% 0
  }
  .sm\:bg-top {
    background-position: top
  }
  .sm\:bg-repeat {
    background-repeat: repeat
  }
  .sm\:bg-no-repeat {
    background-repeat: no-repeat
  }
  .sm\:bg-repeat-x {
    background-repeat: repeat-x
  }
  .sm\:bg-repeat-y {
    background-repeat: repeat-y
  }
  .sm\:bg-repeat-round {
    background-repeat: round
  }
  .sm\:bg-repeat-space {
    background-repeat: space
  }
  .sm\:bg-auto {
    background-size: auto
  }
  .sm\:bg-cover {
    background-size: cover
  }
  .sm\:bg-contain {
    background-size: contain
  }
  .sm\:border-collapse {
    border-collapse: collapse
  }
  .sm\:border-separate {
    border-collapse: separate
  }
  .sm\:border-primary-50, .sm\:border-primary-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .sm\:border-primary-200 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 226, var(--tw-border-opacity))
  }
  .sm\:border-primary-300 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 230, 175, var(--tw-border-opacity))
  }
  .sm\:border-primary-400 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 213, 124, var(--tw-border-opacity))
  }
  .sm\:border-primary-500 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .sm\:border-primary-600 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 181, 22, var(--tw-border-opacity))
  }
  .sm\:border-primary-700 {
    --tw-border-opacity: 1;
    border-color: rgba(226, 154, 0, var(--tw-border-opacity))
  }
  .sm\:border-primary-800 {
    --tw-border-opacity: 1;
    border-color: rgba(175, 119, 0, var(--tw-border-opacity))
  }
  .sm\:border-primary-900 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 84, 0, var(--tw-border-opacity))
  }
  .sm\:border-primary {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .sm\:border-secondary-50 {
    --tw-border-opacity: 1;
    border-color: rgba(206, 251, 223, var(--tw-border-opacity))
  }
  .sm\:border-secondary-100 {
    --tw-border-opacity: 1;
    border-color: rgba(182, 249, 208, var(--tw-border-opacity))
  }
  .sm\:border-secondary-200 {
    --tw-border-opacity: 1;
    border-color: rgba(135, 245, 178, var(--tw-border-opacity))
  }
  .sm\:border-secondary-300 {
    --tw-border-opacity: 1;
    border-color: rgba(88, 241, 148, var(--tw-border-opacity))
  }
  .sm\:border-secondary-400 {
    --tw-border-opacity: 1;
    border-color: rgba(40, 238, 118, var(--tw-border-opacity))
  }
  .sm\:border-secondary-500 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .sm\:border-secondary-600 {
    --tw-border-opacity: 1;
    border-color: rgba(13, 163, 72, var(--tw-border-opacity))
  }
  .sm\:border-secondary-700 {
    --tw-border-opacity: 1;
    border-color: rgba(9, 116, 51, var(--tw-border-opacity))
  }
  .sm\:border-secondary-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 68, 30, var(--tw-border-opacity))
  }
  .sm\:border-secondary-900 {
    --tw-border-opacity: 1;
    border-color: rgba(2, 21, 9, var(--tw-border-opacity))
  }
  .sm\:border-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .sm\:border-accent-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity))
  }
  .sm\:border-accent-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity))
  }
  .sm\:border-accent-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity))
  }
  .sm\:border-accent-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity))
  }
  .sm\:border-accent-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity))
  }
  .sm\:border-accent-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity))
  }
  .sm\:border-accent-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity))
  }
  .sm\:border-accent-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity))
  }
  .sm\:border-accent-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity))
  }
  .sm\:border-accent-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity))
  }
  .sm\:border-shade-500 {
    --tw-border-opacity: 1;
    border-color: rgba(58, 58, 49, var(--tw-border-opacity))
  }
  .sm\:border-shade-600 {
    --tw-border-opacity: 1;
    border-color: rgba(45, 47, 53, var(--tw-border-opacity))
  }
  .sm\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .sm\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity))
  }
  .sm\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity))
  }
  .sm\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity))
  }
  .sm\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity))
  }
  .sm\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity))
  }
  .sm\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity))
  }
  .sm\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity))
  }
  .sm\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity))
  }
  .sm\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity))
  }
  .sm\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity))
  }
  .sm\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity))
  }
  .sm\:border-brand-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity))
  }
  .sm\:border-brand-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity))
  }
  .sm\:border-brand-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity))
  }
  .sm\:border-brand-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity))
  }
  .sm\:border-brand-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity))
  }
  .sm\:border-brand-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity))
  }
  .sm\:border-brand-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity))
  }
  .sm\:border-brand-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity))
  }
  .sm\:border-brand-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity))
  }
  .sm\:border-brand-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity))
  }
  .sm\:border-transparent {
    border-color: transparent
  }
  .sm\:border-current {
    border-color: currentColor
  }
  .sm\:checked\:border-primary-50:checked, .sm\:checked\:border-primary-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .sm\:checked\:border-primary-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 226, var(--tw-border-opacity))
  }
  .sm\:checked\:border-primary-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 230, 175, var(--tw-border-opacity))
  }
  .sm\:checked\:border-primary-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 213, 124, var(--tw-border-opacity))
  }
  .sm\:checked\:border-primary-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .sm\:checked\:border-primary-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 181, 22, var(--tw-border-opacity))
  }
  .sm\:checked\:border-primary-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(226, 154, 0, var(--tw-border-opacity))
  }
  .sm\:checked\:border-primary-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(175, 119, 0, var(--tw-border-opacity))
  }
  .sm\:checked\:border-primary-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(124, 84, 0, var(--tw-border-opacity))
  }
  .sm\:checked\:border-primary:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .sm\:checked\:border-secondary-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(206, 251, 223, var(--tw-border-opacity))
  }
  .sm\:checked\:border-secondary-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(182, 249, 208, var(--tw-border-opacity))
  }
  .sm\:checked\:border-secondary-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(135, 245, 178, var(--tw-border-opacity))
  }
  .sm\:checked\:border-secondary-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(88, 241, 148, var(--tw-border-opacity))
  }
  .sm\:checked\:border-secondary-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(40, 238, 118, var(--tw-border-opacity))
  }
  .sm\:checked\:border-secondary-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .sm\:checked\:border-secondary-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(13, 163, 72, var(--tw-border-opacity))
  }
  .sm\:checked\:border-secondary-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(9, 116, 51, var(--tw-border-opacity))
  }
  .sm\:checked\:border-secondary-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(6, 68, 30, var(--tw-border-opacity))
  }
  .sm\:checked\:border-secondary-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(2, 21, 9, var(--tw-border-opacity))
  }
  .sm\:checked\:border-secondary:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .sm\:checked\:border-accent-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity))
  }
  .sm\:checked\:border-accent-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity))
  }
  .sm\:checked\:border-accent-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity))
  }
  .sm\:checked\:border-accent-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity))
  }
  .sm\:checked\:border-accent-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity))
  }
  .sm\:checked\:border-accent-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity))
  }
  .sm\:checked\:border-accent-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity))
  }
  .sm\:checked\:border-accent-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity))
  }
  .sm\:checked\:border-accent-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity))
  }
  .sm\:checked\:border-accent-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity))
  }
  .sm\:checked\:border-shade-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(58, 58, 49, var(--tw-border-opacity))
  }
  .sm\:checked\:border-shade-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(45, 47, 53, var(--tw-border-opacity))
  }
  .sm\:checked\:border-white:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .sm\:checked\:border-black:checked {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity))
  }
  .sm\:checked\:border-gray-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity))
  }
  .sm\:checked\:border-gray-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity))
  }
  .sm\:checked\:border-gray-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity))
  }
  .sm\:checked\:border-gray-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity))
  }
  .sm\:checked\:border-gray-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity))
  }
  .sm\:checked\:border-gray-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity))
  }
  .sm\:checked\:border-gray-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity))
  }
  .sm\:checked\:border-gray-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity))
  }
  .sm\:checked\:border-gray-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity))
  }
  .sm\:checked\:border-gray-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity))
  }
  .sm\:checked\:border-brand-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity))
  }
  .sm\:checked\:border-brand-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity))
  }
  .sm\:checked\:border-brand-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity))
  }
  .sm\:checked\:border-brand-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity))
  }
  .sm\:checked\:border-brand-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity))
  }
  .sm\:checked\:border-brand-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity))
  }
  .sm\:checked\:border-brand-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity))
  }
  .sm\:checked\:border-brand-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity))
  }
  .sm\:checked\:border-brand-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity))
  }
  .sm\:checked\:border-brand-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity))
  }
  .sm\:checked\:border-transparent:checked {
    border-color: transparent
  }
  .sm\:checked\:border-current:checked {
    border-color: currentColor
  }
  .group:hover .sm\:group-hover\:border-primary-50, .group:hover .sm\:group-hover\:border-primary-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .group:hover .sm\:group-hover\:border-primary-200 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 226, var(--tw-border-opacity))
  }
  .group:hover .sm\:group-hover\:border-primary-300 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 230, 175, var(--tw-border-opacity))
  }
  .group:hover .sm\:group-hover\:border-primary-400 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 213, 124, var(--tw-border-opacity))
  }
  .group:hover .sm\:group-hover\:border-primary-500 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .group:hover .sm\:group-hover\:border-primary-600 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 181, 22, var(--tw-border-opacity))
  }
  .group:hover .sm\:group-hover\:border-primary-700 {
    --tw-border-opacity: 1;
    border-color: rgba(226, 154, 0, var(--tw-border-opacity))
  }
  .group:hover .sm\:group-hover\:border-primary-800 {
    --tw-border-opacity: 1;
    border-color: rgba(175, 119, 0, var(--tw-border-opacity))
  }
  .group:hover .sm\:group-hover\:border-primary-900 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 84, 0, var(--tw-border-opacity))
  }
  .group:hover .sm\:group-hover\:border-primary {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .group:hover .sm\:group-hover\:border-secondary-50 {
    --tw-border-opacity: 1;
    border-color: rgba(206, 251, 223, var(--tw-border-opacity))
  }
  .group:hover .sm\:group-hover\:border-secondary-100 {
    --tw-border-opacity: 1;
    border-color: rgba(182, 249, 208, var(--tw-border-opacity))
  }
  .group:hover .sm\:group-hover\:border-secondary-200 {
    --tw-border-opacity: 1;
    border-color: rgba(135, 245, 178, var(--tw-border-opacity))
  }
  .group:hover .sm\:group-hover\:border-secondary-300 {
    --tw-border-opacity: 1;
    border-color: rgba(88, 241, 148, var(--tw-border-opacity))
  }
  .group:hover .sm\:group-hover\:border-secondary-400 {
    --tw-border-opacity: 1;
    border-color: rgba(40, 238, 118, var(--tw-border-opacity))
  }
  .group:hover .sm\:group-hover\:border-secondary-500 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .group:hover .sm\:group-hover\:border-secondary-600 {
    --tw-border-opacity: 1;
    border-color: rgba(13, 163, 72, var(--tw-border-opacity))
  }
  .group:hover .sm\:group-hover\:border-secondary-700 {
    --tw-border-opacity: 1;
    border-color: rgba(9, 116, 51, var(--tw-border-opacity))
  }
  .group:hover .sm\:group-hover\:border-secondary-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 68, 30, var(--tw-border-opacity))
  }
  .group:hover .sm\:group-hover\:border-secondary-900 {
    --tw-border-opacity: 1;
    border-color: rgba(2, 21, 9, var(--tw-border-opacity))
  }
  .group:hover .sm\:group-hover\:border-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .group:hover .sm\:group-hover\:border-accent-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity))
  }
  .group:hover .sm\:group-hover\:border-accent-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity))
  }
  .group:hover .sm\:group-hover\:border-accent-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity))
  }
  .group:hover .sm\:group-hover\:border-accent-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity))
  }
  .group:hover .sm\:group-hover\:border-accent-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity))
  }
  .group:hover .sm\:group-hover\:border-accent-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity))
  }
  .group:hover .sm\:group-hover\:border-accent-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity))
  }
  .group:hover .sm\:group-hover\:border-accent-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity))
  }
  .group:hover .sm\:group-hover\:border-accent-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity))
  }
  .group:hover .sm\:group-hover\:border-accent-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity))
  }
  .group:hover .sm\:group-hover\:border-shade-500 {
    --tw-border-opacity: 1;
    border-color: rgba(58, 58, 49, var(--tw-border-opacity))
  }
  .group:hover .sm\:group-hover\:border-shade-600 {
    --tw-border-opacity: 1;
    border-color: rgba(45, 47, 53, var(--tw-border-opacity))
  }
  .group:hover .sm\:group-hover\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .group:hover .sm\:group-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity))
  }
  .group:hover .sm\:group-hover\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity))
  }
  .group:hover .sm\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity))
  }
  .group:hover .sm\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity))
  }
  .group:hover .sm\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity))
  }
  .group:hover .sm\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity))
  }
  .group:hover .sm\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity))
  }
  .group:hover .sm\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity))
  }
  .group:hover .sm\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity))
  }
  .group:hover .sm\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity))
  }
  .group:hover .sm\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity))
  }
  .group:hover .sm\:group-hover\:border-brand-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity))
  }
  .group:hover .sm\:group-hover\:border-brand-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity))
  }
  .group:hover .sm\:group-hover\:border-brand-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity))
  }
  .group:hover .sm\:group-hover\:border-brand-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity))
  }
  .group:hover .sm\:group-hover\:border-brand-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity))
  }
  .group:hover .sm\:group-hover\:border-brand-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity))
  }
  .group:hover .sm\:group-hover\:border-brand-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity))
  }
  .group:hover .sm\:group-hover\:border-brand-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity))
  }
  .group:hover .sm\:group-hover\:border-brand-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity))
  }
  .group:hover .sm\:group-hover\:border-brand-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity))
  }
  .group:hover .sm\:group-hover\:border-transparent {
    border-color: transparent
  }
  .group:hover .sm\:group-hover\:border-current {
    border-color: currentColor
  }
  .sm\:focus-within\:border-primary-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-primary-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-primary-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 226, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-primary-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 230, 175, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-primary-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 213, 124, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-primary-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-primary-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 181, 22, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-primary-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(226, 154, 0, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-primary-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(175, 119, 0, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-primary-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 84, 0, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-primary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-secondary-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(206, 251, 223, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-secondary-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(182, 249, 208, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-secondary-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(135, 245, 178, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-secondary-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(88, 241, 148, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-secondary-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(40, 238, 118, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-secondary-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-secondary-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(13, 163, 72, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-secondary-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(9, 116, 51, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-secondary-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 68, 30, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-secondary-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(2, 21, 9, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-secondary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-accent-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-accent-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-accent-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-accent-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-accent-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-accent-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-accent-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-accent-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-accent-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-accent-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-shade-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(58, 58, 49, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-shade-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(45, 47, 53, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-gray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-brand-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-brand-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-brand-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-brand-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-brand-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-brand-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-brand-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-brand-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-brand-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-brand-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity))
  }
  .sm\:focus-within\:border-transparent:focus-within {
    border-color: transparent
  }
  .sm\:focus-within\:border-current:focus-within {
    border-color: currentColor
  }
  .sm\:hover\:border-primary-50:hover, .sm\:hover\:border-primary-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .sm\:hover\:border-primary-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 226, var(--tw-border-opacity))
  }
  .sm\:hover\:border-primary-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 230, 175, var(--tw-border-opacity))
  }
  .sm\:hover\:border-primary-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 213, 124, var(--tw-border-opacity))
  }
  .sm\:hover\:border-primary-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .sm\:hover\:border-primary-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 181, 22, var(--tw-border-opacity))
  }
  .sm\:hover\:border-primary-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(226, 154, 0, var(--tw-border-opacity))
  }
  .sm\:hover\:border-primary-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(175, 119, 0, var(--tw-border-opacity))
  }
  .sm\:hover\:border-primary-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 84, 0, var(--tw-border-opacity))
  }
  .sm\:hover\:border-primary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .sm\:hover\:border-secondary-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(206, 251, 223, var(--tw-border-opacity))
  }
  .sm\:hover\:border-secondary-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(182, 249, 208, var(--tw-border-opacity))
  }
  .sm\:hover\:border-secondary-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(135, 245, 178, var(--tw-border-opacity))
  }
  .sm\:hover\:border-secondary-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(88, 241, 148, var(--tw-border-opacity))
  }
  .sm\:hover\:border-secondary-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(40, 238, 118, var(--tw-border-opacity))
  }
  .sm\:hover\:border-secondary-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .sm\:hover\:border-secondary-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(13, 163, 72, var(--tw-border-opacity))
  }
  .sm\:hover\:border-secondary-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(9, 116, 51, var(--tw-border-opacity))
  }
  .sm\:hover\:border-secondary-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 68, 30, var(--tw-border-opacity))
  }
  .sm\:hover\:border-secondary-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(2, 21, 9, var(--tw-border-opacity))
  }
  .sm\:hover\:border-secondary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .sm\:hover\:border-accent-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity))
  }
  .sm\:hover\:border-accent-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity))
  }
  .sm\:hover\:border-accent-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity))
  }
  .sm\:hover\:border-accent-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity))
  }
  .sm\:hover\:border-accent-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity))
  }
  .sm\:hover\:border-accent-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity))
  }
  .sm\:hover\:border-accent-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity))
  }
  .sm\:hover\:border-accent-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity))
  }
  .sm\:hover\:border-accent-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity))
  }
  .sm\:hover\:border-accent-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity))
  }
  .sm\:hover\:border-shade-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(58, 58, 49, var(--tw-border-opacity))
  }
  .sm\:hover\:border-shade-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(45, 47, 53, var(--tw-border-opacity))
  }
  .sm\:hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .sm\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity))
  }
  .sm\:hover\:border-gray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity))
  }
  .sm\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity))
  }
  .sm\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity))
  }
  .sm\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity))
  }
  .sm\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity))
  }
  .sm\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity))
  }
  .sm\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity))
  }
  .sm\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity))
  }
  .sm\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity))
  }
  .sm\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity))
  }
  .sm\:hover\:border-brand-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity))
  }
  .sm\:hover\:border-brand-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity))
  }
  .sm\:hover\:border-brand-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity))
  }
  .sm\:hover\:border-brand-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity))
  }
  .sm\:hover\:border-brand-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity))
  }
  .sm\:hover\:border-brand-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity))
  }
  .sm\:hover\:border-brand-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity))
  }
  .sm\:hover\:border-brand-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity))
  }
  .sm\:hover\:border-brand-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity))
  }
  .sm\:hover\:border-brand-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity))
  }
  .sm\:hover\:border-transparent:hover {
    border-color: transparent
  }
  .sm\:hover\:border-current:hover {
    border-color: currentColor
  }
  .sm\:focus\:border-primary-50:focus, .sm\:focus\:border-primary-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .sm\:focus\:border-primary-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 226, var(--tw-border-opacity))
  }
  .sm\:focus\:border-primary-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 230, 175, var(--tw-border-opacity))
  }
  .sm\:focus\:border-primary-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 213, 124, var(--tw-border-opacity))
  }
  .sm\:focus\:border-primary-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .sm\:focus\:border-primary-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 181, 22, var(--tw-border-opacity))
  }
  .sm\:focus\:border-primary-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(226, 154, 0, var(--tw-border-opacity))
  }
  .sm\:focus\:border-primary-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(175, 119, 0, var(--tw-border-opacity))
  }
  .sm\:focus\:border-primary-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 84, 0, var(--tw-border-opacity))
  }
  .sm\:focus\:border-primary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .sm\:focus\:border-secondary-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(206, 251, 223, var(--tw-border-opacity))
  }
  .sm\:focus\:border-secondary-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(182, 249, 208, var(--tw-border-opacity))
  }
  .sm\:focus\:border-secondary-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(135, 245, 178, var(--tw-border-opacity))
  }
  .sm\:focus\:border-secondary-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(88, 241, 148, var(--tw-border-opacity))
  }
  .sm\:focus\:border-secondary-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(40, 238, 118, var(--tw-border-opacity))
  }
  .sm\:focus\:border-secondary-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .sm\:focus\:border-secondary-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(13, 163, 72, var(--tw-border-opacity))
  }
  .sm\:focus\:border-secondary-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(9, 116, 51, var(--tw-border-opacity))
  }
  .sm\:focus\:border-secondary-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 68, 30, var(--tw-border-opacity))
  }
  .sm\:focus\:border-secondary-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(2, 21, 9, var(--tw-border-opacity))
  }
  .sm\:focus\:border-secondary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .sm\:focus\:border-accent-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity))
  }
  .sm\:focus\:border-accent-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity))
  }
  .sm\:focus\:border-accent-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity))
  }
  .sm\:focus\:border-accent-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity))
  }
  .sm\:focus\:border-accent-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity))
  }
  .sm\:focus\:border-accent-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity))
  }
  .sm\:focus\:border-accent-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity))
  }
  .sm\:focus\:border-accent-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity))
  }
  .sm\:focus\:border-accent-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity))
  }
  .sm\:focus\:border-accent-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity))
  }
  .sm\:focus\:border-shade-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(58, 58, 49, var(--tw-border-opacity))
  }
  .sm\:focus\:border-shade-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(45, 47, 53, var(--tw-border-opacity))
  }
  .sm\:focus\:border-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .sm\:focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity))
  }
  .sm\:focus\:border-gray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity))
  }
  .sm\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity))
  }
  .sm\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity))
  }
  .sm\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity))
  }
  .sm\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity))
  }
  .sm\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity))
  }
  .sm\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity))
  }
  .sm\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity))
  }
  .sm\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity))
  }
  .sm\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity))
  }
  .sm\:focus\:border-brand-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity))
  }
  .sm\:focus\:border-brand-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity))
  }
  .sm\:focus\:border-brand-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity))
  }
  .sm\:focus\:border-brand-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity))
  }
  .sm\:focus\:border-brand-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity))
  }
  .sm\:focus\:border-brand-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity))
  }
  .sm\:focus\:border-brand-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity))
  }
  .sm\:focus\:border-brand-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity))
  }
  .sm\:focus\:border-brand-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity))
  }
  .sm\:focus\:border-brand-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity))
  }
  .sm\:focus\:border-transparent:focus {
    border-color: transparent
  }
  .sm\:focus\:border-current:focus {
    border-color: currentColor
  }
  .sm\:border-opacity-0 {
    --tw-border-opacity: 0
  }
  .sm\:border-opacity-5 {
    --tw-border-opacity: 0.05
  }
  .sm\:border-opacity-10 {
    --tw-border-opacity: 0.1
  }
  .sm\:border-opacity-20 {
    --tw-border-opacity: 0.2
  }
  .sm\:border-opacity-25 {
    --tw-border-opacity: 0.25
  }
  .sm\:border-opacity-30 {
    --tw-border-opacity: 0.3
  }
  .sm\:border-opacity-40 {
    --tw-border-opacity: 0.4
  }
  .sm\:border-opacity-50 {
    --tw-border-opacity: 0.5
  }
  .sm\:border-opacity-60 {
    --tw-border-opacity: 0.6
  }
  .sm\:border-opacity-70 {
    --tw-border-opacity: 0.7
  }
  .sm\:border-opacity-75 {
    --tw-border-opacity: 0.75
  }
  .sm\:border-opacity-80 {
    --tw-border-opacity: 0.8
  }
  .sm\:border-opacity-90 {
    --tw-border-opacity: 0.9
  }
  .sm\:border-opacity-95 {
    --tw-border-opacity: 0.95
  }
  .sm\:border-opacity-100 {
    --tw-border-opacity: 1
  }
  .group:hover .sm\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0
  }
  .group:hover .sm\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05
  }
  .group:hover .sm\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1
  }
  .group:hover .sm\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2
  }
  .group:hover .sm\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25
  }
  .group:hover .sm\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3
  }
  .group:hover .sm\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4
  }
  .group:hover .sm\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5
  }
  .group:hover .sm\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6
  }
  .group:hover .sm\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7
  }
  .group:hover .sm\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75
  }
  .group:hover .sm\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8
  }
  .group:hover .sm\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9
  }
  .group:hover .sm\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95
  }
  .group:hover .sm\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1
  }
  .sm\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0
  }
  .sm\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05
  }
  .sm\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1
  }
  .sm\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2
  }
  .sm\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25
  }
  .sm\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3
  }
  .sm\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4
  }
  .sm\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5
  }
  .sm\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6
  }
  .sm\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7
  }
  .sm\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75
  }
  .sm\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8
  }
  .sm\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9
  }
  .sm\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95
  }
  .sm\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1
  }
  .sm\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0
  }
  .sm\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05
  }
  .sm\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1
  }
  .sm\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2
  }
  .sm\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25
  }
  .sm\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3
  }
  .sm\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4
  }
  .sm\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5
  }
  .sm\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6
  }
  .sm\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7
  }
  .sm\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75
  }
  .sm\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8
  }
  .sm\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9
  }
  .sm\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95
  }
  .sm\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1
  }
  .sm\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0
  }
  .sm\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05
  }
  .sm\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1
  }
  .sm\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2
  }
  .sm\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25
  }
  .sm\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3
  }
  .sm\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4
  }
  .sm\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5
  }
  .sm\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6
  }
  .sm\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7
  }
  .sm\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75
  }
  .sm\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8
  }
  .sm\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9
  }
  .sm\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95
  }
  .sm\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1
  }
  .sm\:rounded-none {
    border-radius: 0
  }
  .sm\:rounded-sm {
    border-radius: 1.5px
  }
  .sm\:rounded {
    border-radius: 3px
  }
  .sm\:rounded-md {
    border-radius: 4.5px
  }
  .sm\:rounded-lg {
    border-radius: 6px
  }
  .sm\:rounded-xl {
    border-radius: 9px
  }
  .sm\:rounded-2xl {
    border-radius: 12px
  }
  .sm\:rounded-3xl {
    border-radius: 18px
  }
  .sm\:rounded-full {
    border-radius: 9999px
  }
  .sm\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0
  }
  .sm\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }
  .sm\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
  }
  .sm\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }
  .sm\:rounded-t-sm {
    border-top-left-radius: 1.5px;
    border-top-right-radius: 1.5px
  }
  .sm\:rounded-r-sm {
    border-top-right-radius: 1.5px;
    border-bottom-right-radius: 1.5px
  }
  .sm\:rounded-b-sm {
    border-bottom-right-radius: 1.5px;
    border-bottom-left-radius: 1.5px
  }
  .sm\:rounded-l-sm {
    border-top-left-radius: 1.5px;
    border-bottom-left-radius: 1.5px
  }
  .sm\:rounded-t {
    border-top-left-radius: 3px
  }
  .sm\:rounded-r, .sm\:rounded-t {
    border-top-right-radius: 3px
  }
  .sm\:rounded-b, .sm\:rounded-r {
    border-bottom-right-radius: 3px
  }
  .sm\:rounded-b, .sm\:rounded-l {
    border-bottom-left-radius: 3px
  }
  .sm\:rounded-l {
    border-top-left-radius: 3px
  }
  .sm\:rounded-t-md {
    border-top-left-radius: 4.5px;
    border-top-right-radius: 4.5px
  }
  .sm\:rounded-r-md {
    border-top-right-radius: 4.5px;
    border-bottom-right-radius: 4.5px
  }
  .sm\:rounded-b-md {
    border-bottom-right-radius: 4.5px;
    border-bottom-left-radius: 4.5px
  }
  .sm\:rounded-l-md {
    border-top-left-radius: 4.5px;
    border-bottom-left-radius: 4.5px
  }
  .sm\:rounded-t-lg {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
  }
  .sm\:rounded-r-lg {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
  }
  .sm\:rounded-b-lg {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px
  }
  .sm\:rounded-l-lg {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
  }
  .sm\:rounded-t-xl {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px
  }
  .sm\:rounded-r-xl {
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px
  }
  .sm\:rounded-b-xl {
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px
  }
  .sm\:rounded-l-xl {
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px
  }
  .sm\:rounded-t-2xl {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px
  }
  .sm\:rounded-r-2xl {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px
  }
  .sm\:rounded-b-2xl {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px
  }
  .sm\:rounded-l-2xl {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px
  }
  .sm\:rounded-t-3xl {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px
  }
  .sm\:rounded-r-3xl {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px
  }
  .sm\:rounded-b-3xl {
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px
  }
  .sm\:rounded-l-3xl {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px
  }
  .sm\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px
  }
  .sm\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px
  }
  .sm\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px
  }
  .sm\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px
  }
  .sm\:rounded-tl-none {
    border-top-left-radius: 0
  }
  .sm\:rounded-tr-none {
    border-top-right-radius: 0
  }
  .sm\:rounded-br-none {
    border-bottom-right-radius: 0
  }
  .sm\:rounded-bl-none {
    border-bottom-left-radius: 0
  }
  .sm\:rounded-tl-sm {
    border-top-left-radius: 1.5px
  }
  .sm\:rounded-tr-sm {
    border-top-right-radius: 1.5px
  }
  .sm\:rounded-br-sm {
    border-bottom-right-radius: 1.5px
  }
  .sm\:rounded-bl-sm {
    border-bottom-left-radius: 1.5px
  }
  .sm\:rounded-tl {
    border-top-left-radius: 3px
  }
  .sm\:rounded-tr {
    border-top-right-radius: 3px
  }
  .sm\:rounded-br {
    border-bottom-right-radius: 3px
  }
  .sm\:rounded-bl {
    border-bottom-left-radius: 3px
  }
  .sm\:rounded-tl-md {
    border-top-left-radius: 4.5px
  }
  .sm\:rounded-tr-md {
    border-top-right-radius: 4.5px
  }
  .sm\:rounded-br-md {
    border-bottom-right-radius: 4.5px
  }
  .sm\:rounded-bl-md {
    border-bottom-left-radius: 4.5px
  }
  .sm\:rounded-tl-lg {
    border-top-left-radius: 6px
  }
  .sm\:rounded-tr-lg {
    border-top-right-radius: 6px
  }
  .sm\:rounded-br-lg {
    border-bottom-right-radius: 6px
  }
  .sm\:rounded-bl-lg {
    border-bottom-left-radius: 6px
  }
  .sm\:rounded-tl-xl {
    border-top-left-radius: 9px
  }
  .sm\:rounded-tr-xl {
    border-top-right-radius: 9px
  }
  .sm\:rounded-br-xl {
    border-bottom-right-radius: 9px
  }
  .sm\:rounded-bl-xl {
    border-bottom-left-radius: 9px
  }
  .sm\:rounded-tl-2xl {
    border-top-left-radius: 12px
  }
  .sm\:rounded-tr-2xl {
    border-top-right-radius: 12px
  }
  .sm\:rounded-br-2xl {
    border-bottom-right-radius: 12px
  }
  .sm\:rounded-bl-2xl {
    border-bottom-left-radius: 12px
  }
  .sm\:rounded-tl-3xl {
    border-top-left-radius: 18px
  }
  .sm\:rounded-tr-3xl {
    border-top-right-radius: 18px
  }
  .sm\:rounded-br-3xl {
    border-bottom-right-radius: 18px
  }
  .sm\:rounded-bl-3xl {
    border-bottom-left-radius: 18px
  }
  .sm\:rounded-tl-full {
    border-top-left-radius: 9999px
  }
  .sm\:rounded-tr-full {
    border-top-right-radius: 9999px
  }
  .sm\:rounded-br-full {
    border-bottom-right-radius: 9999px
  }
  .sm\:rounded-bl-full {
    border-bottom-left-radius: 9999px
  }
  .sm\:border-solid {
    border-style: solid
  }
  .sm\:border-dashed {
    border-style: dashed
  }
  .sm\:border-dotted {
    border-style: dotted
  }
  .sm\:border-double {
    border-style: double
  }
  .sm\:border-none {
    border-style: none
  }
  .sm\:border-0 {
    border-width: 0
  }
  .sm\:border-2 {
    border-width: 2px
  }
  .sm\:border-4 {
    border-width: 4px
  }
  .sm\:border-8 {
    border-width: 8px
  }
  .sm\:border {
    border-width: 1px
  }
  .sm\:border-t-0 {
    border-top-width: 0
  }
  .sm\:border-r-0 {
    border-right-width: 0
  }
  .sm\:border-b-0 {
    border-bottom-width: 0
  }
  .sm\:border-l-0 {
    border-left-width: 0
  }
  .sm\:border-t-2 {
    border-top-width: 2px
  }
  .sm\:border-r-2 {
    border-right-width: 2px
  }
  .sm\:border-b-2 {
    border-bottom-width: 2px
  }
  .sm\:border-l-2 {
    border-left-width: 2px
  }
  .sm\:border-t-4 {
    border-top-width: 4px
  }
  .sm\:border-r-4 {
    border-right-width: 4px
  }
  .sm\:border-b-4 {
    border-bottom-width: 4px
  }
  .sm\:border-l-4 {
    border-left-width: 4px
  }
  .sm\:border-t-8 {
    border-top-width: 8px
  }
  .sm\:border-r-8 {
    border-right-width: 8px
  }
  .sm\:border-b-8 {
    border-bottom-width: 8px
  }
  .sm\:border-l-8 {
    border-left-width: 8px
  }
  .sm\:border-t {
    border-top-width: 1px
  }
  .sm\:border-r {
    border-right-width: 1px
  }
  .sm\:border-b {
    border-bottom-width: 1px
  }
  .sm\:border-l {
    border-left-width: 1px
  }
  .sm\:decoration-slice {
    -webkit-box-decoration-break: slice;
    box-decoration-break: slice
  }
  .sm\:decoration-clone {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
  }
  .sm\:box-border {
    box-sizing: border-box
  }
  .sm\:box-content {
    box-sizing: content-box
  }
  .sm\:cursor-auto {
    cursor: auto
  }
  .sm\:cursor-default {
    cursor: default
  }
  .sm\:cursor-pointer {
    cursor: pointer
  }
  .sm\:cursor-wait {
    cursor: wait
  }
  .sm\:cursor-text {
    cursor: text
  }
  .sm\:cursor-move {
    cursor: move
  }
  .sm\:cursor-help {
    cursor: help
  }
  .sm\:cursor-not-allowed {
    cursor: not-allowed
  }
  .sm\:disabled\:cursor-auto:disabled {
    cursor: auto
  }
  .sm\:disabled\:cursor-default:disabled {
    cursor: default
  }
  .sm\:disabled\:cursor-pointer:disabled {
    cursor: pointer
  }
  .sm\:disabled\:cursor-wait:disabled {
    cursor: wait
  }
  .sm\:disabled\:cursor-text:disabled {
    cursor: text
  }
  .sm\:disabled\:cursor-move:disabled {
    cursor: move
  }
  .sm\:disabled\:cursor-help:disabled {
    cursor: help
  }
  .sm\:disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed
  }
  .sm\:block {
    display: block
  }
  .sm\:inline-block {
    display: inline-block
  }
  .sm\:inline {
    display: inline
  }
  .sm\:flex {
    display: flex
  }
  .sm\:inline-flex {
    display: inline-flex
  }
  .sm\:table {
    display: table
  }
  .sm\:inline-table {
    display: inline-table
  }
  .sm\:table-caption {
    display: table-caption
  }
  .sm\:table-cell {
    display: table-cell
  }
  .sm\:table-column {
    display: table-column
  }
  .sm\:table-column-group {
    display: table-column-group
  }
  .sm\:table-footer-group {
    display: table-footer-group
  }
  .sm\:table-header-group {
    display: table-header-group
  }
  .sm\:table-row-group {
    display: table-row-group
  }
  .sm\:table-row {
    display: table-row
  }
  .sm\:flow-root {
    display: flow-root
  }
  .sm\:grid {
    display: grid
  }
  .sm\:inline-grid {
    display: inline-grid
  }
  .sm\:contents {
    display: contents
  }
  .sm\:list-item {
    display: list-item
  }
  .sm\:hidden {
    display: none
  }
  .sm\:flex-row {
    flex-direction: row
  }
  .sm\:flex-row-reverse {
    flex-direction: row-reverse
  }
  .sm\:flex-col {
    flex-direction: column
  }
  .sm\:flex-col-reverse {
    flex-direction: column-reverse
  }
  .sm\:flex-wrap {
    flex-wrap: wrap
  }
  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse
  }
  .sm\:flex-nowrap {
    flex-wrap: nowrap
  }
  .sm\:place-items-start {
    place-items: start
  }
  .sm\:place-items-end {
    place-items: end
  }
  .sm\:place-items-center {
    place-items: center
  }
  .sm\:place-items-stretch {
    place-items: stretch
  }
  .sm\:place-content-center {
    place-content: center
  }
  .sm\:place-content-start {
    place-content: start
  }
  .sm\:place-content-end {
    place-content: end
  }
  .sm\:place-content-between {
    place-content: space-between
  }
  .sm\:place-content-around {
    place-content: space-around
  }
  .sm\:place-content-evenly {
    place-content: space-evenly
  }
  .sm\:place-content-stretch {
    place-content: stretch
  }
  .sm\:place-self-auto {
    place-self: auto
  }
  .sm\:place-self-start {
    place-self: start
  }
  .sm\:place-self-end {
    place-self: end
  }
  .sm\:place-self-center {
    place-self: center
  }
  .sm\:place-self-stretch {
    place-self: stretch
  }
  .sm\:items-start {
    align-items: flex-start
  }
  .sm\:items-end {
    align-items: flex-end
  }
  .sm\:items-center {
    align-items: center
  }
  .sm\:items-baseline {
    align-items: baseline
  }
  .sm\:items-stretch {
    align-items: stretch
  }
  .sm\:content-center {
    align-content: center
  }
  .sm\:content-start {
    align-content: flex-start
  }
  .sm\:content-end {
    align-content: flex-end
  }
  .sm\:content-between {
    align-content: space-between
  }
  .sm\:content-around {
    align-content: space-around
  }
  .sm\:content-evenly {
    align-content: space-evenly
  }
  .sm\:self-auto {
    align-self: auto
  }
  .sm\:self-start {
    align-self: flex-start
  }
  .sm\:self-end {
    align-self: flex-end
  }
  .sm\:self-center {
    align-self: center
  }
  .sm\:self-stretch {
    align-self: stretch
  }
  .sm\:justify-items-start {
    justify-items: start
  }
  .sm\:justify-items-end {
    justify-items: end
  }
  .sm\:justify-items-center {
    justify-items: center
  }
  .sm\:justify-items-stretch {
    justify-items: stretch
  }
  .sm\:justify-start {
    justify-content: flex-start
  }
  .sm\:justify-end {
    justify-content: flex-end
  }
  .sm\:justify-center {
    justify-content: center
  }
  .sm\:justify-between {
    justify-content: space-between
  }
  .sm\:justify-around {
    justify-content: space-around
  }
  .sm\:justify-evenly {
    justify-content: space-evenly
  }
  .sm\:justify-self-auto {
    justify-self: auto
  }
  .sm\:justify-self-start {
    justify-self: start
  }
  .sm\:justify-self-end {
    justify-self: end
  }
  .sm\:justify-self-center {
    justify-self: center
  }
  .sm\:justify-self-stretch {
    justify-self: stretch
  }
  .sm\:flex-1 {
    flex: 1 1 0%
  }
  .sm\:flex-auto {
    flex: 1 1 auto
  }
  .sm\:flex-initial {
    flex: 0 1 auto
  }
  .sm\:flex-none {
    flex: none
  }
  .sm\:flex-grow-0 {
    flex-grow: 0
  }
  .sm\:flex-grow {
    flex-grow: 1
  }
  .sm\:flex-shrink-0 {
    flex-shrink: 0
  }
  .sm\:flex-shrink {
    flex-shrink: 1
  }
  .sm\:order-1 {
    order: 1
  }
  .sm\:order-2 {
    order: 2
  }
  .sm\:order-3 {
    order: 3
  }
  .sm\:order-4 {
    order: 4
  }
  .sm\:order-5 {
    order: 5
  }
  .sm\:order-6 {
    order: 6
  }
  .sm\:order-7 {
    order: 7
  }
  .sm\:order-8 {
    order: 8
  }
  .sm\:order-9 {
    order: 9
  }
  .sm\:order-10 {
    order: 10
  }
  .sm\:order-11 {
    order: 11
  }
  .sm\:order-12 {
    order: 12
  }
  .sm\:order-first {
    order: -9999
  }
  .sm\:order-last {
    order: 9999
  }
  .sm\:order-none {
    order: 0
  }
  .sm\:float-right {
    float: right
  }
  .sm\:float-left {
    float: left
  }
  .sm\:float-none {
    float: none
  }
  .sm\:clear-left {
    clear: left
  }
  .sm\:clear-right {
    clear: right
  }
  .sm\:clear-both {
    clear: both
  }
  .sm\:clear-none {
    clear: none
  }
  .sm\:font-sans {
    font-family: adrianna, sans-serif
  }
  .sm\:font-marvin-round {
    font-family: marvin-round, sans-serif
  }
  .sm\:font-thin {
    font-weight: 100
  }
  .sm\:font-extralight {
    font-weight: 200
  }
  .sm\:font-light {
    font-weight: 300
  }
  .sm\:font-normal {
    font-weight: 400
  }
  .sm\:font-medium {
    font-weight: 500
  }
  .sm\:font-semibold {
    font-weight: 600
  }
  .sm\:font-bold {
    font-weight: 700
  }
  .sm\:font-extrabold {
    font-weight: 800
  }
  .sm\:font-black {
    font-weight: 900
  }
  .sm\:h-0 {
    height: 0
  }
  .sm\:h-1 {
    height: 3px
  }
  .sm\:h-2 {
    height: 6px
  }
  .sm\:h-3 {
    height: 9px
  }
  .sm\:h-4 {
    height: 12px
  }
  .sm\:h-5 {
    height: 15px
  }
  .sm\:h-6 {
    height: 18px
  }
  .sm\:h-7 {
    height: 21px
  }
  .sm\:h-8 {
    height: 24px
  }
  .sm\:h-9 {
    height: 27px
  }
  .sm\:h-10 {
    height: 30px
  }
  .sm\:h-11 {
    height: 33px
  }
  .sm\:h-12 {
    height: 36px
  }
  .sm\:h-14 {
    height: 42px
  }
  .sm\:h-16 {
    height: 48px
  }
  .sm\:h-18 {
    height: 54px
  }
  .sm\:h-20 {
    height: 60px
  }
  .sm\:h-24 {
    height: 72px
  }
  .sm\:h-28 {
    height: 84px
  }
  .sm\:h-32 {
    height: 96px
  }
  .sm\:h-36 {
    height: 108px
  }
  .sm\:h-40 {
    height: 120px
  }
  .sm\:h-44 {
    height: 132px
  }
  .sm\:h-48 {
    height: 144px
  }
  .sm\:h-52 {
    height: 156px
  }
  .sm\:h-56 {
    height: 168px
  }
  .sm\:h-60 {
    height: 180px
  }
  .sm\:h-64 {
    height: 192px
  }
  .sm\:h-72 {
    height: 216px
  }
  .sm\:h-80 {
    height: 240px
  }
  .sm\:h-96 {
    height: 288px
  }
  .sm\:h-auto {
    height: auto
  }
  .sm\:h-px {
    height: 1px
  }
  .sm\:h-0\.5 {
    height: 1.5px
  }
  .sm\:h-1\.5 {
    height: 4.5px
  }
  .sm\:h-2\.5 {
    height: 7.5px
  }
  .sm\:h-3\.5 {
    height: 10.5px
  }
  .sm\:h-1\/2 {
    height: 50%
  }
  .sm\:h-1\/3 {
    height: 33.333333%
  }
  .sm\:h-2\/3 {
    height: 66.666667%
  }
  .sm\:h-1\/4 {
    height: 25%
  }
  .sm\:h-2\/4 {
    height: 50%
  }
  .sm\:h-3\/4 {
    height: 75%
  }
  .sm\:h-1\/5 {
    height: 20%
  }
  .sm\:h-2\/5 {
    height: 40%
  }
  .sm\:h-3\/5 {
    height: 60%
  }
  .sm\:h-4\/5 {
    height: 80%
  }
  .sm\:h-1\/6 {
    height: 16.666667%
  }
  .sm\:h-2\/6 {
    height: 33.333333%
  }
  .sm\:h-3\/6 {
    height: 50%
  }
  .sm\:h-4\/6 {
    height: 66.666667%
  }
  .sm\:h-5\/6 {
    height: 83.333333%
  }
  .sm\:h-full {
    height: 100%
  }
  .sm\:h-screen {
    height: 100vh
  }
  .sm\:h-screen-4\/5 {
    height: 80vh
  }
  .sm\:text-xs {
    font-size: 9px;
    line-height: 12px
  }
  .sm\:text-sm {
    font-size: 10.5px;
    line-height: 15px
  }
  .sm\:text-base {
    font-size: 12px;
    line-height: 18px
  }
  .sm\:text-lg {
    font-size: 13.5px;
    line-height: 21px
  }
  .sm\:text-xl {
    font-size: 15px;
    line-height: 21px
  }
  .sm\:text-2xl {
    font-size: 18px;
    line-height: 24px
  }
  .sm\:text-3xl {
    font-size: 22.5px;
    line-height: 27px
  }
  .sm\:text-4xl {
    font-size: 27px;
    line-height: 30px
  }
  .sm\:text-5xl {
    font-size: 36px;
    line-height: 1
  }
  .sm\:text-6xl {
    font-size: 45px;
    line-height: 1
  }
  .sm\:text-7xl {
    font-size: 54px;
    line-height: 1
  }
  .sm\:text-8xl {
    font-size: 72px;
    line-height: 1
  }
  .sm\:text-9xl {
    font-size: 96px;
    line-height: 1
  }
  .sm\:leading-3 {
    line-height: 9px
  }
  .sm\:leading-4 {
    line-height: 12px
  }
  .sm\:leading-5 {
    line-height: 15px
  }
  .sm\:leading-6 {
    line-height: 18px
  }
  .sm\:leading-7 {
    line-height: 21px
  }
  .sm\:leading-8 {
    line-height: 24px
  }
  .sm\:leading-9 {
    line-height: 27px
  }
  .sm\:leading-10 {
    line-height: 30px
  }
  .sm\:leading-none {
    line-height: 1
  }
  .sm\:leading-tight {
    line-height: 1.25
  }
  .sm\:leading-snug {
    line-height: 1.375
  }
  .sm\:leading-normal {
    line-height: 1.5
  }
  .sm\:leading-relaxed {
    line-height: 1.625
  }
  .sm\:leading-loose {
    line-height: 2
  }
  .sm\:list-inside {
    list-style-position: inside
  }
  .sm\:list-outside {
    list-style-position: outside
  }
  .sm\:list-none {
    list-style-type: none
  }
  .sm\:list-disc {
    list-style-type: disc
  }
  .sm\:list-decimal {
    list-style-type: decimal
  }
  .sm\:m-0 {
    margin: 0
  }
  .sm\:m-1 {
    margin: 3px
  }
  .sm\:m-2 {
    margin: 6px
  }
  .sm\:m-3 {
    margin: 9px
  }
  .sm\:m-4 {
    margin: 12px
  }
  .sm\:m-5 {
    margin: 15px
  }
  .sm\:m-6 {
    margin: 18px
  }
  .sm\:m-7 {
    margin: 21px
  }
  .sm\:m-8 {
    margin: 24px
  }
  .sm\:m-9 {
    margin: 27px
  }
  .sm\:m-10 {
    margin: 30px
  }
  .sm\:m-11 {
    margin: 33px
  }
  .sm\:m-12 {
    margin: 36px
  }
  .sm\:m-14 {
    margin: 42px
  }
  .sm\:m-16 {
    margin: 48px
  }
  .sm\:m-18 {
    margin: 54px
  }
  .sm\:m-20 {
    margin: 60px
  }
  .sm\:m-24 {
    margin: 72px
  }
  .sm\:m-28 {
    margin: 84px
  }
  .sm\:m-32 {
    margin: 96px
  }
  .sm\:m-36 {
    margin: 108px
  }
  .sm\:m-40 {
    margin: 120px
  }
  .sm\:m-44 {
    margin: 132px
  }
  .sm\:m-48 {
    margin: 144px
  }
  .sm\:m-52 {
    margin: 156px
  }
  .sm\:m-56 {
    margin: 168px
  }
  .sm\:m-60 {
    margin: 180px
  }
  .sm\:m-64 {
    margin: 192px
  }
  .sm\:m-72 {
    margin: 216px
  }
  .sm\:m-80 {
    margin: 240px
  }
  .sm\:m-96 {
    margin: 288px
  }
  .sm\:m-auto {
    margin: auto
  }
  .sm\:m-px {
    margin: 1px
  }
  .sm\:m-0\.5 {
    margin: 1.5px
  }
  .sm\:m-1\.5 {
    margin: 4.5px
  }
  .sm\:m-2\.5 {
    margin: 7.5px
  }
  .sm\:m-3\.5 {
    margin: 10.5px
  }
  .sm\:-m-0 {
    margin: 0
  }
  .sm\:-m-1 {
    margin: -3px
  }
  .sm\:-m-2 {
    margin: -6px
  }
  .sm\:-m-3 {
    margin: -9px
  }
  .sm\:-m-4 {
    margin: -12px
  }
  .sm\:-m-5 {
    margin: -15px
  }
  .sm\:-m-6 {
    margin: -18px
  }
  .sm\:-m-7 {
    margin: -21px
  }
  .sm\:-m-8 {
    margin: -24px
  }
  .sm\:-m-9 {
    margin: -27px
  }
  .sm\:-m-10 {
    margin: -30px
  }
  .sm\:-m-11 {
    margin: -33px
  }
  .sm\:-m-12 {
    margin: -36px
  }
  .sm\:-m-14 {
    margin: -42px
  }
  .sm\:-m-16 {
    margin: -48px
  }
  .sm\:-m-18 {
    margin: -54px
  }
  .sm\:-m-20 {
    margin: -60px
  }
  .sm\:-m-24 {
    margin: -72px
  }
  .sm\:-m-28 {
    margin: -84px
  }
  .sm\:-m-32 {
    margin: -96px
  }
  .sm\:-m-36 {
    margin: -108px
  }
  .sm\:-m-40 {
    margin: -120px
  }
  .sm\:-m-44 {
    margin: -132px
  }
  .sm\:-m-48 {
    margin: -144px
  }
  .sm\:-m-52 {
    margin: -156px
  }
  .sm\:-m-56 {
    margin: -168px
  }
  .sm\:-m-60 {
    margin: -180px
  }
  .sm\:-m-64 {
    margin: -192px
  }
  .sm\:-m-72 {
    margin: -216px
  }
  .sm\:-m-80 {
    margin: -240px
  }
  .sm\:-m-96 {
    margin: -288px
  }
  .sm\:-m-px {
    margin: -1px
  }
  .sm\:-m-0\.5 {
    margin: -1.5px
  }
  .sm\:-m-1\.5 {
    margin: -4.5px
  }
  .sm\:-m-2\.5 {
    margin: -7.5px
  }
  .sm\:-m-3\.5 {
    margin: -10.5px
  }
  .sm\:-m-128px {
    margin: -128px
  }
  .sm\:-m-61px {
    margin: -61px
  }
  .sm\:-m-24vw {
    margin: -24vw
  }
  .sm\:my-0 {
    margin-top: 0;
    margin-bottom: 0
  }
  .sm\:mx-0 {
    margin-left: 0;
    margin-right: 0
  }
  .sm\:my-1 {
    margin-top: 3px;
    margin-bottom: 3px
  }
  .sm\:mx-1 {
    margin-left: 3px;
    margin-right: 3px
  }
  .sm\:my-2 {
    margin-top: 6px;
    margin-bottom: 6px
  }
  .sm\:mx-2 {
    margin-left: 6px;
    margin-right: 6px
  }
  .sm\:my-3 {
    margin-top: 9px;
    margin-bottom: 9px
  }
  .sm\:mx-3 {
    margin-left: 9px;
    margin-right: 9px
  }
  .sm\:my-4 {
    margin-top: 12px;
    margin-bottom: 12px
  }
  .sm\:mx-4 {
    margin-left: 12px;
    margin-right: 12px
  }
  .sm\:my-5 {
    margin-top: 15px;
    margin-bottom: 15px
  }
  .sm\:mx-5 {
    margin-left: 15px;
    margin-right: 15px
  }
  .sm\:my-6 {
    margin-top: 18px;
    margin-bottom: 18px
  }
  .sm\:mx-6 {
    margin-left: 18px;
    margin-right: 18px
  }
  .sm\:my-7 {
    margin-top: 21px;
    margin-bottom: 21px
  }
  .sm\:mx-7 {
    margin-left: 21px;
    margin-right: 21px
  }
  .sm\:my-8 {
    margin-top: 24px;
    margin-bottom: 24px
  }
  .sm\:mx-8 {
    margin-left: 24px;
    margin-right: 24px
  }
  .sm\:my-9 {
    margin-top: 27px;
    margin-bottom: 27px
  }
  .sm\:mx-9 {
    margin-left: 27px;
    margin-right: 27px
  }
  .sm\:my-10 {
    margin-top: 30px;
    margin-bottom: 30px
  }
  .sm\:mx-10 {
    margin-left: 30px;
    margin-right: 30px
  }
  .sm\:my-11 {
    margin-top: 33px;
    margin-bottom: 33px
  }
  .sm\:mx-11 {
    margin-left: 33px;
    margin-right: 33px
  }
  .sm\:my-12 {
    margin-top: 36px;
    margin-bottom: 36px
  }
  .sm\:mx-12 {
    margin-left: 36px;
    margin-right: 36px
  }
  .sm\:my-14 {
    margin-top: 42px;
    margin-bottom: 42px
  }
  .sm\:mx-14 {
    margin-left: 42px;
    margin-right: 42px
  }
  .sm\:my-16 {
    margin-top: 48px;
    margin-bottom: 48px
  }
  .sm\:mx-16 {
    margin-left: 48px;
    margin-right: 48px
  }
  .sm\:my-18 {
    margin-top: 54px;
    margin-bottom: 54px
  }
  .sm\:mx-18 {
    margin-left: 54px;
    margin-right: 54px
  }
  .sm\:my-20 {
    margin-top: 60px;
    margin-bottom: 60px
  }
  .sm\:mx-20 {
    margin-left: 60px;
    margin-right: 60px
  }
  .sm\:my-24 {
    margin-top: 72px;
    margin-bottom: 72px
  }
  .sm\:mx-24 {
    margin-left: 72px;
    margin-right: 72px
  }
  .sm\:my-28 {
    margin-top: 84px;
    margin-bottom: 84px
  }
  .sm\:mx-28 {
    margin-left: 84px;
    margin-right: 84px
  }
  .sm\:my-32 {
    margin-top: 96px;
    margin-bottom: 96px
  }
  .sm\:mx-32 {
    margin-left: 96px;
    margin-right: 96px
  }
  .sm\:my-36 {
    margin-top: 108px;
    margin-bottom: 108px
  }
  .sm\:mx-36 {
    margin-left: 108px;
    margin-right: 108px
  }
  .sm\:my-40 {
    margin-top: 120px;
    margin-bottom: 120px
  }
  .sm\:mx-40 {
    margin-left: 120px;
    margin-right: 120px
  }
  .sm\:my-44 {
    margin-top: 132px;
    margin-bottom: 132px
  }
  .sm\:mx-44 {
    margin-left: 132px;
    margin-right: 132px
  }
  .sm\:my-48 {
    margin-top: 144px;
    margin-bottom: 144px
  }
  .sm\:mx-48 {
    margin-left: 144px;
    margin-right: 144px
  }
  .sm\:my-52 {
    margin-top: 156px;
    margin-bottom: 156px
  }
  .sm\:mx-52 {
    margin-left: 156px;
    margin-right: 156px
  }
  .sm\:my-56 {
    margin-top: 168px;
    margin-bottom: 168px
  }
  .sm\:mx-56 {
    margin-left: 168px;
    margin-right: 168px
  }
  .sm\:my-60 {
    margin-top: 180px;
    margin-bottom: 180px
  }
  .sm\:mx-60 {
    margin-left: 180px;
    margin-right: 180px
  }
  .sm\:my-64 {
    margin-top: 192px;
    margin-bottom: 192px
  }
  .sm\:mx-64 {
    margin-left: 192px;
    margin-right: 192px
  }
  .sm\:my-72 {
    margin-top: 216px;
    margin-bottom: 216px
  }
  .sm\:mx-72 {
    margin-left: 216px;
    margin-right: 216px
  }
  .sm\:my-80 {
    margin-top: 240px;
    margin-bottom: 240px
  }
  .sm\:mx-80 {
    margin-left: 240px;
    margin-right: 240px
  }
  .sm\:my-96 {
    margin-top: 288px;
    margin-bottom: 288px
  }
  .sm\:mx-96 {
    margin-left: 288px;
    margin-right: 288px
  }
  .sm\:my-auto {
    margin-top: auto;
    margin-bottom: auto
  }
  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto
  }
  .sm\:my-px {
    margin-top: 1px;
    margin-bottom: 1px
  }
  .sm\:mx-px {
    margin-left: 1px;
    margin-right: 1px
  }
  .sm\:my-0\.5 {
    margin-top: 1.5px;
    margin-bottom: 1.5px
  }
  .sm\:mx-0\.5 {
    margin-left: 1.5px;
    margin-right: 1.5px
  }
  .sm\:my-1\.5 {
    margin-top: 4.5px;
    margin-bottom: 4.5px
  }
  .sm\:mx-1\.5 {
    margin-left: 4.5px;
    margin-right: 4.5px
  }
  .sm\:my-2\.5 {
    margin-top: 7.5px;
    margin-bottom: 7.5px
  }
  .sm\:mx-2\.5 {
    margin-left: 7.5px;
    margin-right: 7.5px
  }
  .sm\:my-3\.5 {
    margin-top: 10.5px;
    margin-bottom: 10.5px
  }
  .sm\:mx-3\.5 {
    margin-left: 10.5px;
    margin-right: 10.5px
  }
  .sm\:-my-0 {
    margin-top: 0;
    margin-bottom: 0
  }
  .sm\:-mx-0 {
    margin-left: 0;
    margin-right: 0
  }
  .sm\:-my-1 {
    margin-top: -3px;
    margin-bottom: -3px
  }
  .sm\:-mx-1 {
    margin-left: -3px;
    margin-right: -3px
  }
  .sm\:-my-2 {
    margin-top: -6px;
    margin-bottom: -6px
  }
  .sm\:-mx-2 {
    margin-left: -6px;
    margin-right: -6px
  }
  .sm\:-my-3 {
    margin-top: -9px;
    margin-bottom: -9px
  }
  .sm\:-mx-3 {
    margin-left: -9px;
    margin-right: -9px
  }
  .sm\:-my-4 {
    margin-top: -12px;
    margin-bottom: -12px
  }
  .sm\:-mx-4 {
    margin-left: -12px;
    margin-right: -12px
  }
  .sm\:-my-5 {
    margin-top: -15px;
    margin-bottom: -15px
  }
  .sm\:-mx-5 {
    margin-left: -15px;
    margin-right: -15px
  }
  .sm\:-my-6 {
    margin-top: -18px;
    margin-bottom: -18px
  }
  .sm\:-mx-6 {
    margin-left: -18px;
    margin-right: -18px
  }
  .sm\:-my-7 {
    margin-top: -21px;
    margin-bottom: -21px
  }
  .sm\:-mx-7 {
    margin-left: -21px;
    margin-right: -21px
  }
  .sm\:-my-8 {
    margin-top: -24px;
    margin-bottom: -24px
  }
  .sm\:-mx-8 {
    margin-left: -24px;
    margin-right: -24px
  }
  .sm\:-my-9 {
    margin-top: -27px;
    margin-bottom: -27px
  }
  .sm\:-mx-9 {
    margin-left: -27px;
    margin-right: -27px
  }
  .sm\:-my-10 {
    margin-top: -30px;
    margin-bottom: -30px
  }
  .sm\:-mx-10 {
    margin-left: -30px;
    margin-right: -30px
  }
  .sm\:-my-11 {
    margin-top: -33px;
    margin-bottom: -33px
  }
  .sm\:-mx-11 {
    margin-left: -33px;
    margin-right: -33px
  }
  .sm\:-my-12 {
    margin-top: -36px;
    margin-bottom: -36px
  }
  .sm\:-mx-12 {
    margin-left: -36px;
    margin-right: -36px
  }
  .sm\:-my-14 {
    margin-top: -42px;
    margin-bottom: -42px
  }
  .sm\:-mx-14 {
    margin-left: -42px;
    margin-right: -42px
  }
  .sm\:-my-16 {
    margin-top: -48px;
    margin-bottom: -48px
  }
  .sm\:-mx-16 {
    margin-left: -48px;
    margin-right: -48px
  }
  .sm\:-my-18 {
    margin-top: -54px;
    margin-bottom: -54px
  }
  .sm\:-mx-18 {
    margin-left: -54px;
    margin-right: -54px
  }
  .sm\:-my-20 {
    margin-top: -60px;
    margin-bottom: -60px
  }
  .sm\:-mx-20 {
    margin-left: -60px;
    margin-right: -60px
  }
  .sm\:-my-24 {
    margin-top: -72px;
    margin-bottom: -72px
  }
  .sm\:-mx-24 {
    margin-left: -72px;
    margin-right: -72px
  }
  .sm\:-my-28 {
    margin-top: -84px;
    margin-bottom: -84px
  }
  .sm\:-mx-28 {
    margin-left: -84px;
    margin-right: -84px
  }
  .sm\:-my-32 {
    margin-top: -96px;
    margin-bottom: -96px
  }
  .sm\:-mx-32 {
    margin-left: -96px;
    margin-right: -96px
  }
  .sm\:-my-36 {
    margin-top: -108px;
    margin-bottom: -108px
  }
  .sm\:-mx-36 {
    margin-left: -108px;
    margin-right: -108px
  }
  .sm\:-my-40 {
    margin-top: -120px;
    margin-bottom: -120px
  }
  .sm\:-mx-40 {
    margin-left: -120px;
    margin-right: -120px
  }
  .sm\:-my-44 {
    margin-top: -132px;
    margin-bottom: -132px
  }
  .sm\:-mx-44 {
    margin-left: -132px;
    margin-right: -132px
  }
  .sm\:-my-48 {
    margin-top: -144px;
    margin-bottom: -144px
  }
  .sm\:-mx-48 {
    margin-left: -144px;
    margin-right: -144px
  }
  .sm\:-my-52 {
    margin-top: -156px;
    margin-bottom: -156px
  }
  .sm\:-mx-52 {
    margin-left: -156px;
    margin-right: -156px
  }
  .sm\:-my-56 {
    margin-top: -168px;
    margin-bottom: -168px
  }
  .sm\:-mx-56 {
    margin-left: -168px;
    margin-right: -168px
  }
  .sm\:-my-60 {
    margin-top: -180px;
    margin-bottom: -180px
  }
  .sm\:-mx-60 {
    margin-left: -180px;
    margin-right: -180px
  }
  .sm\:-my-64 {
    margin-top: -192px;
    margin-bottom: -192px
  }
  .sm\:-mx-64 {
    margin-left: -192px;
    margin-right: -192px
  }
  .sm\:-my-72 {
    margin-top: -216px;
    margin-bottom: -216px
  }
  .sm\:-mx-72 {
    margin-left: -216px;
    margin-right: -216px
  }
  .sm\:-my-80 {
    margin-top: -240px;
    margin-bottom: -240px
  }
  .sm\:-mx-80 {
    margin-left: -240px;
    margin-right: -240px
  }
  .sm\:-my-96 {
    margin-top: -288px;
    margin-bottom: -288px
  }
  .sm\:-mx-96 {
    margin-left: -288px;
    margin-right: -288px
  }
  .sm\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px
  }
  .sm\:-mx-px {
    margin-left: -1px;
    margin-right: -1px
  }
  .sm\:-my-0\.5 {
    margin-top: -1.5px;
    margin-bottom: -1.5px
  }
  .sm\:-mx-0\.5 {
    margin-left: -1.5px;
    margin-right: -1.5px
  }
  .sm\:-my-1\.5 {
    margin-top: -4.5px;
    margin-bottom: -4.5px
  }
  .sm\:-mx-1\.5 {
    margin-left: -4.5px;
    margin-right: -4.5px
  }
  .sm\:-my-2\.5 {
    margin-top: -7.5px;
    margin-bottom: -7.5px
  }
  .sm\:-mx-2\.5 {
    margin-left: -7.5px;
    margin-right: -7.5px
  }
  .sm\:-my-3\.5 {
    margin-top: -10.5px;
    margin-bottom: -10.5px
  }
  .sm\:-mx-3\.5 {
    margin-left: -10.5px;
    margin-right: -10.5px
  }
  .sm\:-my-128px {
    margin-top: -128px;
    margin-bottom: -128px
  }
  .sm\:-mx-128px {
    margin-left: -128px;
    margin-right: -128px
  }
  .sm\:-my-61px {
    margin-top: -61px;
    margin-bottom: -61px
  }
  .sm\:-mx-61px {
    margin-left: -61px;
    margin-right: -61px
  }
  .sm\:-my-24vw {
    margin-top: -24vw;
    margin-bottom: -24vw
  }
  .sm\:-mx-24vw {
    margin-left: -24vw;
    margin-right: -24vw
  }
  .sm\:mt-0 {
    margin-top: 0
  }
  .sm\:mr-0 {
    margin-right: 0
  }
  .sm\:mb-0 {
    margin-bottom: 0
  }
  .sm\:ml-0 {
    margin-left: 0
  }
  .sm\:mt-1 {
    margin-top: 3px
  }
  .sm\:mr-1 {
    margin-right: 3px
  }
  .sm\:mb-1 {
    margin-bottom: 3px
  }
  .sm\:ml-1 {
    margin-left: 3px
  }
  .sm\:mt-2 {
    margin-top: 6px
  }
  .sm\:mr-2 {
    margin-right: 6px
  }
  .sm\:mb-2 {
    margin-bottom: 6px
  }
  .sm\:ml-2 {
    margin-left: 6px
  }
  .sm\:mt-3 {
    margin-top: 9px
  }
  .sm\:mr-3 {
    margin-right: 9px
  }
  .sm\:mb-3 {
    margin-bottom: 9px
  }
  .sm\:ml-3 {
    margin-left: 9px
  }
  .sm\:mt-4 {
    margin-top: 12px
  }
  .sm\:mr-4 {
    margin-right: 12px
  }
  .sm\:mb-4 {
    margin-bottom: 12px
  }
  .sm\:ml-4 {
    margin-left: 12px
  }
  .sm\:mt-5 {
    margin-top: 15px
  }
  .sm\:mr-5 {
    margin-right: 15px
  }
  .sm\:mb-5 {
    margin-bottom: 15px
  }
  .sm\:ml-5 {
    margin-left: 15px
  }
  .sm\:mt-6 {
    margin-top: 18px
  }
  .sm\:mr-6 {
    margin-right: 18px
  }
  .sm\:mb-6 {
    margin-bottom: 18px
  }
  .sm\:ml-6 {
    margin-left: 18px
  }
  .sm\:mt-7 {
    margin-top: 21px
  }
  .sm\:mr-7 {
    margin-right: 21px
  }
  .sm\:mb-7 {
    margin-bottom: 21px
  }
  .sm\:ml-7 {
    margin-left: 21px
  }
  .sm\:mt-8 {
    margin-top: 24px
  }
  .sm\:mr-8 {
    margin-right: 24px
  }
  .sm\:mb-8 {
    margin-bottom: 24px
  }
  .sm\:ml-8 {
    margin-left: 24px
  }
  .sm\:mt-9 {
    margin-top: 27px
  }
  .sm\:mr-9 {
    margin-right: 27px
  }
  .sm\:mb-9 {
    margin-bottom: 27px
  }
  .sm\:ml-9 {
    margin-left: 27px
  }
  .sm\:mt-10 {
    margin-top: 30px
  }
  .sm\:mr-10 {
    margin-right: 30px
  }
  .sm\:mb-10 {
    margin-bottom: 30px
  }
  .sm\:ml-10 {
    margin-left: 30px
  }
  .sm\:mt-11 {
    margin-top: 33px
  }
  .sm\:mr-11 {
    margin-right: 33px
  }
  .sm\:mb-11 {
    margin-bottom: 33px
  }
  .sm\:ml-11 {
    margin-left: 33px
  }
  .sm\:mt-12 {
    margin-top: 36px
  }
  .sm\:mr-12 {
    margin-right: 36px
  }
  .sm\:mb-12 {
    margin-bottom: 36px
  }
  .sm\:ml-12 {
    margin-left: 36px
  }
  .sm\:mt-14 {
    margin-top: 42px
  }
  .sm\:mr-14 {
    margin-right: 42px
  }
  .sm\:mb-14 {
    margin-bottom: 42px
  }
  .sm\:ml-14 {
    margin-left: 42px
  }
  .sm\:mt-16 {
    margin-top: 48px
  }
  .sm\:mr-16 {
    margin-right: 48px
  }
  .sm\:mb-16 {
    margin-bottom: 48px
  }
  .sm\:ml-16 {
    margin-left: 48px
  }
  .sm\:mt-18 {
    margin-top: 54px
  }
  .sm\:mr-18 {
    margin-right: 54px
  }
  .sm\:mb-18 {
    margin-bottom: 54px
  }
  .sm\:ml-18 {
    margin-left: 54px
  }
  .sm\:mt-20 {
    margin-top: 60px
  }
  .sm\:mr-20 {
    margin-right: 60px
  }
  .sm\:mb-20 {
    margin-bottom: 60px
  }
  .sm\:ml-20 {
    margin-left: 60px
  }
  .sm\:mt-24 {
    margin-top: 72px
  }
  .sm\:mr-24 {
    margin-right: 72px
  }
  .sm\:mb-24 {
    margin-bottom: 72px
  }
  .sm\:ml-24 {
    margin-left: 72px
  }
  .sm\:mt-28 {
    margin-top: 84px
  }
  .sm\:mr-28 {
    margin-right: 84px
  }
  .sm\:mb-28 {
    margin-bottom: 84px
  }
  .sm\:ml-28 {
    margin-left: 84px
  }
  .sm\:mt-32 {
    margin-top: 96px
  }
  .sm\:mr-32 {
    margin-right: 96px
  }
  .sm\:mb-32 {
    margin-bottom: 96px
  }
  .sm\:ml-32 {
    margin-left: 96px
  }
  .sm\:mt-36 {
    margin-top: 108px
  }
  .sm\:mr-36 {
    margin-right: 108px
  }
  .sm\:mb-36 {
    margin-bottom: 108px
  }
  .sm\:ml-36 {
    margin-left: 108px
  }
  .sm\:mt-40 {
    margin-top: 120px
  }
  .sm\:mr-40 {
    margin-right: 120px
  }
  .sm\:mb-40 {
    margin-bottom: 120px
  }
  .sm\:ml-40 {
    margin-left: 120px
  }
  .sm\:mt-44 {
    margin-top: 132px
  }
  .sm\:mr-44 {
    margin-right: 132px
  }
  .sm\:mb-44 {
    margin-bottom: 132px
  }
  .sm\:ml-44 {
    margin-left: 132px
  }
  .sm\:mt-48 {
    margin-top: 144px
  }
  .sm\:mr-48 {
    margin-right: 144px
  }
  .sm\:mb-48 {
    margin-bottom: 144px
  }
  .sm\:ml-48 {
    margin-left: 144px
  }
  .sm\:mt-52 {
    margin-top: 156px
  }
  .sm\:mr-52 {
    margin-right: 156px
  }
  .sm\:mb-52 {
    margin-bottom: 156px
  }
  .sm\:ml-52 {
    margin-left: 156px
  }
  .sm\:mt-56 {
    margin-top: 168px
  }
  .sm\:mr-56 {
    margin-right: 168px
  }
  .sm\:mb-56 {
    margin-bottom: 168px
  }
  .sm\:ml-56 {
    margin-left: 168px
  }
  .sm\:mt-60 {
    margin-top: 180px
  }
  .sm\:mr-60 {
    margin-right: 180px
  }
  .sm\:mb-60 {
    margin-bottom: 180px
  }
  .sm\:ml-60 {
    margin-left: 180px
  }
  .sm\:mt-64 {
    margin-top: 192px
  }
  .sm\:mr-64 {
    margin-right: 192px
  }
  .sm\:mb-64 {
    margin-bottom: 192px
  }
  .sm\:ml-64 {
    margin-left: 192px
  }
  .sm\:mt-72 {
    margin-top: 216px
  }
  .sm\:mr-72 {
    margin-right: 216px
  }
  .sm\:mb-72 {
    margin-bottom: 216px
  }
  .sm\:ml-72 {
    margin-left: 216px
  }
  .sm\:mt-80 {
    margin-top: 240px
  }
  .sm\:mr-80 {
    margin-right: 240px
  }
  .sm\:mb-80 {
    margin-bottom: 240px
  }
  .sm\:ml-80 {
    margin-left: 240px
  }
  .sm\:mt-96 {
    margin-top: 288px
  }
  .sm\:mr-96 {
    margin-right: 288px
  }
  .sm\:mb-96 {
    margin-bottom: 288px
  }
  .sm\:ml-96 {
    margin-left: 288px
  }
  .sm\:mt-auto {
    margin-top: auto
  }
  .sm\:mr-auto {
    margin-right: auto
  }
  .sm\:mb-auto {
    margin-bottom: auto
  }
  .sm\:ml-auto {
    margin-left: auto
  }
  .sm\:mt-px {
    margin-top: 1px
  }
  .sm\:mr-px {
    margin-right: 1px
  }
  .sm\:mb-px {
    margin-bottom: 1px
  }
  .sm\:ml-px {
    margin-left: 1px
  }
  .sm\:mt-0\.5 {
    margin-top: 1.5px
  }
  .sm\:mr-0\.5 {
    margin-right: 1.5px
  }
  .sm\:mb-0\.5 {
    margin-bottom: 1.5px
  }
  .sm\:ml-0\.5 {
    margin-left: 1.5px
  }
  .sm\:mt-1\.5 {
    margin-top: 4.5px
  }
  .sm\:mr-1\.5 {
    margin-right: 4.5px
  }
  .sm\:mb-1\.5 {
    margin-bottom: 4.5px
  }
  .sm\:ml-1\.5 {
    margin-left: 4.5px
  }
  .sm\:mt-2\.5 {
    margin-top: 7.5px
  }
  .sm\:mr-2\.5 {
    margin-right: 7.5px
  }
  .sm\:mb-2\.5 {
    margin-bottom: 7.5px
  }
  .sm\:ml-2\.5 {
    margin-left: 7.5px
  }
  .sm\:mt-3\.5 {
    margin-top: 10.5px
  }
  .sm\:mr-3\.5 {
    margin-right: 10.5px
  }
  .sm\:mb-3\.5 {
    margin-bottom: 10.5px
  }
  .sm\:ml-3\.5 {
    margin-left: 10.5px
  }
  .sm\:-mt-0 {
    margin-top: 0
  }
  .sm\:-mr-0 {
    margin-right: 0
  }
  .sm\:-mb-0 {
    margin-bottom: 0
  }
  .sm\:-ml-0 {
    margin-left: 0
  }
  .sm\:-mt-1 {
    margin-top: -3px
  }
  .sm\:-mr-1 {
    margin-right: -3px
  }
  .sm\:-mb-1 {
    margin-bottom: -3px
  }
  .sm\:-ml-1 {
    margin-left: -3px
  }
  .sm\:-mt-2 {
    margin-top: -6px
  }
  .sm\:-mr-2 {
    margin-right: -6px
  }
  .sm\:-mb-2 {
    margin-bottom: -6px
  }
  .sm\:-ml-2 {
    margin-left: -6px
  }
  .sm\:-mt-3 {
    margin-top: -9px
  }
  .sm\:-mr-3 {
    margin-right: -9px
  }
  .sm\:-mb-3 {
    margin-bottom: -9px
  }
  .sm\:-ml-3 {
    margin-left: -9px
  }
  .sm\:-mt-4 {
    margin-top: -12px
  }
  .sm\:-mr-4 {
    margin-right: -12px
  }
  .sm\:-mb-4 {
    margin-bottom: -12px
  }
  .sm\:-ml-4 {
    margin-left: -12px
  }
  .sm\:-mt-5 {
    margin-top: -15px
  }
  .sm\:-mr-5 {
    margin-right: -15px
  }
  .sm\:-mb-5 {
    margin-bottom: -15px
  }
  .sm\:-ml-5 {
    margin-left: -15px
  }
  .sm\:-mt-6 {
    margin-top: -18px
  }
  .sm\:-mr-6 {
    margin-right: -18px
  }
  .sm\:-mb-6 {
    margin-bottom: -18px
  }
  .sm\:-ml-6 {
    margin-left: -18px
  }
  .sm\:-mt-7 {
    margin-top: -21px
  }
  .sm\:-mr-7 {
    margin-right: -21px
  }
  .sm\:-mb-7 {
    margin-bottom: -21px
  }
  .sm\:-ml-7 {
    margin-left: -21px
  }
  .sm\:-mt-8 {
    margin-top: -24px
  }
  .sm\:-mr-8 {
    margin-right: -24px
  }
  .sm\:-mb-8 {
    margin-bottom: -24px
  }
  .sm\:-ml-8 {
    margin-left: -24px
  }
  .sm\:-mt-9 {
    margin-top: -27px
  }
  .sm\:-mr-9 {
    margin-right: -27px
  }
  .sm\:-mb-9 {
    margin-bottom: -27px
  }
  .sm\:-ml-9 {
    margin-left: -27px
  }
  .sm\:-mt-10 {
    margin-top: -30px
  }
  .sm\:-mr-10 {
    margin-right: -30px
  }
  .sm\:-mb-10 {
    margin-bottom: -30px
  }
  .sm\:-ml-10 {
    margin-left: -30px
  }
  .sm\:-mt-11 {
    margin-top: -33px
  }
  .sm\:-mr-11 {
    margin-right: -33px
  }
  .sm\:-mb-11 {
    margin-bottom: -33px
  }
  .sm\:-ml-11 {
    margin-left: -33px
  }
  .sm\:-mt-12 {
    margin-top: -36px
  }
  .sm\:-mr-12 {
    margin-right: -36px
  }
  .sm\:-mb-12 {
    margin-bottom: -36px
  }
  .sm\:-ml-12 {
    margin-left: -36px
  }
  .sm\:-mt-14 {
    margin-top: -42px
  }
  .sm\:-mr-14 {
    margin-right: -42px
  }
  .sm\:-mb-14 {
    margin-bottom: -42px
  }
  .sm\:-ml-14 {
    margin-left: -42px
  }
  .sm\:-mt-16 {
    margin-top: -48px
  }
  .sm\:-mr-16 {
    margin-right: -48px
  }
  .sm\:-mb-16 {
    margin-bottom: -48px
  }
  .sm\:-ml-16 {
    margin-left: -48px
  }
  .sm\:-mt-18 {
    margin-top: -54px
  }
  .sm\:-mr-18 {
    margin-right: -54px
  }
  .sm\:-mb-18 {
    margin-bottom: -54px
  }
  .sm\:-ml-18 {
    margin-left: -54px
  }
  .sm\:-mt-20 {
    margin-top: -60px
  }
  .sm\:-mr-20 {
    margin-right: -60px
  }
  .sm\:-mb-20 {
    margin-bottom: -60px
  }
  .sm\:-ml-20 {
    margin-left: -60px
  }
  .sm\:-mt-24 {
    margin-top: -72px
  }
  .sm\:-mr-24 {
    margin-right: -72px
  }
  .sm\:-mb-24 {
    margin-bottom: -72px
  }
  .sm\:-ml-24 {
    margin-left: -72px
  }
  .sm\:-mt-28 {
    margin-top: -84px
  }
  .sm\:-mr-28 {
    margin-right: -84px
  }
  .sm\:-mb-28 {
    margin-bottom: -84px
  }
  .sm\:-ml-28 {
    margin-left: -84px
  }
  .sm\:-mt-32 {
    margin-top: -96px
  }
  .sm\:-mr-32 {
    margin-right: -96px
  }
  .sm\:-mb-32 {
    margin-bottom: -96px
  }
  .sm\:-ml-32 {
    margin-left: -96px
  }
  .sm\:-mt-36 {
    margin-top: -108px
  }
  .sm\:-mr-36 {
    margin-right: -108px
  }
  .sm\:-mb-36 {
    margin-bottom: -108px
  }
  .sm\:-ml-36 {
    margin-left: -108px
  }
  .sm\:-mt-40 {
    margin-top: -120px
  }
  .sm\:-mr-40 {
    margin-right: -120px
  }
  .sm\:-mb-40 {
    margin-bottom: -120px
  }
  .sm\:-ml-40 {
    margin-left: -120px
  }
  .sm\:-mt-44 {
    margin-top: -132px
  }
  .sm\:-mr-44 {
    margin-right: -132px
  }
  .sm\:-mb-44 {
    margin-bottom: -132px
  }
  .sm\:-ml-44 {
    margin-left: -132px
  }
  .sm\:-mt-48 {
    margin-top: -144px
  }
  .sm\:-mr-48 {
    margin-right: -144px
  }
  .sm\:-mb-48 {
    margin-bottom: -144px
  }
  .sm\:-ml-48 {
    margin-left: -144px
  }
  .sm\:-mt-52 {
    margin-top: -156px
  }
  .sm\:-mr-52 {
    margin-right: -156px
  }
  .sm\:-mb-52 {
    margin-bottom: -156px
  }
  .sm\:-ml-52 {
    margin-left: -156px
  }
  .sm\:-mt-56 {
    margin-top: -168px
  }
  .sm\:-mr-56 {
    margin-right: -168px
  }
  .sm\:-mb-56 {
    margin-bottom: -168px
  }
  .sm\:-ml-56 {
    margin-left: -168px
  }
  .sm\:-mt-60 {
    margin-top: -180px
  }
  .sm\:-mr-60 {
    margin-right: -180px
  }
  .sm\:-mb-60 {
    margin-bottom: -180px
  }
  .sm\:-ml-60 {
    margin-left: -180px
  }
  .sm\:-mt-64 {
    margin-top: -192px
  }
  .sm\:-mr-64 {
    margin-right: -192px
  }
  .sm\:-mb-64 {
    margin-bottom: -192px
  }
  .sm\:-ml-64 {
    margin-left: -192px
  }
  .sm\:-mt-72 {
    margin-top: -216px
  }
  .sm\:-mr-72 {
    margin-right: -216px
  }
  .sm\:-mb-72 {
    margin-bottom: -216px
  }
  .sm\:-ml-72 {
    margin-left: -216px
  }
  .sm\:-mt-80 {
    margin-top: -240px
  }
  .sm\:-mr-80 {
    margin-right: -240px
  }
  .sm\:-mb-80 {
    margin-bottom: -240px
  }
  .sm\:-ml-80 {
    margin-left: -240px
  }
  .sm\:-mt-96 {
    margin-top: -288px
  }
  .sm\:-mr-96 {
    margin-right: -288px
  }
  .sm\:-mb-96 {
    margin-bottom: -288px
  }
  .sm\:-ml-96 {
    margin-left: -288px
  }
  .sm\:-mt-px {
    margin-top: -1px
  }
  .sm\:-mr-px {
    margin-right: -1px
  }
  .sm\:-mb-px {
    margin-bottom: -1px
  }
  .sm\:-ml-px {
    margin-left: -1px
  }
  .sm\:-mt-0\.5 {
    margin-top: -1.5px
  }
  .sm\:-mr-0\.5 {
    margin-right: -1.5px
  }
  .sm\:-mb-0\.5 {
    margin-bottom: -1.5px
  }
  .sm\:-ml-0\.5 {
    margin-left: -1.5px
  }
  .sm\:-mt-1\.5 {
    margin-top: -4.5px
  }
  .sm\:-mr-1\.5 {
    margin-right: -4.5px
  }
  .sm\:-mb-1\.5 {
    margin-bottom: -4.5px
  }
  .sm\:-ml-1\.5 {
    margin-left: -4.5px
  }
  .sm\:-mt-2\.5 {
    margin-top: -7.5px
  }
  .sm\:-mr-2\.5 {
    margin-right: -7.5px
  }
  .sm\:-mb-2\.5 {
    margin-bottom: -7.5px
  }
  .sm\:-ml-2\.5 {
    margin-left: -7.5px
  }
  .sm\:-mt-3\.5 {
    margin-top: -10.5px
  }
  .sm\:-mr-3\.5 {
    margin-right: -10.5px
  }
  .sm\:-mb-3\.5 {
    margin-bottom: -10.5px
  }
  .sm\:-ml-3\.5 {
    margin-left: -10.5px
  }
  .sm\:-mt-128px {
    margin-top: -128px
  }
  .sm\:-mr-128px {
    margin-right: -128px
  }
  .sm\:-mb-128px {
    margin-bottom: -128px
  }
  .sm\:-ml-128px {
    margin-left: -128px
  }
  .sm\:-mt-61px {
    margin-top: -61px
  }
  .sm\:-mr-61px {
    margin-right: -61px
  }
  .sm\:-mb-61px {
    margin-bottom: -61px
  }
  .sm\:-ml-61px {
    margin-left: -61px
  }
  .sm\:-mt-24vw {
    margin-top: -24vw
  }
  .sm\:-mr-24vw {
    margin-right: -24vw
  }
  .sm\:-mb-24vw {
    margin-bottom: -24vw
  }
  .sm\:-ml-24vw {
    margin-left: -24vw
  }
  .sm\:max-h-0 {
    max-height: 0
  }
  .sm\:max-h-1 {
    max-height: 3px
  }
  .sm\:max-h-2 {
    max-height: 6px
  }
  .sm\:max-h-3 {
    max-height: 9px
  }
  .sm\:max-h-4 {
    max-height: 12px
  }
  .sm\:max-h-5 {
    max-height: 15px
  }
  .sm\:max-h-6 {
    max-height: 18px
  }
  .sm\:max-h-7 {
    max-height: 21px
  }
  .sm\:max-h-8 {
    max-height: 24px
  }
  .sm\:max-h-9 {
    max-height: 27px
  }
  .sm\:max-h-10 {
    max-height: 30px
  }
  .sm\:max-h-11 {
    max-height: 33px
  }
  .sm\:max-h-12 {
    max-height: 36px
  }
  .sm\:max-h-14 {
    max-height: 42px
  }
  .sm\:max-h-16 {
    max-height: 48px
  }
  .sm\:max-h-18 {
    max-height: 54px
  }
  .sm\:max-h-20 {
    max-height: 60px
  }
  .sm\:max-h-24 {
    max-height: 72px
  }
  .sm\:max-h-28 {
    max-height: 84px
  }
  .sm\:max-h-32 {
    max-height: 96px
  }
  .sm\:max-h-36 {
    max-height: 108px
  }
  .sm\:max-h-40 {
    max-height: 120px
  }
  .sm\:max-h-44 {
    max-height: 132px
  }
  .sm\:max-h-48 {
    max-height: 144px
  }
  .sm\:max-h-52 {
    max-height: 156px
  }
  .sm\:max-h-56 {
    max-height: 168px
  }
  .sm\:max-h-60 {
    max-height: 180px
  }
  .sm\:max-h-64 {
    max-height: 192px
  }
  .sm\:max-h-72 {
    max-height: 216px
  }
  .sm\:max-h-80 {
    max-height: 240px
  }
  .sm\:max-h-96 {
    max-height: 288px
  }
  .sm\:max-h-104 {
    max-height: 272px
  }
  .sm\:max-h-px {
    max-height: 1px
  }
  .sm\:max-h-0\.5 {
    max-height: 1.5px
  }
  .sm\:max-h-1\.5 {
    max-height: 4.5px
  }
  .sm\:max-h-2\.5 {
    max-height: 7.5px
  }
  .sm\:max-h-3\.5 {
    max-height: 10.5px
  }
  .sm\:max-h-full {
    max-height: 100%
  }
  .sm\:max-h-screen {
    max-height: 100vh
  }
  .sm\:max-h-768px {
    max-height: 768px
  }
  .sm\:max-w-0 {
    max-width: 0
  }
  .sm\:max-w-none {
    max-width: none
  }
  .sm\:max-w-xs {
    max-width: 240px
  }
  .sm\:max-w-sm {
    max-width: 288px
  }
  .sm\:max-w-md {
    max-width: 296px
  }
  .sm\:max-w-lg {
    max-width: 384px
  }
  .sm\:max-w-xl {
    max-width: 372px
  }
  .sm\:max-w-2xl {
    max-width: 504px
  }
  .sm\:max-w-3xl {
    max-width: 496px
  }
  .sm\:max-w-4xl {
    max-width: 572px
  }
  .sm\:max-w-5xl {
    max-width: 768px
  }
  .sm\:max-w-6xl {
    max-width: 864px
  }
  .sm\:max-w-7xl {
    max-width: 960px
  }
  .sm\:max-w-full {
    max-width: 100%
  }
  .sm\:max-w-min {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content
  }
  .sm\:max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content
  }
  .sm\:max-w-prose {
    max-width: 65ch
  }
  .sm\:max-w-screen-sm {
    max-width: 640px
  }
  .sm\:max-w-screen-md {
    max-width: 768px
  }
  .sm\:max-w-screen-lg {
    max-width: 1024px
  }
  .sm\:max-w-screen-xl {
    max-width: 1280px
  }
  .sm\:max-w-screen-2xl {
    max-width: 1536px
  }
  .sm\:min-h-0 {
    min-height: 0
  }
  .sm\:min-h-full {
    min-height: 100%
  }
  .sm\:min-h-screen {
    min-height: 100vh
  }
  .sm\:min-h-672px {
    min-height: 672px
  }
  .sm\:min-h-686px {
    min-height: 686px
  }
  .sm\:min-w-0 {
    min-width: 0
  }
  .sm\:min-w-full {
    min-width: 100%
  }
  .sm\:min-w-min {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content
  }
  .sm\:min-w-max {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content
  }
  .sm\:min-w-1\/3 {
    min-width: 33.333333%
  }
  .sm\:min-w-1008px {
    min-width: 1008px
  }
  .sm\:object-contain {
    -o-object-fit: contain;
    object-fit: contain
  }
  .sm\:object-cover {
    -o-object-fit: cover;
    object-fit: cover
  }
  .sm\:object-fill {
    -o-object-fit: fill;
    object-fit: fill
  }
  .sm\:object-none {
    -o-object-fit: none;
    object-fit: none
  }
  .sm\:object-scale-down {
    -o-object-fit: scale-down;
    object-fit: scale-down
  }
  .sm\:object-bottom {
    -o-object-position: bottom;
    object-position: bottom
  }
  .sm\:object-center {
    -o-object-position: center;
    object-position: center
  }
  .sm\:object-left {
    -o-object-position: left;
    object-position: left
  }
  .sm\:object-left-bottom {
    -o-object-position: left bottom;
    object-position: left bottom
  }
  .sm\:object-left-top {
    -o-object-position: left top;
    object-position: left top
  }
  .sm\:object-right {
    -o-object-position: right;
    object-position: right
  }
  .sm\:object-right-bottom {
    -o-object-position: right bottom;
    object-position: right bottom
  }
  .sm\:object-right-top {
    -o-object-position: right top;
    object-position: right top
  }
  .sm\:object-top {
    -o-object-position: top;
    object-position: top
  }
  .sm\:opacity-0 {
    opacity: 0
  }
  .sm\:opacity-5 {
    opacity: .05
  }
  .sm\:opacity-10 {
    opacity: .1
  }
  .sm\:opacity-20 {
    opacity: .2
  }
  .sm\:opacity-25 {
    opacity: .25
  }
  .sm\:opacity-30 {
    opacity: .3
  }
  .sm\:opacity-40 {
    opacity: .4
  }
  .sm\:opacity-50 {
    opacity: .5
  }
  .sm\:opacity-60 {
    opacity: .6
  }
  .sm\:opacity-70 {
    opacity: .7
  }
  .sm\:opacity-75 {
    opacity: .75
  }
  .sm\:opacity-80 {
    opacity: .8
  }
  .sm\:opacity-90 {
    opacity: .9
  }
  .sm\:opacity-95 {
    opacity: .95
  }
  .sm\:opacity-100 {
    opacity: 1
  }
  .group:hover .sm\:group-hover\:opacity-0 {
    opacity: 0
  }
  .group:hover .sm\:group-hover\:opacity-5 {
    opacity: .05
  }
  .group:hover .sm\:group-hover\:opacity-10 {
    opacity: .1
  }
  .group:hover .sm\:group-hover\:opacity-20 {
    opacity: .2
  }
  .group:hover .sm\:group-hover\:opacity-25 {
    opacity: .25
  }
  .group:hover .sm\:group-hover\:opacity-30 {
    opacity: .3
  }
  .group:hover .sm\:group-hover\:opacity-40 {
    opacity: .4
  }
  .group:hover .sm\:group-hover\:opacity-50 {
    opacity: .5
  }
  .group:hover .sm\:group-hover\:opacity-60 {
    opacity: .6
  }
  .group:hover .sm\:group-hover\:opacity-70 {
    opacity: .7
  }
  .group:hover .sm\:group-hover\:opacity-75 {
    opacity: .75
  }
  .group:hover .sm\:group-hover\:opacity-80 {
    opacity: .8
  }
  .group:hover .sm\:group-hover\:opacity-90 {
    opacity: .9
  }
  .group:hover .sm\:group-hover\:opacity-95 {
    opacity: .95
  }
  .group:hover .sm\:group-hover\:opacity-100 {
    opacity: 1
  }
  .sm\:focus-within\:opacity-0:focus-within {
    opacity: 0
  }
  .sm\:focus-within\:opacity-5:focus-within {
    opacity: .05
  }
  .sm\:focus-within\:opacity-10:focus-within {
    opacity: .1
  }
  .sm\:focus-within\:opacity-20:focus-within {
    opacity: .2
  }
  .sm\:focus-within\:opacity-25:focus-within {
    opacity: .25
  }
  .sm\:focus-within\:opacity-30:focus-within {
    opacity: .3
  }
  .sm\:focus-within\:opacity-40:focus-within {
    opacity: .4
  }
  .sm\:focus-within\:opacity-50:focus-within {
    opacity: .5
  }
  .sm\:focus-within\:opacity-60:focus-within {
    opacity: .6
  }
  .sm\:focus-within\:opacity-70:focus-within {
    opacity: .7
  }
  .sm\:focus-within\:opacity-75:focus-within {
    opacity: .75
  }
  .sm\:focus-within\:opacity-80:focus-within {
    opacity: .8
  }
  .sm\:focus-within\:opacity-90:focus-within {
    opacity: .9
  }
  .sm\:focus-within\:opacity-95:focus-within {
    opacity: .95
  }
  .sm\:focus-within\:opacity-100:focus-within {
    opacity: 1
  }
  .sm\:hover\:opacity-0:hover {
    opacity: 0
  }
  .sm\:hover\:opacity-5:hover {
    opacity: .05
  }
  .sm\:hover\:opacity-10:hover {
    opacity: .1
  }
  .sm\:hover\:opacity-20:hover {
    opacity: .2
  }
  .sm\:hover\:opacity-25:hover {
    opacity: .25
  }
  .sm\:hover\:opacity-30:hover {
    opacity: .3
  }
  .sm\:hover\:opacity-40:hover {
    opacity: .4
  }
  .sm\:hover\:opacity-50:hover {
    opacity: .5
  }
  .sm\:hover\:opacity-60:hover {
    opacity: .6
  }
  .sm\:hover\:opacity-70:hover {
    opacity: .7
  }
  .sm\:hover\:opacity-75:hover {
    opacity: .75
  }
  .sm\:hover\:opacity-80:hover {
    opacity: .8
  }
  .sm\:hover\:opacity-90:hover {
    opacity: .9
  }
  .sm\:hover\:opacity-95:hover {
    opacity: .95
  }
  .sm\:hover\:opacity-100:hover {
    opacity: 1
  }
  .sm\:focus\:opacity-0:focus {
    opacity: 0
  }
  .sm\:focus\:opacity-5:focus {
    opacity: .05
  }
  .sm\:focus\:opacity-10:focus {
    opacity: .1
  }
  .sm\:focus\:opacity-20:focus {
    opacity: .2
  }
  .sm\:focus\:opacity-25:focus {
    opacity: .25
  }
  .sm\:focus\:opacity-30:focus {
    opacity: .3
  }
  .sm\:focus\:opacity-40:focus {
    opacity: .4
  }
  .sm\:focus\:opacity-50:focus {
    opacity: .5
  }
  .sm\:focus\:opacity-60:focus {
    opacity: .6
  }
  .sm\:focus\:opacity-70:focus {
    opacity: .7
  }
  .sm\:focus\:opacity-75:focus {
    opacity: .75
  }
  .sm\:focus\:opacity-80:focus {
    opacity: .8
  }
  .sm\:focus\:opacity-90:focus {
    opacity: .9
  }
  .sm\:focus\:opacity-95:focus {
    opacity: .95
  }
  .sm\:focus\:opacity-100:focus {
    opacity: 1
  }
  .sm\:disabled\:opacity-0:disabled {
    opacity: 0
  }
  .sm\:disabled\:opacity-5:disabled {
    opacity: .05
  }
  .sm\:disabled\:opacity-10:disabled {
    opacity: .1
  }
  .sm\:disabled\:opacity-20:disabled {
    opacity: .2
  }
  .sm\:disabled\:opacity-25:disabled {
    opacity: .25
  }
  .sm\:disabled\:opacity-30:disabled {
    opacity: .3
  }
  .sm\:disabled\:opacity-40:disabled {
    opacity: .4
  }
  .sm\:disabled\:opacity-50:disabled {
    opacity: .5
  }
  .sm\:disabled\:opacity-60:disabled {
    opacity: .6
  }
  .sm\:disabled\:opacity-70:disabled {
    opacity: .7
  }
  .sm\:disabled\:opacity-75:disabled {
    opacity: .75
  }
  .sm\:disabled\:opacity-80:disabled {
    opacity: .8
  }
  .sm\:disabled\:opacity-90:disabled {
    opacity: .9
  }
  .sm\:disabled\:opacity-95:disabled {
    opacity: .95
  }
  .sm\:disabled\:opacity-100:disabled {
    opacity: 1
  }
  .sm\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px
  }
  .sm\:outline-white {
    outline: 2px dotted #fff;
    outline-offset: 2px
  }
  .sm\:outline-black {
    outline: 2px dotted #000;
    outline-offset: 2px
  }
  .sm\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px
  }
  .sm\:focus-within\:outline-white:focus-within {
    outline: 2px dotted #fff;
    outline-offset: 2px
  }
  .sm\:focus-within\:outline-black:focus-within {
    outline: 2px dotted #000;
    outline-offset: 2px
  }
  .sm\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
  }
  .sm\:focus\:outline-white:focus {
    outline: 2px dotted #fff;
    outline-offset: 2px
  }
  .sm\:focus\:outline-black:focus {
    outline: 2px dotted #000;
    outline-offset: 2px
  }
  .sm\:overflow-auto {
    overflow: auto
  }
  .sm\:overflow-hidden {
    overflow: hidden
  }
  .sm\:overflow-visible {
    overflow: visible
  }
  .sm\:overflow-scroll {
    overflow: scroll
  }
  .sm\:overflow-x-auto {
    overflow-x: auto
  }
  .sm\:overflow-y-auto {
    overflow-y: auto
  }
  .sm\:overflow-x-hidden {
    overflow-x: hidden
  }
  .sm\:overflow-y-hidden {
    overflow-y: hidden
  }
  .sm\:overflow-x-visible {
    overflow-x: visible
  }
  .sm\:overflow-y-visible {
    overflow-y: visible
  }
  .sm\:overflow-x-scroll {
    overflow-x: scroll
  }
  .sm\:overflow-y-scroll {
    overflow-y: scroll
  }
  .sm\:overscroll-auto {
    -ms-scroll-chaining: chained;
    overscroll-behavior: auto
  }
  .sm\:overscroll-contain {
    -ms-scroll-chaining: none;
    overscroll-behavior: contain
  }
  .sm\:overscroll-none {
    -ms-scroll-chaining: none;
    overscroll-behavior: none
  }
  .sm\:overscroll-y-auto {
    overscroll-behavior-y: auto
  }
  .sm\:overscroll-y-contain {
    overscroll-behavior-y: contain
  }
  .sm\:overscroll-y-none {
    overscroll-behavior-y: none
  }
  .sm\:overscroll-x-auto {
    overscroll-behavior-x: auto
  }
  .sm\:overscroll-x-contain {
    overscroll-behavior-x: contain
  }
  .sm\:overscroll-x-none {
    overscroll-behavior-x: none
  }
  .sm\:p-0 {
    padding: 0
  }
  .sm\:p-1 {
    padding: 3px
  }
  .sm\:p-2 {
    padding: 6px
  }
  .sm\:p-3 {
    padding: 9px
  }
  .sm\:p-4 {
    padding: 12px
  }
  .sm\:p-5 {
    padding: 15px
  }
  .sm\:p-6 {
    padding: 18px
  }
  .sm\:p-7 {
    padding: 21px
  }
  .sm\:p-8 {
    padding: 24px
  }
  .sm\:p-9 {
    padding: 27px
  }
  .sm\:p-10 {
    padding: 30px
  }
  .sm\:p-11 {
    padding: 33px
  }
  .sm\:p-12 {
    padding: 36px
  }
  .sm\:p-14 {
    padding: 42px
  }
  .sm\:p-16 {
    padding: 48px
  }
  .sm\:p-18 {
    padding: 54px
  }
  .sm\:p-20 {
    padding: 60px
  }
  .sm\:p-24 {
    padding: 72px
  }
  .sm\:p-28 {
    padding: 84px
  }
  .sm\:p-32 {
    padding: 96px
  }
  .sm\:p-36 {
    padding: 108px
  }
  .sm\:p-40 {
    padding: 120px
  }
  .sm\:p-44 {
    padding: 132px
  }
  .sm\:p-48 {
    padding: 144px
  }
  .sm\:p-52 {
    padding: 156px
  }
  .sm\:p-56 {
    padding: 168px
  }
  .sm\:p-60 {
    padding: 180px
  }
  .sm\:p-64 {
    padding: 192px
  }
  .sm\:p-72 {
    padding: 216px
  }
  .sm\:p-80 {
    padding: 240px
  }
  .sm\:p-96 {
    padding: 288px
  }
  .sm\:p-px {
    padding: 1px
  }
  .sm\:p-0\.5 {
    padding: 1.5px
  }
  .sm\:p-1\.5 {
    padding: 4.5px
  }
  .sm\:p-2\.5 {
    padding: 7.5px
  }
  .sm\:p-3\.5 {
    padding: 10.5px
  }
  .sm\:py-0 {
    padding-top: 0;
    padding-bottom: 0
  }
  .sm\:px-0 {
    padding-left: 0;
    padding-right: 0
  }
  .sm\:py-1 {
    padding-top: 3px;
    padding-bottom: 3px
  }
  .sm\:px-1 {
    padding-left: 3px;
    padding-right: 3px
  }
  .sm\:py-2 {
    padding-top: 6px;
    padding-bottom: 6px
  }
  .sm\:px-2 {
    padding-left: 6px;
    padding-right: 6px
  }
  .sm\:py-3 {
    padding-top: 9px;
    padding-bottom: 9px
  }
  .sm\:px-3 {
    padding-left: 9px;
    padding-right: 9px
  }
  .sm\:py-4 {
    padding-top: 12px;
    padding-bottom: 12px
  }
  .sm\:px-4 {
    padding-left: 12px;
    padding-right: 12px
  }
  .sm\:py-5 {
    padding-top: 15px;
    padding-bottom: 15px
  }
  .sm\:px-5 {
    padding-left: 15px;
    padding-right: 15px
  }
  .sm\:py-6 {
    padding-top: 18px;
    padding-bottom: 18px
  }
  .sm\:px-6 {
    padding-left: 18px;
    padding-right: 18px
  }
  .sm\:py-7 {
    padding-top: 21px;
    padding-bottom: 21px
  }
  .sm\:px-7 {
    padding-left: 21px;
    padding-right: 21px
  }
  .sm\:py-8 {
    padding-top: 24px;
    padding-bottom: 24px
  }
  .sm\:px-8 {
    padding-left: 24px;
    padding-right: 24px
  }
  .sm\:py-9 {
    padding-top: 27px;
    padding-bottom: 27px
  }
  .sm\:px-9 {
    padding-left: 27px;
    padding-right: 27px
  }
  .sm\:py-10 {
    padding-top: 30px;
    padding-bottom: 30px
  }
  .sm\:px-10 {
    padding-left: 30px;
    padding-right: 30px
  }
  .sm\:py-11 {
    padding-top: 33px;
    padding-bottom: 33px
  }
  .sm\:px-11 {
    padding-left: 33px;
    padding-right: 33px
  }
  .sm\:py-12 {
    padding-top: 36px;
    padding-bottom: 36px
  }
  .sm\:px-12 {
    padding-left: 36px;
    padding-right: 36px
  }
  .sm\:py-14 {
    padding-top: 42px;
    padding-bottom: 42px
  }
  .sm\:px-14 {
    padding-left: 42px;
    padding-right: 42px
  }
  .sm\:py-16 {
    padding-top: 48px;
    padding-bottom: 48px
  }
  .sm\:px-16 {
    padding-left: 48px;
    padding-right: 48px
  }
  .sm\:py-18 {
    padding-top: 54px;
    padding-bottom: 54px
  }
  .sm\:px-18 {
    padding-left: 54px;
    padding-right: 54px
  }
  .sm\:py-20 {
    padding-top: 60px;
    padding-bottom: 60px
  }
  .sm\:px-20 {
    padding-left: 60px;
    padding-right: 60px
  }
  .sm\:py-24 {
    padding-top: 72px;
    padding-bottom: 72px
  }
  .sm\:px-24 {
    padding-left: 72px;
    padding-right: 72px
  }
  .sm\:py-28 {
    padding-top: 84px;
    padding-bottom: 84px
  }
  .sm\:px-28 {
    padding-left: 84px;
    padding-right: 84px
  }
  .sm\:py-32 {
    padding-top: 96px;
    padding-bottom: 96px
  }
  .sm\:px-32 {
    padding-left: 96px;
    padding-right: 96px
  }
  .sm\:py-36 {
    padding-top: 108px;
    padding-bottom: 108px
  }
  .sm\:px-36 {
    padding-left: 108px;
    padding-right: 108px
  }
  .sm\:py-40 {
    padding-top: 120px;
    padding-bottom: 120px
  }
  .sm\:px-40 {
    padding-left: 120px;
    padding-right: 120px
  }
  .sm\:py-44 {
    padding-top: 132px;
    padding-bottom: 132px
  }
  .sm\:px-44 {
    padding-left: 132px;
    padding-right: 132px
  }
  .sm\:py-48 {
    padding-top: 144px;
    padding-bottom: 144px
  }
  .sm\:px-48 {
    padding-left: 144px;
    padding-right: 144px
  }
  .sm\:py-52 {
    padding-top: 156px;
    padding-bottom: 156px
  }
  .sm\:px-52 {
    padding-left: 156px;
    padding-right: 156px
  }
  .sm\:py-56 {
    padding-top: 168px;
    padding-bottom: 168px
  }
  .sm\:px-56 {
    padding-left: 168px;
    padding-right: 168px
  }
  .sm\:py-60 {
    padding-top: 180px;
    padding-bottom: 180px
  }
  .sm\:px-60 {
    padding-left: 180px;
    padding-right: 180px
  }
  .sm\:py-64 {
    padding-top: 192px;
    padding-bottom: 192px
  }
  .sm\:px-64 {
    padding-left: 192px;
    padding-right: 192px
  }
  .sm\:py-72 {
    padding-top: 216px;
    padding-bottom: 216px
  }
  .sm\:px-72 {
    padding-left: 216px;
    padding-right: 216px
  }
  .sm\:py-80 {
    padding-top: 240px;
    padding-bottom: 240px
  }
  .sm\:px-80 {
    padding-left: 240px;
    padding-right: 240px
  }
  .sm\:py-96 {
    padding-top: 288px;
    padding-bottom: 288px
  }
  .sm\:px-96 {
    padding-left: 288px;
    padding-right: 288px
  }
  .sm\:py-px {
    padding-top: 1px;
    padding-bottom: 1px
  }
  .sm\:px-px {
    padding-left: 1px;
    padding-right: 1px
  }
  .sm\:py-0\.5 {
    padding-top: 1.5px;
    padding-bottom: 1.5px
  }
  .sm\:px-0\.5 {
    padding-left: 1.5px;
    padding-right: 1.5px
  }
  .sm\:py-1\.5 {
    padding-top: 4.5px;
    padding-bottom: 4.5px
  }
  .sm\:px-1\.5 {
    padding-left: 4.5px;
    padding-right: 4.5px
  }
  .sm\:py-2\.5 {
    padding-top: 7.5px;
    padding-bottom: 7.5px
  }
  .sm\:px-2\.5 {
    padding-left: 7.5px;
    padding-right: 7.5px
  }
  .sm\:py-3\.5 {
    padding-top: 10.5px;
    padding-bottom: 10.5px
  }
  .sm\:px-3\.5 {
    padding-left: 10.5px;
    padding-right: 10.5px
  }
  .sm\:pt-0 {
    padding-top: 0
  }
  .sm\:pr-0 {
    padding-right: 0
  }
  .sm\:pb-0 {
    padding-bottom: 0
  }
  .sm\:pl-0 {
    padding-left: 0
  }
  .sm\:pt-1 {
    padding-top: 3px
  }
  .sm\:pr-1 {
    padding-right: 3px
  }
  .sm\:pb-1 {
    padding-bottom: 3px
  }
  .sm\:pl-1 {
    padding-left: 3px
  }
  .sm\:pt-2 {
    padding-top: 6px
  }
  .sm\:pr-2 {
    padding-right: 6px
  }
  .sm\:pb-2 {
    padding-bottom: 6px
  }
  .sm\:pl-2 {
    padding-left: 6px
  }
  .sm\:pt-3 {
    padding-top: 9px
  }
  .sm\:pr-3 {
    padding-right: 9px
  }
  .sm\:pb-3 {
    padding-bottom: 9px
  }
  .sm\:pl-3 {
    padding-left: 9px
  }
  .sm\:pt-4 {
    padding-top: 12px
  }
  .sm\:pr-4 {
    padding-right: 12px
  }
  .sm\:pb-4 {
    padding-bottom: 12px
  }
  .sm\:pl-4 {
    padding-left: 12px
  }
  .sm\:pt-5 {
    padding-top: 15px
  }
  .sm\:pr-5 {
    padding-right: 15px
  }
  .sm\:pb-5 {
    padding-bottom: 15px
  }
  .sm\:pl-5 {
    padding-left: 15px
  }
  .sm\:pt-6 {
    padding-top: 18px
  }
  .sm\:pr-6 {
    padding-right: 18px
  }
  .sm\:pb-6 {
    padding-bottom: 18px
  }
  .sm\:pl-6 {
    padding-left: 18px
  }
  .sm\:pt-7 {
    padding-top: 21px
  }
  .sm\:pr-7 {
    padding-right: 21px
  }
  .sm\:pb-7 {
    padding-bottom: 21px
  }
  .sm\:pl-7 {
    padding-left: 21px
  }
  .sm\:pt-8 {
    padding-top: 24px
  }
  .sm\:pr-8 {
    padding-right: 24px
  }
  .sm\:pb-8 {
    padding-bottom: 24px
  }
  .sm\:pl-8 {
    padding-left: 24px
  }
  .sm\:pt-9 {
    padding-top: 27px
  }
  .sm\:pr-9 {
    padding-right: 27px
  }
  .sm\:pb-9 {
    padding-bottom: 27px
  }
  .sm\:pl-9 {
    padding-left: 27px
  }
  .sm\:pt-10 {
    padding-top: 30px
  }
  .sm\:pr-10 {
    padding-right: 30px
  }
  .sm\:pb-10 {
    padding-bottom: 30px
  }
  .sm\:pl-10 {
    padding-left: 30px
  }
  .sm\:pt-11 {
    padding-top: 33px
  }
  .sm\:pr-11 {
    padding-right: 33px
  }
  .sm\:pb-11 {
    padding-bottom: 33px
  }
  .sm\:pl-11 {
    padding-left: 33px
  }
  .sm\:pt-12 {
    padding-top: 36px
  }
  .sm\:pr-12 {
    padding-right: 36px
  }
  .sm\:pb-12 {
    padding-bottom: 36px
  }
  .sm\:pl-12 {
    padding-left: 36px
  }
  .sm\:pt-14 {
    padding-top: 42px
  }
  .sm\:pr-14 {
    padding-right: 42px
  }
  .sm\:pb-14 {
    padding-bottom: 42px
  }
  .sm\:pl-14 {
    padding-left: 42px
  }
  .sm\:pt-16 {
    padding-top: 48px
  }
  .sm\:pr-16 {
    padding-right: 48px
  }
  .sm\:pb-16 {
    padding-bottom: 48px
  }
  .sm\:pl-16 {
    padding-left: 48px
  }
  .sm\:pt-18 {
    padding-top: 54px
  }
  .sm\:pr-18 {
    padding-right: 54px
  }
  .sm\:pb-18 {
    padding-bottom: 54px
  }
  .sm\:pl-18 {
    padding-left: 54px
  }
  .sm\:pt-20 {
    padding-top: 60px
  }
  .sm\:pr-20 {
    padding-right: 60px
  }
  .sm\:pb-20 {
    padding-bottom: 60px
  }
  .sm\:pl-20 {
    padding-left: 60px
  }
  .sm\:pt-24 {
    padding-top: 72px
  }
  .sm\:pr-24 {
    padding-right: 72px
  }
  .sm\:pb-24 {
    padding-bottom: 72px
  }
  .sm\:pl-24 {
    padding-left: 72px
  }
  .sm\:pt-28 {
    padding-top: 84px
  }
  .sm\:pr-28 {
    padding-right: 84px
  }
  .sm\:pb-28 {
    padding-bottom: 84px
  }
  .sm\:pl-28 {
    padding-left: 84px
  }
  .sm\:pt-32 {
    padding-top: 96px
  }
  .sm\:pr-32 {
    padding-right: 96px
  }
  .sm\:pb-32 {
    padding-bottom: 96px
  }
  .sm\:pl-32 {
    padding-left: 96px
  }
  .sm\:pt-36 {
    padding-top: 108px
  }
  .sm\:pr-36 {
    padding-right: 108px
  }
  .sm\:pb-36 {
    padding-bottom: 108px
  }
  .sm\:pl-36 {
    padding-left: 108px
  }
  .sm\:pt-40 {
    padding-top: 120px
  }
  .sm\:pr-40 {
    padding-right: 120px
  }
  .sm\:pb-40 {
    padding-bottom: 120px
  }
  .sm\:pl-40 {
    padding-left: 120px
  }
  .sm\:pt-44 {
    padding-top: 132px
  }
  .sm\:pr-44 {
    padding-right: 132px
  }
  .sm\:pb-44 {
    padding-bottom: 132px
  }
  .sm\:pl-44 {
    padding-left: 132px
  }
  .sm\:pt-48 {
    padding-top: 144px
  }
  .sm\:pr-48 {
    padding-right: 144px
  }
  .sm\:pb-48 {
    padding-bottom: 144px
  }
  .sm\:pl-48 {
    padding-left: 144px
  }
  .sm\:pt-52 {
    padding-top: 156px
  }
  .sm\:pr-52 {
    padding-right: 156px
  }
  .sm\:pb-52 {
    padding-bottom: 156px
  }
  .sm\:pl-52 {
    padding-left: 156px
  }
  .sm\:pt-56 {
    padding-top: 168px
  }
  .sm\:pr-56 {
    padding-right: 168px
  }
  .sm\:pb-56 {
    padding-bottom: 168px
  }
  .sm\:pl-56 {
    padding-left: 168px
  }
  .sm\:pt-60 {
    padding-top: 180px
  }
  .sm\:pr-60 {
    padding-right: 180px
  }
  .sm\:pb-60 {
    padding-bottom: 180px
  }
  .sm\:pl-60 {
    padding-left: 180px
  }
  .sm\:pt-64 {
    padding-top: 192px
  }
  .sm\:pr-64 {
    padding-right: 192px
  }
  .sm\:pb-64 {
    padding-bottom: 192px
  }
  .sm\:pl-64 {
    padding-left: 192px
  }
  .sm\:pt-72 {
    padding-top: 216px
  }
  .sm\:pr-72 {
    padding-right: 216px
  }
  .sm\:pb-72 {
    padding-bottom: 216px
  }
  .sm\:pl-72 {
    padding-left: 216px
  }
  .sm\:pt-80 {
    padding-top: 240px
  }
  .sm\:pr-80 {
    padding-right: 240px
  }
  .sm\:pb-80 {
    padding-bottom: 240px
  }
  .sm\:pl-80 {
    padding-left: 240px
  }
  .sm\:pt-96 {
    padding-top: 288px
  }
  .sm\:pr-96 {
    padding-right: 288px
  }
  .sm\:pb-96 {
    padding-bottom: 288px
  }
  .sm\:pl-96 {
    padding-left: 288px
  }
  .sm\:pt-px {
    padding-top: 1px
  }
  .sm\:pr-px {
    padding-right: 1px
  }
  .sm\:pb-px {
    padding-bottom: 1px
  }
  .sm\:pl-px {
    padding-left: 1px
  }
  .sm\:pt-0\.5 {
    padding-top: 1.5px
  }
  .sm\:pr-0\.5 {
    padding-right: 1.5px
  }
  .sm\:pb-0\.5 {
    padding-bottom: 1.5px
  }
  .sm\:pl-0\.5 {
    padding-left: 1.5px
  }
  .sm\:pt-1\.5 {
    padding-top: 4.5px
  }
  .sm\:pr-1\.5 {
    padding-right: 4.5px
  }
  .sm\:pb-1\.5 {
    padding-bottom: 4.5px
  }
  .sm\:pl-1\.5 {
    padding-left: 4.5px
  }
  .sm\:pt-2\.5 {
    padding-top: 7.5px
  }
  .sm\:pr-2\.5 {
    padding-right: 7.5px
  }
  .sm\:pb-2\.5 {
    padding-bottom: 7.5px
  }
  .sm\:pl-2\.5 {
    padding-left: 7.5px
  }
  .sm\:pt-3\.5 {
    padding-top: 10.5px
  }
  .sm\:pr-3\.5 {
    padding-right: 10.5px
  }
  .sm\:pb-3\.5 {
    padding-bottom: 10.5px
  }
  .sm\:pl-3\.5 {
    padding-left: 10.5px
  }
  .sm\:placeholder-primary-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-primary-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-primary-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-primary-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-primary-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-primary-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-primary-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 226, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-primary-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 226, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-primary-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 226, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-primary-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 230, 175, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-primary-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 230, 175, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-primary-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 230, 175, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-primary-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 213, 124, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-primary-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 213, 124, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-primary-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 213, 124, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-primary-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-primary-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-primary-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-primary-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 181, 22, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-primary-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 181, 22, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-primary-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 181, 22, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-primary-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 154, 0, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-primary-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 154, 0, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-primary-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 154, 0, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-primary-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(175, 119, 0, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-primary-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(175, 119, 0, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-primary-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(175, 119, 0, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-primary-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 84, 0, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-primary-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 84, 0, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-primary-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 84, 0, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-primary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-primary:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-primary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-secondary-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 251, 223, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-secondary-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 251, 223, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-secondary-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 251, 223, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-secondary-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 249, 208, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-secondary-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 249, 208, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-secondary-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 249, 208, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-secondary-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(135, 245, 178, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-secondary-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(135, 245, 178, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-secondary-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(135, 245, 178, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-secondary-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 241, 148, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-secondary-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 241, 148, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-secondary-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 241, 148, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-secondary-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 238, 118, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-secondary-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 238, 118, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-secondary-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 238, 118, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-secondary-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-secondary-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-secondary-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-secondary-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 163, 72, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-secondary-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 163, 72, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-secondary-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 163, 72, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-secondary-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(9, 116, 51, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-secondary-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(9, 116, 51, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-secondary-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(9, 116, 51, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-secondary-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 68, 30, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-secondary-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 68, 30, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-secondary-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 68, 30, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-secondary-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 21, 9, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-secondary-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 21, 9, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-secondary-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 21, 9, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-secondary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-secondary:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-secondary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-accent-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-accent-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-accent-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-accent-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-accent-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-accent-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-accent-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-accent-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-accent-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-accent-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-accent-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-accent-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-accent-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-accent-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-accent-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-accent-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-accent-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-accent-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-accent-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-accent-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-accent-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-accent-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-accent-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-accent-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-accent-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-accent-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-accent-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-accent-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-accent-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-accent-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-shade-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 58, 49, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-shade-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 58, 49, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-shade-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 58, 49, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-shade-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 47, 53, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-shade-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 47, 53, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-shade-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 47, 53, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-gray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-gray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-gray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-gray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-gray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-gray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-gray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-gray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-gray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-gray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-brand-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-brand-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-brand-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-brand-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-brand-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-brand-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-brand-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-brand-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-brand-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-brand-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-brand-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-brand-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-brand-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-brand-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-brand-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-brand-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-brand-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-brand-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-brand-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-brand-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-brand-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-brand-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-brand-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-brand-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-brand-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-brand-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-brand-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-brand-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-brand-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-brand-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity))
  }
  .sm\:placeholder-transparent::-moz-placeholder {
    color: transparent
  }
  .sm\:placeholder-transparent:-ms-input-placeholder {
    color: transparent
  }
  .sm\:placeholder-transparent::placeholder {
    color: transparent
  }
  .sm\:placeholder-current::-moz-placeholder {
    color: currentColor
  }
  .sm\:placeholder-current:-ms-input-placeholder {
    color: currentColor
  }
  .sm\:placeholder-current::placeholder {
    color: currentColor
  }
  .sm\:focus\:placeholder-primary-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-primary-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-primary-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-primary-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-primary-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-primary-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-primary-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 226, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-primary-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 226, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-primary-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 226, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-primary-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 230, 175, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-primary-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 230, 175, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-primary-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 230, 175, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-primary-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 213, 124, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-primary-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 213, 124, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-primary-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 213, 124, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-primary-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-primary-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-primary-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-primary-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 181, 22, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-primary-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 181, 22, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-primary-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 181, 22, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-primary-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 154, 0, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-primary-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 154, 0, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-primary-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 154, 0, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-primary-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(175, 119, 0, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-primary-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(175, 119, 0, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-primary-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(175, 119, 0, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-primary-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 84, 0, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-primary-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 84, 0, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-primary-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 84, 0, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-primary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-primary:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-primary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-secondary-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 251, 223, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-secondary-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 251, 223, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-secondary-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 251, 223, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-secondary-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 249, 208, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-secondary-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 249, 208, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-secondary-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 249, 208, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-secondary-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(135, 245, 178, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-secondary-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(135, 245, 178, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-secondary-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(135, 245, 178, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-secondary-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 241, 148, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-secondary-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 241, 148, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-secondary-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 241, 148, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-secondary-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 238, 118, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-secondary-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 238, 118, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-secondary-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 238, 118, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-secondary-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-secondary-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-secondary-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-secondary-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 163, 72, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-secondary-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 163, 72, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-secondary-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 163, 72, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-secondary-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(9, 116, 51, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-secondary-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(9, 116, 51, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-secondary-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(9, 116, 51, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-secondary-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 68, 30, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-secondary-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 68, 30, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-secondary-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 68, 30, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-secondary-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 21, 9, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-secondary-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 21, 9, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-secondary-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 21, 9, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-secondary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-secondary:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-secondary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-accent-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-accent-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-accent-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-accent-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-accent-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-accent-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-accent-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-accent-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-accent-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-accent-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-accent-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-accent-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-accent-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-accent-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-accent-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-accent-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-accent-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-accent-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-accent-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-accent-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-accent-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-accent-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-accent-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-accent-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-accent-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-accent-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-accent-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-accent-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-accent-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-accent-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-shade-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 58, 49, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-shade-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 58, 49, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-shade-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 58, 49, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-shade-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 47, 53, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-shade-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 47, 53, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-shade-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 47, 53, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-gray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-brand-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-brand-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-brand-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-brand-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-brand-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-brand-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-brand-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-brand-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-brand-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-brand-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-brand-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-brand-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-brand-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-brand-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-brand-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-brand-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-brand-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-brand-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-brand-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-brand-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-brand-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-brand-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-brand-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-brand-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-brand-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-brand-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-brand-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-brand-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-brand-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-brand-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity))
  }
  .sm\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent
  }
  .sm\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent
  }
  .sm\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent
  }
  .sm\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor
  }
  .sm\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: currentColor
  }
  .sm\:focus\:placeholder-current:focus::placeholder {
    color: currentColor
  }
  .sm\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0
  }
  .sm\:placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0
  }
  .sm\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0
  }
  .sm\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05
  }
  .sm\:placeholder-opacity-5:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05
  }
  .sm\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05
  }
  .sm\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1
  }
  .sm\:placeholder-opacity-10:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1
  }
  .sm\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1
  }
  .sm\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2
  }
  .sm\:placeholder-opacity-20:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2
  }
  .sm\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2
  }
  .sm\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25
  }
  .sm\:placeholder-opacity-25:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25
  }
  .sm\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25
  }
  .sm\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3
  }
  .sm\:placeholder-opacity-30:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3
  }
  .sm\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3
  }
  .sm\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4
  }
  .sm\:placeholder-opacity-40:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4
  }
  .sm\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4
  }
  .sm\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5
  }
  .sm\:placeholder-opacity-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5
  }
  .sm\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5
  }
  .sm\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6
  }
  .sm\:placeholder-opacity-60:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6
  }
  .sm\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6
  }
  .sm\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7
  }
  .sm\:placeholder-opacity-70:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7
  }
  .sm\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7
  }
  .sm\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75
  }
  .sm\:placeholder-opacity-75:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75
  }
  .sm\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75
  }
  .sm\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8
  }
  .sm\:placeholder-opacity-80:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8
  }
  .sm\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8
  }
  .sm\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9
  }
  .sm\:placeholder-opacity-90:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9
  }
  .sm\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9
  }
  .sm\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95
  }
  .sm\:placeholder-opacity-95:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95
  }
  .sm\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95
  }
  .sm\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1
  }
  .sm\:placeholder-opacity-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1
  }
  .sm\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1
  }
  .sm\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0
  }
  .sm\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0
  }
  .sm\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0
  }
  .sm\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05
  }
  .sm\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05
  }
  .sm\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05
  }
  .sm\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1
  }
  .sm\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1
  }
  .sm\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1
  }
  .sm\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2
  }
  .sm\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2
  }
  .sm\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2
  }
  .sm\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25
  }
  .sm\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25
  }
  .sm\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25
  }
  .sm\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3
  }
  .sm\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3
  }
  .sm\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3
  }
  .sm\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4
  }
  .sm\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4
  }
  .sm\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4
  }
  .sm\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5
  }
  .sm\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5
  }
  .sm\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5
  }
  .sm\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6
  }
  .sm\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6
  }
  .sm\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6
  }
  .sm\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7
  }
  .sm\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7
  }
  .sm\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7
  }
  .sm\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75
  }
  .sm\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75
  }
  .sm\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75
  }
  .sm\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8
  }
  .sm\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8
  }
  .sm\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8
  }
  .sm\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9
  }
  .sm\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9
  }
  .sm\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9
  }
  .sm\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95
  }
  .sm\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95
  }
  .sm\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95
  }
  .sm\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1
  }
  .sm\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1
  }
  .sm\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1
  }
  .sm\:pointer-events-none {
    pointer-events: none
  }
  .sm\:pointer-events-auto {
    pointer-events: auto
  }
  .sm\:static {
    position: static
  }
  .sm\:fixed {
    position: fixed
  }
  .sm\:absolute {
    position: absolute
  }
  .sm\:relative {
    position: relative
  }
  .sm\:sticky {
    position: -webkit-sticky;
    position: sticky
  }
  .sm\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
  }
  .sm\:inset-1 {
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px
  }
  .sm\:inset-2 {
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: 6px
  }
  .sm\:inset-3 {
    top: 9px;
    right: 9px;
    bottom: 9px;
    left: 9px
  }
  .sm\:inset-4 {
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px
  }
  .sm\:inset-5 {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px
  }
  .sm\:inset-6 {
    top: 18px;
    right: 18px;
    bottom: 18px;
    left: 18px
  }
  .sm\:inset-7 {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px
  }
  .sm\:inset-8 {
    top: 24px;
    right: 24px;
    bottom: 24px;
    left: 24px
  }
  .sm\:inset-9 {
    top: 27px;
    right: 27px;
    bottom: 27px;
    left: 27px
  }
  .sm\:inset-10 {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px
  }
  .sm\:inset-11 {
    top: 33px;
    right: 33px;
    bottom: 33px;
    left: 33px
  }
  .sm\:inset-12 {
    top: 36px;
    right: 36px;
    bottom: 36px;
    left: 36px
  }
  .sm\:inset-14 {
    top: 42px;
    right: 42px;
    bottom: 42px;
    left: 42px
  }
  .sm\:inset-16 {
    top: 48px;
    right: 48px;
    bottom: 48px;
    left: 48px
  }
  .sm\:inset-18 {
    top: 54px;
    right: 54px;
    bottom: 54px;
    left: 54px
  }
  .sm\:inset-20 {
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px
  }
  .sm\:inset-24 {
    top: 72px;
    right: 72px;
    bottom: 72px;
    left: 72px
  }
  .sm\:inset-28 {
    top: 84px;
    right: 84px;
    bottom: 84px;
    left: 84px
  }
  .sm\:inset-32 {
    top: 96px;
    right: 96px;
    bottom: 96px;
    left: 96px
  }
  .sm\:inset-36 {
    top: 108px;
    right: 108px;
    bottom: 108px;
    left: 108px
  }
  .sm\:inset-40 {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px
  }
  .sm\:inset-44 {
    top: 132px;
    right: 132px;
    bottom: 132px;
    left: 132px
  }
  .sm\:inset-48 {
    top: 144px;
    right: 144px;
    bottom: 144px;
    left: 144px
  }
  .sm\:inset-52 {
    top: 156px;
    right: 156px;
    bottom: 156px;
    left: 156px
  }
  .sm\:inset-56 {
    top: 168px;
    right: 168px;
    bottom: 168px;
    left: 168px
  }
  .sm\:inset-60 {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px
  }
  .sm\:inset-64 {
    top: 192px;
    right: 192px;
    bottom: 192px;
    left: 192px
  }
  .sm\:inset-72 {
    top: 216px;
    right: 216px;
    bottom: 216px;
    left: 216px
  }
  .sm\:inset-80 {
    top: 240px;
    right: 240px;
    bottom: 240px;
    left: 240px
  }
  .sm\:inset-96 {
    top: 288px;
    right: 288px;
    bottom: 288px;
    left: 288px
  }
  .sm\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto
  }
  .sm\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px
  }
  .sm\:inset-0\.5 {
    top: 1.5px;
    right: 1.5px;
    bottom: 1.5px;
    left: 1.5px
  }
  .sm\:inset-1\.5 {
    top: 4.5px;
    right: 4.5px;
    bottom: 4.5px;
    left: 4.5px
  }
  .sm\:inset-2\.5 {
    top: 7.5px;
    right: 7.5px;
    bottom: 7.5px;
    left: 7.5px
  }
  .sm\:inset-3\.5 {
    top: 10.5px;
    right: 10.5px;
    bottom: 10.5px;
    left: 10.5px
  }
  .sm\:-inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
  }
  .sm\:-inset-1 {
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px
  }
  .sm\:-inset-2 {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px
  }
  .sm\:-inset-3 {
    top: -9px;
    right: -9px;
    bottom: -9px;
    left: -9px
  }
  .sm\:-inset-4 {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px
  }
  .sm\:-inset-5 {
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px
  }
  .sm\:-inset-6 {
    top: -18px;
    right: -18px;
    bottom: -18px;
    left: -18px
  }
  .sm\:-inset-7 {
    top: -21px;
    right: -21px;
    bottom: -21px;
    left: -21px
  }
  .sm\:-inset-8 {
    top: -24px;
    right: -24px;
    bottom: -24px;
    left: -24px
  }
  .sm\:-inset-9 {
    top: -27px;
    right: -27px;
    bottom: -27px;
    left: -27px
  }
  .sm\:-inset-10 {
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px
  }
  .sm\:-inset-11 {
    top: -33px;
    right: -33px;
    bottom: -33px;
    left: -33px
  }
  .sm\:-inset-12 {
    top: -36px;
    right: -36px;
    bottom: -36px;
    left: -36px
  }
  .sm\:-inset-14 {
    top: -42px;
    right: -42px;
    bottom: -42px;
    left: -42px
  }
  .sm\:-inset-16 {
    top: -48px;
    right: -48px;
    bottom: -48px;
    left: -48px
  }
  .sm\:-inset-18 {
    top: -54px;
    right: -54px;
    bottom: -54px;
    left: -54px
  }
  .sm\:-inset-20 {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px
  }
  .sm\:-inset-24 {
    top: -72px;
    right: -72px;
    bottom: -72px;
    left: -72px
  }
  .sm\:-inset-28 {
    top: -84px;
    right: -84px;
    bottom: -84px;
    left: -84px
  }
  .sm\:-inset-32 {
    top: -96px;
    right: -96px;
    bottom: -96px;
    left: -96px
  }
  .sm\:-inset-36 {
    top: -108px;
    right: -108px;
    bottom: -108px;
    left: -108px
  }
  .sm\:-inset-40 {
    top: -120px;
    right: -120px;
    bottom: -120px;
    left: -120px
  }
  .sm\:-inset-44 {
    top: -132px;
    right: -132px;
    bottom: -132px;
    left: -132px
  }
  .sm\:-inset-48 {
    top: -144px;
    right: -144px;
    bottom: -144px;
    left: -144px
  }
  .sm\:-inset-52 {
    top: -156px;
    right: -156px;
    bottom: -156px;
    left: -156px
  }
  .sm\:-inset-56 {
    top: -168px;
    right: -168px;
    bottom: -168px;
    left: -168px
  }
  .sm\:-inset-60 {
    top: -180px;
    right: -180px;
    bottom: -180px;
    left: -180px
  }
  .sm\:-inset-64 {
    top: -192px;
    right: -192px;
    bottom: -192px;
    left: -192px
  }
  .sm\:-inset-72 {
    top: -216px;
    right: -216px;
    bottom: -216px;
    left: -216px
  }
  .sm\:-inset-80 {
    top: -240px;
    right: -240px;
    bottom: -240px;
    left: -240px
  }
  .sm\:-inset-96 {
    top: -288px;
    right: -288px;
    bottom: -288px;
    left: -288px
  }
  .sm\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px
  }
  .sm\:-inset-0\.5 {
    top: -1.5px;
    right: -1.5px;
    bottom: -1.5px;
    left: -1.5px
  }
  .sm\:-inset-1\.5 {
    top: -4.5px;
    right: -4.5px;
    bottom: -4.5px;
    left: -4.5px
  }
  .sm\:-inset-2\.5 {
    top: -7.5px;
    right: -7.5px;
    bottom: -7.5px;
    left: -7.5px
  }
  .sm\:-inset-3\.5 {
    top: -10.5px;
    right: -10.5px;
    bottom: -10.5px;
    left: -10.5px
  }
  .sm\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%
  }
  .sm\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%
  }
  .sm\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%
  }
  .sm\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%
  }
  .sm\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%
  }
  .sm\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%
  }
  .sm\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%
  }
  .sm\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%
  }
  .sm\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%
  }
  .sm\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%
  }
  .sm\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%
  }
  .sm\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%
  }
  .sm\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%
  }
  .sm\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%
  }
  .sm\:inset-y-0 {
    top: 0;
    bottom: 0
  }
  .sm\:inset-x-0 {
    right: 0;
    left: 0
  }
  .sm\:inset-y-1 {
    top: 3px;
    bottom: 3px
  }
  .sm\:inset-x-1 {
    right: 3px;
    left: 3px
  }
  .sm\:inset-y-2 {
    top: 6px;
    bottom: 6px
  }
  .sm\:inset-x-2 {
    right: 6px;
    left: 6px
  }
  .sm\:inset-y-3 {
    top: 9px;
    bottom: 9px
  }
  .sm\:inset-x-3 {
    right: 9px;
    left: 9px
  }
  .sm\:inset-y-4 {
    top: 12px;
    bottom: 12px
  }
  .sm\:inset-x-4 {
    right: 12px;
    left: 12px
  }
  .sm\:inset-y-5 {
    top: 15px;
    bottom: 15px
  }
  .sm\:inset-x-5 {
    right: 15px;
    left: 15px
  }
  .sm\:inset-y-6 {
    top: 18px;
    bottom: 18px
  }
  .sm\:inset-x-6 {
    right: 18px;
    left: 18px
  }
  .sm\:inset-y-7 {
    top: 21px;
    bottom: 21px
  }
  .sm\:inset-x-7 {
    right: 21px;
    left: 21px
  }
  .sm\:inset-y-8 {
    top: 24px;
    bottom: 24px
  }
  .sm\:inset-x-8 {
    right: 24px;
    left: 24px
  }
  .sm\:inset-y-9 {
    top: 27px;
    bottom: 27px
  }
  .sm\:inset-x-9 {
    right: 27px;
    left: 27px
  }
  .sm\:inset-y-10 {
    top: 30px;
    bottom: 30px
  }
  .sm\:inset-x-10 {
    right: 30px;
    left: 30px
  }
  .sm\:inset-y-11 {
    top: 33px;
    bottom: 33px
  }
  .sm\:inset-x-11 {
    right: 33px;
    left: 33px
  }
  .sm\:inset-y-12 {
    top: 36px;
    bottom: 36px
  }
  .sm\:inset-x-12 {
    right: 36px;
    left: 36px
  }
  .sm\:inset-y-14 {
    top: 42px;
    bottom: 42px
  }
  .sm\:inset-x-14 {
    right: 42px;
    left: 42px
  }
  .sm\:inset-y-16 {
    top: 48px;
    bottom: 48px
  }
  .sm\:inset-x-16 {
    right: 48px;
    left: 48px
  }
  .sm\:inset-y-18 {
    top: 54px;
    bottom: 54px
  }
  .sm\:inset-x-18 {
    right: 54px;
    left: 54px
  }
  .sm\:inset-y-20 {
    top: 60px;
    bottom: 60px
  }
  .sm\:inset-x-20 {
    right: 60px;
    left: 60px
  }
  .sm\:inset-y-24 {
    top: 72px;
    bottom: 72px
  }
  .sm\:inset-x-24 {
    right: 72px;
    left: 72px
  }
  .sm\:inset-y-28 {
    top: 84px;
    bottom: 84px
  }
  .sm\:inset-x-28 {
    right: 84px;
    left: 84px
  }
  .sm\:inset-y-32 {
    top: 96px;
    bottom: 96px
  }
  .sm\:inset-x-32 {
    right: 96px;
    left: 96px
  }
  .sm\:inset-y-36 {
    top: 108px;
    bottom: 108px
  }
  .sm\:inset-x-36 {
    right: 108px;
    left: 108px
  }
  .sm\:inset-y-40 {
    top: 120px;
    bottom: 120px
  }
  .sm\:inset-x-40 {
    right: 120px;
    left: 120px
  }
  .sm\:inset-y-44 {
    top: 132px;
    bottom: 132px
  }
  .sm\:inset-x-44 {
    right: 132px;
    left: 132px
  }
  .sm\:inset-y-48 {
    top: 144px;
    bottom: 144px
  }
  .sm\:inset-x-48 {
    right: 144px;
    left: 144px
  }
  .sm\:inset-y-52 {
    top: 156px;
    bottom: 156px
  }
  .sm\:inset-x-52 {
    right: 156px;
    left: 156px
  }
  .sm\:inset-y-56 {
    top: 168px;
    bottom: 168px
  }
  .sm\:inset-x-56 {
    right: 168px;
    left: 168px
  }
  .sm\:inset-y-60 {
    top: 180px;
    bottom: 180px
  }
  .sm\:inset-x-60 {
    right: 180px;
    left: 180px
  }
  .sm\:inset-y-64 {
    top: 192px;
    bottom: 192px
  }
  .sm\:inset-x-64 {
    right: 192px;
    left: 192px
  }
  .sm\:inset-y-72 {
    top: 216px;
    bottom: 216px
  }
  .sm\:inset-x-72 {
    right: 216px;
    left: 216px
  }
  .sm\:inset-y-80 {
    top: 240px;
    bottom: 240px
  }
  .sm\:inset-x-80 {
    right: 240px;
    left: 240px
  }
  .sm\:inset-y-96 {
    top: 288px;
    bottom: 288px
  }
  .sm\:inset-x-96 {
    right: 288px;
    left: 288px
  }
  .sm\:inset-y-auto {
    top: auto;
    bottom: auto
  }
  .sm\:inset-x-auto {
    right: auto;
    left: auto
  }
  .sm\:inset-y-px {
    top: 1px;
    bottom: 1px
  }
  .sm\:inset-x-px {
    right: 1px;
    left: 1px
  }
  .sm\:inset-y-0\.5 {
    top: 1.5px;
    bottom: 1.5px
  }
  .sm\:inset-x-0\.5 {
    right: 1.5px;
    left: 1.5px
  }
  .sm\:inset-y-1\.5 {
    top: 4.5px;
    bottom: 4.5px
  }
  .sm\:inset-x-1\.5 {
    right: 4.5px;
    left: 4.5px
  }
  .sm\:inset-y-2\.5 {
    top: 7.5px;
    bottom: 7.5px
  }
  .sm\:inset-x-2\.5 {
    right: 7.5px;
    left: 7.5px
  }
  .sm\:inset-y-3\.5 {
    top: 10.5px;
    bottom: 10.5px
  }
  .sm\:inset-x-3\.5 {
    right: 10.5px;
    left: 10.5px
  }
  .sm\:-inset-y-0 {
    top: 0;
    bottom: 0
  }
  .sm\:-inset-x-0 {
    right: 0;
    left: 0
  }
  .sm\:-inset-y-1 {
    top: -3px;
    bottom: -3px
  }
  .sm\:-inset-x-1 {
    right: -3px;
    left: -3px
  }
  .sm\:-inset-y-2 {
    top: -6px;
    bottom: -6px
  }
  .sm\:-inset-x-2 {
    right: -6px;
    left: -6px
  }
  .sm\:-inset-y-3 {
    top: -9px;
    bottom: -9px
  }
  .sm\:-inset-x-3 {
    right: -9px;
    left: -9px
  }
  .sm\:-inset-y-4 {
    top: -12px;
    bottom: -12px
  }
  .sm\:-inset-x-4 {
    right: -12px;
    left: -12px
  }
  .sm\:-inset-y-5 {
    top: -15px;
    bottom: -15px
  }
  .sm\:-inset-x-5 {
    right: -15px;
    left: -15px
  }
  .sm\:-inset-y-6 {
    top: -18px;
    bottom: -18px
  }
  .sm\:-inset-x-6 {
    right: -18px;
    left: -18px
  }
  .sm\:-inset-y-7 {
    top: -21px;
    bottom: -21px
  }
  .sm\:-inset-x-7 {
    right: -21px;
    left: -21px
  }
  .sm\:-inset-y-8 {
    top: -24px;
    bottom: -24px
  }
  .sm\:-inset-x-8 {
    right: -24px;
    left: -24px
  }
  .sm\:-inset-y-9 {
    top: -27px;
    bottom: -27px
  }
  .sm\:-inset-x-9 {
    right: -27px;
    left: -27px
  }
  .sm\:-inset-y-10 {
    top: -30px;
    bottom: -30px
  }
  .sm\:-inset-x-10 {
    right: -30px;
    left: -30px
  }
  .sm\:-inset-y-11 {
    top: -33px;
    bottom: -33px
  }
  .sm\:-inset-x-11 {
    right: -33px;
    left: -33px
  }
  .sm\:-inset-y-12 {
    top: -36px;
    bottom: -36px
  }
  .sm\:-inset-x-12 {
    right: -36px;
    left: -36px
  }
  .sm\:-inset-y-14 {
    top: -42px;
    bottom: -42px
  }
  .sm\:-inset-x-14 {
    right: -42px;
    left: -42px
  }
  .sm\:-inset-y-16 {
    top: -48px;
    bottom: -48px
  }
  .sm\:-inset-x-16 {
    right: -48px;
    left: -48px
  }
  .sm\:-inset-y-18 {
    top: -54px;
    bottom: -54px
  }
  .sm\:-inset-x-18 {
    right: -54px;
    left: -54px
  }
  .sm\:-inset-y-20 {
    top: -60px;
    bottom: -60px
  }
  .sm\:-inset-x-20 {
    right: -60px;
    left: -60px
  }
  .sm\:-inset-y-24 {
    top: -72px;
    bottom: -72px
  }
  .sm\:-inset-x-24 {
    right: -72px;
    left: -72px
  }
  .sm\:-inset-y-28 {
    top: -84px;
    bottom: -84px
  }
  .sm\:-inset-x-28 {
    right: -84px;
    left: -84px
  }
  .sm\:-inset-y-32 {
    top: -96px;
    bottom: -96px
  }
  .sm\:-inset-x-32 {
    right: -96px;
    left: -96px
  }
  .sm\:-inset-y-36 {
    top: -108px;
    bottom: -108px
  }
  .sm\:-inset-x-36 {
    right: -108px;
    left: -108px
  }
  .sm\:-inset-y-40 {
    top: -120px;
    bottom: -120px
  }
  .sm\:-inset-x-40 {
    right: -120px;
    left: -120px
  }
  .sm\:-inset-y-44 {
    top: -132px;
    bottom: -132px
  }
  .sm\:-inset-x-44 {
    right: -132px;
    left: -132px
  }
  .sm\:-inset-y-48 {
    top: -144px;
    bottom: -144px
  }
  .sm\:-inset-x-48 {
    right: -144px;
    left: -144px
  }
  .sm\:-inset-y-52 {
    top: -156px;
    bottom: -156px
  }
  .sm\:-inset-x-52 {
    right: -156px;
    left: -156px
  }
  .sm\:-inset-y-56 {
    top: -168px;
    bottom: -168px
  }
  .sm\:-inset-x-56 {
    right: -168px;
    left: -168px
  }
  .sm\:-inset-y-60 {
    top: -180px;
    bottom: -180px
  }
  .sm\:-inset-x-60 {
    right: -180px;
    left: -180px
  }
  .sm\:-inset-y-64 {
    top: -192px;
    bottom: -192px
  }
  .sm\:-inset-x-64 {
    right: -192px;
    left: -192px
  }
  .sm\:-inset-y-72 {
    top: -216px;
    bottom: -216px
  }
  .sm\:-inset-x-72 {
    right: -216px;
    left: -216px
  }
  .sm\:-inset-y-80 {
    top: -240px;
    bottom: -240px
  }
  .sm\:-inset-x-80 {
    right: -240px;
    left: -240px
  }
  .sm\:-inset-y-96 {
    top: -288px;
    bottom: -288px
  }
  .sm\:-inset-x-96 {
    right: -288px;
    left: -288px
  }
  .sm\:-inset-y-px {
    top: -1px;
    bottom: -1px
  }
  .sm\:-inset-x-px {
    right: -1px;
    left: -1px
  }
  .sm\:-inset-y-0\.5 {
    top: -1.5px;
    bottom: -1.5px
  }
  .sm\:-inset-x-0\.5 {
    right: -1.5px;
    left: -1.5px
  }
  .sm\:-inset-y-1\.5 {
    top: -4.5px;
    bottom: -4.5px
  }
  .sm\:-inset-x-1\.5 {
    right: -4.5px;
    left: -4.5px
  }
  .sm\:-inset-y-2\.5 {
    top: -7.5px;
    bottom: -7.5px
  }
  .sm\:-inset-x-2\.5 {
    right: -7.5px;
    left: -7.5px
  }
  .sm\:-inset-y-3\.5 {
    top: -10.5px;
    bottom: -10.5px
  }
  .sm\:-inset-x-3\.5 {
    right: -10.5px;
    left: -10.5px
  }
  .sm\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%
  }
  .sm\:inset-x-1\/2 {
    right: 50%;
    left: 50%
  }
  .sm\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%
  }
  .sm\:inset-x-1\/3 {
    right: 33.333333%;
    left: 33.333333%
  }
  .sm\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%
  }
  .sm\:inset-x-2\/3 {
    right: 66.666667%;
    left: 66.666667%
  }
  .sm\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%
  }
  .sm\:inset-x-1\/4 {
    right: 25%;
    left: 25%
  }
  .sm\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%
  }
  .sm\:inset-x-2\/4 {
    right: 50%;
    left: 50%
  }
  .sm\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%
  }
  .sm\:inset-x-3\/4 {
    right: 75%;
    left: 75%
  }
  .sm\:inset-y-full {
    top: 100%;
    bottom: 100%
  }
  .sm\:inset-x-full {
    right: 100%;
    left: 100%
  }
  .sm\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%
  }
  .sm\:-inset-x-1\/2 {
    right: -50%;
    left: -50%
  }
  .sm\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%
  }
  .sm\:-inset-x-1\/3 {
    right: -33.333333%;
    left: -33.333333%
  }
  .sm\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%
  }
  .sm\:-inset-x-2\/3 {
    right: -66.666667%;
    left: -66.666667%
  }
  .sm\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%
  }
  .sm\:-inset-x-1\/4 {
    right: -25%;
    left: -25%
  }
  .sm\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%
  }
  .sm\:-inset-x-2\/4 {
    right: -50%;
    left: -50%
  }
  .sm\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%
  }
  .sm\:-inset-x-3\/4 {
    right: -75%;
    left: -75%
  }
  .sm\:-inset-y-full {
    top: -100%;
    bottom: -100%
  }
  .sm\:-inset-x-full {
    right: -100%;
    left: -100%
  }
  .sm\:top-0 {
    top: 0
  }
  .sm\:right-0 {
    right: 0
  }
  .sm\:bottom-0 {
    bottom: 0
  }
  .sm\:left-0 {
    left: 0
  }
  .sm\:top-1 {
    top: 3px
  }
  .sm\:right-1 {
    right: 3px
  }
  .sm\:bottom-1 {
    bottom: 3px
  }
  .sm\:left-1 {
    left: 3px
  }
  .sm\:top-2 {
    top: 6px
  }
  .sm\:right-2 {
    right: 6px
  }
  .sm\:bottom-2 {
    bottom: 6px
  }
  .sm\:left-2 {
    left: 6px
  }
  .sm\:top-3 {
    top: 9px
  }
  .sm\:right-3 {
    right: 9px
  }
  .sm\:bottom-3 {
    bottom: 9px
  }
  .sm\:left-3 {
    left: 9px
  }
  .sm\:top-4 {
    top: 12px
  }
  .sm\:right-4 {
    right: 12px
  }
  .sm\:bottom-4 {
    bottom: 12px
  }
  .sm\:left-4 {
    left: 12px
  }
  .sm\:top-5 {
    top: 15px
  }
  .sm\:right-5 {
    right: 15px
  }
  .sm\:bottom-5 {
    bottom: 15px
  }
  .sm\:left-5 {
    left: 15px
  }
  .sm\:top-6 {
    top: 18px
  }
  .sm\:right-6 {
    right: 18px
  }
  .sm\:bottom-6 {
    bottom: 18px
  }
  .sm\:left-6 {
    left: 18px
  }
  .sm\:top-7 {
    top: 21px
  }
  .sm\:right-7 {
    right: 21px
  }
  .sm\:bottom-7 {
    bottom: 21px
  }
  .sm\:left-7 {
    left: 21px
  }
  .sm\:top-8 {
    top: 24px
  }
  .sm\:right-8 {
    right: 24px
  }
  .sm\:bottom-8 {
    bottom: 24px
  }
  .sm\:left-8 {
    left: 24px
  }
  .sm\:top-9 {
    top: 27px
  }
  .sm\:right-9 {
    right: 27px
  }
  .sm\:bottom-9 {
    bottom: 27px
  }
  .sm\:left-9 {
    left: 27px
  }
  .sm\:top-10 {
    top: 30px
  }
  .sm\:right-10 {
    right: 30px
  }
  .sm\:bottom-10 {
    bottom: 30px
  }
  .sm\:left-10 {
    left: 30px
  }
  .sm\:top-11 {
    top: 33px
  }
  .sm\:right-11 {
    right: 33px
  }
  .sm\:bottom-11 {
    bottom: 33px
  }
  .sm\:left-11 {
    left: 33px
  }
  .sm\:top-12 {
    top: 36px
  }
  .sm\:right-12 {
    right: 36px
  }
  .sm\:bottom-12 {
    bottom: 36px
  }
  .sm\:left-12 {
    left: 36px
  }
  .sm\:top-14 {
    top: 42px
  }
  .sm\:right-14 {
    right: 42px
  }
  .sm\:bottom-14 {
    bottom: 42px
  }
  .sm\:left-14 {
    left: 42px
  }
  .sm\:top-16 {
    top: 48px
  }
  .sm\:right-16 {
    right: 48px
  }
  .sm\:bottom-16 {
    bottom: 48px
  }
  .sm\:left-16 {
    left: 48px
  }
  .sm\:top-18 {
    top: 54px
  }
  .sm\:right-18 {
    right: 54px
  }
  .sm\:bottom-18 {
    bottom: 54px
  }
  .sm\:left-18 {
    left: 54px
  }
  .sm\:top-20 {
    top: 60px
  }
  .sm\:right-20 {
    right: 60px
  }
  .sm\:bottom-20 {
    bottom: 60px
  }
  .sm\:left-20 {
    left: 60px
  }
  .sm\:top-24 {
    top: 72px
  }
  .sm\:right-24 {
    right: 72px
  }
  .sm\:bottom-24 {
    bottom: 72px
  }
  .sm\:left-24 {
    left: 72px
  }
  .sm\:top-28 {
    top: 84px
  }
  .sm\:right-28 {
    right: 84px
  }
  .sm\:bottom-28 {
    bottom: 84px
  }
  .sm\:left-28 {
    left: 84px
  }
  .sm\:top-32 {
    top: 96px
  }
  .sm\:right-32 {
    right: 96px
  }
  .sm\:bottom-32 {
    bottom: 96px
  }
  .sm\:left-32 {
    left: 96px
  }
  .sm\:top-36 {
    top: 108px
  }
  .sm\:right-36 {
    right: 108px
  }
  .sm\:bottom-36 {
    bottom: 108px
  }
  .sm\:left-36 {
    left: 108px
  }
  .sm\:top-40 {
    top: 120px
  }
  .sm\:right-40 {
    right: 120px
  }
  .sm\:bottom-40 {
    bottom: 120px
  }
  .sm\:left-40 {
    left: 120px
  }
  .sm\:top-44 {
    top: 132px
  }
  .sm\:right-44 {
    right: 132px
  }
  .sm\:bottom-44 {
    bottom: 132px
  }
  .sm\:left-44 {
    left: 132px
  }
  .sm\:top-48 {
    top: 144px
  }
  .sm\:right-48 {
    right: 144px
  }
  .sm\:bottom-48 {
    bottom: 144px
  }
  .sm\:left-48 {
    left: 144px
  }
  .sm\:top-52 {
    top: 156px
  }
  .sm\:right-52 {
    right: 156px
  }
  .sm\:bottom-52 {
    bottom: 156px
  }
  .sm\:left-52 {
    left: 156px
  }
  .sm\:top-56 {
    top: 168px
  }
  .sm\:right-56 {
    right: 168px
  }
  .sm\:bottom-56 {
    bottom: 168px
  }
  .sm\:left-56 {
    left: 168px
  }
  .sm\:top-60 {
    top: 180px
  }
  .sm\:right-60 {
    right: 180px
  }
  .sm\:bottom-60 {
    bottom: 180px
  }
  .sm\:left-60 {
    left: 180px
  }
  .sm\:top-64 {
    top: 192px
  }
  .sm\:right-64 {
    right: 192px
  }
  .sm\:bottom-64 {
    bottom: 192px
  }
  .sm\:left-64 {
    left: 192px
  }
  .sm\:top-72 {
    top: 216px
  }
  .sm\:right-72 {
    right: 216px
  }
  .sm\:bottom-72 {
    bottom: 216px
  }
  .sm\:left-72 {
    left: 216px
  }
  .sm\:top-80 {
    top: 240px
  }
  .sm\:right-80 {
    right: 240px
  }
  .sm\:bottom-80 {
    bottom: 240px
  }
  .sm\:left-80 {
    left: 240px
  }
  .sm\:top-96 {
    top: 288px
  }
  .sm\:right-96 {
    right: 288px
  }
  .sm\:bottom-96 {
    bottom: 288px
  }
  .sm\:left-96 {
    left: 288px
  }
  .sm\:top-auto {
    top: auto
  }
  .sm\:right-auto {
    right: auto
  }
  .sm\:bottom-auto {
    bottom: auto
  }
  .sm\:left-auto {
    left: auto
  }
  .sm\:top-px {
    top: 1px
  }
  .sm\:right-px {
    right: 1px
  }
  .sm\:bottom-px {
    bottom: 1px
  }
  .sm\:left-px {
    left: 1px
  }
  .sm\:top-0\.5 {
    top: 1.5px
  }
  .sm\:right-0\.5 {
    right: 1.5px
  }
  .sm\:bottom-0\.5 {
    bottom: 1.5px
  }
  .sm\:left-0\.5 {
    left: 1.5px
  }
  .sm\:top-1\.5 {
    top: 4.5px
  }
  .sm\:right-1\.5 {
    right: 4.5px
  }
  .sm\:bottom-1\.5 {
    bottom: 4.5px
  }
  .sm\:left-1\.5 {
    left: 4.5px
  }
  .sm\:top-2\.5 {
    top: 7.5px
  }
  .sm\:right-2\.5 {
    right: 7.5px
  }
  .sm\:bottom-2\.5 {
    bottom: 7.5px
  }
  .sm\:left-2\.5 {
    left: 7.5px
  }
  .sm\:top-3\.5 {
    top: 10.5px
  }
  .sm\:right-3\.5 {
    right: 10.5px
  }
  .sm\:bottom-3\.5 {
    bottom: 10.5px
  }
  .sm\:left-3\.5 {
    left: 10.5px
  }
  .sm\:-top-0 {
    top: 0
  }
  .sm\:-right-0 {
    right: 0
  }
  .sm\:-bottom-0 {
    bottom: 0
  }
  .sm\:-left-0 {
    left: 0
  }
  .sm\:-top-1 {
    top: -3px
  }
  .sm\:-right-1 {
    right: -3px
  }
  .sm\:-bottom-1 {
    bottom: -3px
  }
  .sm\:-left-1 {
    left: -3px
  }
  .sm\:-top-2 {
    top: -6px
  }
  .sm\:-right-2 {
    right: -6px
  }
  .sm\:-bottom-2 {
    bottom: -6px
  }
  .sm\:-left-2 {
    left: -6px
  }
  .sm\:-top-3 {
    top: -9px
  }
  .sm\:-right-3 {
    right: -9px
  }
  .sm\:-bottom-3 {
    bottom: -9px
  }
  .sm\:-left-3 {
    left: -9px
  }
  .sm\:-top-4 {
    top: -12px
  }
  .sm\:-right-4 {
    right: -12px
  }
  .sm\:-bottom-4 {
    bottom: -12px
  }
  .sm\:-left-4 {
    left: -12px
  }
  .sm\:-top-5 {
    top: -15px
  }
  .sm\:-right-5 {
    right: -15px
  }
  .sm\:-bottom-5 {
    bottom: -15px
  }
  .sm\:-left-5 {
    left: -15px
  }
  .sm\:-top-6 {
    top: -18px
  }
  .sm\:-right-6 {
    right: -18px
  }
  .sm\:-bottom-6 {
    bottom: -18px
  }
  .sm\:-left-6 {
    left: -18px
  }
  .sm\:-top-7 {
    top: -21px
  }
  .sm\:-right-7 {
    right: -21px
  }
  .sm\:-bottom-7 {
    bottom: -21px
  }
  .sm\:-left-7 {
    left: -21px
  }
  .sm\:-top-8 {
    top: -24px
  }
  .sm\:-right-8 {
    right: -24px
  }
  .sm\:-bottom-8 {
    bottom: -24px
  }
  .sm\:-left-8 {
    left: -24px
  }
  .sm\:-top-9 {
    top: -27px
  }
  .sm\:-right-9 {
    right: -27px
  }
  .sm\:-bottom-9 {
    bottom: -27px
  }
  .sm\:-left-9 {
    left: -27px
  }
  .sm\:-top-10 {
    top: -30px
  }
  .sm\:-right-10 {
    right: -30px
  }
  .sm\:-bottom-10 {
    bottom: -30px
  }
  .sm\:-left-10 {
    left: -30px
  }
  .sm\:-top-11 {
    top: -33px
  }
  .sm\:-right-11 {
    right: -33px
  }
  .sm\:-bottom-11 {
    bottom: -33px
  }
  .sm\:-left-11 {
    left: -33px
  }
  .sm\:-top-12 {
    top: -36px
  }
  .sm\:-right-12 {
    right: -36px
  }
  .sm\:-bottom-12 {
    bottom: -36px
  }
  .sm\:-left-12 {
    left: -36px
  }
  .sm\:-top-14 {
    top: -42px
  }
  .sm\:-right-14 {
    right: -42px
  }
  .sm\:-bottom-14 {
    bottom: -42px
  }
  .sm\:-left-14 {
    left: -42px
  }
  .sm\:-top-16 {
    top: -48px
  }
  .sm\:-right-16 {
    right: -48px
  }
  .sm\:-bottom-16 {
    bottom: -48px
  }
  .sm\:-left-16 {
    left: -48px
  }
  .sm\:-top-18 {
    top: -54px
  }
  .sm\:-right-18 {
    right: -54px
  }
  .sm\:-bottom-18 {
    bottom: -54px
  }
  .sm\:-left-18 {
    left: -54px
  }
  .sm\:-top-20 {
    top: -60px
  }
  .sm\:-right-20 {
    right: -60px
  }
  .sm\:-bottom-20 {
    bottom: -60px
  }
  .sm\:-left-20 {
    left: -60px
  }
  .sm\:-top-24 {
    top: -72px
  }
  .sm\:-right-24 {
    right: -72px
  }
  .sm\:-bottom-24 {
    bottom: -72px
  }
  .sm\:-left-24 {
    left: -72px
  }
  .sm\:-top-28 {
    top: -84px
  }
  .sm\:-right-28 {
    right: -84px
  }
  .sm\:-bottom-28 {
    bottom: -84px
  }
  .sm\:-left-28 {
    left: -84px
  }
  .sm\:-top-32 {
    top: -96px
  }
  .sm\:-right-32 {
    right: -96px
  }
  .sm\:-bottom-32 {
    bottom: -96px
  }
  .sm\:-left-32 {
    left: -96px
  }
  .sm\:-top-36 {
    top: -108px
  }
  .sm\:-right-36 {
    right: -108px
  }
  .sm\:-bottom-36 {
    bottom: -108px
  }
  .sm\:-left-36 {
    left: -108px
  }
  .sm\:-top-40 {
    top: -120px
  }
  .sm\:-right-40 {
    right: -120px
  }
  .sm\:-bottom-40 {
    bottom: -120px
  }
  .sm\:-left-40 {
    left: -120px
  }
  .sm\:-top-44 {
    top: -132px
  }
  .sm\:-right-44 {
    right: -132px
  }
  .sm\:-bottom-44 {
    bottom: -132px
  }
  .sm\:-left-44 {
    left: -132px
  }
  .sm\:-top-48 {
    top: -144px
  }
  .sm\:-right-48 {
    right: -144px
  }
  .sm\:-bottom-48 {
    bottom: -144px
  }
  .sm\:-left-48 {
    left: -144px
  }
  .sm\:-top-52 {
    top: -156px
  }
  .sm\:-right-52 {
    right: -156px
  }
  .sm\:-bottom-52 {
    bottom: -156px
  }
  .sm\:-left-52 {
    left: -156px
  }
  .sm\:-top-56 {
    top: -168px
  }
  .sm\:-right-56 {
    right: -168px
  }
  .sm\:-bottom-56 {
    bottom: -168px
  }
  .sm\:-left-56 {
    left: -168px
  }
  .sm\:-top-60 {
    top: -180px
  }
  .sm\:-right-60 {
    right: -180px
  }
  .sm\:-bottom-60 {
    bottom: -180px
  }
  .sm\:-left-60 {
    left: -180px
  }
  .sm\:-top-64 {
    top: -192px
  }
  .sm\:-right-64 {
    right: -192px
  }
  .sm\:-bottom-64 {
    bottom: -192px
  }
  .sm\:-left-64 {
    left: -192px
  }
  .sm\:-top-72 {
    top: -216px
  }
  .sm\:-right-72 {
    right: -216px
  }
  .sm\:-bottom-72 {
    bottom: -216px
  }
  .sm\:-left-72 {
    left: -216px
  }
  .sm\:-top-80 {
    top: -240px
  }
  .sm\:-right-80 {
    right: -240px
  }
  .sm\:-bottom-80 {
    bottom: -240px
  }
  .sm\:-left-80 {
    left: -240px
  }
  .sm\:-top-96 {
    top: -288px
  }
  .sm\:-right-96 {
    right: -288px
  }
  .sm\:-bottom-96 {
    bottom: -288px
  }
  .sm\:-left-96 {
    left: -288px
  }
  .sm\:-top-px {
    top: -1px
  }
  .sm\:-right-px {
    right: -1px
  }
  .sm\:-bottom-px {
    bottom: -1px
  }
  .sm\:-left-px {
    left: -1px
  }
  .sm\:-top-0\.5 {
    top: -1.5px
  }
  .sm\:-right-0\.5 {
    right: -1.5px
  }
  .sm\:-bottom-0\.5 {
    bottom: -1.5px
  }
  .sm\:-left-0\.5 {
    left: -1.5px
  }
  .sm\:-top-1\.5 {
    top: -4.5px
  }
  .sm\:-right-1\.5 {
    right: -4.5px
  }
  .sm\:-bottom-1\.5 {
    bottom: -4.5px
  }
  .sm\:-left-1\.5 {
    left: -4.5px
  }
  .sm\:-top-2\.5 {
    top: -7.5px
  }
  .sm\:-right-2\.5 {
    right: -7.5px
  }
  .sm\:-bottom-2\.5 {
    bottom: -7.5px
  }
  .sm\:-left-2\.5 {
    left: -7.5px
  }
  .sm\:-top-3\.5 {
    top: -10.5px
  }
  .sm\:-right-3\.5 {
    right: -10.5px
  }
  .sm\:-bottom-3\.5 {
    bottom: -10.5px
  }
  .sm\:-left-3\.5 {
    left: -10.5px
  }
  .sm\:top-1\/2 {
    top: 50%
  }
  .sm\:right-1\/2 {
    right: 50%
  }
  .sm\:bottom-1\/2 {
    bottom: 50%
  }
  .sm\:left-1\/2 {
    left: 50%
  }
  .sm\:top-1\/3 {
    top: 33.333333%
  }
  .sm\:right-1\/3 {
    right: 33.333333%
  }
  .sm\:bottom-1\/3 {
    bottom: 33.333333%
  }
  .sm\:left-1\/3 {
    left: 33.333333%
  }
  .sm\:top-2\/3 {
    top: 66.666667%
  }
  .sm\:right-2\/3 {
    right: 66.666667%
  }
  .sm\:bottom-2\/3 {
    bottom: 66.666667%
  }
  .sm\:left-2\/3 {
    left: 66.666667%
  }
  .sm\:top-1\/4 {
    top: 25%
  }
  .sm\:right-1\/4 {
    right: 25%
  }
  .sm\:bottom-1\/4 {
    bottom: 25%
  }
  .sm\:left-1\/4 {
    left: 25%
  }
  .sm\:top-2\/4 {
    top: 50%
  }
  .sm\:right-2\/4 {
    right: 50%
  }
  .sm\:bottom-2\/4 {
    bottom: 50%
  }
  .sm\:left-2\/4 {
    left: 50%
  }
  .sm\:top-3\/4 {
    top: 75%
  }
  .sm\:right-3\/4 {
    right: 75%
  }
  .sm\:bottom-3\/4 {
    bottom: 75%
  }
  .sm\:left-3\/4 {
    left: 75%
  }
  .sm\:top-full {
    top: 100%
  }
  .sm\:right-full {
    right: 100%
  }
  .sm\:bottom-full {
    bottom: 100%
  }
  .sm\:left-full {
    left: 100%
  }
  .sm\:-top-1\/2 {
    top: -50%
  }
  .sm\:-right-1\/2 {
    right: -50%
  }
  .sm\:-bottom-1\/2 {
    bottom: -50%
  }
  .sm\:-left-1\/2 {
    left: -50%
  }
  .sm\:-top-1\/3 {
    top: -33.333333%
  }
  .sm\:-right-1\/3 {
    right: -33.333333%
  }
  .sm\:-bottom-1\/3 {
    bottom: -33.333333%
  }
  .sm\:-left-1\/3 {
    left: -33.333333%
  }
  .sm\:-top-2\/3 {
    top: -66.666667%
  }
  .sm\:-right-2\/3 {
    right: -66.666667%
  }
  .sm\:-bottom-2\/3 {
    bottom: -66.666667%
  }
  .sm\:-left-2\/3 {
    left: -66.666667%
  }
  .sm\:-top-1\/4 {
    top: -25%
  }
  .sm\:-right-1\/4 {
    right: -25%
  }
  .sm\:-bottom-1\/4 {
    bottom: -25%
  }
  .sm\:-left-1\/4 {
    left: -25%
  }
  .sm\:-top-2\/4 {
    top: -50%
  }
  .sm\:-right-2\/4 {
    right: -50%
  }
  .sm\:-bottom-2\/4 {
    bottom: -50%
  }
  .sm\:-left-2\/4 {
    left: -50%
  }
  .sm\:-top-3\/4 {
    top: -75%
  }
  .sm\:-right-3\/4 {
    right: -75%
  }
  .sm\:-bottom-3\/4 {
    bottom: -75%
  }
  .sm\:-left-3\/4 {
    left: -75%
  }
  .sm\:-top-full {
    top: -100%
  }
  .sm\:-right-full {
    right: -100%
  }
  .sm\:-bottom-full {
    bottom: -100%
  }
  .sm\:-left-full {
    left: -100%
  }
  .sm\:resize-none {
    resize: none
  }
  .sm\:resize-y {
    resize: vertical
  }
  .sm\:resize-x {
    resize: horizontal
  }
  .sm\:resize {
    resize: both
  }
  .sm\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
  }
  .sm\:shadow, .sm\:shadow-sm {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .sm\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
  }
  .sm\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
  }
  .sm\:shadow-lg, .sm\:shadow-md {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .sm\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)
  }
  .sm\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)
  }
  .sm\:shadow-2xl, .sm\:shadow-xl {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .sm\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25)
  }
  .sm\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)
  }
  .sm\:shadow-inner, .sm\:shadow-none {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .sm\:shadow-none {
    --tw-shadow: 0 0 transparent
  }
  .sm\:shadow-gray {
    --tw-shadow: 3px 3px #727272
  }
  .sm\:shadow-dark-gray, .sm\:shadow-gray {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .sm\:shadow-dark-gray {
    --tw-shadow: 4px 4px #2d2f35
  }
  .sm\:shadow-black {
    --tw-shadow: 3px 3px #000
  }
  .group:hover .sm\:group-hover\:shadow-sm, .sm\:shadow-black {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .group:hover .sm\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
  }
  .group:hover .sm\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
  }
  .group:hover .sm\:group-hover\:shadow, .group:hover .sm\:group-hover\:shadow-md {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .group:hover .sm\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
  }
  .group:hover .sm\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)
  }
  .group:hover .sm\:group-hover\:shadow-lg, .group:hover .sm\:group-hover\:shadow-xl {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .group:hover .sm\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)
  }
  .group:hover .sm\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25)
  }
  .group:hover .sm\:group-hover\:shadow-2xl, .group:hover .sm\:group-hover\:shadow-inner {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .group:hover .sm\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)
  }
  .group:hover .sm\:group-hover\:shadow-none {
    --tw-shadow: 0 0 transparent
  }
  .group:hover .sm\:group-hover\:shadow-gray, .group:hover .sm\:group-hover\:shadow-none {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .group:hover .sm\:group-hover\:shadow-gray {
    --tw-shadow: 3px 3px #727272
  }
  .group:hover .sm\:group-hover\:shadow-dark-gray {
    --tw-shadow: 4px 4px #2d2f35
  }
  .group:hover .sm\:group-hover\:shadow-black, .group:hover .sm\:group-hover\:shadow-dark-gray {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .group:hover .sm\:group-hover\:shadow-black {
    --tw-shadow: 3px 3px #000
  }
  .sm\:focus-within\: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 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .sm\:focus-within\: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 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .sm\:focus-within\: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 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .sm\:focus-within\: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 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .sm\:focus-within\: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 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .sm\:focus-within\: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 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .sm\:focus-within\: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 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .sm\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 transparent;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .sm\:focus-within\:shadow-gray:focus-within {
    --tw-shadow: 3px 3px #727272;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .sm\:focus-within\:shadow-dark-gray:focus-within {
    --tw-shadow: 4px 4px #2d2f35;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .sm\:focus-within\:shadow-black:focus-within {
    --tw-shadow: 3px 3px #000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .sm\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
  }
  .sm\:hover\:shadow-sm:hover, .sm\:hover\:shadow:hover {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .sm\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
  }
  .sm\:hover\: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)
  }
  .sm\:hover\:shadow-lg:hover, .sm\:hover\:shadow-md:hover {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .sm\:hover\: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)
  }
  .sm\:hover\: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)
  }
  .sm\:hover\:shadow-2xl:hover, .sm\:hover\:shadow-xl:hover {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .sm\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25)
  }
  .sm\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)
  }
  .sm\:hover\:shadow-inner:hover, .sm\:hover\:shadow-none:hover {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .sm\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 transparent
  }
  .sm\:hover\:shadow-gray:hover {
    --tw-shadow: 3px 3px #727272
  }
  .sm\:hover\:shadow-dark-gray:hover, .sm\:hover\:shadow-gray:hover {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .sm\:hover\:shadow-dark-gray:hover {
    --tw-shadow: 4px 4px #2d2f35
  }
  .sm\:hover\:shadow-black:hover {
    --tw-shadow: 3px 3px #000
  }
  .sm\:focus\:shadow-sm:focus, .sm\:hover\:shadow-black:hover {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .sm\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
  }
  .sm\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
  }
  .sm\:focus\:shadow-md:focus, .sm\:focus\:shadow:focus {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .sm\:focus\: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)
  }
  .sm\:focus\: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)
  }
  .sm\:focus\:shadow-lg:focus, .sm\:focus\:shadow-xl:focus {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .sm\:focus\: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)
  }
  .sm\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25)
  }
  .sm\:focus\:shadow-2xl:focus, .sm\:focus\:shadow-inner:focus {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .sm\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)
  }
  .sm\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 transparent
  }
  .sm\:focus\:shadow-gray:focus, .sm\:focus\:shadow-none:focus {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .sm\:focus\:shadow-gray:focus {
    --tw-shadow: 3px 3px #727272
  }
  .sm\:focus\:shadow-dark-gray:focus {
    --tw-shadow: 4px 4px #2d2f35
  }
  .sm\:focus\:shadow-black:focus, .sm\:focus\:shadow-dark-gray:focus {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .sm\:focus\:shadow-black:focus {
    --tw-shadow: 3px 3px #000
  }
  .sm\: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(var(--tw-ring-offset-width)) var(--tw-ring-color)
  }
  .sm\:ring-0, .sm\:ring-1 {
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent)
  }
  .sm\: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)
  }
  .sm\: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)
  }
  .sm\:ring-2, .sm\:ring-4 {
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent)
  }
  .sm\: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)
  }
  .sm\: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)
  }
  .sm\:ring, .sm\:ring-8 {
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent)
  }
  .sm\: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)
  }
  .sm\:ring-inset {
    --tw-ring-inset: inset
  }
  .sm\:focus-within\: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(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 transparent)
  }
  .sm\:focus-within\: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 transparent)
  }
  .sm\:focus-within\: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 transparent)
  }
  .sm\:focus-within\: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 transparent)
  }
  .sm\:focus-within\: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 transparent)
  }
  .sm\:focus-within\: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 transparent)
  }
  .sm\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset
  }
  .sm\:focus\: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(var(--tw-ring-offset-width)) var(--tw-ring-color)
  }
  .sm\:focus\:ring-0:focus, .sm\:focus\:ring-1:focus {
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent)
  }
  .sm\:focus\: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)
  }
  .sm\:focus\: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)
  }
  .sm\:focus\:ring-2:focus, .sm\:focus\:ring-4:focus {
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent)
  }
  .sm\:focus\: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)
  }
  .sm\:focus\: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)
  }
  .sm\:focus\:ring-8:focus, .sm\:focus\:ring:focus {
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent)
  }
  .sm\:focus\: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)
  }
  .sm\:focus\:ring-inset:focus {
    --tw-ring-inset: inset
  }
  .sm\:ring-offset-primary-50, .sm\:ring-offset-primary-100 {
    --tw-ring-offset-color: #fff
  }
  .sm\:ring-offset-primary-200 {
    --tw-ring-offset-color: #fff6e2
  }
  .sm\:ring-offset-primary-300 {
    --tw-ring-offset-color: #ffe6af
  }
  .sm\:ring-offset-primary-400 {
    --tw-ring-offset-color: #ffd57c
  }
  .sm\:ring-offset-primary-500 {
    --tw-ring-offset-color: #ffc549
  }
  .sm\:ring-offset-primary-600 {
    --tw-ring-offset-color: #ffb516
  }
  .sm\:ring-offset-primary-700 {
    --tw-ring-offset-color: #e29a00
  }
  .sm\:ring-offset-primary-800 {
    --tw-ring-offset-color: #af7700
  }
  .sm\:ring-offset-primary-900 {
    --tw-ring-offset-color: #7c5400
  }
  .sm\:ring-offset-primary {
    --tw-ring-offset-color: #ffc549
  }
  .sm\:ring-offset-secondary-50 {
    --tw-ring-offset-color: #cefbdf
  }
  .sm\:ring-offset-secondary-100 {
    --tw-ring-offset-color: #b6f9d0
  }
  .sm\:ring-offset-secondary-200 {
    --tw-ring-offset-color: #87f5b2
  }
  .sm\:ring-offset-secondary-300 {
    --tw-ring-offset-color: #58f194
  }
  .sm\:ring-offset-secondary-400 {
    --tw-ring-offset-color: #28ee76
  }
  .sm\:ring-offset-secondary-500 {
    --tw-ring-offset-color: #11d25d
  }
  .sm\:ring-offset-secondary-600 {
    --tw-ring-offset-color: #0da348
  }
  .sm\:ring-offset-secondary-700 {
    --tw-ring-offset-color: #097433
  }
  .sm\:ring-offset-secondary-800 {
    --tw-ring-offset-color: #06441e
  }
  .sm\:ring-offset-secondary-900 {
    --tw-ring-offset-color: #021509
  }
  .sm\:ring-offset-secondary {
    --tw-ring-offset-color: #11d25d
  }
  .sm\:ring-offset-accent-50 {
    --tw-ring-offset-color: #fef2f2
  }
  .sm\:ring-offset-accent-100 {
    --tw-ring-offset-color: #fee2e2
  }
  .sm\:ring-offset-accent-200 {
    --tw-ring-offset-color: #fecaca
  }
  .sm\:ring-offset-accent-300 {
    --tw-ring-offset-color: #fca5a5
  }
  .sm\:ring-offset-accent-400 {
    --tw-ring-offset-color: #f87171
  }
  .sm\:ring-offset-accent-500 {
    --tw-ring-offset-color: #ef4444
  }
  .sm\:ring-offset-accent-600 {
    --tw-ring-offset-color: #dc2626
  }
  .sm\:ring-offset-accent-700 {
    --tw-ring-offset-color: #b91c1c
  }
  .sm\:ring-offset-accent-800 {
    --tw-ring-offset-color: #991b1b
  }
  .sm\:ring-offset-accent-900 {
    --tw-ring-offset-color: #7f1d1d
  }
  .sm\:ring-offset-shade-500 {
    --tw-ring-offset-color: #3a3a31
  }
  .sm\:ring-offset-shade-600 {
    --tw-ring-offset-color: #2d2f35
  }
  .sm\:ring-offset-white {
    --tw-ring-offset-color: #fff
  }
  .sm\:ring-offset-black {
    --tw-ring-offset-color: #000
  }
  .sm\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f9fafb
  }
  .sm\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f3f4f6
  }
  .sm\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e5e7eb
  }
  .sm\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d1d5db
  }
  .sm\:ring-offset-gray-400 {
    --tw-ring-offset-color: #9ca3af
  }
  .sm\:ring-offset-gray-500 {
    --tw-ring-offset-color: #6b7280
  }
  .sm\:ring-offset-gray-600 {
    --tw-ring-offset-color: #4b5563
  }
  .sm\:ring-offset-gray-700 {
    --tw-ring-offset-color: #374151
  }
  .sm\:ring-offset-gray-800 {
    --tw-ring-offset-color: #1f2937
  }
  .sm\:ring-offset-gray-900 {
    --tw-ring-offset-color: #111827
  }
  .sm\:ring-offset-brand-50 {
    --tw-ring-offset-color: #eff6ff
  }
  .sm\:ring-offset-brand-100 {
    --tw-ring-offset-color: #dbeafe
  }
  .sm\:ring-offset-brand-200 {
    --tw-ring-offset-color: #bfdbfe
  }
  .sm\:ring-offset-brand-300 {
    --tw-ring-offset-color: #93c5fd
  }
  .sm\:ring-offset-brand-400 {
    --tw-ring-offset-color: #60a5fa
  }
  .sm\:ring-offset-brand-500 {
    --tw-ring-offset-color: #3b82f6
  }
  .sm\:ring-offset-brand-600 {
    --tw-ring-offset-color: #2563eb
  }
  .sm\:ring-offset-brand-700 {
    --tw-ring-offset-color: #1d4ed8
  }
  .sm\:ring-offset-brand-800 {
    --tw-ring-offset-color: #1e40af
  }
  .sm\:ring-offset-brand-900 {
    --tw-ring-offset-color: #1e3a8a
  }
  .sm\:ring-offset-transparent {
    --tw-ring-offset-color: transparent
  }
  .sm\:ring-offset-current {
    --tw-ring-offset-color: currentColor
  }
  .sm\:focus-within\:ring-offset-primary-50:focus-within {
    --tw-ring-offset-color: #fff
  }
  .sm\:focus-within\:ring-offset-primary-100:focus-within {
    --tw-ring-offset-color: #fff
  }
  .sm\:focus-within\:ring-offset-primary-200:focus-within {
    --tw-ring-offset-color: #fff6e2
  }
  .sm\:focus-within\:ring-offset-primary-300:focus-within {
    --tw-ring-offset-color: #ffe6af
  }
  .sm\:focus-within\:ring-offset-primary-400:focus-within {
    --tw-ring-offset-color: #ffd57c
  }
  .sm\:focus-within\:ring-offset-primary-500:focus-within {
    --tw-ring-offset-color: #ffc549
  }
  .sm\:focus-within\:ring-offset-primary-600:focus-within {
    --tw-ring-offset-color: #ffb516
  }
  .sm\:focus-within\:ring-offset-primary-700:focus-within {
    --tw-ring-offset-color: #e29a00
  }
  .sm\:focus-within\:ring-offset-primary-800:focus-within {
    --tw-ring-offset-color: #af7700
  }
  .sm\:focus-within\:ring-offset-primary-900:focus-within {
    --tw-ring-offset-color: #7c5400
  }
  .sm\:focus-within\:ring-offset-primary:focus-within {
    --tw-ring-offset-color: #ffc549
  }
  .sm\:focus-within\:ring-offset-secondary-50:focus-within {
    --tw-ring-offset-color: #cefbdf
  }
  .sm\:focus-within\:ring-offset-secondary-100:focus-within {
    --tw-ring-offset-color: #b6f9d0
  }
  .sm\:focus-within\:ring-offset-secondary-200:focus-within {
    --tw-ring-offset-color: #87f5b2
  }
  .sm\:focus-within\:ring-offset-secondary-300:focus-within {
    --tw-ring-offset-color: #58f194
  }
  .sm\:focus-within\:ring-offset-secondary-400:focus-within {
    --tw-ring-offset-color: #28ee76
  }
  .sm\:focus-within\:ring-offset-secondary-500:focus-within {
    --tw-ring-offset-color: #11d25d
  }
  .sm\:focus-within\:ring-offset-secondary-600:focus-within {
    --tw-ring-offset-color: #0da348
  }
  .sm\:focus-within\:ring-offset-secondary-700:focus-within {
    --tw-ring-offset-color: #097433
  }
  .sm\:focus-within\:ring-offset-secondary-800:focus-within {
    --tw-ring-offset-color: #06441e
  }
  .sm\:focus-within\:ring-offset-secondary-900:focus-within {
    --tw-ring-offset-color: #021509
  }
  .sm\:focus-within\:ring-offset-secondary:focus-within {
    --tw-ring-offset-color: #11d25d
  }
  .sm\:focus-within\:ring-offset-accent-50:focus-within {
    --tw-ring-offset-color: #fef2f2
  }
  .sm\:focus-within\:ring-offset-accent-100:focus-within {
    --tw-ring-offset-color: #fee2e2
  }
  .sm\:focus-within\:ring-offset-accent-200:focus-within {
    --tw-ring-offset-color: #fecaca
  }
  .sm\:focus-within\:ring-offset-accent-300:focus-within {
    --tw-ring-offset-color: #fca5a5
  }
  .sm\:focus-within\:ring-offset-accent-400:focus-within {
    --tw-ring-offset-color: #f87171
  }
  .sm\:focus-within\:ring-offset-accent-500:focus-within {
    --tw-ring-offset-color: #ef4444
  }
  .sm\:focus-within\:ring-offset-accent-600:focus-within {
    --tw-ring-offset-color: #dc2626
  }
  .sm\:focus-within\:ring-offset-accent-700:focus-within {
    --tw-ring-offset-color: #b91c1c
  }
  .sm\:focus-within\:ring-offset-accent-800:focus-within {
    --tw-ring-offset-color: #991b1b
  }
  .sm\:focus-within\:ring-offset-accent-900:focus-within {
    --tw-ring-offset-color: #7f1d1d
  }
  .sm\:focus-within\:ring-offset-shade-500:focus-within {
    --tw-ring-offset-color: #3a3a31
  }
  .sm\:focus-within\:ring-offset-shade-600:focus-within {
    --tw-ring-offset-color: #2d2f35
  }
  .sm\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff
  }
  .sm\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000
  }
  .sm\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #f9fafb
  }
  .sm\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f3f4f6
  }
  .sm\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e5e7eb
  }
  .sm\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d1d5db
  }
  .sm\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #9ca3af
  }
  .sm\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #6b7280
  }
  .sm\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #4b5563
  }
  .sm\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #374151
  }
  .sm\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #1f2937
  }
  .sm\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #111827
  }
  .sm\:focus-within\:ring-offset-brand-50:focus-within {
    --tw-ring-offset-color: #eff6ff
  }
  .sm\:focus-within\:ring-offset-brand-100:focus-within {
    --tw-ring-offset-color: #dbeafe
  }
  .sm\:focus-within\:ring-offset-brand-200:focus-within {
    --tw-ring-offset-color: #bfdbfe
  }
  .sm\:focus-within\:ring-offset-brand-300:focus-within {
    --tw-ring-offset-color: #93c5fd
  }
  .sm\:focus-within\:ring-offset-brand-400:focus-within {
    --tw-ring-offset-color: #60a5fa
  }
  .sm\:focus-within\:ring-offset-brand-500:focus-within {
    --tw-ring-offset-color: #3b82f6
  }
  .sm\:focus-within\:ring-offset-brand-600:focus-within {
    --tw-ring-offset-color: #2563eb
  }
  .sm\:focus-within\:ring-offset-brand-700:focus-within {
    --tw-ring-offset-color: #1d4ed8
  }
  .sm\:focus-within\:ring-offset-brand-800:focus-within {
    --tw-ring-offset-color: #1e40af
  }
  .sm\:focus-within\:ring-offset-brand-900:focus-within {
    --tw-ring-offset-color: #1e3a8a
  }
  .sm\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent
  }
  .sm\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor
  }
  .sm\:focus\:ring-offset-primary-50:focus, .sm\:focus\:ring-offset-primary-100:focus {
    --tw-ring-offset-color: #fff
  }
  .sm\:focus\:ring-offset-primary-200:focus {
    --tw-ring-offset-color: #fff6e2
  }
  .sm\:focus\:ring-offset-primary-300:focus {
    --tw-ring-offset-color: #ffe6af
  }
  .sm\:focus\:ring-offset-primary-400:focus {
    --tw-ring-offset-color: #ffd57c
  }
  .sm\:focus\:ring-offset-primary-500:focus {
    --tw-ring-offset-color: #ffc549
  }
  .sm\:focus\:ring-offset-primary-600:focus {
    --tw-ring-offset-color: #ffb516
  }
  .sm\:focus\:ring-offset-primary-700:focus {
    --tw-ring-offset-color: #e29a00
  }
  .sm\:focus\:ring-offset-primary-800:focus {
    --tw-ring-offset-color: #af7700
  }
  .sm\:focus\:ring-offset-primary-900:focus {
    --tw-ring-offset-color: #7c5400
  }
  .sm\:focus\:ring-offset-primary:focus {
    --tw-ring-offset-color: #ffc549
  }
  .sm\:focus\:ring-offset-secondary-50:focus {
    --tw-ring-offset-color: #cefbdf
  }
  .sm\:focus\:ring-offset-secondary-100:focus {
    --tw-ring-offset-color: #b6f9d0
  }
  .sm\:focus\:ring-offset-secondary-200:focus {
    --tw-ring-offset-color: #87f5b2
  }
  .sm\:focus\:ring-offset-secondary-300:focus {
    --tw-ring-offset-color: #58f194
  }
  .sm\:focus\:ring-offset-secondary-400:focus {
    --tw-ring-offset-color: #28ee76
  }
  .sm\:focus\:ring-offset-secondary-500:focus {
    --tw-ring-offset-color: #11d25d
  }
  .sm\:focus\:ring-offset-secondary-600:focus {
    --tw-ring-offset-color: #0da348
  }
  .sm\:focus\:ring-offset-secondary-700:focus {
    --tw-ring-offset-color: #097433
  }
  .sm\:focus\:ring-offset-secondary-800:focus {
    --tw-ring-offset-color: #06441e
  }
  .sm\:focus\:ring-offset-secondary-900:focus {
    --tw-ring-offset-color: #021509
  }
  .sm\:focus\:ring-offset-secondary:focus {
    --tw-ring-offset-color: #11d25d
  }
  .sm\:focus\:ring-offset-accent-50:focus {
    --tw-ring-offset-color: #fef2f2
  }
  .sm\:focus\:ring-offset-accent-100:focus {
    --tw-ring-offset-color: #fee2e2
  }
  .sm\:focus\:ring-offset-accent-200:focus {
    --tw-ring-offset-color: #fecaca
  }
  .sm\:focus\:ring-offset-accent-300:focus {
    --tw-ring-offset-color: #fca5a5
  }
  .sm\:focus\:ring-offset-accent-400:focus {
    --tw-ring-offset-color: #f87171
  }
  .sm\:focus\:ring-offset-accent-500:focus {
    --tw-ring-offset-color: #ef4444
  }
  .sm\:focus\:ring-offset-accent-600:focus {
    --tw-ring-offset-color: #dc2626
  }
  .sm\:focus\:ring-offset-accent-700:focus {
    --tw-ring-offset-color: #b91c1c
  }
  .sm\:focus\:ring-offset-accent-800:focus {
    --tw-ring-offset-color: #991b1b
  }
  .sm\:focus\:ring-offset-accent-900:focus {
    --tw-ring-offset-color: #7f1d1d
  }
  .sm\:focus\:ring-offset-shade-500:focus {
    --tw-ring-offset-color: #3a3a31
  }
  .sm\:focus\:ring-offset-shade-600:focus {
    --tw-ring-offset-color: #2d2f35
  }
  .sm\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff
  }
  .sm\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000
  }
  .sm\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f9fafb
  }
  .sm\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f3f4f6
  }
  .sm\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e5e7eb
  }
  .sm\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d1d5db
  }
  .sm\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #9ca3af
  }
  .sm\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #6b7280
  }
  .sm\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #4b5563
  }
  .sm\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #374151
  }
  .sm\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #1f2937
  }
  .sm\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #111827
  }
  .sm\:focus\:ring-offset-brand-50:focus {
    --tw-ring-offset-color: #eff6ff
  }
  .sm\:focus\:ring-offset-brand-100:focus {
    --tw-ring-offset-color: #dbeafe
  }
  .sm\:focus\:ring-offset-brand-200:focus {
    --tw-ring-offset-color: #bfdbfe
  }
  .sm\:focus\:ring-offset-brand-300:focus {
    --tw-ring-offset-color: #93c5fd
  }
  .sm\:focus\:ring-offset-brand-400:focus {
    --tw-ring-offset-color: #60a5fa
  }
  .sm\:focus\:ring-offset-brand-500:focus {
    --tw-ring-offset-color: #3b82f6
  }
  .sm\:focus\:ring-offset-brand-600:focus {
    --tw-ring-offset-color: #2563eb
  }
  .sm\:focus\:ring-offset-brand-700:focus {
    --tw-ring-offset-color: #1d4ed8
  }
  .sm\:focus\:ring-offset-brand-800:focus {
    --tw-ring-offset-color: #1e40af
  }
  .sm\:focus\:ring-offset-brand-900:focus {
    --tw-ring-offset-color: #1e3a8a
  }
  .sm\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent
  }
  .sm\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor
  }
  .sm\:ring-offset-0 {
    --tw-ring-offset-width: 0px
  }
  .sm\:ring-offset-1 {
    --tw-ring-offset-width: 1px
  }
  .sm\:ring-offset-2 {
    --tw-ring-offset-width: 2px
  }
  .sm\:ring-offset-4 {
    --tw-ring-offset-width: 4px
  }
  .sm\:ring-offset-8 {
    --tw-ring-offset-width: 8px
  }
  .sm\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px
  }
  .sm\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px
  }
  .sm\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px
  }
  .sm\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px
  }
  .sm\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px
  }
  .sm\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px
  }
  .sm\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px
  }
  .sm\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px
  }
  .sm\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px
  }
  .sm\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px
  }
  .sm\:ring-primary-50, .sm\:ring-primary-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity))
  }
  .sm\:ring-primary-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 226, var(--tw-ring-opacity))
  }
  .sm\:ring-primary-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 230, 175, var(--tw-ring-opacity))
  }
  .sm\:ring-primary-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 213, 124, var(--tw-ring-opacity))
  }
  .sm\:ring-primary-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 197, 73, var(--tw-ring-opacity))
  }
  .sm\:ring-primary-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 181, 22, var(--tw-ring-opacity))
  }
  .sm\:ring-primary-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 154, 0, var(--tw-ring-opacity))
  }
  .sm\:ring-primary-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(175, 119, 0, var(--tw-ring-opacity))
  }
  .sm\:ring-primary-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 84, 0, var(--tw-ring-opacity))
  }
  .sm\:ring-primary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 197, 73, var(--tw-ring-opacity))
  }
  .sm\:ring-secondary-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 251, 223, var(--tw-ring-opacity))
  }
  .sm\:ring-secondary-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 249, 208, var(--tw-ring-opacity))
  }
  .sm\:ring-secondary-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(135, 245, 178, var(--tw-ring-opacity))
  }
  .sm\:ring-secondary-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 241, 148, var(--tw-ring-opacity))
  }
  .sm\:ring-secondary-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(40, 238, 118, var(--tw-ring-opacity))
  }
  .sm\:ring-secondary-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 210, 93, var(--tw-ring-opacity))
  }
  .sm\:ring-secondary-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 163, 72, var(--tw-ring-opacity))
  }
  .sm\:ring-secondary-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(9, 116, 51, var(--tw-ring-opacity))
  }
  .sm\:ring-secondary-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 68, 30, var(--tw-ring-opacity))
  }
  .sm\:ring-secondary-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 21, 9, var(--tw-ring-opacity))
  }
  .sm\:ring-secondary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 210, 93, var(--tw-ring-opacity))
  }
  .sm\:ring-accent-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity))
  }
  .sm\:ring-accent-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity))
  }
  .sm\:ring-accent-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity))
  }
  .sm\:ring-accent-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity))
  }
  .sm\:ring-accent-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity))
  }
  .sm\:ring-accent-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity))
  }
  .sm\:ring-accent-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity))
  }
  .sm\:ring-accent-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity))
  }
  .sm\:ring-accent-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity))
  }
  .sm\:ring-accent-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity))
  }
  .sm\:ring-shade-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(58, 58, 49, var(--tw-ring-opacity))
  }
  .sm\:ring-shade-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 47, 53, var(--tw-ring-opacity))
  }
  .sm\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity))
  }
  .sm\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity))
  }
  .sm\:ring-gray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity))
  }
  .sm\:ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity))
  }
  .sm\:ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity))
  }
  .sm\:ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity))
  }
  .sm\:ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity))
  }
  .sm\:ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity))
  }
  .sm\:ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity))
  }
  .sm\:ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity))
  }
  .sm\:ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity))
  }
  .sm\:ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity))
  }
  .sm\:ring-brand-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity))
  }
  .sm\:ring-brand-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity))
  }
  .sm\:ring-brand-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity))
  }
  .sm\:ring-brand-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity))
  }
  .sm\:ring-brand-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity))
  }
  .sm\:ring-brand-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity))
  }
  .sm\:ring-brand-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity))
  }
  .sm\:ring-brand-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity))
  }
  .sm\:ring-brand-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity))
  }
  .sm\:ring-brand-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity))
  }
  .sm\:ring-transparent {
    --tw-ring-color: transparent
  }
  .sm\:ring-current {
    --tw-ring-color: currentColor
  }
  .sm\:focus-within\:ring-primary-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-primary-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-primary-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 226, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-primary-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 230, 175, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-primary-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 213, 124, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-primary-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 197, 73, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-primary-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 181, 22, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-primary-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 154, 0, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-primary-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(175, 119, 0, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-primary-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 84, 0, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-primary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 197, 73, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-secondary-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 251, 223, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-secondary-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 249, 208, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-secondary-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(135, 245, 178, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-secondary-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 241, 148, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-secondary-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(40, 238, 118, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-secondary-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 210, 93, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-secondary-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 163, 72, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-secondary-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(9, 116, 51, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-secondary-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 68, 30, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-secondary-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 21, 9, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-secondary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 210, 93, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-accent-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-accent-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-accent-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-accent-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-accent-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-accent-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-accent-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-accent-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-accent-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-accent-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-shade-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(58, 58, 49, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-shade-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 47, 53, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-gray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-brand-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-brand-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-brand-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-brand-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-brand-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-brand-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-brand-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-brand-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-brand-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-brand-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity))
  }
  .sm\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent
  }
  .sm\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor
  }
  .sm\:focus\:ring-primary-50:focus, .sm\:focus\:ring-primary-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity))
  }
  .sm\:focus\:ring-primary-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 226, var(--tw-ring-opacity))
  }
  .sm\:focus\:ring-primary-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 230, 175, var(--tw-ring-opacity))
  }
  .sm\:focus\:ring-primary-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 213, 124, var(--tw-ring-opacity))
  }
  .sm\:focus\:ring-primary-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 197, 73, var(--tw-ring-opacity))
  }
  .sm\:focus\:ring-primary-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 181, 22, var(--tw-ring-opacity))
  }
  .sm\:focus\:ring-primary-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 154, 0, var(--tw-ring-opacity))
  }
  .sm\:focus\:ring-primary-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(175, 119, 0, var(--tw-ring-opacity))
  }
  .sm\:focus\:ring-primary-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 84, 0, var(--tw-ring-opacity))
  }
  .sm\:focus\:ring-primary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 197, 73, var(--tw-ring-opacity))
  }
  .sm\:focus\:ring-secondary-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 251, 223, var(--tw-ring-opacity))
  }
  .sm\:focus\:ring-secondary-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 249, 208, var(--tw-ring-opacity))
  }
  .sm\:focus\:ring-secondary-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(135, 245, 178, var(--tw-ring-opacity))
  }
  .sm\:focus\:ring-secondary-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 241, 148, var(--tw-ring-opacity))
  }
  .sm\:focus\:ring-secondary-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(40, 238, 118, var(--tw-ring-opacity))
  }
  .sm\:focus\:ring-secondary-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 210, 93, var(--tw-ring-opacity))
  }
  .sm\:focus\:ring-secondary-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 163, 72, var(--tw-ring-opacity))
  }
  .sm\:focus\:ring-secondary-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(9, 116, 51, var(--tw-ring-opacity))
  }
  .sm\:focus\:ring-secondary-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 68, 30, var(--tw-ring-opacity))
  }
  .sm\:focus\:ring-secondary-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 21, 9, var(--tw-ring-opacity))
  }
  .sm\:focus\:ring-secondary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 210, 93, var(--tw-ring-opacity))
  }
  .sm\:focus\:ring-accent-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity))
  }
  .sm\:focus\:ring-accent-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity))
  }
  .sm\:focus\:ring-accent-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity))
  }
  .sm\:focus\:ring-accent-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity))
  }
  .sm\:focus\:ring-accent-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity))
  }
  .sm\:focus\:ring-accent-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity))
  }
  .sm\:focus\:ring-accent-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity))
  }
  .sm\:focus\:ring-accent-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity))
  }
  .sm\:focus\:ring-accent-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity))
  }
  .sm\:focus\:ring-accent-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity))
  }
  .sm\:focus\:ring-shade-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(58, 58, 49, var(--tw-ring-opacity))
  }
  .sm\:focus\:ring-shade-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 47, 53, var(--tw-ring-opacity))
  }
  .sm\:focus\:ring-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity))
  }
  .sm\:focus\:ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity))
  }
  .sm\:focus\:ring-gray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity))
  }
  .sm\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity))
  }
  .sm\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity))
  }
  .sm\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity))
  }
  .sm\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity))
  }
  .sm\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity))
  }
  .sm\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity))
  }
  .sm\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity))
  }
  .sm\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity))
  }
  .sm\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity))
  }
  .sm\:focus\:ring-brand-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity))
  }
  .sm\:focus\:ring-brand-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity))
  }
  .sm\:focus\:ring-brand-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity))
  }
  .sm\:focus\:ring-brand-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity))
  }
  .sm\:focus\:ring-brand-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity))
  }
  .sm\:focus\:ring-brand-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity))
  }
  .sm\:focus\:ring-brand-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity))
  }
  .sm\:focus\:ring-brand-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity))
  }
  .sm\:focus\:ring-brand-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity))
  }
  .sm\:focus\:ring-brand-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity))
  }
  .sm\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent
  }
  .sm\:focus\:ring-current:focus {
    --tw-ring-color: currentColor
  }
  .sm\:ring-opacity-0 {
    --tw-ring-opacity: 0
  }
  .sm\:ring-opacity-5 {
    --tw-ring-opacity: 0.05
  }
  .sm\:ring-opacity-10 {
    --tw-ring-opacity: 0.1
  }
  .sm\:ring-opacity-20 {
    --tw-ring-opacity: 0.2
  }
  .sm\:ring-opacity-25 {
    --tw-ring-opacity: 0.25
  }
  .sm\:ring-opacity-30 {
    --tw-ring-opacity: 0.3
  }
  .sm\:ring-opacity-40 {
    --tw-ring-opacity: 0.4
  }
  .sm\:ring-opacity-50 {
    --tw-ring-opacity: 0.5
  }
  .sm\:ring-opacity-60 {
    --tw-ring-opacity: 0.6
  }
  .sm\:ring-opacity-70 {
    --tw-ring-opacity: 0.7
  }
  .sm\:ring-opacity-75 {
    --tw-ring-opacity: 0.75
  }
  .sm\:ring-opacity-80 {
    --tw-ring-opacity: 0.8
  }
  .sm\:ring-opacity-90 {
    --tw-ring-opacity: 0.9
  }
  .sm\:ring-opacity-95 {
    --tw-ring-opacity: 0.95
  }
  .sm\:ring-opacity-100 {
    --tw-ring-opacity: 1
  }
  .sm\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0
  }
  .sm\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05
  }
  .sm\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1
  }
  .sm\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2
  }
  .sm\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25
  }
  .sm\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3
  }
  .sm\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4
  }
  .sm\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5
  }
  .sm\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6
  }
  .sm\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7
  }
  .sm\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75
  }
  .sm\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8
  }
  .sm\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9
  }
  .sm\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95
  }
  .sm\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1
  }
  .sm\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0
  }
  .sm\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05
  }
  .sm\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1
  }
  .sm\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2
  }
  .sm\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25
  }
  .sm\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3
  }
  .sm\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4
  }
  .sm\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5
  }
  .sm\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6
  }
  .sm\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7
  }
  .sm\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75
  }
  .sm\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8
  }
  .sm\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9
  }
  .sm\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95
  }
  .sm\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1
  }
  .sm\:fill-current {
    fill: currentColor
  }
  .sm\:stroke-current {
    stroke: currentColor
  }
  .sm\:stroke-0 {
    stroke-width: 0
  }
  .sm\:stroke-1 {
    stroke-width: 1
  }
  .sm\:stroke-2 {
    stroke-width: 2
  }
  .sm\:table-auto {
    table-layout: auto
  }
  .sm\:table-fixed {
    table-layout: fixed
  }
  .sm\:text-left {
    text-align: left
  }
  .sm\:text-center {
    text-align: center
  }
  .sm\:text-right {
    text-align: right
  }
  .sm\:text-justify {
    text-align: justify
  }
  .sm\:text-primary-50, .sm\:text-primary-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }
  .sm\:text-primary-200 {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 226, var(--tw-text-opacity))
  }
  .sm\:text-primary-300 {
    --tw-text-opacity: 1;
    color: rgba(255, 230, 175, var(--tw-text-opacity))
  }
  .sm\:text-primary-400 {
    --tw-text-opacity: 1;
    color: rgba(255, 213, 124, var(--tw-text-opacity))
  }
  .sm\:text-primary-500 {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-text-opacity))
  }
  .sm\:text-primary-600 {
    --tw-text-opacity: 1;
    color: rgba(255, 181, 22, var(--tw-text-opacity))
  }
  .sm\:text-primary-700 {
    --tw-text-opacity: 1;
    color: rgba(226, 154, 0, var(--tw-text-opacity))
  }
  .sm\:text-primary-800 {
    --tw-text-opacity: 1;
    color: rgba(175, 119, 0, var(--tw-text-opacity))
  }
  .sm\:text-primary-900 {
    --tw-text-opacity: 1;
    color: rgba(124, 84, 0, var(--tw-text-opacity))
  }
  .sm\:text-primary {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-text-opacity))
  }
  .sm\:text-secondary-50 {
    --tw-text-opacity: 1;
    color: rgba(206, 251, 223, var(--tw-text-opacity))
  }
  .sm\:text-secondary-100 {
    --tw-text-opacity: 1;
    color: rgba(182, 249, 208, var(--tw-text-opacity))
  }
  .sm\:text-secondary-200 {
    --tw-text-opacity: 1;
    color: rgba(135, 245, 178, var(--tw-text-opacity))
  }
  .sm\:text-secondary-300 {
    --tw-text-opacity: 1;
    color: rgba(88, 241, 148, var(--tw-text-opacity))
  }
  .sm\:text-secondary-400 {
    --tw-text-opacity: 1;
    color: rgba(40, 238, 118, var(--tw-text-opacity))
  }
  .sm\:text-secondary-500 {
    --tw-text-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-text-opacity))
  }
  .sm\:text-secondary-600 {
    --tw-text-opacity: 1;
    color: rgba(13, 163, 72, var(--tw-text-opacity))
  }
  .sm\:text-secondary-700 {
    --tw-text-opacity: 1;
    color: rgba(9, 116, 51, var(--tw-text-opacity))
  }
  .sm\:text-secondary-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 68, 30, var(--tw-text-opacity))
  }
  .sm\:text-secondary-900 {
    --tw-text-opacity: 1;
    color: rgba(2, 21, 9, var(--tw-text-opacity))
  }
  .sm\:text-secondary {
    --tw-text-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-text-opacity))
  }
  .sm\:text-accent-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity))
  }
  .sm\:text-accent-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity))
  }
  .sm\:text-accent-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity))
  }
  .sm\:text-accent-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity))
  }
  .sm\:text-accent-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity))
  }
  .sm\:text-accent-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity))
  }
  .sm\:text-accent-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity))
  }
  .sm\:text-accent-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity))
  }
  .sm\:text-accent-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity))
  }
  .sm\:text-accent-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity))
  }
  .sm\:text-shade-500 {
    --tw-text-opacity: 1;
    color: rgba(58, 58, 49, var(--tw-text-opacity))
  }
  .sm\:text-shade-600 {
    --tw-text-opacity: 1;
    color: rgba(45, 47, 53, var(--tw-text-opacity))
  }
  .sm\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }
  .sm\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity))
  }
  .sm\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity))
  }
  .sm\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity))
  }
  .sm\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity))
  }
  .sm\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity))
  }
  .sm\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity))
  }
  .sm\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity))
  }
  .sm\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity))
  }
  .sm\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity))
  }
  .sm\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity))
  }
  .sm\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity))
  }
  .sm\:text-brand-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity))
  }
  .sm\:text-brand-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity))
  }
  .sm\:text-brand-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity))
  }
  .sm\:text-brand-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity))
  }
  .sm\:text-brand-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity))
  }
  .sm\:text-brand-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity))
  }
  .sm\:text-brand-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity))
  }
  .sm\:text-brand-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity))
  }
  .sm\:text-brand-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity))
  }
  .sm\:text-brand-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity))
  }
  .sm\:text-transparent {
    color: transparent
  }
  .sm\:text-current {
    color: currentColor
  }
  .group:hover .sm\:group-hover\:text-primary-50, .group:hover .sm\:group-hover\:text-primary-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }
  .group:hover .sm\:group-hover\:text-primary-200 {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 226, var(--tw-text-opacity))
  }
  .group:hover .sm\:group-hover\:text-primary-300 {
    --tw-text-opacity: 1;
    color: rgba(255, 230, 175, var(--tw-text-opacity))
  }
  .group:hover .sm\:group-hover\:text-primary-400 {
    --tw-text-opacity: 1;
    color: rgba(255, 213, 124, var(--tw-text-opacity))
  }
  .group:hover .sm\:group-hover\:text-primary-500 {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-text-opacity))
  }
  .group:hover .sm\:group-hover\:text-primary-600 {
    --tw-text-opacity: 1;
    color: rgba(255, 181, 22, var(--tw-text-opacity))
  }
  .group:hover .sm\:group-hover\:text-primary-700 {
    --tw-text-opacity: 1;
    color: rgba(226, 154, 0, var(--tw-text-opacity))
  }
  .group:hover .sm\:group-hover\:text-primary-800 {
    --tw-text-opacity: 1;
    color: rgba(175, 119, 0, var(--tw-text-opacity))
  }
  .group:hover .sm\:group-hover\:text-primary-900 {
    --tw-text-opacity: 1;
    color: rgba(124, 84, 0, var(--tw-text-opacity))
  }
  .group:hover .sm\:group-hover\:text-primary {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-text-opacity))
  }
  .group:hover .sm\:group-hover\:text-secondary-50 {
    --tw-text-opacity: 1;
    color: rgba(206, 251, 223, var(--tw-text-opacity))
  }
  .group:hover .sm\:group-hover\:text-secondary-100 {
    --tw-text-opacity: 1;
    color: rgba(182, 249, 208, var(--tw-text-opacity))
  }
  .group:hover .sm\:group-hover\:text-secondary-200 {
    --tw-text-opacity: 1;
    color: rgba(135, 245, 178, var(--tw-text-opacity))
  }
  .group:hover .sm\:group-hover\:text-secondary-300 {
    --tw-text-opacity: 1;
    color: rgba(88, 241, 148, var(--tw-text-opacity))
  }
  .group:hover .sm\:group-hover\:text-secondary-400 {
    --tw-text-opacity: 1;
    color: rgba(40, 238, 118, var(--tw-text-opacity))
  }
  .group:hover .sm\:group-hover\:text-secondary-500 {
    --tw-text-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-text-opacity))
  }
  .group:hover .sm\:group-hover\:text-secondary-600 {
    --tw-text-opacity: 1;
    color: rgba(13, 163, 72, var(--tw-text-opacity))
  }
  .group:hover .sm\:group-hover\:text-secondary-700 {
    --tw-text-opacity: 1;
    color: rgba(9, 116, 51, var(--tw-text-opacity))
  }
  .group:hover .sm\:group-hover\:text-secondary-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 68, 30, var(--tw-text-opacity))
  }
  .group:hover .sm\:group-hover\:text-secondary-900 {
    --tw-text-opacity: 1;
    color: rgba(2, 21, 9, var(--tw-text-opacity))
  }
  .group:hover .sm\:group-hover\:text-secondary {
    --tw-text-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-text-opacity))
  }
  .group:hover .sm\:group-hover\:text-accent-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity))
  }
  .group:hover .sm\:group-hover\:text-accent-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity))
  }
  .group:hover .sm\:group-hover\:text-accent-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity))
  }
  .group:hover .sm\:group-hover\:text-accent-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity))
  }
  .group:hover .sm\:group-hover\:text-accent-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity))
  }
  .group:hover .sm\:group-hover\:text-accent-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity))
  }
  .group:hover .sm\:group-hover\:text-accent-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity))
  }
  .group:hover .sm\:group-hover\:text-accent-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity))
  }
  .group:hover .sm\:group-hover\:text-accent-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity))
  }
  .group:hover .sm\:group-hover\:text-accent-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity))
  }
  .group:hover .sm\:group-hover\:text-shade-500 {
    --tw-text-opacity: 1;
    color: rgba(58, 58, 49, var(--tw-text-opacity))
  }
  .group:hover .sm\:group-hover\:text-shade-600 {
    --tw-text-opacity: 1;
    color: rgba(45, 47, 53, var(--tw-text-opacity))
  }
  .group:hover .sm\:group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }
  .group:hover .sm\:group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity))
  }
  .group:hover .sm\:group-hover\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity))
  }
  .group:hover .sm\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity))
  }
  .group:hover .sm\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity))
  }
  .group:hover .sm\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity))
  }
  .group:hover .sm\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity))
  }
  .group:hover .sm\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity))
  }
  .group:hover .sm\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity))
  }
  .group:hover .sm\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity))
  }
  .group:hover .sm\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity))
  }
  .group:hover .sm\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity))
  }
  .group:hover .sm\:group-hover\:text-brand-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity))
  }
  .group:hover .sm\:group-hover\:text-brand-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity))
  }
  .group:hover .sm\:group-hover\:text-brand-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity))
  }
  .group:hover .sm\:group-hover\:text-brand-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity))
  }
  .group:hover .sm\:group-hover\:text-brand-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity))
  }
  .group:hover .sm\:group-hover\:text-brand-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity))
  }
  .group:hover .sm\:group-hover\:text-brand-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity))
  }
  .group:hover .sm\:group-hover\:text-brand-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity))
  }
  .group:hover .sm\:group-hover\:text-brand-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity))
  }
  .group:hover .sm\:group-hover\:text-brand-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity))
  }
  .group:hover .sm\:group-hover\:text-transparent {
    color: transparent
  }
  .group:hover .sm\:group-hover\:text-current {
    color: currentColor
  }
  .sm\:focus-within\:text-primary-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-primary-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-primary-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 226, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-primary-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 230, 175, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-primary-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 213, 124, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-primary-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-primary-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 181, 22, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-primary-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(226, 154, 0, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-primary-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(175, 119, 0, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-primary-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 84, 0, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-primary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-secondary-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(206, 251, 223, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-secondary-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(182, 249, 208, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-secondary-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(135, 245, 178, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-secondary-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(88, 241, 148, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-secondary-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(40, 238, 118, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-secondary-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-secondary-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(13, 163, 72, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-secondary-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(9, 116, 51, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-secondary-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 68, 30, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-secondary-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(2, 21, 9, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-secondary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-accent-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-accent-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-accent-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-accent-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-accent-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-accent-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-accent-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-accent-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-accent-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-accent-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-shade-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(58, 58, 49, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-shade-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(45, 47, 53, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-gray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-brand-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-brand-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-brand-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-brand-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-brand-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-brand-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-brand-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-brand-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-brand-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-brand-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity))
  }
  .sm\:focus-within\:text-transparent:focus-within {
    color: transparent
  }
  .sm\:focus-within\:text-current:focus-within {
    color: currentColor
  }
  .sm\:hover\:text-primary-50:hover, .sm\:hover\:text-primary-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }
  .sm\:hover\:text-primary-200:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 226, var(--tw-text-opacity))
  }
  .sm\:hover\:text-primary-300:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 230, 175, var(--tw-text-opacity))
  }
  .sm\:hover\:text-primary-400:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 213, 124, var(--tw-text-opacity))
  }
  .sm\:hover\:text-primary-500:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-text-opacity))
  }
  .sm\:hover\:text-primary-600:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 181, 22, var(--tw-text-opacity))
  }
  .sm\:hover\:text-primary-700:hover {
    --tw-text-opacity: 1;
    color: rgba(226, 154, 0, var(--tw-text-opacity))
  }
  .sm\:hover\:text-primary-800:hover {
    --tw-text-opacity: 1;
    color: rgba(175, 119, 0, var(--tw-text-opacity))
  }
  .sm\:hover\:text-primary-900:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 84, 0, var(--tw-text-opacity))
  }
  .sm\:hover\:text-primary:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-text-opacity))
  }
  .sm\:hover\:text-secondary-50:hover {
    --tw-text-opacity: 1;
    color: rgba(206, 251, 223, var(--tw-text-opacity))
  }
  .sm\:hover\:text-secondary-100:hover {
    --tw-text-opacity: 1;
    color: rgba(182, 249, 208, var(--tw-text-opacity))
  }
  .sm\:hover\:text-secondary-200:hover {
    --tw-text-opacity: 1;
    color: rgba(135, 245, 178, var(--tw-text-opacity))
  }
  .sm\:hover\:text-secondary-300:hover {
    --tw-text-opacity: 1;
    color: rgba(88, 241, 148, var(--tw-text-opacity))
  }
  .sm\:hover\:text-secondary-400:hover {
    --tw-text-opacity: 1;
    color: rgba(40, 238, 118, var(--tw-text-opacity))
  }
  .sm\:hover\:text-secondary-500:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-text-opacity))
  }
  .sm\:hover\:text-secondary-600:hover {
    --tw-text-opacity: 1;
    color: rgba(13, 163, 72, var(--tw-text-opacity))
  }
  .sm\:hover\:text-secondary-700:hover {
    --tw-text-opacity: 1;
    color: rgba(9, 116, 51, var(--tw-text-opacity))
  }
  .sm\:hover\:text-secondary-800:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 68, 30, var(--tw-text-opacity))
  }
  .sm\:hover\:text-secondary-900:hover {
    --tw-text-opacity: 1;
    color: rgba(2, 21, 9, var(--tw-text-opacity))
  }
  .sm\:hover\:text-secondary:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-text-opacity))
  }
  .sm\:hover\:text-accent-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity))
  }
  .sm\:hover\:text-accent-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity))
  }
  .sm\:hover\:text-accent-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity))
  }
  .sm\:hover\:text-accent-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity))
  }
  .sm\:hover\:text-accent-400:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity))
  }
  .sm\:hover\:text-accent-500:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity))
  }
  .sm\:hover\:text-accent-600:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity))
  }
  .sm\:hover\:text-accent-700:hover {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity))
  }
  .sm\:hover\:text-accent-800:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity))
  }
  .sm\:hover\:text-accent-900:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity))
  }
  .sm\:hover\:text-shade-500:hover {
    --tw-text-opacity: 1;
    color: rgba(58, 58, 49, var(--tw-text-opacity))
  }
  .sm\:hover\:text-shade-600:hover {
    --tw-text-opacity: 1;
    color: rgba(45, 47, 53, var(--tw-text-opacity))
  }
  .sm\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }
  .sm\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity))
  }
  .sm\:hover\:text-gray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity))
  }
  .sm\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity))
  }
  .sm\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity))
  }
  .sm\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity))
  }
  .sm\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity))
  }
  .sm\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity))
  }
  .sm\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity))
  }
  .sm\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity))
  }
  .sm\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity))
  }
  .sm\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity))
  }
  .sm\:hover\:text-brand-50:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity))
  }
  .sm\:hover\:text-brand-100:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity))
  }
  .sm\:hover\:text-brand-200:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity))
  }
  .sm\:hover\:text-brand-300:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity))
  }
  .sm\:hover\:text-brand-400:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity))
  }
  .sm\:hover\:text-brand-500:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity))
  }
  .sm\:hover\:text-brand-600:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity))
  }
  .sm\:hover\:text-brand-700:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity))
  }
  .sm\:hover\:text-brand-800:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity))
  }
  .sm\:hover\:text-brand-900:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity))
  }
  .sm\:hover\:text-transparent:hover {
    color: transparent
  }
  .sm\:hover\:text-current:hover {
    color: currentColor
  }
  .sm\:focus\:text-primary-50:focus, .sm\:focus\:text-primary-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }
  .sm\:focus\:text-primary-200:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 226, var(--tw-text-opacity))
  }
  .sm\:focus\:text-primary-300:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 230, 175, var(--tw-text-opacity))
  }
  .sm\:focus\:text-primary-400:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 213, 124, var(--tw-text-opacity))
  }
  .sm\:focus\:text-primary-500:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-text-opacity))
  }
  .sm\:focus\:text-primary-600:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 181, 22, var(--tw-text-opacity))
  }
  .sm\:focus\:text-primary-700:focus {
    --tw-text-opacity: 1;
    color: rgba(226, 154, 0, var(--tw-text-opacity))
  }
  .sm\:focus\:text-primary-800:focus {
    --tw-text-opacity: 1;
    color: rgba(175, 119, 0, var(--tw-text-opacity))
  }
  .sm\:focus\:text-primary-900:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 84, 0, var(--tw-text-opacity))
  }
  .sm\:focus\:text-primary:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-text-opacity))
  }
  .sm\:focus\:text-secondary-50:focus {
    --tw-text-opacity: 1;
    color: rgba(206, 251, 223, var(--tw-text-opacity))
  }
  .sm\:focus\:text-secondary-100:focus {
    --tw-text-opacity: 1;
    color: rgba(182, 249, 208, var(--tw-text-opacity))
  }
  .sm\:focus\:text-secondary-200:focus {
    --tw-text-opacity: 1;
    color: rgba(135, 245, 178, var(--tw-text-opacity))
  }
  .sm\:focus\:text-secondary-300:focus {
    --tw-text-opacity: 1;
    color: rgba(88, 241, 148, var(--tw-text-opacity))
  }
  .sm\:focus\:text-secondary-400:focus {
    --tw-text-opacity: 1;
    color: rgba(40, 238, 118, var(--tw-text-opacity))
  }
  .sm\:focus\:text-secondary-500:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-text-opacity))
  }
  .sm\:focus\:text-secondary-600:focus {
    --tw-text-opacity: 1;
    color: rgba(13, 163, 72, var(--tw-text-opacity))
  }
  .sm\:focus\:text-secondary-700:focus {
    --tw-text-opacity: 1;
    color: rgba(9, 116, 51, var(--tw-text-opacity))
  }
  .sm\:focus\:text-secondary-800:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 68, 30, var(--tw-text-opacity))
  }
  .sm\:focus\:text-secondary-900:focus {
    --tw-text-opacity: 1;
    color: rgba(2, 21, 9, var(--tw-text-opacity))
  }
  .sm\:focus\:text-secondary:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-text-opacity))
  }
  .sm\:focus\:text-accent-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity))
  }
  .sm\:focus\:text-accent-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity))
  }
  .sm\:focus\:text-accent-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity))
  }
  .sm\:focus\:text-accent-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity))
  }
  .sm\:focus\:text-accent-400:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity))
  }
  .sm\:focus\:text-accent-500:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity))
  }
  .sm\:focus\:text-accent-600:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity))
  }
  .sm\:focus\:text-accent-700:focus {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity))
  }
  .sm\:focus\:text-accent-800:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity))
  }
  .sm\:focus\:text-accent-900:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity))
  }
  .sm\:focus\:text-shade-500:focus {
    --tw-text-opacity: 1;
    color: rgba(58, 58, 49, var(--tw-text-opacity))
  }
  .sm\:focus\:text-shade-600:focus {
    --tw-text-opacity: 1;
    color: rgba(45, 47, 53, var(--tw-text-opacity))
  }
  .sm\:focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }
  .sm\:focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity))
  }
  .sm\:focus\:text-gray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity))
  }
  .sm\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity))
  }
  .sm\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity))
  }
  .sm\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity))
  }
  .sm\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity))
  }
  .sm\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity))
  }
  .sm\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity))
  }
  .sm\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity))
  }
  .sm\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity))
  }
  .sm\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity))
  }
  .sm\:focus\:text-brand-50:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity))
  }
  .sm\:focus\:text-brand-100:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity))
  }
  .sm\:focus\:text-brand-200:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity))
  }
  .sm\:focus\:text-brand-300:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity))
  }
  .sm\:focus\:text-brand-400:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity))
  }
  .sm\:focus\:text-brand-500:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity))
  }
  .sm\:focus\:text-brand-600:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity))
  }
  .sm\:focus\:text-brand-700:focus {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity))
  }
  .sm\:focus\:text-brand-800:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity))
  }
  .sm\:focus\:text-brand-900:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity))
  }
  .sm\:focus\:text-transparent:focus {
    color: transparent
  }
  .sm\:focus\:text-current:focus {
    color: currentColor
  }
  .sm\:text-opacity-0 {
    --tw-text-opacity: 0
  }
  .sm\:text-opacity-5 {
    --tw-text-opacity: 0.05
  }
  .sm\:text-opacity-10 {
    --tw-text-opacity: 0.1
  }
  .sm\:text-opacity-20 {
    --tw-text-opacity: 0.2
  }
  .sm\:text-opacity-25 {
    --tw-text-opacity: 0.25
  }
  .sm\:text-opacity-30 {
    --tw-text-opacity: 0.3
  }
  .sm\:text-opacity-40 {
    --tw-text-opacity: 0.4
  }
  .sm\:text-opacity-50 {
    --tw-text-opacity: 0.5
  }
  .sm\:text-opacity-60 {
    --tw-text-opacity: 0.6
  }
  .sm\:text-opacity-70 {
    --tw-text-opacity: 0.7
  }
  .sm\:text-opacity-75 {
    --tw-text-opacity: 0.75
  }
  .sm\:text-opacity-80 {
    --tw-text-opacity: 0.8
  }
  .sm\:text-opacity-90 {
    --tw-text-opacity: 0.9
  }
  .sm\:text-opacity-95 {
    --tw-text-opacity: 0.95
  }
  .sm\:text-opacity-100 {
    --tw-text-opacity: 1
  }
  .group:hover .sm\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0
  }
  .group:hover .sm\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05
  }
  .group:hover .sm\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1
  }
  .group:hover .sm\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2
  }
  .group:hover .sm\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25
  }
  .group:hover .sm\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3
  }
  .group:hover .sm\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4
  }
  .group:hover .sm\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5
  }
  .group:hover .sm\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6
  }
  .group:hover .sm\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7
  }
  .group:hover .sm\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75
  }
  .group:hover .sm\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8
  }
  .group:hover .sm\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9
  }
  .group:hover .sm\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95
  }
  .group:hover .sm\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1
  }
  .sm\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0
  }
  .sm\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05
  }
  .sm\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1
  }
  .sm\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2
  }
  .sm\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25
  }
  .sm\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3
  }
  .sm\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4
  }
  .sm\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5
  }
  .sm\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6
  }
  .sm\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7
  }
  .sm\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75
  }
  .sm\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8
  }
  .sm\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9
  }
  .sm\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95
  }
  .sm\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1
  }
  .sm\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0
  }
  .sm\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05
  }
  .sm\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1
  }
  .sm\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2
  }
  .sm\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25
  }
  .sm\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3
  }
  .sm\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4
  }
  .sm\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5
  }
  .sm\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6
  }
  .sm\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7
  }
  .sm\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75
  }
  .sm\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8
  }
  .sm\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9
  }
  .sm\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95
  }
  .sm\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1
  }
  .sm\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0
  }
  .sm\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05
  }
  .sm\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1
  }
  .sm\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2
  }
  .sm\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25
  }
  .sm\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3
  }
  .sm\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4
  }
  .sm\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5
  }
  .sm\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6
  }
  .sm\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7
  }
  .sm\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75
  }
  .sm\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8
  }
  .sm\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9
  }
  .sm\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95
  }
  .sm\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1
  }
  .sm\:truncate {
    overflow: hidden;
    white-space: nowrap
  }
  .sm\:overflow-ellipsis, .sm\:truncate {
    text-overflow: ellipsis
  }
  .sm\:overflow-clip {
    text-overflow: clip
  }
  .sm\:italic {
    font-style: italic
  }
  .sm\:not-italic {
    font-style: normal
  }
  .sm\:uppercase {
    text-transform: uppercase
  }
  .sm\:lowercase {
    text-transform: lowercase
  }
  .sm\:capitalize {
    text-transform: capitalize
  }
  .sm\:normal-case {
    text-transform: none
  }
  .sm\:underline {
    text-decoration: underline
  }
  .sm\:line-through {
    text-decoration: line-through
  }
  .sm\:no-underline {
    text-decoration: none
  }
  .group:hover .sm\:group-hover\:underline {
    text-decoration: underline
  }
  .group:hover .sm\:group-hover\:line-through {
    text-decoration: line-through
  }
  .group:hover .sm\:group-hover\:no-underline {
    text-decoration: none
  }
  .sm\:focus-within\:underline:focus-within {
    text-decoration: underline
  }
  .sm\:focus-within\:line-through:focus-within {
    text-decoration: line-through
  }
  .sm\:focus-within\:no-underline:focus-within {
    text-decoration: none
  }
  .sm\:hover\:underline:hover {
    text-decoration: underline
  }
  .sm\:hover\:line-through:hover {
    text-decoration: line-through
  }
  .sm\:hover\:no-underline:hover {
    text-decoration: none
  }
  .sm\:focus\:underline:focus {
    text-decoration: underline
  }
  .sm\:focus\:line-through:focus {
    text-decoration: line-through
  }
  .sm\:focus\:no-underline:focus {
    text-decoration: none
  }
  .sm\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }
  .sm\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto
  }
  .sm\:diagonal-fractions, .sm\:lining-nums, .sm\:oldstyle-nums, .sm\:ordinal, .sm\:proportional-nums, .sm\:slashed-zero, .sm\:stacked-fractions, .sm\:tabular-nums {
    --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\:normal-nums {
    font-variant-numeric: normal
  }
  .sm\:ordinal {
    --tw-ordinal: ordinal
  }
  .sm\:slashed-zero {
    --tw-slashed-zero: slashed-zero
  }
  .sm\:lining-nums {
    --tw-numeric-figure: lining-nums
  }
  .sm\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums
  }
  .sm\:proportional-nums {
    --tw-numeric-spacing: proportional-nums
  }
  .sm\:tabular-nums {
    --tw-numeric-spacing: tabular-nums
  }
  .sm\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions
  }
  .sm\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions
  }
  .sm\:tracking-tighter {
    letter-spacing: -.05em
  }
  .sm\:tracking-tight {
    letter-spacing: -.025em
  }
  .sm\:tracking-normal {
    letter-spacing: 0
  }
  .sm\:tracking-wide {
    letter-spacing: .025em
  }
  .sm\:tracking-wider {
    letter-spacing: .05em
  }
  .sm\:tracking-widest {
    letter-spacing: .1em
  }
  .sm\:select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
  }
  .sm\:select-text {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
  }
  .sm\:select-all {
    -webkit-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all
  }
  .sm\:select-auto {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
  }
  .sm\:align-baseline {
    vertical-align: baseline
  }
  .sm\:align-top {
    vertical-align: top
  }
  .sm\:align-middle {
    vertical-align: middle
  }
  .sm\:align-bottom {
    vertical-align: bottom
  }
  .sm\:align-text-top {
    vertical-align: text-top
  }
  .sm\:align-text-bottom {
    vertical-align: text-bottom
  }
  .sm\:visible {
    visibility: visible
  }
  .sm\:invisible {
    visibility: hidden
  }
  .sm\:whitespace-normal {
    white-space: normal
  }
  .sm\:whitespace-nowrap {
    white-space: nowrap
  }
  .sm\:whitespace-pre {
    white-space: pre
  }
  .sm\:whitespace-pre-line {
    white-space: pre-line
  }
  .sm\:whitespace-pre-wrap {
    white-space: pre-wrap
  }
  .sm\:break-normal {
    overflow-wrap: normal;
    word-break: normal
  }
  .sm\:break-words {
    overflow-wrap: break-word
  }
  .sm\:break-all {
    word-break: break-all
  }
  .sm\:w-0 {
    width: 0
  }
  .sm\:w-1 {
    width: 3px
  }
  .sm\:w-2 {
    width: 6px
  }
  .sm\:w-3 {
    width: 9px
  }
  .sm\:w-4 {
    width: 12px
  }
  .sm\:w-5 {
    width: 15px
  }
  .sm\:w-6 {
    width: 18px
  }
  .sm\:w-7 {
    width: 21px
  }
  .sm\:w-8 {
    width: 24px
  }
  .sm\:w-9 {
    width: 27px
  }
  .sm\:w-10 {
    width: 30px
  }
  .sm\:w-11 {
    width: 33px
  }
  .sm\:w-12 {
    width: 36px
  }
  .sm\:w-14 {
    width: 42px
  }
  .sm\:w-16 {
    width: 48px
  }
  .sm\:w-18 {
    width: 54px
  }
  .sm\:w-20 {
    width: 60px
  }
  .sm\:w-24 {
    width: 72px
  }
  .sm\:w-28 {
    width: 84px
  }
  .sm\:w-32 {
    width: 96px
  }
  .sm\:w-36 {
    width: 108px
  }
  .sm\:w-40 {
    width: 120px
  }
  .sm\:w-44 {
    width: 132px
  }
  .sm\:w-48 {
    width: 144px
  }
  .sm\:w-52 {
    width: 156px
  }
  .sm\:w-56 {
    width: 168px
  }
  .sm\:w-60 {
    width: 180px
  }
  .sm\:w-64 {
    width: 192px
  }
  .sm\:w-72 {
    width: 216px
  }
  .sm\:w-80 {
    width: 240px
  }
  .sm\:w-96 {
    width: 288px
  }
  .sm\:w-auto {
    width: auto
  }
  .sm\:w-px {
    width: 1px
  }
  .sm\:w-0\.5 {
    width: 1.5px
  }
  .sm\:w-1\.5 {
    width: 4.5px
  }
  .sm\:w-2\.5 {
    width: 7.5px
  }
  .sm\:w-3\.5 {
    width: 10.5px
  }
  .sm\:w-1\/2 {
    width: 50%
  }
  .sm\:w-1\/3 {
    width: 33.333333%
  }
  .sm\:w-2\/3 {
    width: 66.666667%
  }
  .sm\:w-1\/4 {
    width: 25%
  }
  .sm\:w-2\/4 {
    width: 50%
  }
  .sm\:w-3\/4 {
    width: 75%
  }
  .sm\:w-1\/5 {
    width: 20%
  }
  .sm\:w-2\/5 {
    width: 40%
  }
  .sm\:w-3\/5 {
    width: 60%
  }
  .sm\:w-4\/5 {
    width: 80%
  }
  .sm\:w-1\/6 {
    width: 16.666667%
  }
  .sm\:w-2\/6 {
    width: 33.333333%
  }
  .sm\:w-3\/6 {
    width: 50%
  }
  .sm\:w-4\/6 {
    width: 66.666667%
  }
  .sm\:w-5\/6 {
    width: 83.333333%
  }
  .sm\:w-1\/12 {
    width: 8.333333%
  }
  .sm\:w-2\/12 {
    width: 16.666667%
  }
  .sm\:w-3\/12 {
    width: 25%
  }
  .sm\:w-4\/12 {
    width: 33.333333%
  }
  .sm\:w-5\/12 {
    width: 41.666667%
  }
  .sm\:w-6\/12 {
    width: 50%
  }
  .sm\:w-7\/12 {
    width: 58.333333%
  }
  .sm\:w-8\/12 {
    width: 66.666667%
  }
  .sm\:w-9\/12 {
    width: 75%
  }
  .sm\:w-10\/12 {
    width: 83.333333%
  }
  .sm\:w-11\/12 {
    width: 91.666667%
  }
  .sm\:w-full {
    width: 100%
  }
  .sm\:w-screen {
    width: 100vw
  }
  .sm\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content
  }
  .sm\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
  }
  .sm\:z-0 {
    z-index: 0
  }
  .sm\:z-10 {
    z-index: 10
  }
  .sm\:z-20 {
    z-index: 20
  }
  .sm\:z-30 {
    z-index: 30
  }
  .sm\:z-40 {
    z-index: 40
  }
  .sm\:z-50 {
    z-index: 50
  }
  .sm\:z-auto {
    z-index: auto
  }
  .sm\:focus-within\:z-0:focus-within {
    z-index: 0
  }
  .sm\:focus-within\:z-10:focus-within {
    z-index: 10
  }
  .sm\:focus-within\:z-20:focus-within {
    z-index: 20
  }
  .sm\:focus-within\:z-30:focus-within {
    z-index: 30
  }
  .sm\:focus-within\:z-40:focus-within {
    z-index: 40
  }
  .sm\:focus-within\:z-50:focus-within {
    z-index: 50
  }
  .sm\:focus-within\:z-auto:focus-within {
    z-index: auto
  }
  .sm\:focus\:z-0:focus {
    z-index: 0
  }
  .sm\:focus\:z-10:focus {
    z-index: 10
  }
  .sm\:focus\:z-20:focus {
    z-index: 20
  }
  .sm\:focus\:z-30:focus {
    z-index: 30
  }
  .sm\:focus\:z-40:focus {
    z-index: 40
  }
  .sm\:focus\:z-50:focus {
    z-index: 50
  }
  .sm\:focus\:z-auto:focus {
    z-index: auto
  }
  .sm\:isolate {
    isolation: isolate
  }
  .sm\:isolation-auto {
    isolation: auto
  }
  .sm\:gap-0 {
    gap: 0
  }
  .sm\:gap-1 {
    gap: 3px
  }
  .sm\:gap-2 {
    gap: 6px
  }
  .sm\:gap-3 {
    gap: 9px
  }
  .sm\:gap-4 {
    gap: 12px
  }
  .sm\:gap-5 {
    gap: 15px
  }
  .sm\:gap-6 {
    gap: 18px
  }
  .sm\:gap-7 {
    gap: 21px
  }
  .sm\:gap-8 {
    gap: 24px
  }
  .sm\:gap-9 {
    gap: 27px
  }
  .sm\:gap-10 {
    gap: 30px
  }
  .sm\:gap-11 {
    gap: 33px
  }
  .sm\:gap-12 {
    gap: 36px
  }
  .sm\:gap-14 {
    gap: 42px
  }
  .sm\:gap-16 {
    gap: 48px
  }
  .sm\:gap-18 {
    gap: 54px
  }
  .sm\:gap-20 {
    gap: 60px
  }
  .sm\:gap-24 {
    gap: 72px
  }
  .sm\:gap-28 {
    gap: 84px
  }
  .sm\:gap-32 {
    gap: 96px
  }
  .sm\:gap-36 {
    gap: 108px
  }
  .sm\:gap-40 {
    gap: 120px
  }
  .sm\:gap-44 {
    gap: 132px
  }
  .sm\:gap-48 {
    gap: 144px
  }
  .sm\:gap-52 {
    gap: 156px
  }
  .sm\:gap-56 {
    gap: 168px
  }
  .sm\:gap-60 {
    gap: 180px
  }
  .sm\:gap-64 {
    gap: 192px
  }
  .sm\:gap-72 {
    gap: 216px
  }
  .sm\:gap-80 {
    gap: 240px
  }
  .sm\:gap-96 {
    gap: 288px
  }
  .sm\:gap-px {
    gap: 1px
  }
  .sm\:gap-0\.5 {
    gap: 1.5px
  }
  .sm\:gap-1\.5 {
    gap: 4.5px
  }
  .sm\:gap-2\.5 {
    gap: 7.5px
  }
  .sm\:gap-3\.5 {
    gap: 10.5px
  }
  .sm\:gap-2\% {
    gap: 2%
  }
  .sm\:gap-4\% {
    gap: 4%
  }
  .sm\:gap-x-0 {
    -moz-column-gap: 0;
    column-gap: 0
  }
  .sm\:gap-x-1 {
    -moz-column-gap: 3px;
    column-gap: 3px
  }
  .sm\:gap-x-2 {
    -moz-column-gap: 6px;
    column-gap: 6px
  }
  .sm\:gap-x-3 {
    -moz-column-gap: 9px;
    column-gap: 9px
  }
  .sm\:gap-x-4 {
    -moz-column-gap: 12px;
    column-gap: 12px
  }
  .sm\:gap-x-5 {
    -moz-column-gap: 15px;
    column-gap: 15px
  }
  .sm\:gap-x-6 {
    -moz-column-gap: 18px;
    column-gap: 18px
  }
  .sm\:gap-x-7 {
    -moz-column-gap: 21px;
    column-gap: 21px
  }
  .sm\:gap-x-8 {
    -moz-column-gap: 24px;
    column-gap: 24px
  }
  .sm\:gap-x-9 {
    -moz-column-gap: 27px;
    column-gap: 27px
  }
  .sm\:gap-x-10 {
    -moz-column-gap: 30px;
    column-gap: 30px
  }
  .sm\:gap-x-11 {
    -moz-column-gap: 33px;
    column-gap: 33px
  }
  .sm\:gap-x-12 {
    -moz-column-gap: 36px;
    column-gap: 36px
  }
  .sm\:gap-x-14 {
    -moz-column-gap: 42px;
    column-gap: 42px
  }
  .sm\:gap-x-16 {
    -moz-column-gap: 48px;
    column-gap: 48px
  }
  .sm\:gap-x-18 {
    -moz-column-gap: 54px;
    column-gap: 54px
  }
  .sm\:gap-x-20 {
    -moz-column-gap: 60px;
    column-gap: 60px
  }
  .sm\:gap-x-24 {
    -moz-column-gap: 72px;
    column-gap: 72px
  }
  .sm\:gap-x-28 {
    -moz-column-gap: 84px;
    column-gap: 84px
  }
  .sm\:gap-x-32 {
    -moz-column-gap: 96px;
    column-gap: 96px
  }
  .sm\:gap-x-36 {
    -moz-column-gap: 108px;
    column-gap: 108px
  }
  .sm\:gap-x-40 {
    -moz-column-gap: 120px;
    column-gap: 120px
  }
  .sm\:gap-x-44 {
    -moz-column-gap: 132px;
    column-gap: 132px
  }
  .sm\:gap-x-48 {
    -moz-column-gap: 144px;
    column-gap: 144px
  }
  .sm\:gap-x-52 {
    -moz-column-gap: 156px;
    column-gap: 156px
  }
  .sm\:gap-x-56 {
    -moz-column-gap: 168px;
    column-gap: 168px
  }
  .sm\:gap-x-60 {
    -moz-column-gap: 180px;
    column-gap: 180px
  }
  .sm\:gap-x-64 {
    -moz-column-gap: 192px;
    column-gap: 192px
  }
  .sm\:gap-x-72 {
    -moz-column-gap: 216px;
    column-gap: 216px
  }
  .sm\:gap-x-80 {
    -moz-column-gap: 240px;
    column-gap: 240px
  }
  .sm\:gap-x-96 {
    -moz-column-gap: 288px;
    column-gap: 288px
  }
  .sm\:gap-x-px {
    -moz-column-gap: 1px;
    column-gap: 1px
  }
  .sm\:gap-x-0\.5 {
    -moz-column-gap: 1.5px;
    column-gap: 1.5px
  }
  .sm\:gap-x-1\.5 {
    -moz-column-gap: 4.5px;
    column-gap: 4.5px
  }
  .sm\:gap-x-2\.5 {
    -moz-column-gap: 7.5px;
    column-gap: 7.5px
  }
  .sm\:gap-x-3\.5 {
    -moz-column-gap: 10.5px;
    column-gap: 10.5px
  }
  .sm\:gap-x-2\% {
    -moz-column-gap: 2%;
    column-gap: 2%
  }
  .sm\:gap-x-4\% {
    -moz-column-gap: 4%;
    column-gap: 4%
  }
  .sm\:gap-y-0 {
    row-gap: 0
  }
  .sm\:gap-y-1 {
    row-gap: 3px
  }
  .sm\:gap-y-2 {
    row-gap: 6px
  }
  .sm\:gap-y-3 {
    row-gap: 9px
  }
  .sm\:gap-y-4 {
    row-gap: 12px
  }
  .sm\:gap-y-5 {
    row-gap: 15px
  }
  .sm\:gap-y-6 {
    row-gap: 18px
  }
  .sm\:gap-y-7 {
    row-gap: 21px
  }
  .sm\:gap-y-8 {
    row-gap: 24px
  }
  .sm\:gap-y-9 {
    row-gap: 27px
  }
  .sm\:gap-y-10 {
    row-gap: 30px
  }
  .sm\:gap-y-11 {
    row-gap: 33px
  }
  .sm\:gap-y-12 {
    row-gap: 36px
  }
  .sm\:gap-y-14 {
    row-gap: 42px
  }
  .sm\:gap-y-16 {
    row-gap: 48px
  }
  .sm\:gap-y-18 {
    row-gap: 54px
  }
  .sm\:gap-y-20 {
    row-gap: 60px
  }
  .sm\:gap-y-24 {
    row-gap: 72px
  }
  .sm\:gap-y-28 {
    row-gap: 84px
  }
  .sm\:gap-y-32 {
    row-gap: 96px
  }
  .sm\:gap-y-36 {
    row-gap: 108px
  }
  .sm\:gap-y-40 {
    row-gap: 120px
  }
  .sm\:gap-y-44 {
    row-gap: 132px
  }
  .sm\:gap-y-48 {
    row-gap: 144px
  }
  .sm\:gap-y-52 {
    row-gap: 156px
  }
  .sm\:gap-y-56 {
    row-gap: 168px
  }
  .sm\:gap-y-60 {
    row-gap: 180px
  }
  .sm\:gap-y-64 {
    row-gap: 192px
  }
  .sm\:gap-y-72 {
    row-gap: 216px
  }
  .sm\:gap-y-80 {
    row-gap: 240px
  }
  .sm\:gap-y-96 {
    row-gap: 288px
  }
  .sm\:gap-y-px {
    row-gap: 1px
  }
  .sm\:gap-y-0\.5 {
    row-gap: 1.5px
  }
  .sm\:gap-y-1\.5 {
    row-gap: 4.5px
  }
  .sm\:gap-y-2\.5 {
    row-gap: 7.5px
  }
  .sm\:gap-y-3\.5 {
    row-gap: 10.5px
  }
  .sm\:gap-y-2\% {
    row-gap: 2%
  }
  .sm\:gap-y-4\% {
    row-gap: 4%
  }
  .sm\:grid-flow-row {
    grid-auto-flow: row
  }
  .sm\:grid-flow-col {
    grid-auto-flow: column
  }
  .sm\:grid-flow-row-dense {
    grid-auto-flow: row dense
  }
  .sm\:grid-flow-col-dense {
    grid-auto-flow: column dense
  }
  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }
  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }
  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr))
  }
  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr))
  }
  .sm\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr))
  }
  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr))
  }
  .sm\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr))
  }
  .sm\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr))
  }
  .sm\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr))
  }
  .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr))
  }
  .sm\:grid-cols-none {
    grid-template-columns: none
  }
  .sm\:grid-cols-purchase-lg {
    grid-template-columns: 261px minmax(0, 1fr)
  }
  .sm\:grid-cols-purchase {
    grid-template-columns: 150px minmax(0, 1fr)
  }
  .sm\:auto-cols-auto {
    grid-auto-columns: auto
  }
  .sm\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content
  }
  .sm\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content
  }
  .sm\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr)
  }
  .sm\:col-auto {
    grid-column: auto
  }
  .sm\:col-span-1 {
    grid-column: span 1/span 1
  }
  .sm\:col-span-2 {
    grid-column: span 2/span 2
  }
  .sm\:col-span-3 {
    grid-column: span 3/span 3
  }
  .sm\:col-span-4 {
    grid-column: span 4/span 4
  }
  .sm\:col-span-5 {
    grid-column: span 5/span 5
  }
  .sm\:col-span-6 {
    grid-column: span 6/span 6
  }
  .sm\:col-span-7 {
    grid-column: span 7/span 7
  }
  .sm\:col-span-8 {
    grid-column: span 8/span 8
  }
  .sm\:col-span-9 {
    grid-column: span 9/span 9
  }
  .sm\:col-span-10 {
    grid-column: span 10/span 10
  }
  .sm\:col-span-11 {
    grid-column: span 11/span 11
  }
  .sm\:col-span-12 {
    grid-column: span 12/span 12
  }
  .sm\:col-span-full {
    grid-column: 1/-1
  }
  .sm\:col-start-1 {
    grid-column-start: 1
  }
  .sm\:col-start-2 {
    grid-column-start: 2
  }
  .sm\:col-start-3 {
    grid-column-start: 3
  }
  .sm\:col-start-4 {
    grid-column-start: 4
  }
  .sm\:col-start-5 {
    grid-column-start: 5
  }
  .sm\:col-start-6 {
    grid-column-start: 6
  }
  .sm\:col-start-7 {
    grid-column-start: 7
  }
  .sm\:col-start-8 {
    grid-column-start: 8
  }
  .sm\:col-start-9 {
    grid-column-start: 9
  }
  .sm\:col-start-10 {
    grid-column-start: 10
  }
  .sm\:col-start-11 {
    grid-column-start: 11
  }
  .sm\:col-start-12 {
    grid-column-start: 12
  }
  .sm\:col-start-13 {
    grid-column-start: 13
  }
  .sm\:col-start-auto {
    grid-column-start: auto
  }
  .sm\:col-end-1 {
    grid-column-end: 1
  }
  .sm\:col-end-2 {
    grid-column-end: 2
  }
  .sm\:col-end-3 {
    grid-column-end: 3
  }
  .sm\:col-end-4 {
    grid-column-end: 4
  }
  .sm\:col-end-5 {
    grid-column-end: 5
  }
  .sm\:col-end-6 {
    grid-column-end: 6
  }
  .sm\:col-end-7 {
    grid-column-end: 7
  }
  .sm\:col-end-8 {
    grid-column-end: 8
  }
  .sm\:col-end-9 {
    grid-column-end: 9
  }
  .sm\:col-end-10 {
    grid-column-end: 10
  }
  .sm\:col-end-11 {
    grid-column-end: 11
  }
  .sm\:col-end-12 {
    grid-column-end: 12
  }
  .sm\:col-end-13 {
    grid-column-end: 13
  }
  .sm\:col-end-auto {
    grid-column-end: auto
  }
  .sm\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr))
  }
  .sm\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr))
  }
  .sm\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr))
  }
  .sm\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr))
  }
  .sm\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr))
  }
  .sm\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr))
  }
  .sm\:grid-rows-none {
    grid-template-rows: none
  }
  .sm\:auto-rows-auto {
    grid-auto-rows: auto
  }
  .sm\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content
  }
  .sm\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content
  }
  .sm\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr)
  }
  .sm\:row-auto {
    grid-row: auto
  }
  .sm\:row-span-1 {
    grid-row: span 1/span 1
  }
  .sm\:row-span-2 {
    grid-row: span 2/span 2
  }
  .sm\:row-span-3 {
    grid-row: span 3/span 3
  }
  .sm\:row-span-4 {
    grid-row: span 4/span 4
  }
  .sm\:row-span-5 {
    grid-row: span 5/span 5
  }
  .sm\:row-span-6 {
    grid-row: span 6/span 6
  }
  .sm\:row-span-full {
    grid-row: 1/-1
  }
  .sm\:row-start-1 {
    grid-row-start: 1
  }
  .sm\:row-start-2 {
    grid-row-start: 2
  }
  .sm\:row-start-3 {
    grid-row-start: 3
  }
  .sm\:row-start-4 {
    grid-row-start: 4
  }
  .sm\:row-start-5 {
    grid-row-start: 5
  }
  .sm\:row-start-6 {
    grid-row-start: 6
  }
  .sm\:row-start-7 {
    grid-row-start: 7
  }
  .sm\:row-start-auto {
    grid-row-start: auto
  }
  .sm\:row-end-1 {
    grid-row-end: 1
  }
  .sm\:row-end-2 {
    grid-row-end: 2
  }
  .sm\:row-end-3 {
    grid-row-end: 3
  }
  .sm\:row-end-4 {
    grid-row-end: 4
  }
  .sm\:row-end-5 {
    grid-row-end: 5
  }
  .sm\:row-end-6 {
    grid-row-end: 6
  }
  .sm\:row-end-7 {
    grid-row-end: 7
  }
  .sm\:row-end-auto {
    grid-row-end: auto
  }
  .sm\:transform {
    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\:transform, .sm\: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
  }
  .sm\:transform-gpu {
    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\:transform-none {
    transform: none
  }
  .sm\:origin-center {
    transform-origin: center
  }
  .sm\:origin-top {
    transform-origin: top
  }
  .sm\:origin-top-right {
    transform-origin: top right
  }
  .sm\:origin-right {
    transform-origin: right
  }
  .sm\:origin-bottom-right {
    transform-origin: bottom right
  }
  .sm\:origin-bottom {
    transform-origin: bottom
  }
  .sm\:origin-bottom-left {
    transform-origin: bottom left
  }
  .sm\:origin-left {
    transform-origin: left
  }
  .sm\:origin-top-left {
    transform-origin: top left
  }
  .sm\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0
  }
  .sm\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5
  }
  .sm\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75
  }
  .sm\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9
  }
  .sm\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95
  }
  .sm\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1
  }
  .sm\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05
  }
  .sm\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1
  }
  .sm\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25
  }
  .sm\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5
  }
  .sm\:scale-x-0 {
    --tw-scale-x: 0
  }
  .sm\:scale-x-50 {
    --tw-scale-x: .5
  }
  .sm\:scale-x-75 {
    --tw-scale-x: .75
  }
  .sm\:scale-x-90 {
    --tw-scale-x: .9
  }
  .sm\:scale-x-95 {
    --tw-scale-x: .95
  }
  .sm\:scale-x-100 {
    --tw-scale-x: 1
  }
  .sm\:scale-x-105 {
    --tw-scale-x: 1.05
  }
  .sm\:scale-x-110 {
    --tw-scale-x: 1.1
  }
  .sm\:scale-x-125 {
    --tw-scale-x: 1.25
  }
  .sm\:scale-x-150 {
    --tw-scale-x: 1.5
  }
  .sm\:scale-y-0 {
    --tw-scale-y: 0
  }
  .sm\:scale-y-50 {
    --tw-scale-y: .5
  }
  .sm\:scale-y-75 {
    --tw-scale-y: .75
  }
  .sm\:scale-y-90 {
    --tw-scale-y: .9
  }
  .sm\:scale-y-95 {
    --tw-scale-y: .95
  }
  .sm\:scale-y-100 {
    --tw-scale-y: 1
  }
  .sm\:scale-y-105 {
    --tw-scale-y: 1.05
  }
  .sm\:scale-y-110 {
    --tw-scale-y: 1.1
  }
  .sm\:scale-y-125 {
    --tw-scale-y: 1.25
  }
  .sm\:scale-y-150 {
    --tw-scale-y: 1.5
  }
  .sm\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0
  }
  .sm\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5
  }
  .sm\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75
  }
  .sm\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9
  }
  .sm\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95
  }
  .sm\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1
  }
  .sm\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05
  }
  .sm\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1
  }
  .sm\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25
  }
  .sm\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5
  }
  .sm\:hover\:scale-x-0:hover {
    --tw-scale-x: 0
  }
  .sm\:hover\:scale-x-50:hover {
    --tw-scale-x: .5
  }
  .sm\:hover\:scale-x-75:hover {
    --tw-scale-x: .75
  }
  .sm\:hover\:scale-x-90:hover {
    --tw-scale-x: .9
  }
  .sm\:hover\:scale-x-95:hover {
    --tw-scale-x: .95
  }
  .sm\:hover\:scale-x-100:hover {
    --tw-scale-x: 1
  }
  .sm\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05
  }
  .sm\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1
  }
  .sm\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25
  }
  .sm\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5
  }
  .sm\:hover\:scale-y-0:hover {
    --tw-scale-y: 0
  }
  .sm\:hover\:scale-y-50:hover {
    --tw-scale-y: .5
  }
  .sm\:hover\:scale-y-75:hover {
    --tw-scale-y: .75
  }
  .sm\:hover\:scale-y-90:hover {
    --tw-scale-y: .9
  }
  .sm\:hover\:scale-y-95:hover {
    --tw-scale-y: .95
  }
  .sm\:hover\:scale-y-100:hover {
    --tw-scale-y: 1
  }
  .sm\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05
  }
  .sm\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1
  }
  .sm\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25
  }
  .sm\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5
  }
  .sm\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0
  }
  .sm\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5
  }
  .sm\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75
  }
  .sm\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9
  }
  .sm\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95
  }
  .sm\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1
  }
  .sm\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05
  }
  .sm\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1
  }
  .sm\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25
  }
  .sm\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5
  }
  .sm\:focus\:scale-x-0:focus {
    --tw-scale-x: 0
  }
  .sm\:focus\:scale-x-50:focus {
    --tw-scale-x: .5
  }
  .sm\:focus\:scale-x-75:focus {
    --tw-scale-x: .75
  }
  .sm\:focus\:scale-x-90:focus {
    --tw-scale-x: .9
  }
  .sm\:focus\:scale-x-95:focus {
    --tw-scale-x: .95
  }
  .sm\:focus\:scale-x-100:focus {
    --tw-scale-x: 1
  }
  .sm\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05
  }
  .sm\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1
  }
  .sm\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25
  }
  .sm\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5
  }
  .sm\:focus\:scale-y-0:focus {
    --tw-scale-y: 0
  }
  .sm\:focus\:scale-y-50:focus {
    --tw-scale-y: .5
  }
  .sm\:focus\:scale-y-75:focus {
    --tw-scale-y: .75
  }
  .sm\:focus\:scale-y-90:focus {
    --tw-scale-y: .9
  }
  .sm\:focus\:scale-y-95:focus {
    --tw-scale-y: .95
  }
  .sm\:focus\:scale-y-100:focus {
    --tw-scale-y: 1
  }
  .sm\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05
  }
  .sm\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1
  }
  .sm\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25
  }
  .sm\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5
  }
  .sm\:rotate-0 {
    --tw-rotate: 0deg
  }
  .sm\:rotate-1 {
    --tw-rotate: 1deg
  }
  .sm\:rotate-2 {
    --tw-rotate: 2deg
  }
  .sm\:rotate-3 {
    --tw-rotate: 3deg
  }
  .sm\:rotate-6 {
    --tw-rotate: 6deg
  }
  .sm\:rotate-12 {
    --tw-rotate: 12deg
  }
  .sm\:rotate-45 {
    --tw-rotate: 45deg
  }
  .sm\:rotate-90 {
    --tw-rotate: 90deg
  }
  .sm\:rotate-180 {
    --tw-rotate: 180deg
  }
  .sm\:-rotate-180 {
    --tw-rotate: -180deg
  }
  .sm\:-rotate-90 {
    --tw-rotate: -90deg
  }
  .sm\:-rotate-45 {
    --tw-rotate: -45deg
  }
  .sm\:-rotate-12 {
    --tw-rotate: -12deg
  }
  .sm\:-rotate-6 {
    --tw-rotate: -6deg
  }
  .sm\:-rotate-3 {
    --tw-rotate: -3deg
  }
  .sm\:-rotate-2 {
    --tw-rotate: -2deg
  }
  .sm\:-rotate-1 {
    --tw-rotate: -1deg
  }
  .sm\:hover\:rotate-0:hover {
    --tw-rotate: 0deg
  }
  .sm\:hover\:rotate-1:hover {
    --tw-rotate: 1deg
  }
  .sm\:hover\:rotate-2:hover {
    --tw-rotate: 2deg
  }
  .sm\:hover\:rotate-3:hover {
    --tw-rotate: 3deg
  }
  .sm\:hover\:rotate-6:hover {
    --tw-rotate: 6deg
  }
  .sm\:hover\:rotate-12:hover {
    --tw-rotate: 12deg
  }
  .sm\:hover\:rotate-45:hover {
    --tw-rotate: 45deg
  }
  .sm\:hover\:rotate-90:hover {
    --tw-rotate: 90deg
  }
  .sm\:hover\:rotate-180:hover {
    --tw-rotate: 180deg
  }
  .sm\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg
  }
  .sm\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg
  }
  .sm\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg
  }
  .sm\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg
  }
  .sm\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg
  }
  .sm\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg
  }
  .sm\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg
  }
  .sm\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg
  }
  .sm\:focus\:rotate-0:focus {
    --tw-rotate: 0deg
  }
  .sm\:focus\:rotate-1:focus {
    --tw-rotate: 1deg
  }
  .sm\:focus\:rotate-2:focus {
    --tw-rotate: 2deg
  }
  .sm\:focus\:rotate-3:focus {
    --tw-rotate: 3deg
  }
  .sm\:focus\:rotate-6:focus {
    --tw-rotate: 6deg
  }
  .sm\:focus\:rotate-12:focus {
    --tw-rotate: 12deg
  }
  .sm\:focus\:rotate-45:focus {
    --tw-rotate: 45deg
  }
  .sm\:focus\:rotate-90:focus {
    --tw-rotate: 90deg
  }
  .sm\:focus\:rotate-180:focus {
    --tw-rotate: 180deg
  }
  .sm\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg
  }
  .sm\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg
  }
  .sm\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg
  }
  .sm\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg
  }
  .sm\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg
  }
  .sm\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg
  }
  .sm\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg
  }
  .sm\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg
  }
  .sm\:translate-x-0 {
    --tw-translate-x: 0px
  }
  .sm\:translate-x-1 {
    --tw-translate-x: 3px
  }
  .sm\:translate-x-2 {
    --tw-translate-x: 6px
  }
  .sm\:translate-x-3 {
    --tw-translate-x: 9px
  }
  .sm\:translate-x-4 {
    --tw-translate-x: 12px
  }
  .sm\:translate-x-5 {
    --tw-translate-x: 15px
  }
  .sm\:translate-x-6 {
    --tw-translate-x: 18px
  }
  .sm\:translate-x-7 {
    --tw-translate-x: 21px
  }
  .sm\:translate-x-8 {
    --tw-translate-x: 24px
  }
  .sm\:translate-x-9 {
    --tw-translate-x: 27px
  }
  .sm\:translate-x-10 {
    --tw-translate-x: 30px
  }
  .sm\:translate-x-11 {
    --tw-translate-x: 33px
  }
  .sm\:translate-x-12 {
    --tw-translate-x: 36px
  }
  .sm\:translate-x-14 {
    --tw-translate-x: 42px
  }
  .sm\:translate-x-16 {
    --tw-translate-x: 48px
  }
  .sm\:translate-x-18 {
    --tw-translate-x: 54px
  }
  .sm\:translate-x-20 {
    --tw-translate-x: 60px
  }
  .sm\:translate-x-24 {
    --tw-translate-x: 72px
  }
  .sm\:translate-x-28 {
    --tw-translate-x: 84px
  }
  .sm\:translate-x-32 {
    --tw-translate-x: 96px
  }
  .sm\:translate-x-36 {
    --tw-translate-x: 108px
  }
  .sm\:translate-x-40 {
    --tw-translate-x: 120px
  }
  .sm\:translate-x-44 {
    --tw-translate-x: 132px
  }
  .sm\:translate-x-48 {
    --tw-translate-x: 144px
  }
  .sm\:translate-x-52 {
    --tw-translate-x: 156px
  }
  .sm\:translate-x-56 {
    --tw-translate-x: 168px
  }
  .sm\:translate-x-60 {
    --tw-translate-x: 180px
  }
  .sm\:translate-x-64 {
    --tw-translate-x: 192px
  }
  .sm\:translate-x-72 {
    --tw-translate-x: 216px
  }
  .sm\:translate-x-80 {
    --tw-translate-x: 240px
  }
  .sm\:translate-x-96 {
    --tw-translate-x: 288px
  }
  .sm\:translate-x-px {
    --tw-translate-x: 1px
  }
  .sm\:translate-x-0\.5 {
    --tw-translate-x: 1.5px
  }
  .sm\:translate-x-1\.5 {
    --tw-translate-x: 4.5px
  }
  .sm\:translate-x-2\.5 {
    --tw-translate-x: 7.5px
  }
  .sm\:translate-x-3\.5 {
    --tw-translate-x: 10.5px
  }
  .sm\:-translate-x-0 {
    --tw-translate-x: 0px
  }
  .sm\:-translate-x-1 {
    --tw-translate-x: -3px
  }
  .sm\:-translate-x-2 {
    --tw-translate-x: -6px
  }
  .sm\:-translate-x-3 {
    --tw-translate-x: -9px
  }
  .sm\:-translate-x-4 {
    --tw-translate-x: -12px
  }
  .sm\:-translate-x-5 {
    --tw-translate-x: -15px
  }
  .sm\:-translate-x-6 {
    --tw-translate-x: -18px
  }
  .sm\:-translate-x-7 {
    --tw-translate-x: -21px
  }
  .sm\:-translate-x-8 {
    --tw-translate-x: -24px
  }
  .sm\:-translate-x-9 {
    --tw-translate-x: -27px
  }
  .sm\:-translate-x-10 {
    --tw-translate-x: -30px
  }
  .sm\:-translate-x-11 {
    --tw-translate-x: -33px
  }
  .sm\:-translate-x-12 {
    --tw-translate-x: -36px
  }
  .sm\:-translate-x-14 {
    --tw-translate-x: -42px
  }
  .sm\:-translate-x-16 {
    --tw-translate-x: -48px
  }
  .sm\:-translate-x-18 {
    --tw-translate-x: -54px
  }
  .sm\:-translate-x-20 {
    --tw-translate-x: -60px
  }
  .sm\:-translate-x-24 {
    --tw-translate-x: -72px
  }
  .sm\:-translate-x-28 {
    --tw-translate-x: -84px
  }
  .sm\:-translate-x-32 {
    --tw-translate-x: -96px
  }
  .sm\:-translate-x-36 {
    --tw-translate-x: -108px
  }
  .sm\:-translate-x-40 {
    --tw-translate-x: -120px
  }
  .sm\:-translate-x-44 {
    --tw-translate-x: -132px
  }
  .sm\:-translate-x-48 {
    --tw-translate-x: -144px
  }
  .sm\:-translate-x-52 {
    --tw-translate-x: -156px
  }
  .sm\:-translate-x-56 {
    --tw-translate-x: -168px
  }
  .sm\:-translate-x-60 {
    --tw-translate-x: -180px
  }
  .sm\:-translate-x-64 {
    --tw-translate-x: -192px
  }
  .sm\:-translate-x-72 {
    --tw-translate-x: -216px
  }
  .sm\:-translate-x-80 {
    --tw-translate-x: -240px
  }
  .sm\:-translate-x-96 {
    --tw-translate-x: -288px
  }
  .sm\:-translate-x-px {
    --tw-translate-x: -1px
  }
  .sm\:-translate-x-0\.5 {
    --tw-translate-x: -1.5px
  }
  .sm\:-translate-x-1\.5 {
    --tw-translate-x: -4.5px
  }
  .sm\:-translate-x-2\.5 {
    --tw-translate-x: -7.5px
  }
  .sm\:-translate-x-3\.5 {
    --tw-translate-x: -10.5px
  }
  .sm\:translate-x-1\/2 {
    --tw-translate-x: 50%
  }
  .sm\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%
  }
  .sm\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%
  }
  .sm\:translate-x-1\/4 {
    --tw-translate-x: 25%
  }
  .sm\:translate-x-2\/4 {
    --tw-translate-x: 50%
  }
  .sm\:translate-x-3\/4 {
    --tw-translate-x: 75%
  }
  .sm\:translate-x-full {
    --tw-translate-x: 100%
  }
  .sm\:-translate-x-1\/2 {
    --tw-translate-x: -50%
  }
  .sm\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%
  }
  .sm\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%
  }
  .sm\:-translate-x-1\/4 {
    --tw-translate-x: -25%
  }
  .sm\:-translate-x-2\/4 {
    --tw-translate-x: -50%
  }
  .sm\:-translate-x-3\/4 {
    --tw-translate-x: -75%
  }
  .sm\:-translate-x-full {
    --tw-translate-x: -100%
  }
  .sm\:translate-y-0 {
    --tw-translate-y: 0px
  }
  .sm\:translate-y-1 {
    --tw-translate-y: 3px
  }
  .sm\:translate-y-2 {
    --tw-translate-y: 6px
  }
  .sm\:translate-y-3 {
    --tw-translate-y: 9px
  }
  .sm\:translate-y-4 {
    --tw-translate-y: 12px
  }
  .sm\:translate-y-5 {
    --tw-translate-y: 15px
  }
  .sm\:translate-y-6 {
    --tw-translate-y: 18px
  }
  .sm\:translate-y-7 {
    --tw-translate-y: 21px
  }
  .sm\:translate-y-8 {
    --tw-translate-y: 24px
  }
  .sm\:translate-y-9 {
    --tw-translate-y: 27px
  }
  .sm\:translate-y-10 {
    --tw-translate-y: 30px
  }
  .sm\:translate-y-11 {
    --tw-translate-y: 33px
  }
  .sm\:translate-y-12 {
    --tw-translate-y: 36px
  }
  .sm\:translate-y-14 {
    --tw-translate-y: 42px
  }
  .sm\:translate-y-16 {
    --tw-translate-y: 48px
  }
  .sm\:translate-y-18 {
    --tw-translate-y: 54px
  }
  .sm\:translate-y-20 {
    --tw-translate-y: 60px
  }
  .sm\:translate-y-24 {
    --tw-translate-y: 72px
  }
  .sm\:translate-y-28 {
    --tw-translate-y: 84px
  }
  .sm\:translate-y-32 {
    --tw-translate-y: 96px
  }
  .sm\:translate-y-36 {
    --tw-translate-y: 108px
  }
  .sm\:translate-y-40 {
    --tw-translate-y: 120px
  }
  .sm\:translate-y-44 {
    --tw-translate-y: 132px
  }
  .sm\:translate-y-48 {
    --tw-translate-y: 144px
  }
  .sm\:translate-y-52 {
    --tw-translate-y: 156px
  }
  .sm\:translate-y-56 {
    --tw-translate-y: 168px
  }
  .sm\:translate-y-60 {
    --tw-translate-y: 180px
  }
  .sm\:translate-y-64 {
    --tw-translate-y: 192px
  }
  .sm\:translate-y-72 {
    --tw-translate-y: 216px
  }
  .sm\:translate-y-80 {
    --tw-translate-y: 240px
  }
  .sm\:translate-y-96 {
    --tw-translate-y: 288px
  }
  .sm\:translate-y-px {
    --tw-translate-y: 1px
  }
  .sm\:translate-y-0\.5 {
    --tw-translate-y: 1.5px
  }
  .sm\:translate-y-1\.5 {
    --tw-translate-y: 4.5px
  }
  .sm\:translate-y-2\.5 {
    --tw-translate-y: 7.5px
  }
  .sm\:translate-y-3\.5 {
    --tw-translate-y: 10.5px
  }
  .sm\:-translate-y-0 {
    --tw-translate-y: 0px
  }
  .sm\:-translate-y-1 {
    --tw-translate-y: -3px
  }
  .sm\:-translate-y-2 {
    --tw-translate-y: -6px
  }
  .sm\:-translate-y-3 {
    --tw-translate-y: -9px
  }
  .sm\:-translate-y-4 {
    --tw-translate-y: -12px
  }
  .sm\:-translate-y-5 {
    --tw-translate-y: -15px
  }
  .sm\:-translate-y-6 {
    --tw-translate-y: -18px
  }
  .sm\:-translate-y-7 {
    --tw-translate-y: -21px
  }
  .sm\:-translate-y-8 {
    --tw-translate-y: -24px
  }
  .sm\:-translate-y-9 {
    --tw-translate-y: -27px
  }
  .sm\:-translate-y-10 {
    --tw-translate-y: -30px
  }
  .sm\:-translate-y-11 {
    --tw-translate-y: -33px
  }
  .sm\:-translate-y-12 {
    --tw-translate-y: -36px
  }
  .sm\:-translate-y-14 {
    --tw-translate-y: -42px
  }
  .sm\:-translate-y-16 {
    --tw-translate-y: -48px
  }
  .sm\:-translate-y-18 {
    --tw-translate-y: -54px
  }
  .sm\:-translate-y-20 {
    --tw-translate-y: -60px
  }
  .sm\:-translate-y-24 {
    --tw-translate-y: -72px
  }
  .sm\:-translate-y-28 {
    --tw-translate-y: -84px
  }
  .sm\:-translate-y-32 {
    --tw-translate-y: -96px
  }
  .sm\:-translate-y-36 {
    --tw-translate-y: -108px
  }
  .sm\:-translate-y-40 {
    --tw-translate-y: -120px
  }
  .sm\:-translate-y-44 {
    --tw-translate-y: -132px
  }
  .sm\:-translate-y-48 {
    --tw-translate-y: -144px
  }
  .sm\:-translate-y-52 {
    --tw-translate-y: -156px
  }
  .sm\:-translate-y-56 {
    --tw-translate-y: -168px
  }
  .sm\:-translate-y-60 {
    --tw-translate-y: -180px
  }
  .sm\:-translate-y-64 {
    --tw-translate-y: -192px
  }
  .sm\:-translate-y-72 {
    --tw-translate-y: -216px
  }
  .sm\:-translate-y-80 {
    --tw-translate-y: -240px
  }
  .sm\:-translate-y-96 {
    --tw-translate-y: -288px
  }
  .sm\:-translate-y-px {
    --tw-translate-y: -1px
  }
  .sm\:-translate-y-0\.5 {
    --tw-translate-y: -1.5px
  }
  .sm\:-translate-y-1\.5 {
    --tw-translate-y: -4.5px
  }
  .sm\:-translate-y-2\.5 {
    --tw-translate-y: -7.5px
  }
  .sm\:-translate-y-3\.5 {
    --tw-translate-y: -10.5px
  }
  .sm\:translate-y-1\/2 {
    --tw-translate-y: 50%
  }
  .sm\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%
  }
  .sm\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%
  }
  .sm\:translate-y-1\/4 {
    --tw-translate-y: 25%
  }
  .sm\:translate-y-2\/4 {
    --tw-translate-y: 50%
  }
  .sm\:translate-y-3\/4 {
    --tw-translate-y: 75%
  }
  .sm\:translate-y-full {
    --tw-translate-y: 100%
  }
  .sm\:-translate-y-1\/2 {
    --tw-translate-y: -50%
  }
  .sm\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%
  }
  .sm\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%
  }
  .sm\:-translate-y-1\/4 {
    --tw-translate-y: -25%
  }
  .sm\:-translate-y-2\/4 {
    --tw-translate-y: -50%
  }
  .sm\:-translate-y-3\/4 {
    --tw-translate-y: -75%
  }
  .sm\:-translate-y-full {
    --tw-translate-y: -100%
  }
  .sm\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px
  }
  .sm\:hover\:translate-x-1:hover {
    --tw-translate-x: 3px
  }
  .sm\:hover\:translate-x-2:hover {
    --tw-translate-x: 6px
  }
  .sm\:hover\:translate-x-3:hover {
    --tw-translate-x: 9px
  }
  .sm\:hover\:translate-x-4:hover {
    --tw-translate-x: 12px
  }
  .sm\:hover\:translate-x-5:hover {
    --tw-translate-x: 15px
  }
  .sm\:hover\:translate-x-6:hover {
    --tw-translate-x: 18px
  }
  .sm\:hover\:translate-x-7:hover {
    --tw-translate-x: 21px
  }
  .sm\:hover\:translate-x-8:hover {
    --tw-translate-x: 24px
  }
  .sm\:hover\:translate-x-9:hover {
    --tw-translate-x: 27px
  }
  .sm\:hover\:translate-x-10:hover {
    --tw-translate-x: 30px
  }
  .sm\:hover\:translate-x-11:hover {
    --tw-translate-x: 33px
  }
  .sm\:hover\:translate-x-12:hover {
    --tw-translate-x: 36px
  }
  .sm\:hover\:translate-x-14:hover {
    --tw-translate-x: 42px
  }
  .sm\:hover\:translate-x-16:hover {
    --tw-translate-x: 48px
  }
  .sm\:hover\:translate-x-18:hover {
    --tw-translate-x: 54px
  }
  .sm\:hover\:translate-x-20:hover {
    --tw-translate-x: 60px
  }
  .sm\:hover\:translate-x-24:hover {
    --tw-translate-x: 72px
  }
  .sm\:hover\:translate-x-28:hover {
    --tw-translate-x: 84px
  }
  .sm\:hover\:translate-x-32:hover {
    --tw-translate-x: 96px
  }
  .sm\:hover\:translate-x-36:hover {
    --tw-translate-x: 108px
  }
  .sm\:hover\:translate-x-40:hover {
    --tw-translate-x: 120px
  }
  .sm\:hover\:translate-x-44:hover {
    --tw-translate-x: 132px
  }
  .sm\:hover\:translate-x-48:hover {
    --tw-translate-x: 144px
  }
  .sm\:hover\:translate-x-52:hover {
    --tw-translate-x: 156px
  }
  .sm\:hover\:translate-x-56:hover {
    --tw-translate-x: 168px
  }
  .sm\:hover\:translate-x-60:hover {
    --tw-translate-x: 180px
  }
  .sm\:hover\:translate-x-64:hover {
    --tw-translate-x: 192px
  }
  .sm\:hover\:translate-x-72:hover {
    --tw-translate-x: 216px
  }
  .sm\:hover\:translate-x-80:hover {
    --tw-translate-x: 240px
  }
  .sm\:hover\:translate-x-96:hover {
    --tw-translate-x: 288px
  }
  .sm\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px
  }
  .sm\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 1.5px
  }
  .sm\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 4.5px
  }
  .sm\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 7.5px
  }
  .sm\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 10.5px
  }
  .sm\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px
  }
  .sm\:hover\:-translate-x-1:hover {
    --tw-translate-x: -3px
  }
  .sm\:hover\:-translate-x-2:hover {
    --tw-translate-x: -6px
  }
  .sm\:hover\:-translate-x-3:hover {
    --tw-translate-x: -9px
  }
  .sm\:hover\:-translate-x-4:hover {
    --tw-translate-x: -12px
  }
  .sm\:hover\:-translate-x-5:hover {
    --tw-translate-x: -15px
  }
  .sm\:hover\:-translate-x-6:hover {
    --tw-translate-x: -18px
  }
  .sm\:hover\:-translate-x-7:hover {
    --tw-translate-x: -21px
  }
  .sm\:hover\:-translate-x-8:hover {
    --tw-translate-x: -24px
  }
  .sm\:hover\:-translate-x-9:hover {
    --tw-translate-x: -27px
  }
  .sm\:hover\:-translate-x-10:hover {
    --tw-translate-x: -30px
  }
  .sm\:hover\:-translate-x-11:hover {
    --tw-translate-x: -33px
  }
  .sm\:hover\:-translate-x-12:hover {
    --tw-translate-x: -36px
  }
  .sm\:hover\:-translate-x-14:hover {
    --tw-translate-x: -42px
  }
  .sm\:hover\:-translate-x-16:hover {
    --tw-translate-x: -48px
  }
  .sm\:hover\:-translate-x-18:hover {
    --tw-translate-x: -54px
  }
  .sm\:hover\:-translate-x-20:hover {
    --tw-translate-x: -60px
  }
  .sm\:hover\:-translate-x-24:hover {
    --tw-translate-x: -72px
  }
  .sm\:hover\:-translate-x-28:hover {
    --tw-translate-x: -84px
  }
  .sm\:hover\:-translate-x-32:hover {
    --tw-translate-x: -96px
  }
  .sm\:hover\:-translate-x-36:hover {
    --tw-translate-x: -108px
  }
  .sm\:hover\:-translate-x-40:hover {
    --tw-translate-x: -120px
  }
  .sm\:hover\:-translate-x-44:hover {
    --tw-translate-x: -132px
  }
  .sm\:hover\:-translate-x-48:hover {
    --tw-translate-x: -144px
  }
  .sm\:hover\:-translate-x-52:hover {
    --tw-translate-x: -156px
  }
  .sm\:hover\:-translate-x-56:hover {
    --tw-translate-x: -168px
  }
  .sm\:hover\:-translate-x-60:hover {
    --tw-translate-x: -180px
  }
  .sm\:hover\:-translate-x-64:hover {
    --tw-translate-x: -192px
  }
  .sm\:hover\:-translate-x-72:hover {
    --tw-translate-x: -216px
  }
  .sm\:hover\:-translate-x-80:hover {
    --tw-translate-x: -240px
  }
  .sm\:hover\:-translate-x-96:hover {
    --tw-translate-x: -288px
  }
  .sm\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px
  }
  .sm\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -1.5px
  }
  .sm\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -4.5px
  }
  .sm\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -7.5px
  }
  .sm\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -10.5px
  }
  .sm\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%
  }
  .sm\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%
  }
  .sm\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%
  }
  .sm\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%
  }
  .sm\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%
  }
  .sm\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%
  }
  .sm\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%
  }
  .sm\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%
  }
  .sm\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%
  }
  .sm\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%
  }
  .sm\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%
  }
  .sm\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%
  }
  .sm\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%
  }
  .sm\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%
  }
  .sm\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px
  }
  .sm\:hover\:translate-y-1:hover {
    --tw-translate-y: 3px
  }
  .sm\:hover\:translate-y-2:hover {
    --tw-translate-y: 6px
  }
  .sm\:hover\:translate-y-3:hover {
    --tw-translate-y: 9px
  }
  .sm\:hover\:translate-y-4:hover {
    --tw-translate-y: 12px
  }
  .sm\:hover\:translate-y-5:hover {
    --tw-translate-y: 15px
  }
  .sm\:hover\:translate-y-6:hover {
    --tw-translate-y: 18px
  }
  .sm\:hover\:translate-y-7:hover {
    --tw-translate-y: 21px
  }
  .sm\:hover\:translate-y-8:hover {
    --tw-translate-y: 24px
  }
  .sm\:hover\:translate-y-9:hover {
    --tw-translate-y: 27px
  }
  .sm\:hover\:translate-y-10:hover {
    --tw-translate-y: 30px
  }
  .sm\:hover\:translate-y-11:hover {
    --tw-translate-y: 33px
  }
  .sm\:hover\:translate-y-12:hover {
    --tw-translate-y: 36px
  }
  .sm\:hover\:translate-y-14:hover {
    --tw-translate-y: 42px
  }
  .sm\:hover\:translate-y-16:hover {
    --tw-translate-y: 48px
  }
  .sm\:hover\:translate-y-18:hover {
    --tw-translate-y: 54px
  }
  .sm\:hover\:translate-y-20:hover {
    --tw-translate-y: 60px
  }
  .sm\:hover\:translate-y-24:hover {
    --tw-translate-y: 72px
  }
  .sm\:hover\:translate-y-28:hover {
    --tw-translate-y: 84px
  }
  .sm\:hover\:translate-y-32:hover {
    --tw-translate-y: 96px
  }
  .sm\:hover\:translate-y-36:hover {
    --tw-translate-y: 108px
  }
  .sm\:hover\:translate-y-40:hover {
    --tw-translate-y: 120px
  }
  .sm\:hover\:translate-y-44:hover {
    --tw-translate-y: 132px
  }
  .sm\:hover\:translate-y-48:hover {
    --tw-translate-y: 144px
  }
  .sm\:hover\:translate-y-52:hover {
    --tw-translate-y: 156px
  }
  .sm\:hover\:translate-y-56:hover {
    --tw-translate-y: 168px
  }
  .sm\:hover\:translate-y-60:hover {
    --tw-translate-y: 180px
  }
  .sm\:hover\:translate-y-64:hover {
    --tw-translate-y: 192px
  }
  .sm\:hover\:translate-y-72:hover {
    --tw-translate-y: 216px
  }
  .sm\:hover\:translate-y-80:hover {
    --tw-translate-y: 240px
  }
  .sm\:hover\:translate-y-96:hover {
    --tw-translate-y: 288px
  }
  .sm\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px
  }
  .sm\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 1.5px
  }
  .sm\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 4.5px
  }
  .sm\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 7.5px
  }
  .sm\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 10.5px
  }
  .sm\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px
  }
  .sm\:hover\:-translate-y-1:hover {
    --tw-translate-y: -3px
  }
  .sm\:hover\:-translate-y-2:hover {
    --tw-translate-y: -6px
  }
  .sm\:hover\:-translate-y-3:hover {
    --tw-translate-y: -9px
  }
  .sm\:hover\:-translate-y-4:hover {
    --tw-translate-y: -12px
  }
  .sm\:hover\:-translate-y-5:hover {
    --tw-translate-y: -15px
  }
  .sm\:hover\:-translate-y-6:hover {
    --tw-translate-y: -18px
  }
  .sm\:hover\:-translate-y-7:hover {
    --tw-translate-y: -21px
  }
  .sm\:hover\:-translate-y-8:hover {
    --tw-translate-y: -24px
  }
  .sm\:hover\:-translate-y-9:hover {
    --tw-translate-y: -27px
  }
  .sm\:hover\:-translate-y-10:hover {
    --tw-translate-y: -30px
  }
  .sm\:hover\:-translate-y-11:hover {
    --tw-translate-y: -33px
  }
  .sm\:hover\:-translate-y-12:hover {
    --tw-translate-y: -36px
  }
  .sm\:hover\:-translate-y-14:hover {
    --tw-translate-y: -42px
  }
  .sm\:hover\:-translate-y-16:hover {
    --tw-translate-y: -48px
  }
  .sm\:hover\:-translate-y-18:hover {
    --tw-translate-y: -54px
  }
  .sm\:hover\:-translate-y-20:hover {
    --tw-translate-y: -60px
  }
  .sm\:hover\:-translate-y-24:hover {
    --tw-translate-y: -72px
  }
  .sm\:hover\:-translate-y-28:hover {
    --tw-translate-y: -84px
  }
  .sm\:hover\:-translate-y-32:hover {
    --tw-translate-y: -96px
  }
  .sm\:hover\:-translate-y-36:hover {
    --tw-translate-y: -108px
  }
  .sm\:hover\:-translate-y-40:hover {
    --tw-translate-y: -120px
  }
  .sm\:hover\:-translate-y-44:hover {
    --tw-translate-y: -132px
  }
  .sm\:hover\:-translate-y-48:hover {
    --tw-translate-y: -144px
  }
  .sm\:hover\:-translate-y-52:hover {
    --tw-translate-y: -156px
  }
  .sm\:hover\:-translate-y-56:hover {
    --tw-translate-y: -168px
  }
  .sm\:hover\:-translate-y-60:hover {
    --tw-translate-y: -180px
  }
  .sm\:hover\:-translate-y-64:hover {
    --tw-translate-y: -192px
  }
  .sm\:hover\:-translate-y-72:hover {
    --tw-translate-y: -216px
  }
  .sm\:hover\:-translate-y-80:hover {
    --tw-translate-y: -240px
  }
  .sm\:hover\:-translate-y-96:hover {
    --tw-translate-y: -288px
  }
  .sm\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px
  }
  .sm\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -1.5px
  }
  .sm\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -4.5px
  }
  .sm\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -7.5px
  }
  .sm\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -10.5px
  }
  .sm\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%
  }
  .sm\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%
  }
  .sm\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%
  }
  .sm\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%
  }
  .sm\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%
  }
  .sm\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%
  }
  .sm\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%
  }
  .sm\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%
  }
  .sm\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%
  }
  .sm\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%
  }
  .sm\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%
  }
  .sm\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%
  }
  .sm\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%
  }
  .sm\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%
  }
  .sm\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px
  }
  .sm\:focus\:translate-x-1:focus {
    --tw-translate-x: 3px
  }
  .sm\:focus\:translate-x-2:focus {
    --tw-translate-x: 6px
  }
  .sm\:focus\:translate-x-3:focus {
    --tw-translate-x: 9px
  }
  .sm\:focus\:translate-x-4:focus {
    --tw-translate-x: 12px
  }
  .sm\:focus\:translate-x-5:focus {
    --tw-translate-x: 15px
  }
  .sm\:focus\:translate-x-6:focus {
    --tw-translate-x: 18px
  }
  .sm\:focus\:translate-x-7:focus {
    --tw-translate-x: 21px
  }
  .sm\:focus\:translate-x-8:focus {
    --tw-translate-x: 24px
  }
  .sm\:focus\:translate-x-9:focus {
    --tw-translate-x: 27px
  }
  .sm\:focus\:translate-x-10:focus {
    --tw-translate-x: 30px
  }
  .sm\:focus\:translate-x-11:focus {
    --tw-translate-x: 33px
  }
  .sm\:focus\:translate-x-12:focus {
    --tw-translate-x: 36px
  }
  .sm\:focus\:translate-x-14:focus {
    --tw-translate-x: 42px
  }
  .sm\:focus\:translate-x-16:focus {
    --tw-translate-x: 48px
  }
  .sm\:focus\:translate-x-18:focus {
    --tw-translate-x: 54px
  }
  .sm\:focus\:translate-x-20:focus {
    --tw-translate-x: 60px
  }
  .sm\:focus\:translate-x-24:focus {
    --tw-translate-x: 72px
  }
  .sm\:focus\:translate-x-28:focus {
    --tw-translate-x: 84px
  }
  .sm\:focus\:translate-x-32:focus {
    --tw-translate-x: 96px
  }
  .sm\:focus\:translate-x-36:focus {
    --tw-translate-x: 108px
  }
  .sm\:focus\:translate-x-40:focus {
    --tw-translate-x: 120px
  }
  .sm\:focus\:translate-x-44:focus {
    --tw-translate-x: 132px
  }
  .sm\:focus\:translate-x-48:focus {
    --tw-translate-x: 144px
  }
  .sm\:focus\:translate-x-52:focus {
    --tw-translate-x: 156px
  }
  .sm\:focus\:translate-x-56:focus {
    --tw-translate-x: 168px
  }
  .sm\:focus\:translate-x-60:focus {
    --tw-translate-x: 180px
  }
  .sm\:focus\:translate-x-64:focus {
    --tw-translate-x: 192px
  }
  .sm\:focus\:translate-x-72:focus {
    --tw-translate-x: 216px
  }
  .sm\:focus\:translate-x-80:focus {
    --tw-translate-x: 240px
  }
  .sm\:focus\:translate-x-96:focus {
    --tw-translate-x: 288px
  }
  .sm\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px
  }
  .sm\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 1.5px
  }
  .sm\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 4.5px
  }
  .sm\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 7.5px
  }
  .sm\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 10.5px
  }
  .sm\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px
  }
  .sm\:focus\:-translate-x-1:focus {
    --tw-translate-x: -3px
  }
  .sm\:focus\:-translate-x-2:focus {
    --tw-translate-x: -6px
  }
  .sm\:focus\:-translate-x-3:focus {
    --tw-translate-x: -9px
  }
  .sm\:focus\:-translate-x-4:focus {
    --tw-translate-x: -12px
  }
  .sm\:focus\:-translate-x-5:focus {
    --tw-translate-x: -15px
  }
  .sm\:focus\:-translate-x-6:focus {
    --tw-translate-x: -18px
  }
  .sm\:focus\:-translate-x-7:focus {
    --tw-translate-x: -21px
  }
  .sm\:focus\:-translate-x-8:focus {
    --tw-translate-x: -24px
  }
  .sm\:focus\:-translate-x-9:focus {
    --tw-translate-x: -27px
  }
  .sm\:focus\:-translate-x-10:focus {
    --tw-translate-x: -30px
  }
  .sm\:focus\:-translate-x-11:focus {
    --tw-translate-x: -33px
  }
  .sm\:focus\:-translate-x-12:focus {
    --tw-translate-x: -36px
  }
  .sm\:focus\:-translate-x-14:focus {
    --tw-translate-x: -42px
  }
  .sm\:focus\:-translate-x-16:focus {
    --tw-translate-x: -48px
  }
  .sm\:focus\:-translate-x-18:focus {
    --tw-translate-x: -54px
  }
  .sm\:focus\:-translate-x-20:focus {
    --tw-translate-x: -60px
  }
  .sm\:focus\:-translate-x-24:focus {
    --tw-translate-x: -72px
  }
  .sm\:focus\:-translate-x-28:focus {
    --tw-translate-x: -84px
  }
  .sm\:focus\:-translate-x-32:focus {
    --tw-translate-x: -96px
  }
  .sm\:focus\:-translate-x-36:focus {
    --tw-translate-x: -108px
  }
  .sm\:focus\:-translate-x-40:focus {
    --tw-translate-x: -120px
  }
  .sm\:focus\:-translate-x-44:focus {
    --tw-translate-x: -132px
  }
  .sm\:focus\:-translate-x-48:focus {
    --tw-translate-x: -144px
  }
  .sm\:focus\:-translate-x-52:focus {
    --tw-translate-x: -156px
  }
  .sm\:focus\:-translate-x-56:focus {
    --tw-translate-x: -168px
  }
  .sm\:focus\:-translate-x-60:focus {
    --tw-translate-x: -180px
  }
  .sm\:focus\:-translate-x-64:focus {
    --tw-translate-x: -192px
  }
  .sm\:focus\:-translate-x-72:focus {
    --tw-translate-x: -216px
  }
  .sm\:focus\:-translate-x-80:focus {
    --tw-translate-x: -240px
  }
  .sm\:focus\:-translate-x-96:focus {
    --tw-translate-x: -288px
  }
  .sm\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px
  }
  .sm\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -1.5px
  }
  .sm\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -4.5px
  }
  .sm\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -7.5px
  }
  .sm\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -10.5px
  }
  .sm\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%
  }
  .sm\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%
  }
  .sm\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%
  }
  .sm\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%
  }
  .sm\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%
  }
  .sm\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%
  }
  .sm\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%
  }
  .sm\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%
  }
  .sm\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%
  }
  .sm\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%
  }
  .sm\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%
  }
  .sm\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%
  }
  .sm\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%
  }
  .sm\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%
  }
  .sm\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px
  }
  .sm\:focus\:translate-y-1:focus {
    --tw-translate-y: 3px
  }
  .sm\:focus\:translate-y-2:focus {
    --tw-translate-y: 6px
  }
  .sm\:focus\:translate-y-3:focus {
    --tw-translate-y: 9px
  }
  .sm\:focus\:translate-y-4:focus {
    --tw-translate-y: 12px
  }
  .sm\:focus\:translate-y-5:focus {
    --tw-translate-y: 15px
  }
  .sm\:focus\:translate-y-6:focus {
    --tw-translate-y: 18px
  }
  .sm\:focus\:translate-y-7:focus {
    --tw-translate-y: 21px
  }
  .sm\:focus\:translate-y-8:focus {
    --tw-translate-y: 24px
  }
  .sm\:focus\:translate-y-9:focus {
    --tw-translate-y: 27px
  }
  .sm\:focus\:translate-y-10:focus {
    --tw-translate-y: 30px
  }
  .sm\:focus\:translate-y-11:focus {
    --tw-translate-y: 33px
  }
  .sm\:focus\:translate-y-12:focus {
    --tw-translate-y: 36px
  }
  .sm\:focus\:translate-y-14:focus {
    --tw-translate-y: 42px
  }
  .sm\:focus\:translate-y-16:focus {
    --tw-translate-y: 48px
  }
  .sm\:focus\:translate-y-18:focus {
    --tw-translate-y: 54px
  }
  .sm\:focus\:translate-y-20:focus {
    --tw-translate-y: 60px
  }
  .sm\:focus\:translate-y-24:focus {
    --tw-translate-y: 72px
  }
  .sm\:focus\:translate-y-28:focus {
    --tw-translate-y: 84px
  }
  .sm\:focus\:translate-y-32:focus {
    --tw-translate-y: 96px
  }
  .sm\:focus\:translate-y-36:focus {
    --tw-translate-y: 108px
  }
  .sm\:focus\:translate-y-40:focus {
    --tw-translate-y: 120px
  }
  .sm\:focus\:translate-y-44:focus {
    --tw-translate-y: 132px
  }
  .sm\:focus\:translate-y-48:focus {
    --tw-translate-y: 144px
  }
  .sm\:focus\:translate-y-52:focus {
    --tw-translate-y: 156px
  }
  .sm\:focus\:translate-y-56:focus {
    --tw-translate-y: 168px
  }
  .sm\:focus\:translate-y-60:focus {
    --tw-translate-y: 180px
  }
  .sm\:focus\:translate-y-64:focus {
    --tw-translate-y: 192px
  }
  .sm\:focus\:translate-y-72:focus {
    --tw-translate-y: 216px
  }
  .sm\:focus\:translate-y-80:focus {
    --tw-translate-y: 240px
  }
  .sm\:focus\:translate-y-96:focus {
    --tw-translate-y: 288px
  }
  .sm\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px
  }
  .sm\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 1.5px
  }
  .sm\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 4.5px
  }
  .sm\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 7.5px
  }
  .sm\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 10.5px
  }
  .sm\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px
  }
  .sm\:focus\:-translate-y-1:focus {
    --tw-translate-y: -3px
  }
  .sm\:focus\:-translate-y-2:focus {
    --tw-translate-y: -6px
  }
  .sm\:focus\:-translate-y-3:focus {
    --tw-translate-y: -9px
  }
  .sm\:focus\:-translate-y-4:focus {
    --tw-translate-y: -12px
  }
  .sm\:focus\:-translate-y-5:focus {
    --tw-translate-y: -15px
  }
  .sm\:focus\:-translate-y-6:focus {
    --tw-translate-y: -18px
  }
  .sm\:focus\:-translate-y-7:focus {
    --tw-translate-y: -21px
  }
  .sm\:focus\:-translate-y-8:focus {
    --tw-translate-y: -24px
  }
  .sm\:focus\:-translate-y-9:focus {
    --tw-translate-y: -27px
  }
  .sm\:focus\:-translate-y-10:focus {
    --tw-translate-y: -30px
  }
  .sm\:focus\:-translate-y-11:focus {
    --tw-translate-y: -33px
  }
  .sm\:focus\:-translate-y-12:focus {
    --tw-translate-y: -36px
  }
  .sm\:focus\:-translate-y-14:focus {
    --tw-translate-y: -42px
  }
  .sm\:focus\:-translate-y-16:focus {
    --tw-translate-y: -48px
  }
  .sm\:focus\:-translate-y-18:focus {
    --tw-translate-y: -54px
  }
  .sm\:focus\:-translate-y-20:focus {
    --tw-translate-y: -60px
  }
  .sm\:focus\:-translate-y-24:focus {
    --tw-translate-y: -72px
  }
  .sm\:focus\:-translate-y-28:focus {
    --tw-translate-y: -84px
  }
  .sm\:focus\:-translate-y-32:focus {
    --tw-translate-y: -96px
  }
  .sm\:focus\:-translate-y-36:focus {
    --tw-translate-y: -108px
  }
  .sm\:focus\:-translate-y-40:focus {
    --tw-translate-y: -120px
  }
  .sm\:focus\:-translate-y-44:focus {
    --tw-translate-y: -132px
  }
  .sm\:focus\:-translate-y-48:focus {
    --tw-translate-y: -144px
  }
  .sm\:focus\:-translate-y-52:focus {
    --tw-translate-y: -156px
  }
  .sm\:focus\:-translate-y-56:focus {
    --tw-translate-y: -168px
  }
  .sm\:focus\:-translate-y-60:focus {
    --tw-translate-y: -180px
  }
  .sm\:focus\:-translate-y-64:focus {
    --tw-translate-y: -192px
  }
  .sm\:focus\:-translate-y-72:focus {
    --tw-translate-y: -216px
  }
  .sm\:focus\:-translate-y-80:focus {
    --tw-translate-y: -240px
  }
  .sm\:focus\:-translate-y-96:focus {
    --tw-translate-y: -288px
  }
  .sm\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px
  }
  .sm\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -1.5px
  }
  .sm\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -4.5px
  }
  .sm\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -7.5px
  }
  .sm\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -10.5px
  }
  .sm\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%
  }
  .sm\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%
  }
  .sm\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%
  }
  .sm\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25%
  }
  .sm\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50%
  }
  .sm\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75%
  }
  .sm\:focus\:translate-y-full:focus {
    --tw-translate-y: 100%
  }
  .sm\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50%
  }
  .sm\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%
  }
  .sm\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%
  }
  .sm\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%
  }
  .sm\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%
  }
  .sm\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%
  }
  .sm\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%
  }
  .sm\:skew-x-0 {
    --tw-skew-x: 0deg
  }
  .sm\:skew-x-1 {
    --tw-skew-x: 1deg
  }
  .sm\:skew-x-2 {
    --tw-skew-x: 2deg
  }
  .sm\:skew-x-3 {
    --tw-skew-x: 3deg
  }
  .sm\:skew-x-6 {
    --tw-skew-x: 6deg
  }
  .sm\:skew-x-12 {
    --tw-skew-x: 12deg
  }
  .sm\:-skew-x-12 {
    --tw-skew-x: -12deg
  }
  .sm\:-skew-x-6 {
    --tw-skew-x: -6deg
  }
  .sm\:-skew-x-3 {
    --tw-skew-x: -3deg
  }
  .sm\:-skew-x-2 {
    --tw-skew-x: -2deg
  }
  .sm\:-skew-x-1 {
    --tw-skew-x: -1deg
  }
  .sm\:skew-y-0 {
    --tw-skew-y: 0deg
  }
  .sm\:skew-y-1 {
    --tw-skew-y: 1deg
  }
  .sm\:skew-y-2 {
    --tw-skew-y: 2deg
  }
  .sm\:skew-y-3 {
    --tw-skew-y: 3deg
  }
  .sm\:skew-y-6 {
    --tw-skew-y: 6deg
  }
  .sm\:skew-y-12 {
    --tw-skew-y: 12deg
  }
  .sm\:-skew-y-12 {
    --tw-skew-y: -12deg
  }
  .sm\:-skew-y-6 {
    --tw-skew-y: -6deg
  }
  .sm\:-skew-y-3 {
    --tw-skew-y: -3deg
  }
  .sm\:-skew-y-2 {
    --tw-skew-y: -2deg
  }
  .sm\:-skew-y-1 {
    --tw-skew-y: -1deg
  }
  .sm\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg
  }
  .sm\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg
  }
  .sm\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg
  }
  .sm\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg
  }
  .sm\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg
  }
  .sm\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg
  }
  .sm\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg
  }
  .sm\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg
  }
  .sm\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg
  }
  .sm\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg
  }
  .sm\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg
  }
  .sm\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg
  }
  .sm\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg
  }
  .sm\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg
  }
  .sm\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg
  }
  .sm\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg
  }
  .sm\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg
  }
  .sm\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg
  }
  .sm\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg
  }
  .sm\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg
  }
  .sm\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg
  }
  .sm\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg
  }
  .sm\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg
  }
  .sm\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg
  }
  .sm\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg
  }
  .sm\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg
  }
  .sm\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg
  }
  .sm\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg
  }
  .sm\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg
  }
  .sm\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg
  }
  .sm\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg
  }
  .sm\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg
  }
  .sm\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg
  }
  .sm\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg
  }
  .sm\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg
  }
  .sm\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg
  }
  .sm\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg
  }
  .sm\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg
  }
  .sm\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg
  }
  .sm\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg
  }
  .sm\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg
  }
  .sm\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg
  }
  .sm\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg
  }
  .sm\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg
  }
  .sm\:transition-none {
    transition-property: none
  }
  .sm\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
  }
  .sm\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
  }
  .sm\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
  }
  .sm\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
  }
  .sm\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
  }
  .sm\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
  }
  .sm\:ease-linear {
    transition-timing-function: linear
  }
  .sm\:ease-in {
    transition-timing-function: cubic-bezier(.4, 0, 1, 1)
  }
  .sm\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, .2, 1)
  }
  .sm\:ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
  }
  .sm\:duration-75 {
    transition-duration: 75ms
  }
  .sm\:duration-100 {
    transition-duration: .1s
  }
  .sm\:duration-150 {
    transition-duration: .15s
  }
  .sm\:duration-200 {
    transition-duration: .2s
  }
  .sm\:duration-300 {
    transition-duration: .3s
  }
  .sm\:duration-500 {
    transition-duration: .5s
  }
  .sm\:duration-700 {
    transition-duration: .7s
  }
  .sm\:duration-1000 {
    transition-duration: 1s
  }
  .sm\:delay-75 {
    transition-delay: 75ms
  }
  .sm\:delay-100 {
    transition-delay: .1s
  }
  .sm\:delay-150 {
    transition-delay: .15s
  }
  .sm\:delay-200 {
    transition-delay: .2s
  }
  .sm\:delay-300 {
    transition-delay: .3s
  }
  .sm\:delay-500 {
    transition-delay: .5s
  }
  .sm\:delay-700 {
    transition-delay: .7s
  }
  .sm\:delay-1000 {
    transition-delay: 1s
  }
  .sm\:animate-none {
    -webkit-animation: none;
    animation: none
  }
  .sm\:animate-spin {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite
  }
  .sm\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, .2, 1) infinite;
    animation: ping 1s cubic-bezier(0, 0, .2, 1) infinite
  }
  .sm\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
    animation: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite
  }
  .sm\:animate-bounce {
    -webkit-animation: bounce 1s infinite;
    animation: bounce 1s infinite
  }
  .sm\:mix-blend-normal {
    mix-blend-mode: normal
  }
  .sm\:mix-blend-multiply {
    mix-blend-mode: multiply
  }
  .sm\:mix-blend-screen {
    mix-blend-mode: screen
  }
  .sm\:mix-blend-overlay {
    mix-blend-mode: overlay
  }
  .sm\:mix-blend-darken {
    mix-blend-mode: darken
  }
  .sm\:mix-blend-lighten {
    mix-blend-mode: lighten
  }
  .sm\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge
  }
  .sm\:mix-blend-color-burn {
    mix-blend-mode: color-burn
  }
  .sm\:mix-blend-hard-light {
    mix-blend-mode: hard-light
  }
  .sm\:mix-blend-soft-light {
    mix-blend-mode: soft-light
  }
  .sm\:mix-blend-difference {
    mix-blend-mode: difference
  }
  .sm\:mix-blend-exclusion {
    mix-blend-mode: exclusion
  }
  .sm\:mix-blend-hue {
    mix-blend-mode: hue
  }
  .sm\:mix-blend-saturation {
    mix-blend-mode: saturation
  }
  .sm\:mix-blend-color {
    mix-blend-mode: color
  }
  .sm\:mix-blend-luminosity {
    mix-blend-mode: luminosity
  }
  .sm\:bg-blend-normal {
    background-blend-mode: normal
  }
  .sm\:bg-blend-multiply {
    background-blend-mode: multiply
  }
  .sm\:bg-blend-screen {
    background-blend-mode: screen
  }
  .sm\:bg-blend-overlay {
    background-blend-mode: overlay
  }
  .sm\:bg-blend-darken {
    background-blend-mode: darken
  }
  .sm\:bg-blend-lighten {
    background-blend-mode: lighten
  }
  .sm\:bg-blend-color-dodge {
    background-blend-mode: color-dodge
  }
  .sm\:bg-blend-color-burn {
    background-blend-mode: color-burn
  }
  .sm\:bg-blend-hard-light {
    background-blend-mode: hard-light
  }
  .sm\:bg-blend-soft-light {
    background-blend-mode: soft-light
  }
  .sm\:bg-blend-difference {
    background-blend-mode: difference
  }
  .sm\:bg-blend-exclusion {
    background-blend-mode: exclusion
  }
  .sm\:bg-blend-hue {
    background-blend-mode: hue
  }
  .sm\:bg-blend-saturation {
    background-blend-mode: saturation
  }
  .sm\:bg-blend-color {
    background-blend-mode: color
  }
  .sm\:bg-blend-luminosity {
    background-blend-mode: luminosity
  }
  .sm\:filter {
    --tw-blur: var(--tw-empty, /*!*/ /*!*/ );
    --tw-brightness: var(--tw-empty, /*!*/ /*!*/ );
    --tw-contrast: var(--tw-empty, /*!*/ /*!*/ );
    --tw-grayscale: var(--tw-empty, /*!*/ /*!*/ );
    --tw-hue-rotate: var(--tw-empty, /*!*/ /*!*/ );
    --tw-invert: var(--tw-empty, /*!*/ /*!*/ );
    --tw-saturate: var(--tw-empty, /*!*/ /*!*/ );
    --tw-sepia: var(--tw-empty, /*!*/ /*!*/ );
    --tw-drop-shadow: var(--tw-empty, /*!*/ /*!*/ );
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
  }
  .sm\:filter-none {
    filter: none
  }
  .sm\:blur-0 {
    --tw-blur: blur(0)
  }
  .sm\:blur-sm {
    --tw-blur: blur(4px)
  }
  .sm\:blur {
    --tw-blur: blur(8px)
  }
  .sm\:blur-md {
    --tw-blur: blur(12px)
  }
  .sm\:blur-lg {
    --tw-blur: blur(16px)
  }
  .sm\:blur-xl {
    --tw-blur: blur(24px)
  }
  .sm\:blur-2xl {
    --tw-blur: blur(40px)
  }
  .sm\:blur-3xl {
    --tw-blur: blur(64px)
  }
  .sm\:brightness-0 {
    --tw-brightness: brightness(0)
  }
  .sm\:brightness-50 {
    --tw-brightness: brightness(.5)
  }
  .sm\:brightness-75 {
    --tw-brightness: brightness(.75)
  }
  .sm\:brightness-90 {
    --tw-brightness: brightness(.9)
  }
  .sm\:brightness-95 {
    --tw-brightness: brightness(.95)
  }
  .sm\:brightness-100 {
    --tw-brightness: brightness(1)
  }
  .sm\:brightness-105 {
    --tw-brightness: brightness(1.05)
  }
  .sm\:brightness-110 {
    --tw-brightness: brightness(1.1)
  }
  .sm\:brightness-125 {
    --tw-brightness: brightness(1.25)
  }
  .sm\:brightness-150 {
    --tw-brightness: brightness(1.5)
  }
  .sm\:brightness-200 {
    --tw-brightness: brightness(2)
  }
  .sm\:contrast-0 {
    --tw-contrast: contrast(0)
  }
  .sm\:contrast-50 {
    --tw-contrast: contrast(.5)
  }
  .sm\:contrast-75 {
    --tw-contrast: contrast(.75)
  }
  .sm\:contrast-100 {
    --tw-contrast: contrast(1)
  }
  .sm\:contrast-125 {
    --tw-contrast: contrast(1.25)
  }
  .sm\:contrast-150 {
    --tw-contrast: contrast(1.5)
  }
  .sm\:contrast-200 {
    --tw-contrast: contrast(2)
  }
  .sm\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.05))
  }
  .sm\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06))
  }
  .sm\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06))
  }
  .sm\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1))
  }
  .sm\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08))
  }
  .sm\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15))
  }
  .sm\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 transparent)
  }
  .sm\:grayscale-0 {
    --tw-grayscale: grayscale(0)
  }
  .sm\:grayscale {
    --tw-grayscale: grayscale(100%)
  }
  .sm\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg)
  }
  .sm\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg)
  }
  .sm\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg)
  }
  .sm\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg)
  }
  .sm\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg)
  }
  .sm\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg)
  }
  .sm\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg)
  }
  .sm\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg)
  }
  .sm\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg)
  }
  .sm\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg)
  }
  .sm\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg)
  }
  .sm\:invert-0 {
    --tw-invert: invert(0)
  }
  .sm\:invert {
    --tw-invert: invert(100%)
  }
  .sm\:saturate-0 {
    --tw-saturate: saturate(0)
  }
  .sm\:saturate-50 {
    --tw-saturate: saturate(.5)
  }
  .sm\:saturate-100 {
    --tw-saturate: saturate(1)
  }
  .sm\:saturate-150 {
    --tw-saturate: saturate(1.5)
  }
  .sm\:saturate-200 {
    --tw-saturate: saturate(2)
  }
  .sm\:sepia-0 {
    --tw-sepia: sepia(0)
  }
  .sm\:sepia {
    --tw-sepia: sepia(100%)
  }
  .sm\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty, /*!*/ /*!*/ );
    --tw-backdrop-brightness: var(--tw-empty, /*!*/ /*!*/ );
    --tw-backdrop-contrast: var(--tw-empty, /*!*/ /*!*/ );
    --tw-backdrop-grayscale: var(--tw-empty, /*!*/ /*!*/ );
    --tw-backdrop-hue-rotate: var(--tw-empty, /*!*/ /*!*/ );
    --tw-backdrop-invert: var(--tw-empty, /*!*/ /*!*/ );
    --tw-backdrop-opacity: var(--tw-empty, /*!*/ /*!*/ );
    --tw-backdrop-saturate: var(--tw-empty, /*!*/ /*!*/ );
    --tw-backdrop-sepia: var(--tw-empty, /*!*/ /*!*/ );
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
  }
  .sm\:backdrop-filter-none {
    -webkit-backdrop-filter: none;
    backdrop-filter: none
  }
  .sm\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0)
  }
  .sm\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5)
  }
  .sm\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75)
  }
  .sm\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9)
  }
  .sm\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95)
  }
  .sm\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1)
  }
  .sm\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05)
  }
  .sm\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1)
  }
  .sm\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25)
  }
  .sm\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5)
  }
  .sm\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2)
  }
  .sm\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0)
  }
  .sm\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5)
  }
  .sm\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75)
  }
  .sm\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1)
  }
  .sm\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25)
  }
  .sm\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5)
  }
  .sm\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2)
  }
  .sm\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0)
  }
  .sm\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%)
  }
  .sm\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg)
  }
  .sm\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg)
  }
  .sm\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg)
  }
  .sm\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg)
  }
  .sm\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg)
  }
  .sm\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg)
  }
  .sm\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg)
  }
  .sm\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg)
  }
  .sm\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg)
  }
  .sm\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg)
  }
  .sm\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg)
  }
  .sm\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0)
  }
  .sm\:backdrop-invert {
    --tw-backdrop-invert: invert(100%)
  }
  .sm\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0)
  }
  .sm\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5)
  }
  .sm\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1)
  }
  .sm\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5)
  }
  .sm\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2)
  }
  .sm\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0)
  }
  .sm\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%)
  }
  .sm\:text-shadow {
    text-shadow: 0 1px 4px #000
  }
  .sm\:text-shadow-black {
    text-shadow: 3px 3px #000, -3px 3px #000, 3px -3px #000, -3px -3px #000, 7px 7px #000
  }
  .sm\:line-solid {
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid
  }
  .sm\:line-double {
    -webkit-text-decoration-style: double;
    text-decoration-style: double
  }
  .sm\:line-dotted {
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted
  }
  .sm\:line-dashed {
    -webkit-text-decoration-style: dashed;
    text-decoration-style: dashed
  }
  .sm\:line-wavy {
    -webkit-text-decoration-style: wavy;
    text-decoration-style: wavy
  }
  .sm\:line-primary-50, .sm\:line-primary-100 {
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff
  }
  .sm\:line-primary-200 {
    -webkit-text-decoration-color: #fff6e2;
    text-decoration-color: #fff6e2
  }
  .sm\:line-primary-300 {
    -webkit-text-decoration-color: #ffe6af;
    text-decoration-color: #ffe6af
  }
  .sm\:line-primary-400 {
    -webkit-text-decoration-color: #ffd57c;
    text-decoration-color: #ffd57c
  }
  .sm\:line-primary-500 {
    -webkit-text-decoration-color: #ffc549;
    text-decoration-color: #ffc549
  }
  .sm\:line-primary-600 {
    -webkit-text-decoration-color: #ffb516;
    text-decoration-color: #ffb516
  }
  .sm\:line-primary-700 {
    -webkit-text-decoration-color: #e29a00;
    text-decoration-color: #e29a00
  }
  .sm\:line-primary-800 {
    -webkit-text-decoration-color: #af7700;
    text-decoration-color: #af7700
  }
  .sm\:line-primary-900 {
    -webkit-text-decoration-color: #7c5400;
    text-decoration-color: #7c5400
  }
  .sm\:line-primary-DEFAULT {
    -webkit-text-decoration-color: #ffc549;
    text-decoration-color: #ffc549
  }
  .sm\:line-secondary-50 {
    -webkit-text-decoration-color: #cefbdf;
    text-decoration-color: #cefbdf
  }
  .sm\:line-secondary-100 {
    -webkit-text-decoration-color: #b6f9d0;
    text-decoration-color: #b6f9d0
  }
  .sm\:line-secondary-200 {
    -webkit-text-decoration-color: #87f5b2;
    text-decoration-color: #87f5b2
  }
  .sm\:line-secondary-300 {
    -webkit-text-decoration-color: #58f194;
    text-decoration-color: #58f194
  }
  .sm\:line-secondary-400 {
    -webkit-text-decoration-color: #28ee76;
    text-decoration-color: #28ee76
  }
  .sm\:line-secondary-500 {
    -webkit-text-decoration-color: #11d25d;
    text-decoration-color: #11d25d
  }
  .sm\:line-secondary-600 {
    -webkit-text-decoration-color: #0da348;
    text-decoration-color: #0da348
  }
  .sm\:line-secondary-700 {
    -webkit-text-decoration-color: #097433;
    text-decoration-color: #097433
  }
  .sm\:line-secondary-800 {
    -webkit-text-decoration-color: #06441e;
    text-decoration-color: #06441e
  }
  .sm\:line-secondary-900 {
    -webkit-text-decoration-color: #021509;
    text-decoration-color: #021509
  }
  .sm\:line-secondary-DEFAULT {
    -webkit-text-decoration-color: #11d25d;
    text-decoration-color: #11d25d
  }
  .sm\:line-accent-50 {
    -webkit-text-decoration-color: #fef2f2;
    text-decoration-color: #fef2f2
  }
  .sm\:line-accent-100 {
    -webkit-text-decoration-color: #fee2e2;
    text-decoration-color: #fee2e2
  }
  .sm\:line-accent-200 {
    -webkit-text-decoration-color: #fecaca;
    text-decoration-color: #fecaca
  }
  .sm\:line-accent-300 {
    -webkit-text-decoration-color: #fca5a5;
    text-decoration-color: #fca5a5
  }
  .sm\:line-accent-400 {
    -webkit-text-decoration-color: #f87171;
    text-decoration-color: #f87171
  }
  .sm\:line-accent-500 {
    -webkit-text-decoration-color: #ef4444;
    text-decoration-color: #ef4444
  }
  .sm\:line-accent-600 {
    -webkit-text-decoration-color: #dc2626;
    text-decoration-color: #dc2626
  }
  .sm\:line-accent-700 {
    -webkit-text-decoration-color: #b91c1c;
    text-decoration-color: #b91c1c
  }
  .sm\:line-accent-800 {
    -webkit-text-decoration-color: #991b1b;
    text-decoration-color: #991b1b
  }
  .sm\:line-accent-900 {
    -webkit-text-decoration-color: #7f1d1d;
    text-decoration-color: #7f1d1d
  }
  .sm\:line-shade-500 {
    -webkit-text-decoration-color: #3a3a31;
    text-decoration-color: #3a3a31
  }
  .sm\:line-shade-600 {
    -webkit-text-decoration-color: #2d2f35;
    text-decoration-color: #2d2f35
  }
  .sm\:line-white {
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff
  }
  .sm\:line-black {
    -webkit-text-decoration-color: #000;
    text-decoration-color: #000
  }
  .sm\:line-gray-50 {
    -webkit-text-decoration-color: #f9fafb;
    text-decoration-color: #f9fafb
  }
  .sm\:line-gray-100 {
    -webkit-text-decoration-color: #f3f4f6;
    text-decoration-color: #f3f4f6
  }
  .sm\:line-gray-200 {
    -webkit-text-decoration-color: #e5e7eb;
    text-decoration-color: #e5e7eb
  }
  .sm\:line-gray-300 {
    -webkit-text-decoration-color: #d1d5db;
    text-decoration-color: #d1d5db
  }
  .sm\:line-gray-400 {
    -webkit-text-decoration-color: #9ca3af;
    text-decoration-color: #9ca3af
  }
  .sm\:line-gray-500 {
    -webkit-text-decoration-color: #6b7280;
    text-decoration-color: #6b7280
  }
  .sm\:line-gray-600 {
    -webkit-text-decoration-color: #4b5563;
    text-decoration-color: #4b5563
  }
  .sm\:line-gray-700 {
    -webkit-text-decoration-color: #374151;
    text-decoration-color: #374151
  }
  .sm\:line-gray-800 {
    -webkit-text-decoration-color: #1f2937;
    text-decoration-color: #1f2937
  }
  .sm\:line-gray-900 {
    -webkit-text-decoration-color: #111827;
    text-decoration-color: #111827
  }
  .sm\:line-brand-50 {
    -webkit-text-decoration-color: #eff6ff;
    text-decoration-color: #eff6ff
  }
  .sm\:line-brand-100 {
    -webkit-text-decoration-color: #dbeafe;
    text-decoration-color: #dbeafe
  }
  .sm\:line-brand-200 {
    -webkit-text-decoration-color: #bfdbfe;
    text-decoration-color: #bfdbfe
  }
  .sm\:line-brand-300 {
    -webkit-text-decoration-color: #93c5fd;
    text-decoration-color: #93c5fd
  }
  .sm\:line-brand-400 {
    -webkit-text-decoration-color: #60a5fa;
    text-decoration-color: #60a5fa
  }
  .sm\:line-brand-500 {
    -webkit-text-decoration-color: #3b82f6;
    text-decoration-color: #3b82f6
  }
  .sm\:line-brand-600 {
    -webkit-text-decoration-color: #2563eb;
    text-decoration-color: #2563eb
  }
  .sm\:line-brand-700 {
    -webkit-text-decoration-color: #1d4ed8;
    text-decoration-color: #1d4ed8
  }
  .sm\:line-brand-800 {
    -webkit-text-decoration-color: #1e40af;
    text-decoration-color: #1e40af
  }
  .sm\:line-brand-900 {
    -webkit-text-decoration-color: #1e3a8a;
    text-decoration-color: #1e3a8a
  }
  .sm\:line-transparent {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent
  }
  .sm\:line-current {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor
  }
  .sm\:caps-normal {
    font-variant-caps: normal
  }
  .sm\:caps-small {
    font-variant-caps: small-caps
  }
  .sm\:caps-all-small {
    font-variant-caps: all-small-caps
  }
  .sm\:caps-petite {
    font-variant-caps: petite-caps
  }
  .sm\:caps-unicase {
    font-variant-caps: unicase
  }
  .sm\:caps-titling {
    font-variant-caps: titling-caps
  }
  .sm\:nums-normal {
    font-variant-numeric: normal
  }
  .sm\:nums-ordinal {
    font-variant-numeric: ordinal
  }
  .sm\:nums-slashed-zero {
    font-variant-numeric: slashed-zero
  }
  .sm\:nums-lining {
    font-variant-numeric: lining-nums
  }
  .sm\:nums-oldstyle {
    font-variant-numeric: oldstyle-nums
  }
  .sm\:nums-proportional {
    font-variant-numeric: proportional-nums
  }
  .sm\:nums-tabular {
    font-variant-numeric: tabular-nums
  }
  .sm\:nums-diagonal-fractions {
    font-variant-numeric: diagonal-fractions
  }
  .sm\:nums-stacked-fractions {
    font-variant-numeric: stacked-fractions
  }
  .sm\:ligatures-normal {
    font-variant-ligatures: normal
  }
  .sm\:ligatures-none {
    font-variant-ligatures: none
  }
  .sm\:ligatures-common {
    font-variant-ligatures: common-ligatures
  }
  .sm\:ligatures-no-common {
    font-variant-ligatures: no-common-ligatures
  }
  .sm\:ligatures-discretionary {
    font-variant-ligatures: discretionary-ligatures
  }
  .sm\:ligatures-no-discretionary {
    font-variant-ligatures: no-discretionary-ligatures
  }
  .sm\:ligatures-historical {
    font-variant-ligatures: historical-ligatures
  }
  .sm\:ligatures-no-historical {
    font-variant-ligatures: no-historical-ligatures
  }
  .sm\:ligatures-contextual {
    font-variant-ligatures: contextual
  }
  .sm\:ligatures-no-contextual {
    font-variant-ligatures: no-contextual
  }
  .sm\:text-rendering-auto {
    text-rendering: auto
  }
  .sm\:text-optimize-legibility {
    text-rendering: optimizeLegibility
  }
  .sm\:text-optimize-speed {
    text-rendering: optimizeSpeed
  }
  .sm\:text-geometric-precision {
    text-rendering: geometricPrecision
  }
}
@media (min-width:768px) {
  .md\:container {
    width: 100%
  }
  @media (min-width:640px) {
    .md\:container {
      max-width: 640px
    }
  }
  @media (min-width:768px) {
    .md\:container {
      max-width: 768px
    }
  }
  @media (min-width:1024px) {
    .md\:container {
      max-width: 1024px
    }
  }
  @media (min-width:1280px) {
    .md\:container {
      max-width: 1280px
    }
  }
  @media (min-width:1536px) {
    .md\:container {
      max-width: 1536px
    }
  }
  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px*var(--tw-space-y-reverse))
  }
  .md\: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*(1 - var(--tw-space-x-reverse)))
  }
  .md\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3px*var(--tw-space-y-reverse))
  }
  .md\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3px*var(--tw-space-x-reverse));
    margin-left: calc(3px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6px*var(--tw-space-y-reverse))
  }
  .md\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6px*var(--tw-space-x-reverse));
    margin-left: calc(6px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(9px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9px*var(--tw-space-y-reverse))
  }
  .md\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9px*var(--tw-space-x-reverse));
    margin-left: calc(9px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12px*var(--tw-space-y-reverse))
  }
  .md\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12px*var(--tw-space-x-reverse));
    margin-left: calc(12px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(15px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15px*var(--tw-space-y-reverse))
  }
  .md\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(15px*var(--tw-space-x-reverse));
    margin-left: calc(15px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18px*var(--tw-space-y-reverse))
  }
  .md\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18px*var(--tw-space-x-reverse));
    margin-left: calc(18px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(21px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(21px*var(--tw-space-y-reverse))
  }
  .md\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(21px*var(--tw-space-x-reverse));
    margin-left: calc(21px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24px*var(--tw-space-y-reverse))
  }
  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24px*var(--tw-space-x-reverse));
    margin-left: calc(24px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(27px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(27px*var(--tw-space-y-reverse))
  }
  .md\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(27px*var(--tw-space-x-reverse));
    margin-left: calc(27px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30px*var(--tw-space-y-reverse))
  }
  .md\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30px*var(--tw-space-x-reverse));
    margin-left: calc(30px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(33px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(33px*var(--tw-space-y-reverse))
  }
  .md\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(33px*var(--tw-space-x-reverse));
    margin-left: calc(33px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(36px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(36px*var(--tw-space-y-reverse))
  }
  .md\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(36px*var(--tw-space-x-reverse));
    margin-left: calc(36px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(42px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(42px*var(--tw-space-y-reverse))
  }
  .md\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(42px*var(--tw-space-x-reverse));
    margin-left: calc(42px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(48px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(48px*var(--tw-space-y-reverse))
  }
  .md\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(48px*var(--tw-space-x-reverse));
    margin-left: calc(48px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:space-y-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(54px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(54px*var(--tw-space-y-reverse))
  }
  .md\:space-x-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(54px*var(--tw-space-x-reverse));
    margin-left: calc(54px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60px*var(--tw-space-y-reverse))
  }
  .md\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60px*var(--tw-space-x-reverse));
    margin-left: calc(60px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(72px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(72px*var(--tw-space-y-reverse))
  }
  .md\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(72px*var(--tw-space-x-reverse));
    margin-left: calc(72px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(84px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(84px*var(--tw-space-y-reverse))
  }
  .md\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(84px*var(--tw-space-x-reverse));
    margin-left: calc(84px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(96px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(96px*var(--tw-space-y-reverse))
  }
  .md\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(96px*var(--tw-space-x-reverse));
    margin-left: calc(96px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(108px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(108px*var(--tw-space-y-reverse))
  }
  .md\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(108px*var(--tw-space-x-reverse));
    margin-left: calc(108px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(120px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(120px*var(--tw-space-y-reverse))
  }
  .md\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(120px*var(--tw-space-x-reverse));
    margin-left: calc(120px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(132px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(132px*var(--tw-space-y-reverse))
  }
  .md\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(132px*var(--tw-space-x-reverse));
    margin-left: calc(132px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(144px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(144px*var(--tw-space-y-reverse))
  }
  .md\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(144px*var(--tw-space-x-reverse));
    margin-left: calc(144px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(156px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(156px*var(--tw-space-y-reverse))
  }
  .md\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(156px*var(--tw-space-x-reverse));
    margin-left: calc(156px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(168px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(168px*var(--tw-space-y-reverse))
  }
  .md\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(168px*var(--tw-space-x-reverse));
    margin-left: calc(168px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(180px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(180px*var(--tw-space-y-reverse))
  }
  .md\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(180px*var(--tw-space-x-reverse));
    margin-left: calc(180px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(192px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(192px*var(--tw-space-y-reverse))
  }
  .md\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(192px*var(--tw-space-x-reverse));
    margin-left: calc(192px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(216px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(216px*var(--tw-space-y-reverse))
  }
  .md\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(216px*var(--tw-space-x-reverse));
    margin-left: calc(216px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(240px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(240px*var(--tw-space-y-reverse))
  }
  .md\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(240px*var(--tw-space-x-reverse));
    margin-left: calc(240px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(288px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(288px*var(--tw-space-y-reverse))
  }
  .md\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(288px*var(--tw-space-x-reverse));
    margin-left: calc(288px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px*var(--tw-space-y-reverse))
  }
  .md\: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*(1 - var(--tw-space-x-reverse)))
  }
  .md\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5px*var(--tw-space-y-reverse))
  }
  .md\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5px*var(--tw-space-x-reverse));
    margin-left: calc(1.5px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4.5px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.5px*var(--tw-space-y-reverse))
  }
  .md\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4.5px*var(--tw-space-x-reverse));
    margin-left: calc(4.5px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7.5px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.5px*var(--tw-space-y-reverse))
  }
  .md\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7.5px*var(--tw-space-x-reverse));
    margin-left: calc(7.5px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10.5px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10.5px*var(--tw-space-y-reverse))
  }
  .md\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10.5px*var(--tw-space-x-reverse));
    margin-left: calc(10.5px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px*var(--tw-space-y-reverse))
  }
  .md\:-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*(1 - var(--tw-space-x-reverse)))
  }
  .md\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3px*var(--tw-space-y-reverse))
  }
  .md\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3px*var(--tw-space-x-reverse));
    margin-left: calc(-3px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6px*var(--tw-space-y-reverse))
  }
  .md\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6px*var(--tw-space-x-reverse));
    margin-left: calc(-6px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9px*var(--tw-space-y-reverse))
  }
  .md\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9px*var(--tw-space-x-reverse));
    margin-left: calc(-9px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12px*var(--tw-space-y-reverse))
  }
  .md\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12px*var(--tw-space-x-reverse));
    margin-left: calc(-12px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-15px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15px*var(--tw-space-y-reverse))
  }
  .md\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-15px*var(--tw-space-x-reverse));
    margin-left: calc(-15px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18px*var(--tw-space-y-reverse))
  }
  .md\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18px*var(--tw-space-x-reverse));
    margin-left: calc(-18px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-21px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-21px*var(--tw-space-y-reverse))
  }
  .md\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-21px*var(--tw-space-x-reverse));
    margin-left: calc(-21px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24px*var(--tw-space-y-reverse))
  }
  .md\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24px*var(--tw-space-x-reverse));
    margin-left: calc(-24px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-27px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-27px*var(--tw-space-y-reverse))
  }
  .md\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-27px*var(--tw-space-x-reverse));
    margin-left: calc(-27px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30px*var(--tw-space-y-reverse))
  }
  .md\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30px*var(--tw-space-x-reverse));
    margin-left: calc(-30px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-33px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-33px*var(--tw-space-y-reverse))
  }
  .md\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-33px*var(--tw-space-x-reverse));
    margin-left: calc(-33px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-36px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-36px*var(--tw-space-y-reverse))
  }
  .md\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-36px*var(--tw-space-x-reverse));
    margin-left: calc(-36px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-42px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-42px*var(--tw-space-y-reverse))
  }
  .md\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-42px*var(--tw-space-x-reverse));
    margin-left: calc(-42px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-48px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-48px*var(--tw-space-y-reverse))
  }
  .md\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-48px*var(--tw-space-x-reverse));
    margin-left: calc(-48px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:-space-y-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-54px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-54px*var(--tw-space-y-reverse))
  }
  .md\:-space-x-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-54px*var(--tw-space-x-reverse));
    margin-left: calc(-54px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-60px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60px*var(--tw-space-y-reverse))
  }
  .md\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-60px*var(--tw-space-x-reverse));
    margin-left: calc(-60px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-72px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-72px*var(--tw-space-y-reverse))
  }
  .md\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-72px*var(--tw-space-x-reverse));
    margin-left: calc(-72px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-84px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-84px*var(--tw-space-y-reverse))
  }
  .md\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-84px*var(--tw-space-x-reverse));
    margin-left: calc(-84px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-96px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-96px*var(--tw-space-y-reverse))
  }
  .md\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-96px*var(--tw-space-x-reverse));
    margin-left: calc(-96px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-108px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-108px*var(--tw-space-y-reverse))
  }
  .md\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-108px*var(--tw-space-x-reverse));
    margin-left: calc(-108px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-120px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-120px*var(--tw-space-y-reverse))
  }
  .md\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-120px*var(--tw-space-x-reverse));
    margin-left: calc(-120px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-132px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-132px*var(--tw-space-y-reverse))
  }
  .md\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-132px*var(--tw-space-x-reverse));
    margin-left: calc(-132px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-144px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-144px*var(--tw-space-y-reverse))
  }
  .md\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-144px*var(--tw-space-x-reverse));
    margin-left: calc(-144px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-156px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-156px*var(--tw-space-y-reverse))
  }
  .md\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-156px*var(--tw-space-x-reverse));
    margin-left: calc(-156px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-168px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-168px*var(--tw-space-y-reverse))
  }
  .md\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-168px*var(--tw-space-x-reverse));
    margin-left: calc(-168px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-180px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-180px*var(--tw-space-y-reverse))
  }
  .md\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-180px*var(--tw-space-x-reverse));
    margin-left: calc(-180px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-192px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-192px*var(--tw-space-y-reverse))
  }
  .md\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-192px*var(--tw-space-x-reverse));
    margin-left: calc(-192px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-216px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-216px*var(--tw-space-y-reverse))
  }
  .md\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-216px*var(--tw-space-x-reverse));
    margin-left: calc(-216px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-240px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-240px*var(--tw-space-y-reverse))
  }
  .md\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-240px*var(--tw-space-x-reverse));
    margin-left: calc(-240px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-288px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-288px*var(--tw-space-y-reverse))
  }
  .md\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-288px*var(--tw-space-x-reverse));
    margin-left: calc(-288px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px*var(--tw-space-y-reverse))
  }
  .md\:-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*(1 - var(--tw-space-x-reverse)))
  }
  .md\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5px*var(--tw-space-y-reverse))
  }
  .md\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5px*var(--tw-space-x-reverse));
    margin-left: calc(-1.5px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.5px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.5px*var(--tw-space-y-reverse))
  }
  .md\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.5px*var(--tw-space-x-reverse));
    margin-left: calc(-4.5px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.5px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.5px*var(--tw-space-y-reverse))
  }
  .md\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.5px*var(--tw-space-x-reverse));
    margin-left: calc(-7.5px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10.5px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10.5px*var(--tw-space-y-reverse))
  }
  .md\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10.5px*var(--tw-space-x-reverse));
    margin-left: calc(-10.5px*(1 - var(--tw-space-x-reverse)))
  }
  .md\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1
  }
  .md\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1
  }
  .md\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px*var(--tw-divide-y-reverse))
  }
  .md\: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*(1 - var(--tw-divide-x-reverse)))
  }
  .md\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px*var(--tw-divide-y-reverse))
  }
  .md\: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*(1 - var(--tw-divide-x-reverse)))
  }
  .md\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px*var(--tw-divide-y-reverse))
  }
  .md\: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*(1 - var(--tw-divide-x-reverse)))
  }
  .md\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px*var(--tw-divide-y-reverse))
  }
  .md\: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*(1 - var(--tw-divide-x-reverse)))
  }
  .md\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px*var(--tw-divide-y-reverse))
  }
  .md\: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*(1 - var(--tw-divide-x-reverse)))
  }
  .md\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1
  }
  .md\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1
  }
  .md\:divide-primary-50 > :not([hidden]) ~ :not([hidden]), .md\:divide-primary-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity))
  }
  .md\:divide-primary-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 246, 226, var(--tw-divide-opacity))
  }
  .md\:divide-primary-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 230, 175, var(--tw-divide-opacity))
  }
  .md\:divide-primary-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 213, 124, var(--tw-divide-opacity))
  }
  .md\:divide-primary-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-divide-opacity))
  }
  .md\:divide-primary-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 181, 22, var(--tw-divide-opacity))
  }
  .md\:divide-primary-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 154, 0, var(--tw-divide-opacity))
  }
  .md\:divide-primary-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(175, 119, 0, var(--tw-divide-opacity))
  }
  .md\:divide-primary-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 84, 0, var(--tw-divide-opacity))
  }
  .md\:divide-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-divide-opacity))
  }
  .md\:divide-secondary-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(206, 251, 223, var(--tw-divide-opacity))
  }
  .md\:divide-secondary-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(182, 249, 208, var(--tw-divide-opacity))
  }
  .md\:divide-secondary-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(135, 245, 178, var(--tw-divide-opacity))
  }
  .md\:divide-secondary-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 241, 148, var(--tw-divide-opacity))
  }
  .md\:divide-secondary-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(40, 238, 118, var(--tw-divide-opacity))
  }
  .md\:divide-secondary-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-divide-opacity))
  }
  .md\:divide-secondary-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 163, 72, var(--tw-divide-opacity))
  }
  .md\:divide-secondary-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(9, 116, 51, var(--tw-divide-opacity))
  }
  .md\:divide-secondary-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 68, 30, var(--tw-divide-opacity))
  }
  .md\:divide-secondary-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 21, 9, var(--tw-divide-opacity))
  }
  .md\:divide-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-divide-opacity))
  }
  .md\:divide-accent-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity))
  }
  .md\:divide-accent-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity))
  }
  .md\:divide-accent-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity))
  }
  .md\:divide-accent-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity))
  }
  .md\:divide-accent-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity))
  }
  .md\:divide-accent-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity))
  }
  .md\:divide-accent-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity))
  }
  .md\:divide-accent-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity))
  }
  .md\:divide-accent-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity))
  }
  .md\:divide-accent-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity))
  }
  .md\:divide-shade-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(58, 58, 49, var(--tw-divide-opacity))
  }
  .md\:divide-shade-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 47, 53, var(--tw-divide-opacity))
  }
  .md\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity))
  }
  .md\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity))
  }
  .md\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity))
  }
  .md\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity))
  }
  .md\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity))
  }
  .md\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity))
  }
  .md\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity))
  }
  .md\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity))
  }
  .md\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity))
  }
  .md\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity))
  }
  .md\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity))
  }
  .md\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity))
  }
  .md\:divide-brand-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity))
  }
  .md\:divide-brand-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity))
  }
  .md\:divide-brand-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity))
  }
  .md\:divide-brand-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity))
  }
  .md\:divide-brand-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity))
  }
  .md\:divide-brand-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity))
  }
  .md\:divide-brand-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity))
  }
  .md\:divide-brand-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity))
  }
  .md\:divide-brand-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity))
  }
  .md\:divide-brand-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity))
  }
  .md\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent
  }
  .md\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor
  }
  .md\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid
  }
  .md\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed
  }
  .md\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted
  }
  .md\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double
  }
  .md\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none
  }
  .md\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0
  }
  .md\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05
  }
  .md\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1
  }
  .md\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2
  }
  .md\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25
  }
  .md\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3
  }
  .md\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4
  }
  .md\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5
  }
  .md\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6
  }
  .md\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7
  }
  .md\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75
  }
  .md\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8
  }
  .md\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9
  }
  .md\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95
  }
  .md\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1
  }
  .md\: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\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal
  }
  .md\:focus-within\: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\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal
  }
  .md\:focus\: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\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal
  }
  .md\:appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
  }
  .md\:bg-fixed {
    background-attachment: fixed
  }
  .md\:bg-local {
    background-attachment: local
  }
  .md\:bg-scroll {
    background-attachment: scroll
  }
  .md\:bg-clip-border {
    background-clip: border-box
  }
  .md\:bg-clip-padding {
    background-clip: padding-box
  }
  .md\:bg-clip-content {
    background-clip: content-box
  }
  .md\:bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text
  }
  .md\:bg-primary-50, .md\:bg-primary-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .md\:bg-primary-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 226, var(--tw-bg-opacity))
  }
  .md\:bg-primary-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 230, 175, var(--tw-bg-opacity))
  }
  .md\:bg-primary-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 213, 124, var(--tw-bg-opacity))
  }
  .md\:bg-primary-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .md\:bg-primary-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 181, 22, var(--tw-bg-opacity))
  }
  .md\:bg-primary-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 154, 0, var(--tw-bg-opacity))
  }
  .md\:bg-primary-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(175, 119, 0, var(--tw-bg-opacity))
  }
  .md\:bg-primary-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 84, 0, var(--tw-bg-opacity))
  }
  .md\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .md\:bg-secondary-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 251, 223, var(--tw-bg-opacity))
  }
  .md\:bg-secondary-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 249, 208, var(--tw-bg-opacity))
  }
  .md\:bg-secondary-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(135, 245, 178, var(--tw-bg-opacity))
  }
  .md\:bg-secondary-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 241, 148, var(--tw-bg-opacity))
  }
  .md\:bg-secondary-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 238, 118, var(--tw-bg-opacity))
  }
  .md\:bg-secondary-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .md\:bg-secondary-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 163, 72, var(--tw-bg-opacity))
  }
  .md\:bg-secondary-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(9, 116, 51, var(--tw-bg-opacity))
  }
  .md\:bg-secondary-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 68, 30, var(--tw-bg-opacity))
  }
  .md\:bg-secondary-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 21, 9, var(--tw-bg-opacity))
  }
  .md\:bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .md\:bg-accent-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity))
  }
  .md\:bg-accent-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity))
  }
  .md\:bg-accent-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity))
  }
  .md\:bg-accent-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity))
  }
  .md\:bg-accent-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity))
  }
  .md\:bg-accent-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity))
  }
  .md\:bg-accent-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity))
  }
  .md\:bg-accent-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity))
  }
  .md\:bg-accent-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity))
  }
  .md\:bg-accent-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity))
  }
  .md\:bg-shade-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 58, 49, var(--tw-bg-opacity))
  }
  .md\:bg-shade-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 47, 53, var(--tw-bg-opacity))
  }
  .md\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .md\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity))
  }
  .md\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity))
  }
  .md\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity))
  }
  .md\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity))
  }
  .md\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity))
  }
  .md\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity))
  }
  .md\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity))
  }
  .md\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity))
  }
  .md\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity))
  }
  .md\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity))
  }
  .md\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity))
  }
  .md\:bg-brand-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity))
  }
  .md\:bg-brand-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity))
  }
  .md\:bg-brand-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity))
  }
  .md\:bg-brand-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity))
  }
  .md\:bg-brand-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity))
  }
  .md\:bg-brand-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity))
  }
  .md\:bg-brand-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity))
  }
  .md\:bg-brand-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity))
  }
  .md\:bg-brand-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity))
  }
  .md\:bg-brand-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity))
  }
  .md\:bg-transparent {
    background-color: transparent
  }
  .md\:bg-current {
    background-color: currentColor
  }
  .md\:checked\:bg-primary-50:checked, .md\:checked\:bg-primary-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .md\:checked\:bg-primary-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 226, var(--tw-bg-opacity))
  }
  .md\:checked\:bg-primary-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 230, 175, var(--tw-bg-opacity))
  }
  .md\:checked\:bg-primary-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 213, 124, var(--tw-bg-opacity))
  }
  .md\:checked\:bg-primary-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .md\:checked\:bg-primary-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 181, 22, var(--tw-bg-opacity))
  }
  .md\:checked\:bg-primary-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 154, 0, var(--tw-bg-opacity))
  }
  .md\:checked\:bg-primary-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(175, 119, 0, var(--tw-bg-opacity))
  }
  .md\:checked\:bg-primary-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 84, 0, var(--tw-bg-opacity))
  }
  .md\:checked\:bg-primary:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .md\:checked\:bg-secondary-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 251, 223, var(--tw-bg-opacity))
  }
  .md\:checked\:bg-secondary-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 249, 208, var(--tw-bg-opacity))
  }
  .md\:checked\:bg-secondary-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(135, 245, 178, var(--tw-bg-opacity))
  }
  .md\:checked\:bg-secondary-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 241, 148, var(--tw-bg-opacity))
  }
  .md\:checked\:bg-secondary-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 238, 118, var(--tw-bg-opacity))
  }
  .md\:checked\:bg-secondary-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .md\:checked\:bg-secondary-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 163, 72, var(--tw-bg-opacity))
  }
  .md\:checked\:bg-secondary-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(9, 116, 51, var(--tw-bg-opacity))
  }
  .md\:checked\:bg-secondary-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 68, 30, var(--tw-bg-opacity))
  }
  .md\:checked\:bg-secondary-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 21, 9, var(--tw-bg-opacity))
  }
  .md\:checked\:bg-secondary:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .md\:checked\:bg-accent-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity))
  }
  .md\:checked\:bg-accent-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity))
  }
  .md\:checked\:bg-accent-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity))
  }
  .md\:checked\:bg-accent-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity))
  }
  .md\:checked\:bg-accent-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity))
  }
  .md\:checked\:bg-accent-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity))
  }
  .md\:checked\:bg-accent-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity))
  }
  .md\:checked\:bg-accent-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity))
  }
  .md\:checked\:bg-accent-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity))
  }
  .md\:checked\:bg-accent-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity))
  }
  .md\:checked\:bg-shade-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 58, 49, var(--tw-bg-opacity))
  }
  .md\:checked\:bg-shade-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 47, 53, var(--tw-bg-opacity))
  }
  .md\:checked\:bg-white:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .md\:checked\:bg-black:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity))
  }
  .md\:checked\:bg-gray-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity))
  }
  .md\:checked\:bg-gray-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity))
  }
  .md\:checked\:bg-gray-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity))
  }
  .md\:checked\:bg-gray-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity))
  }
  .md\:checked\:bg-gray-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity))
  }
  .md\:checked\:bg-gray-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity))
  }
  .md\:checked\:bg-gray-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity))
  }
  .md\:checked\:bg-gray-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity))
  }
  .md\:checked\:bg-gray-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity))
  }
  .md\:checked\:bg-gray-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity))
  }
  .md\:checked\:bg-brand-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity))
  }
  .md\:checked\:bg-brand-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity))
  }
  .md\:checked\:bg-brand-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity))
  }
  .md\:checked\:bg-brand-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity))
  }
  .md\:checked\:bg-brand-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity))
  }
  .md\:checked\:bg-brand-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity))
  }
  .md\:checked\:bg-brand-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity))
  }
  .md\:checked\:bg-brand-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity))
  }
  .md\:checked\:bg-brand-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity))
  }
  .md\:checked\:bg-brand-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity))
  }
  .md\:checked\:bg-transparent:checked {
    background-color: transparent
  }
  .md\:checked\:bg-current:checked {
    background-color: currentColor
  }
  .group:hover .md\:group-hover\:bg-primary-50, .group:hover .md\:group-hover\:bg-primary-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:bg-primary-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 226, var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:bg-primary-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 230, 175, var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:bg-primary-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 213, 124, var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:bg-primary-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:bg-primary-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 181, 22, var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:bg-primary-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 154, 0, var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:bg-primary-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(175, 119, 0, var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:bg-primary-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 84, 0, var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:bg-secondary-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 251, 223, var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:bg-secondary-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 249, 208, var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:bg-secondary-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(135, 245, 178, var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:bg-secondary-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 241, 148, var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:bg-secondary-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 238, 118, var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:bg-secondary-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:bg-secondary-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 163, 72, var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:bg-secondary-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(9, 116, 51, var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:bg-secondary-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 68, 30, var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:bg-secondary-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 21, 9, var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:bg-accent-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:bg-accent-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:bg-accent-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:bg-accent-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:bg-accent-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:bg-accent-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:bg-accent-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:bg-accent-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:bg-accent-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:bg-accent-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:bg-shade-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 58, 49, var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:bg-shade-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 47, 53, var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:bg-brand-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:bg-brand-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:bg-brand-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:bg-brand-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:bg-brand-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:bg-brand-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:bg-brand-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:bg-brand-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:bg-brand-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:bg-brand-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:bg-transparent {
    background-color: transparent
  }
  .group:hover .md\:group-hover\:bg-current {
    background-color: currentColor
  }
  .md\:focus-within\:bg-primary-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-primary-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-primary-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 226, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-primary-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 230, 175, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-primary-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 213, 124, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-primary-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-primary-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 181, 22, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-primary-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 154, 0, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-primary-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(175, 119, 0, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-primary-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 84, 0, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-primary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-secondary-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 251, 223, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-secondary-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 249, 208, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-secondary-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(135, 245, 178, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-secondary-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 241, 148, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-secondary-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 238, 118, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-secondary-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-secondary-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 163, 72, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-secondary-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(9, 116, 51, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-secondary-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 68, 30, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-secondary-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 21, 9, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-secondary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-accent-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-accent-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-accent-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-accent-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-accent-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-accent-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-accent-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-accent-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-accent-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-accent-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-shade-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 58, 49, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-shade-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 47, 53, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-gray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-brand-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-brand-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-brand-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-brand-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-brand-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-brand-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-brand-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-brand-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-brand-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-brand-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity))
  }
  .md\:focus-within\:bg-transparent:focus-within {
    background-color: transparent
  }
  .md\:focus-within\:bg-current:focus-within {
    background-color: currentColor
  }
  .md\:hover\:bg-primary-50:hover, .md\:hover\:bg-primary-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .md\:hover\:bg-primary-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 226, var(--tw-bg-opacity))
  }
  .md\:hover\:bg-primary-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 230, 175, var(--tw-bg-opacity))
  }
  .md\:hover\:bg-primary-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 213, 124, var(--tw-bg-opacity))
  }
  .md\:hover\:bg-primary-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .md\:hover\:bg-primary-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 181, 22, var(--tw-bg-opacity))
  }
  .md\:hover\:bg-primary-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 154, 0, var(--tw-bg-opacity))
  }
  .md\:hover\:bg-primary-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(175, 119, 0, var(--tw-bg-opacity))
  }
  .md\:hover\:bg-primary-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 84, 0, var(--tw-bg-opacity))
  }
  .md\:hover\:bg-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .md\:hover\:bg-secondary-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 251, 223, var(--tw-bg-opacity))
  }
  .md\:hover\:bg-secondary-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 249, 208, var(--tw-bg-opacity))
  }
  .md\:hover\:bg-secondary-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(135, 245, 178, var(--tw-bg-opacity))
  }
  .md\:hover\:bg-secondary-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 241, 148, var(--tw-bg-opacity))
  }
  .md\:hover\:bg-secondary-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 238, 118, var(--tw-bg-opacity))
  }
  .md\:hover\:bg-secondary-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .md\:hover\:bg-secondary-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 163, 72, var(--tw-bg-opacity))
  }
  .md\:hover\:bg-secondary-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(9, 116, 51, var(--tw-bg-opacity))
  }
  .md\:hover\:bg-secondary-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 68, 30, var(--tw-bg-opacity))
  }
  .md\:hover\:bg-secondary-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 21, 9, var(--tw-bg-opacity))
  }
  .md\:hover\:bg-secondary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .md\:hover\:bg-accent-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity))
  }
  .md\:hover\:bg-accent-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity))
  }
  .md\:hover\:bg-accent-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity))
  }
  .md\:hover\:bg-accent-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity))
  }
  .md\:hover\:bg-accent-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity))
  }
  .md\:hover\:bg-accent-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity))
  }
  .md\:hover\:bg-accent-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity))
  }
  .md\:hover\:bg-accent-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity))
  }
  .md\:hover\:bg-accent-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity))
  }
  .md\:hover\:bg-accent-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity))
  }
  .md\:hover\:bg-shade-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 58, 49, var(--tw-bg-opacity))
  }
  .md\:hover\:bg-shade-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 47, 53, var(--tw-bg-opacity))
  }
  .md\:hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .md\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity))
  }
  .md\:hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity))
  }
  .md\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity))
  }
  .md\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity))
  }
  .md\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity))
  }
  .md\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity))
  }
  .md\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity))
  }
  .md\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity))
  }
  .md\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity))
  }
  .md\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity))
  }
  .md\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity))
  }
  .md\:hover\:bg-brand-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity))
  }
  .md\:hover\:bg-brand-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity))
  }
  .md\:hover\:bg-brand-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity))
  }
  .md\:hover\:bg-brand-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity))
  }
  .md\:hover\:bg-brand-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity))
  }
  .md\:hover\:bg-brand-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity))
  }
  .md\:hover\:bg-brand-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity))
  }
  .md\:hover\:bg-brand-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity))
  }
  .md\:hover\:bg-brand-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity))
  }
  .md\:hover\:bg-brand-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity))
  }
  .md\:hover\:bg-transparent:hover {
    background-color: transparent
  }
  .md\:hover\:bg-current:hover {
    background-color: currentColor
  }
  .md\:focus\:bg-primary-50:focus, .md\:focus\:bg-primary-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .md\:focus\:bg-primary-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 226, var(--tw-bg-opacity))
  }
  .md\:focus\:bg-primary-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 230, 175, var(--tw-bg-opacity))
  }
  .md\:focus\:bg-primary-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 213, 124, var(--tw-bg-opacity))
  }
  .md\:focus\:bg-primary-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .md\:focus\:bg-primary-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 181, 22, var(--tw-bg-opacity))
  }
  .md\:focus\:bg-primary-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 154, 0, var(--tw-bg-opacity))
  }
  .md\:focus\:bg-primary-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(175, 119, 0, var(--tw-bg-opacity))
  }
  .md\:focus\:bg-primary-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 84, 0, var(--tw-bg-opacity))
  }
  .md\:focus\:bg-primary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .md\:focus\:bg-secondary-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 251, 223, var(--tw-bg-opacity))
  }
  .md\:focus\:bg-secondary-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 249, 208, var(--tw-bg-opacity))
  }
  .md\:focus\:bg-secondary-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(135, 245, 178, var(--tw-bg-opacity))
  }
  .md\:focus\:bg-secondary-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 241, 148, var(--tw-bg-opacity))
  }
  .md\:focus\:bg-secondary-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 238, 118, var(--tw-bg-opacity))
  }
  .md\:focus\:bg-secondary-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .md\:focus\:bg-secondary-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 163, 72, var(--tw-bg-opacity))
  }
  .md\:focus\:bg-secondary-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(9, 116, 51, var(--tw-bg-opacity))
  }
  .md\:focus\:bg-secondary-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 68, 30, var(--tw-bg-opacity))
  }
  .md\:focus\:bg-secondary-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 21, 9, var(--tw-bg-opacity))
  }
  .md\:focus\:bg-secondary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .md\:focus\:bg-accent-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity))
  }
  .md\:focus\:bg-accent-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity))
  }
  .md\:focus\:bg-accent-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity))
  }
  .md\:focus\:bg-accent-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity))
  }
  .md\:focus\:bg-accent-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity))
  }
  .md\:focus\:bg-accent-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity))
  }
  .md\:focus\:bg-accent-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity))
  }
  .md\:focus\:bg-accent-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity))
  }
  .md\:focus\:bg-accent-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity))
  }
  .md\:focus\:bg-accent-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity))
  }
  .md\:focus\:bg-shade-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 58, 49, var(--tw-bg-opacity))
  }
  .md\:focus\:bg-shade-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 47, 53, var(--tw-bg-opacity))
  }
  .md\:focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .md\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity))
  }
  .md\:focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity))
  }
  .md\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity))
  }
  .md\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity))
  }
  .md\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity))
  }
  .md\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity))
  }
  .md\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity))
  }
  .md\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity))
  }
  .md\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity))
  }
  .md\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity))
  }
  .md\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity))
  }
  .md\:focus\:bg-brand-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity))
  }
  .md\:focus\:bg-brand-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity))
  }
  .md\:focus\:bg-brand-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity))
  }
  .md\:focus\:bg-brand-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity))
  }
  .md\:focus\:bg-brand-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity))
  }
  .md\:focus\:bg-brand-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity))
  }
  .md\:focus\:bg-brand-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity))
  }
  .md\:focus\:bg-brand-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity))
  }
  .md\:focus\:bg-brand-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity))
  }
  .md\:focus\:bg-brand-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity))
  }
  .md\:focus\:bg-transparent:focus {
    background-color: transparent
  }
  .md\:focus\:bg-current:focus {
    background-color: currentColor
  }
  .md\:bg-none {
    background-image: none
  }
  .md\:bg-gradient-to-t {
    background-image: linear-gradient(0deg, var(--tw-gradient-stops))
  }
  .md\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops))
  }
  .md\:bg-gradient-to-r {
    background-image: linear-gradient(90deg, var(--tw-gradient-stops))
  }
  .md\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops))
  }
  .md\:bg-gradient-to-b {
    background-image: linear-gradient(180deg, var(--tw-gradient-stops))
  }
  .md\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops))
  }
  .md\:bg-gradient-to-l {
    background-image: linear-gradient(270deg, var(--tw-gradient-stops))
  }
  .md\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops))
  }
  .md\:from-primary-50, .md\:from-primary-100 {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .md\:from-primary-200 {
    --tw-gradient-from: #fff6e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 226, 0))
  }
  .md\:from-primary-300 {
    --tw-gradient-from: #ffe6af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 230, 175, 0))
  }
  .md\:from-primary-400 {
    --tw-gradient-from: #ffd57c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 213, 124, 0))
  }
  .md\:from-primary-500 {
    --tw-gradient-from: #ffc549;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .md\:from-primary-600 {
    --tw-gradient-from: #ffb516;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 181, 22, 0))
  }
  .md\:from-primary-700 {
    --tw-gradient-from: #e29a00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 154, 0, 0))
  }
  .md\:from-primary-800 {
    --tw-gradient-from: #af7700;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 119, 0, 0))
  }
  .md\:from-primary-900 {
    --tw-gradient-from: #7c5400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 84, 0, 0))
  }
  .md\:from-primary {
    --tw-gradient-from: #ffc549;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .md\:from-secondary-50 {
    --tw-gradient-from: #cefbdf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 251, 223, 0))
  }
  .md\:from-secondary-100 {
    --tw-gradient-from: #b6f9d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 249, 208, 0))
  }
  .md\:from-secondary-200 {
    --tw-gradient-from: #87f5b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 245, 178, 0))
  }
  .md\:from-secondary-300 {
    --tw-gradient-from: #58f194;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 241, 148, 0))
  }
  .md\:from-secondary-400 {
    --tw-gradient-from: #28ee76;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 238, 118, 0))
  }
  .md\:from-secondary-500 {
    --tw-gradient-from: #11d25d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .md\:from-secondary-600 {
    --tw-gradient-from: #0da348;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 163, 72, 0))
  }
  .md\:from-secondary-700 {
    --tw-gradient-from: #097433;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 116, 51, 0))
  }
  .md\:from-secondary-800 {
    --tw-gradient-from: #06441e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 68, 30, 0))
  }
  .md\:from-secondary-900 {
    --tw-gradient-from: #021509;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 21, 9, 0))
  }
  .md\:from-secondary {
    --tw-gradient-from: #11d25d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .md\:from-accent-50 {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }
  .md\:from-accent-100 {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }
  .md\:from-accent-200 {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }
  .md\:from-accent-300 {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }
  .md\:from-accent-400 {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }
  .md\:from-accent-500 {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }
  .md\:from-accent-600 {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }
  .md\:from-accent-700 {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }
  .md\:from-accent-800 {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }
  .md\:from-accent-900 {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }
  .md\:from-shade-500 {
    --tw-gradient-from: #3a3a31;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 58, 49, 0))
  }
  .md\:from-shade-600 {
    --tw-gradient-from: #2d2f35;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 47, 53, 0))
  }
  .md\:from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .md\:from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent)
  }
  .md\:from-gray-50 {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }
  .md\:from-gray-100 {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }
  .md\:from-gray-200 {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }
  .md\:from-gray-300 {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }
  .md\:from-gray-400 {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }
  .md\:from-gray-500 {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }
  .md\:from-gray-600 {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }
  .md\:from-gray-700 {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }
  .md\:from-gray-800 {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }
  .md\:from-gray-900 {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }
  .md\:from-brand-50 {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }
  .md\:from-brand-100 {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }
  .md\:from-brand-200 {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }
  .md\:from-brand-300 {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }
  .md\:from-brand-400 {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }
  .md\:from-brand-500 {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }
  .md\:from-brand-600 {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }
  .md\:from-brand-700 {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }
  .md\:from-brand-800 {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }
  .md\:from-brand-900 {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }
  .md\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent)
  }
  .md\:from-current {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .md\:from-yellow {
    --tw-gradient-from: #eac32a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 195, 42, 0))
  }
  .md\:from-green {
    --tw-gradient-from: #11d25d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .md\:from-header-grad-1 {
    --tw-gradient-from: #f4cb89;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 203, 137, 0))
  }
  .md\:from-header-grad-2 {
    --tw-gradient-from: #e3aa4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 170, 74, 0))
  }
  .md\:from-header-grad-3 {
    --tw-gradient-from: #d85801;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 88, 1, 0))
  }
  .md\:from-header-grad-4 {
    --tw-gradient-from: #d89930;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 153, 48, 0))
  }
  .md\:via-primary-50, .md\:via-primary-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .md\:via-primary-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff6e2, var(--tw-gradient-to, rgba(255, 246, 226, 0))
  }
  .md\:via-primary-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe6af, var(--tw-gradient-to, rgba(255, 230, 175, 0))
  }
  .md\:via-primary-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffd57c, var(--tw-gradient-to, rgba(255, 213, 124, 0))
  }
  .md\:via-primary-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffc549, var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .md\:via-primary-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffb516, var(--tw-gradient-to, rgba(255, 181, 22, 0))
  }
  .md\:via-primary-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #e29a00, var(--tw-gradient-to, rgba(226, 154, 0, 0))
  }
  .md\:via-primary-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #af7700, var(--tw-gradient-to, rgba(175, 119, 0, 0))
  }
  .md\:via-primary-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c5400, var(--tw-gradient-to, rgba(124, 84, 0, 0))
  }
  .md\:via-primary {
    --tw-gradient-stops: var(--tw-gradient-from), #ffc549, var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .md\:via-secondary-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #cefbdf, var(--tw-gradient-to, rgba(206, 251, 223, 0))
  }
  .md\:via-secondary-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #b6f9d0, var(--tw-gradient-to, rgba(182, 249, 208, 0))
  }
  .md\:via-secondary-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #87f5b2, var(--tw-gradient-to, rgba(135, 245, 178, 0))
  }
  .md\:via-secondary-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #58f194, var(--tw-gradient-to, rgba(88, 241, 148, 0))
  }
  .md\:via-secondary-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #28ee76, var(--tw-gradient-to, rgba(40, 238, 118, 0))
  }
  .md\:via-secondary-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #11d25d, var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .md\:via-secondary-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0da348, var(--tw-gradient-to, rgba(13, 163, 72, 0))
  }
  .md\:via-secondary-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #097433, var(--tw-gradient-to, rgba(9, 116, 51, 0))
  }
  .md\:via-secondary-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #06441e, var(--tw-gradient-to, rgba(6, 68, 30, 0))
  }
  .md\:via-secondary-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #021509, var(--tw-gradient-to, rgba(2, 21, 9, 0))
  }
  .md\:via-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), #11d25d, var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .md\:via-accent-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }
  .md\:via-accent-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }
  .md\:via-accent-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }
  .md\:via-accent-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }
  .md\:via-accent-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }
  .md\:via-accent-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }
  .md\:via-accent-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }
  .md\:via-accent-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }
  .md\:via-accent-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }
  .md\:via-accent-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }
  .md\:via-shade-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3a3a31, var(--tw-gradient-to, rgba(58, 58, 49, 0))
  }
  .md\:via-shade-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2d2f35, var(--tw-gradient-to, rgba(45, 47, 53, 0))
  }
  .md\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .md\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, transparent)
  }
  .md\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }
  .md\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }
  .md\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }
  .md\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }
  .md\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }
  .md\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }
  .md\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }
  .md\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }
  .md\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }
  .md\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }
  .md\:via-brand-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }
  .md\:via-brand-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }
  .md\:via-brand-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }
  .md\:via-brand-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }
  .md\:via-brand-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }
  .md\:via-brand-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }
  .md\:via-brand-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }
  .md\:via-brand-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }
  .md\:via-brand-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }
  .md\:via-brand-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }
  .md\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, transparent)
  }
  .md\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .md\:via-yellow {
    --tw-gradient-stops: var(--tw-gradient-from), #eac32a, var(--tw-gradient-to, rgba(234, 195, 42, 0))
  }
  .md\:via-green {
    --tw-gradient-stops: var(--tw-gradient-from), #11d25d, var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .md\:via-header-grad-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #f4cb89, var(--tw-gradient-to, rgba(244, 203, 137, 0))
  }
  .md\:via-header-grad-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #e3aa4a, var(--tw-gradient-to, rgba(227, 170, 74, 0))
  }
  .md\:via-header-grad-3 {
    --tw-gradient-stops: var(--tw-gradient-from), #d85801, var(--tw-gradient-to, rgba(216, 88, 1, 0))
  }
  .md\:via-header-grad-4 {
    --tw-gradient-stops: var(--tw-gradient-from), #d89930, var(--tw-gradient-to, rgba(216, 153, 48, 0))
  }
  .md\:to-primary-50, .md\:to-primary-100 {
    --tw-gradient-to: #fff
  }
  .md\:to-primary-200 {
    --tw-gradient-to: #fff6e2
  }
  .md\:to-primary-300 {
    --tw-gradient-to: #ffe6af
  }
  .md\:to-primary-400 {
    --tw-gradient-to: #ffd57c
  }
  .md\:to-primary-500 {
    --tw-gradient-to: #ffc549
  }
  .md\:to-primary-600 {
    --tw-gradient-to: #ffb516
  }
  .md\:to-primary-700 {
    --tw-gradient-to: #e29a00
  }
  .md\:to-primary-800 {
    --tw-gradient-to: #af7700
  }
  .md\:to-primary-900 {
    --tw-gradient-to: #7c5400
  }
  .md\:to-primary {
    --tw-gradient-to: #ffc549
  }
  .md\:to-secondary-50 {
    --tw-gradient-to: #cefbdf
  }
  .md\:to-secondary-100 {
    --tw-gradient-to: #b6f9d0
  }
  .md\:to-secondary-200 {
    --tw-gradient-to: #87f5b2
  }
  .md\:to-secondary-300 {
    --tw-gradient-to: #58f194
  }
  .md\:to-secondary-400 {
    --tw-gradient-to: #28ee76
  }
  .md\:to-secondary-500 {
    --tw-gradient-to: #11d25d
  }
  .md\:to-secondary-600 {
    --tw-gradient-to: #0da348
  }
  .md\:to-secondary-700 {
    --tw-gradient-to: #097433
  }
  .md\:to-secondary-800 {
    --tw-gradient-to: #06441e
  }
  .md\:to-secondary-900 {
    --tw-gradient-to: #021509
  }
  .md\:to-secondary {
    --tw-gradient-to: #11d25d
  }
  .md\:to-accent-50 {
    --tw-gradient-to: #fef2f2
  }
  .md\:to-accent-100 {
    --tw-gradient-to: #fee2e2
  }
  .md\:to-accent-200 {
    --tw-gradient-to: #fecaca
  }
  .md\:to-accent-300 {
    --tw-gradient-to: #fca5a5
  }
  .md\:to-accent-400 {
    --tw-gradient-to: #f87171
  }
  .md\:to-accent-500 {
    --tw-gradient-to: #ef4444
  }
  .md\:to-accent-600 {
    --tw-gradient-to: #dc2626
  }
  .md\:to-accent-700 {
    --tw-gradient-to: #b91c1c
  }
  .md\:to-accent-800 {
    --tw-gradient-to: #991b1b
  }
  .md\:to-accent-900 {
    --tw-gradient-to: #7f1d1d
  }
  .md\:to-shade-500 {
    --tw-gradient-to: #3a3a31
  }
  .md\:to-shade-600 {
    --tw-gradient-to: #2d2f35
  }
  .md\:to-white {
    --tw-gradient-to: #fff
  }
  .md\:to-black {
    --tw-gradient-to: #000
  }
  .md\:to-gray-50 {
    --tw-gradient-to: #f9fafb
  }
  .md\:to-gray-100 {
    --tw-gradient-to: #f3f4f6
  }
  .md\:to-gray-200 {
    --tw-gradient-to: #e5e7eb
  }
  .md\:to-gray-300 {
    --tw-gradient-to: #d1d5db
  }
  .md\:to-gray-400 {
    --tw-gradient-to: #9ca3af
  }
  .md\:to-gray-500 {
    --tw-gradient-to: #6b7280
  }
  .md\:to-gray-600 {
    --tw-gradient-to: #4b5563
  }
  .md\:to-gray-700 {
    --tw-gradient-to: #374151
  }
  .md\:to-gray-800 {
    --tw-gradient-to: #1f2937
  }
  .md\:to-gray-900 {
    --tw-gradient-to: #111827
  }
  .md\:to-brand-50 {
    --tw-gradient-to: #eff6ff
  }
  .md\:to-brand-100 {
    --tw-gradient-to: #dbeafe
  }
  .md\:to-brand-200 {
    --tw-gradient-to: #bfdbfe
  }
  .md\:to-brand-300 {
    --tw-gradient-to: #93c5fd
  }
  .md\:to-brand-400 {
    --tw-gradient-to: #60a5fa
  }
  .md\:to-brand-500 {
    --tw-gradient-to: #3b82f6
  }
  .md\:to-brand-600 {
    --tw-gradient-to: #2563eb
  }
  .md\:to-brand-700 {
    --tw-gradient-to: #1d4ed8
  }
  .md\:to-brand-800 {
    --tw-gradient-to: #1e40af
  }
  .md\:to-brand-900 {
    --tw-gradient-to: #1e3a8a
  }
  .md\:to-transparent {
    --tw-gradient-to: transparent
  }
  .md\:to-current {
    --tw-gradient-to: currentColor
  }
  .md\:to-yellow {
    --tw-gradient-to: #eac32a
  }
  .md\:to-green {
    --tw-gradient-to: #11d25d
  }
  .md\:to-header-grad-1 {
    --tw-gradient-to: #f4cb89
  }
  .md\:to-header-grad-2 {
    --tw-gradient-to: #e3aa4a
  }
  .md\:to-header-grad-3 {
    --tw-gradient-to: #d85801
  }
  .md\:to-header-grad-4 {
    --tw-gradient-to: #d89930
  }
  .md\:hover\:from-primary-50:hover, .md\:hover\:from-primary-100:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .md\:hover\:from-primary-200:hover {
    --tw-gradient-from: #fff6e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 226, 0))
  }
  .md\:hover\:from-primary-300:hover {
    --tw-gradient-from: #ffe6af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 230, 175, 0))
  }
  .md\:hover\:from-primary-400:hover {
    --tw-gradient-from: #ffd57c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 213, 124, 0))
  }
  .md\:hover\:from-primary-500:hover {
    --tw-gradient-from: #ffc549;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .md\:hover\:from-primary-600:hover {
    --tw-gradient-from: #ffb516;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 181, 22, 0))
  }
  .md\:hover\:from-primary-700:hover {
    --tw-gradient-from: #e29a00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 154, 0, 0))
  }
  .md\:hover\:from-primary-800:hover {
    --tw-gradient-from: #af7700;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 119, 0, 0))
  }
  .md\:hover\:from-primary-900:hover {
    --tw-gradient-from: #7c5400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 84, 0, 0))
  }
  .md\:hover\:from-primary:hover {
    --tw-gradient-from: #ffc549;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .md\:hover\:from-secondary-50:hover {
    --tw-gradient-from: #cefbdf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 251, 223, 0))
  }
  .md\:hover\:from-secondary-100:hover {
    --tw-gradient-from: #b6f9d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 249, 208, 0))
  }
  .md\:hover\:from-secondary-200:hover {
    --tw-gradient-from: #87f5b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 245, 178, 0))
  }
  .md\:hover\:from-secondary-300:hover {
    --tw-gradient-from: #58f194;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 241, 148, 0))
  }
  .md\:hover\:from-secondary-400:hover {
    --tw-gradient-from: #28ee76;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 238, 118, 0))
  }
  .md\:hover\:from-secondary-500:hover {
    --tw-gradient-from: #11d25d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .md\:hover\:from-secondary-600:hover {
    --tw-gradient-from: #0da348;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 163, 72, 0))
  }
  .md\:hover\:from-secondary-700:hover {
    --tw-gradient-from: #097433;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 116, 51, 0))
  }
  .md\:hover\:from-secondary-800:hover {
    --tw-gradient-from: #06441e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 68, 30, 0))
  }
  .md\:hover\:from-secondary-900:hover {
    --tw-gradient-from: #021509;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 21, 9, 0))
  }
  .md\:hover\:from-secondary:hover {
    --tw-gradient-from: #11d25d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .md\:hover\:from-accent-50:hover {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }
  .md\:hover\:from-accent-100:hover {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }
  .md\:hover\:from-accent-200:hover {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }
  .md\:hover\:from-accent-300:hover {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }
  .md\:hover\:from-accent-400:hover {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }
  .md\:hover\:from-accent-500:hover {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }
  .md\:hover\:from-accent-600:hover {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }
  .md\:hover\:from-accent-700:hover {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }
  .md\:hover\:from-accent-800:hover {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }
  .md\:hover\:from-accent-900:hover {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }
  .md\:hover\:from-shade-500:hover {
    --tw-gradient-from: #3a3a31;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 58, 49, 0))
  }
  .md\:hover\:from-shade-600:hover {
    --tw-gradient-from: #2d2f35;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 47, 53, 0))
  }
  .md\:hover\:from-white:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .md\:hover\:from-black:hover {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent)
  }
  .md\:hover\:from-gray-50:hover {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }
  .md\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }
  .md\:hover\:from-gray-200:hover {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }
  .md\:hover\:from-gray-300:hover {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }
  .md\:hover\:from-gray-400:hover {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }
  .md\:hover\:from-gray-500:hover {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }
  .md\:hover\:from-gray-600:hover {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }
  .md\:hover\:from-gray-700:hover {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }
  .md\:hover\:from-gray-800:hover {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }
  .md\:hover\:from-gray-900:hover {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }
  .md\:hover\:from-brand-50:hover {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }
  .md\:hover\:from-brand-100:hover {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }
  .md\:hover\:from-brand-200:hover {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }
  .md\:hover\:from-brand-300:hover {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }
  .md\:hover\:from-brand-400:hover {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }
  .md\:hover\:from-brand-500:hover {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }
  .md\:hover\:from-brand-600:hover {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }
  .md\:hover\:from-brand-700:hover {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }
  .md\:hover\:from-brand-800:hover {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }
  .md\:hover\:from-brand-900:hover {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }
  .md\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent)
  }
  .md\:hover\:from-current:hover {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .md\:hover\:from-yellow:hover {
    --tw-gradient-from: #eac32a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 195, 42, 0))
  }
  .md\:hover\:from-green:hover {
    --tw-gradient-from: #11d25d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .md\:hover\:from-header-grad-1:hover {
    --tw-gradient-from: #f4cb89;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 203, 137, 0))
  }
  .md\:hover\:from-header-grad-2:hover {
    --tw-gradient-from: #e3aa4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 170, 74, 0))
  }
  .md\:hover\:from-header-grad-3:hover {
    --tw-gradient-from: #d85801;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 88, 1, 0))
  }
  .md\:hover\:from-header-grad-4:hover {
    --tw-gradient-from: #d89930;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 153, 48, 0))
  }
  .md\:hover\:via-primary-50:hover, .md\:hover\:via-primary-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .md\:hover\:via-primary-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff6e2, var(--tw-gradient-to, rgba(255, 246, 226, 0))
  }
  .md\:hover\:via-primary-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe6af, var(--tw-gradient-to, rgba(255, 230, 175, 0))
  }
  .md\:hover\:via-primary-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffd57c, var(--tw-gradient-to, rgba(255, 213, 124, 0))
  }
  .md\:hover\:via-primary-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffc549, var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .md\:hover\:via-primary-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffb516, var(--tw-gradient-to, rgba(255, 181, 22, 0))
  }
  .md\:hover\:via-primary-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e29a00, var(--tw-gradient-to, rgba(226, 154, 0, 0))
  }
  .md\:hover\:via-primary-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #af7700, var(--tw-gradient-to, rgba(175, 119, 0, 0))
  }
  .md\:hover\:via-primary-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c5400, var(--tw-gradient-to, rgba(124, 84, 0, 0))
  }
  .md\:hover\:via-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffc549, var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .md\:hover\:via-secondary-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cefbdf, var(--tw-gradient-to, rgba(206, 251, 223, 0))
  }
  .md\:hover\:via-secondary-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b6f9d0, var(--tw-gradient-to, rgba(182, 249, 208, 0))
  }
  .md\:hover\:via-secondary-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #87f5b2, var(--tw-gradient-to, rgba(135, 245, 178, 0))
  }
  .md\:hover\:via-secondary-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #58f194, var(--tw-gradient-to, rgba(88, 241, 148, 0))
  }
  .md\:hover\:via-secondary-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #28ee76, var(--tw-gradient-to, rgba(40, 238, 118, 0))
  }
  .md\:hover\:via-secondary-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #11d25d, var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .md\:hover\:via-secondary-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0da348, var(--tw-gradient-to, rgba(13, 163, 72, 0))
  }
  .md\:hover\:via-secondary-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #097433, var(--tw-gradient-to, rgba(9, 116, 51, 0))
  }
  .md\:hover\:via-secondary-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #06441e, var(--tw-gradient-to, rgba(6, 68, 30, 0))
  }
  .md\:hover\:via-secondary-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #021509, var(--tw-gradient-to, rgba(2, 21, 9, 0))
  }
  .md\:hover\:via-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #11d25d, var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .md\:hover\:via-accent-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }
  .md\:hover\:via-accent-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }
  .md\:hover\:via-accent-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }
  .md\:hover\:via-accent-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }
  .md\:hover\:via-accent-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }
  .md\:hover\:via-accent-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }
  .md\:hover\:via-accent-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }
  .md\:hover\:via-accent-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }
  .md\:hover\:via-accent-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }
  .md\:hover\:via-accent-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }
  .md\:hover\:via-shade-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3a3a31, var(--tw-gradient-to, rgba(58, 58, 49, 0))
  }
  .md\:hover\:via-shade-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2d2f35, var(--tw-gradient-to, rgba(45, 47, 53, 0))
  }
  .md\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .md\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, transparent)
  }
  .md\:hover\:via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }
  .md\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }
  .md\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }
  .md\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }
  .md\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }
  .md\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }
  .md\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }
  .md\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }
  .md\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }
  .md\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }
  .md\:hover\:via-brand-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }
  .md\:hover\:via-brand-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }
  .md\:hover\:via-brand-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }
  .md\:hover\:via-brand-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }
  .md\:hover\:via-brand-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }
  .md\:hover\:via-brand-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }
  .md\:hover\:via-brand-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }
  .md\:hover\:via-brand-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }
  .md\:hover\:via-brand-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }
  .md\:hover\:via-brand-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }
  .md\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, transparent)
  }
  .md\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .md\:hover\:via-yellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eac32a, var(--tw-gradient-to, rgba(234, 195, 42, 0))
  }
  .md\:hover\:via-green:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #11d25d, var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .md\:hover\:via-header-grad-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f4cb89, var(--tw-gradient-to, rgba(244, 203, 137, 0))
  }
  .md\:hover\:via-header-grad-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e3aa4a, var(--tw-gradient-to, rgba(227, 170, 74, 0))
  }
  .md\:hover\:via-header-grad-3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d85801, var(--tw-gradient-to, rgba(216, 88, 1, 0))
  }
  .md\:hover\:via-header-grad-4:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d89930, var(--tw-gradient-to, rgba(216, 153, 48, 0))
  }
  .md\:hover\:to-primary-50:hover, .md\:hover\:to-primary-100:hover {
    --tw-gradient-to: #fff
  }
  .md\:hover\:to-primary-200:hover {
    --tw-gradient-to: #fff6e2
  }
  .md\:hover\:to-primary-300:hover {
    --tw-gradient-to: #ffe6af
  }
  .md\:hover\:to-primary-400:hover {
    --tw-gradient-to: #ffd57c
  }
  .md\:hover\:to-primary-500:hover {
    --tw-gradient-to: #ffc549
  }
  .md\:hover\:to-primary-600:hover {
    --tw-gradient-to: #ffb516
  }
  .md\:hover\:to-primary-700:hover {
    --tw-gradient-to: #e29a00
  }
  .md\:hover\:to-primary-800:hover {
    --tw-gradient-to: #af7700
  }
  .md\:hover\:to-primary-900:hover {
    --tw-gradient-to: #7c5400
  }
  .md\:hover\:to-primary:hover {
    --tw-gradient-to: #ffc549
  }
  .md\:hover\:to-secondary-50:hover {
    --tw-gradient-to: #cefbdf
  }
  .md\:hover\:to-secondary-100:hover {
    --tw-gradient-to: #b6f9d0
  }
  .md\:hover\:to-secondary-200:hover {
    --tw-gradient-to: #87f5b2
  }
  .md\:hover\:to-secondary-300:hover {
    --tw-gradient-to: #58f194
  }
  .md\:hover\:to-secondary-400:hover {
    --tw-gradient-to: #28ee76
  }
  .md\:hover\:to-secondary-500:hover {
    --tw-gradient-to: #11d25d
  }
  .md\:hover\:to-secondary-600:hover {
    --tw-gradient-to: #0da348
  }
  .md\:hover\:to-secondary-700:hover {
    --tw-gradient-to: #097433
  }
  .md\:hover\:to-secondary-800:hover {
    --tw-gradient-to: #06441e
  }
  .md\:hover\:to-secondary-900:hover {
    --tw-gradient-to: #021509
  }
  .md\:hover\:to-secondary:hover {
    --tw-gradient-to: #11d25d
  }
  .md\:hover\:to-accent-50:hover {
    --tw-gradient-to: #fef2f2
  }
  .md\:hover\:to-accent-100:hover {
    --tw-gradient-to: #fee2e2
  }
  .md\:hover\:to-accent-200:hover {
    --tw-gradient-to: #fecaca
  }
  .md\:hover\:to-accent-300:hover {
    --tw-gradient-to: #fca5a5
  }
  .md\:hover\:to-accent-400:hover {
    --tw-gradient-to: #f87171
  }
  .md\:hover\:to-accent-500:hover {
    --tw-gradient-to: #ef4444
  }
  .md\:hover\:to-accent-600:hover {
    --tw-gradient-to: #dc2626
  }
  .md\:hover\:to-accent-700:hover {
    --tw-gradient-to: #b91c1c
  }
  .md\:hover\:to-accent-800:hover {
    --tw-gradient-to: #991b1b
  }
  .md\:hover\:to-accent-900:hover {
    --tw-gradient-to: #7f1d1d
  }
  .md\:hover\:to-shade-500:hover {
    --tw-gradient-to: #3a3a31
  }
  .md\:hover\:to-shade-600:hover {
    --tw-gradient-to: #2d2f35
  }
  .md\:hover\:to-white:hover {
    --tw-gradient-to: #fff
  }
  .md\:hover\:to-black:hover {
    --tw-gradient-to: #000
  }
  .md\:hover\:to-gray-50:hover {
    --tw-gradient-to: #f9fafb
  }
  .md\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f3f4f6
  }
  .md\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e5e7eb
  }
  .md\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d1d5db
  }
  .md\:hover\:to-gray-400:hover {
    --tw-gradient-to: #9ca3af
  }
  .md\:hover\:to-gray-500:hover {
    --tw-gradient-to: #6b7280
  }
  .md\:hover\:to-gray-600:hover {
    --tw-gradient-to: #4b5563
  }
  .md\:hover\:to-gray-700:hover {
    --tw-gradient-to: #374151
  }
  .md\:hover\:to-gray-800:hover {
    --tw-gradient-to: #1f2937
  }
  .md\:hover\:to-gray-900:hover {
    --tw-gradient-to: #111827
  }
  .md\:hover\:to-brand-50:hover {
    --tw-gradient-to: #eff6ff
  }
  .md\:hover\:to-brand-100:hover {
    --tw-gradient-to: #dbeafe
  }
  .md\:hover\:to-brand-200:hover {
    --tw-gradient-to: #bfdbfe
  }
  .md\:hover\:to-brand-300:hover {
    --tw-gradient-to: #93c5fd
  }
  .md\:hover\:to-brand-400:hover {
    --tw-gradient-to: #60a5fa
  }
  .md\:hover\:to-brand-500:hover {
    --tw-gradient-to: #3b82f6
  }
  .md\:hover\:to-brand-600:hover {
    --tw-gradient-to: #2563eb
  }
  .md\:hover\:to-brand-700:hover {
    --tw-gradient-to: #1d4ed8
  }
  .md\:hover\:to-brand-800:hover {
    --tw-gradient-to: #1e40af
  }
  .md\:hover\:to-brand-900:hover {
    --tw-gradient-to: #1e3a8a
  }
  .md\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent
  }
  .md\:hover\:to-current:hover {
    --tw-gradient-to: currentColor
  }
  .md\:hover\:to-yellow:hover {
    --tw-gradient-to: #eac32a
  }
  .md\:hover\:to-green:hover {
    --tw-gradient-to: #11d25d
  }
  .md\:hover\:to-header-grad-1:hover {
    --tw-gradient-to: #f4cb89
  }
  .md\:hover\:to-header-grad-2:hover {
    --tw-gradient-to: #e3aa4a
  }
  .md\:hover\:to-header-grad-3:hover {
    --tw-gradient-to: #d85801
  }
  .md\:hover\:to-header-grad-4:hover {
    --tw-gradient-to: #d89930
  }
  .md\:focus\:from-primary-50:focus, .md\:focus\:from-primary-100:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .md\:focus\:from-primary-200:focus {
    --tw-gradient-from: #fff6e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 226, 0))
  }
  .md\:focus\:from-primary-300:focus {
    --tw-gradient-from: #ffe6af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 230, 175, 0))
  }
  .md\:focus\:from-primary-400:focus {
    --tw-gradient-from: #ffd57c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 213, 124, 0))
  }
  .md\:focus\:from-primary-500:focus {
    --tw-gradient-from: #ffc549;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .md\:focus\:from-primary-600:focus {
    --tw-gradient-from: #ffb516;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 181, 22, 0))
  }
  .md\:focus\:from-primary-700:focus {
    --tw-gradient-from: #e29a00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 154, 0, 0))
  }
  .md\:focus\:from-primary-800:focus {
    --tw-gradient-from: #af7700;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 119, 0, 0))
  }
  .md\:focus\:from-primary-900:focus {
    --tw-gradient-from: #7c5400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 84, 0, 0))
  }
  .md\:focus\:from-primary:focus {
    --tw-gradient-from: #ffc549;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .md\:focus\:from-secondary-50:focus {
    --tw-gradient-from: #cefbdf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 251, 223, 0))
  }
  .md\:focus\:from-secondary-100:focus {
    --tw-gradient-from: #b6f9d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 249, 208, 0))
  }
  .md\:focus\:from-secondary-200:focus {
    --tw-gradient-from: #87f5b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 245, 178, 0))
  }
  .md\:focus\:from-secondary-300:focus {
    --tw-gradient-from: #58f194;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 241, 148, 0))
  }
  .md\:focus\:from-secondary-400:focus {
    --tw-gradient-from: #28ee76;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 238, 118, 0))
  }
  .md\:focus\:from-secondary-500:focus {
    --tw-gradient-from: #11d25d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .md\:focus\:from-secondary-600:focus {
    --tw-gradient-from: #0da348;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 163, 72, 0))
  }
  .md\:focus\:from-secondary-700:focus {
    --tw-gradient-from: #097433;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 116, 51, 0))
  }
  .md\:focus\:from-secondary-800:focus {
    --tw-gradient-from: #06441e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 68, 30, 0))
  }
  .md\:focus\:from-secondary-900:focus {
    --tw-gradient-from: #021509;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 21, 9, 0))
  }
  .md\:focus\:from-secondary:focus {
    --tw-gradient-from: #11d25d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .md\:focus\:from-accent-50:focus {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }
  .md\:focus\:from-accent-100:focus {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }
  .md\:focus\:from-accent-200:focus {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }
  .md\:focus\:from-accent-300:focus {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }
  .md\:focus\:from-accent-400:focus {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }
  .md\:focus\:from-accent-500:focus {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }
  .md\:focus\:from-accent-600:focus {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }
  .md\:focus\:from-accent-700:focus {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }
  .md\:focus\:from-accent-800:focus {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }
  .md\:focus\:from-accent-900:focus {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }
  .md\:focus\:from-shade-500:focus {
    --tw-gradient-from: #3a3a31;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 58, 49, 0))
  }
  .md\:focus\:from-shade-600:focus {
    --tw-gradient-from: #2d2f35;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 47, 53, 0))
  }
  .md\:focus\:from-white:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .md\:focus\:from-black:focus {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent)
  }
  .md\:focus\:from-gray-50:focus {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }
  .md\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }
  .md\:focus\:from-gray-200:focus {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }
  .md\:focus\:from-gray-300:focus {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }
  .md\:focus\:from-gray-400:focus {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }
  .md\:focus\:from-gray-500:focus {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }
  .md\:focus\:from-gray-600:focus {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }
  .md\:focus\:from-gray-700:focus {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }
  .md\:focus\:from-gray-800:focus {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }
  .md\:focus\:from-gray-900:focus {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }
  .md\:focus\:from-brand-50:focus {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }
  .md\:focus\:from-brand-100:focus {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }
  .md\:focus\:from-brand-200:focus {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }
  .md\:focus\:from-brand-300:focus {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }
  .md\:focus\:from-brand-400:focus {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }
  .md\:focus\:from-brand-500:focus {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }
  .md\:focus\:from-brand-600:focus {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }
  .md\:focus\:from-brand-700:focus {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }
  .md\:focus\:from-brand-800:focus {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }
  .md\:focus\:from-brand-900:focus {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }
  .md\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent)
  }
  .md\:focus\:from-current:focus {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .md\:focus\:from-yellow:focus {
    --tw-gradient-from: #eac32a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 195, 42, 0))
  }
  .md\:focus\:from-green:focus {
    --tw-gradient-from: #11d25d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .md\:focus\:from-header-grad-1:focus {
    --tw-gradient-from: #f4cb89;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 203, 137, 0))
  }
  .md\:focus\:from-header-grad-2:focus {
    --tw-gradient-from: #e3aa4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 170, 74, 0))
  }
  .md\:focus\:from-header-grad-3:focus {
    --tw-gradient-from: #d85801;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 88, 1, 0))
  }
  .md\:focus\:from-header-grad-4:focus {
    --tw-gradient-from: #d89930;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 153, 48, 0))
  }
  .md\:focus\:via-primary-50:focus, .md\:focus\:via-primary-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .md\:focus\:via-primary-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff6e2, var(--tw-gradient-to, rgba(255, 246, 226, 0))
  }
  .md\:focus\:via-primary-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe6af, var(--tw-gradient-to, rgba(255, 230, 175, 0))
  }
  .md\:focus\:via-primary-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffd57c, var(--tw-gradient-to, rgba(255, 213, 124, 0))
  }
  .md\:focus\:via-primary-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffc549, var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .md\:focus\:via-primary-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffb516, var(--tw-gradient-to, rgba(255, 181, 22, 0))
  }
  .md\:focus\:via-primary-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e29a00, var(--tw-gradient-to, rgba(226, 154, 0, 0))
  }
  .md\:focus\:via-primary-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #af7700, var(--tw-gradient-to, rgba(175, 119, 0, 0))
  }
  .md\:focus\:via-primary-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c5400, var(--tw-gradient-to, rgba(124, 84, 0, 0))
  }
  .md\:focus\:via-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffc549, var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .md\:focus\:via-secondary-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cefbdf, var(--tw-gradient-to, rgba(206, 251, 223, 0))
  }
  .md\:focus\:via-secondary-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b6f9d0, var(--tw-gradient-to, rgba(182, 249, 208, 0))
  }
  .md\:focus\:via-secondary-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #87f5b2, var(--tw-gradient-to, rgba(135, 245, 178, 0))
  }
  .md\:focus\:via-secondary-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #58f194, var(--tw-gradient-to, rgba(88, 241, 148, 0))
  }
  .md\:focus\:via-secondary-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #28ee76, var(--tw-gradient-to, rgba(40, 238, 118, 0))
  }
  .md\:focus\:via-secondary-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #11d25d, var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .md\:focus\:via-secondary-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0da348, var(--tw-gradient-to, rgba(13, 163, 72, 0))
  }
  .md\:focus\:via-secondary-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #097433, var(--tw-gradient-to, rgba(9, 116, 51, 0))
  }
  .md\:focus\:via-secondary-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #06441e, var(--tw-gradient-to, rgba(6, 68, 30, 0))
  }
  .md\:focus\:via-secondary-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #021509, var(--tw-gradient-to, rgba(2, 21, 9, 0))
  }
  .md\:focus\:via-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #11d25d, var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .md\:focus\:via-accent-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }
  .md\:focus\:via-accent-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }
  .md\:focus\:via-accent-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }
  .md\:focus\:via-accent-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }
  .md\:focus\:via-accent-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }
  .md\:focus\:via-accent-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }
  .md\:focus\:via-accent-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }
  .md\:focus\:via-accent-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }
  .md\:focus\:via-accent-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }
  .md\:focus\:via-accent-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }
  .md\:focus\:via-shade-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3a3a31, var(--tw-gradient-to, rgba(58, 58, 49, 0))
  }
  .md\:focus\:via-shade-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2d2f35, var(--tw-gradient-to, rgba(45, 47, 53, 0))
  }
  .md\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .md\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, transparent)
  }
  .md\:focus\:via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }
  .md\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }
  .md\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }
  .md\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }
  .md\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }
  .md\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }
  .md\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }
  .md\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }
  .md\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }
  .md\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }
  .md\:focus\:via-brand-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }
  .md\:focus\:via-brand-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }
  .md\:focus\:via-brand-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }
  .md\:focus\:via-brand-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }
  .md\:focus\:via-brand-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }
  .md\:focus\:via-brand-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }
  .md\:focus\:via-brand-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }
  .md\:focus\:via-brand-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }
  .md\:focus\:via-brand-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }
  .md\:focus\:via-brand-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }
  .md\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, transparent)
  }
  .md\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .md\:focus\:via-yellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eac32a, var(--tw-gradient-to, rgba(234, 195, 42, 0))
  }
  .md\:focus\:via-green:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #11d25d, var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .md\:focus\:via-header-grad-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f4cb89, var(--tw-gradient-to, rgba(244, 203, 137, 0))
  }
  .md\:focus\:via-header-grad-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e3aa4a, var(--tw-gradient-to, rgba(227, 170, 74, 0))
  }
  .md\:focus\:via-header-grad-3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d85801, var(--tw-gradient-to, rgba(216, 88, 1, 0))
  }
  .md\:focus\:via-header-grad-4:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d89930, var(--tw-gradient-to, rgba(216, 153, 48, 0))
  }
  .md\:focus\:to-primary-50:focus, .md\:focus\:to-primary-100:focus {
    --tw-gradient-to: #fff
  }
  .md\:focus\:to-primary-200:focus {
    --tw-gradient-to: #fff6e2
  }
  .md\:focus\:to-primary-300:focus {
    --tw-gradient-to: #ffe6af
  }
  .md\:focus\:to-primary-400:focus {
    --tw-gradient-to: #ffd57c
  }
  .md\:focus\:to-primary-500:focus {
    --tw-gradient-to: #ffc549
  }
  .md\:focus\:to-primary-600:focus {
    --tw-gradient-to: #ffb516
  }
  .md\:focus\:to-primary-700:focus {
    --tw-gradient-to: #e29a00
  }
  .md\:focus\:to-primary-800:focus {
    --tw-gradient-to: #af7700
  }
  .md\:focus\:to-primary-900:focus {
    --tw-gradient-to: #7c5400
  }
  .md\:focus\:to-primary:focus {
    --tw-gradient-to: #ffc549
  }
  .md\:focus\:to-secondary-50:focus {
    --tw-gradient-to: #cefbdf
  }
  .md\:focus\:to-secondary-100:focus {
    --tw-gradient-to: #b6f9d0
  }
  .md\:focus\:to-secondary-200:focus {
    --tw-gradient-to: #87f5b2
  }
  .md\:focus\:to-secondary-300:focus {
    --tw-gradient-to: #58f194
  }
  .md\:focus\:to-secondary-400:focus {
    --tw-gradient-to: #28ee76
  }
  .md\:focus\:to-secondary-500:focus {
    --tw-gradient-to: #11d25d
  }
  .md\:focus\:to-secondary-600:focus {
    --tw-gradient-to: #0da348
  }
  .md\:focus\:to-secondary-700:focus {
    --tw-gradient-to: #097433
  }
  .md\:focus\:to-secondary-800:focus {
    --tw-gradient-to: #06441e
  }
  .md\:focus\:to-secondary-900:focus {
    --tw-gradient-to: #021509
  }
  .md\:focus\:to-secondary:focus {
    --tw-gradient-to: #11d25d
  }
  .md\:focus\:to-accent-50:focus {
    --tw-gradient-to: #fef2f2
  }
  .md\:focus\:to-accent-100:focus {
    --tw-gradient-to: #fee2e2
  }
  .md\:focus\:to-accent-200:focus {
    --tw-gradient-to: #fecaca
  }
  .md\:focus\:to-accent-300:focus {
    --tw-gradient-to: #fca5a5
  }
  .md\:focus\:to-accent-400:focus {
    --tw-gradient-to: #f87171
  }
  .md\:focus\:to-accent-500:focus {
    --tw-gradient-to: #ef4444
  }
  .md\:focus\:to-accent-600:focus {
    --tw-gradient-to: #dc2626
  }
  .md\:focus\:to-accent-700:focus {
    --tw-gradient-to: #b91c1c
  }
  .md\:focus\:to-accent-800:focus {
    --tw-gradient-to: #991b1b
  }
  .md\:focus\:to-accent-900:focus {
    --tw-gradient-to: #7f1d1d
  }
  .md\:focus\:to-shade-500:focus {
    --tw-gradient-to: #3a3a31
  }
  .md\:focus\:to-shade-600:focus {
    --tw-gradient-to: #2d2f35
  }
  .md\:focus\:to-white:focus {
    --tw-gradient-to: #fff
  }
  .md\:focus\:to-black:focus {
    --tw-gradient-to: #000
  }
  .md\:focus\:to-gray-50:focus {
    --tw-gradient-to: #f9fafb
  }
  .md\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f3f4f6
  }
  .md\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e5e7eb
  }
  .md\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d1d5db
  }
  .md\:focus\:to-gray-400:focus {
    --tw-gradient-to: #9ca3af
  }
  .md\:focus\:to-gray-500:focus {
    --tw-gradient-to: #6b7280
  }
  .md\:focus\:to-gray-600:focus {
    --tw-gradient-to: #4b5563
  }
  .md\:focus\:to-gray-700:focus {
    --tw-gradient-to: #374151
  }
  .md\:focus\:to-gray-800:focus {
    --tw-gradient-to: #1f2937
  }
  .md\:focus\:to-gray-900:focus {
    --tw-gradient-to: #111827
  }
  .md\:focus\:to-brand-50:focus {
    --tw-gradient-to: #eff6ff
  }
  .md\:focus\:to-brand-100:focus {
    --tw-gradient-to: #dbeafe
  }
  .md\:focus\:to-brand-200:focus {
    --tw-gradient-to: #bfdbfe
  }
  .md\:focus\:to-brand-300:focus {
    --tw-gradient-to: #93c5fd
  }
  .md\:focus\:to-brand-400:focus {
    --tw-gradient-to: #60a5fa
  }
  .md\:focus\:to-brand-500:focus {
    --tw-gradient-to: #3b82f6
  }
  .md\:focus\:to-brand-600:focus {
    --tw-gradient-to: #2563eb
  }
  .md\:focus\:to-brand-700:focus {
    --tw-gradient-to: #1d4ed8
  }
  .md\:focus\:to-brand-800:focus {
    --tw-gradient-to: #1e40af
  }
  .md\:focus\:to-brand-900:focus {
    --tw-gradient-to: #1e3a8a
  }
  .md\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent
  }
  .md\:focus\:to-current:focus {
    --tw-gradient-to: currentColor
  }
  .md\:focus\:to-yellow:focus {
    --tw-gradient-to: #eac32a
  }
  .md\:focus\:to-green:focus {
    --tw-gradient-to: #11d25d
  }
  .md\:focus\:to-header-grad-1:focus {
    --tw-gradient-to: #f4cb89
  }
  .md\:focus\:to-header-grad-2:focus {
    --tw-gradient-to: #e3aa4a
  }
  .md\:focus\:to-header-grad-3:focus {
    --tw-gradient-to: #d85801
  }
  .md\:focus\:to-header-grad-4:focus {
    --tw-gradient-to: #d89930
  }
  .md\:bg-opacity-0 {
    --tw-bg-opacity: 0
  }
  .md\:bg-opacity-5 {
    --tw-bg-opacity: 0.05
  }
  .md\:bg-opacity-10 {
    --tw-bg-opacity: 0.1
  }
  .md\:bg-opacity-20 {
    --tw-bg-opacity: 0.2
  }
  .md\:bg-opacity-25 {
    --tw-bg-opacity: 0.25
  }
  .md\:bg-opacity-30 {
    --tw-bg-opacity: 0.3
  }
  .md\:bg-opacity-40 {
    --tw-bg-opacity: 0.4
  }
  .md\:bg-opacity-50 {
    --tw-bg-opacity: 0.5
  }
  .md\:bg-opacity-60 {
    --tw-bg-opacity: 0.6
  }
  .md\:bg-opacity-70 {
    --tw-bg-opacity: 0.7
  }
  .md\:bg-opacity-75 {
    --tw-bg-opacity: 0.75
  }
  .md\:bg-opacity-80 {
    --tw-bg-opacity: 0.8
  }
  .md\:bg-opacity-90 {
    --tw-bg-opacity: 0.9
  }
  .md\:bg-opacity-95 {
    --tw-bg-opacity: 0.95
  }
  .md\:bg-opacity-100 {
    --tw-bg-opacity: 1
  }
  .group:hover .md\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0
  }
  .group:hover .md\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05
  }
  .group:hover .md\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1
  }
  .group:hover .md\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2
  }
  .group:hover .md\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25
  }
  .group:hover .md\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3
  }
  .group:hover .md\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4
  }
  .group:hover .md\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5
  }
  .group:hover .md\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6
  }
  .group:hover .md\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7
  }
  .group:hover .md\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75
  }
  .group:hover .md\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8
  }
  .group:hover .md\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9
  }
  .group:hover .md\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95
  }
  .group:hover .md\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1
  }
  .md\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0
  }
  .md\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05
  }
  .md\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1
  }
  .md\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2
  }
  .md\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25
  }
  .md\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3
  }
  .md\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4
  }
  .md\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5
  }
  .md\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6
  }
  .md\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7
  }
  .md\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75
  }
  .md\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8
  }
  .md\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9
  }
  .md\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95
  }
  .md\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1
  }
  .md\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0
  }
  .md\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05
  }
  .md\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1
  }
  .md\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2
  }
  .md\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25
  }
  .md\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3
  }
  .md\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4
  }
  .md\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5
  }
  .md\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6
  }
  .md\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7
  }
  .md\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75
  }
  .md\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8
  }
  .md\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9
  }
  .md\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95
  }
  .md\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1
  }
  .md\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0
  }
  .md\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05
  }
  .md\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1
  }
  .md\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2
  }
  .md\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25
  }
  .md\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3
  }
  .md\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4
  }
  .md\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5
  }
  .md\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6
  }
  .md\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7
  }
  .md\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75
  }
  .md\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8
  }
  .md\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9
  }
  .md\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95
  }
  .md\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1
  }
  .md\:bg-bottom {
    background-position: bottom
  }
  .md\:bg-center {
    background-position: 50%
  }
  .md\:bg-left {
    background-position: 0
  }
  .md\:bg-left-bottom {
    background-position: 0 100%
  }
  .md\:bg-left-top {
    background-position: 0 0
  }
  .md\:bg-right {
    background-position: 100%
  }
  .md\:bg-right-bottom {
    background-position: 100% 100%
  }
  .md\:bg-right-top {
    background-position: 100% 0
  }
  .md\:bg-top {
    background-position: top
  }
  .md\:bg-repeat {
    background-repeat: repeat
  }
  .md\:bg-no-repeat {
    background-repeat: no-repeat
  }
  .md\:bg-repeat-x {
    background-repeat: repeat-x
  }
  .md\:bg-repeat-y {
    background-repeat: repeat-y
  }
  .md\:bg-repeat-round {
    background-repeat: round
  }
  .md\:bg-repeat-space {
    background-repeat: space
  }
  .md\:bg-auto {
    background-size: auto
  }
  .md\:bg-cover {
    background-size: cover
  }
  .md\:bg-contain {
    background-size: contain
  }
  .md\:border-collapse {
    border-collapse: collapse
  }
  .md\:border-separate {
    border-collapse: separate
  }
  .md\:border-primary-50, .md\:border-primary-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .md\:border-primary-200 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 226, var(--tw-border-opacity))
  }
  .md\:border-primary-300 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 230, 175, var(--tw-border-opacity))
  }
  .md\:border-primary-400 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 213, 124, var(--tw-border-opacity))
  }
  .md\:border-primary-500 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .md\:border-primary-600 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 181, 22, var(--tw-border-opacity))
  }
  .md\:border-primary-700 {
    --tw-border-opacity: 1;
    border-color: rgba(226, 154, 0, var(--tw-border-opacity))
  }
  .md\:border-primary-800 {
    --tw-border-opacity: 1;
    border-color: rgba(175, 119, 0, var(--tw-border-opacity))
  }
  .md\:border-primary-900 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 84, 0, var(--tw-border-opacity))
  }
  .md\:border-primary {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .md\:border-secondary-50 {
    --tw-border-opacity: 1;
    border-color: rgba(206, 251, 223, var(--tw-border-opacity))
  }
  .md\:border-secondary-100 {
    --tw-border-opacity: 1;
    border-color: rgba(182, 249, 208, var(--tw-border-opacity))
  }
  .md\:border-secondary-200 {
    --tw-border-opacity: 1;
    border-color: rgba(135, 245, 178, var(--tw-border-opacity))
  }
  .md\:border-secondary-300 {
    --tw-border-opacity: 1;
    border-color: rgba(88, 241, 148, var(--tw-border-opacity))
  }
  .md\:border-secondary-400 {
    --tw-border-opacity: 1;
    border-color: rgba(40, 238, 118, var(--tw-border-opacity))
  }
  .md\:border-secondary-500 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .md\:border-secondary-600 {
    --tw-border-opacity: 1;
    border-color: rgba(13, 163, 72, var(--tw-border-opacity))
  }
  .md\:border-secondary-700 {
    --tw-border-opacity: 1;
    border-color: rgba(9, 116, 51, var(--tw-border-opacity))
  }
  .md\:border-secondary-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 68, 30, var(--tw-border-opacity))
  }
  .md\:border-secondary-900 {
    --tw-border-opacity: 1;
    border-color: rgba(2, 21, 9, var(--tw-border-opacity))
  }
  .md\:border-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .md\:border-accent-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity))
  }
  .md\:border-accent-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity))
  }
  .md\:border-accent-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity))
  }
  .md\:border-accent-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity))
  }
  .md\:border-accent-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity))
  }
  .md\:border-accent-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity))
  }
  .md\:border-accent-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity))
  }
  .md\:border-accent-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity))
  }
  .md\:border-accent-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity))
  }
  .md\:border-accent-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity))
  }
  .md\:border-shade-500 {
    --tw-border-opacity: 1;
    border-color: rgba(58, 58, 49, var(--tw-border-opacity))
  }
  .md\:border-shade-600 {
    --tw-border-opacity: 1;
    border-color: rgba(45, 47, 53, var(--tw-border-opacity))
  }
  .md\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .md\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity))
  }
  .md\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity))
  }
  .md\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity))
  }
  .md\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity))
  }
  .md\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity))
  }
  .md\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity))
  }
  .md\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity))
  }
  .md\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity))
  }
  .md\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity))
  }
  .md\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity))
  }
  .md\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity))
  }
  .md\:border-brand-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity))
  }
  .md\:border-brand-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity))
  }
  .md\:border-brand-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity))
  }
  .md\:border-brand-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity))
  }
  .md\:border-brand-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity))
  }
  .md\:border-brand-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity))
  }
  .md\:border-brand-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity))
  }
  .md\:border-brand-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity))
  }
  .md\:border-brand-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity))
  }
  .md\:border-brand-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity))
  }
  .md\:border-transparent {
    border-color: transparent
  }
  .md\:border-current {
    border-color: currentColor
  }
  .md\:checked\:border-primary-50:checked, .md\:checked\:border-primary-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .md\:checked\:border-primary-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 226, var(--tw-border-opacity))
  }
  .md\:checked\:border-primary-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 230, 175, var(--tw-border-opacity))
  }
  .md\:checked\:border-primary-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 213, 124, var(--tw-border-opacity))
  }
  .md\:checked\:border-primary-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .md\:checked\:border-primary-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 181, 22, var(--tw-border-opacity))
  }
  .md\:checked\:border-primary-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(226, 154, 0, var(--tw-border-opacity))
  }
  .md\:checked\:border-primary-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(175, 119, 0, var(--tw-border-opacity))
  }
  .md\:checked\:border-primary-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(124, 84, 0, var(--tw-border-opacity))
  }
  .md\:checked\:border-primary:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .md\:checked\:border-secondary-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(206, 251, 223, var(--tw-border-opacity))
  }
  .md\:checked\:border-secondary-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(182, 249, 208, var(--tw-border-opacity))
  }
  .md\:checked\:border-secondary-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(135, 245, 178, var(--tw-border-opacity))
  }
  .md\:checked\:border-secondary-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(88, 241, 148, var(--tw-border-opacity))
  }
  .md\:checked\:border-secondary-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(40, 238, 118, var(--tw-border-opacity))
  }
  .md\:checked\:border-secondary-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .md\:checked\:border-secondary-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(13, 163, 72, var(--tw-border-opacity))
  }
  .md\:checked\:border-secondary-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(9, 116, 51, var(--tw-border-opacity))
  }
  .md\:checked\:border-secondary-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(6, 68, 30, var(--tw-border-opacity))
  }
  .md\:checked\:border-secondary-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(2, 21, 9, var(--tw-border-opacity))
  }
  .md\:checked\:border-secondary:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .md\:checked\:border-accent-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity))
  }
  .md\:checked\:border-accent-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity))
  }
  .md\:checked\:border-accent-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity))
  }
  .md\:checked\:border-accent-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity))
  }
  .md\:checked\:border-accent-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity))
  }
  .md\:checked\:border-accent-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity))
  }
  .md\:checked\:border-accent-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity))
  }
  .md\:checked\:border-accent-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity))
  }
  .md\:checked\:border-accent-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity))
  }
  .md\:checked\:border-accent-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity))
  }
  .md\:checked\:border-shade-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(58, 58, 49, var(--tw-border-opacity))
  }
  .md\:checked\:border-shade-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(45, 47, 53, var(--tw-border-opacity))
  }
  .md\:checked\:border-white:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .md\:checked\:border-black:checked {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity))
  }
  .md\:checked\:border-gray-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity))
  }
  .md\:checked\:border-gray-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity))
  }
  .md\:checked\:border-gray-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity))
  }
  .md\:checked\:border-gray-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity))
  }
  .md\:checked\:border-gray-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity))
  }
  .md\:checked\:border-gray-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity))
  }
  .md\:checked\:border-gray-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity))
  }
  .md\:checked\:border-gray-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity))
  }
  .md\:checked\:border-gray-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity))
  }
  .md\:checked\:border-gray-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity))
  }
  .md\:checked\:border-brand-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity))
  }
  .md\:checked\:border-brand-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity))
  }
  .md\:checked\:border-brand-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity))
  }
  .md\:checked\:border-brand-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity))
  }
  .md\:checked\:border-brand-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity))
  }
  .md\:checked\:border-brand-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity))
  }
  .md\:checked\:border-brand-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity))
  }
  .md\:checked\:border-brand-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity))
  }
  .md\:checked\:border-brand-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity))
  }
  .md\:checked\:border-brand-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity))
  }
  .md\:checked\:border-transparent:checked {
    border-color: transparent
  }
  .md\:checked\:border-current:checked {
    border-color: currentColor
  }
  .group:hover .md\:group-hover\:border-primary-50, .group:hover .md\:group-hover\:border-primary-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .group:hover .md\:group-hover\:border-primary-200 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 226, var(--tw-border-opacity))
  }
  .group:hover .md\:group-hover\:border-primary-300 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 230, 175, var(--tw-border-opacity))
  }
  .group:hover .md\:group-hover\:border-primary-400 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 213, 124, var(--tw-border-opacity))
  }
  .group:hover .md\:group-hover\:border-primary-500 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .group:hover .md\:group-hover\:border-primary-600 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 181, 22, var(--tw-border-opacity))
  }
  .group:hover .md\:group-hover\:border-primary-700 {
    --tw-border-opacity: 1;
    border-color: rgba(226, 154, 0, var(--tw-border-opacity))
  }
  .group:hover .md\:group-hover\:border-primary-800 {
    --tw-border-opacity: 1;
    border-color: rgba(175, 119, 0, var(--tw-border-opacity))
  }
  .group:hover .md\:group-hover\:border-primary-900 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 84, 0, var(--tw-border-opacity))
  }
  .group:hover .md\:group-hover\:border-primary {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .group:hover .md\:group-hover\:border-secondary-50 {
    --tw-border-opacity: 1;
    border-color: rgba(206, 251, 223, var(--tw-border-opacity))
  }
  .group:hover .md\:group-hover\:border-secondary-100 {
    --tw-border-opacity: 1;
    border-color: rgba(182, 249, 208, var(--tw-border-opacity))
  }
  .group:hover .md\:group-hover\:border-secondary-200 {
    --tw-border-opacity: 1;
    border-color: rgba(135, 245, 178, var(--tw-border-opacity))
  }
  .group:hover .md\:group-hover\:border-secondary-300 {
    --tw-border-opacity: 1;
    border-color: rgba(88, 241, 148, var(--tw-border-opacity))
  }
  .group:hover .md\:group-hover\:border-secondary-400 {
    --tw-border-opacity: 1;
    border-color: rgba(40, 238, 118, var(--tw-border-opacity))
  }
  .group:hover .md\:group-hover\:border-secondary-500 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .group:hover .md\:group-hover\:border-secondary-600 {
    --tw-border-opacity: 1;
    border-color: rgba(13, 163, 72, var(--tw-border-opacity))
  }
  .group:hover .md\:group-hover\:border-secondary-700 {
    --tw-border-opacity: 1;
    border-color: rgba(9, 116, 51, var(--tw-border-opacity))
  }
  .group:hover .md\:group-hover\:border-secondary-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 68, 30, var(--tw-border-opacity))
  }
  .group:hover .md\:group-hover\:border-secondary-900 {
    --tw-border-opacity: 1;
    border-color: rgba(2, 21, 9, var(--tw-border-opacity))
  }
  .group:hover .md\:group-hover\:border-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .group:hover .md\:group-hover\:border-accent-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity))
  }
  .group:hover .md\:group-hover\:border-accent-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity))
  }
  .group:hover .md\:group-hover\:border-accent-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity))
  }
  .group:hover .md\:group-hover\:border-accent-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity))
  }
  .group:hover .md\:group-hover\:border-accent-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity))
  }
  .group:hover .md\:group-hover\:border-accent-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity))
  }
  .group:hover .md\:group-hover\:border-accent-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity))
  }
  .group:hover .md\:group-hover\:border-accent-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity))
  }
  .group:hover .md\:group-hover\:border-accent-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity))
  }
  .group:hover .md\:group-hover\:border-accent-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity))
  }
  .group:hover .md\:group-hover\:border-shade-500 {
    --tw-border-opacity: 1;
    border-color: rgba(58, 58, 49, var(--tw-border-opacity))
  }
  .group:hover .md\:group-hover\:border-shade-600 {
    --tw-border-opacity: 1;
    border-color: rgba(45, 47, 53, var(--tw-border-opacity))
  }
  .group:hover .md\:group-hover\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .group:hover .md\:group-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity))
  }
  .group:hover .md\:group-hover\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity))
  }
  .group:hover .md\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity))
  }
  .group:hover .md\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity))
  }
  .group:hover .md\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity))
  }
  .group:hover .md\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity))
  }
  .group:hover .md\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity))
  }
  .group:hover .md\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity))
  }
  .group:hover .md\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity))
  }
  .group:hover .md\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity))
  }
  .group:hover .md\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity))
  }
  .group:hover .md\:group-hover\:border-brand-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity))
  }
  .group:hover .md\:group-hover\:border-brand-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity))
  }
  .group:hover .md\:group-hover\:border-brand-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity))
  }
  .group:hover .md\:group-hover\:border-brand-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity))
  }
  .group:hover .md\:group-hover\:border-brand-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity))
  }
  .group:hover .md\:group-hover\:border-brand-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity))
  }
  .group:hover .md\:group-hover\:border-brand-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity))
  }
  .group:hover .md\:group-hover\:border-brand-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity))
  }
  .group:hover .md\:group-hover\:border-brand-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity))
  }
  .group:hover .md\:group-hover\:border-brand-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity))
  }
  .group:hover .md\:group-hover\:border-transparent {
    border-color: transparent
  }
  .group:hover .md\:group-hover\:border-current {
    border-color: currentColor
  }
  .md\:focus-within\:border-primary-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-primary-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-primary-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 226, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-primary-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 230, 175, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-primary-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 213, 124, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-primary-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-primary-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 181, 22, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-primary-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(226, 154, 0, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-primary-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(175, 119, 0, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-primary-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 84, 0, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-primary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-secondary-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(206, 251, 223, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-secondary-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(182, 249, 208, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-secondary-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(135, 245, 178, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-secondary-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(88, 241, 148, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-secondary-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(40, 238, 118, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-secondary-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-secondary-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(13, 163, 72, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-secondary-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(9, 116, 51, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-secondary-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 68, 30, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-secondary-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(2, 21, 9, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-secondary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-accent-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-accent-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-accent-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-accent-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-accent-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-accent-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-accent-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-accent-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-accent-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-accent-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-shade-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(58, 58, 49, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-shade-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(45, 47, 53, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-gray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-brand-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-brand-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-brand-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-brand-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-brand-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-brand-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-brand-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-brand-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-brand-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-brand-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity))
  }
  .md\:focus-within\:border-transparent:focus-within {
    border-color: transparent
  }
  .md\:focus-within\:border-current:focus-within {
    border-color: currentColor
  }
  .md\:hover\:border-primary-50:hover, .md\:hover\:border-primary-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .md\:hover\:border-primary-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 226, var(--tw-border-opacity))
  }
  .md\:hover\:border-primary-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 230, 175, var(--tw-border-opacity))
  }
  .md\:hover\:border-primary-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 213, 124, var(--tw-border-opacity))
  }
  .md\:hover\:border-primary-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .md\:hover\:border-primary-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 181, 22, var(--tw-border-opacity))
  }
  .md\:hover\:border-primary-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(226, 154, 0, var(--tw-border-opacity))
  }
  .md\:hover\:border-primary-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(175, 119, 0, var(--tw-border-opacity))
  }
  .md\:hover\:border-primary-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 84, 0, var(--tw-border-opacity))
  }
  .md\:hover\:border-primary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .md\:hover\:border-secondary-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(206, 251, 223, var(--tw-border-opacity))
  }
  .md\:hover\:border-secondary-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(182, 249, 208, var(--tw-border-opacity))
  }
  .md\:hover\:border-secondary-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(135, 245, 178, var(--tw-border-opacity))
  }
  .md\:hover\:border-secondary-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(88, 241, 148, var(--tw-border-opacity))
  }
  .md\:hover\:border-secondary-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(40, 238, 118, var(--tw-border-opacity))
  }
  .md\:hover\:border-secondary-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .md\:hover\:border-secondary-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(13, 163, 72, var(--tw-border-opacity))
  }
  .md\:hover\:border-secondary-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(9, 116, 51, var(--tw-border-opacity))
  }
  .md\:hover\:border-secondary-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 68, 30, var(--tw-border-opacity))
  }
  .md\:hover\:border-secondary-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(2, 21, 9, var(--tw-border-opacity))
  }
  .md\:hover\:border-secondary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .md\:hover\:border-accent-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity))
  }
  .md\:hover\:border-accent-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity))
  }
  .md\:hover\:border-accent-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity))
  }
  .md\:hover\:border-accent-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity))
  }
  .md\:hover\:border-accent-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity))
  }
  .md\:hover\:border-accent-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity))
  }
  .md\:hover\:border-accent-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity))
  }
  .md\:hover\:border-accent-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity))
  }
  .md\:hover\:border-accent-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity))
  }
  .md\:hover\:border-accent-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity))
  }
  .md\:hover\:border-shade-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(58, 58, 49, var(--tw-border-opacity))
  }
  .md\:hover\:border-shade-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(45, 47, 53, var(--tw-border-opacity))
  }
  .md\:hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .md\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity))
  }
  .md\:hover\:border-gray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity))
  }
  .md\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity))
  }
  .md\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity))
  }
  .md\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity))
  }
  .md\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity))
  }
  .md\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity))
  }
  .md\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity))
  }
  .md\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity))
  }
  .md\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity))
  }
  .md\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity))
  }
  .md\:hover\:border-brand-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity))
  }
  .md\:hover\:border-brand-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity))
  }
  .md\:hover\:border-brand-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity))
  }
  .md\:hover\:border-brand-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity))
  }
  .md\:hover\:border-brand-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity))
  }
  .md\:hover\:border-brand-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity))
  }
  .md\:hover\:border-brand-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity))
  }
  .md\:hover\:border-brand-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity))
  }
  .md\:hover\:border-brand-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity))
  }
  .md\:hover\:border-brand-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity))
  }
  .md\:hover\:border-transparent:hover {
    border-color: transparent
  }
  .md\:hover\:border-current:hover {
    border-color: currentColor
  }
  .md\:focus\:border-primary-50:focus, .md\:focus\:border-primary-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .md\:focus\:border-primary-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 226, var(--tw-border-opacity))
  }
  .md\:focus\:border-primary-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 230, 175, var(--tw-border-opacity))
  }
  .md\:focus\:border-primary-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 213, 124, var(--tw-border-opacity))
  }
  .md\:focus\:border-primary-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .md\:focus\:border-primary-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 181, 22, var(--tw-border-opacity))
  }
  .md\:focus\:border-primary-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(226, 154, 0, var(--tw-border-opacity))
  }
  .md\:focus\:border-primary-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(175, 119, 0, var(--tw-border-opacity))
  }
  .md\:focus\:border-primary-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 84, 0, var(--tw-border-opacity))
  }
  .md\:focus\:border-primary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .md\:focus\:border-secondary-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(206, 251, 223, var(--tw-border-opacity))
  }
  .md\:focus\:border-secondary-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(182, 249, 208, var(--tw-border-opacity))
  }
  .md\:focus\:border-secondary-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(135, 245, 178, var(--tw-border-opacity))
  }
  .md\:focus\:border-secondary-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(88, 241, 148, var(--tw-border-opacity))
  }
  .md\:focus\:border-secondary-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(40, 238, 118, var(--tw-border-opacity))
  }
  .md\:focus\:border-secondary-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .md\:focus\:border-secondary-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(13, 163, 72, var(--tw-border-opacity))
  }
  .md\:focus\:border-secondary-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(9, 116, 51, var(--tw-border-opacity))
  }
  .md\:focus\:border-secondary-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 68, 30, var(--tw-border-opacity))
  }
  .md\:focus\:border-secondary-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(2, 21, 9, var(--tw-border-opacity))
  }
  .md\:focus\:border-secondary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .md\:focus\:border-accent-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity))
  }
  .md\:focus\:border-accent-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity))
  }
  .md\:focus\:border-accent-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity))
  }
  .md\:focus\:border-accent-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity))
  }
  .md\:focus\:border-accent-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity))
  }
  .md\:focus\:border-accent-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity))
  }
  .md\:focus\:border-accent-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity))
  }
  .md\:focus\:border-accent-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity))
  }
  .md\:focus\:border-accent-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity))
  }
  .md\:focus\:border-accent-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity))
  }
  .md\:focus\:border-shade-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(58, 58, 49, var(--tw-border-opacity))
  }
  .md\:focus\:border-shade-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(45, 47, 53, var(--tw-border-opacity))
  }
  .md\:focus\:border-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .md\:focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity))
  }
  .md\:focus\:border-gray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity))
  }
  .md\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity))
  }
  .md\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity))
  }
  .md\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity))
  }
  .md\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity))
  }
  .md\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity))
  }
  .md\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity))
  }
  .md\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity))
  }
  .md\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity))
  }
  .md\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity))
  }
  .md\:focus\:border-brand-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity))
  }
  .md\:focus\:border-brand-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity))
  }
  .md\:focus\:border-brand-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity))
  }
  .md\:focus\:border-brand-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity))
  }
  .md\:focus\:border-brand-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity))
  }
  .md\:focus\:border-brand-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity))
  }
  .md\:focus\:border-brand-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity))
  }
  .md\:focus\:border-brand-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity))
  }
  .md\:focus\:border-brand-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity))
  }
  .md\:focus\:border-brand-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity))
  }
  .md\:focus\:border-transparent:focus {
    border-color: transparent
  }
  .md\:focus\:border-current:focus {
    border-color: currentColor
  }
  .md\:border-opacity-0 {
    --tw-border-opacity: 0
  }
  .md\:border-opacity-5 {
    --tw-border-opacity: 0.05
  }
  .md\:border-opacity-10 {
    --tw-border-opacity: 0.1
  }
  .md\:border-opacity-20 {
    --tw-border-opacity: 0.2
  }
  .md\:border-opacity-25 {
    --tw-border-opacity: 0.25
  }
  .md\:border-opacity-30 {
    --tw-border-opacity: 0.3
  }
  .md\:border-opacity-40 {
    --tw-border-opacity: 0.4
  }
  .md\:border-opacity-50 {
    --tw-border-opacity: 0.5
  }
  .md\:border-opacity-60 {
    --tw-border-opacity: 0.6
  }
  .md\:border-opacity-70 {
    --tw-border-opacity: 0.7
  }
  .md\:border-opacity-75 {
    --tw-border-opacity: 0.75
  }
  .md\:border-opacity-80 {
    --tw-border-opacity: 0.8
  }
  .md\:border-opacity-90 {
    --tw-border-opacity: 0.9
  }
  .md\:border-opacity-95 {
    --tw-border-opacity: 0.95
  }
  .md\:border-opacity-100 {
    --tw-border-opacity: 1
  }
  .group:hover .md\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0
  }
  .group:hover .md\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05
  }
  .group:hover .md\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1
  }
  .group:hover .md\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2
  }
  .group:hover .md\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25
  }
  .group:hover .md\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3
  }
  .group:hover .md\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4
  }
  .group:hover .md\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5
  }
  .group:hover .md\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6
  }
  .group:hover .md\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7
  }
  .group:hover .md\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75
  }
  .group:hover .md\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8
  }
  .group:hover .md\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9
  }
  .group:hover .md\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95
  }
  .group:hover .md\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1
  }
  .md\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0
  }
  .md\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05
  }
  .md\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1
  }
  .md\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2
  }
  .md\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25
  }
  .md\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3
  }
  .md\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4
  }
  .md\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5
  }
  .md\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6
  }
  .md\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7
  }
  .md\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75
  }
  .md\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8
  }
  .md\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9
  }
  .md\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95
  }
  .md\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1
  }
  .md\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0
  }
  .md\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05
  }
  .md\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1
  }
  .md\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2
  }
  .md\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25
  }
  .md\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3
  }
  .md\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4
  }
  .md\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5
  }
  .md\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6
  }
  .md\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7
  }
  .md\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75
  }
  .md\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8
  }
  .md\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9
  }
  .md\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95
  }
  .md\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1
  }
  .md\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0
  }
  .md\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05
  }
  .md\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1
  }
  .md\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2
  }
  .md\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25
  }
  .md\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3
  }
  .md\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4
  }
  .md\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5
  }
  .md\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6
  }
  .md\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7
  }
  .md\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75
  }
  .md\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8
  }
  .md\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9
  }
  .md\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95
  }
  .md\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1
  }
  .md\:rounded-none {
    border-radius: 0
  }
  .md\:rounded-sm {
    border-radius: 1.5px
  }
  .md\:rounded {
    border-radius: 3px
  }
  .md\:rounded-md {
    border-radius: 4.5px
  }
  .md\:rounded-lg {
    border-radius: 6px
  }
  .md\:rounded-xl {
    border-radius: 9px
  }
  .md\:rounded-2xl {
    border-radius: 12px
  }
  .md\:rounded-3xl {
    border-radius: 18px
  }
  .md\:rounded-full {
    border-radius: 9999px
  }
  .md\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0
  }
  .md\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }
  .md\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
  }
  .md\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }
  .md\:rounded-t-sm {
    border-top-left-radius: 1.5px;
    border-top-right-radius: 1.5px
  }
  .md\:rounded-r-sm {
    border-top-right-radius: 1.5px;
    border-bottom-right-radius: 1.5px
  }
  .md\:rounded-b-sm {
    border-bottom-right-radius: 1.5px;
    border-bottom-left-radius: 1.5px
  }
  .md\:rounded-l-sm {
    border-top-left-radius: 1.5px;
    border-bottom-left-radius: 1.5px
  }
  .md\:rounded-t {
    border-top-left-radius: 3px
  }
  .md\:rounded-r, .md\:rounded-t {
    border-top-right-radius: 3px
  }
  .md\:rounded-b, .md\:rounded-r {
    border-bottom-right-radius: 3px
  }
  .md\:rounded-b, .md\:rounded-l {
    border-bottom-left-radius: 3px
  }
  .md\:rounded-l {
    border-top-left-radius: 3px
  }
  .md\:rounded-t-md {
    border-top-left-radius: 4.5px;
    border-top-right-radius: 4.5px
  }
  .md\:rounded-r-md {
    border-top-right-radius: 4.5px;
    border-bottom-right-radius: 4.5px
  }
  .md\:rounded-b-md {
    border-bottom-right-radius: 4.5px;
    border-bottom-left-radius: 4.5px
  }
  .md\:rounded-l-md {
    border-top-left-radius: 4.5px;
    border-bottom-left-radius: 4.5px
  }
  .md\:rounded-t-lg {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
  }
  .md\:rounded-r-lg {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
  }
  .md\:rounded-b-lg {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px
  }
  .md\:rounded-l-lg {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
  }
  .md\:rounded-t-xl {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px
  }
  .md\:rounded-r-xl {
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px
  }
  .md\:rounded-b-xl {
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px
  }
  .md\:rounded-l-xl {
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px
  }
  .md\:rounded-t-2xl {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px
  }
  .md\:rounded-r-2xl {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px
  }
  .md\:rounded-b-2xl {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px
  }
  .md\:rounded-l-2xl {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px
  }
  .md\:rounded-t-3xl {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px
  }
  .md\:rounded-r-3xl {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px
  }
  .md\:rounded-b-3xl {
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px
  }
  .md\:rounded-l-3xl {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px
  }
  .md\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px
  }
  .md\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px
  }
  .md\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px
  }
  .md\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px
  }
  .md\:rounded-tl-none {
    border-top-left-radius: 0
  }
  .md\:rounded-tr-none {
    border-top-right-radius: 0
  }
  .md\:rounded-br-none {
    border-bottom-right-radius: 0
  }
  .md\:rounded-bl-none {
    border-bottom-left-radius: 0
  }
  .md\:rounded-tl-sm {
    border-top-left-radius: 1.5px
  }
  .md\:rounded-tr-sm {
    border-top-right-radius: 1.5px
  }
  .md\:rounded-br-sm {
    border-bottom-right-radius: 1.5px
  }
  .md\:rounded-bl-sm {
    border-bottom-left-radius: 1.5px
  }
  .md\:rounded-tl {
    border-top-left-radius: 3px
  }
  .md\:rounded-tr {
    border-top-right-radius: 3px
  }
  .md\:rounded-br {
    border-bottom-right-radius: 3px
  }
  .md\:rounded-bl {
    border-bottom-left-radius: 3px
  }
  .md\:rounded-tl-md {
    border-top-left-radius: 4.5px
  }
  .md\:rounded-tr-md {
    border-top-right-radius: 4.5px
  }
  .md\:rounded-br-md {
    border-bottom-right-radius: 4.5px
  }
  .md\:rounded-bl-md {
    border-bottom-left-radius: 4.5px
  }
  .md\:rounded-tl-lg {
    border-top-left-radius: 6px
  }
  .md\:rounded-tr-lg {
    border-top-right-radius: 6px
  }
  .md\:rounded-br-lg {
    border-bottom-right-radius: 6px
  }
  .md\:rounded-bl-lg {
    border-bottom-left-radius: 6px
  }
  .md\:rounded-tl-xl {
    border-top-left-radius: 9px
  }
  .md\:rounded-tr-xl {
    border-top-right-radius: 9px
  }
  .md\:rounded-br-xl {
    border-bottom-right-radius: 9px
  }
  .md\:rounded-bl-xl {
    border-bottom-left-radius: 9px
  }
  .md\:rounded-tl-2xl {
    border-top-left-radius: 12px
  }
  .md\:rounded-tr-2xl {
    border-top-right-radius: 12px
  }
  .md\:rounded-br-2xl {
    border-bottom-right-radius: 12px
  }
  .md\:rounded-bl-2xl {
    border-bottom-left-radius: 12px
  }
  .md\:rounded-tl-3xl {
    border-top-left-radius: 18px
  }
  .md\:rounded-tr-3xl {
    border-top-right-radius: 18px
  }
  .md\:rounded-br-3xl {
    border-bottom-right-radius: 18px
  }
  .md\:rounded-bl-3xl {
    border-bottom-left-radius: 18px
  }
  .md\:rounded-tl-full {
    border-top-left-radius: 9999px
  }
  .md\:rounded-tr-full {
    border-top-right-radius: 9999px
  }
  .md\:rounded-br-full {
    border-bottom-right-radius: 9999px
  }
  .md\:rounded-bl-full {
    border-bottom-left-radius: 9999px
  }
  .md\:border-solid {
    border-style: solid
  }
  .md\:border-dashed {
    border-style: dashed
  }
  .md\:border-dotted {
    border-style: dotted
  }
  .md\:border-double {
    border-style: double
  }
  .md\:border-none {
    border-style: none
  }
  .md\:border-0 {
    border-width: 0
  }
  .md\:border-2 {
    border-width: 2px
  }
  .md\:border-4 {
    border-width: 4px
  }
  .md\:border-8 {
    border-width: 8px
  }
  .md\:border {
    border-width: 1px
  }
  .md\:border-t-0 {
    border-top-width: 0
  }
  .md\:border-r-0 {
    border-right-width: 0
  }
  .md\:border-b-0 {
    border-bottom-width: 0
  }
  .md\:border-l-0 {
    border-left-width: 0
  }
  .md\:border-t-2 {
    border-top-width: 2px
  }
  .md\:border-r-2 {
    border-right-width: 2px
  }
  .md\:border-b-2 {
    border-bottom-width: 2px
  }
  .md\:border-l-2 {
    border-left-width: 2px
  }
  .md\:border-t-4 {
    border-top-width: 4px
  }
  .md\:border-r-4 {
    border-right-width: 4px
  }
  .md\:border-b-4 {
    border-bottom-width: 4px
  }
  .md\:border-l-4 {
    border-left-width: 4px
  }
  .md\:border-t-8 {
    border-top-width: 8px
  }
  .md\:border-r-8 {
    border-right-width: 8px
  }
  .md\:border-b-8 {
    border-bottom-width: 8px
  }
  .md\:border-l-8 {
    border-left-width: 8px
  }
  .md\:border-t {
    border-top-width: 1px
  }
  .md\:border-r {
    border-right-width: 1px
  }
  .md\:border-b {
    border-bottom-width: 1px
  }
  .md\:border-l {
    border-left-width: 1px
  }
  .md\:decoration-slice {
    -webkit-box-decoration-break: slice;
    box-decoration-break: slice
  }
  .md\:decoration-clone {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
  }
  .md\:box-border {
    box-sizing: border-box
  }
  .md\:box-content {
    box-sizing: content-box
  }
  .md\:cursor-auto {
    cursor: auto
  }
  .md\:cursor-default {
    cursor: default
  }
  .md\:cursor-pointer {
    cursor: pointer
  }
  .md\:cursor-wait {
    cursor: wait
  }
  .md\:cursor-text {
    cursor: text
  }
  .md\:cursor-move {
    cursor: move
  }
  .md\:cursor-help {
    cursor: help
  }
  .md\:cursor-not-allowed {
    cursor: not-allowed
  }
  .md\:disabled\:cursor-auto:disabled {
    cursor: auto
  }
  .md\:disabled\:cursor-default:disabled {
    cursor: default
  }
  .md\:disabled\:cursor-pointer:disabled {
    cursor: pointer
  }
  .md\:disabled\:cursor-wait:disabled {
    cursor: wait
  }
  .md\:disabled\:cursor-text:disabled {
    cursor: text
  }
  .md\:disabled\:cursor-move:disabled {
    cursor: move
  }
  .md\:disabled\:cursor-help:disabled {
    cursor: help
  }
  .md\:disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed
  }
  .md\:block {
    display: block
  }
  .md\:inline-block {
    display: inline-block
  }
  .md\:inline {
    display: inline
  }
  .md\:flex {
    display: flex
  }
  .md\:inline-flex {
    display: inline-flex
  }
  .md\:table {
    display: table
  }
  .md\:inline-table {
    display: inline-table
  }
  .md\:table-caption {
    display: table-caption
  }
  .md\:table-cell {
    display: table-cell
  }
  .md\:table-column {
    display: table-column
  }
  .md\:table-column-group {
    display: table-column-group
  }
  .md\:table-footer-group {
    display: table-footer-group
  }
  .md\:table-header-group {
    display: table-header-group
  }
  .md\:table-row-group {
    display: table-row-group
  }
  .md\:table-row {
    display: table-row
  }
  .md\:flow-root {
    display: flow-root
  }
  .md\:grid {
    display: grid
  }
  .md\:inline-grid {
    display: inline-grid
  }
  .md\:contents {
    display: contents
  }
  .md\:list-item {
    display: list-item
  }
  .md\:hidden {
    display: none
  }
  .md\:flex-row {
    flex-direction: row
  }
  .md\:flex-row-reverse {
    flex-direction: row-reverse
  }
  .md\:flex-col {
    flex-direction: column
  }
  .md\:flex-col-reverse {
    flex-direction: column-reverse
  }
  .md\:flex-wrap {
    flex-wrap: wrap
  }
  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse
  }
  .md\:flex-nowrap {
    flex-wrap: nowrap
  }
  .md\:place-items-start {
    place-items: start
  }
  .md\:place-items-end {
    place-items: end
  }
  .md\:place-items-center {
    place-items: center
  }
  .md\:place-items-stretch {
    place-items: stretch
  }
  .md\:place-content-center {
    place-content: center
  }
  .md\:place-content-start {
    place-content: start
  }
  .md\:place-content-end {
    place-content: end
  }
  .md\:place-content-between {
    place-content: space-between
  }
  .md\:place-content-around {
    place-content: space-around
  }
  .md\:place-content-evenly {
    place-content: space-evenly
  }
  .md\:place-content-stretch {
    place-content: stretch
  }
  .md\:place-self-auto {
    place-self: auto
  }
  .md\:place-self-start {
    place-self: start
  }
  .md\:place-self-end {
    place-self: end
  }
  .md\:place-self-center {
    place-self: center
  }
  .md\:place-self-stretch {
    place-self: stretch
  }
  .md\:items-start {
    align-items: flex-start
  }
  .md\:items-end {
    align-items: flex-end
  }
  .md\:items-center {
    align-items: center
  }
  .md\:items-baseline {
    align-items: baseline
  }
  .md\:items-stretch {
    align-items: stretch
  }
  .md\:content-center {
    align-content: center
  }
  .md\:content-start {
    align-content: flex-start
  }
  .md\:content-end {
    align-content: flex-end
  }
  .md\:content-between {
    align-content: space-between
  }
  .md\:content-around {
    align-content: space-around
  }
  .md\:content-evenly {
    align-content: space-evenly
  }
  .md\:self-auto {
    align-self: auto
  }
  .md\:self-start {
    align-self: flex-start
  }
  .md\:self-end {
    align-self: flex-end
  }
  .md\:self-center {
    align-self: center
  }
  .md\:self-stretch {
    align-self: stretch
  }
  .md\:justify-items-start {
    justify-items: start
  }
  .md\:justify-items-end {
    justify-items: end
  }
  .md\:justify-items-center {
    justify-items: center
  }
  .md\:justify-items-stretch {
    justify-items: stretch
  }
  .md\:justify-start {
    justify-content: flex-start
  }
  .md\:justify-end {
    justify-content: flex-end
  }
  .md\:justify-center {
    justify-content: center
  }
  .md\:justify-between {
    justify-content: space-between
  }
  .md\:justify-around {
    justify-content: space-around
  }
  .md\:justify-evenly {
    justify-content: space-evenly
  }
  .md\:justify-self-auto {
    justify-self: auto
  }
  .md\:justify-self-start {
    justify-self: start
  }
  .md\:justify-self-end {
    justify-self: end
  }
  .md\:justify-self-center {
    justify-self: center
  }
  .md\:justify-self-stretch {
    justify-self: stretch
  }
  .md\:flex-1 {
    flex: 1 1 0%
  }
  .md\:flex-auto {
    flex: 1 1 auto
  }
  .md\:flex-initial {
    flex: 0 1 auto
  }
  .md\:flex-none {
    flex: none
  }
  .md\:flex-grow-0 {
    flex-grow: 0
  }
  .md\:flex-grow {
    flex-grow: 1
  }
  .md\:flex-shrink-0 {
    flex-shrink: 0
  }
  .md\:flex-shrink {
    flex-shrink: 1
  }
  .md\:order-1 {
    order: 1
  }
  .md\:order-2 {
    order: 2
  }
  .md\:order-3 {
    order: 3
  }
  .md\:order-4 {
    order: 4
  }
  .md\:order-5 {
    order: 5
  }
  .md\:order-6 {
    order: 6
  }
  .md\:order-7 {
    order: 7
  }
  .md\:order-8 {
    order: 8
  }
  .md\:order-9 {
    order: 9
  }
  .md\:order-10 {
    order: 10
  }
  .md\:order-11 {
    order: 11
  }
  .md\:order-12 {
    order: 12
  }
  .md\:order-first {
    order: -9999
  }
  .md\:order-last {
    order: 9999
  }
  .md\:order-none {
    order: 0
  }
  .md\:float-right {
    float: right
  }
  .md\:float-left {
    float: left
  }
  .md\:float-none {
    float: none
  }
  .md\:clear-left {
    clear: left
  }
  .md\:clear-right {
    clear: right
  }
  .md\:clear-both {
    clear: both
  }
  .md\:clear-none {
    clear: none
  }
  .md\:font-sans {
    font-family: adrianna, sans-serif
  }
  .md\:font-marvin-round {
    font-family: marvin-round, sans-serif
  }
  .md\:font-thin {
    font-weight: 100
  }
  .md\:font-extralight {
    font-weight: 200
  }
  .md\:font-light {
    font-weight: 300
  }
  .md\:font-normal {
    font-weight: 400
  }
  .md\:font-medium {
    font-weight: 500
  }
  .md\:font-semibold {
    font-weight: 600
  }
  .md\:font-bold {
    font-weight: 700
  }
  .md\:font-extrabold {
    font-weight: 800
  }
  .md\:font-black {
    font-weight: 900
  }
  .md\:h-0 {
    height: 0
  }
  .md\:h-1 {
    height: 3px
  }
  .md\:h-2 {
    height: 6px
  }
  .md\:h-3 {
    height: 9px
  }
  .md\:h-4 {
    height: 12px
  }
  .md\:h-5 {
    height: 15px
  }
  .md\:h-6 {
    height: 18px
  }
  .md\:h-7 {
    height: 21px
  }
  .md\:h-8 {
    height: 24px
  }
  .md\:h-9 {
    height: 27px
  }
  .md\:h-10 {
    height: 30px
  }
  .md\:h-11 {
    height: 33px
  }
  .md\:h-12 {
    height: 36px
  }
  .md\:h-14 {
    height: 42px
  }
  .md\:h-16 {
    height: 48px
  }
  .md\:h-18 {
    height: 54px
  }
  .md\:h-20 {
    height: 60px
  }
  .md\:h-24 {
    height: 72px
  }
  .md\:h-28 {
    height: 84px
  }
  .md\:h-32 {
    height: 96px
  }
  .md\:h-36 {
    height: 108px
  }
  .md\:h-40 {
    height: 120px
  }
  .md\:h-44 {
    height: 132px
  }
  .md\:h-48 {
    height: 144px
  }
  .md\:h-52 {
    height: 156px
  }
  .md\:h-56 {
    height: 168px
  }
  .md\:h-60 {
    height: 180px
  }
  .md\:h-64 {
    height: 192px
  }
  .md\:h-72 {
    height: 216px
  }
  .md\:h-80 {
    height: 240px
  }
  .md\:h-96 {
    height: 288px
  }
  .md\:h-auto {
    height: auto
  }
  .md\:h-px {
    height: 1px
  }
  .md\:h-0\.5 {
    height: 1.5px
  }
  .md\:h-1\.5 {
    height: 4.5px
  }
  .md\:h-2\.5 {
    height: 7.5px
  }
  .md\:h-3\.5 {
    height: 10.5px
  }
  .md\:h-1\/2 {
    height: 50%
  }
  .md\:h-1\/3 {
    height: 33.333333%
  }
  .md\:h-2\/3 {
    height: 66.666667%
  }
  .md\:h-1\/4 {
    height: 25%
  }
  .md\:h-2\/4 {
    height: 50%
  }
  .md\:h-3\/4 {
    height: 75%
  }
  .md\:h-1\/5 {
    height: 20%
  }
  .md\:h-2\/5 {
    height: 40%
  }
  .md\:h-3\/5 {
    height: 60%
  }
  .md\:h-4\/5 {
    height: 80%
  }
  .md\:h-1\/6 {
    height: 16.666667%
  }
  .md\:h-2\/6 {
    height: 33.333333%
  }
  .md\:h-3\/6 {
    height: 50%
  }
  .md\:h-4\/6 {
    height: 66.666667%
  }
  .md\:h-5\/6 {
    height: 83.333333%
  }
  .md\:h-full {
    height: 100%
  }
  .md\:h-screen {
    height: 100vh
  }
  .md\:h-screen-4\/5 {
    height: 80vh
  }
  .md\:text-xs {
    font-size: 9px;
    line-height: 12px
  }
  .md\:text-sm {
    font-size: 10.5px;
    line-height: 15px
  }
  .md\:text-base {
    font-size: 12px;
    line-height: 18px
  }
  .md\:text-lg {
    font-size: 13.5px;
    line-height: 21px
  }
  .md\:text-xl {
    font-size: 15px;
    line-height: 21px
  }
  .md\:text-2xl {
    font-size: 18px;
    line-height: 24px
  }
  .md\:text-3xl {
    font-size: 22.5px;
    line-height: 27px
  }
  .md\:text-4xl {
    font-size: 27px;
    line-height: 30px
  }
  .md\:text-5xl {
    font-size: 36px;
    line-height: 1
  }
  .md\:text-6xl {
    font-size: 45px;
    line-height: 1
  }
  .md\:text-7xl {
    font-size: 54px;
    line-height: 1
  }
  .md\:text-8xl {
    font-size: 72px;
    line-height: 1
  }
  .md\:text-9xl {
    font-size: 96px;
    line-height: 1
  }
  .md\:leading-3 {
    line-height: 9px
  }
  .md\:leading-4 {
    line-height: 12px
  }
  .md\:leading-5 {
    line-height: 15px
  }
  .md\:leading-6 {
    line-height: 18px
  }
  .md\:leading-7 {
    line-height: 21px
  }
  .md\:leading-8 {
    line-height: 24px
  }
  .md\:leading-9 {
    line-height: 27px
  }
  .md\:leading-10 {
    line-height: 30px
  }
  .md\:leading-none {
    line-height: 1
  }
  .md\:leading-tight {
    line-height: 1.25
  }
  .md\:leading-snug {
    line-height: 1.375
  }
  .md\:leading-normal {
    line-height: 1.5
  }
  .md\:leading-relaxed {
    line-height: 1.625
  }
  .md\:leading-loose {
    line-height: 2
  }
  .md\:list-inside {
    list-style-position: inside
  }
  .md\:list-outside {
    list-style-position: outside
  }
  .md\:list-none {
    list-style-type: none
  }
  .md\:list-disc {
    list-style-type: disc
  }
  .md\:list-decimal {
    list-style-type: decimal
  }
  .md\:m-0 {
    margin: 0
  }
  .md\:m-1 {
    margin: 3px
  }
  .md\:m-2 {
    margin: 6px
  }
  .md\:m-3 {
    margin: 9px
  }
  .md\:m-4 {
    margin: 12px
  }
  .md\:m-5 {
    margin: 15px
  }
  .md\:m-6 {
    margin: 18px
  }
  .md\:m-7 {
    margin: 21px
  }
  .md\:m-8 {
    margin: 24px
  }
  .md\:m-9 {
    margin: 27px
  }
  .md\:m-10 {
    margin: 30px
  }
  .md\:m-11 {
    margin: 33px
  }
  .md\:m-12 {
    margin: 36px
  }
  .md\:m-14 {
    margin: 42px
  }
  .md\:m-16 {
    margin: 48px
  }
  .md\:m-18 {
    margin: 54px
  }
  .md\:m-20 {
    margin: 60px
  }
  .md\:m-24 {
    margin: 72px
  }
  .md\:m-28 {
    margin: 84px
  }
  .md\:m-32 {
    margin: 96px
  }
  .md\:m-36 {
    margin: 108px
  }
  .md\:m-40 {
    margin: 120px
  }
  .md\:m-44 {
    margin: 132px
  }
  .md\:m-48 {
    margin: 144px
  }
  .md\:m-52 {
    margin: 156px
  }
  .md\:m-56 {
    margin: 168px
  }
  .md\:m-60 {
    margin: 180px
  }
  .md\:m-64 {
    margin: 192px
  }
  .md\:m-72 {
    margin: 216px
  }
  .md\:m-80 {
    margin: 240px
  }
  .md\:m-96 {
    margin: 288px
  }
  .md\:m-auto {
    margin: auto
  }
  .md\:m-px {
    margin: 1px
  }
  .md\:m-0\.5 {
    margin: 1.5px
  }
  .md\:m-1\.5 {
    margin: 4.5px
  }
  .md\:m-2\.5 {
    margin: 7.5px
  }
  .md\:m-3\.5 {
    margin: 10.5px
  }
  .md\:-m-0 {
    margin: 0
  }
  .md\:-m-1 {
    margin: -3px
  }
  .md\:-m-2 {
    margin: -6px
  }
  .md\:-m-3 {
    margin: -9px
  }
  .md\:-m-4 {
    margin: -12px
  }
  .md\:-m-5 {
    margin: -15px
  }
  .md\:-m-6 {
    margin: -18px
  }
  .md\:-m-7 {
    margin: -21px
  }
  .md\:-m-8 {
    margin: -24px
  }
  .md\:-m-9 {
    margin: -27px
  }
  .md\:-m-10 {
    margin: -30px
  }
  .md\:-m-11 {
    margin: -33px
  }
  .md\:-m-12 {
    margin: -36px
  }
  .md\:-m-14 {
    margin: -42px
  }
  .md\:-m-16 {
    margin: -48px
  }
  .md\:-m-18 {
    margin: -54px
  }
  .md\:-m-20 {
    margin: -60px
  }
  .md\:-m-24 {
    margin: -72px
  }
  .md\:-m-28 {
    margin: -84px
  }
  .md\:-m-32 {
    margin: -96px
  }
  .md\:-m-36 {
    margin: -108px
  }
  .md\:-m-40 {
    margin: -120px
  }
  .md\:-m-44 {
    margin: -132px
  }
  .md\:-m-48 {
    margin: -144px
  }
  .md\:-m-52 {
    margin: -156px
  }
  .md\:-m-56 {
    margin: -168px
  }
  .md\:-m-60 {
    margin: -180px
  }
  .md\:-m-64 {
    margin: -192px
  }
  .md\:-m-72 {
    margin: -216px
  }
  .md\:-m-80 {
    margin: -240px
  }
  .md\:-m-96 {
    margin: -288px
  }
  .md\:-m-px {
    margin: -1px
  }
  .md\:-m-0\.5 {
    margin: -1.5px
  }
  .md\:-m-1\.5 {
    margin: -4.5px
  }
  .md\:-m-2\.5 {
    margin: -7.5px
  }
  .md\:-m-3\.5 {
    margin: -10.5px
  }
  .md\:-m-128px {
    margin: -128px
  }
  .md\:-m-61px {
    margin: -61px
  }
  .md\:-m-24vw {
    margin: -24vw
  }
  .md\:my-0 {
    margin-top: 0;
    margin-bottom: 0
  }
  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0
  }
  .md\:my-1 {
    margin-top: 3px;
    margin-bottom: 3px
  }
  .md\:mx-1 {
    margin-left: 3px;
    margin-right: 3px
  }
  .md\:my-2 {
    margin-top: 6px;
    margin-bottom: 6px
  }
  .md\:mx-2 {
    margin-left: 6px;
    margin-right: 6px
  }
  .md\:my-3 {
    margin-top: 9px;
    margin-bottom: 9px
  }
  .md\:mx-3 {
    margin-left: 9px;
    margin-right: 9px
  }
  .md\:my-4 {
    margin-top: 12px;
    margin-bottom: 12px
  }
  .md\:mx-4 {
    margin-left: 12px;
    margin-right: 12px
  }
  .md\:my-5 {
    margin-top: 15px;
    margin-bottom: 15px
  }
  .md\:mx-5 {
    margin-left: 15px;
    margin-right: 15px
  }
  .md\:my-6 {
    margin-top: 18px;
    margin-bottom: 18px
  }
  .md\:mx-6 {
    margin-left: 18px;
    margin-right: 18px
  }
  .md\:my-7 {
    margin-top: 21px;
    margin-bottom: 21px
  }
  .md\:mx-7 {
    margin-left: 21px;
    margin-right: 21px
  }
  .md\:my-8 {
    margin-top: 24px;
    margin-bottom: 24px
  }
  .md\:mx-8 {
    margin-left: 24px;
    margin-right: 24px
  }
  .md\:my-9 {
    margin-top: 27px;
    margin-bottom: 27px
  }
  .md\:mx-9 {
    margin-left: 27px;
    margin-right: 27px
  }
  .md\:my-10 {
    margin-top: 30px;
    margin-bottom: 30px
  }
  .md\:mx-10 {
    margin-left: 30px;
    margin-right: 30px
  }
  .md\:my-11 {
    margin-top: 33px;
    margin-bottom: 33px
  }
  .md\:mx-11 {
    margin-left: 33px;
    margin-right: 33px
  }
  .md\:my-12 {
    margin-top: 36px;
    margin-bottom: 36px
  }
  .md\:mx-12 {
    margin-left: 36px;
    margin-right: 36px
  }
  .md\:my-14 {
    margin-top: 42px;
    margin-bottom: 42px
  }
  .md\:mx-14 {
    margin-left: 42px;
    margin-right: 42px
  }
  .md\:my-16 {
    margin-top: 48px;
    margin-bottom: 48px
  }
  .md\:mx-16 {
    margin-left: 48px;
    margin-right: 48px
  }
  .md\:my-18 {
    margin-top: 54px;
    margin-bottom: 54px
  }
  .md\:mx-18 {
    margin-left: 54px;
    margin-right: 54px
  }
  .md\:my-20 {
    margin-top: 60px;
    margin-bottom: 60px
  }
  .md\:mx-20 {
    margin-left: 60px;
    margin-right: 60px
  }
  .md\:my-24 {
    margin-top: 72px;
    margin-bottom: 72px
  }
  .md\:mx-24 {
    margin-left: 72px;
    margin-right: 72px
  }
  .md\:my-28 {
    margin-top: 84px;
    margin-bottom: 84px
  }
  .md\:mx-28 {
    margin-left: 84px;
    margin-right: 84px
  }
  .md\:my-32 {
    margin-top: 96px;
    margin-bottom: 96px
  }
  .md\:mx-32 {
    margin-left: 96px;
    margin-right: 96px
  }
  .md\:my-36 {
    margin-top: 108px;
    margin-bottom: 108px
  }
  .md\:mx-36 {
    margin-left: 108px;
    margin-right: 108px
  }
  .md\:my-40 {
    margin-top: 120px;
    margin-bottom: 120px
  }
  .md\:mx-40 {
    margin-left: 120px;
    margin-right: 120px
  }
  .md\:my-44 {
    margin-top: 132px;
    margin-bottom: 132px
  }
  .md\:mx-44 {
    margin-left: 132px;
    margin-right: 132px
  }
  .md\:my-48 {
    margin-top: 144px;
    margin-bottom: 144px
  }
  .md\:mx-48 {
    margin-left: 144px;
    margin-right: 144px
  }
  .md\:my-52 {
    margin-top: 156px;
    margin-bottom: 156px
  }
  .md\:mx-52 {
    margin-left: 156px;
    margin-right: 156px
  }
  .md\:my-56 {
    margin-top: 168px;
    margin-bottom: 168px
  }
  .md\:mx-56 {
    margin-left: 168px;
    margin-right: 168px
  }
  .md\:my-60 {
    margin-top: 180px;
    margin-bottom: 180px
  }
  .md\:mx-60 {
    margin-left: 180px;
    margin-right: 180px
  }
  .md\:my-64 {
    margin-top: 192px;
    margin-bottom: 192px
  }
  .md\:mx-64 {
    margin-left: 192px;
    margin-right: 192px
  }
  .md\:my-72 {
    margin-top: 216px;
    margin-bottom: 216px
  }
  .md\:mx-72 {
    margin-left: 216px;
    margin-right: 216px
  }
  .md\:my-80 {
    margin-top: 240px;
    margin-bottom: 240px
  }
  .md\:mx-80 {
    margin-left: 240px;
    margin-right: 240px
  }
  .md\:my-96 {
    margin-top: 288px;
    margin-bottom: 288px
  }
  .md\:mx-96 {
    margin-left: 288px;
    margin-right: 288px
  }
  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto
  }
  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto
  }
  .md\:my-px {
    margin-top: 1px;
    margin-bottom: 1px
  }
  .md\:mx-px {
    margin-left: 1px;
    margin-right: 1px
  }
  .md\:my-0\.5 {
    margin-top: 1.5px;
    margin-bottom: 1.5px
  }
  .md\:mx-0\.5 {
    margin-left: 1.5px;
    margin-right: 1.5px
  }
  .md\:my-1\.5 {
    margin-top: 4.5px;
    margin-bottom: 4.5px
  }
  .md\:mx-1\.5 {
    margin-left: 4.5px;
    margin-right: 4.5px
  }
  .md\:my-2\.5 {
    margin-top: 7.5px;
    margin-bottom: 7.5px
  }
  .md\:mx-2\.5 {
    margin-left: 7.5px;
    margin-right: 7.5px
  }
  .md\:my-3\.5 {
    margin-top: 10.5px;
    margin-bottom: 10.5px
  }
  .md\:mx-3\.5 {
    margin-left: 10.5px;
    margin-right: 10.5px
  }
  .md\:-my-0 {
    margin-top: 0;
    margin-bottom: 0
  }
  .md\:-mx-0 {
    margin-left: 0;
    margin-right: 0
  }
  .md\:-my-1 {
    margin-top: -3px;
    margin-bottom: -3px
  }
  .md\:-mx-1 {
    margin-left: -3px;
    margin-right: -3px
  }
  .md\:-my-2 {
    margin-top: -6px;
    margin-bottom: -6px
  }
  .md\:-mx-2 {
    margin-left: -6px;
    margin-right: -6px
  }
  .md\:-my-3 {
    margin-top: -9px;
    margin-bottom: -9px
  }
  .md\:-mx-3 {
    margin-left: -9px;
    margin-right: -9px
  }
  .md\:-my-4 {
    margin-top: -12px;
    margin-bottom: -12px
  }
  .md\:-mx-4 {
    margin-left: -12px;
    margin-right: -12px
  }
  .md\:-my-5 {
    margin-top: -15px;
    margin-bottom: -15px
  }
  .md\:-mx-5 {
    margin-left: -15px;
    margin-right: -15px
  }
  .md\:-my-6 {
    margin-top: -18px;
    margin-bottom: -18px
  }
  .md\:-mx-6 {
    margin-left: -18px;
    margin-right: -18px
  }
  .md\:-my-7 {
    margin-top: -21px;
    margin-bottom: -21px
  }
  .md\:-mx-7 {
    margin-left: -21px;
    margin-right: -21px
  }
  .md\:-my-8 {
    margin-top: -24px;
    margin-bottom: -24px
  }
  .md\:-mx-8 {
    margin-left: -24px;
    margin-right: -24px
  }
  .md\:-my-9 {
    margin-top: -27px;
    margin-bottom: -27px
  }
  .md\:-mx-9 {
    margin-left: -27px;
    margin-right: -27px
  }
  .md\:-my-10 {
    margin-top: -30px;
    margin-bottom: -30px
  }
  .md\:-mx-10 {
    margin-left: -30px;
    margin-right: -30px
  }
  .md\:-my-11 {
    margin-top: -33px;
    margin-bottom: -33px
  }
  .md\:-mx-11 {
    margin-left: -33px;
    margin-right: -33px
  }
  .md\:-my-12 {
    margin-top: -36px;
    margin-bottom: -36px
  }
  .md\:-mx-12 {
    margin-left: -36px;
    margin-right: -36px
  }
  .md\:-my-14 {
    margin-top: -42px;
    margin-bottom: -42px
  }
  .md\:-mx-14 {
    margin-left: -42px;
    margin-right: -42px
  }
  .md\:-my-16 {
    margin-top: -48px;
    margin-bottom: -48px
  }
  .md\:-mx-16 {
    margin-left: -48px;
    margin-right: -48px
  }
  .md\:-my-18 {
    margin-top: -54px;
    margin-bottom: -54px
  }
  .md\:-mx-18 {
    margin-left: -54px;
    margin-right: -54px
  }
  .md\:-my-20 {
    margin-top: -60px;
    margin-bottom: -60px
  }
  .md\:-mx-20 {
    margin-left: -60px;
    margin-right: -60px
  }
  .md\:-my-24 {
    margin-top: -72px;
    margin-bottom: -72px
  }
  .md\:-mx-24 {
    margin-left: -72px;
    margin-right: -72px
  }
  .md\:-my-28 {
    margin-top: -84px;
    margin-bottom: -84px
  }
  .md\:-mx-28 {
    margin-left: -84px;
    margin-right: -84px
  }
  .md\:-my-32 {
    margin-top: -96px;
    margin-bottom: -96px
  }
  .md\:-mx-32 {
    margin-left: -96px;
    margin-right: -96px
  }
  .md\:-my-36 {
    margin-top: -108px;
    margin-bottom: -108px
  }
  .md\:-mx-36 {
    margin-left: -108px;
    margin-right: -108px
  }
  .md\:-my-40 {
    margin-top: -120px;
    margin-bottom: -120px
  }
  .md\:-mx-40 {
    margin-left: -120px;
    margin-right: -120px
  }
  .md\:-my-44 {
    margin-top: -132px;
    margin-bottom: -132px
  }
  .md\:-mx-44 {
    margin-left: -132px;
    margin-right: -132px
  }
  .md\:-my-48 {
    margin-top: -144px;
    margin-bottom: -144px
  }
  .md\:-mx-48 {
    margin-left: -144px;
    margin-right: -144px
  }
  .md\:-my-52 {
    margin-top: -156px;
    margin-bottom: -156px
  }
  .md\:-mx-52 {
    margin-left: -156px;
    margin-right: -156px
  }
  .md\:-my-56 {
    margin-top: -168px;
    margin-bottom: -168px
  }
  .md\:-mx-56 {
    margin-left: -168px;
    margin-right: -168px
  }
  .md\:-my-60 {
    margin-top: -180px;
    margin-bottom: -180px
  }
  .md\:-mx-60 {
    margin-left: -180px;
    margin-right: -180px
  }
  .md\:-my-64 {
    margin-top: -192px;
    margin-bottom: -192px
  }
  .md\:-mx-64 {
    margin-left: -192px;
    margin-right: -192px
  }
  .md\:-my-72 {
    margin-top: -216px;
    margin-bottom: -216px
  }
  .md\:-mx-72 {
    margin-left: -216px;
    margin-right: -216px
  }
  .md\:-my-80 {
    margin-top: -240px;
    margin-bottom: -240px
  }
  .md\:-mx-80 {
    margin-left: -240px;
    margin-right: -240px
  }
  .md\:-my-96 {
    margin-top: -288px;
    margin-bottom: -288px
  }
  .md\:-mx-96 {
    margin-left: -288px;
    margin-right: -288px
  }
  .md\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px
  }
  .md\:-mx-px {
    margin-left: -1px;
    margin-right: -1px
  }
  .md\:-my-0\.5 {
    margin-top: -1.5px;
    margin-bottom: -1.5px
  }
  .md\:-mx-0\.5 {
    margin-left: -1.5px;
    margin-right: -1.5px
  }
  .md\:-my-1\.5 {
    margin-top: -4.5px;
    margin-bottom: -4.5px
  }
  .md\:-mx-1\.5 {
    margin-left: -4.5px;
    margin-right: -4.5px
  }
  .md\:-my-2\.5 {
    margin-top: -7.5px;
    margin-bottom: -7.5px
  }
  .md\:-mx-2\.5 {
    margin-left: -7.5px;
    margin-right: -7.5px
  }
  .md\:-my-3\.5 {
    margin-top: -10.5px;
    margin-bottom: -10.5px
  }
  .md\:-mx-3\.5 {
    margin-left: -10.5px;
    margin-right: -10.5px
  }
  .md\:-my-128px {
    margin-top: -128px;
    margin-bottom: -128px
  }
  .md\:-mx-128px {
    margin-left: -128px;
    margin-right: -128px
  }
  .md\:-my-61px {
    margin-top: -61px;
    margin-bottom: -61px
  }
  .md\:-mx-61px {
    margin-left: -61px;
    margin-right: -61px
  }
  .md\:-my-24vw {
    margin-top: -24vw;
    margin-bottom: -24vw
  }
  .md\:-mx-24vw {
    margin-left: -24vw;
    margin-right: -24vw
  }
  .md\:mt-0 {
    margin-top: 0
  }
  .md\:mr-0 {
    margin-right: 0
  }
  .md\:mb-0 {
    margin-bottom: 0
  }
  .md\:ml-0 {
    margin-left: 0
  }
  .md\:mt-1 {
    margin-top: 3px
  }
  .md\:mr-1 {
    margin-right: 3px
  }
  .md\:mb-1 {
    margin-bottom: 3px
  }
  .md\:ml-1 {
    margin-left: 3px
  }
  .md\:mt-2 {
    margin-top: 6px
  }
  .md\:mr-2 {
    margin-right: 6px
  }
  .md\:mb-2 {
    margin-bottom: 6px
  }
  .md\:ml-2 {
    margin-left: 6px
  }
  .md\:mt-3 {
    margin-top: 9px
  }
  .md\:mr-3 {
    margin-right: 9px
  }
  .md\:mb-3 {
    margin-bottom: 9px
  }
  .md\:ml-3 {
    margin-left: 9px
  }
  .md\:mt-4 {
    margin-top: 12px
  }
  .md\:mr-4 {
    margin-right: 12px
  }
  .md\:mb-4 {
    margin-bottom: 12px
  }
  .md\:ml-4 {
    margin-left: 12px
  }
  .md\:mt-5 {
    margin-top: 15px
  }
  .md\:mr-5 {
    margin-right: 15px
  }
  .md\:mb-5 {
    margin-bottom: 15px
  }
  .md\:ml-5 {
    margin-left: 15px
  }
  .md\:mt-6 {
    margin-top: 18px
  }
  .md\:mr-6 {
    margin-right: 18px
  }
  .md\:mb-6 {
    margin-bottom: 18px
  }
  .md\:ml-6 {
    margin-left: 18px
  }
  .md\:mt-7 {
    margin-top: 21px
  }
  .md\:mr-7 {
    margin-right: 21px
  }
  .md\:mb-7 {
    margin-bottom: 21px
  }
  .md\:ml-7 {
    margin-left: 21px
  }
  .md\:mt-8 {
    margin-top: 24px
  }
  .md\:mr-8 {
    margin-right: 24px
  }
  .md\:mb-8 {
    margin-bottom: 24px
  }
  .md\:ml-8 {
    margin-left: 24px
  }
  .md\:mt-9 {
    margin-top: 27px
  }
  .md\:mr-9 {
    margin-right: 27px
  }
  .md\:mb-9 {
    margin-bottom: 27px
  }
  .md\:ml-9 {
    margin-left: 27px
  }
  .md\:mt-10 {
    margin-top: 30px
  }
  .md\:mr-10 {
    margin-right: 30px
  }
  .md\:mb-10 {
    margin-bottom: 30px
  }
  .md\:ml-10 {
    margin-left: 30px
  }
  .md\:mt-11 {
    margin-top: 33px
  }
  .md\:mr-11 {
    margin-right: 33px
  }
  .md\:mb-11 {
    margin-bottom: 33px
  }
  .md\:ml-11 {
    margin-left: 33px
  }
  .md\:mt-12 {
    margin-top: 36px
  }
  .md\:mr-12 {
    margin-right: 36px
  }
  .md\:mb-12 {
    margin-bottom: 36px
  }
  .md\:ml-12 {
    margin-left: 36px
  }
  .md\:mt-14 {
    margin-top: 42px
  }
  .md\:mr-14 {
    margin-right: 42px
  }
  .md\:mb-14 {
    margin-bottom: 42px
  }
  .md\:ml-14 {
    margin-left: 42px
  }
  .md\:mt-16 {
    margin-top: 48px
  }
  .md\:mr-16 {
    margin-right: 48px
  }
  .md\:mb-16 {
    margin-bottom: 48px
  }
  .md\:ml-16 {
    margin-left: 48px
  }
  .md\:mt-18 {
    margin-top: 54px
  }
  .md\:mr-18 {
    margin-right: 54px
  }
  .md\:mb-18 {
    margin-bottom: 54px
  }
  .md\:ml-18 {
    margin-left: 54px
  }
  .md\:mt-20 {
    margin-top: 60px
  }
  .md\:mr-20 {
    margin-right: 60px
  }
  .md\:mb-20 {
    margin-bottom: 60px
  }
  .md\:ml-20 {
    margin-left: 60px
  }
  .md\:mt-24 {
    margin-top: 72px
  }
  .md\:mr-24 {
    margin-right: 72px
  }
  .md\:mb-24 {
    margin-bottom: 72px
  }
  .md\:ml-24 {
    margin-left: 72px
  }
  .md\:mt-28 {
    margin-top: 84px
  }
  .md\:mr-28 {
    margin-right: 84px
  }
  .md\:mb-28 {
    margin-bottom: 84px
  }
  .md\:ml-28 {
    margin-left: 84px
  }
  .md\:mt-32 {
    margin-top: 96px
  }
  .md\:mr-32 {
    margin-right: 96px
  }
  .md\:mb-32 {
    margin-bottom: 96px
  }
  .md\:ml-32 {
    margin-left: 96px
  }
  .md\:mt-36 {
    margin-top: 108px
  }
  .md\:mr-36 {
    margin-right: 108px
  }
  .md\:mb-36 {
    margin-bottom: 108px
  }
  .md\:ml-36 {
    margin-left: 108px
  }
  .md\:mt-40 {
    margin-top: 120px
  }
  .md\:mr-40 {
    margin-right: 120px
  }
  .md\:mb-40 {
    margin-bottom: 120px
  }
  .md\:ml-40 {
    margin-left: 120px
  }
  .md\:mt-44 {
    margin-top: 132px
  }
  .md\:mr-44 {
    margin-right: 132px
  }
  .md\:mb-44 {
    margin-bottom: 132px
  }
  .md\:ml-44 {
    margin-left: 132px
  }
  .md\:mt-48 {
    margin-top: 144px
  }
  .md\:mr-48 {
    margin-right: 144px
  }
  .md\:mb-48 {
    margin-bottom: 144px
  }
  .md\:ml-48 {
    margin-left: 144px
  }
  .md\:mt-52 {
    margin-top: 156px
  }
  .md\:mr-52 {
    margin-right: 156px
  }
  .md\:mb-52 {
    margin-bottom: 156px
  }
  .md\:ml-52 {
    margin-left: 156px
  }
  .md\:mt-56 {
    margin-top: 168px
  }
  .md\:mr-56 {
    margin-right: 168px
  }
  .md\:mb-56 {
    margin-bottom: 168px
  }
  .md\:ml-56 {
    margin-left: 168px
  }
  .md\:mt-60 {
    margin-top: 180px
  }
  .md\:mr-60 {
    margin-right: 180px
  }
  .md\:mb-60 {
    margin-bottom: 180px
  }
  .md\:ml-60 {
    margin-left: 180px
  }
  .md\:mt-64 {
    margin-top: 192px
  }
  .md\:mr-64 {
    margin-right: 192px
  }
  .md\:mb-64 {
    margin-bottom: 192px
  }
  .md\:ml-64 {
    margin-left: 192px
  }
  .md\:mt-72 {
    margin-top: 216px
  }
  .md\:mr-72 {
    margin-right: 216px
  }
  .md\:mb-72 {
    margin-bottom: 216px
  }
  .md\:ml-72 {
    margin-left: 216px
  }
  .md\:mt-80 {
    margin-top: 240px
  }
  .md\:mr-80 {
    margin-right: 240px
  }
  .md\:mb-80 {
    margin-bottom: 240px
  }
  .md\:ml-80 {
    margin-left: 240px
  }
  .md\:mt-96 {
    margin-top: 288px
  }
  .md\:mr-96 {
    margin-right: 288px
  }
  .md\:mb-96 {
    margin-bottom: 288px
  }
  .md\:ml-96 {
    margin-left: 288px
  }
  .md\:mt-auto {
    margin-top: auto
  }
  .md\:mr-auto {
    margin-right: auto
  }
  .md\:mb-auto {
    margin-bottom: auto
  }
  .md\:ml-auto {
    margin-left: auto
  }
  .md\:mt-px {
    margin-top: 1px
  }
  .md\:mr-px {
    margin-right: 1px
  }
  .md\:mb-px {
    margin-bottom: 1px
  }
  .md\:ml-px {
    margin-left: 1px
  }
  .md\:mt-0\.5 {
    margin-top: 1.5px
  }
  .md\:mr-0\.5 {
    margin-right: 1.5px
  }
  .md\:mb-0\.5 {
    margin-bottom: 1.5px
  }
  .md\:ml-0\.5 {
    margin-left: 1.5px
  }
  .md\:mt-1\.5 {
    margin-top: 4.5px
  }
  .md\:mr-1\.5 {
    margin-right: 4.5px
  }
  .md\:mb-1\.5 {
    margin-bottom: 4.5px
  }
  .md\:ml-1\.5 {
    margin-left: 4.5px
  }
  .md\:mt-2\.5 {
    margin-top: 7.5px
  }
  .md\:mr-2\.5 {
    margin-right: 7.5px
  }
  .md\:mb-2\.5 {
    margin-bottom: 7.5px
  }
  .md\:ml-2\.5 {
    margin-left: 7.5px
  }
  .md\:mt-3\.5 {
    margin-top: 10.5px
  }
  .md\:mr-3\.5 {
    margin-right: 10.5px
  }
  .md\:mb-3\.5 {
    margin-bottom: 10.5px
  }
  .md\:ml-3\.5 {
    margin-left: 10.5px
  }
  .md\:-mt-0 {
    margin-top: 0
  }
  .md\:-mr-0 {
    margin-right: 0
  }
  .md\:-mb-0 {
    margin-bottom: 0
  }
  .md\:-ml-0 {
    margin-left: 0
  }
  .md\:-mt-1 {
    margin-top: -3px
  }
  .md\:-mr-1 {
    margin-right: -3px
  }
  .md\:-mb-1 {
    margin-bottom: -3px
  }
  .md\:-ml-1 {
    margin-left: -3px
  }
  .md\:-mt-2 {
    margin-top: -6px
  }
  .md\:-mr-2 {
    margin-right: -6px
  }
  .md\:-mb-2 {
    margin-bottom: -6px
  }
  .md\:-ml-2 {
    margin-left: -6px
  }
  .md\:-mt-3 {
    margin-top: -9px
  }
  .md\:-mr-3 {
    margin-right: -9px
  }
  .md\:-mb-3 {
    margin-bottom: -9px
  }
  .md\:-ml-3 {
    margin-left: -9px
  }
  .md\:-mt-4 {
    margin-top: -12px
  }
  .md\:-mr-4 {
    margin-right: -12px
  }
  .md\:-mb-4 {
    margin-bottom: -12px
  }
  .md\:-ml-4 {
    margin-left: -12px
  }
  .md\:-mt-5 {
    margin-top: -15px
  }
  .md\:-mr-5 {
    margin-right: -15px
  }
  .md\:-mb-5 {
    margin-bottom: -15px
  }
  .md\:-ml-5 {
    margin-left: -15px
  }
  .md\:-mt-6 {
    margin-top: -18px
  }
  .md\:-mr-6 {
    margin-right: -18px
  }
  .md\:-mb-6 {
    margin-bottom: -18px
  }
  .md\:-ml-6 {
    margin-left: -18px
  }
  .md\:-mt-7 {
    margin-top: -21px
  }
  .md\:-mr-7 {
    margin-right: -21px
  }
  .md\:-mb-7 {
    margin-bottom: -21px
  }
  .md\:-ml-7 {
    margin-left: -21px
  }
  .md\:-mt-8 {
    margin-top: -24px
  }
  .md\:-mr-8 {
    margin-right: -24px
  }
  .md\:-mb-8 {
    margin-bottom: -24px
  }
  .md\:-ml-8 {
    margin-left: -24px
  }
  .md\:-mt-9 {
    margin-top: -27px
  }
  .md\:-mr-9 {
    margin-right: -27px
  }
  .md\:-mb-9 {
    margin-bottom: -27px
  }
  .md\:-ml-9 {
    margin-left: -27px
  }
  .md\:-mt-10 {
    margin-top: -30px
  }
  .md\:-mr-10 {
    margin-right: -30px
  }
  .md\:-mb-10 {
    margin-bottom: -30px
  }
  .md\:-ml-10 {
    margin-left: -30px
  }
  .md\:-mt-11 {
    margin-top: -33px
  }
  .md\:-mr-11 {
    margin-right: -33px
  }
  .md\:-mb-11 {
    margin-bottom: -33px
  }
  .md\:-ml-11 {
    margin-left: -33px
  }
  .md\:-mt-12 {
    margin-top: -36px
  }
  .md\:-mr-12 {
    margin-right: -36px
  }
  .md\:-mb-12 {
    margin-bottom: -36px
  }
  .md\:-ml-12 {
    margin-left: -36px
  }
  .md\:-mt-14 {
    margin-top: -42px
  }
  .md\:-mr-14 {
    margin-right: -42px
  }
  .md\:-mb-14 {
    margin-bottom: -42px
  }
  .md\:-ml-14 {
    margin-left: -42px
  }
  .md\:-mt-16 {
    margin-top: -48px
  }
  .md\:-mr-16 {
    margin-right: -48px
  }
  .md\:-mb-16 {
    margin-bottom: -48px
  }
  .md\:-ml-16 {
    margin-left: -48px
  }
  .md\:-mt-18 {
    margin-top: -54px
  }
  .md\:-mr-18 {
    margin-right: -54px
  }
  .md\:-mb-18 {
    margin-bottom: -54px
  }
  .md\:-ml-18 {
    margin-left: -54px
  }
  .md\:-mt-20 {
    margin-top: -60px
  }
  .md\:-mr-20 {
    margin-right: -60px
  }
  .md\:-mb-20 {
    margin-bottom: -60px
  }
  .md\:-ml-20 {
    margin-left: -60px
  }
  .md\:-mt-24 {
    margin-top: -72px
  }
  .md\:-mr-24 {
    margin-right: -72px
  }
  .md\:-mb-24 {
    margin-bottom: -72px
  }
  .md\:-ml-24 {
    margin-left: -72px
  }
  .md\:-mt-28 {
    margin-top: -84px
  }
  .md\:-mr-28 {
    margin-right: -84px
  }
  .md\:-mb-28 {
    margin-bottom: -84px
  }
  .md\:-ml-28 {
    margin-left: -84px
  }
  .md\:-mt-32 {
    margin-top: -96px
  }
  .md\:-mr-32 {
    margin-right: -96px
  }
  .md\:-mb-32 {
    margin-bottom: -96px
  }
  .md\:-ml-32 {
    margin-left: -96px
  }
  .md\:-mt-36 {
    margin-top: -108px
  }
  .md\:-mr-36 {
    margin-right: -108px
  }
  .md\:-mb-36 {
    margin-bottom: -108px
  }
  .md\:-ml-36 {
    margin-left: -108px
  }
  .md\:-mt-40 {
    margin-top: -120px
  }
  .md\:-mr-40 {
    margin-right: -120px
  }
  .md\:-mb-40 {
    margin-bottom: -120px
  }
  .md\:-ml-40 {
    margin-left: -120px
  }
  .md\:-mt-44 {
    margin-top: -132px
  }
  .md\:-mr-44 {
    margin-right: -132px
  }
  .md\:-mb-44 {
    margin-bottom: -132px
  }
  .md\:-ml-44 {
    margin-left: -132px
  }
  .md\:-mt-48 {
    margin-top: -144px
  }
  .md\:-mr-48 {
    margin-right: -144px
  }
  .md\:-mb-48 {
    margin-bottom: -144px
  }
  .md\:-ml-48 {
    margin-left: -144px
  }
  .md\:-mt-52 {
    margin-top: -156px
  }
  .md\:-mr-52 {
    margin-right: -156px
  }
  .md\:-mb-52 {
    margin-bottom: -156px
  }
  .md\:-ml-52 {
    margin-left: -156px
  }
  .md\:-mt-56 {
    margin-top: -168px
  }
  .md\:-mr-56 {
    margin-right: -168px
  }
  .md\:-mb-56 {
    margin-bottom: -168px
  }
  .md\:-ml-56 {
    margin-left: -168px
  }
  .md\:-mt-60 {
    margin-top: -180px
  }
  .md\:-mr-60 {
    margin-right: -180px
  }
  .md\:-mb-60 {
    margin-bottom: -180px
  }
  .md\:-ml-60 {
    margin-left: -180px
  }
  .md\:-mt-64 {
    margin-top: -192px
  }
  .md\:-mr-64 {
    margin-right: -192px
  }
  .md\:-mb-64 {
    margin-bottom: -192px
  }
  .md\:-ml-64 {
    margin-left: -192px
  }
  .md\:-mt-72 {
    margin-top: -216px
  }
  .md\:-mr-72 {
    margin-right: -216px
  }
  .md\:-mb-72 {
    margin-bottom: -216px
  }
  .md\:-ml-72 {
    margin-left: -216px
  }
  .md\:-mt-80 {
    margin-top: -240px
  }
  .md\:-mr-80 {
    margin-right: -240px
  }
  .md\:-mb-80 {
    margin-bottom: -240px
  }
  .md\:-ml-80 {
    margin-left: -240px
  }
  .md\:-mt-96 {
    margin-top: -288px
  }
  .md\:-mr-96 {
    margin-right: -288px
  }
  .md\:-mb-96 {
    margin-bottom: -288px
  }
  .md\:-ml-96 {
    margin-left: -288px
  }
  .md\:-mt-px {
    margin-top: -1px
  }
  .md\:-mr-px {
    margin-right: -1px
  }
  .md\:-mb-px {
    margin-bottom: -1px
  }
  .md\:-ml-px {
    margin-left: -1px
  }
  .md\:-mt-0\.5 {
    margin-top: -1.5px
  }
  .md\:-mr-0\.5 {
    margin-right: -1.5px
  }
  .md\:-mb-0\.5 {
    margin-bottom: -1.5px
  }
  .md\:-ml-0\.5 {
    margin-left: -1.5px
  }
  .md\:-mt-1\.5 {
    margin-top: -4.5px
  }
  .md\:-mr-1\.5 {
    margin-right: -4.5px
  }
  .md\:-mb-1\.5 {
    margin-bottom: -4.5px
  }
  .md\:-ml-1\.5 {
    margin-left: -4.5px
  }
  .md\:-mt-2\.5 {
    margin-top: -7.5px
  }
  .md\:-mr-2\.5 {
    margin-right: -7.5px
  }
  .md\:-mb-2\.5 {
    margin-bottom: -7.5px
  }
  .md\:-ml-2\.5 {
    margin-left: -7.5px
  }
  .md\:-mt-3\.5 {
    margin-top: -10.5px
  }
  .md\:-mr-3\.5 {
    margin-right: -10.5px
  }
  .md\:-mb-3\.5 {
    margin-bottom: -10.5px
  }
  .md\:-ml-3\.5 {
    margin-left: -10.5px
  }
  .md\:-mt-128px {
    margin-top: -128px
  }
  .md\:-mr-128px {
    margin-right: -128px
  }
  .md\:-mb-128px {
    margin-bottom: -128px
  }
  .md\:-ml-128px {
    margin-left: -128px
  }
  .md\:-mt-61px {
    margin-top: -61px
  }
  .md\:-mr-61px {
    margin-right: -61px
  }
  .md\:-mb-61px {
    margin-bottom: -61px
  }
  .md\:-ml-61px {
    margin-left: -61px
  }
  .md\:-mt-24vw {
    margin-top: -24vw
  }
  .md\:-mr-24vw {
    margin-right: -24vw
  }
  .md\:-mb-24vw {
    margin-bottom: -24vw
  }
  .md\:-ml-24vw {
    margin-left: -24vw
  }
  .md\:max-h-0 {
    max-height: 0
  }
  .md\:max-h-1 {
    max-height: 3px
  }
  .md\:max-h-2 {
    max-height: 6px
  }
  .md\:max-h-3 {
    max-height: 9px
  }
  .md\:max-h-4 {
    max-height: 12px
  }
  .md\:max-h-5 {
    max-height: 15px
  }
  .md\:max-h-6 {
    max-height: 18px
  }
  .md\:max-h-7 {
    max-height: 21px
  }
  .md\:max-h-8 {
    max-height: 24px
  }
  .md\:max-h-9 {
    max-height: 27px
  }
  .md\:max-h-10 {
    max-height: 30px
  }
  .md\:max-h-11 {
    max-height: 33px
  }
  .md\:max-h-12 {
    max-height: 36px
  }
  .md\:max-h-14 {
    max-height: 42px
  }
  .md\:max-h-16 {
    max-height: 48px
  }
  .md\:max-h-18 {
    max-height: 54px
  }
  .md\:max-h-20 {
    max-height: 60px
  }
  .md\:max-h-24 {
    max-height: 72px
  }
  .md\:max-h-28 {
    max-height: 84px
  }
  .md\:max-h-32 {
    max-height: 96px
  }
  .md\:max-h-36 {
    max-height: 108px
  }
  .md\:max-h-40 {
    max-height: 120px
  }
  .md\:max-h-44 {
    max-height: 132px
  }
  .md\:max-h-48 {
    max-height: 144px
  }
  .md\:max-h-52 {
    max-height: 156px
  }
  .md\:max-h-56 {
    max-height: 168px
  }
  .md\:max-h-60 {
    max-height: 180px
  }
  .md\:max-h-64 {
    max-height: 192px
  }
  .md\:max-h-72 {
    max-height: 216px
  }
  .md\:max-h-80 {
    max-height: 240px
  }
  .md\:max-h-96 {
    max-height: 288px
  }
  .md\:max-h-104 {
    max-height: 272px
  }
  .md\:max-h-px {
    max-height: 1px
  }
  .md\:max-h-0\.5 {
    max-height: 1.5px
  }
  .md\:max-h-1\.5 {
    max-height: 4.5px
  }
  .md\:max-h-2\.5 {
    max-height: 7.5px
  }
  .md\:max-h-3\.5 {
    max-height: 10.5px
  }
  .md\:max-h-full {
    max-height: 100%
  }
  .md\:max-h-screen {
    max-height: 100vh
  }
  .md\:max-h-768px {
    max-height: 768px
  }
  .md\:max-w-0 {
    max-width: 0
  }
  .md\:max-w-none {
    max-width: none
  }
  .md\:max-w-xs {
    max-width: 240px
  }
  .md\:max-w-sm {
    max-width: 288px
  }
  .md\:max-w-md {
    max-width: 296px
  }
  .md\:max-w-lg {
    max-width: 384px
  }
  .md\:max-w-xl {
    max-width: 372px
  }
  .md\:max-w-2xl {
    max-width: 504px
  }
  .md\:max-w-3xl {
    max-width: 496px
  }
  .md\:max-w-4xl {
    max-width: 572px
  }
  .md\:max-w-5xl {
    max-width: 768px
  }
  .md\:max-w-6xl {
    max-width: 864px
  }
  .md\:max-w-7xl {
    max-width: 960px
  }
  .md\:max-w-full {
    max-width: 100%
  }
  .md\:max-w-min {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content
  }
  .md\:max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content
  }
  .md\:max-w-prose {
    max-width: 65ch
  }
  .md\:max-w-screen-sm {
    max-width: 640px
  }
  .md\:max-w-screen-md {
    max-width: 768px
  }
  .md\:max-w-screen-lg {
    max-width: 1024px
  }
  .md\:max-w-screen-xl {
    max-width: 1280px
  }
  .md\:max-w-screen-2xl {
    max-width: 1536px
  }
  .md\:min-h-0 {
    min-height: 0
  }
  .md\:min-h-full {
    min-height: 100%
  }
  .md\:min-h-screen {
    min-height: 100vh
  }
  .md\:min-h-672px {
    min-height: 672px
  }
  .md\:min-h-686px {
    min-height: 686px
  }
  .md\:min-w-0 {
    min-width: 0
  }
  .md\:min-w-full {
    min-width: 100%
  }
  .md\:min-w-min {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content
  }
  .md\:min-w-max {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content
  }
  .md\:min-w-1\/3 {
    min-width: 33.333333%
  }
  .md\:min-w-1008px {
    min-width: 1008px
  }
  .md\:object-contain {
    -o-object-fit: contain;
    object-fit: contain
  }
  .md\:object-cover {
    -o-object-fit: cover;
    object-fit: cover
  }
  .md\:object-fill {
    -o-object-fit: fill;
    object-fit: fill
  }
  .md\:object-none {
    -o-object-fit: none;
    object-fit: none
  }
  .md\:object-scale-down {
    -o-object-fit: scale-down;
    object-fit: scale-down
  }
  .md\:object-bottom {
    -o-object-position: bottom;
    object-position: bottom
  }
  .md\:object-center {
    -o-object-position: center;
    object-position: center
  }
  .md\:object-left {
    -o-object-position: left;
    object-position: left
  }
  .md\:object-left-bottom {
    -o-object-position: left bottom;
    object-position: left bottom
  }
  .md\:object-left-top {
    -o-object-position: left top;
    object-position: left top
  }
  .md\:object-right {
    -o-object-position: right;
    object-position: right
  }
  .md\:object-right-bottom {
    -o-object-position: right bottom;
    object-position: right bottom
  }
  .md\:object-right-top {
    -o-object-position: right top;
    object-position: right top
  }
  .md\:object-top {
    -o-object-position: top;
    object-position: top
  }
  .md\:opacity-0 {
    opacity: 0
  }
  .md\:opacity-5 {
    opacity: .05
  }
  .md\:opacity-10 {
    opacity: .1
  }
  .md\:opacity-20 {
    opacity: .2
  }
  .md\:opacity-25 {
    opacity: .25
  }
  .md\:opacity-30 {
    opacity: .3
  }
  .md\:opacity-40 {
    opacity: .4
  }
  .md\:opacity-50 {
    opacity: .5
  }
  .md\:opacity-60 {
    opacity: .6
  }
  .md\:opacity-70 {
    opacity: .7
  }
  .md\:opacity-75 {
    opacity: .75
  }
  .md\:opacity-80 {
    opacity: .8
  }
  .md\:opacity-90 {
    opacity: .9
  }
  .md\:opacity-95 {
    opacity: .95
  }
  .md\:opacity-100 {
    opacity: 1
  }
  .group:hover .md\:group-hover\:opacity-0 {
    opacity: 0
  }
  .group:hover .md\:group-hover\:opacity-5 {
    opacity: .05
  }
  .group:hover .md\:group-hover\:opacity-10 {
    opacity: .1
  }
  .group:hover .md\:group-hover\:opacity-20 {
    opacity: .2
  }
  .group:hover .md\:group-hover\:opacity-25 {
    opacity: .25
  }
  .group:hover .md\:group-hover\:opacity-30 {
    opacity: .3
  }
  .group:hover .md\:group-hover\:opacity-40 {
    opacity: .4
  }
  .group:hover .md\:group-hover\:opacity-50 {
    opacity: .5
  }
  .group:hover .md\:group-hover\:opacity-60 {
    opacity: .6
  }
  .group:hover .md\:group-hover\:opacity-70 {
    opacity: .7
  }
  .group:hover .md\:group-hover\:opacity-75 {
    opacity: .75
  }
  .group:hover .md\:group-hover\:opacity-80 {
    opacity: .8
  }
  .group:hover .md\:group-hover\:opacity-90 {
    opacity: .9
  }
  .group:hover .md\:group-hover\:opacity-95 {
    opacity: .95
  }
  .group:hover .md\:group-hover\:opacity-100 {
    opacity: 1
  }
  .md\:focus-within\:opacity-0:focus-within {
    opacity: 0
  }
  .md\:focus-within\:opacity-5:focus-within {
    opacity: .05
  }
  .md\:focus-within\:opacity-10:focus-within {
    opacity: .1
  }
  .md\:focus-within\:opacity-20:focus-within {
    opacity: .2
  }
  .md\:focus-within\:opacity-25:focus-within {
    opacity: .25
  }
  .md\:focus-within\:opacity-30:focus-within {
    opacity: .3
  }
  .md\:focus-within\:opacity-40:focus-within {
    opacity: .4
  }
  .md\:focus-within\:opacity-50:focus-within {
    opacity: .5
  }
  .md\:focus-within\:opacity-60:focus-within {
    opacity: .6
  }
  .md\:focus-within\:opacity-70:focus-within {
    opacity: .7
  }
  .md\:focus-within\:opacity-75:focus-within {
    opacity: .75
  }
  .md\:focus-within\:opacity-80:focus-within {
    opacity: .8
  }
  .md\:focus-within\:opacity-90:focus-within {
    opacity: .9
  }
  .md\:focus-within\:opacity-95:focus-within {
    opacity: .95
  }
  .md\:focus-within\:opacity-100:focus-within {
    opacity: 1
  }
  .md\:hover\:opacity-0:hover {
    opacity: 0
  }
  .md\:hover\:opacity-5:hover {
    opacity: .05
  }
  .md\:hover\:opacity-10:hover {
    opacity: .1
  }
  .md\:hover\:opacity-20:hover {
    opacity: .2
  }
  .md\:hover\:opacity-25:hover {
    opacity: .25
  }
  .md\:hover\:opacity-30:hover {
    opacity: .3
  }
  .md\:hover\:opacity-40:hover {
    opacity: .4
  }
  .md\:hover\:opacity-50:hover {
    opacity: .5
  }
  .md\:hover\:opacity-60:hover {
    opacity: .6
  }
  .md\:hover\:opacity-70:hover {
    opacity: .7
  }
  .md\:hover\:opacity-75:hover {
    opacity: .75
  }
  .md\:hover\:opacity-80:hover {
    opacity: .8
  }
  .md\:hover\:opacity-90:hover {
    opacity: .9
  }
  .md\:hover\:opacity-95:hover {
    opacity: .95
  }
  .md\:hover\:opacity-100:hover {
    opacity: 1
  }
  .md\:focus\:opacity-0:focus {
    opacity: 0
  }
  .md\:focus\:opacity-5:focus {
    opacity: .05
  }
  .md\:focus\:opacity-10:focus {
    opacity: .1
  }
  .md\:focus\:opacity-20:focus {
    opacity: .2
  }
  .md\:focus\:opacity-25:focus {
    opacity: .25
  }
  .md\:focus\:opacity-30:focus {
    opacity: .3
  }
  .md\:focus\:opacity-40:focus {
    opacity: .4
  }
  .md\:focus\:opacity-50:focus {
    opacity: .5
  }
  .md\:focus\:opacity-60:focus {
    opacity: .6
  }
  .md\:focus\:opacity-70:focus {
    opacity: .7
  }
  .md\:focus\:opacity-75:focus {
    opacity: .75
  }
  .md\:focus\:opacity-80:focus {
    opacity: .8
  }
  .md\:focus\:opacity-90:focus {
    opacity: .9
  }
  .md\:focus\:opacity-95:focus {
    opacity: .95
  }
  .md\:focus\:opacity-100:focus {
    opacity: 1
  }
  .md\:disabled\:opacity-0:disabled {
    opacity: 0
  }
  .md\:disabled\:opacity-5:disabled {
    opacity: .05
  }
  .md\:disabled\:opacity-10:disabled {
    opacity: .1
  }
  .md\:disabled\:opacity-20:disabled {
    opacity: .2
  }
  .md\:disabled\:opacity-25:disabled {
    opacity: .25
  }
  .md\:disabled\:opacity-30:disabled {
    opacity: .3
  }
  .md\:disabled\:opacity-40:disabled {
    opacity: .4
  }
  .md\:disabled\:opacity-50:disabled {
    opacity: .5
  }
  .md\:disabled\:opacity-60:disabled {
    opacity: .6
  }
  .md\:disabled\:opacity-70:disabled {
    opacity: .7
  }
  .md\:disabled\:opacity-75:disabled {
    opacity: .75
  }
  .md\:disabled\:opacity-80:disabled {
    opacity: .8
  }
  .md\:disabled\:opacity-90:disabled {
    opacity: .9
  }
  .md\:disabled\:opacity-95:disabled {
    opacity: .95
  }
  .md\:disabled\:opacity-100:disabled {
    opacity: 1
  }
  .md\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px
  }
  .md\:outline-white {
    outline: 2px dotted #fff;
    outline-offset: 2px
  }
  .md\:outline-black {
    outline: 2px dotted #000;
    outline-offset: 2px
  }
  .md\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px
  }
  .md\:focus-within\:outline-white:focus-within {
    outline: 2px dotted #fff;
    outline-offset: 2px
  }
  .md\:focus-within\:outline-black:focus-within {
    outline: 2px dotted #000;
    outline-offset: 2px
  }
  .md\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
  }
  .md\:focus\:outline-white:focus {
    outline: 2px dotted #fff;
    outline-offset: 2px
  }
  .md\:focus\:outline-black:focus {
    outline: 2px dotted #000;
    outline-offset: 2px
  }
  .md\:overflow-auto {
    overflow: auto
  }
  .md\:overflow-hidden {
    overflow: hidden
  }
  .md\:overflow-visible {
    overflow: visible
  }
  .md\:overflow-scroll {
    overflow: scroll
  }
  .md\:overflow-x-auto {
    overflow-x: auto
  }
  .md\:overflow-y-auto {
    overflow-y: auto
  }
  .md\:overflow-x-hidden {
    overflow-x: hidden
  }
  .md\:overflow-y-hidden {
    overflow-y: hidden
  }
  .md\:overflow-x-visible {
    overflow-x: visible
  }
  .md\:overflow-y-visible {
    overflow-y: visible
  }
  .md\:overflow-x-scroll {
    overflow-x: scroll
  }
  .md\:overflow-y-scroll {
    overflow-y: scroll
  }
  .md\:overscroll-auto {
    -ms-scroll-chaining: chained;
    overscroll-behavior: auto
  }
  .md\:overscroll-contain {
    -ms-scroll-chaining: none;
    overscroll-behavior: contain
  }
  .md\:overscroll-none {
    -ms-scroll-chaining: none;
    overscroll-behavior: none
  }
  .md\:overscroll-y-auto {
    overscroll-behavior-y: auto
  }
  .md\:overscroll-y-contain {
    overscroll-behavior-y: contain
  }
  .md\:overscroll-y-none {
    overscroll-behavior-y: none
  }
  .md\:overscroll-x-auto {
    overscroll-behavior-x: auto
  }
  .md\:overscroll-x-contain {
    overscroll-behavior-x: contain
  }
  .md\:overscroll-x-none {
    overscroll-behavior-x: none
  }
  .md\:p-0 {
    padding: 0
  }
  .md\:p-1 {
    padding: 3px
  }
  .md\:p-2 {
    padding: 6px
  }
  .md\:p-3 {
    padding: 9px
  }
  .md\:p-4 {
    padding: 12px
  }
  .md\:p-5 {
    padding: 15px
  }
  .md\:p-6 {
    padding: 18px
  }
  .md\:p-7 {
    padding: 21px
  }
  .md\:p-8 {
    padding: 24px
  }
  .md\:p-9 {
    padding: 27px
  }
  .md\:p-10 {
    padding: 30px
  }
  .md\:p-11 {
    padding: 33px
  }
  .md\:p-12 {
    padding: 36px
  }
  .md\:p-14 {
    padding: 42px
  }
  .md\:p-16 {
    padding: 48px
  }
  .md\:p-18 {
    padding: 54px
  }
  .md\:p-20 {
    padding: 60px
  }
  .md\:p-24 {
    padding: 72px
  }
  .md\:p-28 {
    padding: 84px
  }
  .md\:p-32 {
    padding: 96px
  }
  .md\:p-36 {
    padding: 108px
  }
  .md\:p-40 {
    padding: 120px
  }
  .md\:p-44 {
    padding: 132px
  }
  .md\:p-48 {
    padding: 144px
  }
  .md\:p-52 {
    padding: 156px
  }
  .md\:p-56 {
    padding: 168px
  }
  .md\:p-60 {
    padding: 180px
  }
  .md\:p-64 {
    padding: 192px
  }
  .md\:p-72 {
    padding: 216px
  }
  .md\:p-80 {
    padding: 240px
  }
  .md\:p-96 {
    padding: 288px
  }
  .md\:p-px {
    padding: 1px
  }
  .md\:p-0\.5 {
    padding: 1.5px
  }
  .md\:p-1\.5 {
    padding: 4.5px
  }
  .md\:p-2\.5 {
    padding: 7.5px
  }
  .md\:p-3\.5 {
    padding: 10.5px
  }
  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0
  }
  .md\:px-0 {
    padding-left: 0;
    padding-right: 0
  }
  .md\:py-1 {
    padding-top: 3px;
    padding-bottom: 3px
  }
  .md\:px-1 {
    padding-left: 3px;
    padding-right: 3px
  }
  .md\:py-2 {
    padding-top: 6px;
    padding-bottom: 6px
  }
  .md\:px-2 {
    padding-left: 6px;
    padding-right: 6px
  }
  .md\:py-3 {
    padding-top: 9px;
    padding-bottom: 9px
  }
  .md\:px-3 {
    padding-left: 9px;
    padding-right: 9px
  }
  .md\:py-4 {
    padding-top: 12px;
    padding-bottom: 12px
  }
  .md\:px-4 {
    padding-left: 12px;
    padding-right: 12px
  }
  .md\:py-5 {
    padding-top: 15px;
    padding-bottom: 15px
  }
  .md\:px-5 {
    padding-left: 15px;
    padding-right: 15px
  }
  .md\:py-6 {
    padding-top: 18px;
    padding-bottom: 18px
  }
  .md\:px-6 {
    padding-left: 18px;
    padding-right: 18px
  }
  .md\:py-7 {
    padding-top: 21px;
    padding-bottom: 21px
  }
  .md\:px-7 {
    padding-left: 21px;
    padding-right: 21px
  }
  .md\:py-8 {
    padding-top: 24px;
    padding-bottom: 24px
  }
  .md\:px-8 {
    padding-left: 24px;
    padding-right: 24px
  }
  .md\:py-9 {
    padding-top: 27px;
    padding-bottom: 27px
  }
  .md\:px-9 {
    padding-left: 27px;
    padding-right: 27px
  }
  .md\:py-10 {
    padding-top: 30px;
    padding-bottom: 30px
  }
  .md\:px-10 {
    padding-left: 30px;
    padding-right: 30px
  }
  .md\:py-11 {
    padding-top: 33px;
    padding-bottom: 33px
  }
  .md\:px-11 {
    padding-left: 33px;
    padding-right: 33px
  }
  .md\:py-12 {
    padding-top: 36px;
    padding-bottom: 36px
  }
  .md\:px-12 {
    padding-left: 36px;
    padding-right: 36px
  }
  .md\:py-14 {
    padding-top: 42px;
    padding-bottom: 42px
  }
  .md\:px-14 {
    padding-left: 42px;
    padding-right: 42px
  }
  .md\:py-16 {
    padding-top: 48px;
    padding-bottom: 48px
  }
  .md\:px-16 {
    padding-left: 48px;
    padding-right: 48px
  }
  .md\:py-18 {
    padding-top: 54px;
    padding-bottom: 54px
  }
  .md\:px-18 {
    padding-left: 54px;
    padding-right: 54px
  }
  .md\:py-20 {
    padding-top: 60px;
    padding-bottom: 60px
  }
  .md\:px-20 {
    padding-left: 60px;
    padding-right: 60px
  }
  .md\:py-24 {
    padding-top: 72px;
    padding-bottom: 72px
  }
  .md\:px-24 {
    padding-left: 72px;
    padding-right: 72px
  }
  .md\:py-28 {
    padding-top: 84px;
    padding-bottom: 84px
  }
  .md\:px-28 {
    padding-left: 84px;
    padding-right: 84px
  }
  .md\:py-32 {
    padding-top: 96px;
    padding-bottom: 96px
  }
  .md\:px-32 {
    padding-left: 96px;
    padding-right: 96px
  }
  .md\:py-36 {
    padding-top: 108px;
    padding-bottom: 108px
  }
  .md\:px-36 {
    padding-left: 108px;
    padding-right: 108px
  }
  .md\:py-40 {
    padding-top: 120px;
    padding-bottom: 120px
  }
  .md\:px-40 {
    padding-left: 120px;
    padding-right: 120px
  }
  .md\:py-44 {
    padding-top: 132px;
    padding-bottom: 132px
  }
  .md\:px-44 {
    padding-left: 132px;
    padding-right: 132px
  }
  .md\:py-48 {
    padding-top: 144px;
    padding-bottom: 144px
  }
  .md\:px-48 {
    padding-left: 144px;
    padding-right: 144px
  }
  .md\:py-52 {
    padding-top: 156px;
    padding-bottom: 156px
  }
  .md\:px-52 {
    padding-left: 156px;
    padding-right: 156px
  }
  .md\:py-56 {
    padding-top: 168px;
    padding-bottom: 168px
  }
  .md\:px-56 {
    padding-left: 168px;
    padding-right: 168px
  }
  .md\:py-60 {
    padding-top: 180px;
    padding-bottom: 180px
  }
  .md\:px-60 {
    padding-left: 180px;
    padding-right: 180px
  }
  .md\:py-64 {
    padding-top: 192px;
    padding-bottom: 192px
  }
  .md\:px-64 {
    padding-left: 192px;
    padding-right: 192px
  }
  .md\:py-72 {
    padding-top: 216px;
    padding-bottom: 216px
  }
  .md\:px-72 {
    padding-left: 216px;
    padding-right: 216px
  }
  .md\:py-80 {
    padding-top: 240px;
    padding-bottom: 240px
  }
  .md\:px-80 {
    padding-left: 240px;
    padding-right: 240px
  }
  .md\:py-96 {
    padding-top: 288px;
    padding-bottom: 288px
  }
  .md\:px-96 {
    padding-left: 288px;
    padding-right: 288px
  }
  .md\:py-px {
    padding-top: 1px;
    padding-bottom: 1px
  }
  .md\:px-px {
    padding-left: 1px;
    padding-right: 1px
  }
  .md\:py-0\.5 {
    padding-top: 1.5px;
    padding-bottom: 1.5px
  }
  .md\:px-0\.5 {
    padding-left: 1.5px;
    padding-right: 1.5px
  }
  .md\:py-1\.5 {
    padding-top: 4.5px;
    padding-bottom: 4.5px
  }
  .md\:px-1\.5 {
    padding-left: 4.5px;
    padding-right: 4.5px
  }
  .md\:py-2\.5 {
    padding-top: 7.5px;
    padding-bottom: 7.5px
  }
  .md\:px-2\.5 {
    padding-left: 7.5px;
    padding-right: 7.5px
  }
  .md\:py-3\.5 {
    padding-top: 10.5px;
    padding-bottom: 10.5px
  }
  .md\:px-3\.5 {
    padding-left: 10.5px;
    padding-right: 10.5px
  }
  .md\:pt-0 {
    padding-top: 0
  }
  .md\:pr-0 {
    padding-right: 0
  }
  .md\:pb-0 {
    padding-bottom: 0
  }
  .md\:pl-0 {
    padding-left: 0
  }
  .md\:pt-1 {
    padding-top: 3px
  }
  .md\:pr-1 {
    padding-right: 3px
  }
  .md\:pb-1 {
    padding-bottom: 3px
  }
  .md\:pl-1 {
    padding-left: 3px
  }
  .md\:pt-2 {
    padding-top: 6px
  }
  .md\:pr-2 {
    padding-right: 6px
  }
  .md\:pb-2 {
    padding-bottom: 6px
  }
  .md\:pl-2 {
    padding-left: 6px
  }
  .md\:pt-3 {
    padding-top: 9px
  }
  .md\:pr-3 {
    padding-right: 9px
  }
  .md\:pb-3 {
    padding-bottom: 9px
  }
  .md\:pl-3 {
    padding-left: 9px
  }
  .md\:pt-4 {
    padding-top: 12px
  }
  .md\:pr-4 {
    padding-right: 12px
  }
  .md\:pb-4 {
    padding-bottom: 12px
  }
  .md\:pl-4 {
    padding-left: 12px
  }
  .md\:pt-5 {
    padding-top: 15px
  }
  .md\:pr-5 {
    padding-right: 15px
  }
  .md\:pb-5 {
    padding-bottom: 15px
  }
  .md\:pl-5 {
    padding-left: 15px
  }
  .md\:pt-6 {
    padding-top: 18px
  }
  .md\:pr-6 {
    padding-right: 18px
  }
  .md\:pb-6 {
    padding-bottom: 18px
  }
  .md\:pl-6 {
    padding-left: 18px
  }
  .md\:pt-7 {
    padding-top: 21px
  }
  .md\:pr-7 {
    padding-right: 21px
  }
  .md\:pb-7 {
    padding-bottom: 21px
  }
  .md\:pl-7 {
    padding-left: 21px
  }
  .md\:pt-8 {
    padding-top: 24px
  }
  .md\:pr-8 {
    padding-right: 24px
  }
  .md\:pb-8 {
    padding-bottom: 24px
  }
  .md\:pl-8 {
    padding-left: 24px
  }
  .md\:pt-9 {
    padding-top: 27px
  }
  .md\:pr-9 {
    padding-right: 27px
  }
  .md\:pb-9 {
    padding-bottom: 27px
  }
  .md\:pl-9 {
    padding-left: 27px
  }
  .md\:pt-10 {
    padding-top: 30px
  }
  .md\:pr-10 {
    padding-right: 30px
  }
  .md\:pb-10 {
    padding-bottom: 30px
  }
  .md\:pl-10 {
    padding-left: 30px
  }
  .md\:pt-11 {
    padding-top: 33px
  }
  .md\:pr-11 {
    padding-right: 33px
  }
  .md\:pb-11 {
    padding-bottom: 33px
  }
  .md\:pl-11 {
    padding-left: 33px
  }
  .md\:pt-12 {
    padding-top: 36px
  }
  .md\:pr-12 {
    padding-right: 36px
  }
  .md\:pb-12 {
    padding-bottom: 36px
  }
  .md\:pl-12 {
    padding-left: 36px
  }
  .md\:pt-14 {
    padding-top: 42px
  }
  .md\:pr-14 {
    padding-right: 42px
  }
  .md\:pb-14 {
    padding-bottom: 42px
  }
  .md\:pl-14 {
    padding-left: 42px
  }
  .md\:pt-16 {
    padding-top: 48px
  }
  .md\:pr-16 {
    padding-right: 48px
  }
  .md\:pb-16 {
    padding-bottom: 48px
  }
  .md\:pl-16 {
    padding-left: 48px
  }
  .md\:pt-18 {
    padding-top: 54px
  }
  .md\:pr-18 {
    padding-right: 54px
  }
  .md\:pb-18 {
    padding-bottom: 54px
  }
  .md\:pl-18 {
    padding-left: 54px
  }
  .md\:pt-20 {
    padding-top: 60px
  }
  .md\:pr-20 {
    padding-right: 60px
  }
  .md\:pb-20 {
    padding-bottom: 60px
  }
  .md\:pl-20 {
    padding-left: 60px
  }
  .md\:pt-24 {
    padding-top: 72px
  }
  .md\:pr-24 {
    padding-right: 72px
  }
  .md\:pb-24 {
    padding-bottom: 72px
  }
  .md\:pl-24 {
    padding-left: 72px
  }
  .md\:pt-28 {
    padding-top: 84px
  }
  .md\:pr-28 {
    padding-right: 84px
  }
  .md\:pb-28 {
    padding-bottom: 84px
  }
  .md\:pl-28 {
    padding-left: 84px
  }
  .md\:pt-32 {
    padding-top: 96px
  }
  .md\:pr-32 {
    padding-right: 96px
  }
  .md\:pb-32 {
    padding-bottom: 96px
  }
  .md\:pl-32 {
    padding-left: 96px
  }
  .md\:pt-36 {
    padding-top: 108px
  }
  .md\:pr-36 {
    padding-right: 108px
  }
  .md\:pb-36 {
    padding-bottom: 108px
  }
  .md\:pl-36 {
    padding-left: 108px
  }
  .md\:pt-40 {
    padding-top: 120px
  }
  .md\:pr-40 {
    padding-right: 120px
  }
  .md\:pb-40 {
    padding-bottom: 120px
  }
  .md\:pl-40 {
    padding-left: 120px
  }
  .md\:pt-44 {
    padding-top: 132px
  }
  .md\:pr-44 {
    padding-right: 132px
  }
  .md\:pb-44 {
    padding-bottom: 132px
  }
  .md\:pl-44 {
    padding-left: 132px
  }
  .md\:pt-48 {
    padding-top: 144px
  }
  .md\:pr-48 {
    padding-right: 144px
  }
  .md\:pb-48 {
    padding-bottom: 144px
  }
  .md\:pl-48 {
    padding-left: 144px
  }
  .md\:pt-52 {
    padding-top: 156px
  }
  .md\:pr-52 {
    padding-right: 156px
  }
  .md\:pb-52 {
    padding-bottom: 156px
  }
  .md\:pl-52 {
    padding-left: 156px
  }
  .md\:pt-56 {
    padding-top: 168px
  }
  .md\:pr-56 {
    padding-right: 168px
  }
  .md\:pb-56 {
    padding-bottom: 168px
  }
  .md\:pl-56 {
    padding-left: 168px
  }
  .md\:pt-60 {
    padding-top: 180px
  }
  .md\:pr-60 {
    padding-right: 180px
  }
  .md\:pb-60 {
    padding-bottom: 180px
  }
  .md\:pl-60 {
    padding-left: 180px
  }
  .md\:pt-64 {
    padding-top: 192px
  }
  .md\:pr-64 {
    padding-right: 192px
  }
  .md\:pb-64 {
    padding-bottom: 192px
  }
  .md\:pl-64 {
    padding-left: 192px
  }
  .md\:pt-72 {
    padding-top: 216px
  }
  .md\:pr-72 {
    padding-right: 216px
  }
  .md\:pb-72 {
    padding-bottom: 216px
  }
  .md\:pl-72 {
    padding-left: 216px
  }
  .md\:pt-80 {
    padding-top: 240px
  }
  .md\:pr-80 {
    padding-right: 240px
  }
  .md\:pb-80 {
    padding-bottom: 240px
  }
  .md\:pl-80 {
    padding-left: 240px
  }
  .md\:pt-96 {
    padding-top: 288px
  }
  .md\:pr-96 {
    padding-right: 288px
  }
  .md\:pb-96 {
    padding-bottom: 288px
  }
  .md\:pl-96 {
    padding-left: 288px
  }
  .md\:pt-px {
    padding-top: 1px
  }
  .md\:pr-px {
    padding-right: 1px
  }
  .md\:pb-px {
    padding-bottom: 1px
  }
  .md\:pl-px {
    padding-left: 1px
  }
  .md\:pt-0\.5 {
    padding-top: 1.5px
  }
  .md\:pr-0\.5 {
    padding-right: 1.5px
  }
  .md\:pb-0\.5 {
    padding-bottom: 1.5px
  }
  .md\:pl-0\.5 {
    padding-left: 1.5px
  }
  .md\:pt-1\.5 {
    padding-top: 4.5px
  }
  .md\:pr-1\.5 {
    padding-right: 4.5px
  }
  .md\:pb-1\.5 {
    padding-bottom: 4.5px
  }
  .md\:pl-1\.5 {
    padding-left: 4.5px
  }
  .md\:pt-2\.5 {
    padding-top: 7.5px
  }
  .md\:pr-2\.5 {
    padding-right: 7.5px
  }
  .md\:pb-2\.5 {
    padding-bottom: 7.5px
  }
  .md\:pl-2\.5 {
    padding-left: 7.5px
  }
  .md\:pt-3\.5 {
    padding-top: 10.5px
  }
  .md\:pr-3\.5 {
    padding-right: 10.5px
  }
  .md\:pb-3\.5 {
    padding-bottom: 10.5px
  }
  .md\:pl-3\.5 {
    padding-left: 10.5px
  }
  .md\:placeholder-primary-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-primary-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-primary-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-primary-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-primary-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-primary-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-primary-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 226, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-primary-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 226, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-primary-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 226, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-primary-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 230, 175, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-primary-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 230, 175, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-primary-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 230, 175, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-primary-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 213, 124, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-primary-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 213, 124, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-primary-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 213, 124, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-primary-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-primary-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-primary-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-primary-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 181, 22, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-primary-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 181, 22, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-primary-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 181, 22, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-primary-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 154, 0, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-primary-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 154, 0, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-primary-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 154, 0, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-primary-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(175, 119, 0, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-primary-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(175, 119, 0, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-primary-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(175, 119, 0, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-primary-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 84, 0, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-primary-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 84, 0, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-primary-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 84, 0, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-primary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-primary:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-primary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-secondary-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 251, 223, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-secondary-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 251, 223, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-secondary-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 251, 223, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-secondary-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 249, 208, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-secondary-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 249, 208, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-secondary-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 249, 208, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-secondary-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(135, 245, 178, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-secondary-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(135, 245, 178, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-secondary-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(135, 245, 178, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-secondary-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 241, 148, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-secondary-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 241, 148, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-secondary-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 241, 148, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-secondary-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 238, 118, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-secondary-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 238, 118, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-secondary-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 238, 118, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-secondary-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-secondary-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-secondary-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-secondary-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 163, 72, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-secondary-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 163, 72, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-secondary-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 163, 72, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-secondary-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(9, 116, 51, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-secondary-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(9, 116, 51, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-secondary-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(9, 116, 51, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-secondary-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 68, 30, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-secondary-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 68, 30, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-secondary-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 68, 30, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-secondary-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 21, 9, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-secondary-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 21, 9, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-secondary-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 21, 9, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-secondary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-secondary:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-secondary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-accent-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-accent-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-accent-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-accent-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-accent-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-accent-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-accent-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-accent-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-accent-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-accent-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-accent-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-accent-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-accent-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-accent-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-accent-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-accent-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-accent-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-accent-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-accent-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-accent-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-accent-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-accent-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-accent-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-accent-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-accent-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-accent-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-accent-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-accent-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-accent-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-accent-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-shade-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 58, 49, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-shade-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 58, 49, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-shade-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 58, 49, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-shade-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 47, 53, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-shade-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 47, 53, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-shade-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 47, 53, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-gray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-gray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-gray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-gray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-gray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-gray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-gray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-gray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-gray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-gray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-brand-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-brand-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-brand-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-brand-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-brand-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-brand-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-brand-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-brand-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-brand-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-brand-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-brand-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-brand-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-brand-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-brand-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-brand-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-brand-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-brand-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-brand-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-brand-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-brand-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-brand-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-brand-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-brand-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-brand-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-brand-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-brand-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-brand-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-brand-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-brand-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-brand-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity))
  }
  .md\:placeholder-transparent::-moz-placeholder {
    color: transparent
  }
  .md\:placeholder-transparent:-ms-input-placeholder {
    color: transparent
  }
  .md\:placeholder-transparent::placeholder {
    color: transparent
  }
  .md\:placeholder-current::-moz-placeholder {
    color: currentColor
  }
  .md\:placeholder-current:-ms-input-placeholder {
    color: currentColor
  }
  .md\:placeholder-current::placeholder {
    color: currentColor
  }
  .md\:focus\:placeholder-primary-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-primary-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-primary-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-primary-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-primary-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-primary-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-primary-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 226, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-primary-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 226, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-primary-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 226, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-primary-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 230, 175, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-primary-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 230, 175, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-primary-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 230, 175, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-primary-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 213, 124, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-primary-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 213, 124, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-primary-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 213, 124, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-primary-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-primary-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-primary-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-primary-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 181, 22, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-primary-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 181, 22, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-primary-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 181, 22, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-primary-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 154, 0, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-primary-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 154, 0, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-primary-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 154, 0, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-primary-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(175, 119, 0, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-primary-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(175, 119, 0, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-primary-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(175, 119, 0, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-primary-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 84, 0, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-primary-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 84, 0, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-primary-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 84, 0, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-primary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-primary:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-primary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-secondary-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 251, 223, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-secondary-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 251, 223, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-secondary-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 251, 223, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-secondary-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 249, 208, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-secondary-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 249, 208, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-secondary-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 249, 208, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-secondary-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(135, 245, 178, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-secondary-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(135, 245, 178, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-secondary-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(135, 245, 178, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-secondary-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 241, 148, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-secondary-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 241, 148, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-secondary-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 241, 148, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-secondary-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 238, 118, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-secondary-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 238, 118, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-secondary-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 238, 118, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-secondary-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-secondary-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-secondary-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-secondary-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 163, 72, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-secondary-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 163, 72, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-secondary-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 163, 72, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-secondary-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(9, 116, 51, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-secondary-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(9, 116, 51, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-secondary-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(9, 116, 51, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-secondary-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 68, 30, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-secondary-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 68, 30, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-secondary-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 68, 30, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-secondary-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 21, 9, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-secondary-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 21, 9, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-secondary-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 21, 9, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-secondary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-secondary:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-secondary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-accent-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-accent-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-accent-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-accent-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-accent-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-accent-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-accent-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-accent-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-accent-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-accent-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-accent-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-accent-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-accent-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-accent-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-accent-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-accent-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-accent-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-accent-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-accent-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-accent-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-accent-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-accent-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-accent-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-accent-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-accent-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-accent-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-accent-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-accent-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-accent-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-accent-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-shade-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 58, 49, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-shade-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 58, 49, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-shade-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 58, 49, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-shade-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 47, 53, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-shade-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 47, 53, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-shade-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 47, 53, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-gray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-brand-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-brand-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-brand-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-brand-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-brand-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-brand-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-brand-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-brand-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-brand-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-brand-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-brand-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-brand-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-brand-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-brand-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-brand-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-brand-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-brand-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-brand-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-brand-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-brand-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-brand-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-brand-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-brand-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-brand-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-brand-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-brand-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-brand-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-brand-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-brand-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-brand-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity))
  }
  .md\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent
  }
  .md\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent
  }
  .md\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent
  }
  .md\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor
  }
  .md\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: currentColor
  }
  .md\:focus\:placeholder-current:focus::placeholder {
    color: currentColor
  }
  .md\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0
  }
  .md\:placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0
  }
  .md\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0
  }
  .md\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05
  }
  .md\:placeholder-opacity-5:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05
  }
  .md\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05
  }
  .md\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1
  }
  .md\:placeholder-opacity-10:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1
  }
  .md\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1
  }
  .md\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2
  }
  .md\:placeholder-opacity-20:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2
  }
  .md\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2
  }
  .md\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25
  }
  .md\:placeholder-opacity-25:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25
  }
  .md\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25
  }
  .md\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3
  }
  .md\:placeholder-opacity-30:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3
  }
  .md\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3
  }
  .md\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4
  }
  .md\:placeholder-opacity-40:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4
  }
  .md\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4
  }
  .md\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5
  }
  .md\:placeholder-opacity-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5
  }
  .md\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5
  }
  .md\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6
  }
  .md\:placeholder-opacity-60:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6
  }
  .md\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6
  }
  .md\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7
  }
  .md\:placeholder-opacity-70:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7
  }
  .md\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7
  }
  .md\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75
  }
  .md\:placeholder-opacity-75:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75
  }
  .md\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75
  }
  .md\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8
  }
  .md\:placeholder-opacity-80:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8
  }
  .md\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8
  }
  .md\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9
  }
  .md\:placeholder-opacity-90:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9
  }
  .md\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9
  }
  .md\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95
  }
  .md\:placeholder-opacity-95:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95
  }
  .md\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95
  }
  .md\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1
  }
  .md\:placeholder-opacity-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1
  }
  .md\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1
  }
  .md\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0
  }
  .md\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0
  }
  .md\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0
  }
  .md\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05
  }
  .md\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05
  }
  .md\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05
  }
  .md\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1
  }
  .md\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1
  }
  .md\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1
  }
  .md\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2
  }
  .md\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2
  }
  .md\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2
  }
  .md\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25
  }
  .md\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25
  }
  .md\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25
  }
  .md\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3
  }
  .md\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3
  }
  .md\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3
  }
  .md\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4
  }
  .md\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4
  }
  .md\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4
  }
  .md\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5
  }
  .md\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5
  }
  .md\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5
  }
  .md\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6
  }
  .md\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6
  }
  .md\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6
  }
  .md\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7
  }
  .md\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7
  }
  .md\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7
  }
  .md\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75
  }
  .md\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75
  }
  .md\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75
  }
  .md\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8
  }
  .md\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8
  }
  .md\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8
  }
  .md\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9
  }
  .md\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9
  }
  .md\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9
  }
  .md\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95
  }
  .md\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95
  }
  .md\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95
  }
  .md\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1
  }
  .md\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1
  }
  .md\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1
  }
  .md\:pointer-events-none {
    pointer-events: none
  }
  .md\:pointer-events-auto {
    pointer-events: auto
  }
  .md\:static {
    position: static
  }
  .md\:fixed {
    position: fixed
  }
  .md\:absolute {
    position: absolute
  }
  .md\:relative {
    position: relative
  }
  .md\:sticky {
    position: -webkit-sticky;
    position: sticky
  }
  .md\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
  }
  .md\:inset-1 {
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px
  }
  .md\:inset-2 {
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: 6px
  }
  .md\:inset-3 {
    top: 9px;
    right: 9px;
    bottom: 9px;
    left: 9px
  }
  .md\:inset-4 {
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px
  }
  .md\:inset-5 {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px
  }
  .md\:inset-6 {
    top: 18px;
    right: 18px;
    bottom: 18px;
    left: 18px
  }
  .md\:inset-7 {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px
  }
  .md\:inset-8 {
    top: 24px;
    right: 24px;
    bottom: 24px;
    left: 24px
  }
  .md\:inset-9 {
    top: 27px;
    right: 27px;
    bottom: 27px;
    left: 27px
  }
  .md\:inset-10 {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px
  }
  .md\:inset-11 {
    top: 33px;
    right: 33px;
    bottom: 33px;
    left: 33px
  }
  .md\:inset-12 {
    top: 36px;
    right: 36px;
    bottom: 36px;
    left: 36px
  }
  .md\:inset-14 {
    top: 42px;
    right: 42px;
    bottom: 42px;
    left: 42px
  }
  .md\:inset-16 {
    top: 48px;
    right: 48px;
    bottom: 48px;
    left: 48px
  }
  .md\:inset-18 {
    top: 54px;
    right: 54px;
    bottom: 54px;
    left: 54px
  }
  .md\:inset-20 {
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px
  }
  .md\:inset-24 {
    top: 72px;
    right: 72px;
    bottom: 72px;
    left: 72px
  }
  .md\:inset-28 {
    top: 84px;
    right: 84px;
    bottom: 84px;
    left: 84px
  }
  .md\:inset-32 {
    top: 96px;
    right: 96px;
    bottom: 96px;
    left: 96px
  }
  .md\:inset-36 {
    top: 108px;
    right: 108px;
    bottom: 108px;
    left: 108px
  }
  .md\:inset-40 {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px
  }
  .md\:inset-44 {
    top: 132px;
    right: 132px;
    bottom: 132px;
    left: 132px
  }
  .md\:inset-48 {
    top: 144px;
    right: 144px;
    bottom: 144px;
    left: 144px
  }
  .md\:inset-52 {
    top: 156px;
    right: 156px;
    bottom: 156px;
    left: 156px
  }
  .md\:inset-56 {
    top: 168px;
    right: 168px;
    bottom: 168px;
    left: 168px
  }
  .md\:inset-60 {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px
  }
  .md\:inset-64 {
    top: 192px;
    right: 192px;
    bottom: 192px;
    left: 192px
  }
  .md\:inset-72 {
    top: 216px;
    right: 216px;
    bottom: 216px;
    left: 216px
  }
  .md\:inset-80 {
    top: 240px;
    right: 240px;
    bottom: 240px;
    left: 240px
  }
  .md\:inset-96 {
    top: 288px;
    right: 288px;
    bottom: 288px;
    left: 288px
  }
  .md\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto
  }
  .md\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px
  }
  .md\:inset-0\.5 {
    top: 1.5px;
    right: 1.5px;
    bottom: 1.5px;
    left: 1.5px
  }
  .md\:inset-1\.5 {
    top: 4.5px;
    right: 4.5px;
    bottom: 4.5px;
    left: 4.5px
  }
  .md\:inset-2\.5 {
    top: 7.5px;
    right: 7.5px;
    bottom: 7.5px;
    left: 7.5px
  }
  .md\:inset-3\.5 {
    top: 10.5px;
    right: 10.5px;
    bottom: 10.5px;
    left: 10.5px
  }
  .md\:-inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
  }
  .md\:-inset-1 {
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px
  }
  .md\:-inset-2 {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px
  }
  .md\:-inset-3 {
    top: -9px;
    right: -9px;
    bottom: -9px;
    left: -9px
  }
  .md\:-inset-4 {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px
  }
  .md\:-inset-5 {
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px
  }
  .md\:-inset-6 {
    top: -18px;
    right: -18px;
    bottom: -18px;
    left: -18px
  }
  .md\:-inset-7 {
    top: -21px;
    right: -21px;
    bottom: -21px;
    left: -21px
  }
  .md\:-inset-8 {
    top: -24px;
    right: -24px;
    bottom: -24px;
    left: -24px
  }
  .md\:-inset-9 {
    top: -27px;
    right: -27px;
    bottom: -27px;
    left: -27px
  }
  .md\:-inset-10 {
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px
  }
  .md\:-inset-11 {
    top: -33px;
    right: -33px;
    bottom: -33px;
    left: -33px
  }
  .md\:-inset-12 {
    top: -36px;
    right: -36px;
    bottom: -36px;
    left: -36px
  }
  .md\:-inset-14 {
    top: -42px;
    right: -42px;
    bottom: -42px;
    left: -42px
  }
  .md\:-inset-16 {
    top: -48px;
    right: -48px;
    bottom: -48px;
    left: -48px
  }
  .md\:-inset-18 {
    top: -54px;
    right: -54px;
    bottom: -54px;
    left: -54px
  }
  .md\:-inset-20 {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px
  }
  .md\:-inset-24 {
    top: -72px;
    right: -72px;
    bottom: -72px;
    left: -72px
  }
  .md\:-inset-28 {
    top: -84px;
    right: -84px;
    bottom: -84px;
    left: -84px
  }
  .md\:-inset-32 {
    top: -96px;
    right: -96px;
    bottom: -96px;
    left: -96px
  }
  .md\:-inset-36 {
    top: -108px;
    right: -108px;
    bottom: -108px;
    left: -108px
  }
  .md\:-inset-40 {
    top: -120px;
    right: -120px;
    bottom: -120px;
    left: -120px
  }
  .md\:-inset-44 {
    top: -132px;
    right: -132px;
    bottom: -132px;
    left: -132px
  }
  .md\:-inset-48 {
    top: -144px;
    right: -144px;
    bottom: -144px;
    left: -144px
  }
  .md\:-inset-52 {
    top: -156px;
    right: -156px;
    bottom: -156px;
    left: -156px
  }
  .md\:-inset-56 {
    top: -168px;
    right: -168px;
    bottom: -168px;
    left: -168px
  }
  .md\:-inset-60 {
    top: -180px;
    right: -180px;
    bottom: -180px;
    left: -180px
  }
  .md\:-inset-64 {
    top: -192px;
    right: -192px;
    bottom: -192px;
    left: -192px
  }
  .md\:-inset-72 {
    top: -216px;
    right: -216px;
    bottom: -216px;
    left: -216px
  }
  .md\:-inset-80 {
    top: -240px;
    right: -240px;
    bottom: -240px;
    left: -240px
  }
  .md\:-inset-96 {
    top: -288px;
    right: -288px;
    bottom: -288px;
    left: -288px
  }
  .md\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px
  }
  .md\:-inset-0\.5 {
    top: -1.5px;
    right: -1.5px;
    bottom: -1.5px;
    left: -1.5px
  }
  .md\:-inset-1\.5 {
    top: -4.5px;
    right: -4.5px;
    bottom: -4.5px;
    left: -4.5px
  }
  .md\:-inset-2\.5 {
    top: -7.5px;
    right: -7.5px;
    bottom: -7.5px;
    left: -7.5px
  }
  .md\:-inset-3\.5 {
    top: -10.5px;
    right: -10.5px;
    bottom: -10.5px;
    left: -10.5px
  }
  .md\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%
  }
  .md\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%
  }
  .md\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%
  }
  .md\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%
  }
  .md\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%
  }
  .md\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%
  }
  .md\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%
  }
  .md\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%
  }
  .md\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%
  }
  .md\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%
  }
  .md\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%
  }
  .md\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%
  }
  .md\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%
  }
  .md\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%
  }
  .md\:inset-y-0 {
    top: 0;
    bottom: 0
  }
  .md\:inset-x-0 {
    right: 0;
    left: 0
  }
  .md\:inset-y-1 {
    top: 3px;
    bottom: 3px
  }
  .md\:inset-x-1 {
    right: 3px;
    left: 3px
  }
  .md\:inset-y-2 {
    top: 6px;
    bottom: 6px
  }
  .md\:inset-x-2 {
    right: 6px;
    left: 6px
  }
  .md\:inset-y-3 {
    top: 9px;
    bottom: 9px
  }
  .md\:inset-x-3 {
    right: 9px;
    left: 9px
  }
  .md\:inset-y-4 {
    top: 12px;
    bottom: 12px
  }
  .md\:inset-x-4 {
    right: 12px;
    left: 12px
  }
  .md\:inset-y-5 {
    top: 15px;
    bottom: 15px
  }
  .md\:inset-x-5 {
    right: 15px;
    left: 15px
  }
  .md\:inset-y-6 {
    top: 18px;
    bottom: 18px
  }
  .md\:inset-x-6 {
    right: 18px;
    left: 18px
  }
  .md\:inset-y-7 {
    top: 21px;
    bottom: 21px
  }
  .md\:inset-x-7 {
    right: 21px;
    left: 21px
  }
  .md\:inset-y-8 {
    top: 24px;
    bottom: 24px
  }
  .md\:inset-x-8 {
    right: 24px;
    left: 24px
  }
  .md\:inset-y-9 {
    top: 27px;
    bottom: 27px
  }
  .md\:inset-x-9 {
    right: 27px;
    left: 27px
  }
  .md\:inset-y-10 {
    top: 30px;
    bottom: 30px
  }
  .md\:inset-x-10 {
    right: 30px;
    left: 30px
  }
  .md\:inset-y-11 {
    top: 33px;
    bottom: 33px
  }
  .md\:inset-x-11 {
    right: 33px;
    left: 33px
  }
  .md\:inset-y-12 {
    top: 36px;
    bottom: 36px
  }
  .md\:inset-x-12 {
    right: 36px;
    left: 36px
  }
  .md\:inset-y-14 {
    top: 42px;
    bottom: 42px
  }
  .md\:inset-x-14 {
    right: 42px;
    left: 42px
  }
  .md\:inset-y-16 {
    top: 48px;
    bottom: 48px
  }
  .md\:inset-x-16 {
    right: 48px;
    left: 48px
  }
  .md\:inset-y-18 {
    top: 54px;
    bottom: 54px
  }
  .md\:inset-x-18 {
    right: 54px;
    left: 54px
  }
  .md\:inset-y-20 {
    top: 60px;
    bottom: 60px
  }
  .md\:inset-x-20 {
    right: 60px;
    left: 60px
  }
  .md\:inset-y-24 {
    top: 72px;
    bottom: 72px
  }
  .md\:inset-x-24 {
    right: 72px;
    left: 72px
  }
  .md\:inset-y-28 {
    top: 84px;
    bottom: 84px
  }
  .md\:inset-x-28 {
    right: 84px;
    left: 84px
  }
  .md\:inset-y-32 {
    top: 96px;
    bottom: 96px
  }
  .md\:inset-x-32 {
    right: 96px;
    left: 96px
  }
  .md\:inset-y-36 {
    top: 108px;
    bottom: 108px
  }
  .md\:inset-x-36 {
    right: 108px;
    left: 108px
  }
  .md\:inset-y-40 {
    top: 120px;
    bottom: 120px
  }
  .md\:inset-x-40 {
    right: 120px;
    left: 120px
  }
  .md\:inset-y-44 {
    top: 132px;
    bottom: 132px
  }
  .md\:inset-x-44 {
    right: 132px;
    left: 132px
  }
  .md\:inset-y-48 {
    top: 144px;
    bottom: 144px
  }
  .md\:inset-x-48 {
    right: 144px;
    left: 144px
  }
  .md\:inset-y-52 {
    top: 156px;
    bottom: 156px
  }
  .md\:inset-x-52 {
    right: 156px;
    left: 156px
  }
  .md\:inset-y-56 {
    top: 168px;
    bottom: 168px
  }
  .md\:inset-x-56 {
    right: 168px;
    left: 168px
  }
  .md\:inset-y-60 {
    top: 180px;
    bottom: 180px
  }
  .md\:inset-x-60 {
    right: 180px;
    left: 180px
  }
  .md\:inset-y-64 {
    top: 192px;
    bottom: 192px
  }
  .md\:inset-x-64 {
    right: 192px;
    left: 192px
  }
  .md\:inset-y-72 {
    top: 216px;
    bottom: 216px
  }
  .md\:inset-x-72 {
    right: 216px;
    left: 216px
  }
  .md\:inset-y-80 {
    top: 240px;
    bottom: 240px
  }
  .md\:inset-x-80 {
    right: 240px;
    left: 240px
  }
  .md\:inset-y-96 {
    top: 288px;
    bottom: 288px
  }
  .md\:inset-x-96 {
    right: 288px;
    left: 288px
  }
  .md\:inset-y-auto {
    top: auto;
    bottom: auto
  }
  .md\:inset-x-auto {
    right: auto;
    left: auto
  }
  .md\:inset-y-px {
    top: 1px;
    bottom: 1px
  }
  .md\:inset-x-px {
    right: 1px;
    left: 1px
  }
  .md\:inset-y-0\.5 {
    top: 1.5px;
    bottom: 1.5px
  }
  .md\:inset-x-0\.5 {
    right: 1.5px;
    left: 1.5px
  }
  .md\:inset-y-1\.5 {
    top: 4.5px;
    bottom: 4.5px
  }
  .md\:inset-x-1\.5 {
    right: 4.5px;
    left: 4.5px
  }
  .md\:inset-y-2\.5 {
    top: 7.5px;
    bottom: 7.5px
  }
  .md\:inset-x-2\.5 {
    right: 7.5px;
    left: 7.5px
  }
  .md\:inset-y-3\.5 {
    top: 10.5px;
    bottom: 10.5px
  }
  .md\:inset-x-3\.5 {
    right: 10.5px;
    left: 10.5px
  }
  .md\:-inset-y-0 {
    top: 0;
    bottom: 0
  }
  .md\:-inset-x-0 {
    right: 0;
    left: 0
  }
  .md\:-inset-y-1 {
    top: -3px;
    bottom: -3px
  }
  .md\:-inset-x-1 {
    right: -3px;
    left: -3px
  }
  .md\:-inset-y-2 {
    top: -6px;
    bottom: -6px
  }
  .md\:-inset-x-2 {
    right: -6px;
    left: -6px
  }
  .md\:-inset-y-3 {
    top: -9px;
    bottom: -9px
  }
  .md\:-inset-x-3 {
    right: -9px;
    left: -9px
  }
  .md\:-inset-y-4 {
    top: -12px;
    bottom: -12px
  }
  .md\:-inset-x-4 {
    right: -12px;
    left: -12px
  }
  .md\:-inset-y-5 {
    top: -15px;
    bottom: -15px
  }
  .md\:-inset-x-5 {
    right: -15px;
    left: -15px
  }
  .md\:-inset-y-6 {
    top: -18px;
    bottom: -18px
  }
  .md\:-inset-x-6 {
    right: -18px;
    left: -18px
  }
  .md\:-inset-y-7 {
    top: -21px;
    bottom: -21px
  }
  .md\:-inset-x-7 {
    right: -21px;
    left: -21px
  }
  .md\:-inset-y-8 {
    top: -24px;
    bottom: -24px
  }
  .md\:-inset-x-8 {
    right: -24px;
    left: -24px
  }
  .md\:-inset-y-9 {
    top: -27px;
    bottom: -27px
  }
  .md\:-inset-x-9 {
    right: -27px;
    left: -27px
  }
  .md\:-inset-y-10 {
    top: -30px;
    bottom: -30px
  }
  .md\:-inset-x-10 {
    right: -30px;
    left: -30px
  }
  .md\:-inset-y-11 {
    top: -33px;
    bottom: -33px
  }
  .md\:-inset-x-11 {
    right: -33px;
    left: -33px
  }
  .md\:-inset-y-12 {
    top: -36px;
    bottom: -36px
  }
  .md\:-inset-x-12 {
    right: -36px;
    left: -36px
  }
  .md\:-inset-y-14 {
    top: -42px;
    bottom: -42px
  }
  .md\:-inset-x-14 {
    right: -42px;
    left: -42px
  }
  .md\:-inset-y-16 {
    top: -48px;
    bottom: -48px
  }
  .md\:-inset-x-16 {
    right: -48px;
    left: -48px
  }
  .md\:-inset-y-18 {
    top: -54px;
    bottom: -54px
  }
  .md\:-inset-x-18 {
    right: -54px;
    left: -54px
  }
  .md\:-inset-y-20 {
    top: -60px;
    bottom: -60px
  }
  .md\:-inset-x-20 {
    right: -60px;
    left: -60px
  }
  .md\:-inset-y-24 {
    top: -72px;
    bottom: -72px
  }
  .md\:-inset-x-24 {
    right: -72px;
    left: -72px
  }
  .md\:-inset-y-28 {
    top: -84px;
    bottom: -84px
  }
  .md\:-inset-x-28 {
    right: -84px;
    left: -84px
  }
  .md\:-inset-y-32 {
    top: -96px;
    bottom: -96px
  }
  .md\:-inset-x-32 {
    right: -96px;
    left: -96px
  }
  .md\:-inset-y-36 {
    top: -108px;
    bottom: -108px
  }
  .md\:-inset-x-36 {
    right: -108px;
    left: -108px
  }
  .md\:-inset-y-40 {
    top: -120px;
    bottom: -120px
  }
  .md\:-inset-x-40 {
    right: -120px;
    left: -120px
  }
  .md\:-inset-y-44 {
    top: -132px;
    bottom: -132px
  }
  .md\:-inset-x-44 {
    right: -132px;
    left: -132px
  }
  .md\:-inset-y-48 {
    top: -144px;
    bottom: -144px
  }
  .md\:-inset-x-48 {
    right: -144px;
    left: -144px
  }
  .md\:-inset-y-52 {
    top: -156px;
    bottom: -156px
  }
  .md\:-inset-x-52 {
    right: -156px;
    left: -156px
  }
  .md\:-inset-y-56 {
    top: -168px;
    bottom: -168px
  }
  .md\:-inset-x-56 {
    right: -168px;
    left: -168px
  }
  .md\:-inset-y-60 {
    top: -180px;
    bottom: -180px
  }
  .md\:-inset-x-60 {
    right: -180px;
    left: -180px
  }
  .md\:-inset-y-64 {
    top: -192px;
    bottom: -192px
  }
  .md\:-inset-x-64 {
    right: -192px;
    left: -192px
  }
  .md\:-inset-y-72 {
    top: -216px;
    bottom: -216px
  }
  .md\:-inset-x-72 {
    right: -216px;
    left: -216px
  }
  .md\:-inset-y-80 {
    top: -240px;
    bottom: -240px
  }
  .md\:-inset-x-80 {
    right: -240px;
    left: -240px
  }
  .md\:-inset-y-96 {
    top: -288px;
    bottom: -288px
  }
  .md\:-inset-x-96 {
    right: -288px;
    left: -288px
  }
  .md\:-inset-y-px {
    top: -1px;
    bottom: -1px
  }
  .md\:-inset-x-px {
    right: -1px;
    left: -1px
  }
  .md\:-inset-y-0\.5 {
    top: -1.5px;
    bottom: -1.5px
  }
  .md\:-inset-x-0\.5 {
    right: -1.5px;
    left: -1.5px
  }
  .md\:-inset-y-1\.5 {
    top: -4.5px;
    bottom: -4.5px
  }
  .md\:-inset-x-1\.5 {
    right: -4.5px;
    left: -4.5px
  }
  .md\:-inset-y-2\.5 {
    top: -7.5px;
    bottom: -7.5px
  }
  .md\:-inset-x-2\.5 {
    right: -7.5px;
    left: -7.5px
  }
  .md\:-inset-y-3\.5 {
    top: -10.5px;
    bottom: -10.5px
  }
  .md\:-inset-x-3\.5 {
    right: -10.5px;
    left: -10.5px
  }
  .md\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%
  }
  .md\:inset-x-1\/2 {
    right: 50%;
    left: 50%
  }
  .md\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%
  }
  .md\:inset-x-1\/3 {
    right: 33.333333%;
    left: 33.333333%
  }
  .md\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%
  }
  .md\:inset-x-2\/3 {
    right: 66.666667%;
    left: 66.666667%
  }
  .md\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%
  }
  .md\:inset-x-1\/4 {
    right: 25%;
    left: 25%
  }
  .md\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%
  }
  .md\:inset-x-2\/4 {
    right: 50%;
    left: 50%
  }
  .md\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%
  }
  .md\:inset-x-3\/4 {
    right: 75%;
    left: 75%
  }
  .md\:inset-y-full {
    top: 100%;
    bottom: 100%
  }
  .md\:inset-x-full {
    right: 100%;
    left: 100%
  }
  .md\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%
  }
  .md\:-inset-x-1\/2 {
    right: -50%;
    left: -50%
  }
  .md\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%
  }
  .md\:-inset-x-1\/3 {
    right: -33.333333%;
    left: -33.333333%
  }
  .md\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%
  }
  .md\:-inset-x-2\/3 {
    right: -66.666667%;
    left: -66.666667%
  }
  .md\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%
  }
  .md\:-inset-x-1\/4 {
    right: -25%;
    left: -25%
  }
  .md\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%
  }
  .md\:-inset-x-2\/4 {
    right: -50%;
    left: -50%
  }
  .md\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%
  }
  .md\:-inset-x-3\/4 {
    right: -75%;
    left: -75%
  }
  .md\:-inset-y-full {
    top: -100%;
    bottom: -100%
  }
  .md\:-inset-x-full {
    right: -100%;
    left: -100%
  }
  .md\:top-0 {
    top: 0
  }
  .md\:right-0 {
    right: 0
  }
  .md\:bottom-0 {
    bottom: 0
  }
  .md\:left-0 {
    left: 0
  }
  .md\:top-1 {
    top: 3px
  }
  .md\:right-1 {
    right: 3px
  }
  .md\:bottom-1 {
    bottom: 3px
  }
  .md\:left-1 {
    left: 3px
  }
  .md\:top-2 {
    top: 6px
  }
  .md\:right-2 {
    right: 6px
  }
  .md\:bottom-2 {
    bottom: 6px
  }
  .md\:left-2 {
    left: 6px
  }
  .md\:top-3 {
    top: 9px
  }
  .md\:right-3 {
    right: 9px
  }
  .md\:bottom-3 {
    bottom: 9px
  }
  .md\:left-3 {
    left: 9px
  }
  .md\:top-4 {
    top: 12px
  }
  .md\:right-4 {
    right: 12px
  }
  .md\:bottom-4 {
    bottom: 12px
  }
  .md\:left-4 {
    left: 12px
  }
  .md\:top-5 {
    top: 15px
  }
  .md\:right-5 {
    right: 15px
  }
  .md\:bottom-5 {
    bottom: 15px
  }
  .md\:left-5 {
    left: 15px
  }
  .md\:top-6 {
    top: 18px
  }
  .md\:right-6 {
    right: 18px
  }
  .md\:bottom-6 {
    bottom: 18px
  }
  .md\:left-6 {
    left: 18px
  }
  .md\:top-7 {
    top: 21px
  }
  .md\:right-7 {
    right: 21px
  }
  .md\:bottom-7 {
    bottom: 21px
  }
  .md\:left-7 {
    left: 21px
  }
  .md\:top-8 {
    top: 24px
  }
  .md\:right-8 {
    right: 24px
  }
  .md\:bottom-8 {
    bottom: 24px
  }
  .md\:left-8 {
    left: 24px
  }
  .md\:top-9 {
    top: 27px
  }
  .md\:right-9 {
    right: 27px
  }
  .md\:bottom-9 {
    bottom: 27px
  }
  .md\:left-9 {
    left: 27px
  }
  .md\:top-10 {
    top: 30px
  }
  .md\:right-10 {
    right: 30px
  }
  .md\:bottom-10 {
    bottom: 30px
  }
  .md\:left-10 {
    left: 30px
  }
  .md\:top-11 {
    top: 33px
  }
  .md\:right-11 {
    right: 33px
  }
  .md\:bottom-11 {
    bottom: 33px
  }
  .md\:left-11 {
    left: 33px
  }
  .md\:top-12 {
    top: 36px
  }
  .md\:right-12 {
    right: 36px
  }
  .md\:bottom-12 {
    bottom: 36px
  }
  .md\:left-12 {
    left: 36px
  }
  .md\:top-14 {
    top: 42px
  }
  .md\:right-14 {
    right: 42px
  }
  .md\:bottom-14 {
    bottom: 42px
  }
  .md\:left-14 {
    left: 42px
  }
  .md\:top-16 {
    top: 48px
  }
  .md\:right-16 {
    right: 48px
  }
  .md\:bottom-16 {
    bottom: 48px
  }
  .md\:left-16 {
    left: 48px
  }
  .md\:top-18 {
    top: 54px
  }
  .md\:right-18 {
    right: 54px
  }
  .md\:bottom-18 {
    bottom: 54px
  }
  .md\:left-18 {
    left: 54px
  }
  .md\:top-20 {
    top: 60px
  }
  .md\:right-20 {
    right: 60px
  }
  .md\:bottom-20 {
    bottom: 60px
  }
  .md\:left-20 {
    left: 60px
  }
  .md\:top-24 {
    top: 72px
  }
  .md\:right-24 {
    right: 72px
  }
  .md\:bottom-24 {
    bottom: 72px
  }
  .md\:left-24 {
    left: 72px
  }
  .md\:top-28 {
    top: 84px
  }
  .md\:right-28 {
    right: 84px
  }
  .md\:bottom-28 {
    bottom: 84px
  }
  .md\:left-28 {
    left: 84px
  }
  .md\:top-32 {
    top: 96px
  }
  .md\:right-32 {
    right: 96px
  }
  .md\:bottom-32 {
    bottom: 96px
  }
  .md\:left-32 {
    left: 96px
  }
  .md\:top-36 {
    top: 108px
  }
  .md\:right-36 {
    right: 108px
  }
  .md\:bottom-36 {
    bottom: 108px
  }
  .md\:left-36 {
    left: 108px
  }
  .md\:top-40 {
    top: 120px
  }
  .md\:right-40 {
    right: 120px
  }
  .md\:bottom-40 {
    bottom: 120px
  }
  .md\:left-40 {
    left: 120px
  }
  .md\:top-44 {
    top: 132px
  }
  .md\:right-44 {
    right: 132px
  }
  .md\:bottom-44 {
    bottom: 132px
  }
  .md\:left-44 {
    left: 132px
  }
  .md\:top-48 {
    top: 144px
  }
  .md\:right-48 {
    right: 144px
  }
  .md\:bottom-48 {
    bottom: 144px
  }
  .md\:left-48 {
    left: 144px
  }
  .md\:top-52 {
    top: 156px
  }
  .md\:right-52 {
    right: 156px
  }
  .md\:bottom-52 {
    bottom: 156px
  }
  .md\:left-52 {
    left: 156px
  }
  .md\:top-56 {
    top: 168px
  }
  .md\:right-56 {
    right: 168px
  }
  .md\:bottom-56 {
    bottom: 168px
  }
  .md\:left-56 {
    left: 168px
  }
  .md\:top-60 {
    top: 180px
  }
  .md\:right-60 {
    right: 180px
  }
  .md\:bottom-60 {
    bottom: 180px
  }
  .md\:left-60 {
    left: 180px
  }
  .md\:top-64 {
    top: 192px
  }
  .md\:right-64 {
    right: 192px
  }
  .md\:bottom-64 {
    bottom: 192px
  }
  .md\:left-64 {
    left: 192px
  }
  .md\:top-72 {
    top: 216px
  }
  .md\:right-72 {
    right: 216px
  }
  .md\:bottom-72 {
    bottom: 216px
  }
  .md\:left-72 {
    left: 216px
  }
  .md\:top-80 {
    top: 240px
  }
  .md\:right-80 {
    right: 240px
  }
  .md\:bottom-80 {
    bottom: 240px
  }
  .md\:left-80 {
    left: 240px
  }
  .md\:top-96 {
    top: 288px
  }
  .md\:right-96 {
    right: 288px
  }
  .md\:bottom-96 {
    bottom: 288px
  }
  .md\:left-96 {
    left: 288px
  }
  .md\:top-auto {
    top: auto
  }
  .md\:right-auto {
    right: auto
  }
  .md\:bottom-auto {
    bottom: auto
  }
  .md\:left-auto {
    left: auto
  }
  .md\:top-px {
    top: 1px
  }
  .md\:right-px {
    right: 1px
  }
  .md\:bottom-px {
    bottom: 1px
  }
  .md\:left-px {
    left: 1px
  }
  .md\:top-0\.5 {
    top: 1.5px
  }
  .md\:right-0\.5 {
    right: 1.5px
  }
  .md\:bottom-0\.5 {
    bottom: 1.5px
  }
  .md\:left-0\.5 {
    left: 1.5px
  }
  .md\:top-1\.5 {
    top: 4.5px
  }
  .md\:right-1\.5 {
    right: 4.5px
  }
  .md\:bottom-1\.5 {
    bottom: 4.5px
  }
  .md\:left-1\.5 {
    left: 4.5px
  }
  .md\:top-2\.5 {
    top: 7.5px
  }
  .md\:right-2\.5 {
    right: 7.5px
  }
  .md\:bottom-2\.5 {
    bottom: 7.5px
  }
  .md\:left-2\.5 {
    left: 7.5px
  }
  .md\:top-3\.5 {
    top: 10.5px
  }
  .md\:right-3\.5 {
    right: 10.5px
  }
  .md\:bottom-3\.5 {
    bottom: 10.5px
  }
  .md\:left-3\.5 {
    left: 10.5px
  }
  .md\:-top-0 {
    top: 0
  }
  .md\:-right-0 {
    right: 0
  }
  .md\:-bottom-0 {
    bottom: 0
  }
  .md\:-left-0 {
    left: 0
  }
  .md\:-top-1 {
    top: -3px
  }
  .md\:-right-1 {
    right: -3px
  }
  .md\:-bottom-1 {
    bottom: -3px
  }
  .md\:-left-1 {
    left: -3px
  }
  .md\:-top-2 {
    top: -6px
  }
  .md\:-right-2 {
    right: -6px
  }
  .md\:-bottom-2 {
    bottom: -6px
  }
  .md\:-left-2 {
    left: -6px
  }
  .md\:-top-3 {
    top: -9px
  }
  .md\:-right-3 {
    right: -9px
  }
  .md\:-bottom-3 {
    bottom: -9px
  }
  .md\:-left-3 {
    left: -9px
  }
  .md\:-top-4 {
    top: -12px
  }
  .md\:-right-4 {
    right: -12px
  }
  .md\:-bottom-4 {
    bottom: -12px
  }
  .md\:-left-4 {
    left: -12px
  }
  .md\:-top-5 {
    top: -15px
  }
  .md\:-right-5 {
    right: -15px
  }
  .md\:-bottom-5 {
    bottom: -15px
  }
  .md\:-left-5 {
    left: -15px
  }
  .md\:-top-6 {
    top: -18px
  }
  .md\:-right-6 {
    right: -18px
  }
  .md\:-bottom-6 {
    bottom: -18px
  }
  .md\:-left-6 {
    left: -18px
  }
  .md\:-top-7 {
    top: -21px
  }
  .md\:-right-7 {
    right: -21px
  }
  .md\:-bottom-7 {
    bottom: -21px
  }
  .md\:-left-7 {
    left: -21px
  }
  .md\:-top-8 {
    top: -24px
  }
  .md\:-right-8 {
    right: -24px
  }
  .md\:-bottom-8 {
    bottom: -24px
  }
  .md\:-left-8 {
    left: -24px
  }
  .md\:-top-9 {
    top: -27px
  }
  .md\:-right-9 {
    right: -27px
  }
  .md\:-bottom-9 {
    bottom: -27px
  }
  .md\:-left-9 {
    left: -27px
  }
  .md\:-top-10 {
    top: -30px
  }
  .md\:-right-10 {
    right: -30px
  }
  .md\:-bottom-10 {
    bottom: -30px
  }
  .md\:-left-10 {
    left: -30px
  }
  .md\:-top-11 {
    top: -33px
  }
  .md\:-right-11 {
    right: -33px
  }
  .md\:-bottom-11 {
    bottom: -33px
  }
  .md\:-left-11 {
    left: -33px
  }
  .md\:-top-12 {
    top: -36px
  }
  .md\:-right-12 {
    right: -36px
  }
  .md\:-bottom-12 {
    bottom: -36px
  }
  .md\:-left-12 {
    left: -36px
  }
  .md\:-top-14 {
    top: -42px
  }
  .md\:-right-14 {
    right: -42px
  }
  .md\:-bottom-14 {
    bottom: -42px
  }
  .md\:-left-14 {
    left: -42px
  }
  .md\:-top-16 {
    top: -48px
  }
  .md\:-right-16 {
    right: -48px
  }
  .md\:-bottom-16 {
    bottom: -48px
  }
  .md\:-left-16 {
    left: -48px
  }
  .md\:-top-18 {
    top: -54px
  }
  .md\:-right-18 {
    right: -54px
  }
  .md\:-bottom-18 {
    bottom: -54px
  }
  .md\:-left-18 {
    left: -54px
  }
  .md\:-top-20 {
    top: -60px
  }
  .md\:-right-20 {
    right: -60px
  }
  .md\:-bottom-20 {
    bottom: -60px
  }
  .md\:-left-20 {
    left: -60px
  }
  .md\:-top-24 {
    top: -72px
  }
  .md\:-right-24 {
    right: -72px
  }
  .md\:-bottom-24 {
    bottom: -72px
  }
  .md\:-left-24 {
    left: -72px
  }
  .md\:-top-28 {
    top: -84px
  }
  .md\:-right-28 {
    right: -84px
  }
  .md\:-bottom-28 {
    bottom: -84px
  }
  .md\:-left-28 {
    left: -84px
  }
  .md\:-top-32 {
    top: -96px
  }
  .md\:-right-32 {
    right: -96px
  }
  .md\:-bottom-32 {
    bottom: -96px
  }
  .md\:-left-32 {
    left: -96px
  }
  .md\:-top-36 {
    top: -108px
  }
  .md\:-right-36 {
    right: -108px
  }
  .md\:-bottom-36 {
    bottom: -108px
  }
  .md\:-left-36 {
    left: -108px
  }
  .md\:-top-40 {
    top: -120px
  }
  .md\:-right-40 {
    right: -120px
  }
  .md\:-bottom-40 {
    bottom: -120px
  }
  .md\:-left-40 {
    left: -120px
  }
  .md\:-top-44 {
    top: -132px
  }
  .md\:-right-44 {
    right: -132px
  }
  .md\:-bottom-44 {
    bottom: -132px
  }
  .md\:-left-44 {
    left: -132px
  }
  .md\:-top-48 {
    top: -144px
  }
  .md\:-right-48 {
    right: -144px
  }
  .md\:-bottom-48 {
    bottom: -144px
  }
  .md\:-left-48 {
    left: -144px
  }
  .md\:-top-52 {
    top: -156px
  }
  .md\:-right-52 {
    right: -156px
  }
  .md\:-bottom-52 {
    bottom: -156px
  }
  .md\:-left-52 {
    left: -156px
  }
  .md\:-top-56 {
    top: -168px
  }
  .md\:-right-56 {
    right: -168px
  }
  .md\:-bottom-56 {
    bottom: -168px
  }
  .md\:-left-56 {
    left: -168px
  }
  .md\:-top-60 {
    top: -180px
  }
  .md\:-right-60 {
    right: -180px
  }
  .md\:-bottom-60 {
    bottom: -180px
  }
  .md\:-left-60 {
    left: -180px
  }
  .md\:-top-64 {
    top: -192px
  }
  .md\:-right-64 {
    right: -192px
  }
  .md\:-bottom-64 {
    bottom: -192px
  }
  .md\:-left-64 {
    left: -192px
  }
  .md\:-top-72 {
    top: -216px
  }
  .md\:-right-72 {
    right: -216px
  }
  .md\:-bottom-72 {
    bottom: -216px
  }
  .md\:-left-72 {
    left: -216px
  }
  .md\:-top-80 {
    top: -240px
  }
  .md\:-right-80 {
    right: -240px
  }
  .md\:-bottom-80 {
    bottom: -240px
  }
  .md\:-left-80 {
    left: -240px
  }
  .md\:-top-96 {
    top: -288px
  }
  .md\:-right-96 {
    right: -288px
  }
  .md\:-bottom-96 {
    bottom: -288px
  }
  .md\:-left-96 {
    left: -288px
  }
  .md\:-top-px {
    top: -1px
  }
  .md\:-right-px {
    right: -1px
  }
  .md\:-bottom-px {
    bottom: -1px
  }
  .md\:-left-px {
    left: -1px
  }
  .md\:-top-0\.5 {
    top: -1.5px
  }
  .md\:-right-0\.5 {
    right: -1.5px
  }
  .md\:-bottom-0\.5 {
    bottom: -1.5px
  }
  .md\:-left-0\.5 {
    left: -1.5px
  }
  .md\:-top-1\.5 {
    top: -4.5px
  }
  .md\:-right-1\.5 {
    right: -4.5px
  }
  .md\:-bottom-1\.5 {
    bottom: -4.5px
  }
  .md\:-left-1\.5 {
    left: -4.5px
  }
  .md\:-top-2\.5 {
    top: -7.5px
  }
  .md\:-right-2\.5 {
    right: -7.5px
  }
  .md\:-bottom-2\.5 {
    bottom: -7.5px
  }
  .md\:-left-2\.5 {
    left: -7.5px
  }
  .md\:-top-3\.5 {
    top: -10.5px
  }
  .md\:-right-3\.5 {
    right: -10.5px
  }
  .md\:-bottom-3\.5 {
    bottom: -10.5px
  }
  .md\:-left-3\.5 {
    left: -10.5px
  }
  .md\:top-1\/2 {
    top: 50%
  }
  .md\:right-1\/2 {
    right: 50%
  }
  .md\:bottom-1\/2 {
    bottom: 50%
  }
  .md\:left-1\/2 {
    left: 50%
  }
  .md\:top-1\/3 {
    top: 33.333333%
  }
  .md\:right-1\/3 {
    right: 33.333333%
  }
  .md\:bottom-1\/3 {
    bottom: 33.333333%
  }
  .md\:left-1\/3 {
    left: 33.333333%
  }
  .md\:top-2\/3 {
    top: 66.666667%
  }
  .md\:right-2\/3 {
    right: 66.666667%
  }
  .md\:bottom-2\/3 {
    bottom: 66.666667%
  }
  .md\:left-2\/3 {
    left: 66.666667%
  }
  .md\:top-1\/4 {
    top: 25%
  }
  .md\:right-1\/4 {
    right: 25%
  }
  .md\:bottom-1\/4 {
    bottom: 25%
  }
  .md\:left-1\/4 {
    left: 25%
  }
  .md\:top-2\/4 {
    top: 50%
  }
  .md\:right-2\/4 {
    right: 50%
  }
  .md\:bottom-2\/4 {
    bottom: 50%
  }
  .md\:left-2\/4 {
    left: 50%
  }
  .md\:top-3\/4 {
    top: 75%
  }
  .md\:right-3\/4 {
    right: 75%
  }
  .md\:bottom-3\/4 {
    bottom: 75%
  }
  .md\:left-3\/4 {
    left: 75%
  }
  .md\:top-full {
    top: 100%
  }
  .md\:right-full {
    right: 100%
  }
  .md\:bottom-full {
    bottom: 100%
  }
  .md\:left-full {
    left: 100%
  }
  .md\:-top-1\/2 {
    top: -50%
  }
  .md\:-right-1\/2 {
    right: -50%
  }
  .md\:-bottom-1\/2 {
    bottom: -50%
  }
  .md\:-left-1\/2 {
    left: -50%
  }
  .md\:-top-1\/3 {
    top: -33.333333%
  }
  .md\:-right-1\/3 {
    right: -33.333333%
  }
  .md\:-bottom-1\/3 {
    bottom: -33.333333%
  }
  .md\:-left-1\/3 {
    left: -33.333333%
  }
  .md\:-top-2\/3 {
    top: -66.666667%
  }
  .md\:-right-2\/3 {
    right: -66.666667%
  }
  .md\:-bottom-2\/3 {
    bottom: -66.666667%
  }
  .md\:-left-2\/3 {
    left: -66.666667%
  }
  .md\:-top-1\/4 {
    top: -25%
  }
  .md\:-right-1\/4 {
    right: -25%
  }
  .md\:-bottom-1\/4 {
    bottom: -25%
  }
  .md\:-left-1\/4 {
    left: -25%
  }
  .md\:-top-2\/4 {
    top: -50%
  }
  .md\:-right-2\/4 {
    right: -50%
  }
  .md\:-bottom-2\/4 {
    bottom: -50%
  }
  .md\:-left-2\/4 {
    left: -50%
  }
  .md\:-top-3\/4 {
    top: -75%
  }
  .md\:-right-3\/4 {
    right: -75%
  }
  .md\:-bottom-3\/4 {
    bottom: -75%
  }
  .md\:-left-3\/4 {
    left: -75%
  }
  .md\:-top-full {
    top: -100%
  }
  .md\:-right-full {
    right: -100%
  }
  .md\:-bottom-full {
    bottom: -100%
  }
  .md\:-left-full {
    left: -100%
  }
  .md\:resize-none {
    resize: none
  }
  .md\:resize-y {
    resize: vertical
  }
  .md\:resize-x {
    resize: horizontal
  }
  .md\:resize {
    resize: both
  }
  .md\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
  }
  .md\:shadow, .md\:shadow-sm {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .md\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
  }
  .md\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
  }
  .md\:shadow-lg, .md\:shadow-md {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .md\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)
  }
  .md\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)
  }
  .md\:shadow-2xl, .md\:shadow-xl {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .md\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25)
  }
  .md\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)
  }
  .md\:shadow-inner, .md\:shadow-none {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .md\:shadow-none {
    --tw-shadow: 0 0 transparent
  }
  .md\:shadow-gray {
    --tw-shadow: 3px 3px #727272
  }
  .md\:shadow-dark-gray, .md\:shadow-gray {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .md\:shadow-dark-gray {
    --tw-shadow: 4px 4px #2d2f35
  }
  .md\:shadow-black {
    --tw-shadow: 3px 3px #000
  }
  .group:hover .md\:group-hover\:shadow-sm, .md\:shadow-black {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .group:hover .md\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
  }
  .group:hover .md\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
  }
  .group:hover .md\:group-hover\:shadow, .group:hover .md\:group-hover\:shadow-md {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .group:hover .md\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
  }
  .group:hover .md\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)
  }
  .group:hover .md\:group-hover\:shadow-lg, .group:hover .md\:group-hover\:shadow-xl {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .group:hover .md\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)
  }
  .group:hover .md\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25)
  }
  .group:hover .md\:group-hover\:shadow-2xl, .group:hover .md\:group-hover\:shadow-inner {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .group:hover .md\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)
  }
  .group:hover .md\:group-hover\:shadow-none {
    --tw-shadow: 0 0 transparent
  }
  .group:hover .md\:group-hover\:shadow-gray, .group:hover .md\:group-hover\:shadow-none {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .group:hover .md\:group-hover\:shadow-gray {
    --tw-shadow: 3px 3px #727272
  }
  .group:hover .md\:group-hover\:shadow-dark-gray {
    --tw-shadow: 4px 4px #2d2f35
  }
  .group:hover .md\:group-hover\:shadow-black, .group:hover .md\:group-hover\:shadow-dark-gray {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .group:hover .md\:group-hover\:shadow-black {
    --tw-shadow: 3px 3px #000
  }
  .md\:focus-within\: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 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .md\:focus-within\: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 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .md\:focus-within\: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 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .md\:focus-within\: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 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .md\:focus-within\: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 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .md\:focus-within\: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 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .md\:focus-within\: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 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .md\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 transparent;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .md\:focus-within\:shadow-gray:focus-within {
    --tw-shadow: 3px 3px #727272;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .md\:focus-within\:shadow-dark-gray:focus-within {
    --tw-shadow: 4px 4px #2d2f35;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .md\:focus-within\:shadow-black:focus-within {
    --tw-shadow: 3px 3px #000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .md\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
  }
  .md\:hover\:shadow-sm:hover, .md\:hover\:shadow:hover {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .md\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
  }
  .md\:hover\: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)
  }
  .md\:hover\:shadow-lg:hover, .md\:hover\:shadow-md:hover {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .md\:hover\: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)
  }
  .md\:hover\: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)
  }
  .md\:hover\:shadow-2xl:hover, .md\:hover\:shadow-xl:hover {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .md\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25)
  }
  .md\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)
  }
  .md\:hover\:shadow-inner:hover, .md\:hover\:shadow-none:hover {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .md\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 transparent
  }
  .md\:hover\:shadow-gray:hover {
    --tw-shadow: 3px 3px #727272
  }
  .md\:hover\:shadow-dark-gray:hover, .md\:hover\:shadow-gray:hover {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .md\:hover\:shadow-dark-gray:hover {
    --tw-shadow: 4px 4px #2d2f35
  }
  .md\:hover\:shadow-black:hover {
    --tw-shadow: 3px 3px #000
  }
  .md\:focus\:shadow-sm:focus, .md\:hover\:shadow-black:hover {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .md\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
  }
  .md\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
  }
  .md\:focus\:shadow-md:focus, .md\:focus\:shadow:focus {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .md\:focus\: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)
  }
  .md\:focus\: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)
  }
  .md\:focus\:shadow-lg:focus, .md\:focus\:shadow-xl:focus {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .md\:focus\: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)
  }
  .md\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25)
  }
  .md\:focus\:shadow-2xl:focus, .md\:focus\:shadow-inner:focus {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .md\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)
  }
  .md\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 transparent
  }
  .md\:focus\:shadow-gray:focus, .md\:focus\:shadow-none:focus {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .md\:focus\:shadow-gray:focus {
    --tw-shadow: 3px 3px #727272
  }
  .md\:focus\:shadow-dark-gray:focus {
    --tw-shadow: 4px 4px #2d2f35
  }
  .md\:focus\:shadow-black:focus, .md\:focus\:shadow-dark-gray:focus {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .md\:focus\:shadow-black:focus {
    --tw-shadow: 3px 3px #000
  }
  .md\: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(var(--tw-ring-offset-width)) var(--tw-ring-color)
  }
  .md\:ring-0, .md\:ring-1 {
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent)
  }
  .md\: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)
  }
  .md\: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)
  }
  .md\:ring-2, .md\:ring-4 {
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent)
  }
  .md\: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)
  }
  .md\: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)
  }
  .md\:ring, .md\:ring-8 {
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent)
  }
  .md\: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)
  }
  .md\:ring-inset {
    --tw-ring-inset: inset
  }
  .md\:focus-within\: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(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 transparent)
  }
  .md\:focus-within\: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 transparent)
  }
  .md\:focus-within\: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 transparent)
  }
  .md\:focus-within\: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 transparent)
  }
  .md\:focus-within\: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 transparent)
  }
  .md\:focus-within\: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 transparent)
  }
  .md\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset
  }
  .md\:focus\: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(var(--tw-ring-offset-width)) var(--tw-ring-color)
  }
  .md\:focus\:ring-0:focus, .md\:focus\:ring-1:focus {
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent)
  }
  .md\:focus\: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)
  }
  .md\:focus\: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)
  }
  .md\:focus\:ring-2:focus, .md\:focus\:ring-4:focus {
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent)
  }
  .md\:focus\: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)
  }
  .md\:focus\: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)
  }
  .md\:focus\:ring-8:focus, .md\:focus\:ring:focus {
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent)
  }
  .md\:focus\: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)
  }
  .md\:focus\:ring-inset:focus {
    --tw-ring-inset: inset
  }
  .md\:ring-offset-primary-50, .md\:ring-offset-primary-100 {
    --tw-ring-offset-color: #fff
  }
  .md\:ring-offset-primary-200 {
    --tw-ring-offset-color: #fff6e2
  }
  .md\:ring-offset-primary-300 {
    --tw-ring-offset-color: #ffe6af
  }
  .md\:ring-offset-primary-400 {
    --tw-ring-offset-color: #ffd57c
  }
  .md\:ring-offset-primary-500 {
    --tw-ring-offset-color: #ffc549
  }
  .md\:ring-offset-primary-600 {
    --tw-ring-offset-color: #ffb516
  }
  .md\:ring-offset-primary-700 {
    --tw-ring-offset-color: #e29a00
  }
  .md\:ring-offset-primary-800 {
    --tw-ring-offset-color: #af7700
  }
  .md\:ring-offset-primary-900 {
    --tw-ring-offset-color: #7c5400
  }
  .md\:ring-offset-primary {
    --tw-ring-offset-color: #ffc549
  }
  .md\:ring-offset-secondary-50 {
    --tw-ring-offset-color: #cefbdf
  }
  .md\:ring-offset-secondary-100 {
    --tw-ring-offset-color: #b6f9d0
  }
  .md\:ring-offset-secondary-200 {
    --tw-ring-offset-color: #87f5b2
  }
  .md\:ring-offset-secondary-300 {
    --tw-ring-offset-color: #58f194
  }
  .md\:ring-offset-secondary-400 {
    --tw-ring-offset-color: #28ee76
  }
  .md\:ring-offset-secondary-500 {
    --tw-ring-offset-color: #11d25d
  }
  .md\:ring-offset-secondary-600 {
    --tw-ring-offset-color: #0da348
  }
  .md\:ring-offset-secondary-700 {
    --tw-ring-offset-color: #097433
  }
  .md\:ring-offset-secondary-800 {
    --tw-ring-offset-color: #06441e
  }
  .md\:ring-offset-secondary-900 {
    --tw-ring-offset-color: #021509
  }
  .md\:ring-offset-secondary {
    --tw-ring-offset-color: #11d25d
  }
  .md\:ring-offset-accent-50 {
    --tw-ring-offset-color: #fef2f2
  }
  .md\:ring-offset-accent-100 {
    --tw-ring-offset-color: #fee2e2
  }
  .md\:ring-offset-accent-200 {
    --tw-ring-offset-color: #fecaca
  }
  .md\:ring-offset-accent-300 {
    --tw-ring-offset-color: #fca5a5
  }
  .md\:ring-offset-accent-400 {
    --tw-ring-offset-color: #f87171
  }
  .md\:ring-offset-accent-500 {
    --tw-ring-offset-color: #ef4444
  }
  .md\:ring-offset-accent-600 {
    --tw-ring-offset-color: #dc2626
  }
  .md\:ring-offset-accent-700 {
    --tw-ring-offset-color: #b91c1c
  }
  .md\:ring-offset-accent-800 {
    --tw-ring-offset-color: #991b1b
  }
  .md\:ring-offset-accent-900 {
    --tw-ring-offset-color: #7f1d1d
  }
  .md\:ring-offset-shade-500 {
    --tw-ring-offset-color: #3a3a31
  }
  .md\:ring-offset-shade-600 {
    --tw-ring-offset-color: #2d2f35
  }
  .md\:ring-offset-white {
    --tw-ring-offset-color: #fff
  }
  .md\:ring-offset-black {
    --tw-ring-offset-color: #000
  }
  .md\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f9fafb
  }
  .md\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f3f4f6
  }
  .md\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e5e7eb
  }
  .md\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d1d5db
  }
  .md\:ring-offset-gray-400 {
    --tw-ring-offset-color: #9ca3af
  }
  .md\:ring-offset-gray-500 {
    --tw-ring-offset-color: #6b7280
  }
  .md\:ring-offset-gray-600 {
    --tw-ring-offset-color: #4b5563
  }
  .md\:ring-offset-gray-700 {
    --tw-ring-offset-color: #374151
  }
  .md\:ring-offset-gray-800 {
    --tw-ring-offset-color: #1f2937
  }
  .md\:ring-offset-gray-900 {
    --tw-ring-offset-color: #111827
  }
  .md\:ring-offset-brand-50 {
    --tw-ring-offset-color: #eff6ff
  }
  .md\:ring-offset-brand-100 {
    --tw-ring-offset-color: #dbeafe
  }
  .md\:ring-offset-brand-200 {
    --tw-ring-offset-color: #bfdbfe
  }
  .md\:ring-offset-brand-300 {
    --tw-ring-offset-color: #93c5fd
  }
  .md\:ring-offset-brand-400 {
    --tw-ring-offset-color: #60a5fa
  }
  .md\:ring-offset-brand-500 {
    --tw-ring-offset-color: #3b82f6
  }
  .md\:ring-offset-brand-600 {
    --tw-ring-offset-color: #2563eb
  }
  .md\:ring-offset-brand-700 {
    --tw-ring-offset-color: #1d4ed8
  }
  .md\:ring-offset-brand-800 {
    --tw-ring-offset-color: #1e40af
  }
  .md\:ring-offset-brand-900 {
    --tw-ring-offset-color: #1e3a8a
  }
  .md\:ring-offset-transparent {
    --tw-ring-offset-color: transparent
  }
  .md\:ring-offset-current {
    --tw-ring-offset-color: currentColor
  }
  .md\:focus-within\:ring-offset-primary-50:focus-within {
    --tw-ring-offset-color: #fff
  }
  .md\:focus-within\:ring-offset-primary-100:focus-within {
    --tw-ring-offset-color: #fff
  }
  .md\:focus-within\:ring-offset-primary-200:focus-within {
    --tw-ring-offset-color: #fff6e2
  }
  .md\:focus-within\:ring-offset-primary-300:focus-within {
    --tw-ring-offset-color: #ffe6af
  }
  .md\:focus-within\:ring-offset-primary-400:focus-within {
    --tw-ring-offset-color: #ffd57c
  }
  .md\:focus-within\:ring-offset-primary-500:focus-within {
    --tw-ring-offset-color: #ffc549
  }
  .md\:focus-within\:ring-offset-primary-600:focus-within {
    --tw-ring-offset-color: #ffb516
  }
  .md\:focus-within\:ring-offset-primary-700:focus-within {
    --tw-ring-offset-color: #e29a00
  }
  .md\:focus-within\:ring-offset-primary-800:focus-within {
    --tw-ring-offset-color: #af7700
  }
  .md\:focus-within\:ring-offset-primary-900:focus-within {
    --tw-ring-offset-color: #7c5400
  }
  .md\:focus-within\:ring-offset-primary:focus-within {
    --tw-ring-offset-color: #ffc549
  }
  .md\:focus-within\:ring-offset-secondary-50:focus-within {
    --tw-ring-offset-color: #cefbdf
  }
  .md\:focus-within\:ring-offset-secondary-100:focus-within {
    --tw-ring-offset-color: #b6f9d0
  }
  .md\:focus-within\:ring-offset-secondary-200:focus-within {
    --tw-ring-offset-color: #87f5b2
  }
  .md\:focus-within\:ring-offset-secondary-300:focus-within {
    --tw-ring-offset-color: #58f194
  }
  .md\:focus-within\:ring-offset-secondary-400:focus-within {
    --tw-ring-offset-color: #28ee76
  }
  .md\:focus-within\:ring-offset-secondary-500:focus-within {
    --tw-ring-offset-color: #11d25d
  }
  .md\:focus-within\:ring-offset-secondary-600:focus-within {
    --tw-ring-offset-color: #0da348
  }
  .md\:focus-within\:ring-offset-secondary-700:focus-within {
    --tw-ring-offset-color: #097433
  }
  .md\:focus-within\:ring-offset-secondary-800:focus-within {
    --tw-ring-offset-color: #06441e
  }
  .md\:focus-within\:ring-offset-secondary-900:focus-within {
    --tw-ring-offset-color: #021509
  }
  .md\:focus-within\:ring-offset-secondary:focus-within {
    --tw-ring-offset-color: #11d25d
  }
  .md\:focus-within\:ring-offset-accent-50:focus-within {
    --tw-ring-offset-color: #fef2f2
  }
  .md\:focus-within\:ring-offset-accent-100:focus-within {
    --tw-ring-offset-color: #fee2e2
  }
  .md\:focus-within\:ring-offset-accent-200:focus-within {
    --tw-ring-offset-color: #fecaca
  }
  .md\:focus-within\:ring-offset-accent-300:focus-within {
    --tw-ring-offset-color: #fca5a5
  }
  .md\:focus-within\:ring-offset-accent-400:focus-within {
    --tw-ring-offset-color: #f87171
  }
  .md\:focus-within\:ring-offset-accent-500:focus-within {
    --tw-ring-offset-color: #ef4444
  }
  .md\:focus-within\:ring-offset-accent-600:focus-within {
    --tw-ring-offset-color: #dc2626
  }
  .md\:focus-within\:ring-offset-accent-700:focus-within {
    --tw-ring-offset-color: #b91c1c
  }
  .md\:focus-within\:ring-offset-accent-800:focus-within {
    --tw-ring-offset-color: #991b1b
  }
  .md\:focus-within\:ring-offset-accent-900:focus-within {
    --tw-ring-offset-color: #7f1d1d
  }
  .md\:focus-within\:ring-offset-shade-500:focus-within {
    --tw-ring-offset-color: #3a3a31
  }
  .md\:focus-within\:ring-offset-shade-600:focus-within {
    --tw-ring-offset-color: #2d2f35
  }
  .md\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff
  }
  .md\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000
  }
  .md\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #f9fafb
  }
  .md\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f3f4f6
  }
  .md\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e5e7eb
  }
  .md\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d1d5db
  }
  .md\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #9ca3af
  }
  .md\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #6b7280
  }
  .md\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #4b5563
  }
  .md\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #374151
  }
  .md\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #1f2937
  }
  .md\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #111827
  }
  .md\:focus-within\:ring-offset-brand-50:focus-within {
    --tw-ring-offset-color: #eff6ff
  }
  .md\:focus-within\:ring-offset-brand-100:focus-within {
    --tw-ring-offset-color: #dbeafe
  }
  .md\:focus-within\:ring-offset-brand-200:focus-within {
    --tw-ring-offset-color: #bfdbfe
  }
  .md\:focus-within\:ring-offset-brand-300:focus-within {
    --tw-ring-offset-color: #93c5fd
  }
  .md\:focus-within\:ring-offset-brand-400:focus-within {
    --tw-ring-offset-color: #60a5fa
  }
  .md\:focus-within\:ring-offset-brand-500:focus-within {
    --tw-ring-offset-color: #3b82f6
  }
  .md\:focus-within\:ring-offset-brand-600:focus-within {
    --tw-ring-offset-color: #2563eb
  }
  .md\:focus-within\:ring-offset-brand-700:focus-within {
    --tw-ring-offset-color: #1d4ed8
  }
  .md\:focus-within\:ring-offset-brand-800:focus-within {
    --tw-ring-offset-color: #1e40af
  }
  .md\:focus-within\:ring-offset-brand-900:focus-within {
    --tw-ring-offset-color: #1e3a8a
  }
  .md\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent
  }
  .md\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor
  }
  .md\:focus\:ring-offset-primary-50:focus, .md\:focus\:ring-offset-primary-100:focus {
    --tw-ring-offset-color: #fff
  }
  .md\:focus\:ring-offset-primary-200:focus {
    --tw-ring-offset-color: #fff6e2
  }
  .md\:focus\:ring-offset-primary-300:focus {
    --tw-ring-offset-color: #ffe6af
  }
  .md\:focus\:ring-offset-primary-400:focus {
    --tw-ring-offset-color: #ffd57c
  }
  .md\:focus\:ring-offset-primary-500:focus {
    --tw-ring-offset-color: #ffc549
  }
  .md\:focus\:ring-offset-primary-600:focus {
    --tw-ring-offset-color: #ffb516
  }
  .md\:focus\:ring-offset-primary-700:focus {
    --tw-ring-offset-color: #e29a00
  }
  .md\:focus\:ring-offset-primary-800:focus {
    --tw-ring-offset-color: #af7700
  }
  .md\:focus\:ring-offset-primary-900:focus {
    --tw-ring-offset-color: #7c5400
  }
  .md\:focus\:ring-offset-primary:focus {
    --tw-ring-offset-color: #ffc549
  }
  .md\:focus\:ring-offset-secondary-50:focus {
    --tw-ring-offset-color: #cefbdf
  }
  .md\:focus\:ring-offset-secondary-100:focus {
    --tw-ring-offset-color: #b6f9d0
  }
  .md\:focus\:ring-offset-secondary-200:focus {
    --tw-ring-offset-color: #87f5b2
  }
  .md\:focus\:ring-offset-secondary-300:focus {
    --tw-ring-offset-color: #58f194
  }
  .md\:focus\:ring-offset-secondary-400:focus {
    --tw-ring-offset-color: #28ee76
  }
  .md\:focus\:ring-offset-secondary-500:focus {
    --tw-ring-offset-color: #11d25d
  }
  .md\:focus\:ring-offset-secondary-600:focus {
    --tw-ring-offset-color: #0da348
  }
  .md\:focus\:ring-offset-secondary-700:focus {
    --tw-ring-offset-color: #097433
  }
  .md\:focus\:ring-offset-secondary-800:focus {
    --tw-ring-offset-color: #06441e
  }
  .md\:focus\:ring-offset-secondary-900:focus {
    --tw-ring-offset-color: #021509
  }
  .md\:focus\:ring-offset-secondary:focus {
    --tw-ring-offset-color: #11d25d
  }
  .md\:focus\:ring-offset-accent-50:focus {
    --tw-ring-offset-color: #fef2f2
  }
  .md\:focus\:ring-offset-accent-100:focus {
    --tw-ring-offset-color: #fee2e2
  }
  .md\:focus\:ring-offset-accent-200:focus {
    --tw-ring-offset-color: #fecaca
  }
  .md\:focus\:ring-offset-accent-300:focus {
    --tw-ring-offset-color: #fca5a5
  }
  .md\:focus\:ring-offset-accent-400:focus {
    --tw-ring-offset-color: #f87171
  }
  .md\:focus\:ring-offset-accent-500:focus {
    --tw-ring-offset-color: #ef4444
  }
  .md\:focus\:ring-offset-accent-600:focus {
    --tw-ring-offset-color: #dc2626
  }
  .md\:focus\:ring-offset-accent-700:focus {
    --tw-ring-offset-color: #b91c1c
  }
  .md\:focus\:ring-offset-accent-800:focus {
    --tw-ring-offset-color: #991b1b
  }
  .md\:focus\:ring-offset-accent-900:focus {
    --tw-ring-offset-color: #7f1d1d
  }
  .md\:focus\:ring-offset-shade-500:focus {
    --tw-ring-offset-color: #3a3a31
  }
  .md\:focus\:ring-offset-shade-600:focus {
    --tw-ring-offset-color: #2d2f35
  }
  .md\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff
  }
  .md\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000
  }
  .md\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f9fafb
  }
  .md\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f3f4f6
  }
  .md\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e5e7eb
  }
  .md\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d1d5db
  }
  .md\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #9ca3af
  }
  .md\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #6b7280
  }
  .md\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #4b5563
  }
  .md\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #374151
  }
  .md\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #1f2937
  }
  .md\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #111827
  }
  .md\:focus\:ring-offset-brand-50:focus {
    --tw-ring-offset-color: #eff6ff
  }
  .md\:focus\:ring-offset-brand-100:focus {
    --tw-ring-offset-color: #dbeafe
  }
  .md\:focus\:ring-offset-brand-200:focus {
    --tw-ring-offset-color: #bfdbfe
  }
  .md\:focus\:ring-offset-brand-300:focus {
    --tw-ring-offset-color: #93c5fd
  }
  .md\:focus\:ring-offset-brand-400:focus {
    --tw-ring-offset-color: #60a5fa
  }
  .md\:focus\:ring-offset-brand-500:focus {
    --tw-ring-offset-color: #3b82f6
  }
  .md\:focus\:ring-offset-brand-600:focus {
    --tw-ring-offset-color: #2563eb
  }
  .md\:focus\:ring-offset-brand-700:focus {
    --tw-ring-offset-color: #1d4ed8
  }
  .md\:focus\:ring-offset-brand-800:focus {
    --tw-ring-offset-color: #1e40af
  }
  .md\:focus\:ring-offset-brand-900:focus {
    --tw-ring-offset-color: #1e3a8a
  }
  .md\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent
  }
  .md\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor
  }
  .md\:ring-offset-0 {
    --tw-ring-offset-width: 0px
  }
  .md\:ring-offset-1 {
    --tw-ring-offset-width: 1px
  }
  .md\:ring-offset-2 {
    --tw-ring-offset-width: 2px
  }
  .md\:ring-offset-4 {
    --tw-ring-offset-width: 4px
  }
  .md\:ring-offset-8 {
    --tw-ring-offset-width: 8px
  }
  .md\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px
  }
  .md\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px
  }
  .md\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px
  }
  .md\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px
  }
  .md\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px
  }
  .md\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px
  }
  .md\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px
  }
  .md\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px
  }
  .md\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px
  }
  .md\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px
  }
  .md\:ring-primary-50, .md\:ring-primary-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity))
  }
  .md\:ring-primary-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 226, var(--tw-ring-opacity))
  }
  .md\:ring-primary-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 230, 175, var(--tw-ring-opacity))
  }
  .md\:ring-primary-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 213, 124, var(--tw-ring-opacity))
  }
  .md\:ring-primary-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 197, 73, var(--tw-ring-opacity))
  }
  .md\:ring-primary-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 181, 22, var(--tw-ring-opacity))
  }
  .md\:ring-primary-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 154, 0, var(--tw-ring-opacity))
  }
  .md\:ring-primary-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(175, 119, 0, var(--tw-ring-opacity))
  }
  .md\:ring-primary-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 84, 0, var(--tw-ring-opacity))
  }
  .md\:ring-primary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 197, 73, var(--tw-ring-opacity))
  }
  .md\:ring-secondary-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 251, 223, var(--tw-ring-opacity))
  }
  .md\:ring-secondary-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 249, 208, var(--tw-ring-opacity))
  }
  .md\:ring-secondary-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(135, 245, 178, var(--tw-ring-opacity))
  }
  .md\:ring-secondary-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 241, 148, var(--tw-ring-opacity))
  }
  .md\:ring-secondary-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(40, 238, 118, var(--tw-ring-opacity))
  }
  .md\:ring-secondary-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 210, 93, var(--tw-ring-opacity))
  }
  .md\:ring-secondary-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 163, 72, var(--tw-ring-opacity))
  }
  .md\:ring-secondary-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(9, 116, 51, var(--tw-ring-opacity))
  }
  .md\:ring-secondary-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 68, 30, var(--tw-ring-opacity))
  }
  .md\:ring-secondary-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 21, 9, var(--tw-ring-opacity))
  }
  .md\:ring-secondary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 210, 93, var(--tw-ring-opacity))
  }
  .md\:ring-accent-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity))
  }
  .md\:ring-accent-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity))
  }
  .md\:ring-accent-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity))
  }
  .md\:ring-accent-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity))
  }
  .md\:ring-accent-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity))
  }
  .md\:ring-accent-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity))
  }
  .md\:ring-accent-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity))
  }
  .md\:ring-accent-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity))
  }
  .md\:ring-accent-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity))
  }
  .md\:ring-accent-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity))
  }
  .md\:ring-shade-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(58, 58, 49, var(--tw-ring-opacity))
  }
  .md\:ring-shade-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 47, 53, var(--tw-ring-opacity))
  }
  .md\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity))
  }
  .md\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity))
  }
  .md\:ring-gray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity))
  }
  .md\:ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity))
  }
  .md\:ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity))
  }
  .md\:ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity))
  }
  .md\:ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity))
  }
  .md\:ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity))
  }
  .md\:ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity))
  }
  .md\:ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity))
  }
  .md\:ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity))
  }
  .md\:ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity))
  }
  .md\:ring-brand-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity))
  }
  .md\:ring-brand-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity))
  }
  .md\:ring-brand-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity))
  }
  .md\:ring-brand-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity))
  }
  .md\:ring-brand-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity))
  }
  .md\:ring-brand-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity))
  }
  .md\:ring-brand-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity))
  }
  .md\:ring-brand-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity))
  }
  .md\:ring-brand-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity))
  }
  .md\:ring-brand-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity))
  }
  .md\:ring-transparent {
    --tw-ring-color: transparent
  }
  .md\:ring-current {
    --tw-ring-color: currentColor
  }
  .md\:focus-within\:ring-primary-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-primary-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-primary-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 226, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-primary-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 230, 175, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-primary-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 213, 124, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-primary-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 197, 73, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-primary-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 181, 22, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-primary-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 154, 0, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-primary-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(175, 119, 0, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-primary-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 84, 0, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-primary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 197, 73, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-secondary-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 251, 223, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-secondary-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 249, 208, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-secondary-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(135, 245, 178, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-secondary-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 241, 148, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-secondary-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(40, 238, 118, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-secondary-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 210, 93, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-secondary-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 163, 72, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-secondary-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(9, 116, 51, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-secondary-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 68, 30, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-secondary-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 21, 9, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-secondary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 210, 93, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-accent-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-accent-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-accent-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-accent-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-accent-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-accent-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-accent-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-accent-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-accent-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-accent-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-shade-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(58, 58, 49, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-shade-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 47, 53, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-gray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-brand-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-brand-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-brand-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-brand-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-brand-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-brand-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-brand-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-brand-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-brand-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-brand-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity))
  }
  .md\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent
  }
  .md\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor
  }
  .md\:focus\:ring-primary-50:focus, .md\:focus\:ring-primary-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity))
  }
  .md\:focus\:ring-primary-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 226, var(--tw-ring-opacity))
  }
  .md\:focus\:ring-primary-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 230, 175, var(--tw-ring-opacity))
  }
  .md\:focus\:ring-primary-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 213, 124, var(--tw-ring-opacity))
  }
  .md\:focus\:ring-primary-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 197, 73, var(--tw-ring-opacity))
  }
  .md\:focus\:ring-primary-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 181, 22, var(--tw-ring-opacity))
  }
  .md\:focus\:ring-primary-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 154, 0, var(--tw-ring-opacity))
  }
  .md\:focus\:ring-primary-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(175, 119, 0, var(--tw-ring-opacity))
  }
  .md\:focus\:ring-primary-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 84, 0, var(--tw-ring-opacity))
  }
  .md\:focus\:ring-primary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 197, 73, var(--tw-ring-opacity))
  }
  .md\:focus\:ring-secondary-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 251, 223, var(--tw-ring-opacity))
  }
  .md\:focus\:ring-secondary-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 249, 208, var(--tw-ring-opacity))
  }
  .md\:focus\:ring-secondary-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(135, 245, 178, var(--tw-ring-opacity))
  }
  .md\:focus\:ring-secondary-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 241, 148, var(--tw-ring-opacity))
  }
  .md\:focus\:ring-secondary-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(40, 238, 118, var(--tw-ring-opacity))
  }
  .md\:focus\:ring-secondary-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 210, 93, var(--tw-ring-opacity))
  }
  .md\:focus\:ring-secondary-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 163, 72, var(--tw-ring-opacity))
  }
  .md\:focus\:ring-secondary-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(9, 116, 51, var(--tw-ring-opacity))
  }
  .md\:focus\:ring-secondary-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 68, 30, var(--tw-ring-opacity))
  }
  .md\:focus\:ring-secondary-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 21, 9, var(--tw-ring-opacity))
  }
  .md\:focus\:ring-secondary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 210, 93, var(--tw-ring-opacity))
  }
  .md\:focus\:ring-accent-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity))
  }
  .md\:focus\:ring-accent-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity))
  }
  .md\:focus\:ring-accent-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity))
  }
  .md\:focus\:ring-accent-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity))
  }
  .md\:focus\:ring-accent-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity))
  }
  .md\:focus\:ring-accent-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity))
  }
  .md\:focus\:ring-accent-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity))
  }
  .md\:focus\:ring-accent-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity))
  }
  .md\:focus\:ring-accent-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity))
  }
  .md\:focus\:ring-accent-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity))
  }
  .md\:focus\:ring-shade-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(58, 58, 49, var(--tw-ring-opacity))
  }
  .md\:focus\:ring-shade-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 47, 53, var(--tw-ring-opacity))
  }
  .md\:focus\:ring-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity))
  }
  .md\:focus\:ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity))
  }
  .md\:focus\:ring-gray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity))
  }
  .md\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity))
  }
  .md\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity))
  }
  .md\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity))
  }
  .md\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity))
  }
  .md\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity))
  }
  .md\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity))
  }
  .md\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity))
  }
  .md\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity))
  }
  .md\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity))
  }
  .md\:focus\:ring-brand-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity))
  }
  .md\:focus\:ring-brand-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity))
  }
  .md\:focus\:ring-brand-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity))
  }
  .md\:focus\:ring-brand-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity))
  }
  .md\:focus\:ring-brand-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity))
  }
  .md\:focus\:ring-brand-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity))
  }
  .md\:focus\:ring-brand-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity))
  }
  .md\:focus\:ring-brand-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity))
  }
  .md\:focus\:ring-brand-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity))
  }
  .md\:focus\:ring-brand-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity))
  }
  .md\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent
  }
  .md\:focus\:ring-current:focus {
    --tw-ring-color: currentColor
  }
  .md\:ring-opacity-0 {
    --tw-ring-opacity: 0
  }
  .md\:ring-opacity-5 {
    --tw-ring-opacity: 0.05
  }
  .md\:ring-opacity-10 {
    --tw-ring-opacity: 0.1
  }
  .md\:ring-opacity-20 {
    --tw-ring-opacity: 0.2
  }
  .md\:ring-opacity-25 {
    --tw-ring-opacity: 0.25
  }
  .md\:ring-opacity-30 {
    --tw-ring-opacity: 0.3
  }
  .md\:ring-opacity-40 {
    --tw-ring-opacity: 0.4
  }
  .md\:ring-opacity-50 {
    --tw-ring-opacity: 0.5
  }
  .md\:ring-opacity-60 {
    --tw-ring-opacity: 0.6
  }
  .md\:ring-opacity-70 {
    --tw-ring-opacity: 0.7
  }
  .md\:ring-opacity-75 {
    --tw-ring-opacity: 0.75
  }
  .md\:ring-opacity-80 {
    --tw-ring-opacity: 0.8
  }
  .md\:ring-opacity-90 {
    --tw-ring-opacity: 0.9
  }
  .md\:ring-opacity-95 {
    --tw-ring-opacity: 0.95
  }
  .md\:ring-opacity-100 {
    --tw-ring-opacity: 1
  }
  .md\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0
  }
  .md\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05
  }
  .md\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1
  }
  .md\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2
  }
  .md\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25
  }
  .md\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3
  }
  .md\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4
  }
  .md\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5
  }
  .md\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6
  }
  .md\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7
  }
  .md\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75
  }
  .md\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8
  }
  .md\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9
  }
  .md\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95
  }
  .md\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1
  }
  .md\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0
  }
  .md\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05
  }
  .md\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1
  }
  .md\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2
  }
  .md\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25
  }
  .md\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3
  }
  .md\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4
  }
  .md\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5
  }
  .md\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6
  }
  .md\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7
  }
  .md\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75
  }
  .md\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8
  }
  .md\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9
  }
  .md\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95
  }
  .md\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1
  }
  .md\:fill-current {
    fill: currentColor
  }
  .md\:stroke-current {
    stroke: currentColor
  }
  .md\:stroke-0 {
    stroke-width: 0
  }
  .md\:stroke-1 {
    stroke-width: 1
  }
  .md\:stroke-2 {
    stroke-width: 2
  }
  .md\:table-auto {
    table-layout: auto
  }
  .md\:table-fixed {
    table-layout: fixed
  }
  .md\:text-left {
    text-align: left
  }
  .md\:text-center {
    text-align: center
  }
  .md\:text-right {
    text-align: right
  }
  .md\:text-justify {
    text-align: justify
  }
  .md\:text-primary-50, .md\:text-primary-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }
  .md\:text-primary-200 {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 226, var(--tw-text-opacity))
  }
  .md\:text-primary-300 {
    --tw-text-opacity: 1;
    color: rgba(255, 230, 175, var(--tw-text-opacity))
  }
  .md\:text-primary-400 {
    --tw-text-opacity: 1;
    color: rgba(255, 213, 124, var(--tw-text-opacity))
  }
  .md\:text-primary-500 {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-text-opacity))
  }
  .md\:text-primary-600 {
    --tw-text-opacity: 1;
    color: rgba(255, 181, 22, var(--tw-text-opacity))
  }
  .md\:text-primary-700 {
    --tw-text-opacity: 1;
    color: rgba(226, 154, 0, var(--tw-text-opacity))
  }
  .md\:text-primary-800 {
    --tw-text-opacity: 1;
    color: rgba(175, 119, 0, var(--tw-text-opacity))
  }
  .md\:text-primary-900 {
    --tw-text-opacity: 1;
    color: rgba(124, 84, 0, var(--tw-text-opacity))
  }
  .md\:text-primary {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-text-opacity))
  }
  .md\:text-secondary-50 {
    --tw-text-opacity: 1;
    color: rgba(206, 251, 223, var(--tw-text-opacity))
  }
  .md\:text-secondary-100 {
    --tw-text-opacity: 1;
    color: rgba(182, 249, 208, var(--tw-text-opacity))
  }
  .md\:text-secondary-200 {
    --tw-text-opacity: 1;
    color: rgba(135, 245, 178, var(--tw-text-opacity))
  }
  .md\:text-secondary-300 {
    --tw-text-opacity: 1;
    color: rgba(88, 241, 148, var(--tw-text-opacity))
  }
  .md\:text-secondary-400 {
    --tw-text-opacity: 1;
    color: rgba(40, 238, 118, var(--tw-text-opacity))
  }
  .md\:text-secondary-500 {
    --tw-text-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-text-opacity))
  }
  .md\:text-secondary-600 {
    --tw-text-opacity: 1;
    color: rgba(13, 163, 72, var(--tw-text-opacity))
  }
  .md\:text-secondary-700 {
    --tw-text-opacity: 1;
    color: rgba(9, 116, 51, var(--tw-text-opacity))
  }
  .md\:text-secondary-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 68, 30, var(--tw-text-opacity))
  }
  .md\:text-secondary-900 {
    --tw-text-opacity: 1;
    color: rgba(2, 21, 9, var(--tw-text-opacity))
  }
  .md\:text-secondary {
    --tw-text-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-text-opacity))
  }
  .md\:text-accent-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity))
  }
  .md\:text-accent-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity))
  }
  .md\:text-accent-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity))
  }
  .md\:text-accent-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity))
  }
  .md\:text-accent-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity))
  }
  .md\:text-accent-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity))
  }
  .md\:text-accent-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity))
  }
  .md\:text-accent-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity))
  }
  .md\:text-accent-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity))
  }
  .md\:text-accent-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity))
  }
  .md\:text-shade-500 {
    --tw-text-opacity: 1;
    color: rgba(58, 58, 49, var(--tw-text-opacity))
  }
  .md\:text-shade-600 {
    --tw-text-opacity: 1;
    color: rgba(45, 47, 53, var(--tw-text-opacity))
  }
  .md\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }
  .md\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity))
  }
  .md\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity))
  }
  .md\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity))
  }
  .md\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity))
  }
  .md\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity))
  }
  .md\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity))
  }
  .md\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity))
  }
  .md\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity))
  }
  .md\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity))
  }
  .md\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity))
  }
  .md\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity))
  }
  .md\:text-brand-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity))
  }
  .md\:text-brand-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity))
  }
  .md\:text-brand-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity))
  }
  .md\:text-brand-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity))
  }
  .md\:text-brand-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity))
  }
  .md\:text-brand-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity))
  }
  .md\:text-brand-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity))
  }
  .md\:text-brand-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity))
  }
  .md\:text-brand-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity))
  }
  .md\:text-brand-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity))
  }
  .md\:text-transparent {
    color: transparent
  }
  .md\:text-current {
    color: currentColor
  }
  .group:hover .md\:group-hover\:text-primary-50, .group:hover .md\:group-hover\:text-primary-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-primary-200 {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 226, var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-primary-300 {
    --tw-text-opacity: 1;
    color: rgba(255, 230, 175, var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-primary-400 {
    --tw-text-opacity: 1;
    color: rgba(255, 213, 124, var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-primary-500 {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-primary-600 {
    --tw-text-opacity: 1;
    color: rgba(255, 181, 22, var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-primary-700 {
    --tw-text-opacity: 1;
    color: rgba(226, 154, 0, var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-primary-800 {
    --tw-text-opacity: 1;
    color: rgba(175, 119, 0, var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-primary-900 {
    --tw-text-opacity: 1;
    color: rgba(124, 84, 0, var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-primary {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-secondary-50 {
    --tw-text-opacity: 1;
    color: rgba(206, 251, 223, var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-secondary-100 {
    --tw-text-opacity: 1;
    color: rgba(182, 249, 208, var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-secondary-200 {
    --tw-text-opacity: 1;
    color: rgba(135, 245, 178, var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-secondary-300 {
    --tw-text-opacity: 1;
    color: rgba(88, 241, 148, var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-secondary-400 {
    --tw-text-opacity: 1;
    color: rgba(40, 238, 118, var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-secondary-500 {
    --tw-text-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-secondary-600 {
    --tw-text-opacity: 1;
    color: rgba(13, 163, 72, var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-secondary-700 {
    --tw-text-opacity: 1;
    color: rgba(9, 116, 51, var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-secondary-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 68, 30, var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-secondary-900 {
    --tw-text-opacity: 1;
    color: rgba(2, 21, 9, var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-secondary {
    --tw-text-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-accent-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-accent-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-accent-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-accent-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-accent-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-accent-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-accent-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-accent-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-accent-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-accent-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-shade-500 {
    --tw-text-opacity: 1;
    color: rgba(58, 58, 49, var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-shade-600 {
    --tw-text-opacity: 1;
    color: rgba(45, 47, 53, var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-brand-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-brand-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-brand-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-brand-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-brand-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-brand-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-brand-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-brand-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-brand-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-brand-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-transparent {
    color: transparent
  }
  .group:hover .md\:group-hover\:text-current {
    color: currentColor
  }
  .md\:focus-within\:text-primary-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-primary-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-primary-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 226, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-primary-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 230, 175, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-primary-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 213, 124, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-primary-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-primary-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 181, 22, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-primary-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(226, 154, 0, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-primary-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(175, 119, 0, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-primary-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 84, 0, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-primary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-secondary-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(206, 251, 223, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-secondary-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(182, 249, 208, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-secondary-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(135, 245, 178, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-secondary-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(88, 241, 148, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-secondary-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(40, 238, 118, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-secondary-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-secondary-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(13, 163, 72, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-secondary-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(9, 116, 51, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-secondary-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 68, 30, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-secondary-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(2, 21, 9, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-secondary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-accent-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-accent-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-accent-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-accent-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-accent-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-accent-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-accent-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-accent-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-accent-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-accent-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-shade-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(58, 58, 49, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-shade-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(45, 47, 53, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-gray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-brand-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-brand-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-brand-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-brand-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-brand-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-brand-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-brand-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-brand-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-brand-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-brand-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity))
  }
  .md\:focus-within\:text-transparent:focus-within {
    color: transparent
  }
  .md\:focus-within\:text-current:focus-within {
    color: currentColor
  }
  .md\:hover\:text-primary-50:hover, .md\:hover\:text-primary-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }
  .md\:hover\:text-primary-200:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 226, var(--tw-text-opacity))
  }
  .md\:hover\:text-primary-300:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 230, 175, var(--tw-text-opacity))
  }
  .md\:hover\:text-primary-400:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 213, 124, var(--tw-text-opacity))
  }
  .md\:hover\:text-primary-500:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-text-opacity))
  }
  .md\:hover\:text-primary-600:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 181, 22, var(--tw-text-opacity))
  }
  .md\:hover\:text-primary-700:hover {
    --tw-text-opacity: 1;
    color: rgba(226, 154, 0, var(--tw-text-opacity))
  }
  .md\:hover\:text-primary-800:hover {
    --tw-text-opacity: 1;
    color: rgba(175, 119, 0, var(--tw-text-opacity))
  }
  .md\:hover\:text-primary-900:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 84, 0, var(--tw-text-opacity))
  }
  .md\:hover\:text-primary:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-text-opacity))
  }
  .md\:hover\:text-secondary-50:hover {
    --tw-text-opacity: 1;
    color: rgba(206, 251, 223, var(--tw-text-opacity))
  }
  .md\:hover\:text-secondary-100:hover {
    --tw-text-opacity: 1;
    color: rgba(182, 249, 208, var(--tw-text-opacity))
  }
  .md\:hover\:text-secondary-200:hover {
    --tw-text-opacity: 1;
    color: rgba(135, 245, 178, var(--tw-text-opacity))
  }
  .md\:hover\:text-secondary-300:hover {
    --tw-text-opacity: 1;
    color: rgba(88, 241, 148, var(--tw-text-opacity))
  }
  .md\:hover\:text-secondary-400:hover {
    --tw-text-opacity: 1;
    color: rgba(40, 238, 118, var(--tw-text-opacity))
  }
  .md\:hover\:text-secondary-500:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-text-opacity))
  }
  .md\:hover\:text-secondary-600:hover {
    --tw-text-opacity: 1;
    color: rgba(13, 163, 72, var(--tw-text-opacity))
  }
  .md\:hover\:text-secondary-700:hover {
    --tw-text-opacity: 1;
    color: rgba(9, 116, 51, var(--tw-text-opacity))
  }
  .md\:hover\:text-secondary-800:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 68, 30, var(--tw-text-opacity))
  }
  .md\:hover\:text-secondary-900:hover {
    --tw-text-opacity: 1;
    color: rgba(2, 21, 9, var(--tw-text-opacity))
  }
  .md\:hover\:text-secondary:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-text-opacity))
  }
  .md\:hover\:text-accent-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity))
  }
  .md\:hover\:text-accent-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity))
  }
  .md\:hover\:text-accent-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity))
  }
  .md\:hover\:text-accent-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity))
  }
  .md\:hover\:text-accent-400:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity))
  }
  .md\:hover\:text-accent-500:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity))
  }
  .md\:hover\:text-accent-600:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity))
  }
  .md\:hover\:text-accent-700:hover {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity))
  }
  .md\:hover\:text-accent-800:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity))
  }
  .md\:hover\:text-accent-900:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity))
  }
  .md\:hover\:text-shade-500:hover {
    --tw-text-opacity: 1;
    color: rgba(58, 58, 49, var(--tw-text-opacity))
  }
  .md\:hover\:text-shade-600:hover {
    --tw-text-opacity: 1;
    color: rgba(45, 47, 53, var(--tw-text-opacity))
  }
  .md\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }
  .md\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity))
  }
  .md\:hover\:text-gray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity))
  }
  .md\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity))
  }
  .md\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity))
  }
  .md\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity))
  }
  .md\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity))
  }
  .md\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity))
  }
  .md\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity))
  }
  .md\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity))
  }
  .md\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity))
  }
  .md\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity))
  }
  .md\:hover\:text-brand-50:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity))
  }
  .md\:hover\:text-brand-100:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity))
  }
  .md\:hover\:text-brand-200:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity))
  }
  .md\:hover\:text-brand-300:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity))
  }
  .md\:hover\:text-brand-400:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity))
  }
  .md\:hover\:text-brand-500:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity))
  }
  .md\:hover\:text-brand-600:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity))
  }
  .md\:hover\:text-brand-700:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity))
  }
  .md\:hover\:text-brand-800:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity))
  }
  .md\:hover\:text-brand-900:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity))
  }
  .md\:hover\:text-transparent:hover {
    color: transparent
  }
  .md\:hover\:text-current:hover {
    color: currentColor
  }
  .md\:focus\:text-primary-50:focus, .md\:focus\:text-primary-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }
  .md\:focus\:text-primary-200:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 226, var(--tw-text-opacity))
  }
  .md\:focus\:text-primary-300:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 230, 175, var(--tw-text-opacity))
  }
  .md\:focus\:text-primary-400:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 213, 124, var(--tw-text-opacity))
  }
  .md\:focus\:text-primary-500:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-text-opacity))
  }
  .md\:focus\:text-primary-600:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 181, 22, var(--tw-text-opacity))
  }
  .md\:focus\:text-primary-700:focus {
    --tw-text-opacity: 1;
    color: rgba(226, 154, 0, var(--tw-text-opacity))
  }
  .md\:focus\:text-primary-800:focus {
    --tw-text-opacity: 1;
    color: rgba(175, 119, 0, var(--tw-text-opacity))
  }
  .md\:focus\:text-primary-900:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 84, 0, var(--tw-text-opacity))
  }
  .md\:focus\:text-primary:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-text-opacity))
  }
  .md\:focus\:text-secondary-50:focus {
    --tw-text-opacity: 1;
    color: rgba(206, 251, 223, var(--tw-text-opacity))
  }
  .md\:focus\:text-secondary-100:focus {
    --tw-text-opacity: 1;
    color: rgba(182, 249, 208, var(--tw-text-opacity))
  }
  .md\:focus\:text-secondary-200:focus {
    --tw-text-opacity: 1;
    color: rgba(135, 245, 178, var(--tw-text-opacity))
  }
  .md\:focus\:text-secondary-300:focus {
    --tw-text-opacity: 1;
    color: rgba(88, 241, 148, var(--tw-text-opacity))
  }
  .md\:focus\:text-secondary-400:focus {
    --tw-text-opacity: 1;
    color: rgba(40, 238, 118, var(--tw-text-opacity))
  }
  .md\:focus\:text-secondary-500:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-text-opacity))
  }
  .md\:focus\:text-secondary-600:focus {
    --tw-text-opacity: 1;
    color: rgba(13, 163, 72, var(--tw-text-opacity))
  }
  .md\:focus\:text-secondary-700:focus {
    --tw-text-opacity: 1;
    color: rgba(9, 116, 51, var(--tw-text-opacity))
  }
  .md\:focus\:text-secondary-800:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 68, 30, var(--tw-text-opacity))
  }
  .md\:focus\:text-secondary-900:focus {
    --tw-text-opacity: 1;
    color: rgba(2, 21, 9, var(--tw-text-opacity))
  }
  .md\:focus\:text-secondary:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-text-opacity))
  }
  .md\:focus\:text-accent-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity))
  }
  .md\:focus\:text-accent-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity))
  }
  .md\:focus\:text-accent-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity))
  }
  .md\:focus\:text-accent-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity))
  }
  .md\:focus\:text-accent-400:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity))
  }
  .md\:focus\:text-accent-500:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity))
  }
  .md\:focus\:text-accent-600:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity))
  }
  .md\:focus\:text-accent-700:focus {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity))
  }
  .md\:focus\:text-accent-800:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity))
  }
  .md\:focus\:text-accent-900:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity))
  }
  .md\:focus\:text-shade-500:focus {
    --tw-text-opacity: 1;
    color: rgba(58, 58, 49, var(--tw-text-opacity))
  }
  .md\:focus\:text-shade-600:focus {
    --tw-text-opacity: 1;
    color: rgba(45, 47, 53, var(--tw-text-opacity))
  }
  .md\:focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }
  .md\:focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity))
  }
  .md\:focus\:text-gray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity))
  }
  .md\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity))
  }
  .md\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity))
  }
  .md\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity))
  }
  .md\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity))
  }
  .md\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity))
  }
  .md\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity))
  }
  .md\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity))
  }
  .md\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity))
  }
  .md\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity))
  }
  .md\:focus\:text-brand-50:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity))
  }
  .md\:focus\:text-brand-100:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity))
  }
  .md\:focus\:text-brand-200:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity))
  }
  .md\:focus\:text-brand-300:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity))
  }
  .md\:focus\:text-brand-400:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity))
  }
  .md\:focus\:text-brand-500:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity))
  }
  .md\:focus\:text-brand-600:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity))
  }
  .md\:focus\:text-brand-700:focus {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity))
  }
  .md\:focus\:text-brand-800:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity))
  }
  .md\:focus\:text-brand-900:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity))
  }
  .md\:focus\:text-transparent:focus {
    color: transparent
  }
  .md\:focus\:text-current:focus {
    color: currentColor
  }
  .md\:text-opacity-0 {
    --tw-text-opacity: 0
  }
  .md\:text-opacity-5 {
    --tw-text-opacity: 0.05
  }
  .md\:text-opacity-10 {
    --tw-text-opacity: 0.1
  }
  .md\:text-opacity-20 {
    --tw-text-opacity: 0.2
  }
  .md\:text-opacity-25 {
    --tw-text-opacity: 0.25
  }
  .md\:text-opacity-30 {
    --tw-text-opacity: 0.3
  }
  .md\:text-opacity-40 {
    --tw-text-opacity: 0.4
  }
  .md\:text-opacity-50 {
    --tw-text-opacity: 0.5
  }
  .md\:text-opacity-60 {
    --tw-text-opacity: 0.6
  }
  .md\:text-opacity-70 {
    --tw-text-opacity: 0.7
  }
  .md\:text-opacity-75 {
    --tw-text-opacity: 0.75
  }
  .md\:text-opacity-80 {
    --tw-text-opacity: 0.8
  }
  .md\:text-opacity-90 {
    --tw-text-opacity: 0.9
  }
  .md\:text-opacity-95 {
    --tw-text-opacity: 0.95
  }
  .md\:text-opacity-100 {
    --tw-text-opacity: 1
  }
  .group:hover .md\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0
  }
  .group:hover .md\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05
  }
  .group:hover .md\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1
  }
  .group:hover .md\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2
  }
  .group:hover .md\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25
  }
  .group:hover .md\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3
  }
  .group:hover .md\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4
  }
  .group:hover .md\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5
  }
  .group:hover .md\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6
  }
  .group:hover .md\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7
  }
  .group:hover .md\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75
  }
  .group:hover .md\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8
  }
  .group:hover .md\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9
  }
  .group:hover .md\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95
  }
  .group:hover .md\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1
  }
  .md\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0
  }
  .md\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05
  }
  .md\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1
  }
  .md\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2
  }
  .md\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25
  }
  .md\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3
  }
  .md\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4
  }
  .md\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5
  }
  .md\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6
  }
  .md\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7
  }
  .md\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75
  }
  .md\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8
  }
  .md\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9
  }
  .md\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95
  }
  .md\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1
  }
  .md\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0
  }
  .md\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05
  }
  .md\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1
  }
  .md\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2
  }
  .md\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25
  }
  .md\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3
  }
  .md\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4
  }
  .md\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5
  }
  .md\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6
  }
  .md\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7
  }
  .md\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75
  }
  .md\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8
  }
  .md\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9
  }
  .md\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95
  }
  .md\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1
  }
  .md\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0
  }
  .md\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05
  }
  .md\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1
  }
  .md\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2
  }
  .md\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25
  }
  .md\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3
  }
  .md\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4
  }
  .md\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5
  }
  .md\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6
  }
  .md\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7
  }
  .md\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75
  }
  .md\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8
  }
  .md\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9
  }
  .md\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95
  }
  .md\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1
  }
  .md\:truncate {
    overflow: hidden;
    white-space: nowrap
  }
  .md\:overflow-ellipsis, .md\:truncate {
    text-overflow: ellipsis
  }
  .md\:overflow-clip {
    text-overflow: clip
  }
  .md\:italic {
    font-style: italic
  }
  .md\:not-italic {
    font-style: normal
  }
  .md\:uppercase {
    text-transform: uppercase
  }
  .md\:lowercase {
    text-transform: lowercase
  }
  .md\:capitalize {
    text-transform: capitalize
  }
  .md\:normal-case {
    text-transform: none
  }
  .md\:underline {
    text-decoration: underline
  }
  .md\:line-through {
    text-decoration: line-through
  }
  .md\:no-underline {
    text-decoration: none
  }
  .group:hover .md\:group-hover\:underline {
    text-decoration: underline
  }
  .group:hover .md\:group-hover\:line-through {
    text-decoration: line-through
  }
  .group:hover .md\:group-hover\:no-underline {
    text-decoration: none
  }
  .md\:focus-within\:underline:focus-within {
    text-decoration: underline
  }
  .md\:focus-within\:line-through:focus-within {
    text-decoration: line-through
  }
  .md\:focus-within\:no-underline:focus-within {
    text-decoration: none
  }
  .md\:hover\:underline:hover {
    text-decoration: underline
  }
  .md\:hover\:line-through:hover {
    text-decoration: line-through
  }
  .md\:hover\:no-underline:hover {
    text-decoration: none
  }
  .md\:focus\:underline:focus {
    text-decoration: underline
  }
  .md\:focus\:line-through:focus {
    text-decoration: line-through
  }
  .md\:focus\:no-underline:focus {
    text-decoration: none
  }
  .md\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }
  .md\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto
  }
  .md\:diagonal-fractions, .md\:lining-nums, .md\:oldstyle-nums, .md\:ordinal, .md\:proportional-nums, .md\:slashed-zero, .md\:stacked-fractions, .md\:tabular-nums {
    --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\:normal-nums {
    font-variant-numeric: normal
  }
  .md\:ordinal {
    --tw-ordinal: ordinal
  }
  .md\:slashed-zero {
    --tw-slashed-zero: slashed-zero
  }
  .md\:lining-nums {
    --tw-numeric-figure: lining-nums
  }
  .md\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums
  }
  .md\:proportional-nums {
    --tw-numeric-spacing: proportional-nums
  }
  .md\:tabular-nums {
    --tw-numeric-spacing: tabular-nums
  }
  .md\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions
  }
  .md\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions
  }
  .md\:tracking-tighter {
    letter-spacing: -.05em
  }
  .md\:tracking-tight {
    letter-spacing: -.025em
  }
  .md\:tracking-normal {
    letter-spacing: 0
  }
  .md\:tracking-wide {
    letter-spacing: .025em
  }
  .md\:tracking-wider {
    letter-spacing: .05em
  }
  .md\:tracking-widest {
    letter-spacing: .1em
  }
  .md\:select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
  }
  .md\:select-text {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
  }
  .md\:select-all {
    -webkit-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all
  }
  .md\:select-auto {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
  }
  .md\:align-baseline {
    vertical-align: baseline
  }
  .md\:align-top {
    vertical-align: top
  }
  .md\:align-middle {
    vertical-align: middle
  }
  .md\:align-bottom {
    vertical-align: bottom
  }
  .md\:align-text-top {
    vertical-align: text-top
  }
  .md\:align-text-bottom {
    vertical-align: text-bottom
  }
  .md\:visible {
    visibility: visible
  }
  .md\:invisible {
    visibility: hidden
  }
  .md\:whitespace-normal {
    white-space: normal
  }
  .md\:whitespace-nowrap {
    white-space: nowrap
  }
  .md\:whitespace-pre {
    white-space: pre
  }
  .md\:whitespace-pre-line {
    white-space: pre-line
  }
  .md\:whitespace-pre-wrap {
    white-space: pre-wrap
  }
  .md\:break-normal {
    overflow-wrap: normal;
    word-break: normal
  }
  .md\:break-words {
    overflow-wrap: break-word
  }
  .md\:break-all {
    word-break: break-all
  }
  .md\:w-0 {
    width: 0
  }
  .md\:w-1 {
    width: 3px
  }
  .md\:w-2 {
    width: 6px
  }
  .md\:w-3 {
    width: 9px
  }
  .md\:w-4 {
    width: 12px
  }
  .md\:w-5 {
    width: 15px
  }
  .md\:w-6 {
    width: 18px
  }
  .md\:w-7 {
    width: 21px
  }
  .md\:w-8 {
    width: 24px
  }
  .md\:w-9 {
    width: 27px
  }
  .md\:w-10 {
    width: 30px
  }
  .md\:w-11 {
    width: 33px
  }
  .md\:w-12 {
    width: 36px
  }
  .md\:w-14 {
    width: 42px
  }
  .md\:w-16 {
    width: 48px
  }
  .md\:w-18 {
    width: 54px
  }
  .md\:w-20 {
    width: 60px
  }
  .md\:w-24 {
    width: 72px
  }
  .md\:w-28 {
    width: 84px
  }
  .md\:w-32 {
    width: 96px
  }
  .md\:w-36 {
    width: 108px
  }
  .md\:w-40 {
    width: 120px
  }
  .md\:w-44 {
    width: 132px
  }
  .md\:w-48 {
    width: 144px
  }
  .md\:w-52 {
    width: 156px
  }
  .md\:w-56 {
    width: 168px
  }
  .md\:w-60 {
    width: 180px
  }
  .md\:w-64 {
    width: 192px
  }
  .md\:w-72 {
    width: 216px
  }
  .md\:w-80 {
    width: 240px
  }
  .md\:w-96 {
    width: 288px
  }
  .md\:w-auto {
    width: auto
  }
  .md\:w-px {
    width: 1px
  }
  .md\:w-0\.5 {
    width: 1.5px
  }
  .md\:w-1\.5 {
    width: 4.5px
  }
  .md\:w-2\.5 {
    width: 7.5px
  }
  .md\:w-3\.5 {
    width: 10.5px
  }
  .md\:w-1\/2 {
    width: 50%
  }
  .md\:w-1\/3 {
    width: 33.333333%
  }
  .md\:w-2\/3 {
    width: 66.666667%
  }
  .md\:w-1\/4 {
    width: 25%
  }
  .md\:w-2\/4 {
    width: 50%
  }
  .md\:w-3\/4 {
    width: 75%
  }
  .md\:w-1\/5 {
    width: 20%
  }
  .md\:w-2\/5 {
    width: 40%
  }
  .md\:w-3\/5 {
    width: 60%
  }
  .md\:w-4\/5 {
    width: 80%
  }
  .md\:w-1\/6 {
    width: 16.666667%
  }
  .md\:w-2\/6 {
    width: 33.333333%
  }
  .md\:w-3\/6 {
    width: 50%
  }
  .md\:w-4\/6 {
    width: 66.666667%
  }
  .md\:w-5\/6 {
    width: 83.333333%
  }
  .md\:w-1\/12 {
    width: 8.333333%
  }
  .md\:w-2\/12 {
    width: 16.666667%
  }
  .md\:w-3\/12 {
    width: 25%
  }
  .md\:w-4\/12 {
    width: 33.333333%
  }
  .md\:w-5\/12 {
    width: 41.666667%
  }
  .md\:w-6\/12 {
    width: 50%
  }
  .md\:w-7\/12 {
    width: 58.333333%
  }
  .md\:w-8\/12 {
    width: 66.666667%
  }
  .md\:w-9\/12 {
    width: 75%
  }
  .md\:w-10\/12 {
    width: 83.333333%
  }
  .md\:w-11\/12 {
    width: 91.666667%
  }
  .md\:w-full {
    width: 100%
  }
  .md\:w-screen {
    width: 100vw
  }
  .md\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content
  }
  .md\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
  }
  .md\:z-0 {
    z-index: 0
  }
  .md\:z-10 {
    z-index: 10
  }
  .md\:z-20 {
    z-index: 20
  }
  .md\:z-30 {
    z-index: 30
  }
  .md\:z-40 {
    z-index: 40
  }
  .md\:z-50 {
    z-index: 50
  }
  .md\:z-auto {
    z-index: auto
  }
  .md\:focus-within\:z-0:focus-within {
    z-index: 0
  }
  .md\:focus-within\:z-10:focus-within {
    z-index: 10
  }
  .md\:focus-within\:z-20:focus-within {
    z-index: 20
  }
  .md\:focus-within\:z-30:focus-within {
    z-index: 30
  }
  .md\:focus-within\:z-40:focus-within {
    z-index: 40
  }
  .md\:focus-within\:z-50:focus-within {
    z-index: 50
  }
  .md\:focus-within\:z-auto:focus-within {
    z-index: auto
  }
  .md\:focus\:z-0:focus {
    z-index: 0
  }
  .md\:focus\:z-10:focus {
    z-index: 10
  }
  .md\:focus\:z-20:focus {
    z-index: 20
  }
  .md\:focus\:z-30:focus {
    z-index: 30
  }
  .md\:focus\:z-40:focus {
    z-index: 40
  }
  .md\:focus\:z-50:focus {
    z-index: 50
  }
  .md\:focus\:z-auto:focus {
    z-index: auto
  }
  .md\:isolate {
    isolation: isolate
  }
  .md\:isolation-auto {
    isolation: auto
  }
  .md\:gap-0 {
    gap: 0
  }
  .md\:gap-1 {
    gap: 3px
  }
  .md\:gap-2 {
    gap: 6px
  }
  .md\:gap-3 {
    gap: 9px
  }
  .md\:gap-4 {
    gap: 12px
  }
  .md\:gap-5 {
    gap: 15px
  }
  .md\:gap-6 {
    gap: 18px
  }
  .md\:gap-7 {
    gap: 21px
  }
  .md\:gap-8 {
    gap: 24px
  }
  .md\:gap-9 {
    gap: 27px
  }
  .md\:gap-10 {
    gap: 30px
  }
  .md\:gap-11 {
    gap: 33px
  }
  .md\:gap-12 {
    gap: 36px
  }
  .md\:gap-14 {
    gap: 42px
  }
  .md\:gap-16 {
    gap: 48px
  }
  .md\:gap-18 {
    gap: 54px
  }
  .md\:gap-20 {
    gap: 60px
  }
  .md\:gap-24 {
    gap: 72px
  }
  .md\:gap-28 {
    gap: 84px
  }
  .md\:gap-32 {
    gap: 96px
  }
  .md\:gap-36 {
    gap: 108px
  }
  .md\:gap-40 {
    gap: 120px
  }
  .md\:gap-44 {
    gap: 132px
  }
  .md\:gap-48 {
    gap: 144px
  }
  .md\:gap-52 {
    gap: 156px
  }
  .md\:gap-56 {
    gap: 168px
  }
  .md\:gap-60 {
    gap: 180px
  }
  .md\:gap-64 {
    gap: 192px
  }
  .md\:gap-72 {
    gap: 216px
  }
  .md\:gap-80 {
    gap: 240px
  }
  .md\:gap-96 {
    gap: 288px
  }
  .md\:gap-px {
    gap: 1px
  }
  .md\:gap-0\.5 {
    gap: 1.5px
  }
  .md\:gap-1\.5 {
    gap: 4.5px
  }
  .md\:gap-2\.5 {
    gap: 7.5px
  }
  .md\:gap-3\.5 {
    gap: 10.5px
  }
  .md\:gap-2\% {
    gap: 2%
  }
  .md\:gap-4\% {
    gap: 4%
  }
  .md\:gap-x-0 {
    -moz-column-gap: 0;
    column-gap: 0
  }
  .md\:gap-x-1 {
    -moz-column-gap: 3px;
    column-gap: 3px
  }
  .md\:gap-x-2 {
    -moz-column-gap: 6px;
    column-gap: 6px
  }
  .md\:gap-x-3 {
    -moz-column-gap: 9px;
    column-gap: 9px
  }
  .md\:gap-x-4 {
    -moz-column-gap: 12px;
    column-gap: 12px
  }
  .md\:gap-x-5 {
    -moz-column-gap: 15px;
    column-gap: 15px
  }
  .md\:gap-x-6 {
    -moz-column-gap: 18px;
    column-gap: 18px
  }
  .md\:gap-x-7 {
    -moz-column-gap: 21px;
    column-gap: 21px
  }
  .md\:gap-x-8 {
    -moz-column-gap: 24px;
    column-gap: 24px
  }
  .md\:gap-x-9 {
    -moz-column-gap: 27px;
    column-gap: 27px
  }
  .md\:gap-x-10 {
    -moz-column-gap: 30px;
    column-gap: 30px
  }
  .md\:gap-x-11 {
    -moz-column-gap: 33px;
    column-gap: 33px
  }
  .md\:gap-x-12 {
    -moz-column-gap: 36px;
    column-gap: 36px
  }
  .md\:gap-x-14 {
    -moz-column-gap: 42px;
    column-gap: 42px
  }
  .md\:gap-x-16 {
    -moz-column-gap: 48px;
    column-gap: 48px
  }
  .md\:gap-x-18 {
    -moz-column-gap: 54px;
    column-gap: 54px
  }
  .md\:gap-x-20 {
    -moz-column-gap: 60px;
    column-gap: 60px
  }
  .md\:gap-x-24 {
    -moz-column-gap: 72px;
    column-gap: 72px
  }
  .md\:gap-x-28 {
    -moz-column-gap: 84px;
    column-gap: 84px
  }
  .md\:gap-x-32 {
    -moz-column-gap: 96px;
    column-gap: 96px
  }
  .md\:gap-x-36 {
    -moz-column-gap: 108px;
    column-gap: 108px
  }
  .md\:gap-x-40 {
    -moz-column-gap: 120px;
    column-gap: 120px
  }
  .md\:gap-x-44 {
    -moz-column-gap: 132px;
    column-gap: 132px
  }
  .md\:gap-x-48 {
    -moz-column-gap: 144px;
    column-gap: 144px
  }
  .md\:gap-x-52 {
    -moz-column-gap: 156px;
    column-gap: 156px
  }
  .md\:gap-x-56 {
    -moz-column-gap: 168px;
    column-gap: 168px
  }
  .md\:gap-x-60 {
    -moz-column-gap: 180px;
    column-gap: 180px
  }
  .md\:gap-x-64 {
    -moz-column-gap: 192px;
    column-gap: 192px
  }
  .md\:gap-x-72 {
    -moz-column-gap: 216px;
    column-gap: 216px
  }
  .md\:gap-x-80 {
    -moz-column-gap: 240px;
    column-gap: 240px
  }
  .md\:gap-x-96 {
    -moz-column-gap: 288px;
    column-gap: 288px
  }
  .md\:gap-x-px {
    -moz-column-gap: 1px;
    column-gap: 1px
  }
  .md\:gap-x-0\.5 {
    -moz-column-gap: 1.5px;
    column-gap: 1.5px
  }
  .md\:gap-x-1\.5 {
    -moz-column-gap: 4.5px;
    column-gap: 4.5px
  }
  .md\:gap-x-2\.5 {
    -moz-column-gap: 7.5px;
    column-gap: 7.5px
  }
  .md\:gap-x-3\.5 {
    -moz-column-gap: 10.5px;
    column-gap: 10.5px
  }
  .md\:gap-x-2\% {
    -moz-column-gap: 2%;
    column-gap: 2%
  }
  .md\:gap-x-4\% {
    -moz-column-gap: 4%;
    column-gap: 4%
  }
  .md\:gap-y-0 {
    row-gap: 0
  }
  .md\:gap-y-1 {
    row-gap: 3px
  }
  .md\:gap-y-2 {
    row-gap: 6px
  }
  .md\:gap-y-3 {
    row-gap: 9px
  }
  .md\:gap-y-4 {
    row-gap: 12px
  }
  .md\:gap-y-5 {
    row-gap: 15px
  }
  .md\:gap-y-6 {
    row-gap: 18px
  }
  .md\:gap-y-7 {
    row-gap: 21px
  }
  .md\:gap-y-8 {
    row-gap: 24px
  }
  .md\:gap-y-9 {
    row-gap: 27px
  }
  .md\:gap-y-10 {
    row-gap: 30px
  }
  .md\:gap-y-11 {
    row-gap: 33px
  }
  .md\:gap-y-12 {
    row-gap: 36px
  }
  .md\:gap-y-14 {
    row-gap: 42px
  }
  .md\:gap-y-16 {
    row-gap: 48px
  }
  .md\:gap-y-18 {
    row-gap: 54px
  }
  .md\:gap-y-20 {
    row-gap: 60px
  }
  .md\:gap-y-24 {
    row-gap: 72px
  }
  .md\:gap-y-28 {
    row-gap: 84px
  }
  .md\:gap-y-32 {
    row-gap: 96px
  }
  .md\:gap-y-36 {
    row-gap: 108px
  }
  .md\:gap-y-40 {
    row-gap: 120px
  }
  .md\:gap-y-44 {
    row-gap: 132px
  }
  .md\:gap-y-48 {
    row-gap: 144px
  }
  .md\:gap-y-52 {
    row-gap: 156px
  }
  .md\:gap-y-56 {
    row-gap: 168px
  }
  .md\:gap-y-60 {
    row-gap: 180px
  }
  .md\:gap-y-64 {
    row-gap: 192px
  }
  .md\:gap-y-72 {
    row-gap: 216px
  }
  .md\:gap-y-80 {
    row-gap: 240px
  }
  .md\:gap-y-96 {
    row-gap: 288px
  }
  .md\:gap-y-px {
    row-gap: 1px
  }
  .md\:gap-y-0\.5 {
    row-gap: 1.5px
  }
  .md\:gap-y-1\.5 {
    row-gap: 4.5px
  }
  .md\:gap-y-2\.5 {
    row-gap: 7.5px
  }
  .md\:gap-y-3\.5 {
    row-gap: 10.5px
  }
  .md\:gap-y-2\% {
    row-gap: 2%
  }
  .md\:gap-y-4\% {
    row-gap: 4%
  }
  .md\:grid-flow-row {
    grid-auto-flow: row
  }
  .md\:grid-flow-col {
    grid-auto-flow: column
  }
  .md\:grid-flow-row-dense {
    grid-auto-flow: row dense
  }
  .md\:grid-flow-col-dense {
    grid-auto-flow: column dense
  }
  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }
  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr))
  }
  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr))
  }
  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr))
  }
  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr))
  }
  .md\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr))
  }
  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr))
  }
  .md\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr))
  }
  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr))
  }
  .md\:grid-cols-none {
    grid-template-columns: none
  }
  .md\:grid-cols-purchase-lg {
    grid-template-columns: 261px minmax(0, 1fr)
  }
  .md\:grid-cols-purchase {
    grid-template-columns: 150px minmax(0, 1fr)
  }
  .md\:auto-cols-auto {
    grid-auto-columns: auto
  }
  .md\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content
  }
  .md\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content
  }
  .md\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr)
  }
  .md\:col-auto {
    grid-column: auto
  }
  .md\:col-span-1 {
    grid-column: span 1/span 1
  }
  .md\:col-span-2 {
    grid-column: span 2/span 2
  }
  .md\:col-span-3 {
    grid-column: span 3/span 3
  }
  .md\:col-span-4 {
    grid-column: span 4/span 4
  }
  .md\:col-span-5 {
    grid-column: span 5/span 5
  }
  .md\:col-span-6 {
    grid-column: span 6/span 6
  }
  .md\:col-span-7 {
    grid-column: span 7/span 7
  }
  .md\:col-span-8 {
    grid-column: span 8/span 8
  }
  .md\:col-span-9 {
    grid-column: span 9/span 9
  }
  .md\:col-span-10 {
    grid-column: span 10/span 10
  }
  .md\:col-span-11 {
    grid-column: span 11/span 11
  }
  .md\:col-span-12 {
    grid-column: span 12/span 12
  }
  .md\:col-span-full {
    grid-column: 1/-1
  }
  .md\:col-start-1 {
    grid-column-start: 1
  }
  .md\:col-start-2 {
    grid-column-start: 2
  }
  .md\:col-start-3 {
    grid-column-start: 3
  }
  .md\:col-start-4 {
    grid-column-start: 4
  }
  .md\:col-start-5 {
    grid-column-start: 5
  }
  .md\:col-start-6 {
    grid-column-start: 6
  }
  .md\:col-start-7 {
    grid-column-start: 7
  }
  .md\:col-start-8 {
    grid-column-start: 8
  }
  .md\:col-start-9 {
    grid-column-start: 9
  }
  .md\:col-start-10 {
    grid-column-start: 10
  }
  .md\:col-start-11 {
    grid-column-start: 11
  }
  .md\:col-start-12 {
    grid-column-start: 12
  }
  .md\:col-start-13 {
    grid-column-start: 13
  }
  .md\:col-start-auto {
    grid-column-start: auto
  }
  .md\:col-end-1 {
    grid-column-end: 1
  }
  .md\:col-end-2 {
    grid-column-end: 2
  }
  .md\:col-end-3 {
    grid-column-end: 3
  }
  .md\:col-end-4 {
    grid-column-end: 4
  }
  .md\:col-end-5 {
    grid-column-end: 5
  }
  .md\:col-end-6 {
    grid-column-end: 6
  }
  .md\:col-end-7 {
    grid-column-end: 7
  }
  .md\:col-end-8 {
    grid-column-end: 8
  }
  .md\:col-end-9 {
    grid-column-end: 9
  }
  .md\:col-end-10 {
    grid-column-end: 10
  }
  .md\:col-end-11 {
    grid-column-end: 11
  }
  .md\:col-end-12 {
    grid-column-end: 12
  }
  .md\:col-end-13 {
    grid-column-end: 13
  }
  .md\:col-end-auto {
    grid-column-end: auto
  }
  .md\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr))
  }
  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr))
  }
  .md\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr))
  }
  .md\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr))
  }
  .md\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr))
  }
  .md\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr))
  }
  .md\:grid-rows-none {
    grid-template-rows: none
  }
  .md\:auto-rows-auto {
    grid-auto-rows: auto
  }
  .md\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content
  }
  .md\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content
  }
  .md\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr)
  }
  .md\:row-auto {
    grid-row: auto
  }
  .md\:row-span-1 {
    grid-row: span 1/span 1
  }
  .md\:row-span-2 {
    grid-row: span 2/span 2
  }
  .md\:row-span-3 {
    grid-row: span 3/span 3
  }
  .md\:row-span-4 {
    grid-row: span 4/span 4
  }
  .md\:row-span-5 {
    grid-row: span 5/span 5
  }
  .md\:row-span-6 {
    grid-row: span 6/span 6
  }
  .md\:row-span-full {
    grid-row: 1/-1
  }
  .md\:row-start-1 {
    grid-row-start: 1
  }
  .md\:row-start-2 {
    grid-row-start: 2
  }
  .md\:row-start-3 {
    grid-row-start: 3
  }
  .md\:row-start-4 {
    grid-row-start: 4
  }
  .md\:row-start-5 {
    grid-row-start: 5
  }
  .md\:row-start-6 {
    grid-row-start: 6
  }
  .md\:row-start-7 {
    grid-row-start: 7
  }
  .md\:row-start-auto {
    grid-row-start: auto
  }
  .md\:row-end-1 {
    grid-row-end: 1
  }
  .md\:row-end-2 {
    grid-row-end: 2
  }
  .md\:row-end-3 {
    grid-row-end: 3
  }
  .md\:row-end-4 {
    grid-row-end: 4
  }
  .md\:row-end-5 {
    grid-row-end: 5
  }
  .md\:row-end-6 {
    grid-row-end: 6
  }
  .md\:row-end-7 {
    grid-row-end: 7
  }
  .md\:row-end-auto {
    grid-row-end: auto
  }
  .md\:transform {
    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\:transform, .md\: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
  }
  .md\:transform-gpu {
    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\:transform-none {
    transform: none
  }
  .md\:origin-center {
    transform-origin: center
  }
  .md\:origin-top {
    transform-origin: top
  }
  .md\:origin-top-right {
    transform-origin: top right
  }
  .md\:origin-right {
    transform-origin: right
  }
  .md\:origin-bottom-right {
    transform-origin: bottom right
  }
  .md\:origin-bottom {
    transform-origin: bottom
  }
  .md\:origin-bottom-left {
    transform-origin: bottom left
  }
  .md\:origin-left {
    transform-origin: left
  }
  .md\:origin-top-left {
    transform-origin: top left
  }
  .md\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0
  }
  .md\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5
  }
  .md\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75
  }
  .md\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9
  }
  .md\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95
  }
  .md\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1
  }
  .md\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05
  }
  .md\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1
  }
  .md\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25
  }
  .md\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5
  }
  .md\:scale-x-0 {
    --tw-scale-x: 0
  }
  .md\:scale-x-50 {
    --tw-scale-x: .5
  }
  .md\:scale-x-75 {
    --tw-scale-x: .75
  }
  .md\:scale-x-90 {
    --tw-scale-x: .9
  }
  .md\:scale-x-95 {
    --tw-scale-x: .95
  }
  .md\:scale-x-100 {
    --tw-scale-x: 1
  }
  .md\:scale-x-105 {
    --tw-scale-x: 1.05
  }
  .md\:scale-x-110 {
    --tw-scale-x: 1.1
  }
  .md\:scale-x-125 {
    --tw-scale-x: 1.25
  }
  .md\:scale-x-150 {
    --tw-scale-x: 1.5
  }
  .md\:scale-y-0 {
    --tw-scale-y: 0
  }
  .md\:scale-y-50 {
    --tw-scale-y: .5
  }
  .md\:scale-y-75 {
    --tw-scale-y: .75
  }
  .md\:scale-y-90 {
    --tw-scale-y: .9
  }
  .md\:scale-y-95 {
    --tw-scale-y: .95
  }
  .md\:scale-y-100 {
    --tw-scale-y: 1
  }
  .md\:scale-y-105 {
    --tw-scale-y: 1.05
  }
  .md\:scale-y-110 {
    --tw-scale-y: 1.1
  }
  .md\:scale-y-125 {
    --tw-scale-y: 1.25
  }
  .md\:scale-y-150 {
    --tw-scale-y: 1.5
  }
  .md\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0
  }
  .md\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5
  }
  .md\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75
  }
  .md\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9
  }
  .md\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95
  }
  .md\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1
  }
  .md\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05
  }
  .md\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1
  }
  .md\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25
  }
  .md\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5
  }
  .md\:hover\:scale-x-0:hover {
    --tw-scale-x: 0
  }
  .md\:hover\:scale-x-50:hover {
    --tw-scale-x: .5
  }
  .md\:hover\:scale-x-75:hover {
    --tw-scale-x: .75
  }
  .md\:hover\:scale-x-90:hover {
    --tw-scale-x: .9
  }
  .md\:hover\:scale-x-95:hover {
    --tw-scale-x: .95
  }
  .md\:hover\:scale-x-100:hover {
    --tw-scale-x: 1
  }
  .md\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05
  }
  .md\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1
  }
  .md\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25
  }
  .md\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5
  }
  .md\:hover\:scale-y-0:hover {
    --tw-scale-y: 0
  }
  .md\:hover\:scale-y-50:hover {
    --tw-scale-y: .5
  }
  .md\:hover\:scale-y-75:hover {
    --tw-scale-y: .75
  }
  .md\:hover\:scale-y-90:hover {
    --tw-scale-y: .9
  }
  .md\:hover\:scale-y-95:hover {
    --tw-scale-y: .95
  }
  .md\:hover\:scale-y-100:hover {
    --tw-scale-y: 1
  }
  .md\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05
  }
  .md\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1
  }
  .md\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25
  }
  .md\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5
  }
  .md\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0
  }
  .md\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5
  }
  .md\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75
  }
  .md\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9
  }
  .md\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95
  }
  .md\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1
  }
  .md\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05
  }
  .md\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1
  }
  .md\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25
  }
  .md\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5
  }
  .md\:focus\:scale-x-0:focus {
    --tw-scale-x: 0
  }
  .md\:focus\:scale-x-50:focus {
    --tw-scale-x: .5
  }
  .md\:focus\:scale-x-75:focus {
    --tw-scale-x: .75
  }
  .md\:focus\:scale-x-90:focus {
    --tw-scale-x: .9
  }
  .md\:focus\:scale-x-95:focus {
    --tw-scale-x: .95
  }
  .md\:focus\:scale-x-100:focus {
    --tw-scale-x: 1
  }
  .md\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05
  }
  .md\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1
  }
  .md\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25
  }
  .md\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5
  }
  .md\:focus\:scale-y-0:focus {
    --tw-scale-y: 0
  }
  .md\:focus\:scale-y-50:focus {
    --tw-scale-y: .5
  }
  .md\:focus\:scale-y-75:focus {
    --tw-scale-y: .75
  }
  .md\:focus\:scale-y-90:focus {
    --tw-scale-y: .9
  }
  .md\:focus\:scale-y-95:focus {
    --tw-scale-y: .95
  }
  .md\:focus\:scale-y-100:focus {
    --tw-scale-y: 1
  }
  .md\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05
  }
  .md\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1
  }
  .md\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25
  }
  .md\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5
  }
  .md\:rotate-0 {
    --tw-rotate: 0deg
  }
  .md\:rotate-1 {
    --tw-rotate: 1deg
  }
  .md\:rotate-2 {
    --tw-rotate: 2deg
  }
  .md\:rotate-3 {
    --tw-rotate: 3deg
  }
  .md\:rotate-6 {
    --tw-rotate: 6deg
  }
  .md\:rotate-12 {
    --tw-rotate: 12deg
  }
  .md\:rotate-45 {
    --tw-rotate: 45deg
  }
  .md\:rotate-90 {
    --tw-rotate: 90deg
  }
  .md\:rotate-180 {
    --tw-rotate: 180deg
  }
  .md\:-rotate-180 {
    --tw-rotate: -180deg
  }
  .md\:-rotate-90 {
    --tw-rotate: -90deg
  }
  .md\:-rotate-45 {
    --tw-rotate: -45deg
  }
  .md\:-rotate-12 {
    --tw-rotate: -12deg
  }
  .md\:-rotate-6 {
    --tw-rotate: -6deg
  }
  .md\:-rotate-3 {
    --tw-rotate: -3deg
  }
  .md\:-rotate-2 {
    --tw-rotate: -2deg
  }
  .md\:-rotate-1 {
    --tw-rotate: -1deg
  }
  .md\:hover\:rotate-0:hover {
    --tw-rotate: 0deg
  }
  .md\:hover\:rotate-1:hover {
    --tw-rotate: 1deg
  }
  .md\:hover\:rotate-2:hover {
    --tw-rotate: 2deg
  }
  .md\:hover\:rotate-3:hover {
    --tw-rotate: 3deg
  }
  .md\:hover\:rotate-6:hover {
    --tw-rotate: 6deg
  }
  .md\:hover\:rotate-12:hover {
    --tw-rotate: 12deg
  }
  .md\:hover\:rotate-45:hover {
    --tw-rotate: 45deg
  }
  .md\:hover\:rotate-90:hover {
    --tw-rotate: 90deg
  }
  .md\:hover\:rotate-180:hover {
    --tw-rotate: 180deg
  }
  .md\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg
  }
  .md\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg
  }
  .md\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg
  }
  .md\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg
  }
  .md\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg
  }
  .md\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg
  }
  .md\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg
  }
  .md\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg
  }
  .md\:focus\:rotate-0:focus {
    --tw-rotate: 0deg
  }
  .md\:focus\:rotate-1:focus {
    --tw-rotate: 1deg
  }
  .md\:focus\:rotate-2:focus {
    --tw-rotate: 2deg
  }
  .md\:focus\:rotate-3:focus {
    --tw-rotate: 3deg
  }
  .md\:focus\:rotate-6:focus {
    --tw-rotate: 6deg
  }
  .md\:focus\:rotate-12:focus {
    --tw-rotate: 12deg
  }
  .md\:focus\:rotate-45:focus {
    --tw-rotate: 45deg
  }
  .md\:focus\:rotate-90:focus {
    --tw-rotate: 90deg
  }
  .md\:focus\:rotate-180:focus {
    --tw-rotate: 180deg
  }
  .md\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg
  }
  .md\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg
  }
  .md\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg
  }
  .md\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg
  }
  .md\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg
  }
  .md\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg
  }
  .md\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg
  }
  .md\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg
  }
  .md\:translate-x-0 {
    --tw-translate-x: 0px
  }
  .md\:translate-x-1 {
    --tw-translate-x: 3px
  }
  .md\:translate-x-2 {
    --tw-translate-x: 6px
  }
  .md\:translate-x-3 {
    --tw-translate-x: 9px
  }
  .md\:translate-x-4 {
    --tw-translate-x: 12px
  }
  .md\:translate-x-5 {
    --tw-translate-x: 15px
  }
  .md\:translate-x-6 {
    --tw-translate-x: 18px
  }
  .md\:translate-x-7 {
    --tw-translate-x: 21px
  }
  .md\:translate-x-8 {
    --tw-translate-x: 24px
  }
  .md\:translate-x-9 {
    --tw-translate-x: 27px
  }
  .md\:translate-x-10 {
    --tw-translate-x: 30px
  }
  .md\:translate-x-11 {
    --tw-translate-x: 33px
  }
  .md\:translate-x-12 {
    --tw-translate-x: 36px
  }
  .md\:translate-x-14 {
    --tw-translate-x: 42px
  }
  .md\:translate-x-16 {
    --tw-translate-x: 48px
  }
  .md\:translate-x-18 {
    --tw-translate-x: 54px
  }
  .md\:translate-x-20 {
    --tw-translate-x: 60px
  }
  .md\:translate-x-24 {
    --tw-translate-x: 72px
  }
  .md\:translate-x-28 {
    --tw-translate-x: 84px
  }
  .md\:translate-x-32 {
    --tw-translate-x: 96px
  }
  .md\:translate-x-36 {
    --tw-translate-x: 108px
  }
  .md\:translate-x-40 {
    --tw-translate-x: 120px
  }
  .md\:translate-x-44 {
    --tw-translate-x: 132px
  }
  .md\:translate-x-48 {
    --tw-translate-x: 144px
  }
  .md\:translate-x-52 {
    --tw-translate-x: 156px
  }
  .md\:translate-x-56 {
    --tw-translate-x: 168px
  }
  .md\:translate-x-60 {
    --tw-translate-x: 180px
  }
  .md\:translate-x-64 {
    --tw-translate-x: 192px
  }
  .md\:translate-x-72 {
    --tw-translate-x: 216px
  }
  .md\:translate-x-80 {
    --tw-translate-x: 240px
  }
  .md\:translate-x-96 {
    --tw-translate-x: 288px
  }
  .md\:translate-x-px {
    --tw-translate-x: 1px
  }
  .md\:translate-x-0\.5 {
    --tw-translate-x: 1.5px
  }
  .md\:translate-x-1\.5 {
    --tw-translate-x: 4.5px
  }
  .md\:translate-x-2\.5 {
    --tw-translate-x: 7.5px
  }
  .md\:translate-x-3\.5 {
    --tw-translate-x: 10.5px
  }
  .md\:-translate-x-0 {
    --tw-translate-x: 0px
  }
  .md\:-translate-x-1 {
    --tw-translate-x: -3px
  }
  .md\:-translate-x-2 {
    --tw-translate-x: -6px
  }
  .md\:-translate-x-3 {
    --tw-translate-x: -9px
  }
  .md\:-translate-x-4 {
    --tw-translate-x: -12px
  }
  .md\:-translate-x-5 {
    --tw-translate-x: -15px
  }
  .md\:-translate-x-6 {
    --tw-translate-x: -18px
  }
  .md\:-translate-x-7 {
    --tw-translate-x: -21px
  }
  .md\:-translate-x-8 {
    --tw-translate-x: -24px
  }
  .md\:-translate-x-9 {
    --tw-translate-x: -27px
  }
  .md\:-translate-x-10 {
    --tw-translate-x: -30px
  }
  .md\:-translate-x-11 {
    --tw-translate-x: -33px
  }
  .md\:-translate-x-12 {
    --tw-translate-x: -36px
  }
  .md\:-translate-x-14 {
    --tw-translate-x: -42px
  }
  .md\:-translate-x-16 {
    --tw-translate-x: -48px
  }
  .md\:-translate-x-18 {
    --tw-translate-x: -54px
  }
  .md\:-translate-x-20 {
    --tw-translate-x: -60px
  }
  .md\:-translate-x-24 {
    --tw-translate-x: -72px
  }
  .md\:-translate-x-28 {
    --tw-translate-x: -84px
  }
  .md\:-translate-x-32 {
    --tw-translate-x: -96px
  }
  .md\:-translate-x-36 {
    --tw-translate-x: -108px
  }
  .md\:-translate-x-40 {
    --tw-translate-x: -120px
  }
  .md\:-translate-x-44 {
    --tw-translate-x: -132px
  }
  .md\:-translate-x-48 {
    --tw-translate-x: -144px
  }
  .md\:-translate-x-52 {
    --tw-translate-x: -156px
  }
  .md\:-translate-x-56 {
    --tw-translate-x: -168px
  }
  .md\:-translate-x-60 {
    --tw-translate-x: -180px
  }
  .md\:-translate-x-64 {
    --tw-translate-x: -192px
  }
  .md\:-translate-x-72 {
    --tw-translate-x: -216px
  }
  .md\:-translate-x-80 {
    --tw-translate-x: -240px
  }
  .md\:-translate-x-96 {
    --tw-translate-x: -288px
  }
  .md\:-translate-x-px {
    --tw-translate-x: -1px
  }
  .md\:-translate-x-0\.5 {
    --tw-translate-x: -1.5px
  }
  .md\:-translate-x-1\.5 {
    --tw-translate-x: -4.5px
  }
  .md\:-translate-x-2\.5 {
    --tw-translate-x: -7.5px
  }
  .md\:-translate-x-3\.5 {
    --tw-translate-x: -10.5px
  }
  .md\:translate-x-1\/2 {
    --tw-translate-x: 50%
  }
  .md\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%
  }
  .md\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%
  }
  .md\:translate-x-1\/4 {
    --tw-translate-x: 25%
  }
  .md\:translate-x-2\/4 {
    --tw-translate-x: 50%
  }
  .md\:translate-x-3\/4 {
    --tw-translate-x: 75%
  }
  .md\:translate-x-full {
    --tw-translate-x: 100%
  }
  .md\:-translate-x-1\/2 {
    --tw-translate-x: -50%
  }
  .md\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%
  }
  .md\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%
  }
  .md\:-translate-x-1\/4 {
    --tw-translate-x: -25%
  }
  .md\:-translate-x-2\/4 {
    --tw-translate-x: -50%
  }
  .md\:-translate-x-3\/4 {
    --tw-translate-x: -75%
  }
  .md\:-translate-x-full {
    --tw-translate-x: -100%
  }
  .md\:translate-y-0 {
    --tw-translate-y: 0px
  }
  .md\:translate-y-1 {
    --tw-translate-y: 3px
  }
  .md\:translate-y-2 {
    --tw-translate-y: 6px
  }
  .md\:translate-y-3 {
    --tw-translate-y: 9px
  }
  .md\:translate-y-4 {
    --tw-translate-y: 12px
  }
  .md\:translate-y-5 {
    --tw-translate-y: 15px
  }
  .md\:translate-y-6 {
    --tw-translate-y: 18px
  }
  .md\:translate-y-7 {
    --tw-translate-y: 21px
  }
  .md\:translate-y-8 {
    --tw-translate-y: 24px
  }
  .md\:translate-y-9 {
    --tw-translate-y: 27px
  }
  .md\:translate-y-10 {
    --tw-translate-y: 30px
  }
  .md\:translate-y-11 {
    --tw-translate-y: 33px
  }
  .md\:translate-y-12 {
    --tw-translate-y: 36px
  }
  .md\:translate-y-14 {
    --tw-translate-y: 42px
  }
  .md\:translate-y-16 {
    --tw-translate-y: 48px
  }
  .md\:translate-y-18 {
    --tw-translate-y: 54px
  }
  .md\:translate-y-20 {
    --tw-translate-y: 60px
  }
  .md\:translate-y-24 {
    --tw-translate-y: 72px
  }
  .md\:translate-y-28 {
    --tw-translate-y: 84px
  }
  .md\:translate-y-32 {
    --tw-translate-y: 96px
  }
  .md\:translate-y-36 {
    --tw-translate-y: 108px
  }
  .md\:translate-y-40 {
    --tw-translate-y: 120px
  }
  .md\:translate-y-44 {
    --tw-translate-y: 132px
  }
  .md\:translate-y-48 {
    --tw-translate-y: 144px
  }
  .md\:translate-y-52 {
    --tw-translate-y: 156px
  }
  .md\:translate-y-56 {
    --tw-translate-y: 168px
  }
  .md\:translate-y-60 {
    --tw-translate-y: 180px
  }
  .md\:translate-y-64 {
    --tw-translate-y: 192px
  }
  .md\:translate-y-72 {
    --tw-translate-y: 216px
  }
  .md\:translate-y-80 {
    --tw-translate-y: 240px
  }
  .md\:translate-y-96 {
    --tw-translate-y: 288px
  }
  .md\:translate-y-px {
    --tw-translate-y: 1px
  }
  .md\:translate-y-0\.5 {
    --tw-translate-y: 1.5px
  }
  .md\:translate-y-1\.5 {
    --tw-translate-y: 4.5px
  }
  .md\:translate-y-2\.5 {
    --tw-translate-y: 7.5px
  }
  .md\:translate-y-3\.5 {
    --tw-translate-y: 10.5px
  }
  .md\:-translate-y-0 {
    --tw-translate-y: 0px
  }
  .md\:-translate-y-1 {
    --tw-translate-y: -3px
  }
  .md\:-translate-y-2 {
    --tw-translate-y: -6px
  }
  .md\:-translate-y-3 {
    --tw-translate-y: -9px
  }
  .md\:-translate-y-4 {
    --tw-translate-y: -12px
  }
  .md\:-translate-y-5 {
    --tw-translate-y: -15px
  }
  .md\:-translate-y-6 {
    --tw-translate-y: -18px
  }
  .md\:-translate-y-7 {
    --tw-translate-y: -21px
  }
  .md\:-translate-y-8 {
    --tw-translate-y: -24px
  }
  .md\:-translate-y-9 {
    --tw-translate-y: -27px
  }
  .md\:-translate-y-10 {
    --tw-translate-y: -30px
  }
  .md\:-translate-y-11 {
    --tw-translate-y: -33px
  }
  .md\:-translate-y-12 {
    --tw-translate-y: -36px
  }
  .md\:-translate-y-14 {
    --tw-translate-y: -42px
  }
  .md\:-translate-y-16 {
    --tw-translate-y: -48px
  }
  .md\:-translate-y-18 {
    --tw-translate-y: -54px
  }
  .md\:-translate-y-20 {
    --tw-translate-y: -60px
  }
  .md\:-translate-y-24 {
    --tw-translate-y: -72px
  }
  .md\:-translate-y-28 {
    --tw-translate-y: -84px
  }
  .md\:-translate-y-32 {
    --tw-translate-y: -96px
  }
  .md\:-translate-y-36 {
    --tw-translate-y: -108px
  }
  .md\:-translate-y-40 {
    --tw-translate-y: -120px
  }
  .md\:-translate-y-44 {
    --tw-translate-y: -132px
  }
  .md\:-translate-y-48 {
    --tw-translate-y: -144px
  }
  .md\:-translate-y-52 {
    --tw-translate-y: -156px
  }
  .md\:-translate-y-56 {
    --tw-translate-y: -168px
  }
  .md\:-translate-y-60 {
    --tw-translate-y: -180px
  }
  .md\:-translate-y-64 {
    --tw-translate-y: -192px
  }
  .md\:-translate-y-72 {
    --tw-translate-y: -216px
  }
  .md\:-translate-y-80 {
    --tw-translate-y: -240px
  }
  .md\:-translate-y-96 {
    --tw-translate-y: -288px
  }
  .md\:-translate-y-px {
    --tw-translate-y: -1px
  }
  .md\:-translate-y-0\.5 {
    --tw-translate-y: -1.5px
  }
  .md\:-translate-y-1\.5 {
    --tw-translate-y: -4.5px
  }
  .md\:-translate-y-2\.5 {
    --tw-translate-y: -7.5px
  }
  .md\:-translate-y-3\.5 {
    --tw-translate-y: -10.5px
  }
  .md\:translate-y-1\/2 {
    --tw-translate-y: 50%
  }
  .md\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%
  }
  .md\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%
  }
  .md\:translate-y-1\/4 {
    --tw-translate-y: 25%
  }
  .md\:translate-y-2\/4 {
    --tw-translate-y: 50%
  }
  .md\:translate-y-3\/4 {
    --tw-translate-y: 75%
  }
  .md\:translate-y-full {
    --tw-translate-y: 100%
  }
  .md\:-translate-y-1\/2 {
    --tw-translate-y: -50%
  }
  .md\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%
  }
  .md\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%
  }
  .md\:-translate-y-1\/4 {
    --tw-translate-y: -25%
  }
  .md\:-translate-y-2\/4 {
    --tw-translate-y: -50%
  }
  .md\:-translate-y-3\/4 {
    --tw-translate-y: -75%
  }
  .md\:-translate-y-full {
    --tw-translate-y: -100%
  }
  .md\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px
  }
  .md\:hover\:translate-x-1:hover {
    --tw-translate-x: 3px
  }
  .md\:hover\:translate-x-2:hover {
    --tw-translate-x: 6px
  }
  .md\:hover\:translate-x-3:hover {
    --tw-translate-x: 9px
  }
  .md\:hover\:translate-x-4:hover {
    --tw-translate-x: 12px
  }
  .md\:hover\:translate-x-5:hover {
    --tw-translate-x: 15px
  }
  .md\:hover\:translate-x-6:hover {
    --tw-translate-x: 18px
  }
  .md\:hover\:translate-x-7:hover {
    --tw-translate-x: 21px
  }
  .md\:hover\:translate-x-8:hover {
    --tw-translate-x: 24px
  }
  .md\:hover\:translate-x-9:hover {
    --tw-translate-x: 27px
  }
  .md\:hover\:translate-x-10:hover {
    --tw-translate-x: 30px
  }
  .md\:hover\:translate-x-11:hover {
    --tw-translate-x: 33px
  }
  .md\:hover\:translate-x-12:hover {
    --tw-translate-x: 36px
  }
  .md\:hover\:translate-x-14:hover {
    --tw-translate-x: 42px
  }
  .md\:hover\:translate-x-16:hover {
    --tw-translate-x: 48px
  }
  .md\:hover\:translate-x-18:hover {
    --tw-translate-x: 54px
  }
  .md\:hover\:translate-x-20:hover {
    --tw-translate-x: 60px
  }
  .md\:hover\:translate-x-24:hover {
    --tw-translate-x: 72px
  }
  .md\:hover\:translate-x-28:hover {
    --tw-translate-x: 84px
  }
  .md\:hover\:translate-x-32:hover {
    --tw-translate-x: 96px
  }
  .md\:hover\:translate-x-36:hover {
    --tw-translate-x: 108px
  }
  .md\:hover\:translate-x-40:hover {
    --tw-translate-x: 120px
  }
  .md\:hover\:translate-x-44:hover {
    --tw-translate-x: 132px
  }
  .md\:hover\:translate-x-48:hover {
    --tw-translate-x: 144px
  }
  .md\:hover\:translate-x-52:hover {
    --tw-translate-x: 156px
  }
  .md\:hover\:translate-x-56:hover {
    --tw-translate-x: 168px
  }
  .md\:hover\:translate-x-60:hover {
    --tw-translate-x: 180px
  }
  .md\:hover\:translate-x-64:hover {
    --tw-translate-x: 192px
  }
  .md\:hover\:translate-x-72:hover {
    --tw-translate-x: 216px
  }
  .md\:hover\:translate-x-80:hover {
    --tw-translate-x: 240px
  }
  .md\:hover\:translate-x-96:hover {
    --tw-translate-x: 288px
  }
  .md\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px
  }
  .md\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 1.5px
  }
  .md\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 4.5px
  }
  .md\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 7.5px
  }
  .md\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 10.5px
  }
  .md\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px
  }
  .md\:hover\:-translate-x-1:hover {
    --tw-translate-x: -3px
  }
  .md\:hover\:-translate-x-2:hover {
    --tw-translate-x: -6px
  }
  .md\:hover\:-translate-x-3:hover {
    --tw-translate-x: -9px
  }
  .md\:hover\:-translate-x-4:hover {
    --tw-translate-x: -12px
  }
  .md\:hover\:-translate-x-5:hover {
    --tw-translate-x: -15px
  }
  .md\:hover\:-translate-x-6:hover {
    --tw-translate-x: -18px
  }
  .md\:hover\:-translate-x-7:hover {
    --tw-translate-x: -21px
  }
  .md\:hover\:-translate-x-8:hover {
    --tw-translate-x: -24px
  }
  .md\:hover\:-translate-x-9:hover {
    --tw-translate-x: -27px
  }
  .md\:hover\:-translate-x-10:hover {
    --tw-translate-x: -30px
  }
  .md\:hover\:-translate-x-11:hover {
    --tw-translate-x: -33px
  }
  .md\:hover\:-translate-x-12:hover {
    --tw-translate-x: -36px
  }
  .md\:hover\:-translate-x-14:hover {
    --tw-translate-x: -42px
  }
  .md\:hover\:-translate-x-16:hover {
    --tw-translate-x: -48px
  }
  .md\:hover\:-translate-x-18:hover {
    --tw-translate-x: -54px
  }
  .md\:hover\:-translate-x-20:hover {
    --tw-translate-x: -60px
  }
  .md\:hover\:-translate-x-24:hover {
    --tw-translate-x: -72px
  }
  .md\:hover\:-translate-x-28:hover {
    --tw-translate-x: -84px
  }
  .md\:hover\:-translate-x-32:hover {
    --tw-translate-x: -96px
  }
  .md\:hover\:-translate-x-36:hover {
    --tw-translate-x: -108px
  }
  .md\:hover\:-translate-x-40:hover {
    --tw-translate-x: -120px
  }
  .md\:hover\:-translate-x-44:hover {
    --tw-translate-x: -132px
  }
  .md\:hover\:-translate-x-48:hover {
    --tw-translate-x: -144px
  }
  .md\:hover\:-translate-x-52:hover {
    --tw-translate-x: -156px
  }
  .md\:hover\:-translate-x-56:hover {
    --tw-translate-x: -168px
  }
  .md\:hover\:-translate-x-60:hover {
    --tw-translate-x: -180px
  }
  .md\:hover\:-translate-x-64:hover {
    --tw-translate-x: -192px
  }
  .md\:hover\:-translate-x-72:hover {
    --tw-translate-x: -216px
  }
  .md\:hover\:-translate-x-80:hover {
    --tw-translate-x: -240px
  }
  .md\:hover\:-translate-x-96:hover {
    --tw-translate-x: -288px
  }
  .md\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px
  }
  .md\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -1.5px
  }
  .md\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -4.5px
  }
  .md\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -7.5px
  }
  .md\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -10.5px
  }
  .md\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%
  }
  .md\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%
  }
  .md\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%
  }
  .md\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%
  }
  .md\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%
  }
  .md\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%
  }
  .md\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%
  }
  .md\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%
  }
  .md\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%
  }
  .md\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%
  }
  .md\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%
  }
  .md\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%
  }
  .md\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%
  }
  .md\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%
  }
  .md\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px
  }
  .md\:hover\:translate-y-1:hover {
    --tw-translate-y: 3px
  }
  .md\:hover\:translate-y-2:hover {
    --tw-translate-y: 6px
  }
  .md\:hover\:translate-y-3:hover {
    --tw-translate-y: 9px
  }
  .md\:hover\:translate-y-4:hover {
    --tw-translate-y: 12px
  }
  .md\:hover\:translate-y-5:hover {
    --tw-translate-y: 15px
  }
  .md\:hover\:translate-y-6:hover {
    --tw-translate-y: 18px
  }
  .md\:hover\:translate-y-7:hover {
    --tw-translate-y: 21px
  }
  .md\:hover\:translate-y-8:hover {
    --tw-translate-y: 24px
  }
  .md\:hover\:translate-y-9:hover {
    --tw-translate-y: 27px
  }
  .md\:hover\:translate-y-10:hover {
    --tw-translate-y: 30px
  }
  .md\:hover\:translate-y-11:hover {
    --tw-translate-y: 33px
  }
  .md\:hover\:translate-y-12:hover {
    --tw-translate-y: 36px
  }
  .md\:hover\:translate-y-14:hover {
    --tw-translate-y: 42px
  }
  .md\:hover\:translate-y-16:hover {
    --tw-translate-y: 48px
  }
  .md\:hover\:translate-y-18:hover {
    --tw-translate-y: 54px
  }
  .md\:hover\:translate-y-20:hover {
    --tw-translate-y: 60px
  }
  .md\:hover\:translate-y-24:hover {
    --tw-translate-y: 72px
  }
  .md\:hover\:translate-y-28:hover {
    --tw-translate-y: 84px
  }
  .md\:hover\:translate-y-32:hover {
    --tw-translate-y: 96px
  }
  .md\:hover\:translate-y-36:hover {
    --tw-translate-y: 108px
  }
  .md\:hover\:translate-y-40:hover {
    --tw-translate-y: 120px
  }
  .md\:hover\:translate-y-44:hover {
    --tw-translate-y: 132px
  }
  .md\:hover\:translate-y-48:hover {
    --tw-translate-y: 144px
  }
  .md\:hover\:translate-y-52:hover {
    --tw-translate-y: 156px
  }
  .md\:hover\:translate-y-56:hover {
    --tw-translate-y: 168px
  }
  .md\:hover\:translate-y-60:hover {
    --tw-translate-y: 180px
  }
  .md\:hover\:translate-y-64:hover {
    --tw-translate-y: 192px
  }
  .md\:hover\:translate-y-72:hover {
    --tw-translate-y: 216px
  }
  .md\:hover\:translate-y-80:hover {
    --tw-translate-y: 240px
  }
  .md\:hover\:translate-y-96:hover {
    --tw-translate-y: 288px
  }
  .md\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px
  }
  .md\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 1.5px
  }
  .md\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 4.5px
  }
  .md\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 7.5px
  }
  .md\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 10.5px
  }
  .md\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px
  }
  .md\:hover\:-translate-y-1:hover {
    --tw-translate-y: -3px
  }
  .md\:hover\:-translate-y-2:hover {
    --tw-translate-y: -6px
  }
  .md\:hover\:-translate-y-3:hover {
    --tw-translate-y: -9px
  }
  .md\:hover\:-translate-y-4:hover {
    --tw-translate-y: -12px
  }
  .md\:hover\:-translate-y-5:hover {
    --tw-translate-y: -15px
  }
  .md\:hover\:-translate-y-6:hover {
    --tw-translate-y: -18px
  }
  .md\:hover\:-translate-y-7:hover {
    --tw-translate-y: -21px
  }
  .md\:hover\:-translate-y-8:hover {
    --tw-translate-y: -24px
  }
  .md\:hover\:-translate-y-9:hover {
    --tw-translate-y: -27px
  }
  .md\:hover\:-translate-y-10:hover {
    --tw-translate-y: -30px
  }
  .md\:hover\:-translate-y-11:hover {
    --tw-translate-y: -33px
  }
  .md\:hover\:-translate-y-12:hover {
    --tw-translate-y: -36px
  }
  .md\:hover\:-translate-y-14:hover {
    --tw-translate-y: -42px
  }
  .md\:hover\:-translate-y-16:hover {
    --tw-translate-y: -48px
  }
  .md\:hover\:-translate-y-18:hover {
    --tw-translate-y: -54px
  }
  .md\:hover\:-translate-y-20:hover {
    --tw-translate-y: -60px
  }
  .md\:hover\:-translate-y-24:hover {
    --tw-translate-y: -72px
  }
  .md\:hover\:-translate-y-28:hover {
    --tw-translate-y: -84px
  }
  .md\:hover\:-translate-y-32:hover {
    --tw-translate-y: -96px
  }
  .md\:hover\:-translate-y-36:hover {
    --tw-translate-y: -108px
  }
  .md\:hover\:-translate-y-40:hover {
    --tw-translate-y: -120px
  }
  .md\:hover\:-translate-y-44:hover {
    --tw-translate-y: -132px
  }
  .md\:hover\:-translate-y-48:hover {
    --tw-translate-y: -144px
  }
  .md\:hover\:-translate-y-52:hover {
    --tw-translate-y: -156px
  }
  .md\:hover\:-translate-y-56:hover {
    --tw-translate-y: -168px
  }
  .md\:hover\:-translate-y-60:hover {
    --tw-translate-y: -180px
  }
  .md\:hover\:-translate-y-64:hover {
    --tw-translate-y: -192px
  }
  .md\:hover\:-translate-y-72:hover {
    --tw-translate-y: -216px
  }
  .md\:hover\:-translate-y-80:hover {
    --tw-translate-y: -240px
  }
  .md\:hover\:-translate-y-96:hover {
    --tw-translate-y: -288px
  }
  .md\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px
  }
  .md\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -1.5px
  }
  .md\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -4.5px
  }
  .md\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -7.5px
  }
  .md\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -10.5px
  }
  .md\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%
  }
  .md\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%
  }
  .md\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%
  }
  .md\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%
  }
  .md\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%
  }
  .md\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%
  }
  .md\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%
  }
  .md\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%
  }
  .md\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%
  }
  .md\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%
  }
  .md\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%
  }
  .md\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%
  }
  .md\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%
  }
  .md\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%
  }
  .md\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px
  }
  .md\:focus\:translate-x-1:focus {
    --tw-translate-x: 3px
  }
  .md\:focus\:translate-x-2:focus {
    --tw-translate-x: 6px
  }
  .md\:focus\:translate-x-3:focus {
    --tw-translate-x: 9px
  }
  .md\:focus\:translate-x-4:focus {
    --tw-translate-x: 12px
  }
  .md\:focus\:translate-x-5:focus {
    --tw-translate-x: 15px
  }
  .md\:focus\:translate-x-6:focus {
    --tw-translate-x: 18px
  }
  .md\:focus\:translate-x-7:focus {
    --tw-translate-x: 21px
  }
  .md\:focus\:translate-x-8:focus {
    --tw-translate-x: 24px
  }
  .md\:focus\:translate-x-9:focus {
    --tw-translate-x: 27px
  }
  .md\:focus\:translate-x-10:focus {
    --tw-translate-x: 30px
  }
  .md\:focus\:translate-x-11:focus {
    --tw-translate-x: 33px
  }
  .md\:focus\:translate-x-12:focus {
    --tw-translate-x: 36px
  }
  .md\:focus\:translate-x-14:focus {
    --tw-translate-x: 42px
  }
  .md\:focus\:translate-x-16:focus {
    --tw-translate-x: 48px
  }
  .md\:focus\:translate-x-18:focus {
    --tw-translate-x: 54px
  }
  .md\:focus\:translate-x-20:focus {
    --tw-translate-x: 60px
  }
  .md\:focus\:translate-x-24:focus {
    --tw-translate-x: 72px
  }
  .md\:focus\:translate-x-28:focus {
    --tw-translate-x: 84px
  }
  .md\:focus\:translate-x-32:focus {
    --tw-translate-x: 96px
  }
  .md\:focus\:translate-x-36:focus {
    --tw-translate-x: 108px
  }
  .md\:focus\:translate-x-40:focus {
    --tw-translate-x: 120px
  }
  .md\:focus\:translate-x-44:focus {
    --tw-translate-x: 132px
  }
  .md\:focus\:translate-x-48:focus {
    --tw-translate-x: 144px
  }
  .md\:focus\:translate-x-52:focus {
    --tw-translate-x: 156px
  }
  .md\:focus\:translate-x-56:focus {
    --tw-translate-x: 168px
  }
  .md\:focus\:translate-x-60:focus {
    --tw-translate-x: 180px
  }
  .md\:focus\:translate-x-64:focus {
    --tw-translate-x: 192px
  }
  .md\:focus\:translate-x-72:focus {
    --tw-translate-x: 216px
  }
  .md\:focus\:translate-x-80:focus {
    --tw-translate-x: 240px
  }
  .md\:focus\:translate-x-96:focus {
    --tw-translate-x: 288px
  }
  .md\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px
  }
  .md\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 1.5px
  }
  .md\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 4.5px
  }
  .md\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 7.5px
  }
  .md\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 10.5px
  }
  .md\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px
  }
  .md\:focus\:-translate-x-1:focus {
    --tw-translate-x: -3px
  }
  .md\:focus\:-translate-x-2:focus {
    --tw-translate-x: -6px
  }
  .md\:focus\:-translate-x-3:focus {
    --tw-translate-x: -9px
  }
  .md\:focus\:-translate-x-4:focus {
    --tw-translate-x: -12px
  }
  .md\:focus\:-translate-x-5:focus {
    --tw-translate-x: -15px
  }
  .md\:focus\:-translate-x-6:focus {
    --tw-translate-x: -18px
  }
  .md\:focus\:-translate-x-7:focus {
    --tw-translate-x: -21px
  }
  .md\:focus\:-translate-x-8:focus {
    --tw-translate-x: -24px
  }
  .md\:focus\:-translate-x-9:focus {
    --tw-translate-x: -27px
  }
  .md\:focus\:-translate-x-10:focus {
    --tw-translate-x: -30px
  }
  .md\:focus\:-translate-x-11:focus {
    --tw-translate-x: -33px
  }
  .md\:focus\:-translate-x-12:focus {
    --tw-translate-x: -36px
  }
  .md\:focus\:-translate-x-14:focus {
    --tw-translate-x: -42px
  }
  .md\:focus\:-translate-x-16:focus {
    --tw-translate-x: -48px
  }
  .md\:focus\:-translate-x-18:focus {
    --tw-translate-x: -54px
  }
  .md\:focus\:-translate-x-20:focus {
    --tw-translate-x: -60px
  }
  .md\:focus\:-translate-x-24:focus {
    --tw-translate-x: -72px
  }
  .md\:focus\:-translate-x-28:focus {
    --tw-translate-x: -84px
  }
  .md\:focus\:-translate-x-32:focus {
    --tw-translate-x: -96px
  }
  .md\:focus\:-translate-x-36:focus {
    --tw-translate-x: -108px
  }
  .md\:focus\:-translate-x-40:focus {
    --tw-translate-x: -120px
  }
  .md\:focus\:-translate-x-44:focus {
    --tw-translate-x: -132px
  }
  .md\:focus\:-translate-x-48:focus {
    --tw-translate-x: -144px
  }
  .md\:focus\:-translate-x-52:focus {
    --tw-translate-x: -156px
  }
  .md\:focus\:-translate-x-56:focus {
    --tw-translate-x: -168px
  }
  .md\:focus\:-translate-x-60:focus {
    --tw-translate-x: -180px
  }
  .md\:focus\:-translate-x-64:focus {
    --tw-translate-x: -192px
  }
  .md\:focus\:-translate-x-72:focus {
    --tw-translate-x: -216px
  }
  .md\:focus\:-translate-x-80:focus {
    --tw-translate-x: -240px
  }
  .md\:focus\:-translate-x-96:focus {
    --tw-translate-x: -288px
  }
  .md\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px
  }
  .md\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -1.5px
  }
  .md\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -4.5px
  }
  .md\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -7.5px
  }
  .md\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -10.5px
  }
  .md\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%
  }
  .md\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%
  }
  .md\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%
  }
  .md\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%
  }
  .md\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%
  }
  .md\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%
  }
  .md\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%
  }
  .md\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%
  }
  .md\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%
  }
  .md\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%
  }
  .md\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%
  }
  .md\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%
  }
  .md\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%
  }
  .md\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%
  }
  .md\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px
  }
  .md\:focus\:translate-y-1:focus {
    --tw-translate-y: 3px
  }
  .md\:focus\:translate-y-2:focus {
    --tw-translate-y: 6px
  }
  .md\:focus\:translate-y-3:focus {
    --tw-translate-y: 9px
  }
  .md\:focus\:translate-y-4:focus {
    --tw-translate-y: 12px
  }
  .md\:focus\:translate-y-5:focus {
    --tw-translate-y: 15px
  }
  .md\:focus\:translate-y-6:focus {
    --tw-translate-y: 18px
  }
  .md\:focus\:translate-y-7:focus {
    --tw-translate-y: 21px
  }
  .md\:focus\:translate-y-8:focus {
    --tw-translate-y: 24px
  }
  .md\:focus\:translate-y-9:focus {
    --tw-translate-y: 27px
  }
  .md\:focus\:translate-y-10:focus {
    --tw-translate-y: 30px
  }
  .md\:focus\:translate-y-11:focus {
    --tw-translate-y: 33px
  }
  .md\:focus\:translate-y-12:focus {
    --tw-translate-y: 36px
  }
  .md\:focus\:translate-y-14:focus {
    --tw-translate-y: 42px
  }
  .md\:focus\:translate-y-16:focus {
    --tw-translate-y: 48px
  }
  .md\:focus\:translate-y-18:focus {
    --tw-translate-y: 54px
  }
  .md\:focus\:translate-y-20:focus {
    --tw-translate-y: 60px
  }
  .md\:focus\:translate-y-24:focus {
    --tw-translate-y: 72px
  }
  .md\:focus\:translate-y-28:focus {
    --tw-translate-y: 84px
  }
  .md\:focus\:translate-y-32:focus {
    --tw-translate-y: 96px
  }
  .md\:focus\:translate-y-36:focus {
    --tw-translate-y: 108px
  }
  .md\:focus\:translate-y-40:focus {
    --tw-translate-y: 120px
  }
  .md\:focus\:translate-y-44:focus {
    --tw-translate-y: 132px
  }
  .md\:focus\:translate-y-48:focus {
    --tw-translate-y: 144px
  }
  .md\:focus\:translate-y-52:focus {
    --tw-translate-y: 156px
  }
  .md\:focus\:translate-y-56:focus {
    --tw-translate-y: 168px
  }
  .md\:focus\:translate-y-60:focus {
    --tw-translate-y: 180px
  }
  .md\:focus\:translate-y-64:focus {
    --tw-translate-y: 192px
  }
  .md\:focus\:translate-y-72:focus {
    --tw-translate-y: 216px
  }
  .md\:focus\:translate-y-80:focus {
    --tw-translate-y: 240px
  }
  .md\:focus\:translate-y-96:focus {
    --tw-translate-y: 288px
  }
  .md\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px
  }
  .md\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 1.5px
  }
  .md\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 4.5px
  }
  .md\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 7.5px
  }
  .md\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 10.5px
  }
  .md\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px
  }
  .md\:focus\:-translate-y-1:focus {
    --tw-translate-y: -3px
  }
  .md\:focus\:-translate-y-2:focus {
    --tw-translate-y: -6px
  }
  .md\:focus\:-translate-y-3:focus {
    --tw-translate-y: -9px
  }
  .md\:focus\:-translate-y-4:focus {
    --tw-translate-y: -12px
  }
  .md\:focus\:-translate-y-5:focus {
    --tw-translate-y: -15px
  }
  .md\:focus\:-translate-y-6:focus {
    --tw-translate-y: -18px
  }
  .md\:focus\:-translate-y-7:focus {
    --tw-translate-y: -21px
  }
  .md\:focus\:-translate-y-8:focus {
    --tw-translate-y: -24px
  }
  .md\:focus\:-translate-y-9:focus {
    --tw-translate-y: -27px
  }
  .md\:focus\:-translate-y-10:focus {
    --tw-translate-y: -30px
  }
  .md\:focus\:-translate-y-11:focus {
    --tw-translate-y: -33px
  }
  .md\:focus\:-translate-y-12:focus {
    --tw-translate-y: -36px
  }
  .md\:focus\:-translate-y-14:focus {
    --tw-translate-y: -42px
  }
  .md\:focus\:-translate-y-16:focus {
    --tw-translate-y: -48px
  }
  .md\:focus\:-translate-y-18:focus {
    --tw-translate-y: -54px
  }
  .md\:focus\:-translate-y-20:focus {
    --tw-translate-y: -60px
  }
  .md\:focus\:-translate-y-24:focus {
    --tw-translate-y: -72px
  }
  .md\:focus\:-translate-y-28:focus {
    --tw-translate-y: -84px
  }
  .md\:focus\:-translate-y-32:focus {
    --tw-translate-y: -96px
  }
  .md\:focus\:-translate-y-36:focus {
    --tw-translate-y: -108px
  }
  .md\:focus\:-translate-y-40:focus {
    --tw-translate-y: -120px
  }
  .md\:focus\:-translate-y-44:focus {
    --tw-translate-y: -132px
  }
  .md\:focus\:-translate-y-48:focus {
    --tw-translate-y: -144px
  }
  .md\:focus\:-translate-y-52:focus {
    --tw-translate-y: -156px
  }
  .md\:focus\:-translate-y-56:focus {
    --tw-translate-y: -168px
  }
  .md\:focus\:-translate-y-60:focus {
    --tw-translate-y: -180px
  }
  .md\:focus\:-translate-y-64:focus {
    --tw-translate-y: -192px
  }
  .md\:focus\:-translate-y-72:focus {
    --tw-translate-y: -216px
  }
  .md\:focus\:-translate-y-80:focus {
    --tw-translate-y: -240px
  }
  .md\:focus\:-translate-y-96:focus {
    --tw-translate-y: -288px
  }
  .md\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px
  }
  .md\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -1.5px
  }
  .md\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -4.5px
  }
  .md\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -7.5px
  }
  .md\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -10.5px
  }
  .md\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%
  }
  .md\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%
  }
  .md\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%
  }
  .md\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25%
  }
  .md\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50%
  }
  .md\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75%
  }
  .md\:focus\:translate-y-full:focus {
    --tw-translate-y: 100%
  }
  .md\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50%
  }
  .md\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%
  }
  .md\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%
  }
  .md\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%
  }
  .md\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%
  }
  .md\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%
  }
  .md\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%
  }
  .md\:skew-x-0 {
    --tw-skew-x: 0deg
  }
  .md\:skew-x-1 {
    --tw-skew-x: 1deg
  }
  .md\:skew-x-2 {
    --tw-skew-x: 2deg
  }
  .md\:skew-x-3 {
    --tw-skew-x: 3deg
  }
  .md\:skew-x-6 {
    --tw-skew-x: 6deg
  }
  .md\:skew-x-12 {
    --tw-skew-x: 12deg
  }
  .md\:-skew-x-12 {
    --tw-skew-x: -12deg
  }
  .md\:-skew-x-6 {
    --tw-skew-x: -6deg
  }
  .md\:-skew-x-3 {
    --tw-skew-x: -3deg
  }
  .md\:-skew-x-2 {
    --tw-skew-x: -2deg
  }
  .md\:-skew-x-1 {
    --tw-skew-x: -1deg
  }
  .md\:skew-y-0 {
    --tw-skew-y: 0deg
  }
  .md\:skew-y-1 {
    --tw-skew-y: 1deg
  }
  .md\:skew-y-2 {
    --tw-skew-y: 2deg
  }
  .md\:skew-y-3 {
    --tw-skew-y: 3deg
  }
  .md\:skew-y-6 {
    --tw-skew-y: 6deg
  }
  .md\:skew-y-12 {
    --tw-skew-y: 12deg
  }
  .md\:-skew-y-12 {
    --tw-skew-y: -12deg
  }
  .md\:-skew-y-6 {
    --tw-skew-y: -6deg
  }
  .md\:-skew-y-3 {
    --tw-skew-y: -3deg
  }
  .md\:-skew-y-2 {
    --tw-skew-y: -2deg
  }
  .md\:-skew-y-1 {
    --tw-skew-y: -1deg
  }
  .md\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg
  }
  .md\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg
  }
  .md\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg
  }
  .md\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg
  }
  .md\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg
  }
  .md\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg
  }
  .md\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg
  }
  .md\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg
  }
  .md\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg
  }
  .md\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg
  }
  .md\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg
  }
  .md\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg
  }
  .md\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg
  }
  .md\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg
  }
  .md\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg
  }
  .md\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg
  }
  .md\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg
  }
  .md\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg
  }
  .md\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg
  }
  .md\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg
  }
  .md\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg
  }
  .md\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg
  }
  .md\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg
  }
  .md\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg
  }
  .md\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg
  }
  .md\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg
  }
  .md\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg
  }
  .md\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg
  }
  .md\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg
  }
  .md\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg
  }
  .md\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg
  }
  .md\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg
  }
  .md\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg
  }
  .md\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg
  }
  .md\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg
  }
  .md\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg
  }
  .md\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg
  }
  .md\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg
  }
  .md\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg
  }
  .md\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg
  }
  .md\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg
  }
  .md\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg
  }
  .md\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg
  }
  .md\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg
  }
  .md\:transition-none {
    transition-property: none
  }
  .md\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
  }
  .md\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
  }
  .md\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
  }
  .md\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
  }
  .md\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
  }
  .md\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
  }
  .md\:ease-linear {
    transition-timing-function: linear
  }
  .md\:ease-in {
    transition-timing-function: cubic-bezier(.4, 0, 1, 1)
  }
  .md\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, .2, 1)
  }
  .md\:ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
  }
  .md\:duration-75 {
    transition-duration: 75ms
  }
  .md\:duration-100 {
    transition-duration: .1s
  }
  .md\:duration-150 {
    transition-duration: .15s
  }
  .md\:duration-200 {
    transition-duration: .2s
  }
  .md\:duration-300 {
    transition-duration: .3s
  }
  .md\:duration-500 {
    transition-duration: .5s
  }
  .md\:duration-700 {
    transition-duration: .7s
  }
  .md\:duration-1000 {
    transition-duration: 1s
  }
  .md\:delay-75 {
    transition-delay: 75ms
  }
  .md\:delay-100 {
    transition-delay: .1s
  }
  .md\:delay-150 {
    transition-delay: .15s
  }
  .md\:delay-200 {
    transition-delay: .2s
  }
  .md\:delay-300 {
    transition-delay: .3s
  }
  .md\:delay-500 {
    transition-delay: .5s
  }
  .md\:delay-700 {
    transition-delay: .7s
  }
  .md\:delay-1000 {
    transition-delay: 1s
  }
  .md\:animate-none {
    -webkit-animation: none;
    animation: none
  }
  .md\:animate-spin {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite
  }
  .md\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, .2, 1) infinite;
    animation: ping 1s cubic-bezier(0, 0, .2, 1) infinite
  }
  .md\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
    animation: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite
  }
  .md\:animate-bounce {
    -webkit-animation: bounce 1s infinite;
    animation: bounce 1s infinite
  }
  .md\:mix-blend-normal {
    mix-blend-mode: normal
  }
  .md\:mix-blend-multiply {
    mix-blend-mode: multiply
  }
  .md\:mix-blend-screen {
    mix-blend-mode: screen
  }
  .md\:mix-blend-overlay {
    mix-blend-mode: overlay
  }
  .md\:mix-blend-darken {
    mix-blend-mode: darken
  }
  .md\:mix-blend-lighten {
    mix-blend-mode: lighten
  }
  .md\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge
  }
  .md\:mix-blend-color-burn {
    mix-blend-mode: color-burn
  }
  .md\:mix-blend-hard-light {
    mix-blend-mode: hard-light
  }
  .md\:mix-blend-soft-light {
    mix-blend-mode: soft-light
  }
  .md\:mix-blend-difference {
    mix-blend-mode: difference
  }
  .md\:mix-blend-exclusion {
    mix-blend-mode: exclusion
  }
  .md\:mix-blend-hue {
    mix-blend-mode: hue
  }
  .md\:mix-blend-saturation {
    mix-blend-mode: saturation
  }
  .md\:mix-blend-color {
    mix-blend-mode: color
  }
  .md\:mix-blend-luminosity {
    mix-blend-mode: luminosity
  }
  .md\:bg-blend-normal {
    background-blend-mode: normal
  }
  .md\:bg-blend-multiply {
    background-blend-mode: multiply
  }
  .md\:bg-blend-screen {
    background-blend-mode: screen
  }
  .md\:bg-blend-overlay {
    background-blend-mode: overlay
  }
  .md\:bg-blend-darken {
    background-blend-mode: darken
  }
  .md\:bg-blend-lighten {
    background-blend-mode: lighten
  }
  .md\:bg-blend-color-dodge {
    background-blend-mode: color-dodge
  }
  .md\:bg-blend-color-burn {
    background-blend-mode: color-burn
  }
  .md\:bg-blend-hard-light {
    background-blend-mode: hard-light
  }
  .md\:bg-blend-soft-light {
    background-blend-mode: soft-light
  }
  .md\:bg-blend-difference {
    background-blend-mode: difference
  }
  .md\:bg-blend-exclusion {
    background-blend-mode: exclusion
  }
  .md\:bg-blend-hue {
    background-blend-mode: hue
  }
  .md\:bg-blend-saturation {
    background-blend-mode: saturation
  }
  .md\:bg-blend-color {
    background-blend-mode: color
  }
  .md\:bg-blend-luminosity {
    background-blend-mode: luminosity
  }
  .md\:filter {
    --tw-blur: var(--tw-empty, /*!*/ /*!*/ );
    --tw-brightness: var(--tw-empty, /*!*/ /*!*/ );
    --tw-contrast: var(--tw-empty, /*!*/ /*!*/ );
    --tw-grayscale: var(--tw-empty, /*!*/ /*!*/ );
    --tw-hue-rotate: var(--tw-empty, /*!*/ /*!*/ );
    --tw-invert: var(--tw-empty, /*!*/ /*!*/ );
    --tw-saturate: var(--tw-empty, /*!*/ /*!*/ );
    --tw-sepia: var(--tw-empty, /*!*/ /*!*/ );
    --tw-drop-shadow: var(--tw-empty, /*!*/ /*!*/ );
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
  }
  .md\:filter-none {
    filter: none
  }
  .md\:blur-0 {
    --tw-blur: blur(0)
  }
  .md\:blur-sm {
    --tw-blur: blur(4px)
  }
  .md\:blur {
    --tw-blur: blur(8px)
  }
  .md\:blur-md {
    --tw-blur: blur(12px)
  }
  .md\:blur-lg {
    --tw-blur: blur(16px)
  }
  .md\:blur-xl {
    --tw-blur: blur(24px)
  }
  .md\:blur-2xl {
    --tw-blur: blur(40px)
  }
  .md\:blur-3xl {
    --tw-blur: blur(64px)
  }
  .md\:brightness-0 {
    --tw-brightness: brightness(0)
  }
  .md\:brightness-50 {
    --tw-brightness: brightness(.5)
  }
  .md\:brightness-75 {
    --tw-brightness: brightness(.75)
  }
  .md\:brightness-90 {
    --tw-brightness: brightness(.9)
  }
  .md\:brightness-95 {
    --tw-brightness: brightness(.95)
  }
  .md\:brightness-100 {
    --tw-brightness: brightness(1)
  }
  .md\:brightness-105 {
    --tw-brightness: brightness(1.05)
  }
  .md\:brightness-110 {
    --tw-brightness: brightness(1.1)
  }
  .md\:brightness-125 {
    --tw-brightness: brightness(1.25)
  }
  .md\:brightness-150 {
    --tw-brightness: brightness(1.5)
  }
  .md\:brightness-200 {
    --tw-brightness: brightness(2)
  }
  .md\:contrast-0 {
    --tw-contrast: contrast(0)
  }
  .md\:contrast-50 {
    --tw-contrast: contrast(.5)
  }
  .md\:contrast-75 {
    --tw-contrast: contrast(.75)
  }
  .md\:contrast-100 {
    --tw-contrast: contrast(1)
  }
  .md\:contrast-125 {
    --tw-contrast: contrast(1.25)
  }
  .md\:contrast-150 {
    --tw-contrast: contrast(1.5)
  }
  .md\:contrast-200 {
    --tw-contrast: contrast(2)
  }
  .md\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.05))
  }
  .md\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06))
  }
  .md\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06))
  }
  .md\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1))
  }
  .md\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08))
  }
  .md\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15))
  }
  .md\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 transparent)
  }
  .md\:grayscale-0 {
    --tw-grayscale: grayscale(0)
  }
  .md\:grayscale {
    --tw-grayscale: grayscale(100%)
  }
  .md\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg)
  }
  .md\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg)
  }
  .md\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg)
  }
  .md\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg)
  }
  .md\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg)
  }
  .md\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg)
  }
  .md\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg)
  }
  .md\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg)
  }
  .md\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg)
  }
  .md\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg)
  }
  .md\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg)
  }
  .md\:invert-0 {
    --tw-invert: invert(0)
  }
  .md\:invert {
    --tw-invert: invert(100%)
  }
  .md\:saturate-0 {
    --tw-saturate: saturate(0)
  }
  .md\:saturate-50 {
    --tw-saturate: saturate(.5)
  }
  .md\:saturate-100 {
    --tw-saturate: saturate(1)
  }
  .md\:saturate-150 {
    --tw-saturate: saturate(1.5)
  }
  .md\:saturate-200 {
    --tw-saturate: saturate(2)
  }
  .md\:sepia-0 {
    --tw-sepia: sepia(0)
  }
  .md\:sepia {
    --tw-sepia: sepia(100%)
  }
  .md\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty, /*!*/ /*!*/ );
    --tw-backdrop-brightness: var(--tw-empty, /*!*/ /*!*/ );
    --tw-backdrop-contrast: var(--tw-empty, /*!*/ /*!*/ );
    --tw-backdrop-grayscale: var(--tw-empty, /*!*/ /*!*/ );
    --tw-backdrop-hue-rotate: var(--tw-empty, /*!*/ /*!*/ );
    --tw-backdrop-invert: var(--tw-empty, /*!*/ /*!*/ );
    --tw-backdrop-opacity: var(--tw-empty, /*!*/ /*!*/ );
    --tw-backdrop-saturate: var(--tw-empty, /*!*/ /*!*/ );
    --tw-backdrop-sepia: var(--tw-empty, /*!*/ /*!*/ );
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
  }
  .md\:backdrop-filter-none {
    -webkit-backdrop-filter: none;
    backdrop-filter: none
  }
  .md\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0)
  }
  .md\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5)
  }
  .md\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75)
  }
  .md\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9)
  }
  .md\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95)
  }
  .md\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1)
  }
  .md\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05)
  }
  .md\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1)
  }
  .md\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25)
  }
  .md\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5)
  }
  .md\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2)
  }
  .md\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0)
  }
  .md\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5)
  }
  .md\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75)
  }
  .md\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1)
  }
  .md\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25)
  }
  .md\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5)
  }
  .md\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2)
  }
  .md\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0)
  }
  .md\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%)
  }
  .md\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg)
  }
  .md\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg)
  }
  .md\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg)
  }
  .md\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg)
  }
  .md\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg)
  }
  .md\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg)
  }
  .md\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg)
  }
  .md\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg)
  }
  .md\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg)
  }
  .md\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg)
  }
  .md\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg)
  }
  .md\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0)
  }
  .md\:backdrop-invert {
    --tw-backdrop-invert: invert(100%)
  }
  .md\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0)
  }
  .md\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5)
  }
  .md\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1)
  }
  .md\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5)
  }
  .md\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2)
  }
  .md\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0)
  }
  .md\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%)
  }
  .md\:text-shadow {
    text-shadow: 0 1px 4px #000
  }
  .md\:text-shadow-black {
    text-shadow: 3px 3px #000, -3px 3px #000, 3px -3px #000, -3px -3px #000, 7px 7px #000
  }
  .md\:line-solid {
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid
  }
  .md\:line-double {
    -webkit-text-decoration-style: double;
    text-decoration-style: double
  }
  .md\:line-dotted {
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted
  }
  .md\:line-dashed {
    -webkit-text-decoration-style: dashed;
    text-decoration-style: dashed
  }
  .md\:line-wavy {
    -webkit-text-decoration-style: wavy;
    text-decoration-style: wavy
  }
  .md\:line-primary-50, .md\:line-primary-100 {
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff
  }
  .md\:line-primary-200 {
    -webkit-text-decoration-color: #fff6e2;
    text-decoration-color: #fff6e2
  }
  .md\:line-primary-300 {
    -webkit-text-decoration-color: #ffe6af;
    text-decoration-color: #ffe6af
  }
  .md\:line-primary-400 {
    -webkit-text-decoration-color: #ffd57c;
    text-decoration-color: #ffd57c
  }
  .md\:line-primary-500 {
    -webkit-text-decoration-color: #ffc549;
    text-decoration-color: #ffc549
  }
  .md\:line-primary-600 {
    -webkit-text-decoration-color: #ffb516;
    text-decoration-color: #ffb516
  }
  .md\:line-primary-700 {
    -webkit-text-decoration-color: #e29a00;
    text-decoration-color: #e29a00
  }
  .md\:line-primary-800 {
    -webkit-text-decoration-color: #af7700;
    text-decoration-color: #af7700
  }
  .md\:line-primary-900 {
    -webkit-text-decoration-color: #7c5400;
    text-decoration-color: #7c5400
  }
  .md\:line-primary-DEFAULT {
    -webkit-text-decoration-color: #ffc549;
    text-decoration-color: #ffc549
  }
  .md\:line-secondary-50 {
    -webkit-text-decoration-color: #cefbdf;
    text-decoration-color: #cefbdf
  }
  .md\:line-secondary-100 {
    -webkit-text-decoration-color: #b6f9d0;
    text-decoration-color: #b6f9d0
  }
  .md\:line-secondary-200 {
    -webkit-text-decoration-color: #87f5b2;
    text-decoration-color: #87f5b2
  }
  .md\:line-secondary-300 {
    -webkit-text-decoration-color: #58f194;
    text-decoration-color: #58f194
  }
  .md\:line-secondary-400 {
    -webkit-text-decoration-color: #28ee76;
    text-decoration-color: #28ee76
  }
  .md\:line-secondary-500 {
    -webkit-text-decoration-color: #11d25d;
    text-decoration-color: #11d25d
  }
  .md\:line-secondary-600 {
    -webkit-text-decoration-color: #0da348;
    text-decoration-color: #0da348
  }
  .md\:line-secondary-700 {
    -webkit-text-decoration-color: #097433;
    text-decoration-color: #097433
  }
  .md\:line-secondary-800 {
    -webkit-text-decoration-color: #06441e;
    text-decoration-color: #06441e
  }
  .md\:line-secondary-900 {
    -webkit-text-decoration-color: #021509;
    text-decoration-color: #021509
  }
  .md\:line-secondary-DEFAULT {
    -webkit-text-decoration-color: #11d25d;
    text-decoration-color: #11d25d
  }
  .md\:line-accent-50 {
    -webkit-text-decoration-color: #fef2f2;
    text-decoration-color: #fef2f2
  }
  .md\:line-accent-100 {
    -webkit-text-decoration-color: #fee2e2;
    text-decoration-color: #fee2e2
  }
  .md\:line-accent-200 {
    -webkit-text-decoration-color: #fecaca;
    text-decoration-color: #fecaca
  }
  .md\:line-accent-300 {
    -webkit-text-decoration-color: #fca5a5;
    text-decoration-color: #fca5a5
  }
  .md\:line-accent-400 {
    -webkit-text-decoration-color: #f87171;
    text-decoration-color: #f87171
  }
  .md\:line-accent-500 {
    -webkit-text-decoration-color: #ef4444;
    text-decoration-color: #ef4444
  }
  .md\:line-accent-600 {
    -webkit-text-decoration-color: #dc2626;
    text-decoration-color: #dc2626
  }
  .md\:line-accent-700 {
    -webkit-text-decoration-color: #b91c1c;
    text-decoration-color: #b91c1c
  }
  .md\:line-accent-800 {
    -webkit-text-decoration-color: #991b1b;
    text-decoration-color: #991b1b
  }
  .md\:line-accent-900 {
    -webkit-text-decoration-color: #7f1d1d;
    text-decoration-color: #7f1d1d
  }
  .md\:line-shade-500 {
    -webkit-text-decoration-color: #3a3a31;
    text-decoration-color: #3a3a31
  }
  .md\:line-shade-600 {
    -webkit-text-decoration-color: #2d2f35;
    text-decoration-color: #2d2f35
  }
  .md\:line-white {
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff
  }
  .md\:line-black {
    -webkit-text-decoration-color: #000;
    text-decoration-color: #000
  }
  .md\:line-gray-50 {
    -webkit-text-decoration-color: #f9fafb;
    text-decoration-color: #f9fafb
  }
  .md\:line-gray-100 {
    -webkit-text-decoration-color: #f3f4f6;
    text-decoration-color: #f3f4f6
  }
  .md\:line-gray-200 {
    -webkit-text-decoration-color: #e5e7eb;
    text-decoration-color: #e5e7eb
  }
  .md\:line-gray-300 {
    -webkit-text-decoration-color: #d1d5db;
    text-decoration-color: #d1d5db
  }
  .md\:line-gray-400 {
    -webkit-text-decoration-color: #9ca3af;
    text-decoration-color: #9ca3af
  }
  .md\:line-gray-500 {
    -webkit-text-decoration-color: #6b7280;
    text-decoration-color: #6b7280
  }
  .md\:line-gray-600 {
    -webkit-text-decoration-color: #4b5563;
    text-decoration-color: #4b5563
  }
  .md\:line-gray-700 {
    -webkit-text-decoration-color: #374151;
    text-decoration-color: #374151
  }
  .md\:line-gray-800 {
    -webkit-text-decoration-color: #1f2937;
    text-decoration-color: #1f2937
  }
  .md\:line-gray-900 {
    -webkit-text-decoration-color: #111827;
    text-decoration-color: #111827
  }
  .md\:line-brand-50 {
    -webkit-text-decoration-color: #eff6ff;
    text-decoration-color: #eff6ff
  }
  .md\:line-brand-100 {
    -webkit-text-decoration-color: #dbeafe;
    text-decoration-color: #dbeafe
  }
  .md\:line-brand-200 {
    -webkit-text-decoration-color: #bfdbfe;
    text-decoration-color: #bfdbfe
  }
  .md\:line-brand-300 {
    -webkit-text-decoration-color: #93c5fd;
    text-decoration-color: #93c5fd
  }
  .md\:line-brand-400 {
    -webkit-text-decoration-color: #60a5fa;
    text-decoration-color: #60a5fa
  }
  .md\:line-brand-500 {
    -webkit-text-decoration-color: #3b82f6;
    text-decoration-color: #3b82f6
  }
  .md\:line-brand-600 {
    -webkit-text-decoration-color: #2563eb;
    text-decoration-color: #2563eb
  }
  .md\:line-brand-700 {
    -webkit-text-decoration-color: #1d4ed8;
    text-decoration-color: #1d4ed8
  }
  .md\:line-brand-800 {
    -webkit-text-decoration-color: #1e40af;
    text-decoration-color: #1e40af
  }
  .md\:line-brand-900 {
    -webkit-text-decoration-color: #1e3a8a;
    text-decoration-color: #1e3a8a
  }
  .md\:line-transparent {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent
  }
  .md\:line-current {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor
  }
  .md\:caps-normal {
    font-variant-caps: normal
  }
  .md\:caps-small {
    font-variant-caps: small-caps
  }
  .md\:caps-all-small {
    font-variant-caps: all-small-caps
  }
  .md\:caps-petite {
    font-variant-caps: petite-caps
  }
  .md\:caps-unicase {
    font-variant-caps: unicase
  }
  .md\:caps-titling {
    font-variant-caps: titling-caps
  }
  .md\:nums-normal {
    font-variant-numeric: normal
  }
  .md\:nums-ordinal {
    font-variant-numeric: ordinal
  }
  .md\:nums-slashed-zero {
    font-variant-numeric: slashed-zero
  }
  .md\:nums-lining {
    font-variant-numeric: lining-nums
  }
  .md\:nums-oldstyle {
    font-variant-numeric: oldstyle-nums
  }
  .md\:nums-proportional {
    font-variant-numeric: proportional-nums
  }
  .md\:nums-tabular {
    font-variant-numeric: tabular-nums
  }
  .md\:nums-diagonal-fractions {
    font-variant-numeric: diagonal-fractions
  }
  .md\:nums-stacked-fractions {
    font-variant-numeric: stacked-fractions
  }
  .md\:ligatures-normal {
    font-variant-ligatures: normal
  }
  .md\:ligatures-none {
    font-variant-ligatures: none
  }
  .md\:ligatures-common {
    font-variant-ligatures: common-ligatures
  }
  .md\:ligatures-no-common {
    font-variant-ligatures: no-common-ligatures
  }
  .md\:ligatures-discretionary {
    font-variant-ligatures: discretionary-ligatures
  }
  .md\:ligatures-no-discretionary {
    font-variant-ligatures: no-discretionary-ligatures
  }
  .md\:ligatures-historical {
    font-variant-ligatures: historical-ligatures
  }
  .md\:ligatures-no-historical {
    font-variant-ligatures: no-historical-ligatures
  }
  .md\:ligatures-contextual {
    font-variant-ligatures: contextual
  }
  .md\:ligatures-no-contextual {
    font-variant-ligatures: no-contextual
  }
  .md\:text-rendering-auto {
    text-rendering: auto
  }
  .md\:text-optimize-legibility {
    text-rendering: optimizeLegibility
  }
  .md\:text-optimize-speed {
    text-rendering: optimizeSpeed
  }
  .md\:text-geometric-precision {
    text-rendering: geometricPrecision
  }
}
@media (min-width:1024px) {
  .lg\:container {
    width: 100%
  }
  @media (min-width:640px) {
    .lg\:container {
      max-width: 640px
    }
  }
  @media (min-width:768px) {
    .lg\:container {
      max-width: 768px
    }
  }
  @media (min-width:1024px) {
    .lg\:container {
      max-width: 1024px
    }
  }
  @media (min-width:1280px) {
    .lg\:container {
      max-width: 1280px
    }
  }
  @media (min-width:1536px) {
    .lg\:container {
      max-width: 1536px
    }
  }
  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px*var(--tw-space-y-reverse))
  }
  .lg\: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*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3px*var(--tw-space-y-reverse))
  }
  .lg\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3px*var(--tw-space-x-reverse));
    margin-left: calc(3px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6px*var(--tw-space-y-reverse))
  }
  .lg\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6px*var(--tw-space-x-reverse));
    margin-left: calc(6px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(9px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9px*var(--tw-space-y-reverse))
  }
  .lg\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9px*var(--tw-space-x-reverse));
    margin-left: calc(9px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12px*var(--tw-space-y-reverse))
  }
  .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12px*var(--tw-space-x-reverse));
    margin-left: calc(12px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(15px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15px*var(--tw-space-y-reverse))
  }
  .lg\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(15px*var(--tw-space-x-reverse));
    margin-left: calc(15px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18px*var(--tw-space-y-reverse))
  }
  .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18px*var(--tw-space-x-reverse));
    margin-left: calc(18px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(21px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(21px*var(--tw-space-y-reverse))
  }
  .lg\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(21px*var(--tw-space-x-reverse));
    margin-left: calc(21px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24px*var(--tw-space-y-reverse))
  }
  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24px*var(--tw-space-x-reverse));
    margin-left: calc(24px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(27px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(27px*var(--tw-space-y-reverse))
  }
  .lg\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(27px*var(--tw-space-x-reverse));
    margin-left: calc(27px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30px*var(--tw-space-y-reverse))
  }
  .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30px*var(--tw-space-x-reverse));
    margin-left: calc(30px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(33px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(33px*var(--tw-space-y-reverse))
  }
  .lg\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(33px*var(--tw-space-x-reverse));
    margin-left: calc(33px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(36px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(36px*var(--tw-space-y-reverse))
  }
  .lg\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(36px*var(--tw-space-x-reverse));
    margin-left: calc(36px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(42px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(42px*var(--tw-space-y-reverse))
  }
  .lg\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(42px*var(--tw-space-x-reverse));
    margin-left: calc(42px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(48px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(48px*var(--tw-space-y-reverse))
  }
  .lg\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(48px*var(--tw-space-x-reverse));
    margin-left: calc(48px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:space-y-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(54px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(54px*var(--tw-space-y-reverse))
  }
  .lg\:space-x-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(54px*var(--tw-space-x-reverse));
    margin-left: calc(54px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60px*var(--tw-space-y-reverse))
  }
  .lg\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60px*var(--tw-space-x-reverse));
    margin-left: calc(60px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(72px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(72px*var(--tw-space-y-reverse))
  }
  .lg\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(72px*var(--tw-space-x-reverse));
    margin-left: calc(72px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(84px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(84px*var(--tw-space-y-reverse))
  }
  .lg\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(84px*var(--tw-space-x-reverse));
    margin-left: calc(84px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(96px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(96px*var(--tw-space-y-reverse))
  }
  .lg\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(96px*var(--tw-space-x-reverse));
    margin-left: calc(96px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(108px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(108px*var(--tw-space-y-reverse))
  }
  .lg\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(108px*var(--tw-space-x-reverse));
    margin-left: calc(108px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(120px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(120px*var(--tw-space-y-reverse))
  }
  .lg\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(120px*var(--tw-space-x-reverse));
    margin-left: calc(120px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(132px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(132px*var(--tw-space-y-reverse))
  }
  .lg\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(132px*var(--tw-space-x-reverse));
    margin-left: calc(132px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(144px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(144px*var(--tw-space-y-reverse))
  }
  .lg\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(144px*var(--tw-space-x-reverse));
    margin-left: calc(144px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(156px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(156px*var(--tw-space-y-reverse))
  }
  .lg\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(156px*var(--tw-space-x-reverse));
    margin-left: calc(156px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(168px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(168px*var(--tw-space-y-reverse))
  }
  .lg\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(168px*var(--tw-space-x-reverse));
    margin-left: calc(168px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(180px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(180px*var(--tw-space-y-reverse))
  }
  .lg\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(180px*var(--tw-space-x-reverse));
    margin-left: calc(180px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(192px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(192px*var(--tw-space-y-reverse))
  }
  .lg\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(192px*var(--tw-space-x-reverse));
    margin-left: calc(192px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(216px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(216px*var(--tw-space-y-reverse))
  }
  .lg\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(216px*var(--tw-space-x-reverse));
    margin-left: calc(216px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(240px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(240px*var(--tw-space-y-reverse))
  }
  .lg\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(240px*var(--tw-space-x-reverse));
    margin-left: calc(240px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(288px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(288px*var(--tw-space-y-reverse))
  }
  .lg\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(288px*var(--tw-space-x-reverse));
    margin-left: calc(288px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px*var(--tw-space-y-reverse))
  }
  .lg\: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*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5px*var(--tw-space-y-reverse))
  }
  .lg\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5px*var(--tw-space-x-reverse));
    margin-left: calc(1.5px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4.5px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.5px*var(--tw-space-y-reverse))
  }
  .lg\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4.5px*var(--tw-space-x-reverse));
    margin-left: calc(4.5px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7.5px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.5px*var(--tw-space-y-reverse))
  }
  .lg\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7.5px*var(--tw-space-x-reverse));
    margin-left: calc(7.5px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10.5px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10.5px*var(--tw-space-y-reverse))
  }
  .lg\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10.5px*var(--tw-space-x-reverse));
    margin-left: calc(10.5px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px*var(--tw-space-y-reverse))
  }
  .lg\:-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*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3px*var(--tw-space-y-reverse))
  }
  .lg\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3px*var(--tw-space-x-reverse));
    margin-left: calc(-3px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6px*var(--tw-space-y-reverse))
  }
  .lg\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6px*var(--tw-space-x-reverse));
    margin-left: calc(-6px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9px*var(--tw-space-y-reverse))
  }
  .lg\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9px*var(--tw-space-x-reverse));
    margin-left: calc(-9px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12px*var(--tw-space-y-reverse))
  }
  .lg\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12px*var(--tw-space-x-reverse));
    margin-left: calc(-12px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-15px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15px*var(--tw-space-y-reverse))
  }
  .lg\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-15px*var(--tw-space-x-reverse));
    margin-left: calc(-15px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18px*var(--tw-space-y-reverse))
  }
  .lg\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18px*var(--tw-space-x-reverse));
    margin-left: calc(-18px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-21px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-21px*var(--tw-space-y-reverse))
  }
  .lg\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-21px*var(--tw-space-x-reverse));
    margin-left: calc(-21px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24px*var(--tw-space-y-reverse))
  }
  .lg\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24px*var(--tw-space-x-reverse));
    margin-left: calc(-24px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-27px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-27px*var(--tw-space-y-reverse))
  }
  .lg\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-27px*var(--tw-space-x-reverse));
    margin-left: calc(-27px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30px*var(--tw-space-y-reverse))
  }
  .lg\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30px*var(--tw-space-x-reverse));
    margin-left: calc(-30px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-33px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-33px*var(--tw-space-y-reverse))
  }
  .lg\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-33px*var(--tw-space-x-reverse));
    margin-left: calc(-33px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-36px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-36px*var(--tw-space-y-reverse))
  }
  .lg\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-36px*var(--tw-space-x-reverse));
    margin-left: calc(-36px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-42px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-42px*var(--tw-space-y-reverse))
  }
  .lg\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-42px*var(--tw-space-x-reverse));
    margin-left: calc(-42px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-48px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-48px*var(--tw-space-y-reverse))
  }
  .lg\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-48px*var(--tw-space-x-reverse));
    margin-left: calc(-48px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:-space-y-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-54px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-54px*var(--tw-space-y-reverse))
  }
  .lg\:-space-x-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-54px*var(--tw-space-x-reverse));
    margin-left: calc(-54px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-60px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60px*var(--tw-space-y-reverse))
  }
  .lg\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-60px*var(--tw-space-x-reverse));
    margin-left: calc(-60px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-72px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-72px*var(--tw-space-y-reverse))
  }
  .lg\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-72px*var(--tw-space-x-reverse));
    margin-left: calc(-72px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-84px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-84px*var(--tw-space-y-reverse))
  }
  .lg\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-84px*var(--tw-space-x-reverse));
    margin-left: calc(-84px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-96px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-96px*var(--tw-space-y-reverse))
  }
  .lg\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-96px*var(--tw-space-x-reverse));
    margin-left: calc(-96px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-108px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-108px*var(--tw-space-y-reverse))
  }
  .lg\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-108px*var(--tw-space-x-reverse));
    margin-left: calc(-108px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-120px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-120px*var(--tw-space-y-reverse))
  }
  .lg\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-120px*var(--tw-space-x-reverse));
    margin-left: calc(-120px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-132px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-132px*var(--tw-space-y-reverse))
  }
  .lg\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-132px*var(--tw-space-x-reverse));
    margin-left: calc(-132px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-144px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-144px*var(--tw-space-y-reverse))
  }
  .lg\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-144px*var(--tw-space-x-reverse));
    margin-left: calc(-144px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-156px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-156px*var(--tw-space-y-reverse))
  }
  .lg\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-156px*var(--tw-space-x-reverse));
    margin-left: calc(-156px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-168px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-168px*var(--tw-space-y-reverse))
  }
  .lg\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-168px*var(--tw-space-x-reverse));
    margin-left: calc(-168px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-180px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-180px*var(--tw-space-y-reverse))
  }
  .lg\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-180px*var(--tw-space-x-reverse));
    margin-left: calc(-180px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-192px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-192px*var(--tw-space-y-reverse))
  }
  .lg\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-192px*var(--tw-space-x-reverse));
    margin-left: calc(-192px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-216px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-216px*var(--tw-space-y-reverse))
  }
  .lg\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-216px*var(--tw-space-x-reverse));
    margin-left: calc(-216px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-240px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-240px*var(--tw-space-y-reverse))
  }
  .lg\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-240px*var(--tw-space-x-reverse));
    margin-left: calc(-240px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-288px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-288px*var(--tw-space-y-reverse))
  }
  .lg\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-288px*var(--tw-space-x-reverse));
    margin-left: calc(-288px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px*var(--tw-space-y-reverse))
  }
  .lg\:-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*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5px*var(--tw-space-y-reverse))
  }
  .lg\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5px*var(--tw-space-x-reverse));
    margin-left: calc(-1.5px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.5px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.5px*var(--tw-space-y-reverse))
  }
  .lg\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.5px*var(--tw-space-x-reverse));
    margin-left: calc(-4.5px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.5px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.5px*var(--tw-space-y-reverse))
  }
  .lg\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.5px*var(--tw-space-x-reverse));
    margin-left: calc(-7.5px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10.5px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10.5px*var(--tw-space-y-reverse))
  }
  .lg\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10.5px*var(--tw-space-x-reverse));
    margin-left: calc(-10.5px*(1 - var(--tw-space-x-reverse)))
  }
  .lg\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1
  }
  .lg\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1
  }
  .lg\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px*var(--tw-divide-y-reverse))
  }
  .lg\: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*(1 - var(--tw-divide-x-reverse)))
  }
  .lg\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px*var(--tw-divide-y-reverse))
  }
  .lg\: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*(1 - var(--tw-divide-x-reverse)))
  }
  .lg\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px*var(--tw-divide-y-reverse))
  }
  .lg\: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*(1 - var(--tw-divide-x-reverse)))
  }
  .lg\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px*var(--tw-divide-y-reverse))
  }
  .lg\: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*(1 - var(--tw-divide-x-reverse)))
  }
  .lg\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px*var(--tw-divide-y-reverse))
  }
  .lg\: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*(1 - var(--tw-divide-x-reverse)))
  }
  .lg\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1
  }
  .lg\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1
  }
  .lg\:divide-primary-50 > :not([hidden]) ~ :not([hidden]), .lg\:divide-primary-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity))
  }
  .lg\:divide-primary-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 246, 226, var(--tw-divide-opacity))
  }
  .lg\:divide-primary-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 230, 175, var(--tw-divide-opacity))
  }
  .lg\:divide-primary-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 213, 124, var(--tw-divide-opacity))
  }
  .lg\:divide-primary-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-divide-opacity))
  }
  .lg\:divide-primary-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 181, 22, var(--tw-divide-opacity))
  }
  .lg\:divide-primary-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 154, 0, var(--tw-divide-opacity))
  }
  .lg\:divide-primary-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(175, 119, 0, var(--tw-divide-opacity))
  }
  .lg\:divide-primary-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 84, 0, var(--tw-divide-opacity))
  }
  .lg\:divide-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-divide-opacity))
  }
  .lg\:divide-secondary-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(206, 251, 223, var(--tw-divide-opacity))
  }
  .lg\:divide-secondary-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(182, 249, 208, var(--tw-divide-opacity))
  }
  .lg\:divide-secondary-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(135, 245, 178, var(--tw-divide-opacity))
  }
  .lg\:divide-secondary-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 241, 148, var(--tw-divide-opacity))
  }
  .lg\:divide-secondary-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(40, 238, 118, var(--tw-divide-opacity))
  }
  .lg\:divide-secondary-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-divide-opacity))
  }
  .lg\:divide-secondary-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 163, 72, var(--tw-divide-opacity))
  }
  .lg\:divide-secondary-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(9, 116, 51, var(--tw-divide-opacity))
  }
  .lg\:divide-secondary-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 68, 30, var(--tw-divide-opacity))
  }
  .lg\:divide-secondary-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 21, 9, var(--tw-divide-opacity))
  }
  .lg\:divide-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-divide-opacity))
  }
  .lg\:divide-accent-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity))
  }
  .lg\:divide-accent-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity))
  }
  .lg\:divide-accent-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity))
  }
  .lg\:divide-accent-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity))
  }
  .lg\:divide-accent-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity))
  }
  .lg\:divide-accent-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity))
  }
  .lg\:divide-accent-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity))
  }
  .lg\:divide-accent-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity))
  }
  .lg\:divide-accent-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity))
  }
  .lg\:divide-accent-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity))
  }
  .lg\:divide-shade-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(58, 58, 49, var(--tw-divide-opacity))
  }
  .lg\:divide-shade-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 47, 53, var(--tw-divide-opacity))
  }
  .lg\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity))
  }
  .lg\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity))
  }
  .lg\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity))
  }
  .lg\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity))
  }
  .lg\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity))
  }
  .lg\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity))
  }
  .lg\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity))
  }
  .lg\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity))
  }
  .lg\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity))
  }
  .lg\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity))
  }
  .lg\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity))
  }
  .lg\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity))
  }
  .lg\:divide-brand-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity))
  }
  .lg\:divide-brand-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity))
  }
  .lg\:divide-brand-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity))
  }
  .lg\:divide-brand-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity))
  }
  .lg\:divide-brand-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity))
  }
  .lg\:divide-brand-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity))
  }
  .lg\:divide-brand-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity))
  }
  .lg\:divide-brand-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity))
  }
  .lg\:divide-brand-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity))
  }
  .lg\:divide-brand-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity))
  }
  .lg\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent
  }
  .lg\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor
  }
  .lg\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid
  }
  .lg\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed
  }
  .lg\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted
  }
  .lg\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double
  }
  .lg\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none
  }
  .lg\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0
  }
  .lg\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05
  }
  .lg\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1
  }
  .lg\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2
  }
  .lg\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25
  }
  .lg\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3
  }
  .lg\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4
  }
  .lg\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5
  }
  .lg\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6
  }
  .lg\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7
  }
  .lg\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75
  }
  .lg\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8
  }
  .lg\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9
  }
  .lg\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95
  }
  .lg\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1
  }
  .lg\: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\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal
  }
  .lg\:focus-within\: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\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal
  }
  .lg\:focus\: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\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal
  }
  .lg\:appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
  }
  .lg\:bg-fixed {
    background-attachment: fixed
  }
  .lg\:bg-local {
    background-attachment: local
  }
  .lg\:bg-scroll {
    background-attachment: scroll
  }
  .lg\:bg-clip-border {
    background-clip: border-box
  }
  .lg\:bg-clip-padding {
    background-clip: padding-box
  }
  .lg\:bg-clip-content {
    background-clip: content-box
  }
  .lg\:bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text
  }
  .lg\:bg-primary-50, .lg\:bg-primary-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .lg\:bg-primary-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 226, var(--tw-bg-opacity))
  }
  .lg\:bg-primary-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 230, 175, var(--tw-bg-opacity))
  }
  .lg\:bg-primary-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 213, 124, var(--tw-bg-opacity))
  }
  .lg\:bg-primary-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .lg\:bg-primary-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 181, 22, var(--tw-bg-opacity))
  }
  .lg\:bg-primary-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 154, 0, var(--tw-bg-opacity))
  }
  .lg\:bg-primary-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(175, 119, 0, var(--tw-bg-opacity))
  }
  .lg\:bg-primary-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 84, 0, var(--tw-bg-opacity))
  }
  .lg\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .lg\:bg-secondary-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 251, 223, var(--tw-bg-opacity))
  }
  .lg\:bg-secondary-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 249, 208, var(--tw-bg-opacity))
  }
  .lg\:bg-secondary-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(135, 245, 178, var(--tw-bg-opacity))
  }
  .lg\:bg-secondary-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 241, 148, var(--tw-bg-opacity))
  }
  .lg\:bg-secondary-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 238, 118, var(--tw-bg-opacity))
  }
  .lg\:bg-secondary-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .lg\:bg-secondary-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 163, 72, var(--tw-bg-opacity))
  }
  .lg\:bg-secondary-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(9, 116, 51, var(--tw-bg-opacity))
  }
  .lg\:bg-secondary-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 68, 30, var(--tw-bg-opacity))
  }
  .lg\:bg-secondary-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 21, 9, var(--tw-bg-opacity))
  }
  .lg\:bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .lg\:bg-accent-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity))
  }
  .lg\:bg-accent-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity))
  }
  .lg\:bg-accent-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity))
  }
  .lg\:bg-accent-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity))
  }
  .lg\:bg-accent-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity))
  }
  .lg\:bg-accent-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity))
  }
  .lg\:bg-accent-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity))
  }
  .lg\:bg-accent-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity))
  }
  .lg\:bg-accent-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity))
  }
  .lg\:bg-accent-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity))
  }
  .lg\:bg-shade-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 58, 49, var(--tw-bg-opacity))
  }
  .lg\:bg-shade-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 47, 53, var(--tw-bg-opacity))
  }
  .lg\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .lg\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity))
  }
  .lg\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity))
  }
  .lg\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity))
  }
  .lg\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity))
  }
  .lg\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity))
  }
  .lg\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity))
  }
  .lg\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity))
  }
  .lg\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity))
  }
  .lg\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity))
  }
  .lg\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity))
  }
  .lg\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity))
  }
  .lg\:bg-brand-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity))
  }
  .lg\:bg-brand-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity))
  }
  .lg\:bg-brand-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity))
  }
  .lg\:bg-brand-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity))
  }
  .lg\:bg-brand-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity))
  }
  .lg\:bg-brand-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity))
  }
  .lg\:bg-brand-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity))
  }
  .lg\:bg-brand-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity))
  }
  .lg\:bg-brand-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity))
  }
  .lg\:bg-brand-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity))
  }
  .lg\:bg-transparent {
    background-color: transparent
  }
  .lg\:bg-current {
    background-color: currentColor
  }
  .lg\:checked\:bg-primary-50:checked, .lg\:checked\:bg-primary-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .lg\:checked\:bg-primary-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 226, var(--tw-bg-opacity))
  }
  .lg\:checked\:bg-primary-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 230, 175, var(--tw-bg-opacity))
  }
  .lg\:checked\:bg-primary-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 213, 124, var(--tw-bg-opacity))
  }
  .lg\:checked\:bg-primary-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .lg\:checked\:bg-primary-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 181, 22, var(--tw-bg-opacity))
  }
  .lg\:checked\:bg-primary-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 154, 0, var(--tw-bg-opacity))
  }
  .lg\:checked\:bg-primary-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(175, 119, 0, var(--tw-bg-opacity))
  }
  .lg\:checked\:bg-primary-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 84, 0, var(--tw-bg-opacity))
  }
  .lg\:checked\:bg-primary:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .lg\:checked\:bg-secondary-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 251, 223, var(--tw-bg-opacity))
  }
  .lg\:checked\:bg-secondary-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 249, 208, var(--tw-bg-opacity))
  }
  .lg\:checked\:bg-secondary-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(135, 245, 178, var(--tw-bg-opacity))
  }
  .lg\:checked\:bg-secondary-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 241, 148, var(--tw-bg-opacity))
  }
  .lg\:checked\:bg-secondary-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 238, 118, var(--tw-bg-opacity))
  }
  .lg\:checked\:bg-secondary-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .lg\:checked\:bg-secondary-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 163, 72, var(--tw-bg-opacity))
  }
  .lg\:checked\:bg-secondary-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(9, 116, 51, var(--tw-bg-opacity))
  }
  .lg\:checked\:bg-secondary-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 68, 30, var(--tw-bg-opacity))
  }
  .lg\:checked\:bg-secondary-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 21, 9, var(--tw-bg-opacity))
  }
  .lg\:checked\:bg-secondary:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .lg\:checked\:bg-accent-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity))
  }
  .lg\:checked\:bg-accent-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity))
  }
  .lg\:checked\:bg-accent-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity))
  }
  .lg\:checked\:bg-accent-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity))
  }
  .lg\:checked\:bg-accent-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity))
  }
  .lg\:checked\:bg-accent-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity))
  }
  .lg\:checked\:bg-accent-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity))
  }
  .lg\:checked\:bg-accent-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity))
  }
  .lg\:checked\:bg-accent-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity))
  }
  .lg\:checked\:bg-accent-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity))
  }
  .lg\:checked\:bg-shade-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 58, 49, var(--tw-bg-opacity))
  }
  .lg\:checked\:bg-shade-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 47, 53, var(--tw-bg-opacity))
  }
  .lg\:checked\:bg-white:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .lg\:checked\:bg-black:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity))
  }
  .lg\:checked\:bg-gray-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity))
  }
  .lg\:checked\:bg-gray-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity))
  }
  .lg\:checked\:bg-gray-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity))
  }
  .lg\:checked\:bg-gray-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity))
  }
  .lg\:checked\:bg-gray-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity))
  }
  .lg\:checked\:bg-gray-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity))
  }
  .lg\:checked\:bg-gray-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity))
  }
  .lg\:checked\:bg-gray-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity))
  }
  .lg\:checked\:bg-gray-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity))
  }
  .lg\:checked\:bg-gray-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity))
  }
  .lg\:checked\:bg-brand-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity))
  }
  .lg\:checked\:bg-brand-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity))
  }
  .lg\:checked\:bg-brand-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity))
  }
  .lg\:checked\:bg-brand-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity))
  }
  .lg\:checked\:bg-brand-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity))
  }
  .lg\:checked\:bg-brand-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity))
  }
  .lg\:checked\:bg-brand-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity))
  }
  .lg\:checked\:bg-brand-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity))
  }
  .lg\:checked\:bg-brand-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity))
  }
  .lg\:checked\:bg-brand-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity))
  }
  .lg\:checked\:bg-transparent:checked {
    background-color: transparent
  }
  .lg\:checked\:bg-current:checked {
    background-color: currentColor
  }
  .group:hover .lg\:group-hover\:bg-primary-50, .group:hover .lg\:group-hover\:bg-primary-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .group:hover .lg\:group-hover\:bg-primary-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 226, var(--tw-bg-opacity))
  }
  .group:hover .lg\:group-hover\:bg-primary-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 230, 175, var(--tw-bg-opacity))
  }
  .group:hover .lg\:group-hover\:bg-primary-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 213, 124, var(--tw-bg-opacity))
  }
  .group:hover .lg\:group-hover\:bg-primary-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .group:hover .lg\:group-hover\:bg-primary-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 181, 22, var(--tw-bg-opacity))
  }
  .group:hover .lg\:group-hover\:bg-primary-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 154, 0, var(--tw-bg-opacity))
  }
  .group:hover .lg\:group-hover\:bg-primary-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(175, 119, 0, var(--tw-bg-opacity))
  }
  .group:hover .lg\:group-hover\:bg-primary-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 84, 0, var(--tw-bg-opacity))
  }
  .group:hover .lg\:group-hover\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .group:hover .lg\:group-hover\:bg-secondary-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 251, 223, var(--tw-bg-opacity))
  }
  .group:hover .lg\:group-hover\:bg-secondary-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 249, 208, var(--tw-bg-opacity))
  }
  .group:hover .lg\:group-hover\:bg-secondary-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(135, 245, 178, var(--tw-bg-opacity))
  }
  .group:hover .lg\:group-hover\:bg-secondary-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 241, 148, var(--tw-bg-opacity))
  }
  .group:hover .lg\:group-hover\:bg-secondary-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 238, 118, var(--tw-bg-opacity))
  }
  .group:hover .lg\:group-hover\:bg-secondary-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .group:hover .lg\:group-hover\:bg-secondary-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 163, 72, var(--tw-bg-opacity))
  }
  .group:hover .lg\:group-hover\:bg-secondary-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(9, 116, 51, var(--tw-bg-opacity))
  }
  .group:hover .lg\:group-hover\:bg-secondary-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 68, 30, var(--tw-bg-opacity))
  }
  .group:hover .lg\:group-hover\:bg-secondary-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 21, 9, var(--tw-bg-opacity))
  }
  .group:hover .lg\:group-hover\:bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .group:hover .lg\:group-hover\:bg-accent-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity))
  }
  .group:hover .lg\:group-hover\:bg-accent-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity))
  }
  .group:hover .lg\:group-hover\:bg-accent-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity))
  }
  .group:hover .lg\:group-hover\:bg-accent-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity))
  }
  .group:hover .lg\:group-hover\:bg-accent-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity))
  }
  .group:hover .lg\:group-hover\:bg-accent-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity))
  }
  .group:hover .lg\:group-hover\:bg-accent-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity))
  }
  .group:hover .lg\:group-hover\:bg-accent-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity))
  }
  .group:hover .lg\:group-hover\:bg-accent-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity))
  }
  .group:hover .lg\:group-hover\:bg-accent-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity))
  }
  .group:hover .lg\:group-hover\:bg-shade-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 58, 49, var(--tw-bg-opacity))
  }
  .group:hover .lg\:group-hover\:bg-shade-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 47, 53, var(--tw-bg-opacity))
  }
  .group:hover .lg\:group-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .group:hover .lg\:group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity))
  }
  .group:hover .lg\:group-hover\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity))
  }
  .group:hover .lg\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity))
  }
  .group:hover .lg\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity))
  }
  .group:hover .lg\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity))
  }
  .group:hover .lg\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity))
  }
  .group:hover .lg\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity))
  }
  .group:hover .lg\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity))
  }
  .group:hover .lg\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity))
  }
  .group:hover .lg\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity))
  }
  .group:hover .lg\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity))
  }
  .group:hover .lg\:group-hover\:bg-brand-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity))
  }
  .group:hover .lg\:group-hover\:bg-brand-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity))
  }
  .group:hover .lg\:group-hover\:bg-brand-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity))
  }
  .group:hover .lg\:group-hover\:bg-brand-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity))
  }
  .group:hover .lg\:group-hover\:bg-brand-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity))
  }
  .group:hover .lg\:group-hover\:bg-brand-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity))
  }
  .group:hover .lg\:group-hover\:bg-brand-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity))
  }
  .group:hover .lg\:group-hover\:bg-brand-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity))
  }
  .group:hover .lg\:group-hover\:bg-brand-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity))
  }
  .group:hover .lg\:group-hover\:bg-brand-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity))
  }
  .group:hover .lg\:group-hover\:bg-transparent {
    background-color: transparent
  }
  .group:hover .lg\:group-hover\:bg-current {
    background-color: currentColor
  }
  .lg\:focus-within\:bg-primary-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-primary-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-primary-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 226, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-primary-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 230, 175, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-primary-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 213, 124, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-primary-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-primary-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 181, 22, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-primary-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 154, 0, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-primary-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(175, 119, 0, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-primary-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 84, 0, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-primary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-secondary-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 251, 223, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-secondary-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 249, 208, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-secondary-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(135, 245, 178, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-secondary-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 241, 148, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-secondary-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 238, 118, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-secondary-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-secondary-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 163, 72, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-secondary-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(9, 116, 51, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-secondary-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 68, 30, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-secondary-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 21, 9, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-secondary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-accent-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-accent-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-accent-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-accent-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-accent-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-accent-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-accent-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-accent-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-accent-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-accent-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-shade-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 58, 49, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-shade-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 47, 53, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-gray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-brand-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-brand-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-brand-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-brand-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-brand-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-brand-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-brand-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-brand-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-brand-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-brand-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity))
  }
  .lg\:focus-within\:bg-transparent:focus-within {
    background-color: transparent
  }
  .lg\:focus-within\:bg-current:focus-within {
    background-color: currentColor
  }
  .lg\:hover\:bg-primary-50:hover, .lg\:hover\:bg-primary-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .lg\:hover\:bg-primary-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 226, var(--tw-bg-opacity))
  }
  .lg\:hover\:bg-primary-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 230, 175, var(--tw-bg-opacity))
  }
  .lg\:hover\:bg-primary-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 213, 124, var(--tw-bg-opacity))
  }
  .lg\:hover\:bg-primary-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .lg\:hover\:bg-primary-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 181, 22, var(--tw-bg-opacity))
  }
  .lg\:hover\:bg-primary-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 154, 0, var(--tw-bg-opacity))
  }
  .lg\:hover\:bg-primary-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(175, 119, 0, var(--tw-bg-opacity))
  }
  .lg\:hover\:bg-primary-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 84, 0, var(--tw-bg-opacity))
  }
  .lg\:hover\:bg-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .lg\:hover\:bg-secondary-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 251, 223, var(--tw-bg-opacity))
  }
  .lg\:hover\:bg-secondary-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 249, 208, var(--tw-bg-opacity))
  }
  .lg\:hover\:bg-secondary-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(135, 245, 178, var(--tw-bg-opacity))
  }
  .lg\:hover\:bg-secondary-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 241, 148, var(--tw-bg-opacity))
  }
  .lg\:hover\:bg-secondary-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 238, 118, var(--tw-bg-opacity))
  }
  .lg\:hover\:bg-secondary-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .lg\:hover\:bg-secondary-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 163, 72, var(--tw-bg-opacity))
  }
  .lg\:hover\:bg-secondary-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(9, 116, 51, var(--tw-bg-opacity))
  }
  .lg\:hover\:bg-secondary-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 68, 30, var(--tw-bg-opacity))
  }
  .lg\:hover\:bg-secondary-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 21, 9, var(--tw-bg-opacity))
  }
  .lg\:hover\:bg-secondary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .lg\:hover\:bg-accent-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity))
  }
  .lg\:hover\:bg-accent-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity))
  }
  .lg\:hover\:bg-accent-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity))
  }
  .lg\:hover\:bg-accent-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity))
  }
  .lg\:hover\:bg-accent-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity))
  }
  .lg\:hover\:bg-accent-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity))
  }
  .lg\:hover\:bg-accent-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity))
  }
  .lg\:hover\:bg-accent-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity))
  }
  .lg\:hover\:bg-accent-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity))
  }
  .lg\:hover\:bg-accent-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity))
  }
  .lg\:hover\:bg-shade-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 58, 49, var(--tw-bg-opacity))
  }
  .lg\:hover\:bg-shade-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 47, 53, var(--tw-bg-opacity))
  }
  .lg\:hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .lg\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity))
  }
  .lg\:hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity))
  }
  .lg\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity))
  }
  .lg\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity))
  }
  .lg\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity))
  }
  .lg\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity))
  }
  .lg\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity))
  }
  .lg\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity))
  }
  .lg\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity))
  }
  .lg\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity))
  }
  .lg\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity))
  }
  .lg\:hover\:bg-brand-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity))
  }
  .lg\:hover\:bg-brand-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity))
  }
  .lg\:hover\:bg-brand-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity))
  }
  .lg\:hover\:bg-brand-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity))
  }
  .lg\:hover\:bg-brand-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity))
  }
  .lg\:hover\:bg-brand-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity))
  }
  .lg\:hover\:bg-brand-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity))
  }
  .lg\:hover\:bg-brand-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity))
  }
  .lg\:hover\:bg-brand-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity))
  }
  .lg\:hover\:bg-brand-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity))
  }
  .lg\:hover\:bg-transparent:hover {
    background-color: transparent
  }
  .lg\:hover\:bg-current:hover {
    background-color: currentColor
  }
  .lg\:focus\:bg-primary-50:focus, .lg\:focus\:bg-primary-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .lg\:focus\:bg-primary-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 226, var(--tw-bg-opacity))
  }
  .lg\:focus\:bg-primary-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 230, 175, var(--tw-bg-opacity))
  }
  .lg\:focus\:bg-primary-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 213, 124, var(--tw-bg-opacity))
  }
  .lg\:focus\:bg-primary-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .lg\:focus\:bg-primary-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 181, 22, var(--tw-bg-opacity))
  }
  .lg\:focus\:bg-primary-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 154, 0, var(--tw-bg-opacity))
  }
  .lg\:focus\:bg-primary-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(175, 119, 0, var(--tw-bg-opacity))
  }
  .lg\:focus\:bg-primary-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 84, 0, var(--tw-bg-opacity))
  }
  .lg\:focus\:bg-primary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .lg\:focus\:bg-secondary-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 251, 223, var(--tw-bg-opacity))
  }
  .lg\:focus\:bg-secondary-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 249, 208, var(--tw-bg-opacity))
  }
  .lg\:focus\:bg-secondary-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(135, 245, 178, var(--tw-bg-opacity))
  }
  .lg\:focus\:bg-secondary-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 241, 148, var(--tw-bg-opacity))
  }
  .lg\:focus\:bg-secondary-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 238, 118, var(--tw-bg-opacity))
  }
  .lg\:focus\:bg-secondary-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .lg\:focus\:bg-secondary-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 163, 72, var(--tw-bg-opacity))
  }
  .lg\:focus\:bg-secondary-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(9, 116, 51, var(--tw-bg-opacity))
  }
  .lg\:focus\:bg-secondary-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 68, 30, var(--tw-bg-opacity))
  }
  .lg\:focus\:bg-secondary-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 21, 9, var(--tw-bg-opacity))
  }
  .lg\:focus\:bg-secondary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .lg\:focus\:bg-accent-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity))
  }
  .lg\:focus\:bg-accent-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity))
  }
  .lg\:focus\:bg-accent-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity))
  }
  .lg\:focus\:bg-accent-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity))
  }
  .lg\:focus\:bg-accent-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity))
  }
  .lg\:focus\:bg-accent-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity))
  }
  .lg\:focus\:bg-accent-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity))
  }
  .lg\:focus\:bg-accent-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity))
  }
  .lg\:focus\:bg-accent-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity))
  }
  .lg\:focus\:bg-accent-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity))
  }
  .lg\:focus\:bg-shade-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 58, 49, var(--tw-bg-opacity))
  }
  .lg\:focus\:bg-shade-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 47, 53, var(--tw-bg-opacity))
  }
  .lg\:focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .lg\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity))
  }
  .lg\:focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity))
  }
  .lg\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity))
  }
  .lg\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity))
  }
  .lg\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity))
  }
  .lg\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity))
  }
  .lg\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity))
  }
  .lg\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity))
  }
  .lg\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity))
  }
  .lg\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity))
  }
  .lg\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity))
  }
  .lg\:focus\:bg-brand-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity))
  }
  .lg\:focus\:bg-brand-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity))
  }
  .lg\:focus\:bg-brand-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity))
  }
  .lg\:focus\:bg-brand-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity))
  }
  .lg\:focus\:bg-brand-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity))
  }
  .lg\:focus\:bg-brand-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity))
  }
  .lg\:focus\:bg-brand-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity))
  }
  .lg\:focus\:bg-brand-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity))
  }
  .lg\:focus\:bg-brand-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity))
  }
  .lg\:focus\:bg-brand-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity))
  }
  .lg\:focus\:bg-transparent:focus {
    background-color: transparent
  }
  .lg\:focus\:bg-current:focus {
    background-color: currentColor
  }
  .lg\:bg-none {
    background-image: none
  }
  .lg\:bg-gradient-to-t {
    background-image: linear-gradient(0deg, var(--tw-gradient-stops))
  }
  .lg\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops))
  }
  .lg\:bg-gradient-to-r {
    background-image: linear-gradient(90deg, var(--tw-gradient-stops))
  }
  .lg\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops))
  }
  .lg\:bg-gradient-to-b {
    background-image: linear-gradient(180deg, var(--tw-gradient-stops))
  }
  .lg\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops))
  }
  .lg\:bg-gradient-to-l {
    background-image: linear-gradient(270deg, var(--tw-gradient-stops))
  }
  .lg\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops))
  }
  .lg\:from-primary-50, .lg\:from-primary-100 {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .lg\:from-primary-200 {
    --tw-gradient-from: #fff6e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 226, 0))
  }
  .lg\:from-primary-300 {
    --tw-gradient-from: #ffe6af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 230, 175, 0))
  }
  .lg\:from-primary-400 {
    --tw-gradient-from: #ffd57c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 213, 124, 0))
  }
  .lg\:from-primary-500 {
    --tw-gradient-from: #ffc549;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .lg\:from-primary-600 {
    --tw-gradient-from: #ffb516;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 181, 22, 0))
  }
  .lg\:from-primary-700 {
    --tw-gradient-from: #e29a00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 154, 0, 0))
  }
  .lg\:from-primary-800 {
    --tw-gradient-from: #af7700;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 119, 0, 0))
  }
  .lg\:from-primary-900 {
    --tw-gradient-from: #7c5400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 84, 0, 0))
  }
  .lg\:from-primary {
    --tw-gradient-from: #ffc549;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .lg\:from-secondary-50 {
    --tw-gradient-from: #cefbdf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 251, 223, 0))
  }
  .lg\:from-secondary-100 {
    --tw-gradient-from: #b6f9d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 249, 208, 0))
  }
  .lg\:from-secondary-200 {
    --tw-gradient-from: #87f5b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 245, 178, 0))
  }
  .lg\:from-secondary-300 {
    --tw-gradient-from: #58f194;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 241, 148, 0))
  }
  .lg\:from-secondary-400 {
    --tw-gradient-from: #28ee76;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 238, 118, 0))
  }
  .lg\:from-secondary-500 {
    --tw-gradient-from: #11d25d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .lg\:from-secondary-600 {
    --tw-gradient-from: #0da348;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 163, 72, 0))
  }
  .lg\:from-secondary-700 {
    --tw-gradient-from: #097433;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 116, 51, 0))
  }
  .lg\:from-secondary-800 {
    --tw-gradient-from: #06441e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 68, 30, 0))
  }
  .lg\:from-secondary-900 {
    --tw-gradient-from: #021509;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 21, 9, 0))
  }
  .lg\:from-secondary {
    --tw-gradient-from: #11d25d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .lg\:from-accent-50 {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }
  .lg\:from-accent-100 {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }
  .lg\:from-accent-200 {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }
  .lg\:from-accent-300 {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }
  .lg\:from-accent-400 {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }
  .lg\:from-accent-500 {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }
  .lg\:from-accent-600 {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }
  .lg\:from-accent-700 {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }
  .lg\:from-accent-800 {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }
  .lg\:from-accent-900 {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }
  .lg\:from-shade-500 {
    --tw-gradient-from: #3a3a31;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 58, 49, 0))
  }
  .lg\:from-shade-600 {
    --tw-gradient-from: #2d2f35;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 47, 53, 0))
  }
  .lg\:from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .lg\:from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent)
  }
  .lg\:from-gray-50 {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }
  .lg\:from-gray-100 {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }
  .lg\:from-gray-200 {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }
  .lg\:from-gray-300 {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }
  .lg\:from-gray-400 {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }
  .lg\:from-gray-500 {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }
  .lg\:from-gray-600 {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }
  .lg\:from-gray-700 {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }
  .lg\:from-gray-800 {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }
  .lg\:from-gray-900 {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }
  .lg\:from-brand-50 {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }
  .lg\:from-brand-100 {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }
  .lg\:from-brand-200 {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }
  .lg\:from-brand-300 {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }
  .lg\:from-brand-400 {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }
  .lg\:from-brand-500 {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }
  .lg\:from-brand-600 {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }
  .lg\:from-brand-700 {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }
  .lg\:from-brand-800 {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }
  .lg\:from-brand-900 {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }
  .lg\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent)
  }
  .lg\:from-current {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .lg\:from-yellow {
    --tw-gradient-from: #eac32a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 195, 42, 0))
  }
  .lg\:from-green {
    --tw-gradient-from: #11d25d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .lg\:from-header-grad-1 {
    --tw-gradient-from: #f4cb89;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 203, 137, 0))
  }
  .lg\:from-header-grad-2 {
    --tw-gradient-from: #e3aa4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 170, 74, 0))
  }
  .lg\:from-header-grad-3 {
    --tw-gradient-from: #d85801;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 88, 1, 0))
  }
  .lg\:from-header-grad-4 {
    --tw-gradient-from: #d89930;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 153, 48, 0))
  }
  .lg\:via-primary-50, .lg\:via-primary-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .lg\:via-primary-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff6e2, var(--tw-gradient-to, rgba(255, 246, 226, 0))
  }
  .lg\:via-primary-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe6af, var(--tw-gradient-to, rgba(255, 230, 175, 0))
  }
  .lg\:via-primary-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffd57c, var(--tw-gradient-to, rgba(255, 213, 124, 0))
  }
  .lg\:via-primary-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffc549, var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .lg\:via-primary-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffb516, var(--tw-gradient-to, rgba(255, 181, 22, 0))
  }
  .lg\:via-primary-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #e29a00, var(--tw-gradient-to, rgba(226, 154, 0, 0))
  }
  .lg\:via-primary-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #af7700, var(--tw-gradient-to, rgba(175, 119, 0, 0))
  }
  .lg\:via-primary-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c5400, var(--tw-gradient-to, rgba(124, 84, 0, 0))
  }
  .lg\:via-primary {
    --tw-gradient-stops: var(--tw-gradient-from), #ffc549, var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .lg\:via-secondary-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #cefbdf, var(--tw-gradient-to, rgba(206, 251, 223, 0))
  }
  .lg\:via-secondary-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #b6f9d0, var(--tw-gradient-to, rgba(182, 249, 208, 0))
  }
  .lg\:via-secondary-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #87f5b2, var(--tw-gradient-to, rgba(135, 245, 178, 0))
  }
  .lg\:via-secondary-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #58f194, var(--tw-gradient-to, rgba(88, 241, 148, 0))
  }
  .lg\:via-secondary-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #28ee76, var(--tw-gradient-to, rgba(40, 238, 118, 0))
  }
  .lg\:via-secondary-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #11d25d, var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .lg\:via-secondary-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0da348, var(--tw-gradient-to, rgba(13, 163, 72, 0))
  }
  .lg\:via-secondary-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #097433, var(--tw-gradient-to, rgba(9, 116, 51, 0))
  }
  .lg\:via-secondary-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #06441e, var(--tw-gradient-to, rgba(6, 68, 30, 0))
  }
  .lg\:via-secondary-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #021509, var(--tw-gradient-to, rgba(2, 21, 9, 0))
  }
  .lg\:via-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), #11d25d, var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .lg\:via-accent-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }
  .lg\:via-accent-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }
  .lg\:via-accent-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }
  .lg\:via-accent-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }
  .lg\:via-accent-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }
  .lg\:via-accent-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }
  .lg\:via-accent-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }
  .lg\:via-accent-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }
  .lg\:via-accent-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }
  .lg\:via-accent-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }
  .lg\:via-shade-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3a3a31, var(--tw-gradient-to, rgba(58, 58, 49, 0))
  }
  .lg\:via-shade-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2d2f35, var(--tw-gradient-to, rgba(45, 47, 53, 0))
  }
  .lg\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .lg\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, transparent)
  }
  .lg\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }
  .lg\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }
  .lg\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }
  .lg\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }
  .lg\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }
  .lg\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }
  .lg\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }
  .lg\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }
  .lg\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }
  .lg\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }
  .lg\:via-brand-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }
  .lg\:via-brand-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }
  .lg\:via-brand-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }
  .lg\:via-brand-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }
  .lg\:via-brand-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }
  .lg\:via-brand-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }
  .lg\:via-brand-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }
  .lg\:via-brand-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }
  .lg\:via-brand-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }
  .lg\:via-brand-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }
  .lg\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, transparent)
  }
  .lg\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .lg\:via-yellow {
    --tw-gradient-stops: var(--tw-gradient-from), #eac32a, var(--tw-gradient-to, rgba(234, 195, 42, 0))
  }
  .lg\:via-green {
    --tw-gradient-stops: var(--tw-gradient-from), #11d25d, var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .lg\:via-header-grad-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #f4cb89, var(--tw-gradient-to, rgba(244, 203, 137, 0))
  }
  .lg\:via-header-grad-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #e3aa4a, var(--tw-gradient-to, rgba(227, 170, 74, 0))
  }
  .lg\:via-header-grad-3 {
    --tw-gradient-stops: var(--tw-gradient-from), #d85801, var(--tw-gradient-to, rgba(216, 88, 1, 0))
  }
  .lg\:via-header-grad-4 {
    --tw-gradient-stops: var(--tw-gradient-from), #d89930, var(--tw-gradient-to, rgba(216, 153, 48, 0))
  }
  .lg\:to-primary-50, .lg\:to-primary-100 {
    --tw-gradient-to: #fff
  }
  .lg\:to-primary-200 {
    --tw-gradient-to: #fff6e2
  }
  .lg\:to-primary-300 {
    --tw-gradient-to: #ffe6af
  }
  .lg\:to-primary-400 {
    --tw-gradient-to: #ffd57c
  }
  .lg\:to-primary-500 {
    --tw-gradient-to: #ffc549
  }
  .lg\:to-primary-600 {
    --tw-gradient-to: #ffb516
  }
  .lg\:to-primary-700 {
    --tw-gradient-to: #e29a00
  }
  .lg\:to-primary-800 {
    --tw-gradient-to: #af7700
  }
  .lg\:to-primary-900 {
    --tw-gradient-to: #7c5400
  }
  .lg\:to-primary {
    --tw-gradient-to: #ffc549
  }
  .lg\:to-secondary-50 {
    --tw-gradient-to: #cefbdf
  }
  .lg\:to-secondary-100 {
    --tw-gradient-to: #b6f9d0
  }
  .lg\:to-secondary-200 {
    --tw-gradient-to: #87f5b2
  }
  .lg\:to-secondary-300 {
    --tw-gradient-to: #58f194
  }
  .lg\:to-secondary-400 {
    --tw-gradient-to: #28ee76
  }
  .lg\:to-secondary-500 {
    --tw-gradient-to: #11d25d
  }
  .lg\:to-secondary-600 {
    --tw-gradient-to: #0da348
  }
  .lg\:to-secondary-700 {
    --tw-gradient-to: #097433
  }
  .lg\:to-secondary-800 {
    --tw-gradient-to: #06441e
  }
  .lg\:to-secondary-900 {
    --tw-gradient-to: #021509
  }
  .lg\:to-secondary {
    --tw-gradient-to: #11d25d
  }
  .lg\:to-accent-50 {
    --tw-gradient-to: #fef2f2
  }
  .lg\:to-accent-100 {
    --tw-gradient-to: #fee2e2
  }
  .lg\:to-accent-200 {
    --tw-gradient-to: #fecaca
  }
  .lg\:to-accent-300 {
    --tw-gradient-to: #fca5a5
  }
  .lg\:to-accent-400 {
    --tw-gradient-to: #f87171
  }
  .lg\:to-accent-500 {
    --tw-gradient-to: #ef4444
  }
  .lg\:to-accent-600 {
    --tw-gradient-to: #dc2626
  }
  .lg\:to-accent-700 {
    --tw-gradient-to: #b91c1c
  }
  .lg\:to-accent-800 {
    --tw-gradient-to: #991b1b
  }
  .lg\:to-accent-900 {
    --tw-gradient-to: #7f1d1d
  }
  .lg\:to-shade-500 {
    --tw-gradient-to: #3a3a31
  }
  .lg\:to-shade-600 {
    --tw-gradient-to: #2d2f35
  }
  .lg\:to-white {
    --tw-gradient-to: #fff
  }
  .lg\:to-black {
    --tw-gradient-to: #000
  }
  .lg\:to-gray-50 {
    --tw-gradient-to: #f9fafb
  }
  .lg\:to-gray-100 {
    --tw-gradient-to: #f3f4f6
  }
  .lg\:to-gray-200 {
    --tw-gradient-to: #e5e7eb
  }
  .lg\:to-gray-300 {
    --tw-gradient-to: #d1d5db
  }
  .lg\:to-gray-400 {
    --tw-gradient-to: #9ca3af
  }
  .lg\:to-gray-500 {
    --tw-gradient-to: #6b7280
  }
  .lg\:to-gray-600 {
    --tw-gradient-to: #4b5563
  }
  .lg\:to-gray-700 {
    --tw-gradient-to: #374151
  }
  .lg\:to-gray-800 {
    --tw-gradient-to: #1f2937
  }
  .lg\:to-gray-900 {
    --tw-gradient-to: #111827
  }
  .lg\:to-brand-50 {
    --tw-gradient-to: #eff6ff
  }
  .lg\:to-brand-100 {
    --tw-gradient-to: #dbeafe
  }
  .lg\:to-brand-200 {
    --tw-gradient-to: #bfdbfe
  }
  .lg\:to-brand-300 {
    --tw-gradient-to: #93c5fd
  }
  .lg\:to-brand-400 {
    --tw-gradient-to: #60a5fa
  }
  .lg\:to-brand-500 {
    --tw-gradient-to: #3b82f6
  }
  .lg\:to-brand-600 {
    --tw-gradient-to: #2563eb
  }
  .lg\:to-brand-700 {
    --tw-gradient-to: #1d4ed8
  }
  .lg\:to-brand-800 {
    --tw-gradient-to: #1e40af
  }
  .lg\:to-brand-900 {
    --tw-gradient-to: #1e3a8a
  }
  .lg\:to-transparent {
    --tw-gradient-to: transparent
  }
  .lg\:to-current {
    --tw-gradient-to: currentColor
  }
  .lg\:to-yellow {
    --tw-gradient-to: #eac32a
  }
  .lg\:to-green {
    --tw-gradient-to: #11d25d
  }
  .lg\:to-header-grad-1 {
    --tw-gradient-to: #f4cb89
  }
  .lg\:to-header-grad-2 {
    --tw-gradient-to: #e3aa4a
  }
  .lg\:to-header-grad-3 {
    --tw-gradient-to: #d85801
  }
  .lg\:to-header-grad-4 {
    --tw-gradient-to: #d89930
  }
  .lg\:hover\:from-primary-50:hover, .lg\:hover\:from-primary-100:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .lg\:hover\:from-primary-200:hover {
    --tw-gradient-from: #fff6e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 226, 0))
  }
  .lg\:hover\:from-primary-300:hover {
    --tw-gradient-from: #ffe6af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 230, 175, 0))
  }
  .lg\:hover\:from-primary-400:hover {
    --tw-gradient-from: #ffd57c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 213, 124, 0))
  }
  .lg\:hover\:from-primary-500:hover {
    --tw-gradient-from: #ffc549;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .lg\:hover\:from-primary-600:hover {
    --tw-gradient-from: #ffb516;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 181, 22, 0))
  }
  .lg\:hover\:from-primary-700:hover {
    --tw-gradient-from: #e29a00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 154, 0, 0))
  }
  .lg\:hover\:from-primary-800:hover {
    --tw-gradient-from: #af7700;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 119, 0, 0))
  }
  .lg\:hover\:from-primary-900:hover {
    --tw-gradient-from: #7c5400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 84, 0, 0))
  }
  .lg\:hover\:from-primary:hover {
    --tw-gradient-from: #ffc549;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .lg\:hover\:from-secondary-50:hover {
    --tw-gradient-from: #cefbdf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 251, 223, 0))
  }
  .lg\:hover\:from-secondary-100:hover {
    --tw-gradient-from: #b6f9d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 249, 208, 0))
  }
  .lg\:hover\:from-secondary-200:hover {
    --tw-gradient-from: #87f5b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 245, 178, 0))
  }
  .lg\:hover\:from-secondary-300:hover {
    --tw-gradient-from: #58f194;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 241, 148, 0))
  }
  .lg\:hover\:from-secondary-400:hover {
    --tw-gradient-from: #28ee76;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 238, 118, 0))
  }
  .lg\:hover\:from-secondary-500:hover {
    --tw-gradient-from: #11d25d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .lg\:hover\:from-secondary-600:hover {
    --tw-gradient-from: #0da348;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 163, 72, 0))
  }
  .lg\:hover\:from-secondary-700:hover {
    --tw-gradient-from: #097433;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 116, 51, 0))
  }
  .lg\:hover\:from-secondary-800:hover {
    --tw-gradient-from: #06441e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 68, 30, 0))
  }
  .lg\:hover\:from-secondary-900:hover {
    --tw-gradient-from: #021509;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 21, 9, 0))
  }
  .lg\:hover\:from-secondary:hover {
    --tw-gradient-from: #11d25d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .lg\:hover\:from-accent-50:hover {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }
  .lg\:hover\:from-accent-100:hover {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }
  .lg\:hover\:from-accent-200:hover {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }
  .lg\:hover\:from-accent-300:hover {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }
  .lg\:hover\:from-accent-400:hover {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }
  .lg\:hover\:from-accent-500:hover {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }
  .lg\:hover\:from-accent-600:hover {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }
  .lg\:hover\:from-accent-700:hover {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }
  .lg\:hover\:from-accent-800:hover {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }
  .lg\:hover\:from-accent-900:hover {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }
  .lg\:hover\:from-shade-500:hover {
    --tw-gradient-from: #3a3a31;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 58, 49, 0))
  }
  .lg\:hover\:from-shade-600:hover {
    --tw-gradient-from: #2d2f35;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 47, 53, 0))
  }
  .lg\:hover\:from-white:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .lg\:hover\:from-black:hover {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent)
  }
  .lg\:hover\:from-gray-50:hover {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }
  .lg\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }
  .lg\:hover\:from-gray-200:hover {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }
  .lg\:hover\:from-gray-300:hover {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }
  .lg\:hover\:from-gray-400:hover {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }
  .lg\:hover\:from-gray-500:hover {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }
  .lg\:hover\:from-gray-600:hover {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }
  .lg\:hover\:from-gray-700:hover {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }
  .lg\:hover\:from-gray-800:hover {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }
  .lg\:hover\:from-gray-900:hover {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }
  .lg\:hover\:from-brand-50:hover {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }
  .lg\:hover\:from-brand-100:hover {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }
  .lg\:hover\:from-brand-200:hover {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }
  .lg\:hover\:from-brand-300:hover {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }
  .lg\:hover\:from-brand-400:hover {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }
  .lg\:hover\:from-brand-500:hover {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }
  .lg\:hover\:from-brand-600:hover {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }
  .lg\:hover\:from-brand-700:hover {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }
  .lg\:hover\:from-brand-800:hover {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }
  .lg\:hover\:from-brand-900:hover {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }
  .lg\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent)
  }
  .lg\:hover\:from-current:hover {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .lg\:hover\:from-yellow:hover {
    --tw-gradient-from: #eac32a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 195, 42, 0))
  }
  .lg\:hover\:from-green:hover {
    --tw-gradient-from: #11d25d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .lg\:hover\:from-header-grad-1:hover {
    --tw-gradient-from: #f4cb89;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 203, 137, 0))
  }
  .lg\:hover\:from-header-grad-2:hover {
    --tw-gradient-from: #e3aa4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 170, 74, 0))
  }
  .lg\:hover\:from-header-grad-3:hover {
    --tw-gradient-from: #d85801;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 88, 1, 0))
  }
  .lg\:hover\:from-header-grad-4:hover {
    --tw-gradient-from: #d89930;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 153, 48, 0))
  }
  .lg\:hover\:via-primary-50:hover, .lg\:hover\:via-primary-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .lg\:hover\:via-primary-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff6e2, var(--tw-gradient-to, rgba(255, 246, 226, 0))
  }
  .lg\:hover\:via-primary-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe6af, var(--tw-gradient-to, rgba(255, 230, 175, 0))
  }
  .lg\:hover\:via-primary-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffd57c, var(--tw-gradient-to, rgba(255, 213, 124, 0))
  }
  .lg\:hover\:via-primary-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffc549, var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .lg\:hover\:via-primary-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffb516, var(--tw-gradient-to, rgba(255, 181, 22, 0))
  }
  .lg\:hover\:via-primary-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e29a00, var(--tw-gradient-to, rgba(226, 154, 0, 0))
  }
  .lg\:hover\:via-primary-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #af7700, var(--tw-gradient-to, rgba(175, 119, 0, 0))
  }
  .lg\:hover\:via-primary-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c5400, var(--tw-gradient-to, rgba(124, 84, 0, 0))
  }
  .lg\:hover\:via-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffc549, var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .lg\:hover\:via-secondary-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cefbdf, var(--tw-gradient-to, rgba(206, 251, 223, 0))
  }
  .lg\:hover\:via-secondary-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b6f9d0, var(--tw-gradient-to, rgba(182, 249, 208, 0))
  }
  .lg\:hover\:via-secondary-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #87f5b2, var(--tw-gradient-to, rgba(135, 245, 178, 0))
  }
  .lg\:hover\:via-secondary-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #58f194, var(--tw-gradient-to, rgba(88, 241, 148, 0))
  }
  .lg\:hover\:via-secondary-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #28ee76, var(--tw-gradient-to, rgba(40, 238, 118, 0))
  }
  .lg\:hover\:via-secondary-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #11d25d, var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .lg\:hover\:via-secondary-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0da348, var(--tw-gradient-to, rgba(13, 163, 72, 0))
  }
  .lg\:hover\:via-secondary-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #097433, var(--tw-gradient-to, rgba(9, 116, 51, 0))
  }
  .lg\:hover\:via-secondary-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #06441e, var(--tw-gradient-to, rgba(6, 68, 30, 0))
  }
  .lg\:hover\:via-secondary-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #021509, var(--tw-gradient-to, rgba(2, 21, 9, 0))
  }
  .lg\:hover\:via-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #11d25d, var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .lg\:hover\:via-accent-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }
  .lg\:hover\:via-accent-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }
  .lg\:hover\:via-accent-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }
  .lg\:hover\:via-accent-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }
  .lg\:hover\:via-accent-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }
  .lg\:hover\:via-accent-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }
  .lg\:hover\:via-accent-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }
  .lg\:hover\:via-accent-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }
  .lg\:hover\:via-accent-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }
  .lg\:hover\:via-accent-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }
  .lg\:hover\:via-shade-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3a3a31, var(--tw-gradient-to, rgba(58, 58, 49, 0))
  }
  .lg\:hover\:via-shade-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2d2f35, var(--tw-gradient-to, rgba(45, 47, 53, 0))
  }
  .lg\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .lg\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, transparent)
  }
  .lg\:hover\:via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }
  .lg\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }
  .lg\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }
  .lg\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }
  .lg\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }
  .lg\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }
  .lg\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }
  .lg\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }
  .lg\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }
  .lg\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }
  .lg\:hover\:via-brand-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }
  .lg\:hover\:via-brand-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }
  .lg\:hover\:via-brand-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }
  .lg\:hover\:via-brand-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }
  .lg\:hover\:via-brand-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }
  .lg\:hover\:via-brand-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }
  .lg\:hover\:via-brand-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }
  .lg\:hover\:via-brand-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }
  .lg\:hover\:via-brand-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }
  .lg\:hover\:via-brand-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }
  .lg\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, transparent)
  }
  .lg\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .lg\:hover\:via-yellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eac32a, var(--tw-gradient-to, rgba(234, 195, 42, 0))
  }
  .lg\:hover\:via-green:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #11d25d, var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .lg\:hover\:via-header-grad-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f4cb89, var(--tw-gradient-to, rgba(244, 203, 137, 0))
  }
  .lg\:hover\:via-header-grad-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e3aa4a, var(--tw-gradient-to, rgba(227, 170, 74, 0))
  }
  .lg\:hover\:via-header-grad-3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d85801, var(--tw-gradient-to, rgba(216, 88, 1, 0))
  }
  .lg\:hover\:via-header-grad-4:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d89930, var(--tw-gradient-to, rgba(216, 153, 48, 0))
  }
  .lg\:hover\:to-primary-50:hover, .lg\:hover\:to-primary-100:hover {
    --tw-gradient-to: #fff
  }
  .lg\:hover\:to-primary-200:hover {
    --tw-gradient-to: #fff6e2
  }
  .lg\:hover\:to-primary-300:hover {
    --tw-gradient-to: #ffe6af
  }
  .lg\:hover\:to-primary-400:hover {
    --tw-gradient-to: #ffd57c
  }
  .lg\:hover\:to-primary-500:hover {
    --tw-gradient-to: #ffc549
  }
  .lg\:hover\:to-primary-600:hover {
    --tw-gradient-to: #ffb516
  }
  .lg\:hover\:to-primary-700:hover {
    --tw-gradient-to: #e29a00
  }
  .lg\:hover\:to-primary-800:hover {
    --tw-gradient-to: #af7700
  }
  .lg\:hover\:to-primary-900:hover {
    --tw-gradient-to: #7c5400
  }
  .lg\:hover\:to-primary:hover {
    --tw-gradient-to: #ffc549
  }
  .lg\:hover\:to-secondary-50:hover {
    --tw-gradient-to: #cefbdf
  }
  .lg\:hover\:to-secondary-100:hover {
    --tw-gradient-to: #b6f9d0
  }
  .lg\:hover\:to-secondary-200:hover {
    --tw-gradient-to: #87f5b2
  }
  .lg\:hover\:to-secondary-300:hover {
    --tw-gradient-to: #58f194
  }
  .lg\:hover\:to-secondary-400:hover {
    --tw-gradient-to: #28ee76
  }
  .lg\:hover\:to-secondary-500:hover {
    --tw-gradient-to: #11d25d
  }
  .lg\:hover\:to-secondary-600:hover {
    --tw-gradient-to: #0da348
  }
  .lg\:hover\:to-secondary-700:hover {
    --tw-gradient-to: #097433
  }
  .lg\:hover\:to-secondary-800:hover {
    --tw-gradient-to: #06441e
  }
  .lg\:hover\:to-secondary-900:hover {
    --tw-gradient-to: #021509
  }
  .lg\:hover\:to-secondary:hover {
    --tw-gradient-to: #11d25d
  }
  .lg\:hover\:to-accent-50:hover {
    --tw-gradient-to: #fef2f2
  }
  .lg\:hover\:to-accent-100:hover {
    --tw-gradient-to: #fee2e2
  }
  .lg\:hover\:to-accent-200:hover {
    --tw-gradient-to: #fecaca
  }
  .lg\:hover\:to-accent-300:hover {
    --tw-gradient-to: #fca5a5
  }
  .lg\:hover\:to-accent-400:hover {
    --tw-gradient-to: #f87171
  }
  .lg\:hover\:to-accent-500:hover {
    --tw-gradient-to: #ef4444
  }
  .lg\:hover\:to-accent-600:hover {
    --tw-gradient-to: #dc2626
  }
  .lg\:hover\:to-accent-700:hover {
    --tw-gradient-to: #b91c1c
  }
  .lg\:hover\:to-accent-800:hover {
    --tw-gradient-to: #991b1b
  }
  .lg\:hover\:to-accent-900:hover {
    --tw-gradient-to: #7f1d1d
  }
  .lg\:hover\:to-shade-500:hover {
    --tw-gradient-to: #3a3a31
  }
  .lg\:hover\:to-shade-600:hover {
    --tw-gradient-to: #2d2f35
  }
  .lg\:hover\:to-white:hover {
    --tw-gradient-to: #fff
  }
  .lg\:hover\:to-black:hover {
    --tw-gradient-to: #000
  }
  .lg\:hover\:to-gray-50:hover {
    --tw-gradient-to: #f9fafb
  }
  .lg\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f3f4f6
  }
  .lg\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e5e7eb
  }
  .lg\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d1d5db
  }
  .lg\:hover\:to-gray-400:hover {
    --tw-gradient-to: #9ca3af
  }
  .lg\:hover\:to-gray-500:hover {
    --tw-gradient-to: #6b7280
  }
  .lg\:hover\:to-gray-600:hover {
    --tw-gradient-to: #4b5563
  }
  .lg\:hover\:to-gray-700:hover {
    --tw-gradient-to: #374151
  }
  .lg\:hover\:to-gray-800:hover {
    --tw-gradient-to: #1f2937
  }
  .lg\:hover\:to-gray-900:hover {
    --tw-gradient-to: #111827
  }
  .lg\:hover\:to-brand-50:hover {
    --tw-gradient-to: #eff6ff
  }
  .lg\:hover\:to-brand-100:hover {
    --tw-gradient-to: #dbeafe
  }
  .lg\:hover\:to-brand-200:hover {
    --tw-gradient-to: #bfdbfe
  }
  .lg\:hover\:to-brand-300:hover {
    --tw-gradient-to: #93c5fd
  }
  .lg\:hover\:to-brand-400:hover {
    --tw-gradient-to: #60a5fa
  }
  .lg\:hover\:to-brand-500:hover {
    --tw-gradient-to: #3b82f6
  }
  .lg\:hover\:to-brand-600:hover {
    --tw-gradient-to: #2563eb
  }
  .lg\:hover\:to-brand-700:hover {
    --tw-gradient-to: #1d4ed8
  }
  .lg\:hover\:to-brand-800:hover {
    --tw-gradient-to: #1e40af
  }
  .lg\:hover\:to-brand-900:hover {
    --tw-gradient-to: #1e3a8a
  }
  .lg\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent
  }
  .lg\:hover\:to-current:hover {
    --tw-gradient-to: currentColor
  }
  .lg\:hover\:to-yellow:hover {
    --tw-gradient-to: #eac32a
  }
  .lg\:hover\:to-green:hover {
    --tw-gradient-to: #11d25d
  }
  .lg\:hover\:to-header-grad-1:hover {
    --tw-gradient-to: #f4cb89
  }
  .lg\:hover\:to-header-grad-2:hover {
    --tw-gradient-to: #e3aa4a
  }
  .lg\:hover\:to-header-grad-3:hover {
    --tw-gradient-to: #d85801
  }
  .lg\:hover\:to-header-grad-4:hover {
    --tw-gradient-to: #d89930
  }
  .lg\:focus\:from-primary-50:focus, .lg\:focus\:from-primary-100:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .lg\:focus\:from-primary-200:focus {
    --tw-gradient-from: #fff6e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 226, 0))
  }
  .lg\:focus\:from-primary-300:focus {
    --tw-gradient-from: #ffe6af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 230, 175, 0))
  }
  .lg\:focus\:from-primary-400:focus {
    --tw-gradient-from: #ffd57c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 213, 124, 0))
  }
  .lg\:focus\:from-primary-500:focus {
    --tw-gradient-from: #ffc549;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .lg\:focus\:from-primary-600:focus {
    --tw-gradient-from: #ffb516;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 181, 22, 0))
  }
  .lg\:focus\:from-primary-700:focus {
    --tw-gradient-from: #e29a00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 154, 0, 0))
  }
  .lg\:focus\:from-primary-800:focus {
    --tw-gradient-from: #af7700;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 119, 0, 0))
  }
  .lg\:focus\:from-primary-900:focus {
    --tw-gradient-from: #7c5400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 84, 0, 0))
  }
  .lg\:focus\:from-primary:focus {
    --tw-gradient-from: #ffc549;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .lg\:focus\:from-secondary-50:focus {
    --tw-gradient-from: #cefbdf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 251, 223, 0))
  }
  .lg\:focus\:from-secondary-100:focus {
    --tw-gradient-from: #b6f9d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 249, 208, 0))
  }
  .lg\:focus\:from-secondary-200:focus {
    --tw-gradient-from: #87f5b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 245, 178, 0))
  }
  .lg\:focus\:from-secondary-300:focus {
    --tw-gradient-from: #58f194;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 241, 148, 0))
  }
  .lg\:focus\:from-secondary-400:focus {
    --tw-gradient-from: #28ee76;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 238, 118, 0))
  }
  .lg\:focus\:from-secondary-500:focus {
    --tw-gradient-from: #11d25d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .lg\:focus\:from-secondary-600:focus {
    --tw-gradient-from: #0da348;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 163, 72, 0))
  }
  .lg\:focus\:from-secondary-700:focus {
    --tw-gradient-from: #097433;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 116, 51, 0))
  }
  .lg\:focus\:from-secondary-800:focus {
    --tw-gradient-from: #06441e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 68, 30, 0))
  }
  .lg\:focus\:from-secondary-900:focus {
    --tw-gradient-from: #021509;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 21, 9, 0))
  }
  .lg\:focus\:from-secondary:focus {
    --tw-gradient-from: #11d25d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .lg\:focus\:from-accent-50:focus {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }
  .lg\:focus\:from-accent-100:focus {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }
  .lg\:focus\:from-accent-200:focus {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }
  .lg\:focus\:from-accent-300:focus {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }
  .lg\:focus\:from-accent-400:focus {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }
  .lg\:focus\:from-accent-500:focus {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }
  .lg\:focus\:from-accent-600:focus {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }
  .lg\:focus\:from-accent-700:focus {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }
  .lg\:focus\:from-accent-800:focus {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }
  .lg\:focus\:from-accent-900:focus {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }
  .lg\:focus\:from-shade-500:focus {
    --tw-gradient-from: #3a3a31;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 58, 49, 0))
  }
  .lg\:focus\:from-shade-600:focus {
    --tw-gradient-from: #2d2f35;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 47, 53, 0))
  }
  .lg\:focus\:from-white:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .lg\:focus\:from-black:focus {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent)
  }
  .lg\:focus\:from-gray-50:focus {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }
  .lg\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }
  .lg\:focus\:from-gray-200:focus {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }
  .lg\:focus\:from-gray-300:focus {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }
  .lg\:focus\:from-gray-400:focus {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }
  .lg\:focus\:from-gray-500:focus {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }
  .lg\:focus\:from-gray-600:focus {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }
  .lg\:focus\:from-gray-700:focus {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }
  .lg\:focus\:from-gray-800:focus {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }
  .lg\:focus\:from-gray-900:focus {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }
  .lg\:focus\:from-brand-50:focus {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }
  .lg\:focus\:from-brand-100:focus {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }
  .lg\:focus\:from-brand-200:focus {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }
  .lg\:focus\:from-brand-300:focus {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }
  .lg\:focus\:from-brand-400:focus {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }
  .lg\:focus\:from-brand-500:focus {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }
  .lg\:focus\:from-brand-600:focus {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }
  .lg\:focus\:from-brand-700:focus {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }
  .lg\:focus\:from-brand-800:focus {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }
  .lg\:focus\:from-brand-900:focus {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }
  .lg\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent)
  }
  .lg\:focus\:from-current:focus {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .lg\:focus\:from-yellow:focus {
    --tw-gradient-from: #eac32a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 195, 42, 0))
  }
  .lg\:focus\:from-green:focus {
    --tw-gradient-from: #11d25d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .lg\:focus\:from-header-grad-1:focus {
    --tw-gradient-from: #f4cb89;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 203, 137, 0))
  }
  .lg\:focus\:from-header-grad-2:focus {
    --tw-gradient-from: #e3aa4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 170, 74, 0))
  }
  .lg\:focus\:from-header-grad-3:focus {
    --tw-gradient-from: #d85801;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 88, 1, 0))
  }
  .lg\:focus\:from-header-grad-4:focus {
    --tw-gradient-from: #d89930;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 153, 48, 0))
  }
  .lg\:focus\:via-primary-50:focus, .lg\:focus\:via-primary-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .lg\:focus\:via-primary-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff6e2, var(--tw-gradient-to, rgba(255, 246, 226, 0))
  }
  .lg\:focus\:via-primary-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe6af, var(--tw-gradient-to, rgba(255, 230, 175, 0))
  }
  .lg\:focus\:via-primary-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffd57c, var(--tw-gradient-to, rgba(255, 213, 124, 0))
  }
  .lg\:focus\:via-primary-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffc549, var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .lg\:focus\:via-primary-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffb516, var(--tw-gradient-to, rgba(255, 181, 22, 0))
  }
  .lg\:focus\:via-primary-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e29a00, var(--tw-gradient-to, rgba(226, 154, 0, 0))
  }
  .lg\:focus\:via-primary-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #af7700, var(--tw-gradient-to, rgba(175, 119, 0, 0))
  }
  .lg\:focus\:via-primary-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c5400, var(--tw-gradient-to, rgba(124, 84, 0, 0))
  }
  .lg\:focus\:via-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffc549, var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .lg\:focus\:via-secondary-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cefbdf, var(--tw-gradient-to, rgba(206, 251, 223, 0))
  }
  .lg\:focus\:via-secondary-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b6f9d0, var(--tw-gradient-to, rgba(182, 249, 208, 0))
  }
  .lg\:focus\:via-secondary-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #87f5b2, var(--tw-gradient-to, rgba(135, 245, 178, 0))
  }
  .lg\:focus\:via-secondary-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #58f194, var(--tw-gradient-to, rgba(88, 241, 148, 0))
  }
  .lg\:focus\:via-secondary-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #28ee76, var(--tw-gradient-to, rgba(40, 238, 118, 0))
  }
  .lg\:focus\:via-secondary-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #11d25d, var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .lg\:focus\:via-secondary-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0da348, var(--tw-gradient-to, rgba(13, 163, 72, 0))
  }
  .lg\:focus\:via-secondary-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #097433, var(--tw-gradient-to, rgba(9, 116, 51, 0))
  }
  .lg\:focus\:via-secondary-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #06441e, var(--tw-gradient-to, rgba(6, 68, 30, 0))
  }
  .lg\:focus\:via-secondary-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #021509, var(--tw-gradient-to, rgba(2, 21, 9, 0))
  }
  .lg\:focus\:via-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #11d25d, var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .lg\:focus\:via-accent-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }
  .lg\:focus\:via-accent-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }
  .lg\:focus\:via-accent-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }
  .lg\:focus\:via-accent-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }
  .lg\:focus\:via-accent-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }
  .lg\:focus\:via-accent-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }
  .lg\:focus\:via-accent-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }
  .lg\:focus\:via-accent-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }
  .lg\:focus\:via-accent-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }
  .lg\:focus\:via-accent-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }
  .lg\:focus\:via-shade-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3a3a31, var(--tw-gradient-to, rgba(58, 58, 49, 0))
  }
  .lg\:focus\:via-shade-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2d2f35, var(--tw-gradient-to, rgba(45, 47, 53, 0))
  }
  .lg\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .lg\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, transparent)
  }
  .lg\:focus\:via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }
  .lg\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }
  .lg\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }
  .lg\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }
  .lg\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }
  .lg\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }
  .lg\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }
  .lg\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }
  .lg\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }
  .lg\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }
  .lg\:focus\:via-brand-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }
  .lg\:focus\:via-brand-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }
  .lg\:focus\:via-brand-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }
  .lg\:focus\:via-brand-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }
  .lg\:focus\:via-brand-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }
  .lg\:focus\:via-brand-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }
  .lg\:focus\:via-brand-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }
  .lg\:focus\:via-brand-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }
  .lg\:focus\:via-brand-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }
  .lg\:focus\:via-brand-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }
  .lg\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, transparent)
  }
  .lg\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .lg\:focus\:via-yellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eac32a, var(--tw-gradient-to, rgba(234, 195, 42, 0))
  }
  .lg\:focus\:via-green:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #11d25d, var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .lg\:focus\:via-header-grad-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f4cb89, var(--tw-gradient-to, rgba(244, 203, 137, 0))
  }
  .lg\:focus\:via-header-grad-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e3aa4a, var(--tw-gradient-to, rgba(227, 170, 74, 0))
  }
  .lg\:focus\:via-header-grad-3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d85801, var(--tw-gradient-to, rgba(216, 88, 1, 0))
  }
  .lg\:focus\:via-header-grad-4:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d89930, var(--tw-gradient-to, rgba(216, 153, 48, 0))
  }
  .lg\:focus\:to-primary-50:focus, .lg\:focus\:to-primary-100:focus {
    --tw-gradient-to: #fff
  }
  .lg\:focus\:to-primary-200:focus {
    --tw-gradient-to: #fff6e2
  }
  .lg\:focus\:to-primary-300:focus {
    --tw-gradient-to: #ffe6af
  }
  .lg\:focus\:to-primary-400:focus {
    --tw-gradient-to: #ffd57c
  }
  .lg\:focus\:to-primary-500:focus {
    --tw-gradient-to: #ffc549
  }
  .lg\:focus\:to-primary-600:focus {
    --tw-gradient-to: #ffb516
  }
  .lg\:focus\:to-primary-700:focus {
    --tw-gradient-to: #e29a00
  }
  .lg\:focus\:to-primary-800:focus {
    --tw-gradient-to: #af7700
  }
  .lg\:focus\:to-primary-900:focus {
    --tw-gradient-to: #7c5400
  }
  .lg\:focus\:to-primary:focus {
    --tw-gradient-to: #ffc549
  }
  .lg\:focus\:to-secondary-50:focus {
    --tw-gradient-to: #cefbdf
  }
  .lg\:focus\:to-secondary-100:focus {
    --tw-gradient-to: #b6f9d0
  }
  .lg\:focus\:to-secondary-200:focus {
    --tw-gradient-to: #87f5b2
  }
  .lg\:focus\:to-secondary-300:focus {
    --tw-gradient-to: #58f194
  }
  .lg\:focus\:to-secondary-400:focus {
    --tw-gradient-to: #28ee76
  }
  .lg\:focus\:to-secondary-500:focus {
    --tw-gradient-to: #11d25d
  }
  .lg\:focus\:to-secondary-600:focus {
    --tw-gradient-to: #0da348
  }
  .lg\:focus\:to-secondary-700:focus {
    --tw-gradient-to: #097433
  }
  .lg\:focus\:to-secondary-800:focus {
    --tw-gradient-to: #06441e
  }
  .lg\:focus\:to-secondary-900:focus {
    --tw-gradient-to: #021509
  }
  .lg\:focus\:to-secondary:focus {
    --tw-gradient-to: #11d25d
  }
  .lg\:focus\:to-accent-50:focus {
    --tw-gradient-to: #fef2f2
  }
  .lg\:focus\:to-accent-100:focus {
    --tw-gradient-to: #fee2e2
  }
  .lg\:focus\:to-accent-200:focus {
    --tw-gradient-to: #fecaca
  }
  .lg\:focus\:to-accent-300:focus {
    --tw-gradient-to: #fca5a5
  }
  .lg\:focus\:to-accent-400:focus {
    --tw-gradient-to: #f87171
  }
  .lg\:focus\:to-accent-500:focus {
    --tw-gradient-to: #ef4444
  }
  .lg\:focus\:to-accent-600:focus {
    --tw-gradient-to: #dc2626
  }
  .lg\:focus\:to-accent-700:focus {
    --tw-gradient-to: #b91c1c
  }
  .lg\:focus\:to-accent-800:focus {
    --tw-gradient-to: #991b1b
  }
  .lg\:focus\:to-accent-900:focus {
    --tw-gradient-to: #7f1d1d
  }
  .lg\:focus\:to-shade-500:focus {
    --tw-gradient-to: #3a3a31
  }
  .lg\:focus\:to-shade-600:focus {
    --tw-gradient-to: #2d2f35
  }
  .lg\:focus\:to-white:focus {
    --tw-gradient-to: #fff
  }
  .lg\:focus\:to-black:focus {
    --tw-gradient-to: #000
  }
  .lg\:focus\:to-gray-50:focus {
    --tw-gradient-to: #f9fafb
  }
  .lg\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f3f4f6
  }
  .lg\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e5e7eb
  }
  .lg\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d1d5db
  }
  .lg\:focus\:to-gray-400:focus {
    --tw-gradient-to: #9ca3af
  }
  .lg\:focus\:to-gray-500:focus {
    --tw-gradient-to: #6b7280
  }
  .lg\:focus\:to-gray-600:focus {
    --tw-gradient-to: #4b5563
  }
  .lg\:focus\:to-gray-700:focus {
    --tw-gradient-to: #374151
  }
  .lg\:focus\:to-gray-800:focus {
    --tw-gradient-to: #1f2937
  }
  .lg\:focus\:to-gray-900:focus {
    --tw-gradient-to: #111827
  }
  .lg\:focus\:to-brand-50:focus {
    --tw-gradient-to: #eff6ff
  }
  .lg\:focus\:to-brand-100:focus {
    --tw-gradient-to: #dbeafe
  }
  .lg\:focus\:to-brand-200:focus {
    --tw-gradient-to: #bfdbfe
  }
  .lg\:focus\:to-brand-300:focus {
    --tw-gradient-to: #93c5fd
  }
  .lg\:focus\:to-brand-400:focus {
    --tw-gradient-to: #60a5fa
  }
  .lg\:focus\:to-brand-500:focus {
    --tw-gradient-to: #3b82f6
  }
  .lg\:focus\:to-brand-600:focus {
    --tw-gradient-to: #2563eb
  }
  .lg\:focus\:to-brand-700:focus {
    --tw-gradient-to: #1d4ed8
  }
  .lg\:focus\:to-brand-800:focus {
    --tw-gradient-to: #1e40af
  }
  .lg\:focus\:to-brand-900:focus {
    --tw-gradient-to: #1e3a8a
  }
  .lg\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent
  }
  .lg\:focus\:to-current:focus {
    --tw-gradient-to: currentColor
  }
  .lg\:focus\:to-yellow:focus {
    --tw-gradient-to: #eac32a
  }
  .lg\:focus\:to-green:focus {
    --tw-gradient-to: #11d25d
  }
  .lg\:focus\:to-header-grad-1:focus {
    --tw-gradient-to: #f4cb89
  }
  .lg\:focus\:to-header-grad-2:focus {
    --tw-gradient-to: #e3aa4a
  }
  .lg\:focus\:to-header-grad-3:focus {
    --tw-gradient-to: #d85801
  }
  .lg\:focus\:to-header-grad-4:focus {
    --tw-gradient-to: #d89930
  }
  .lg\:bg-opacity-0 {
    --tw-bg-opacity: 0
  }
  .lg\:bg-opacity-5 {
    --tw-bg-opacity: 0.05
  }
  .lg\:bg-opacity-10 {
    --tw-bg-opacity: 0.1
  }
  .lg\:bg-opacity-20 {
    --tw-bg-opacity: 0.2
  }
  .lg\:bg-opacity-25 {
    --tw-bg-opacity: 0.25
  }
  .lg\:bg-opacity-30 {
    --tw-bg-opacity: 0.3
  }
  .lg\:bg-opacity-40 {
    --tw-bg-opacity: 0.4
  }
  .lg\:bg-opacity-50 {
    --tw-bg-opacity: 0.5
  }
  .lg\:bg-opacity-60 {
    --tw-bg-opacity: 0.6
  }
  .lg\:bg-opacity-70 {
    --tw-bg-opacity: 0.7
  }
  .lg\:bg-opacity-75 {
    --tw-bg-opacity: 0.75
  }
  .lg\:bg-opacity-80 {
    --tw-bg-opacity: 0.8
  }
  .lg\:bg-opacity-90 {
    --tw-bg-opacity: 0.9
  }
  .lg\:bg-opacity-95 {
    --tw-bg-opacity: 0.95
  }
  .lg\:bg-opacity-100 {
    --tw-bg-opacity: 1
  }
  .group:hover .lg\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0
  }
  .group:hover .lg\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05
  }
  .group:hover .lg\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1
  }
  .group:hover .lg\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2
  }
  .group:hover .lg\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25
  }
  .group:hover .lg\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3
  }
  .group:hover .lg\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4
  }
  .group:hover .lg\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5
  }
  .group:hover .lg\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6
  }
  .group:hover .lg\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7
  }
  .group:hover .lg\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75
  }
  .group:hover .lg\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8
  }
  .group:hover .lg\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9
  }
  .group:hover .lg\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95
  }
  .group:hover .lg\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1
  }
  .lg\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0
  }
  .lg\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05
  }
  .lg\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1
  }
  .lg\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2
  }
  .lg\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25
  }
  .lg\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3
  }
  .lg\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4
  }
  .lg\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5
  }
  .lg\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6
  }
  .lg\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7
  }
  .lg\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75
  }
  .lg\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8
  }
  .lg\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9
  }
  .lg\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95
  }
  .lg\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1
  }
  .lg\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0
  }
  .lg\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05
  }
  .lg\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1
  }
  .lg\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2
  }
  .lg\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25
  }
  .lg\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3
  }
  .lg\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4
  }
  .lg\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5
  }
  .lg\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6
  }
  .lg\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7
  }
  .lg\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75
  }
  .lg\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8
  }
  .lg\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9
  }
  .lg\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95
  }
  .lg\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1
  }
  .lg\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0
  }
  .lg\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05
  }
  .lg\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1
  }
  .lg\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2
  }
  .lg\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25
  }
  .lg\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3
  }
  .lg\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4
  }
  .lg\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5
  }
  .lg\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6
  }
  .lg\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7
  }
  .lg\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75
  }
  .lg\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8
  }
  .lg\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9
  }
  .lg\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95
  }
  .lg\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1
  }
  .lg\:bg-bottom {
    background-position: bottom
  }
  .lg\:bg-center {
    background-position: 50%
  }
  .lg\:bg-left {
    background-position: 0
  }
  .lg\:bg-left-bottom {
    background-position: 0 100%
  }
  .lg\:bg-left-top {
    background-position: 0 0
  }
  .lg\:bg-right {
    background-position: 100%
  }
  .lg\:bg-right-bottom {
    background-position: 100% 100%
  }
  .lg\:bg-right-top {
    background-position: 100% 0
  }
  .lg\:bg-top {
    background-position: top
  }
  .lg\:bg-repeat {
    background-repeat: repeat
  }
  .lg\:bg-no-repeat {
    background-repeat: no-repeat
  }
  .lg\:bg-repeat-x {
    background-repeat: repeat-x
  }
  .lg\:bg-repeat-y {
    background-repeat: repeat-y
  }
  .lg\:bg-repeat-round {
    background-repeat: round
  }
  .lg\:bg-repeat-space {
    background-repeat: space
  }
  .lg\:bg-auto {
    background-size: auto
  }
  .lg\:bg-cover {
    background-size: cover
  }
  .lg\:bg-contain {
    background-size: contain
  }
  .lg\:border-collapse {
    border-collapse: collapse
  }
  .lg\:border-separate {
    border-collapse: separate
  }
  .lg\:border-primary-50, .lg\:border-primary-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .lg\:border-primary-200 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 226, var(--tw-border-opacity))
  }
  .lg\:border-primary-300 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 230, 175, var(--tw-border-opacity))
  }
  .lg\:border-primary-400 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 213, 124, var(--tw-border-opacity))
  }
  .lg\:border-primary-500 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .lg\:border-primary-600 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 181, 22, var(--tw-border-opacity))
  }
  .lg\:border-primary-700 {
    --tw-border-opacity: 1;
    border-color: rgba(226, 154, 0, var(--tw-border-opacity))
  }
  .lg\:border-primary-800 {
    --tw-border-opacity: 1;
    border-color: rgba(175, 119, 0, var(--tw-border-opacity))
  }
  .lg\:border-primary-900 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 84, 0, var(--tw-border-opacity))
  }
  .lg\:border-primary {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .lg\:border-secondary-50 {
    --tw-border-opacity: 1;
    border-color: rgba(206, 251, 223, var(--tw-border-opacity))
  }
  .lg\:border-secondary-100 {
    --tw-border-opacity: 1;
    border-color: rgba(182, 249, 208, var(--tw-border-opacity))
  }
  .lg\:border-secondary-200 {
    --tw-border-opacity: 1;
    border-color: rgba(135, 245, 178, var(--tw-border-opacity))
  }
  .lg\:border-secondary-300 {
    --tw-border-opacity: 1;
    border-color: rgba(88, 241, 148, var(--tw-border-opacity))
  }
  .lg\:border-secondary-400 {
    --tw-border-opacity: 1;
    border-color: rgba(40, 238, 118, var(--tw-border-opacity))
  }
  .lg\:border-secondary-500 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .lg\:border-secondary-600 {
    --tw-border-opacity: 1;
    border-color: rgba(13, 163, 72, var(--tw-border-opacity))
  }
  .lg\:border-secondary-700 {
    --tw-border-opacity: 1;
    border-color: rgba(9, 116, 51, var(--tw-border-opacity))
  }
  .lg\:border-secondary-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 68, 30, var(--tw-border-opacity))
  }
  .lg\:border-secondary-900 {
    --tw-border-opacity: 1;
    border-color: rgba(2, 21, 9, var(--tw-border-opacity))
  }
  .lg\:border-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .lg\:border-accent-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity))
  }
  .lg\:border-accent-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity))
  }
  .lg\:border-accent-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity))
  }
  .lg\:border-accent-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity))
  }
  .lg\:border-accent-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity))
  }
  .lg\:border-accent-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity))
  }
  .lg\:border-accent-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity))
  }
  .lg\:border-accent-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity))
  }
  .lg\:border-accent-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity))
  }
  .lg\:border-accent-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity))
  }
  .lg\:border-shade-500 {
    --tw-border-opacity: 1;
    border-color: rgba(58, 58, 49, var(--tw-border-opacity))
  }
  .lg\:border-shade-600 {
    --tw-border-opacity: 1;
    border-color: rgba(45, 47, 53, var(--tw-border-opacity))
  }
  .lg\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .lg\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity))
  }
  .lg\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity))
  }
  .lg\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity))
  }
  .lg\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity))
  }
  .lg\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity))
  }
  .lg\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity))
  }
  .lg\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity))
  }
  .lg\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity))
  }
  .lg\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity))
  }
  .lg\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity))
  }
  .lg\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity))
  }
  .lg\:border-brand-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity))
  }
  .lg\:border-brand-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity))
  }
  .lg\:border-brand-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity))
  }
  .lg\:border-brand-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity))
  }
  .lg\:border-brand-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity))
  }
  .lg\:border-brand-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity))
  }
  .lg\:border-brand-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity))
  }
  .lg\:border-brand-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity))
  }
  .lg\:border-brand-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity))
  }
  .lg\:border-brand-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity))
  }
  .lg\:border-transparent {
    border-color: transparent
  }
  .lg\:border-current {
    border-color: currentColor
  }
  .lg\:checked\:border-primary-50:checked, .lg\:checked\:border-primary-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .lg\:checked\:border-primary-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 226, var(--tw-border-opacity))
  }
  .lg\:checked\:border-primary-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 230, 175, var(--tw-border-opacity))
  }
  .lg\:checked\:border-primary-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 213, 124, var(--tw-border-opacity))
  }
  .lg\:checked\:border-primary-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .lg\:checked\:border-primary-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 181, 22, var(--tw-border-opacity))
  }
  .lg\:checked\:border-primary-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(226, 154, 0, var(--tw-border-opacity))
  }
  .lg\:checked\:border-primary-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(175, 119, 0, var(--tw-border-opacity))
  }
  .lg\:checked\:border-primary-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(124, 84, 0, var(--tw-border-opacity))
  }
  .lg\:checked\:border-primary:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .lg\:checked\:border-secondary-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(206, 251, 223, var(--tw-border-opacity))
  }
  .lg\:checked\:border-secondary-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(182, 249, 208, var(--tw-border-opacity))
  }
  .lg\:checked\:border-secondary-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(135, 245, 178, var(--tw-border-opacity))
  }
  .lg\:checked\:border-secondary-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(88, 241, 148, var(--tw-border-opacity))
  }
  .lg\:checked\:border-secondary-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(40, 238, 118, var(--tw-border-opacity))
  }
  .lg\:checked\:border-secondary-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .lg\:checked\:border-secondary-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(13, 163, 72, var(--tw-border-opacity))
  }
  .lg\:checked\:border-secondary-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(9, 116, 51, var(--tw-border-opacity))
  }
  .lg\:checked\:border-secondary-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(6, 68, 30, var(--tw-border-opacity))
  }
  .lg\:checked\:border-secondary-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(2, 21, 9, var(--tw-border-opacity))
  }
  .lg\:checked\:border-secondary:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .lg\:checked\:border-accent-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity))
  }
  .lg\:checked\:border-accent-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity))
  }
  .lg\:checked\:border-accent-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity))
  }
  .lg\:checked\:border-accent-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity))
  }
  .lg\:checked\:border-accent-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity))
  }
  .lg\:checked\:border-accent-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity))
  }
  .lg\:checked\:border-accent-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity))
  }
  .lg\:checked\:border-accent-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity))
  }
  .lg\:checked\:border-accent-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity))
  }
  .lg\:checked\:border-accent-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity))
  }
  .lg\:checked\:border-shade-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(58, 58, 49, var(--tw-border-opacity))
  }
  .lg\:checked\:border-shade-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(45, 47, 53, var(--tw-border-opacity))
  }
  .lg\:checked\:border-white:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .lg\:checked\:border-black:checked {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity))
  }
  .lg\:checked\:border-gray-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity))
  }
  .lg\:checked\:border-gray-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity))
  }
  .lg\:checked\:border-gray-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity))
  }
  .lg\:checked\:border-gray-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity))
  }
  .lg\:checked\:border-gray-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity))
  }
  .lg\:checked\:border-gray-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity))
  }
  .lg\:checked\:border-gray-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity))
  }
  .lg\:checked\:border-gray-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity))
  }
  .lg\:checked\:border-gray-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity))
  }
  .lg\:checked\:border-gray-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity))
  }
  .lg\:checked\:border-brand-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity))
  }
  .lg\:checked\:border-brand-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity))
  }
  .lg\:checked\:border-brand-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity))
  }
  .lg\:checked\:border-brand-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity))
  }
  .lg\:checked\:border-brand-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity))
  }
  .lg\:checked\:border-brand-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity))
  }
  .lg\:checked\:border-brand-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity))
  }
  .lg\:checked\:border-brand-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity))
  }
  .lg\:checked\:border-brand-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity))
  }
  .lg\:checked\:border-brand-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity))
  }
  .lg\:checked\:border-transparent:checked {
    border-color: transparent
  }
  .lg\:checked\:border-current:checked {
    border-color: currentColor
  }
  .group:hover .lg\:group-hover\:border-primary-50, .group:hover .lg\:group-hover\:border-primary-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .group:hover .lg\:group-hover\:border-primary-200 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 226, var(--tw-border-opacity))
  }
  .group:hover .lg\:group-hover\:border-primary-300 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 230, 175, var(--tw-border-opacity))
  }
  .group:hover .lg\:group-hover\:border-primary-400 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 213, 124, var(--tw-border-opacity))
  }
  .group:hover .lg\:group-hover\:border-primary-500 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .group:hover .lg\:group-hover\:border-primary-600 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 181, 22, var(--tw-border-opacity))
  }
  .group:hover .lg\:group-hover\:border-primary-700 {
    --tw-border-opacity: 1;
    border-color: rgba(226, 154, 0, var(--tw-border-opacity))
  }
  .group:hover .lg\:group-hover\:border-primary-800 {
    --tw-border-opacity: 1;
    border-color: rgba(175, 119, 0, var(--tw-border-opacity))
  }
  .group:hover .lg\:group-hover\:border-primary-900 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 84, 0, var(--tw-border-opacity))
  }
  .group:hover .lg\:group-hover\:border-primary {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .group:hover .lg\:group-hover\:border-secondary-50 {
    --tw-border-opacity: 1;
    border-color: rgba(206, 251, 223, var(--tw-border-opacity))
  }
  .group:hover .lg\:group-hover\:border-secondary-100 {
    --tw-border-opacity: 1;
    border-color: rgba(182, 249, 208, var(--tw-border-opacity))
  }
  .group:hover .lg\:group-hover\:border-secondary-200 {
    --tw-border-opacity: 1;
    border-color: rgba(135, 245, 178, var(--tw-border-opacity))
  }
  .group:hover .lg\:group-hover\:border-secondary-300 {
    --tw-border-opacity: 1;
    border-color: rgba(88, 241, 148, var(--tw-border-opacity))
  }
  .group:hover .lg\:group-hover\:border-secondary-400 {
    --tw-border-opacity: 1;
    border-color: rgba(40, 238, 118, var(--tw-border-opacity))
  }
  .group:hover .lg\:group-hover\:border-secondary-500 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .group:hover .lg\:group-hover\:border-secondary-600 {
    --tw-border-opacity: 1;
    border-color: rgba(13, 163, 72, var(--tw-border-opacity))
  }
  .group:hover .lg\:group-hover\:border-secondary-700 {
    --tw-border-opacity: 1;
    border-color: rgba(9, 116, 51, var(--tw-border-opacity))
  }
  .group:hover .lg\:group-hover\:border-secondary-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 68, 30, var(--tw-border-opacity))
  }
  .group:hover .lg\:group-hover\:border-secondary-900 {
    --tw-border-opacity: 1;
    border-color: rgba(2, 21, 9, var(--tw-border-opacity))
  }
  .group:hover .lg\:group-hover\:border-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .group:hover .lg\:group-hover\:border-accent-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity))
  }
  .group:hover .lg\:group-hover\:border-accent-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity))
  }
  .group:hover .lg\:group-hover\:border-accent-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity))
  }
  .group:hover .lg\:group-hover\:border-accent-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity))
  }
  .group:hover .lg\:group-hover\:border-accent-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity))
  }
  .group:hover .lg\:group-hover\:border-accent-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity))
  }
  .group:hover .lg\:group-hover\:border-accent-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity))
  }
  .group:hover .lg\:group-hover\:border-accent-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity))
  }
  .group:hover .lg\:group-hover\:border-accent-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity))
  }
  .group:hover .lg\:group-hover\:border-accent-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity))
  }
  .group:hover .lg\:group-hover\:border-shade-500 {
    --tw-border-opacity: 1;
    border-color: rgba(58, 58, 49, var(--tw-border-opacity))
  }
  .group:hover .lg\:group-hover\:border-shade-600 {
    --tw-border-opacity: 1;
    border-color: rgba(45, 47, 53, var(--tw-border-opacity))
  }
  .group:hover .lg\:group-hover\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .group:hover .lg\:group-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity))
  }
  .group:hover .lg\:group-hover\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity))
  }
  .group:hover .lg\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity))
  }
  .group:hover .lg\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity))
  }
  .group:hover .lg\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity))
  }
  .group:hover .lg\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity))
  }
  .group:hover .lg\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity))
  }
  .group:hover .lg\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity))
  }
  .group:hover .lg\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity))
  }
  .group:hover .lg\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity))
  }
  .group:hover .lg\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity))
  }
  .group:hover .lg\:group-hover\:border-brand-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity))
  }
  .group:hover .lg\:group-hover\:border-brand-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity))
  }
  .group:hover .lg\:group-hover\:border-brand-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity))
  }
  .group:hover .lg\:group-hover\:border-brand-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity))
  }
  .group:hover .lg\:group-hover\:border-brand-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity))
  }
  .group:hover .lg\:group-hover\:border-brand-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity))
  }
  .group:hover .lg\:group-hover\:border-brand-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity))
  }
  .group:hover .lg\:group-hover\:border-brand-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity))
  }
  .group:hover .lg\:group-hover\:border-brand-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity))
  }
  .group:hover .lg\:group-hover\:border-brand-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity))
  }
  .group:hover .lg\:group-hover\:border-transparent {
    border-color: transparent
  }
  .group:hover .lg\:group-hover\:border-current {
    border-color: currentColor
  }
  .lg\:focus-within\:border-primary-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-primary-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-primary-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 226, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-primary-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 230, 175, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-primary-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 213, 124, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-primary-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-primary-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 181, 22, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-primary-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(226, 154, 0, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-primary-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(175, 119, 0, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-primary-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 84, 0, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-primary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-secondary-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(206, 251, 223, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-secondary-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(182, 249, 208, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-secondary-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(135, 245, 178, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-secondary-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(88, 241, 148, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-secondary-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(40, 238, 118, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-secondary-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-secondary-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(13, 163, 72, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-secondary-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(9, 116, 51, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-secondary-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 68, 30, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-secondary-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(2, 21, 9, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-secondary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-accent-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-accent-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-accent-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-accent-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-accent-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-accent-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-accent-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-accent-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-accent-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-accent-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-shade-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(58, 58, 49, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-shade-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(45, 47, 53, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-gray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-brand-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-brand-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-brand-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-brand-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-brand-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-brand-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-brand-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-brand-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-brand-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-brand-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity))
  }
  .lg\:focus-within\:border-transparent:focus-within {
    border-color: transparent
  }
  .lg\:focus-within\:border-current:focus-within {
    border-color: currentColor
  }
  .lg\:hover\:border-primary-50:hover, .lg\:hover\:border-primary-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .lg\:hover\:border-primary-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 226, var(--tw-border-opacity))
  }
  .lg\:hover\:border-primary-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 230, 175, var(--tw-border-opacity))
  }
  .lg\:hover\:border-primary-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 213, 124, var(--tw-border-opacity))
  }
  .lg\:hover\:border-primary-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .lg\:hover\:border-primary-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 181, 22, var(--tw-border-opacity))
  }
  .lg\:hover\:border-primary-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(226, 154, 0, var(--tw-border-opacity))
  }
  .lg\:hover\:border-primary-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(175, 119, 0, var(--tw-border-opacity))
  }
  .lg\:hover\:border-primary-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 84, 0, var(--tw-border-opacity))
  }
  .lg\:hover\:border-primary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .lg\:hover\:border-secondary-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(206, 251, 223, var(--tw-border-opacity))
  }
  .lg\:hover\:border-secondary-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(182, 249, 208, var(--tw-border-opacity))
  }
  .lg\:hover\:border-secondary-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(135, 245, 178, var(--tw-border-opacity))
  }
  .lg\:hover\:border-secondary-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(88, 241, 148, var(--tw-border-opacity))
  }
  .lg\:hover\:border-secondary-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(40, 238, 118, var(--tw-border-opacity))
  }
  .lg\:hover\:border-secondary-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .lg\:hover\:border-secondary-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(13, 163, 72, var(--tw-border-opacity))
  }
  .lg\:hover\:border-secondary-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(9, 116, 51, var(--tw-border-opacity))
  }
  .lg\:hover\:border-secondary-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 68, 30, var(--tw-border-opacity))
  }
  .lg\:hover\:border-secondary-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(2, 21, 9, var(--tw-border-opacity))
  }
  .lg\:hover\:border-secondary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .lg\:hover\:border-accent-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity))
  }
  .lg\:hover\:border-accent-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity))
  }
  .lg\:hover\:border-accent-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity))
  }
  .lg\:hover\:border-accent-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity))
  }
  .lg\:hover\:border-accent-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity))
  }
  .lg\:hover\:border-accent-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity))
  }
  .lg\:hover\:border-accent-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity))
  }
  .lg\:hover\:border-accent-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity))
  }
  .lg\:hover\:border-accent-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity))
  }
  .lg\:hover\:border-accent-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity))
  }
  .lg\:hover\:border-shade-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(58, 58, 49, var(--tw-border-opacity))
  }
  .lg\:hover\:border-shade-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(45, 47, 53, var(--tw-border-opacity))
  }
  .lg\:hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .lg\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity))
  }
  .lg\:hover\:border-gray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity))
  }
  .lg\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity))
  }
  .lg\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity))
  }
  .lg\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity))
  }
  .lg\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity))
  }
  .lg\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity))
  }
  .lg\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity))
  }
  .lg\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity))
  }
  .lg\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity))
  }
  .lg\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity))
  }
  .lg\:hover\:border-brand-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity))
  }
  .lg\:hover\:border-brand-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity))
  }
  .lg\:hover\:border-brand-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity))
  }
  .lg\:hover\:border-brand-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity))
  }
  .lg\:hover\:border-brand-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity))
  }
  .lg\:hover\:border-brand-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity))
  }
  .lg\:hover\:border-brand-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity))
  }
  .lg\:hover\:border-brand-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity))
  }
  .lg\:hover\:border-brand-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity))
  }
  .lg\:hover\:border-brand-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity))
  }
  .lg\:hover\:border-transparent:hover {
    border-color: transparent
  }
  .lg\:hover\:border-current:hover {
    border-color: currentColor
  }
  .lg\:focus\:border-primary-50:focus, .lg\:focus\:border-primary-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .lg\:focus\:border-primary-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 226, var(--tw-border-opacity))
  }
  .lg\:focus\:border-primary-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 230, 175, var(--tw-border-opacity))
  }
  .lg\:focus\:border-primary-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 213, 124, var(--tw-border-opacity))
  }
  .lg\:focus\:border-primary-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .lg\:focus\:border-primary-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 181, 22, var(--tw-border-opacity))
  }
  .lg\:focus\:border-primary-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(226, 154, 0, var(--tw-border-opacity))
  }
  .lg\:focus\:border-primary-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(175, 119, 0, var(--tw-border-opacity))
  }
  .lg\:focus\:border-primary-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 84, 0, var(--tw-border-opacity))
  }
  .lg\:focus\:border-primary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .lg\:focus\:border-secondary-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(206, 251, 223, var(--tw-border-opacity))
  }
  .lg\:focus\:border-secondary-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(182, 249, 208, var(--tw-border-opacity))
  }
  .lg\:focus\:border-secondary-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(135, 245, 178, var(--tw-border-opacity))
  }
  .lg\:focus\:border-secondary-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(88, 241, 148, var(--tw-border-opacity))
  }
  .lg\:focus\:border-secondary-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(40, 238, 118, var(--tw-border-opacity))
  }
  .lg\:focus\:border-secondary-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .lg\:focus\:border-secondary-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(13, 163, 72, var(--tw-border-opacity))
  }
  .lg\:focus\:border-secondary-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(9, 116, 51, var(--tw-border-opacity))
  }
  .lg\:focus\:border-secondary-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 68, 30, var(--tw-border-opacity))
  }
  .lg\:focus\:border-secondary-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(2, 21, 9, var(--tw-border-opacity))
  }
  .lg\:focus\:border-secondary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .lg\:focus\:border-accent-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity))
  }
  .lg\:focus\:border-accent-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity))
  }
  .lg\:focus\:border-accent-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity))
  }
  .lg\:focus\:border-accent-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity))
  }
  .lg\:focus\:border-accent-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity))
  }
  .lg\:focus\:border-accent-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity))
  }
  .lg\:focus\:border-accent-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity))
  }
  .lg\:focus\:border-accent-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity))
  }
  .lg\:focus\:border-accent-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity))
  }
  .lg\:focus\:border-accent-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity))
  }
  .lg\:focus\:border-shade-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(58, 58, 49, var(--tw-border-opacity))
  }
  .lg\:focus\:border-shade-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(45, 47, 53, var(--tw-border-opacity))
  }
  .lg\:focus\:border-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .lg\:focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity))
  }
  .lg\:focus\:border-gray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity))
  }
  .lg\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity))
  }
  .lg\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity))
  }
  .lg\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity))
  }
  .lg\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity))
  }
  .lg\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity))
  }
  .lg\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity))
  }
  .lg\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity))
  }
  .lg\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity))
  }
  .lg\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity))
  }
  .lg\:focus\:border-brand-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity))
  }
  .lg\:focus\:border-brand-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity))
  }
  .lg\:focus\:border-brand-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity))
  }
  .lg\:focus\:border-brand-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity))
  }
  .lg\:focus\:border-brand-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity))
  }
  .lg\:focus\:border-brand-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity))
  }
  .lg\:focus\:border-brand-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity))
  }
  .lg\:focus\:border-brand-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity))
  }
  .lg\:focus\:border-brand-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity))
  }
  .lg\:focus\:border-brand-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity))
  }
  .lg\:focus\:border-transparent:focus {
    border-color: transparent
  }
  .lg\:focus\:border-current:focus {
    border-color: currentColor
  }
  .lg\:border-opacity-0 {
    --tw-border-opacity: 0
  }
  .lg\:border-opacity-5 {
    --tw-border-opacity: 0.05
  }
  .lg\:border-opacity-10 {
    --tw-border-opacity: 0.1
  }
  .lg\:border-opacity-20 {
    --tw-border-opacity: 0.2
  }
  .lg\:border-opacity-25 {
    --tw-border-opacity: 0.25
  }
  .lg\:border-opacity-30 {
    --tw-border-opacity: 0.3
  }
  .lg\:border-opacity-40 {
    --tw-border-opacity: 0.4
  }
  .lg\:border-opacity-50 {
    --tw-border-opacity: 0.5
  }
  .lg\:border-opacity-60 {
    --tw-border-opacity: 0.6
  }
  .lg\:border-opacity-70 {
    --tw-border-opacity: 0.7
  }
  .lg\:border-opacity-75 {
    --tw-border-opacity: 0.75
  }
  .lg\:border-opacity-80 {
    --tw-border-opacity: 0.8
  }
  .lg\:border-opacity-90 {
    --tw-border-opacity: 0.9
  }
  .lg\:border-opacity-95 {
    --tw-border-opacity: 0.95
  }
  .lg\:border-opacity-100 {
    --tw-border-opacity: 1
  }
  .group:hover .lg\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0
  }
  .group:hover .lg\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05
  }
  .group:hover .lg\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1
  }
  .group:hover .lg\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2
  }
  .group:hover .lg\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25
  }
  .group:hover .lg\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3
  }
  .group:hover .lg\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4
  }
  .group:hover .lg\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5
  }
  .group:hover .lg\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6
  }
  .group:hover .lg\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7
  }
  .group:hover .lg\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75
  }
  .group:hover .lg\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8
  }
  .group:hover .lg\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9
  }
  .group:hover .lg\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95
  }
  .group:hover .lg\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1
  }
  .lg\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0
  }
  .lg\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05
  }
  .lg\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1
  }
  .lg\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2
  }
  .lg\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25
  }
  .lg\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3
  }
  .lg\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4
  }
  .lg\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5
  }
  .lg\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6
  }
  .lg\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7
  }
  .lg\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75
  }
  .lg\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8
  }
  .lg\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9
  }
  .lg\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95
  }
  .lg\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1
  }
  .lg\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0
  }
  .lg\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05
  }
  .lg\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1
  }
  .lg\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2
  }
  .lg\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25
  }
  .lg\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3
  }
  .lg\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4
  }
  .lg\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5
  }
  .lg\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6
  }
  .lg\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7
  }
  .lg\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75
  }
  .lg\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8
  }
  .lg\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9
  }
  .lg\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95
  }
  .lg\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1
  }
  .lg\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0
  }
  .lg\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05
  }
  .lg\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1
  }
  .lg\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2
  }
  .lg\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25
  }
  .lg\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3
  }
  .lg\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4
  }
  .lg\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5
  }
  .lg\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6
  }
  .lg\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7
  }
  .lg\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75
  }
  .lg\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8
  }
  .lg\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9
  }
  .lg\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95
  }
  .lg\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1
  }
  .lg\:rounded-none {
    border-radius: 0
  }
  .lg\:rounded-sm {
    border-radius: 1.5px
  }
  .lg\:rounded {
    border-radius: 3px
  }
  .lg\:rounded-md {
    border-radius: 4.5px
  }
  .lg\:rounded-lg {
    border-radius: 6px
  }
  .lg\:rounded-xl {
    border-radius: 9px
  }
  .lg\:rounded-2xl {
    border-radius: 12px
  }
  .lg\:rounded-3xl {
    border-radius: 18px
  }
  .lg\:rounded-full {
    border-radius: 9999px
  }
  .lg\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0
  }
  .lg\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }
  .lg\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
  }
  .lg\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }
  .lg\:rounded-t-sm {
    border-top-left-radius: 1.5px;
    border-top-right-radius: 1.5px
  }
  .lg\:rounded-r-sm {
    border-top-right-radius: 1.5px;
    border-bottom-right-radius: 1.5px
  }
  .lg\:rounded-b-sm {
    border-bottom-right-radius: 1.5px;
    border-bottom-left-radius: 1.5px
  }
  .lg\:rounded-l-sm {
    border-top-left-radius: 1.5px;
    border-bottom-left-radius: 1.5px
  }
  .lg\:rounded-t {
    border-top-left-radius: 3px
  }
  .lg\:rounded-r, .lg\:rounded-t {
    border-top-right-radius: 3px
  }
  .lg\:rounded-b, .lg\:rounded-r {
    border-bottom-right-radius: 3px
  }
  .lg\:rounded-b, .lg\:rounded-l {
    border-bottom-left-radius: 3px
  }
  .lg\:rounded-l {
    border-top-left-radius: 3px
  }
  .lg\:rounded-t-md {
    border-top-left-radius: 4.5px;
    border-top-right-radius: 4.5px
  }
  .lg\:rounded-r-md {
    border-top-right-radius: 4.5px;
    border-bottom-right-radius: 4.5px
  }
  .lg\:rounded-b-md {
    border-bottom-right-radius: 4.5px;
    border-bottom-left-radius: 4.5px
  }
  .lg\:rounded-l-md {
    border-top-left-radius: 4.5px;
    border-bottom-left-radius: 4.5px
  }
  .lg\:rounded-t-lg {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
  }
  .lg\:rounded-r-lg {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
  }
  .lg\:rounded-b-lg {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px
  }
  .lg\:rounded-l-lg {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
  }
  .lg\:rounded-t-xl {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px
  }
  .lg\:rounded-r-xl {
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px
  }
  .lg\:rounded-b-xl {
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px
  }
  .lg\:rounded-l-xl {
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px
  }
  .lg\:rounded-t-2xl {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px
  }
  .lg\:rounded-r-2xl {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px
  }
  .lg\:rounded-b-2xl {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px
  }
  .lg\:rounded-l-2xl {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px
  }
  .lg\:rounded-t-3xl {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px
  }
  .lg\:rounded-r-3xl {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px
  }
  .lg\:rounded-b-3xl {
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px
  }
  .lg\:rounded-l-3xl {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px
  }
  .lg\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px
  }
  .lg\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px
  }
  .lg\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px
  }
  .lg\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px
  }
  .lg\:rounded-tl-none {
    border-top-left-radius: 0
  }
  .lg\:rounded-tr-none {
    border-top-right-radius: 0
  }
  .lg\:rounded-br-none {
    border-bottom-right-radius: 0
  }
  .lg\:rounded-bl-none {
    border-bottom-left-radius: 0
  }
  .lg\:rounded-tl-sm {
    border-top-left-radius: 1.5px
  }
  .lg\:rounded-tr-sm {
    border-top-right-radius: 1.5px
  }
  .lg\:rounded-br-sm {
    border-bottom-right-radius: 1.5px
  }
  .lg\:rounded-bl-sm {
    border-bottom-left-radius: 1.5px
  }
  .lg\:rounded-tl {
    border-top-left-radius: 3px
  }
  .lg\:rounded-tr {
    border-top-right-radius: 3px
  }
  .lg\:rounded-br {
    border-bottom-right-radius: 3px
  }
  .lg\:rounded-bl {
    border-bottom-left-radius: 3px
  }
  .lg\:rounded-tl-md {
    border-top-left-radius: 4.5px
  }
  .lg\:rounded-tr-md {
    border-top-right-radius: 4.5px
  }
  .lg\:rounded-br-md {
    border-bottom-right-radius: 4.5px
  }
  .lg\:rounded-bl-md {
    border-bottom-left-radius: 4.5px
  }
  .lg\:rounded-tl-lg {
    border-top-left-radius: 6px
  }
  .lg\:rounded-tr-lg {
    border-top-right-radius: 6px
  }
  .lg\:rounded-br-lg {
    border-bottom-right-radius: 6px
  }
  .lg\:rounded-bl-lg {
    border-bottom-left-radius: 6px
  }
  .lg\:rounded-tl-xl {
    border-top-left-radius: 9px
  }
  .lg\:rounded-tr-xl {
    border-top-right-radius: 9px
  }
  .lg\:rounded-br-xl {
    border-bottom-right-radius: 9px
  }
  .lg\:rounded-bl-xl {
    border-bottom-left-radius: 9px
  }
  .lg\:rounded-tl-2xl {
    border-top-left-radius: 12px
  }
  .lg\:rounded-tr-2xl {
    border-top-right-radius: 12px
  }
  .lg\:rounded-br-2xl {
    border-bottom-right-radius: 12px
  }
  .lg\:rounded-bl-2xl {
    border-bottom-left-radius: 12px
  }
  .lg\:rounded-tl-3xl {
    border-top-left-radius: 18px
  }
  .lg\:rounded-tr-3xl {
    border-top-right-radius: 18px
  }
  .lg\:rounded-br-3xl {
    border-bottom-right-radius: 18px
  }
  .lg\:rounded-bl-3xl {
    border-bottom-left-radius: 18px
  }
  .lg\:rounded-tl-full {
    border-top-left-radius: 9999px
  }
  .lg\:rounded-tr-full {
    border-top-right-radius: 9999px
  }
  .lg\:rounded-br-full {
    border-bottom-right-radius: 9999px
  }
  .lg\:rounded-bl-full {
    border-bottom-left-radius: 9999px
  }
  .lg\:border-solid {
    border-style: solid
  }
  .lg\:border-dashed {
    border-style: dashed
  }
  .lg\:border-dotted {
    border-style: dotted
  }
  .lg\:border-double {
    border-style: double
  }
  .lg\:border-none {
    border-style: none
  }
  .lg\:border-0 {
    border-width: 0
  }
  .lg\:border-2 {
    border-width: 2px
  }
  .lg\:border-4 {
    border-width: 4px
  }
  .lg\:border-8 {
    border-width: 8px
  }
  .lg\:border {
    border-width: 1px
  }
  .lg\:border-t-0 {
    border-top-width: 0
  }
  .lg\:border-r-0 {
    border-right-width: 0
  }
  .lg\:border-b-0 {
    border-bottom-width: 0
  }
  .lg\:border-l-0 {
    border-left-width: 0
  }
  .lg\:border-t-2 {
    border-top-width: 2px
  }
  .lg\:border-r-2 {
    border-right-width: 2px
  }
  .lg\:border-b-2 {
    border-bottom-width: 2px
  }
  .lg\:border-l-2 {
    border-left-width: 2px
  }
  .lg\:border-t-4 {
    border-top-width: 4px
  }
  .lg\:border-r-4 {
    border-right-width: 4px
  }
  .lg\:border-b-4 {
    border-bottom-width: 4px
  }
  .lg\:border-l-4 {
    border-left-width: 4px
  }
  .lg\:border-t-8 {
    border-top-width: 8px
  }
  .lg\:border-r-8 {
    border-right-width: 8px
  }
  .lg\:border-b-8 {
    border-bottom-width: 8px
  }
  .lg\:border-l-8 {
    border-left-width: 8px
  }
  .lg\:border-t {
    border-top-width: 1px
  }
  .lg\:border-r {
    border-right-width: 1px
  }
  .lg\:border-b {
    border-bottom-width: 1px
  }
  .lg\:border-l {
    border-left-width: 1px
  }
  .lg\:decoration-slice {
    -webkit-box-decoration-break: slice;
    box-decoration-break: slice
  }
  .lg\:decoration-clone {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
  }
  .lg\:box-border {
    box-sizing: border-box
  }
  .lg\:box-content {
    box-sizing: content-box
  }
  .lg\:cursor-auto {
    cursor: auto
  }
  .lg\:cursor-default {
    cursor: default
  }
  .lg\:cursor-pointer {
    cursor: pointer
  }
  .lg\:cursor-wait {
    cursor: wait
  }
  .lg\:cursor-text {
    cursor: text
  }
  .lg\:cursor-move {
    cursor: move
  }
  .lg\:cursor-help {
    cursor: help
  }
  .lg\:cursor-not-allowed {
    cursor: not-allowed
  }
  .lg\:disabled\:cursor-auto:disabled {
    cursor: auto
  }
  .lg\:disabled\:cursor-default:disabled {
    cursor: default
  }
  .lg\:disabled\:cursor-pointer:disabled {
    cursor: pointer
  }
  .lg\:disabled\:cursor-wait:disabled {
    cursor: wait
  }
  .lg\:disabled\:cursor-text:disabled {
    cursor: text
  }
  .lg\:disabled\:cursor-move:disabled {
    cursor: move
  }
  .lg\:disabled\:cursor-help:disabled {
    cursor: help
  }
  .lg\:disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed
  }
  .lg\:block {
    display: block
  }
  .lg\:inline-block {
    display: inline-block
  }
  .lg\:inline {
    display: inline
  }
  .lg\:flex {
    display: flex
  }
  .lg\:inline-flex {
    display: inline-flex
  }
  .lg\:table {
    display: table
  }
  .lg\:inline-table {
    display: inline-table
  }
  .lg\:table-caption {
    display: table-caption
  }
  .lg\:table-cell {
    display: table-cell
  }
  .lg\:table-column {
    display: table-column
  }
  .lg\:table-column-group {
    display: table-column-group
  }
  .lg\:table-footer-group {
    display: table-footer-group
  }
  .lg\:table-header-group {
    display: table-header-group
  }
  .lg\:table-row-group {
    display: table-row-group
  }
  .lg\:table-row {
    display: table-row
  }
  .lg\:flow-root {
    display: flow-root
  }
  .lg\:grid {
    display: grid
  }
  .lg\:inline-grid {
    display: inline-grid
  }
  .lg\:contents {
    display: contents
  }
  .lg\:list-item {
    display: list-item
  }
  .lg\:hidden {
    display: none
  }
  .lg\:flex-row {
    flex-direction: row
  }
  .lg\:flex-row-reverse {
    flex-direction: row-reverse
  }
  .lg\:flex-col {
    flex-direction: column
  }
  .lg\:flex-col-reverse {
    flex-direction: column-reverse
  }
  .lg\:flex-wrap {
    flex-wrap: wrap
  }
  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse
  }
  .lg\:flex-nowrap {
    flex-wrap: nowrap
  }
  .lg\:place-items-start {
    place-items: start
  }
  .lg\:place-items-end {
    place-items: end
  }
  .lg\:place-items-center {
    place-items: center
  }
  .lg\:place-items-stretch {
    place-items: stretch
  }
  .lg\:place-content-center {
    place-content: center
  }
  .lg\:place-content-start {
    place-content: start
  }
  .lg\:place-content-end {
    place-content: end
  }
  .lg\:place-content-between {
    place-content: space-between
  }
  .lg\:place-content-around {
    place-content: space-around
  }
  .lg\:place-content-evenly {
    place-content: space-evenly
  }
  .lg\:place-content-stretch {
    place-content: stretch
  }
  .lg\:place-self-auto {
    place-self: auto
  }
  .lg\:place-self-start {
    place-self: start
  }
  .lg\:place-self-end {
    place-self: end
  }
  .lg\:place-self-center {
    place-self: center
  }
  .lg\:place-self-stretch {
    place-self: stretch
  }
  .lg\:items-start {
    align-items: flex-start
  }
  .lg\:items-end {
    align-items: flex-end
  }
  .lg\:items-center {
    align-items: center
  }
  .lg\:items-baseline {
    align-items: baseline
  }
  .lg\:items-stretch {
    align-items: stretch
  }
  .lg\:content-center {
    align-content: center
  }
  .lg\:content-start {
    align-content: flex-start
  }
  .lg\:content-end {
    align-content: flex-end
  }
  .lg\:content-between {
    align-content: space-between
  }
  .lg\:content-around {
    align-content: space-around
  }
  .lg\:content-evenly {
    align-content: space-evenly
  }
  .lg\:self-auto {
    align-self: auto
  }
  .lg\:self-start {
    align-self: flex-start
  }
  .lg\:self-end {
    align-self: flex-end
  }
  .lg\:self-center {
    align-self: center
  }
  .lg\:self-stretch {
    align-self: stretch
  }
  .lg\:justify-items-start {
    justify-items: start
  }
  .lg\:justify-items-end {
    justify-items: end
  }
  .lg\:justify-items-center {
    justify-items: center
  }
  .lg\:justify-items-stretch {
    justify-items: stretch
  }
  .lg\:justify-start {
    justify-content: flex-start
  }
  .lg\:justify-end {
    justify-content: flex-end
  }
  .lg\:justify-center {
    justify-content: center
  }
  .lg\:justify-between {
    justify-content: space-between
  }
  .lg\:justify-around {
    justify-content: space-around
  }
  .lg\:justify-evenly {
    justify-content: space-evenly
  }
  .lg\:justify-self-auto {
    justify-self: auto
  }
  .lg\:justify-self-start {
    justify-self: start
  }
  .lg\:justify-self-end {
    justify-self: end
  }
  .lg\:justify-self-center {
    justify-self: center
  }
  .lg\:justify-self-stretch {
    justify-self: stretch
  }
  .lg\:flex-1 {
    flex: 1 1 0%
  }
  .lg\:flex-auto {
    flex: 1 1 auto
  }
  .lg\:flex-initial {
    flex: 0 1 auto
  }
  .lg\:flex-none {
    flex: none
  }
  .lg\:flex-grow-0 {
    flex-grow: 0
  }
  .lg\:flex-grow {
    flex-grow: 1
  }
  .lg\:flex-shrink-0 {
    flex-shrink: 0
  }
  .lg\:flex-shrink {
    flex-shrink: 1
  }
  .lg\:order-1 {
    order: 1
  }
  .lg\:order-2 {
    order: 2
  }
  .lg\:order-3 {
    order: 3
  }
  .lg\:order-4 {
    order: 4
  }
  .lg\:order-5 {
    order: 5
  }
  .lg\:order-6 {
    order: 6
  }
  .lg\:order-7 {
    order: 7
  }
  .lg\:order-8 {
    order: 8
  }
  .lg\:order-9 {
    order: 9
  }
  .lg\:order-10 {
    order: 10
  }
  .lg\:order-11 {
    order: 11
  }
  .lg\:order-12 {
    order: 12
  }
  .lg\:order-first {
    order: -9999
  }
  .lg\:order-last {
    order: 9999
  }
  .lg\:order-none {
    order: 0
  }
  .lg\:float-right {
    float: right
  }
  .lg\:float-left {
    float: left
  }
  .lg\:float-none {
    float: none
  }
  .lg\:clear-left {
    clear: left
  }
  .lg\:clear-right {
    clear: right
  }
  .lg\:clear-both {
    clear: both
  }
  .lg\:clear-none {
    clear: none
  }
  .lg\:font-sans {
    font-family: adrianna, sans-serif
  }
  .lg\:font-marvin-round {
    font-family: marvin-round, sans-serif
  }
  .lg\:font-thin {
    font-weight: 100
  }
  .lg\:font-extralight {
    font-weight: 200
  }
  .lg\:font-light {
    font-weight: 300
  }
  .lg\:font-normal {
    font-weight: 400
  }
  .lg\:font-medium {
    font-weight: 500
  }
  .lg\:font-semibold {
    font-weight: 600
  }
  .lg\:font-bold {
    font-weight: 700
  }
  .lg\:font-extrabold {
    font-weight: 800
  }
  .lg\:font-black {
    font-weight: 900
  }
  .lg\:h-0 {
    height: 0
  }
  .lg\:h-1 {
    height: 3px
  }
  .lg\:h-2 {
    height: 6px
  }
  .lg\:h-3 {
    height: 9px
  }
  .lg\:h-4 {
    height: 12px
  }
  .lg\:h-5 {
    height: 15px
  }
  .lg\:h-6 {
    height: 18px
  }
  .lg\:h-7 {
    height: 21px
  }
  .lg\:h-8 {
    height: 24px
  }
  .lg\:h-9 {
    height: 27px
  }
  .lg\:h-10 {
    height: 30px
  }
  .lg\:h-11 {
    height: 33px
  }
  .lg\:h-12 {
    height: 36px
  }
  .lg\:h-14 {
    height: 42px
  }
  .lg\:h-16 {
    height: 48px
  }
  .lg\:h-18 {
    height: 54px
  }
  .lg\:h-20 {
    height: 60px
  }
  .lg\:h-24 {
    height: 72px
  }
  .lg\:h-28 {
    height: 84px
  }
  .lg\:h-32 {
    height: 96px
  }
  .lg\:h-36 {
    height: 108px
  }
  .lg\:h-40 {
    height: 120px
  }
  .lg\:h-44 {
    height: 132px
  }
  .lg\:h-48 {
    height: 144px
  }
  .lg\:h-52 {
    height: 156px
  }
  .lg\:h-56 {
    height: 168px
  }
  .lg\:h-60 {
    height: 180px
  }
  .lg\:h-64 {
    height: 192px
  }
  .lg\:h-72 {
    height: 216px
  }
  .lg\:h-80 {
    height: 240px
  }
  .lg\:h-96 {
    height: 288px
  }
  .lg\:h-auto {
    height: auto
  }
  .lg\:h-px {
    height: 1px
  }
  .lg\:h-0\.5 {
    height: 1.5px
  }
  .lg\:h-1\.5 {
    height: 4.5px
  }
  .lg\:h-2\.5 {
    height: 7.5px
  }
  .lg\:h-3\.5 {
    height: 10.5px
  }
  .lg\:h-1\/2 {
    height: 50%
  }
  .lg\:h-1\/3 {
    height: 33.333333%
  }
  .lg\:h-2\/3 {
    height: 66.666667%
  }
  .lg\:h-1\/4 {
    height: 25%
  }
  .lg\:h-2\/4 {
    height: 50%
  }
  .lg\:h-3\/4 {
    height: 75%
  }
  .lg\:h-1\/5 {
    height: 20%
  }
  .lg\:h-2\/5 {
    height: 40%
  }
  .lg\:h-3\/5 {
    height: 60%
  }
  .lg\:h-4\/5 {
    height: 80%
  }
  .lg\:h-1\/6 {
    height: 16.666667%
  }
  .lg\:h-2\/6 {
    height: 33.333333%
  }
  .lg\:h-3\/6 {
    height: 50%
  }
  .lg\:h-4\/6 {
    height: 66.666667%
  }
  .lg\:h-5\/6 {
    height: 83.333333%
  }
  .lg\:h-full {
    height: 100%
  }
  .lg\:h-screen {
    height: 100vh
  }
  .lg\:h-screen-4\/5 {
    height: 80vh
  }
  .lg\:text-xs {
    font-size: 9px;
    line-height: 12px
  }
  .lg\:text-sm {
    font-size: 10.5px;
    line-height: 15px
  }
  .lg\:text-base {
    font-size: 12px;
    line-height: 18px
  }
  .lg\:text-lg {
    font-size: 13.5px;
    line-height: 21px
  }
  .lg\:text-xl {
    font-size: 15px;
    line-height: 21px
  }
  .lg\:text-2xl {
    font-size: 18px;
    line-height: 24px
  }
  .lg\:text-3xl {
    font-size: 22.5px;
    line-height: 27px
  }
  .lg\:text-4xl {
    font-size: 27px;
    line-height: 30px
  }
  .lg\:text-5xl {
    font-size: 36px;
    line-height: 1
  }
  .lg\:text-6xl {
    font-size: 45px;
    line-height: 1
  }
  .lg\:text-7xl {
    font-size: 54px;
    line-height: 1
  }
  .lg\:text-8xl {
    font-size: 72px;
    line-height: 1
  }
  .lg\:text-9xl {
    font-size: 96px;
    line-height: 1
  }
  .lg\:leading-3 {
    line-height: 9px
  }
  .lg\:leading-4 {
    line-height: 12px
  }
  .lg\:leading-5 {
    line-height: 15px
  }
  .lg\:leading-6 {
    line-height: 18px
  }
  .lg\:leading-7 {
    line-height: 21px
  }
  .lg\:leading-8 {
    line-height: 24px
  }
  .lg\:leading-9 {
    line-height: 27px
  }
  .lg\:leading-10 {
    line-height: 30px
  }
  .lg\:leading-none {
    line-height: 1
  }
  .lg\:leading-tight {
    line-height: 1.25
  }
  .lg\:leading-snug {
    line-height: 1.375
  }
  .lg\:leading-normal {
    line-height: 1.5
  }
  .lg\:leading-relaxed {
    line-height: 1.625
  }
  .lg\:leading-loose {
    line-height: 2
  }
  .lg\:list-inside {
    list-style-position: inside
  }
  .lg\:list-outside {
    list-style-position: outside
  }
  .lg\:list-none {
    list-style-type: none
  }
  .lg\:list-disc {
    list-style-type: disc
  }
  .lg\:list-decimal {
    list-style-type: decimal
  }
  .lg\:m-0 {
    margin: 0
  }
  .lg\:m-1 {
    margin: 3px
  }
  .lg\:m-2 {
    margin: 6px
  }
  .lg\:m-3 {
    margin: 9px
  }
  .lg\:m-4 {
    margin: 12px
  }
  .lg\:m-5 {
    margin: 15px
  }
  .lg\:m-6 {
    margin: 18px
  }
  .lg\:m-7 {
    margin: 21px
  }
  .lg\:m-8 {
    margin: 24px
  }
  .lg\:m-9 {
    margin: 27px
  }
  .lg\:m-10 {
    margin: 30px
  }
  .lg\:m-11 {
    margin: 33px
  }
  .lg\:m-12 {
    margin: 36px
  }
  .lg\:m-14 {
    margin: 42px
  }
  .lg\:m-16 {
    margin: 48px
  }
  .lg\:m-18 {
    margin: 54px
  }
  .lg\:m-20 {
    margin: 60px
  }
  .lg\:m-24 {
    margin: 72px
  }
  .lg\:m-28 {
    margin: 84px
  }
  .lg\:m-32 {
    margin: 96px
  }
  .lg\:m-36 {
    margin: 108px
  }
  .lg\:m-40 {
    margin: 120px
  }
  .lg\:m-44 {
    margin: 132px
  }
  .lg\:m-48 {
    margin: 144px
  }
  .lg\:m-52 {
    margin: 156px
  }
  .lg\:m-56 {
    margin: 168px
  }
  .lg\:m-60 {
    margin: 180px
  }
  .lg\:m-64 {
    margin: 192px
  }
  .lg\:m-72 {
    margin: 216px
  }
  .lg\:m-80 {
    margin: 240px
  }
  .lg\:m-96 {
    margin: 288px
  }
  .lg\:m-auto {
    margin: auto
  }
  .lg\:m-px {
    margin: 1px
  }
  .lg\:m-0\.5 {
    margin: 1.5px
  }
  .lg\:m-1\.5 {
    margin: 4.5px
  }
  .lg\:m-2\.5 {
    margin: 7.5px
  }
  .lg\:m-3\.5 {
    margin: 10.5px
  }
  .lg\:-m-0 {
    margin: 0
  }
  .lg\:-m-1 {
    margin: -3px
  }
  .lg\:-m-2 {
    margin: -6px
  }
  .lg\:-m-3 {
    margin: -9px
  }
  .lg\:-m-4 {
    margin: -12px
  }
  .lg\:-m-5 {
    margin: -15px
  }
  .lg\:-m-6 {
    margin: -18px
  }
  .lg\:-m-7 {
    margin: -21px
  }
  .lg\:-m-8 {
    margin: -24px
  }
  .lg\:-m-9 {
    margin: -27px
  }
  .lg\:-m-10 {
    margin: -30px
  }
  .lg\:-m-11 {
    margin: -33px
  }
  .lg\:-m-12 {
    margin: -36px
  }
  .lg\:-m-14 {
    margin: -42px
  }
  .lg\:-m-16 {
    margin: -48px
  }
  .lg\:-m-18 {
    margin: -54px
  }
  .lg\:-m-20 {
    margin: -60px
  }
  .lg\:-m-24 {
    margin: -72px
  }
  .lg\:-m-28 {
    margin: -84px
  }
  .lg\:-m-32 {
    margin: -96px
  }
  .lg\:-m-36 {
    margin: -108px
  }
  .lg\:-m-40 {
    margin: -120px
  }
  .lg\:-m-44 {
    margin: -132px
  }
  .lg\:-m-48 {
    margin: -144px
  }
  .lg\:-m-52 {
    margin: -156px
  }
  .lg\:-m-56 {
    margin: -168px
  }
  .lg\:-m-60 {
    margin: -180px
  }
  .lg\:-m-64 {
    margin: -192px
  }
  .lg\:-m-72 {
    margin: -216px
  }
  .lg\:-m-80 {
    margin: -240px
  }
  .lg\:-m-96 {
    margin: -288px
  }
  .lg\:-m-px {
    margin: -1px
  }
  .lg\:-m-0\.5 {
    margin: -1.5px
  }
  .lg\:-m-1\.5 {
    margin: -4.5px
  }
  .lg\:-m-2\.5 {
    margin: -7.5px
  }
  .lg\:-m-3\.5 {
    margin: -10.5px
  }
  .lg\:-m-128px {
    margin: -128px
  }
  .lg\:-m-61px {
    margin: -61px
  }
  .lg\:-m-24vw {
    margin: -24vw
  }
  .lg\:my-0 {
    margin-top: 0;
    margin-bottom: 0
  }
  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0
  }
  .lg\:my-1 {
    margin-top: 3px;
    margin-bottom: 3px
  }
  .lg\:mx-1 {
    margin-left: 3px;
    margin-right: 3px
  }
  .lg\:my-2 {
    margin-top: 6px;
    margin-bottom: 6px
  }
  .lg\:mx-2 {
    margin-left: 6px;
    margin-right: 6px
  }
  .lg\:my-3 {
    margin-top: 9px;
    margin-bottom: 9px
  }
  .lg\:mx-3 {
    margin-left: 9px;
    margin-right: 9px
  }
  .lg\:my-4 {
    margin-top: 12px;
    margin-bottom: 12px
  }
  .lg\:mx-4 {
    margin-left: 12px;
    margin-right: 12px
  }
  .lg\:my-5 {
    margin-top: 15px;
    margin-bottom: 15px
  }
  .lg\:mx-5 {
    margin-left: 15px;
    margin-right: 15px
  }
  .lg\:my-6 {
    margin-top: 18px;
    margin-bottom: 18px
  }
  .lg\:mx-6 {
    margin-left: 18px;
    margin-right: 18px
  }
  .lg\:my-7 {
    margin-top: 21px;
    margin-bottom: 21px
  }
  .lg\:mx-7 {
    margin-left: 21px;
    margin-right: 21px
  }
  .lg\:my-8 {
    margin-top: 24px;
    margin-bottom: 24px
  }
  .lg\:mx-8 {
    margin-left: 24px;
    margin-right: 24px
  }
  .lg\:my-9 {
    margin-top: 27px;
    margin-bottom: 27px
  }
  .lg\:mx-9 {
    margin-left: 27px;
    margin-right: 27px
  }
  .lg\:my-10 {
    margin-top: 30px;
    margin-bottom: 30px
  }
  .lg\:mx-10 {
    margin-left: 30px;
    margin-right: 30px
  }
  .lg\:my-11 {
    margin-top: 33px;
    margin-bottom: 33px
  }
  .lg\:mx-11 {
    margin-left: 33px;
    margin-right: 33px
  }
  .lg\:my-12 {
    margin-top: 36px;
    margin-bottom: 36px
  }
  .lg\:mx-12 {
    margin-left: 36px;
    margin-right: 36px
  }
  .lg\:my-14 {
    margin-top: 42px;
    margin-bottom: 42px
  }
  .lg\:mx-14 {
    margin-left: 42px;
    margin-right: 42px
  }
  .lg\:my-16 {
    margin-top: 48px;
    margin-bottom: 48px
  }
  .lg\:mx-16 {
    margin-left: 48px;
    margin-right: 48px
  }
  .lg\:my-18 {
    margin-top: 54px;
    margin-bottom: 54px
  }
  .lg\:mx-18 {
    margin-left: 54px;
    margin-right: 54px
  }
  .lg\:my-20 {
    margin-top: 60px;
    margin-bottom: 60px
  }
  .lg\:mx-20 {
    margin-left: 60px;
    margin-right: 60px
  }
  .lg\:my-24 {
    margin-top: 72px;
    margin-bottom: 72px
  }
  .lg\:mx-24 {
    margin-left: 72px;
    margin-right: 72px
  }
  .lg\:my-28 {
    margin-top: 84px;
    margin-bottom: 84px
  }
  .lg\:mx-28 {
    margin-left: 84px;
    margin-right: 84px
  }
  .lg\:my-32 {
    margin-top: 96px;
    margin-bottom: 96px
  }
  .lg\:mx-32 {
    margin-left: 96px;
    margin-right: 96px
  }
  .lg\:my-36 {
    margin-top: 108px;
    margin-bottom: 108px
  }
  .lg\:mx-36 {
    margin-left: 108px;
    margin-right: 108px
  }
  .lg\:my-40 {
    margin-top: 120px;
    margin-bottom: 120px
  }
  .lg\:mx-40 {
    margin-left: 120px;
    margin-right: 120px
  }
  .lg\:my-44 {
    margin-top: 132px;
    margin-bottom: 132px
  }
  .lg\:mx-44 {
    margin-left: 132px;
    margin-right: 132px
  }
  .lg\:my-48 {
    margin-top: 144px;
    margin-bottom: 144px
  }
  .lg\:mx-48 {
    margin-left: 144px;
    margin-right: 144px
  }
  .lg\:my-52 {
    margin-top: 156px;
    margin-bottom: 156px
  }
  .lg\:mx-52 {
    margin-left: 156px;
    margin-right: 156px
  }
  .lg\:my-56 {
    margin-top: 168px;
    margin-bottom: 168px
  }
  .lg\:mx-56 {
    margin-left: 168px;
    margin-right: 168px
  }
  .lg\:my-60 {
    margin-top: 180px;
    margin-bottom: 180px
  }
  .lg\:mx-60 {
    margin-left: 180px;
    margin-right: 180px
  }
  .lg\:my-64 {
    margin-top: 192px;
    margin-bottom: 192px
  }
  .lg\:mx-64 {
    margin-left: 192px;
    margin-right: 192px
  }
  .lg\:my-72 {
    margin-top: 216px;
    margin-bottom: 216px
  }
  .lg\:mx-72 {
    margin-left: 216px;
    margin-right: 216px
  }
  .lg\:my-80 {
    margin-top: 240px;
    margin-bottom: 240px
  }
  .lg\:mx-80 {
    margin-left: 240px;
    margin-right: 240px
  }
  .lg\:my-96 {
    margin-top: 288px;
    margin-bottom: 288px
  }
  .lg\:mx-96 {
    margin-left: 288px;
    margin-right: 288px
  }
  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto
  }
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto
  }
  .lg\:my-px {
    margin-top: 1px;
    margin-bottom: 1px
  }
  .lg\:mx-px {
    margin-left: 1px;
    margin-right: 1px
  }
  .lg\:my-0\.5 {
    margin-top: 1.5px;
    margin-bottom: 1.5px
  }
  .lg\:mx-0\.5 {
    margin-left: 1.5px;
    margin-right: 1.5px
  }
  .lg\:my-1\.5 {
    margin-top: 4.5px;
    margin-bottom: 4.5px
  }
  .lg\:mx-1\.5 {
    margin-left: 4.5px;
    margin-right: 4.5px
  }
  .lg\:my-2\.5 {
    margin-top: 7.5px;
    margin-bottom: 7.5px
  }
  .lg\:mx-2\.5 {
    margin-left: 7.5px;
    margin-right: 7.5px
  }
  .lg\:my-3\.5 {
    margin-top: 10.5px;
    margin-bottom: 10.5px
  }
  .lg\:mx-3\.5 {
    margin-left: 10.5px;
    margin-right: 10.5px
  }
  .lg\:-my-0 {
    margin-top: 0;
    margin-bottom: 0
  }
  .lg\:-mx-0 {
    margin-left: 0;
    margin-right: 0
  }
  .lg\:-my-1 {
    margin-top: -3px;
    margin-bottom: -3px
  }
  .lg\:-mx-1 {
    margin-left: -3px;
    margin-right: -3px
  }
  .lg\:-my-2 {
    margin-top: -6px;
    margin-bottom: -6px
  }
  .lg\:-mx-2 {
    margin-left: -6px;
    margin-right: -6px
  }
  .lg\:-my-3 {
    margin-top: -9px;
    margin-bottom: -9px
  }
  .lg\:-mx-3 {
    margin-left: -9px;
    margin-right: -9px
  }
  .lg\:-my-4 {
    margin-top: -12px;
    margin-bottom: -12px
  }
  .lg\:-mx-4 {
    margin-left: -12px;
    margin-right: -12px
  }
  .lg\:-my-5 {
    margin-top: -15px;
    margin-bottom: -15px
  }
  .lg\:-mx-5 {
    margin-left: -15px;
    margin-right: -15px
  }
  .lg\:-my-6 {
    margin-top: -18px;
    margin-bottom: -18px
  }
  .lg\:-mx-6 {
    margin-left: -18px;
    margin-right: -18px
  }
  .lg\:-my-7 {
    margin-top: -21px;
    margin-bottom: -21px
  }
  .lg\:-mx-7 {
    margin-left: -21px;
    margin-right: -21px
  }
  .lg\:-my-8 {
    margin-top: -24px;
    margin-bottom: -24px
  }
  .lg\:-mx-8 {
    margin-left: -24px;
    margin-right: -24px
  }
  .lg\:-my-9 {
    margin-top: -27px;
    margin-bottom: -27px
  }
  .lg\:-mx-9 {
    margin-left: -27px;
    margin-right: -27px
  }
  .lg\:-my-10 {
    margin-top: -30px;
    margin-bottom: -30px
  }
  .lg\:-mx-10 {
    margin-left: -30px;
    margin-right: -30px
  }
  .lg\:-my-11 {
    margin-top: -33px;
    margin-bottom: -33px
  }
  .lg\:-mx-11 {
    margin-left: -33px;
    margin-right: -33px
  }
  .lg\:-my-12 {
    margin-top: -36px;
    margin-bottom: -36px
  }
  .lg\:-mx-12 {
    margin-left: -36px;
    margin-right: -36px
  }
  .lg\:-my-14 {
    margin-top: -42px;
    margin-bottom: -42px
  }
  .lg\:-mx-14 {
    margin-left: -42px;
    margin-right: -42px
  }
  .lg\:-my-16 {
    margin-top: -48px;
    margin-bottom: -48px
  }
  .lg\:-mx-16 {
    margin-left: -48px;
    margin-right: -48px
  }
  .lg\:-my-18 {
    margin-top: -54px;
    margin-bottom: -54px
  }
  .lg\:-mx-18 {
    margin-left: -54px;
    margin-right: -54px
  }
  .lg\:-my-20 {
    margin-top: -60px;
    margin-bottom: -60px
  }
  .lg\:-mx-20 {
    margin-left: -60px;
    margin-right: -60px
  }
  .lg\:-my-24 {
    margin-top: -72px;
    margin-bottom: -72px
  }
  .lg\:-mx-24 {
    margin-left: -72px;
    margin-right: -72px
  }
  .lg\:-my-28 {
    margin-top: -84px;
    margin-bottom: -84px
  }
  .lg\:-mx-28 {
    margin-left: -84px;
    margin-right: -84px
  }
  .lg\:-my-32 {
    margin-top: -96px;
    margin-bottom: -96px
  }
  .lg\:-mx-32 {
    margin-left: -96px;
    margin-right: -96px
  }
  .lg\:-my-36 {
    margin-top: -108px;
    margin-bottom: -108px
  }
  .lg\:-mx-36 {
    margin-left: -108px;
    margin-right: -108px
  }
  .lg\:-my-40 {
    margin-top: -120px;
    margin-bottom: -120px
  }
  .lg\:-mx-40 {
    margin-left: -120px;
    margin-right: -120px
  }
  .lg\:-my-44 {
    margin-top: -132px;
    margin-bottom: -132px
  }
  .lg\:-mx-44 {
    margin-left: -132px;
    margin-right: -132px
  }
  .lg\:-my-48 {
    margin-top: -144px;
    margin-bottom: -144px
  }
  .lg\:-mx-48 {
    margin-left: -144px;
    margin-right: -144px
  }
  .lg\:-my-52 {
    margin-top: -156px;
    margin-bottom: -156px
  }
  .lg\:-mx-52 {
    margin-left: -156px;
    margin-right: -156px
  }
  .lg\:-my-56 {
    margin-top: -168px;
    margin-bottom: -168px
  }
  .lg\:-mx-56 {
    margin-left: -168px;
    margin-right: -168px
  }
  .lg\:-my-60 {
    margin-top: -180px;
    margin-bottom: -180px
  }
  .lg\:-mx-60 {
    margin-left: -180px;
    margin-right: -180px
  }
  .lg\:-my-64 {
    margin-top: -192px;
    margin-bottom: -192px
  }
  .lg\:-mx-64 {
    margin-left: -192px;
    margin-right: -192px
  }
  .lg\:-my-72 {
    margin-top: -216px;
    margin-bottom: -216px
  }
  .lg\:-mx-72 {
    margin-left: -216px;
    margin-right: -216px
  }
  .lg\:-my-80 {
    margin-top: -240px;
    margin-bottom: -240px
  }
  .lg\:-mx-80 {
    margin-left: -240px;
    margin-right: -240px
  }
  .lg\:-my-96 {
    margin-top: -288px;
    margin-bottom: -288px
  }
  .lg\:-mx-96 {
    margin-left: -288px;
    margin-right: -288px
  }
  .lg\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px
  }
  .lg\:-mx-px {
    margin-left: -1px;
    margin-right: -1px
  }
  .lg\:-my-0\.5 {
    margin-top: -1.5px;
    margin-bottom: -1.5px
  }
  .lg\:-mx-0\.5 {
    margin-left: -1.5px;
    margin-right: -1.5px
  }
  .lg\:-my-1\.5 {
    margin-top: -4.5px;
    margin-bottom: -4.5px
  }
  .lg\:-mx-1\.5 {
    margin-left: -4.5px;
    margin-right: -4.5px
  }
  .lg\:-my-2\.5 {
    margin-top: -7.5px;
    margin-bottom: -7.5px
  }
  .lg\:-mx-2\.5 {
    margin-left: -7.5px;
    margin-right: -7.5px
  }
  .lg\:-my-3\.5 {
    margin-top: -10.5px;
    margin-bottom: -10.5px
  }
  .lg\:-mx-3\.5 {
    margin-left: -10.5px;
    margin-right: -10.5px
  }
  .lg\:-my-128px {
    margin-top: -128px;
    margin-bottom: -128px
  }
  .lg\:-mx-128px {
    margin-left: -128px;
    margin-right: -128px
  }
  .lg\:-my-61px {
    margin-top: -61px;
    margin-bottom: -61px
  }
  .lg\:-mx-61px {
    margin-left: -61px;
    margin-right: -61px
  }
  .lg\:-my-24vw {
    margin-top: -24vw;
    margin-bottom: -24vw
  }
  .lg\:-mx-24vw {
    margin-left: -24vw;
    margin-right: -24vw
  }
  .lg\:mt-0 {
    margin-top: 0
  }
  .lg\:mr-0 {
    margin-right: 0
  }
  .lg\:mb-0 {
    margin-bottom: 0
  }
  .lg\:ml-0 {
    margin-left: 0
  }
  .lg\:mt-1 {
    margin-top: 3px
  }
  .lg\:mr-1 {
    margin-right: 3px
  }
  .lg\:mb-1 {
    margin-bottom: 3px
  }
  .lg\:ml-1 {
    margin-left: 3px
  }
  .lg\:mt-2 {
    margin-top: 6px
  }
  .lg\:mr-2 {
    margin-right: 6px
  }
  .lg\:mb-2 {
    margin-bottom: 6px
  }
  .lg\:ml-2 {
    margin-left: 6px
  }
  .lg\:mt-3 {
    margin-top: 9px
  }
  .lg\:mr-3 {
    margin-right: 9px
  }
  .lg\:mb-3 {
    margin-bottom: 9px
  }
  .lg\:ml-3 {
    margin-left: 9px
  }
  .lg\:mt-4 {
    margin-top: 12px
  }
  .lg\:mr-4 {
    margin-right: 12px
  }
  .lg\:mb-4 {
    margin-bottom: 12px
  }
  .lg\:ml-4 {
    margin-left: 12px
  }
  .lg\:mt-5 {
    margin-top: 15px
  }
  .lg\:mr-5 {
    margin-right: 15px
  }
  .lg\:mb-5 {
    margin-bottom: 15px
  }
  .lg\:ml-5 {
    margin-left: 15px
  }
  .lg\:mt-6 {
    margin-top: 18px
  }
  .lg\:mr-6 {
    margin-right: 18px
  }
  .lg\:mb-6 {
    margin-bottom: 18px
  }
  .lg\:ml-6 {
    margin-left: 18px
  }
  .lg\:mt-7 {
    margin-top: 21px
  }
  .lg\:mr-7 {
    margin-right: 21px
  }
  .lg\:mb-7 {
    margin-bottom: 21px
  }
  .lg\:ml-7 {
    margin-left: 21px
  }
  .lg\:mt-8 {
    margin-top: 24px
  }
  .lg\:mr-8 {
    margin-right: 24px
  }
  .lg\:mb-8 {
    margin-bottom: 24px
  }
  .lg\:ml-8 {
    margin-left: 24px
  }
  .lg\:mt-9 {
    margin-top: 27px
  }
  .lg\:mr-9 {
    margin-right: 27px
  }
  .lg\:mb-9 {
    margin-bottom: 27px
  }
  .lg\:ml-9 {
    margin-left: 27px
  }
  .lg\:mt-10 {
    margin-top: 30px
  }
  .lg\:mr-10 {
    margin-right: 30px
  }
  .lg\:mb-10 {
    margin-bottom: 30px
  }
  .lg\:ml-10 {
    margin-left: 30px
  }
  .lg\:mt-11 {
    margin-top: 33px
  }
  .lg\:mr-11 {
    margin-right: 33px
  }
  .lg\:mb-11 {
    margin-bottom: 33px
  }
  .lg\:ml-11 {
    margin-left: 33px
  }
  .lg\:mt-12 {
    margin-top: 36px
  }
  .lg\:mr-12 {
    margin-right: 36px
  }
  .lg\:mb-12 {
    margin-bottom: 36px
  }
  .lg\:ml-12 {
    margin-left: 36px
  }
  .lg\:mt-14 {
    margin-top: 42px
  }
  .lg\:mr-14 {
    margin-right: 42px
  }
  .lg\:mb-14 {
    margin-bottom: 42px
  }
  .lg\:ml-14 {
    margin-left: 42px
  }
  .lg\:mt-16 {
    margin-top: 48px
  }
  .lg\:mr-16 {
    margin-right: 48px
  }
  .lg\:mb-16 {
    margin-bottom: 48px
  }
  .lg\:ml-16 {
    margin-left: 48px
  }
  .lg\:mt-18 {
    margin-top: 54px
  }
  .lg\:mr-18 {
    margin-right: 54px
  }
  .lg\:mb-18 {
    margin-bottom: 54px
  }
  .lg\:ml-18 {
    margin-left: 54px
  }
  .lg\:mt-20 {
    margin-top: 60px
  }
  .lg\:mr-20 {
    margin-right: 60px
  }
  .lg\:mb-20 {
    margin-bottom: 60px
  }
  .lg\:ml-20 {
    margin-left: 60px
  }
  .lg\:mt-24 {
    margin-top: 72px
  }
  .lg\:mr-24 {
    margin-right: 72px
  }
  .lg\:mb-24 {
    margin-bottom: 72px
  }
  .lg\:ml-24 {
    margin-left: 72px
  }
  .lg\:mt-28 {
    margin-top: 84px
  }
  .lg\:mr-28 {
    margin-right: 84px
  }
  .lg\:mb-28 {
    margin-bottom: 84px
  }
  .lg\:ml-28 {
    margin-left: 84px
  }
  .lg\:mt-32 {
    margin-top: 96px
  }
  .lg\:mr-32 {
    margin-right: 96px
  }
  .lg\:mb-32 {
    margin-bottom: 96px
  }
  .lg\:ml-32 {
    margin-left: 96px
  }
  .lg\:mt-36 {
    margin-top: 108px
  }
  .lg\:mr-36 {
    margin-right: 108px
  }
  .lg\:mb-36 {
    margin-bottom: 108px
  }
  .lg\:ml-36 {
    margin-left: 108px
  }
  .lg\:mt-40 {
    margin-top: 120px
  }
  .lg\:mr-40 {
    margin-right: 120px
  }
  .lg\:mb-40 {
    margin-bottom: 120px
  }
  .lg\:ml-40 {
    margin-left: 120px
  }
  .lg\:mt-44 {
    margin-top: 132px
  }
  .lg\:mr-44 {
    margin-right: 132px
  }
  .lg\:mb-44 {
    margin-bottom: 132px
  }
  .lg\:ml-44 {
    margin-left: 132px
  }
  .lg\:mt-48 {
    margin-top: 144px
  }
  .lg\:mr-48 {
    margin-right: 144px
  }
  .lg\:mb-48 {
    margin-bottom: 144px
  }
  .lg\:ml-48 {
    margin-left: 144px
  }
  .lg\:mt-52 {
    margin-top: 156px
  }
  .lg\:mr-52 {
    margin-right: 156px
  }
  .lg\:mb-52 {
    margin-bottom: 156px
  }
  .lg\:ml-52 {
    margin-left: 156px
  }
  .lg\:mt-56 {
    margin-top: 168px
  }
  .lg\:mr-56 {
    margin-right: 168px
  }
  .lg\:mb-56 {
    margin-bottom: 168px
  }
  .lg\:ml-56 {
    margin-left: 168px
  }
  .lg\:mt-60 {
    margin-top: 180px
  }
  .lg\:mr-60 {
    margin-right: 180px
  }
  .lg\:mb-60 {
    margin-bottom: 180px
  }
  .lg\:ml-60 {
    margin-left: 180px
  }
  .lg\:mt-64 {
    margin-top: 192px
  }
  .lg\:mr-64 {
    margin-right: 192px
  }
  .lg\:mb-64 {
    margin-bottom: 192px
  }
  .lg\:ml-64 {
    margin-left: 192px
  }
  .lg\:mt-72 {
    margin-top: 216px
  }
  .lg\:mr-72 {
    margin-right: 216px
  }
  .lg\:mb-72 {
    margin-bottom: 216px
  }
  .lg\:ml-72 {
    margin-left: 216px
  }
  .lg\:mt-80 {
    margin-top: 240px
  }
  .lg\:mr-80 {
    margin-right: 240px
  }
  .lg\:mb-80 {
    margin-bottom: 240px
  }
  .lg\:ml-80 {
    margin-left: 240px
  }
  .lg\:mt-96 {
    margin-top: 288px
  }
  .lg\:mr-96 {
    margin-right: 288px
  }
  .lg\:mb-96 {
    margin-bottom: 288px
  }
  .lg\:ml-96 {
    margin-left: 288px
  }
  .lg\:mt-auto {
    margin-top: auto
  }
  .lg\:mr-auto {
    margin-right: auto
  }
  .lg\:mb-auto {
    margin-bottom: auto
  }
  .lg\:ml-auto {
    margin-left: auto
  }
  .lg\:mt-px {
    margin-top: 1px
  }
  .lg\:mr-px {
    margin-right: 1px
  }
  .lg\:mb-px {
    margin-bottom: 1px
  }
  .lg\:ml-px {
    margin-left: 1px
  }
  .lg\:mt-0\.5 {
    margin-top: 1.5px
  }
  .lg\:mr-0\.5 {
    margin-right: 1.5px
  }
  .lg\:mb-0\.5 {
    margin-bottom: 1.5px
  }
  .lg\:ml-0\.5 {
    margin-left: 1.5px
  }
  .lg\:mt-1\.5 {
    margin-top: 4.5px
  }
  .lg\:mr-1\.5 {
    margin-right: 4.5px
  }
  .lg\:mb-1\.5 {
    margin-bottom: 4.5px
  }
  .lg\:ml-1\.5 {
    margin-left: 4.5px
  }
  .lg\:mt-2\.5 {
    margin-top: 7.5px
  }
  .lg\:mr-2\.5 {
    margin-right: 7.5px
  }
  .lg\:mb-2\.5 {
    margin-bottom: 7.5px
  }
  .lg\:ml-2\.5 {
    margin-left: 7.5px
  }
  .lg\:mt-3\.5 {
    margin-top: 10.5px
  }
  .lg\:mr-3\.5 {
    margin-right: 10.5px
  }
  .lg\:mb-3\.5 {
    margin-bottom: 10.5px
  }
  .lg\:ml-3\.5 {
    margin-left: 10.5px
  }
  .lg\:-mt-0 {
    margin-top: 0
  }
  .lg\:-mr-0 {
    margin-right: 0
  }
  .lg\:-mb-0 {
    margin-bottom: 0
  }
  .lg\:-ml-0 {
    margin-left: 0
  }
  .lg\:-mt-1 {
    margin-top: -3px
  }
  .lg\:-mr-1 {
    margin-right: -3px
  }
  .lg\:-mb-1 {
    margin-bottom: -3px
  }
  .lg\:-ml-1 {
    margin-left: -3px
  }
  .lg\:-mt-2 {
    margin-top: -6px
  }
  .lg\:-mr-2 {
    margin-right: -6px
  }
  .lg\:-mb-2 {
    margin-bottom: -6px
  }
  .lg\:-ml-2 {
    margin-left: -6px
  }
  .lg\:-mt-3 {
    margin-top: -9px
  }
  .lg\:-mr-3 {
    margin-right: -9px
  }
  .lg\:-mb-3 {
    margin-bottom: -9px
  }
  .lg\:-ml-3 {
    margin-left: -9px
  }
  .lg\:-mt-4 {
    margin-top: -12px
  }
  .lg\:-mr-4 {
    margin-right: -12px
  }
  .lg\:-mb-4 {
    margin-bottom: -12px
  }
  .lg\:-ml-4 {
    margin-left: -12px
  }
  .lg\:-mt-5 {
    margin-top: -15px
  }
  .lg\:-mr-5 {
    margin-right: -15px
  }
  .lg\:-mb-5 {
    margin-bottom: -15px
  }
  .lg\:-ml-5 {
    margin-left: -15px
  }
  .lg\:-mt-6 {
    margin-top: -18px
  }
  .lg\:-mr-6 {
    margin-right: -18px
  }
  .lg\:-mb-6 {
    margin-bottom: -18px
  }
  .lg\:-ml-6 {
    margin-left: -18px
  }
  .lg\:-mt-7 {
    margin-top: -21px
  }
  .lg\:-mr-7 {
    margin-right: -21px
  }
  .lg\:-mb-7 {
    margin-bottom: -21px
  }
  .lg\:-ml-7 {
    margin-left: -21px
  }
  .lg\:-mt-8 {
    margin-top: -24px
  }
  .lg\:-mr-8 {
    margin-right: -24px
  }
  .lg\:-mb-8 {
    margin-bottom: -24px
  }
  .lg\:-ml-8 {
    margin-left: -24px
  }
  .lg\:-mt-9 {
    margin-top: -27px
  }
  .lg\:-mr-9 {
    margin-right: -27px
  }
  .lg\:-mb-9 {
    margin-bottom: -27px
  }
  .lg\:-ml-9 {
    margin-left: -27px
  }
  .lg\:-mt-10 {
    margin-top: -30px
  }
  .lg\:-mr-10 {
    margin-right: -30px
  }
  .lg\:-mb-10 {
    margin-bottom: -30px
  }
  .lg\:-ml-10 {
    margin-left: -30px
  }
  .lg\:-mt-11 {
    margin-top: -33px
  }
  .lg\:-mr-11 {
    margin-right: -33px
  }
  .lg\:-mb-11 {
    margin-bottom: -33px
  }
  .lg\:-ml-11 {
    margin-left: -33px
  }
  .lg\:-mt-12 {
    margin-top: -36px
  }
  .lg\:-mr-12 {
    margin-right: -36px
  }
  .lg\:-mb-12 {
    margin-bottom: -36px
  }
  .lg\:-ml-12 {
    margin-left: -36px
  }
  .lg\:-mt-14 {
    margin-top: -42px
  }
  .lg\:-mr-14 {
    margin-right: -42px
  }
  .lg\:-mb-14 {
    margin-bottom: -42px
  }
  .lg\:-ml-14 {
    margin-left: -42px
  }
  .lg\:-mt-16 {
    margin-top: -48px
  }
  .lg\:-mr-16 {
    margin-right: -48px
  }
  .lg\:-mb-16 {
    margin-bottom: -48px
  }
  .lg\:-ml-16 {
    margin-left: -48px
  }
  .lg\:-mt-18 {
    margin-top: -54px
  }
  .lg\:-mr-18 {
    margin-right: -54px
  }
  .lg\:-mb-18 {
    margin-bottom: -54px
  }
  .lg\:-ml-18 {
    margin-left: -54px
  }
  .lg\:-mt-20 {
    margin-top: -60px
  }
  .lg\:-mr-20 {
    margin-right: -60px
  }
  .lg\:-mb-20 {
    margin-bottom: -60px
  }
  .lg\:-ml-20 {
    margin-left: -60px
  }
  .lg\:-mt-24 {
    margin-top: -72px
  }
  .lg\:-mr-24 {
    margin-right: -72px
  }
  .lg\:-mb-24 {
    margin-bottom: -72px
  }
  .lg\:-ml-24 {
    margin-left: -72px
  }
  .lg\:-mt-28 {
    margin-top: -84px
  }
  .lg\:-mr-28 {
    margin-right: -84px
  }
  .lg\:-mb-28 {
    margin-bottom: -84px
  }
  .lg\:-ml-28 {
    margin-left: -84px
  }
  .lg\:-mt-32 {
    margin-top: -96px
  }
  .lg\:-mr-32 {
    margin-right: -96px
  }
  .lg\:-mb-32 {
    margin-bottom: -96px
  }
  .lg\:-ml-32 {
    margin-left: -96px
  }
  .lg\:-mt-36 {
    margin-top: -108px
  }
  .lg\:-mr-36 {
    margin-right: -108px
  }
  .lg\:-mb-36 {
    margin-bottom: -108px
  }
  .lg\:-ml-36 {
    margin-left: -108px
  }
  .lg\:-mt-40 {
    margin-top: -120px
  }
  .lg\:-mr-40 {
    margin-right: -120px
  }
  .lg\:-mb-40 {
    margin-bottom: -120px
  }
  .lg\:-ml-40 {
    margin-left: -120px
  }
  .lg\:-mt-44 {
    margin-top: -132px
  }
  .lg\:-mr-44 {
    margin-right: -132px
  }
  .lg\:-mb-44 {
    margin-bottom: -132px
  }
  .lg\:-ml-44 {
    margin-left: -132px
  }
  .lg\:-mt-48 {
    margin-top: -144px
  }
  .lg\:-mr-48 {
    margin-right: -144px
  }
  .lg\:-mb-48 {
    margin-bottom: -144px
  }
  .lg\:-ml-48 {
    margin-left: -144px
  }
  .lg\:-mt-52 {
    margin-top: -156px
  }
  .lg\:-mr-52 {
    margin-right: -156px
  }
  .lg\:-mb-52 {
    margin-bottom: -156px
  }
  .lg\:-ml-52 {
    margin-left: -156px
  }
  .lg\:-mt-56 {
    margin-top: -168px
  }
  .lg\:-mr-56 {
    margin-right: -168px
  }
  .lg\:-mb-56 {
    margin-bottom: -168px
  }
  .lg\:-ml-56 {
    margin-left: -168px
  }
  .lg\:-mt-60 {
    margin-top: -180px
  }
  .lg\:-mr-60 {
    margin-right: -180px
  }
  .lg\:-mb-60 {
    margin-bottom: -180px
  }
  .lg\:-ml-60 {
    margin-left: -180px
  }
  .lg\:-mt-64 {
    margin-top: -192px
  }
  .lg\:-mr-64 {
    margin-right: -192px
  }
  .lg\:-mb-64 {
    margin-bottom: -192px
  }
  .lg\:-ml-64 {
    margin-left: -192px
  }
  .lg\:-mt-72 {
    margin-top: -216px
  }
  .lg\:-mr-72 {
    margin-right: -216px
  }
  .lg\:-mb-72 {
    margin-bottom: -216px
  }
  .lg\:-ml-72 {
    margin-left: -216px
  }
  .lg\:-mt-80 {
    margin-top: -240px
  }
  .lg\:-mr-80 {
    margin-right: -240px
  }
  .lg\:-mb-80 {
    margin-bottom: -240px
  }
  .lg\:-ml-80 {
    margin-left: -240px
  }
  .lg\:-mt-96 {
    margin-top: -288px
  }
  .lg\:-mr-96 {
    margin-right: -288px
  }
  .lg\:-mb-96 {
    margin-bottom: -288px
  }
  .lg\:-ml-96 {
    margin-left: -288px
  }
  .lg\:-mt-px {
    margin-top: -1px
  }
  .lg\:-mr-px {
    margin-right: -1px
  }
  .lg\:-mb-px {
    margin-bottom: -1px
  }
  .lg\:-ml-px {
    margin-left: -1px
  }
  .lg\:-mt-0\.5 {
    margin-top: -1.5px
  }
  .lg\:-mr-0\.5 {
    margin-right: -1.5px
  }
  .lg\:-mb-0\.5 {
    margin-bottom: -1.5px
  }
  .lg\:-ml-0\.5 {
    margin-left: -1.5px
  }
  .lg\:-mt-1\.5 {
    margin-top: -4.5px
  }
  .lg\:-mr-1\.5 {
    margin-right: -4.5px
  }
  .lg\:-mb-1\.5 {
    margin-bottom: -4.5px
  }
  .lg\:-ml-1\.5 {
    margin-left: -4.5px
  }
  .lg\:-mt-2\.5 {
    margin-top: -7.5px
  }
  .lg\:-mr-2\.5 {
    margin-right: -7.5px
  }
  .lg\:-mb-2\.5 {
    margin-bottom: -7.5px
  }
  .lg\:-ml-2\.5 {
    margin-left: -7.5px
  }
  .lg\:-mt-3\.5 {
    margin-top: -10.5px
  }
  .lg\:-mr-3\.5 {
    margin-right: -10.5px
  }
  .lg\:-mb-3\.5 {
    margin-bottom: -10.5px
  }
  .lg\:-ml-3\.5 {
    margin-left: -10.5px
  }
  .lg\:-mt-128px {
    margin-top: -128px
  }
  .lg\:-mr-128px {
    margin-right: -128px
  }
  .lg\:-mb-128px {
    margin-bottom: -128px
  }
  .lg\:-ml-128px {
    margin-left: -128px
  }
  .lg\:-mt-61px {
    margin-top: -61px
  }
  .lg\:-mr-61px {
    margin-right: -61px
  }
  .lg\:-mb-61px {
    margin-bottom: -61px
  }
  .lg\:-ml-61px {
    margin-left: -61px
  }
  .lg\:-mt-24vw {
    margin-top: -24vw
  }
  .lg\:-mr-24vw {
    margin-right: -24vw
  }
  .lg\:-mb-24vw {
    margin-bottom: -24vw
  }
  .lg\:-ml-24vw {
    margin-left: -24vw
  }
  .lg\:max-h-0 {
    max-height: 0
  }
  .lg\:max-h-1 {
    max-height: 3px
  }
  .lg\:max-h-2 {
    max-height: 6px
  }
  .lg\:max-h-3 {
    max-height: 9px
  }
  .lg\:max-h-4 {
    max-height: 12px
  }
  .lg\:max-h-5 {
    max-height: 15px
  }
  .lg\:max-h-6 {
    max-height: 18px
  }
  .lg\:max-h-7 {
    max-height: 21px
  }
  .lg\:max-h-8 {
    max-height: 24px
  }
  .lg\:max-h-9 {
    max-height: 27px
  }
  .lg\:max-h-10 {
    max-height: 30px
  }
  .lg\:max-h-11 {
    max-height: 33px
  }
  .lg\:max-h-12 {
    max-height: 36px
  }
  .lg\:max-h-14 {
    max-height: 42px
  }
  .lg\:max-h-16 {
    max-height: 48px
  }
  .lg\:max-h-18 {
    max-height: 54px
  }
  .lg\:max-h-20 {
    max-height: 60px
  }
  .lg\:max-h-24 {
    max-height: 72px
  }
  .lg\:max-h-28 {
    max-height: 84px
  }
  .lg\:max-h-32 {
    max-height: 96px
  }
  .lg\:max-h-36 {
    max-height: 108px
  }
  .lg\:max-h-40 {
    max-height: 120px
  }
  .lg\:max-h-44 {
    max-height: 132px
  }
  .lg\:max-h-48 {
    max-height: 144px
  }
  .lg\:max-h-52 {
    max-height: 156px
  }
  .lg\:max-h-56 {
    max-height: 168px
  }
  .lg\:max-h-60 {
    max-height: 180px
  }
  .lg\:max-h-64 {
    max-height: 192px
  }
  .lg\:max-h-72 {
    max-height: 216px
  }
  .lg\:max-h-80 {
    max-height: 240px
  }
  .lg\:max-h-96 {
    max-height: 288px
  }
  .lg\:max-h-104 {
    max-height: 272px
  }
  .lg\:max-h-px {
    max-height: 1px
  }
  .lg\:max-h-0\.5 {
    max-height: 1.5px
  }
  .lg\:max-h-1\.5 {
    max-height: 4.5px
  }
  .lg\:max-h-2\.5 {
    max-height: 7.5px
  }
  .lg\:max-h-3\.5 {
    max-height: 10.5px
  }
  .lg\:max-h-full {
    max-height: 100%
  }
  .lg\:max-h-screen {
    max-height: 100vh
  }
  .lg\:max-h-768px {
    max-height: 768px
  }
  .lg\:max-w-0 {
    max-width: 0
  }
  .lg\:max-w-none {
    max-width: none
  }
  .lg\:max-w-xs {
    max-width: 240px
  }
  .lg\:max-w-sm {
    max-width: 288px
  }
  .lg\:max-w-md {
    max-width: 296px
  }
  .lg\:max-w-lg {
    max-width: 384px
  }
  .lg\:max-w-xl {
    max-width: 372px
  }
  .lg\:max-w-2xl {
    max-width: 504px
  }
  .lg\:max-w-3xl {
    max-width: 496px
  }
  .lg\:max-w-4xl {
    max-width: 572px
  }
  .lg\:max-w-5xl {
    max-width: 768px
  }
  .lg\:max-w-6xl {
    max-width: 864px
  }
  .lg\:max-w-7xl {
    max-width: 960px
  }
  .lg\:max-w-full {
    max-width: 100%
  }
  .lg\:max-w-min {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content
  }
  .lg\:max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content
  }
  .lg\:max-w-prose {
    max-width: 65ch
  }
  .lg\:max-w-screen-sm {
    max-width: 640px
  }
  .lg\:max-w-screen-md {
    max-width: 768px
  }
  .lg\:max-w-screen-lg {
    max-width: 1024px
  }
  .lg\:max-w-screen-xl {
    max-width: 1280px
  }
  .lg\:max-w-screen-2xl {
    max-width: 1536px
  }
  .lg\:min-h-0 {
    min-height: 0
  }
  .lg\:min-h-full {
    min-height: 100%
  }
  .lg\:min-h-screen {
    min-height: 100vh
  }
  .lg\:min-h-672px {
    min-height: 672px
  }
  .lg\:min-h-686px {
    min-height: 686px
  }
  .lg\:min-w-0 {
    min-width: 0
  }
  .lg\:min-w-full {
    min-width: 100%
  }
  .lg\:min-w-min {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content
  }
  .lg\:min-w-max {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content
  }
  .lg\:min-w-1\/3 {
    min-width: 33.333333%
  }
  .lg\:min-w-1008px {
    min-width: 1008px
  }
  .lg\:object-contain {
    -o-object-fit: contain;
    object-fit: contain
  }
  .lg\:object-cover {
    -o-object-fit: cover;
    object-fit: cover
  }
  .lg\:object-fill {
    -o-object-fit: fill;
    object-fit: fill
  }
  .lg\:object-none {
    -o-object-fit: none;
    object-fit: none
  }
  .lg\:object-scale-down {
    -o-object-fit: scale-down;
    object-fit: scale-down
  }
  .lg\:object-bottom {
    -o-object-position: bottom;
    object-position: bottom
  }
  .lg\:object-center {
    -o-object-position: center;
    object-position: center
  }
  .lg\:object-left {
    -o-object-position: left;
    object-position: left
  }
  .lg\:object-left-bottom {
    -o-object-position: left bottom;
    object-position: left bottom
  }
  .lg\:object-left-top {
    -o-object-position: left top;
    object-position: left top
  }
  .lg\:object-right {
    -o-object-position: right;
    object-position: right
  }
  .lg\:object-right-bottom {
    -o-object-position: right bottom;
    object-position: right bottom
  }
  .lg\:object-right-top {
    -o-object-position: right top;
    object-position: right top
  }
  .lg\:object-top {
    -o-object-position: top;
    object-position: top
  }
  .lg\:opacity-0 {
    opacity: 0
  }
  .lg\:opacity-5 {
    opacity: .05
  }
  .lg\:opacity-10 {
    opacity: .1
  }
  .lg\:opacity-20 {
    opacity: .2
  }
  .lg\:opacity-25 {
    opacity: .25
  }
  .lg\:opacity-30 {
    opacity: .3
  }
  .lg\:opacity-40 {
    opacity: .4
  }
  .lg\:opacity-50 {
    opacity: .5
  }
  .lg\:opacity-60 {
    opacity: .6
  }
  .lg\:opacity-70 {
    opacity: .7
  }
  .lg\:opacity-75 {
    opacity: .75
  }
  .lg\:opacity-80 {
    opacity: .8
  }
  .lg\:opacity-90 {
    opacity: .9
  }
  .lg\:opacity-95 {
    opacity: .95
  }
  .lg\:opacity-100 {
    opacity: 1
  }
  .group:hover .lg\:group-hover\:opacity-0 {
    opacity: 0
  }
  .group:hover .lg\:group-hover\:opacity-5 {
    opacity: .05
  }
  .group:hover .lg\:group-hover\:opacity-10 {
    opacity: .1
  }
  .group:hover .lg\:group-hover\:opacity-20 {
    opacity: .2
  }
  .group:hover .lg\:group-hover\:opacity-25 {
    opacity: .25
  }
  .group:hover .lg\:group-hover\:opacity-30 {
    opacity: .3
  }
  .group:hover .lg\:group-hover\:opacity-40 {
    opacity: .4
  }
  .group:hover .lg\:group-hover\:opacity-50 {
    opacity: .5
  }
  .group:hover .lg\:group-hover\:opacity-60 {
    opacity: .6
  }
  .group:hover .lg\:group-hover\:opacity-70 {
    opacity: .7
  }
  .group:hover .lg\:group-hover\:opacity-75 {
    opacity: .75
  }
  .group:hover .lg\:group-hover\:opacity-80 {
    opacity: .8
  }
  .group:hover .lg\:group-hover\:opacity-90 {
    opacity: .9
  }
  .group:hover .lg\:group-hover\:opacity-95 {
    opacity: .95
  }
  .group:hover .lg\:group-hover\:opacity-100 {
    opacity: 1
  }
  .lg\:focus-within\:opacity-0:focus-within {
    opacity: 0
  }
  .lg\:focus-within\:opacity-5:focus-within {
    opacity: .05
  }
  .lg\:focus-within\:opacity-10:focus-within {
    opacity: .1
  }
  .lg\:focus-within\:opacity-20:focus-within {
    opacity: .2
  }
  .lg\:focus-within\:opacity-25:focus-within {
    opacity: .25
  }
  .lg\:focus-within\:opacity-30:focus-within {
    opacity: .3
  }
  .lg\:focus-within\:opacity-40:focus-within {
    opacity: .4
  }
  .lg\:focus-within\:opacity-50:focus-within {
    opacity: .5
  }
  .lg\:focus-within\:opacity-60:focus-within {
    opacity: .6
  }
  .lg\:focus-within\:opacity-70:focus-within {
    opacity: .7
  }
  .lg\:focus-within\:opacity-75:focus-within {
    opacity: .75
  }
  .lg\:focus-within\:opacity-80:focus-within {
    opacity: .8
  }
  .lg\:focus-within\:opacity-90:focus-within {
    opacity: .9
  }
  .lg\:focus-within\:opacity-95:focus-within {
    opacity: .95
  }
  .lg\:focus-within\:opacity-100:focus-within {
    opacity: 1
  }
  .lg\:hover\:opacity-0:hover {
    opacity: 0
  }
  .lg\:hover\:opacity-5:hover {
    opacity: .05
  }
  .lg\:hover\:opacity-10:hover {
    opacity: .1
  }
  .lg\:hover\:opacity-20:hover {
    opacity: .2
  }
  .lg\:hover\:opacity-25:hover {
    opacity: .25
  }
  .lg\:hover\:opacity-30:hover {
    opacity: .3
  }
  .lg\:hover\:opacity-40:hover {
    opacity: .4
  }
  .lg\:hover\:opacity-50:hover {
    opacity: .5
  }
  .lg\:hover\:opacity-60:hover {
    opacity: .6
  }
  .lg\:hover\:opacity-70:hover {
    opacity: .7
  }
  .lg\:hover\:opacity-75:hover {
    opacity: .75
  }
  .lg\:hover\:opacity-80:hover {
    opacity: .8
  }
  .lg\:hover\:opacity-90:hover {
    opacity: .9
  }
  .lg\:hover\:opacity-95:hover {
    opacity: .95
  }
  .lg\:hover\:opacity-100:hover {
    opacity: 1
  }
  .lg\:focus\:opacity-0:focus {
    opacity: 0
  }
  .lg\:focus\:opacity-5:focus {
    opacity: .05
  }
  .lg\:focus\:opacity-10:focus {
    opacity: .1
  }
  .lg\:focus\:opacity-20:focus {
    opacity: .2
  }
  .lg\:focus\:opacity-25:focus {
    opacity: .25
  }
  .lg\:focus\:opacity-30:focus {
    opacity: .3
  }
  .lg\:focus\:opacity-40:focus {
    opacity: .4
  }
  .lg\:focus\:opacity-50:focus {
    opacity: .5
  }
  .lg\:focus\:opacity-60:focus {
    opacity: .6
  }
  .lg\:focus\:opacity-70:focus {
    opacity: .7
  }
  .lg\:focus\:opacity-75:focus {
    opacity: .75
  }
  .lg\:focus\:opacity-80:focus {
    opacity: .8
  }
  .lg\:focus\:opacity-90:focus {
    opacity: .9
  }
  .lg\:focus\:opacity-95:focus {
    opacity: .95
  }
  .lg\:focus\:opacity-100:focus {
    opacity: 1
  }
  .lg\:disabled\:opacity-0:disabled {
    opacity: 0
  }
  .lg\:disabled\:opacity-5:disabled {
    opacity: .05
  }
  .lg\:disabled\:opacity-10:disabled {
    opacity: .1
  }
  .lg\:disabled\:opacity-20:disabled {
    opacity: .2
  }
  .lg\:disabled\:opacity-25:disabled {
    opacity: .25
  }
  .lg\:disabled\:opacity-30:disabled {
    opacity: .3
  }
  .lg\:disabled\:opacity-40:disabled {
    opacity: .4
  }
  .lg\:disabled\:opacity-50:disabled {
    opacity: .5
  }
  .lg\:disabled\:opacity-60:disabled {
    opacity: .6
  }
  .lg\:disabled\:opacity-70:disabled {
    opacity: .7
  }
  .lg\:disabled\:opacity-75:disabled {
    opacity: .75
  }
  .lg\:disabled\:opacity-80:disabled {
    opacity: .8
  }
  .lg\:disabled\:opacity-90:disabled {
    opacity: .9
  }
  .lg\:disabled\:opacity-95:disabled {
    opacity: .95
  }
  .lg\:disabled\:opacity-100:disabled {
    opacity: 1
  }
  .lg\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px
  }
  .lg\:outline-white {
    outline: 2px dotted #fff;
    outline-offset: 2px
  }
  .lg\:outline-black {
    outline: 2px dotted #000;
    outline-offset: 2px
  }
  .lg\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px
  }
  .lg\:focus-within\:outline-white:focus-within {
    outline: 2px dotted #fff;
    outline-offset: 2px
  }
  .lg\:focus-within\:outline-black:focus-within {
    outline: 2px dotted #000;
    outline-offset: 2px
  }
  .lg\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
  }
  .lg\:focus\:outline-white:focus {
    outline: 2px dotted #fff;
    outline-offset: 2px
  }
  .lg\:focus\:outline-black:focus {
    outline: 2px dotted #000;
    outline-offset: 2px
  }
  .lg\:overflow-auto {
    overflow: auto
  }
  .lg\:overflow-hidden {
    overflow: hidden
  }
  .lg\:overflow-visible {
    overflow: visible
  }
  .lg\:overflow-scroll {
    overflow: scroll
  }
  .lg\:overflow-x-auto {
    overflow-x: auto
  }
  .lg\:overflow-y-auto {
    overflow-y: auto
  }
  .lg\:overflow-x-hidden {
    overflow-x: hidden
  }
  .lg\:overflow-y-hidden {
    overflow-y: hidden
  }
  .lg\:overflow-x-visible {
    overflow-x: visible
  }
  .lg\:overflow-y-visible {
    overflow-y: visible
  }
  .lg\:overflow-x-scroll {
    overflow-x: scroll
  }
  .lg\:overflow-y-scroll {
    overflow-y: scroll
  }
  .lg\:overscroll-auto {
    -ms-scroll-chaining: chained;
    overscroll-behavior: auto
  }
  .lg\:overscroll-contain {
    -ms-scroll-chaining: none;
    overscroll-behavior: contain
  }
  .lg\:overscroll-none {
    -ms-scroll-chaining: none;
    overscroll-behavior: none
  }
  .lg\:overscroll-y-auto {
    overscroll-behavior-y: auto
  }
  .lg\:overscroll-y-contain {
    overscroll-behavior-y: contain
  }
  .lg\:overscroll-y-none {
    overscroll-behavior-y: none
  }
  .lg\:overscroll-x-auto {
    overscroll-behavior-x: auto
  }
  .lg\:overscroll-x-contain {
    overscroll-behavior-x: contain
  }
  .lg\:overscroll-x-none {
    overscroll-behavior-x: none
  }
  .lg\:p-0 {
    padding: 0
  }
  .lg\:p-1 {
    padding: 3px
  }
  .lg\:p-2 {
    padding: 6px
  }
  .lg\:p-3 {
    padding: 9px
  }
  .lg\:p-4 {
    padding: 12px
  }
  .lg\:p-5 {
    padding: 15px
  }
  .lg\:p-6 {
    padding: 18px
  }
  .lg\:p-7 {
    padding: 21px
  }
  .lg\:p-8 {
    padding: 24px
  }
  .lg\:p-9 {
    padding: 27px
  }
  .lg\:p-10 {
    padding: 30px
  }
  .lg\:p-11 {
    padding: 33px
  }
  .lg\:p-12 {
    padding: 36px
  }
  .lg\:p-14 {
    padding: 42px
  }
  .lg\:p-16 {
    padding: 48px
  }
  .lg\:p-18 {
    padding: 54px
  }
  .lg\:p-20 {
    padding: 60px
  }
  .lg\:p-24 {
    padding: 72px
  }
  .lg\:p-28 {
    padding: 84px
  }
  .lg\:p-32 {
    padding: 96px
  }
  .lg\:p-36 {
    padding: 108px
  }
  .lg\:p-40 {
    padding: 120px
  }
  .lg\:p-44 {
    padding: 132px
  }
  .lg\:p-48 {
    padding: 144px
  }
  .lg\:p-52 {
    padding: 156px
  }
  .lg\:p-56 {
    padding: 168px
  }
  .lg\:p-60 {
    padding: 180px
  }
  .lg\:p-64 {
    padding: 192px
  }
  .lg\:p-72 {
    padding: 216px
  }
  .lg\:p-80 {
    padding: 240px
  }
  .lg\:p-96 {
    padding: 288px
  }
  .lg\:p-px {
    padding: 1px
  }
  .lg\:p-0\.5 {
    padding: 1.5px
  }
  .lg\:p-1\.5 {
    padding: 4.5px
  }
  .lg\:p-2\.5 {
    padding: 7.5px
  }
  .lg\:p-3\.5 {
    padding: 10.5px
  }
  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0
  }
  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0
  }
  .lg\:py-1 {
    padding-top: 3px;
    padding-bottom: 3px
  }
  .lg\:px-1 {
    padding-left: 3px;
    padding-right: 3px
  }
  .lg\:py-2 {
    padding-top: 6px;
    padding-bottom: 6px
  }
  .lg\:px-2 {
    padding-left: 6px;
    padding-right: 6px
  }
  .lg\:py-3 {
    padding-top: 9px;
    padding-bottom: 9px
  }
  .lg\:px-3 {
    padding-left: 9px;
    padding-right: 9px
  }
  .lg\:py-4 {
    padding-top: 12px;
    padding-bottom: 12px
  }
  .lg\:px-4 {
    padding-left: 12px;
    padding-right: 12px
  }
  .lg\:py-5 {
    padding-top: 15px;
    padding-bottom: 15px
  }
  .lg\:px-5 {
    padding-left: 15px;
    padding-right: 15px
  }
  .lg\:py-6 {
    padding-top: 18px;
    padding-bottom: 18px
  }
  .lg\:px-6 {
    padding-left: 18px;
    padding-right: 18px
  }
  .lg\:py-7 {
    padding-top: 21px;
    padding-bottom: 21px
  }
  .lg\:px-7 {
    padding-left: 21px;
    padding-right: 21px
  }
  .lg\:py-8 {
    padding-top: 24px;
    padding-bottom: 24px
  }
  .lg\:px-8 {
    padding-left: 24px;
    padding-right: 24px
  }
  .lg\:py-9 {
    padding-top: 27px;
    padding-bottom: 27px
  }
  .lg\:px-9 {
    padding-left: 27px;
    padding-right: 27px
  }
  .lg\:py-10 {
    padding-top: 30px;
    padding-bottom: 30px
  }
  .lg\:px-10 {
    padding-left: 30px;
    padding-right: 30px
  }
  .lg\:py-11 {
    padding-top: 33px;
    padding-bottom: 33px
  }
  .lg\:px-11 {
    padding-left: 33px;
    padding-right: 33px
  }
  .lg\:py-12 {
    padding-top: 36px;
    padding-bottom: 36px
  }
  .lg\:px-12 {
    padding-left: 36px;
    padding-right: 36px
  }
  .lg\:py-14 {
    padding-top: 42px;
    padding-bottom: 42px
  }
  .lg\:px-14 {
    padding-left: 42px;
    padding-right: 42px
  }
  .lg\:py-16 {
    padding-top: 48px;
    padding-bottom: 48px
  }
  .lg\:px-16 {
    padding-left: 48px;
    padding-right: 48px
  }
  .lg\:py-18 {
    padding-top: 54px;
    padding-bottom: 54px
  }
  .lg\:px-18 {
    padding-left: 54px;
    padding-right: 54px
  }
  .lg\:py-20 {
    padding-top: 60px;
    padding-bottom: 60px
  }
  .lg\:px-20 {
    padding-left: 60px;
    padding-right: 60px
  }
  .lg\:py-24 {
    padding-top: 72px;
    padding-bottom: 72px
  }
  .lg\:px-24 {
    padding-left: 72px;
    padding-right: 72px
  }
  .lg\:py-28 {
    padding-top: 84px;
    padding-bottom: 84px
  }
  .lg\:px-28 {
    padding-left: 84px;
    padding-right: 84px
  }
  .lg\:py-32 {
    padding-top: 96px;
    padding-bottom: 96px
  }
  .lg\:px-32 {
    padding-left: 96px;
    padding-right: 96px
  }
  .lg\:py-36 {
    padding-top: 108px;
    padding-bottom: 108px
  }
  .lg\:px-36 {
    padding-left: 108px;
    padding-right: 108px
  }
  .lg\:py-40 {
    padding-top: 120px;
    padding-bottom: 120px
  }
  .lg\:px-40 {
    padding-left: 120px;
    padding-right: 120px
  }
  .lg\:py-44 {
    padding-top: 132px;
    padding-bottom: 132px
  }
  .lg\:px-44 {
    padding-left: 132px;
    padding-right: 132px
  }
  .lg\:py-48 {
    padding-top: 144px;
    padding-bottom: 144px
  }
  .lg\:px-48 {
    padding-left: 144px;
    padding-right: 144px
  }
  .lg\:py-52 {
    padding-top: 156px;
    padding-bottom: 156px
  }
  .lg\:px-52 {
    padding-left: 156px;
    padding-right: 156px
  }
  .lg\:py-56 {
    padding-top: 168px;
    padding-bottom: 168px
  }
  .lg\:px-56 {
    padding-left: 168px;
    padding-right: 168px
  }
  .lg\:py-60 {
    padding-top: 180px;
    padding-bottom: 180px
  }
  .lg\:px-60 {
    padding-left: 180px;
    padding-right: 180px
  }
  .lg\:py-64 {
    padding-top: 192px;
    padding-bottom: 192px
  }
  .lg\:px-64 {
    padding-left: 192px;
    padding-right: 192px
  }
  .lg\:py-72 {
    padding-top: 216px;
    padding-bottom: 216px
  }
  .lg\:px-72 {
    padding-left: 216px;
    padding-right: 216px
  }
  .lg\:py-80 {
    padding-top: 240px;
    padding-bottom: 240px
  }
  .lg\:px-80 {
    padding-left: 240px;
    padding-right: 240px
  }
  .lg\:py-96 {
    padding-top: 288px;
    padding-bottom: 288px
  }
  .lg\:px-96 {
    padding-left: 288px;
    padding-right: 288px
  }
  .lg\:py-px {
    padding-top: 1px;
    padding-bottom: 1px
  }
  .lg\:px-px {
    padding-left: 1px;
    padding-right: 1px
  }
  .lg\:py-0\.5 {
    padding-top: 1.5px;
    padding-bottom: 1.5px
  }
  .lg\:px-0\.5 {
    padding-left: 1.5px;
    padding-right: 1.5px
  }
  .lg\:py-1\.5 {
    padding-top: 4.5px;
    padding-bottom: 4.5px
  }
  .lg\:px-1\.5 {
    padding-left: 4.5px;
    padding-right: 4.5px
  }
  .lg\:py-2\.5 {
    padding-top: 7.5px;
    padding-bottom: 7.5px
  }
  .lg\:px-2\.5 {
    padding-left: 7.5px;
    padding-right: 7.5px
  }
  .lg\:py-3\.5 {
    padding-top: 10.5px;
    padding-bottom: 10.5px
  }
  .lg\:px-3\.5 {
    padding-left: 10.5px;
    padding-right: 10.5px
  }
  .lg\:pt-0 {
    padding-top: 0
  }
  .lg\:pr-0 {
    padding-right: 0
  }
  .lg\:pb-0 {
    padding-bottom: 0
  }
  .lg\:pl-0 {
    padding-left: 0
  }
  .lg\:pt-1 {
    padding-top: 3px
  }
  .lg\:pr-1 {
    padding-right: 3px
  }
  .lg\:pb-1 {
    padding-bottom: 3px
  }
  .lg\:pl-1 {
    padding-left: 3px
  }
  .lg\:pt-2 {
    padding-top: 6px
  }
  .lg\:pr-2 {
    padding-right: 6px
  }
  .lg\:pb-2 {
    padding-bottom: 6px
  }
  .lg\:pl-2 {
    padding-left: 6px
  }
  .lg\:pt-3 {
    padding-top: 9px
  }
  .lg\:pr-3 {
    padding-right: 9px
  }
  .lg\:pb-3 {
    padding-bottom: 9px
  }
  .lg\:pl-3 {
    padding-left: 9px
  }
  .lg\:pt-4 {
    padding-top: 12px
  }
  .lg\:pr-4 {
    padding-right: 12px
  }
  .lg\:pb-4 {
    padding-bottom: 12px
  }
  .lg\:pl-4 {
    padding-left: 12px
  }
  .lg\:pt-5 {
    padding-top: 15px
  }
  .lg\:pr-5 {
    padding-right: 15px
  }
  .lg\:pb-5 {
    padding-bottom: 15px
  }
  .lg\:pl-5 {
    padding-left: 15px
  }
  .lg\:pt-6 {
    padding-top: 18px
  }
  .lg\:pr-6 {
    padding-right: 18px
  }
  .lg\:pb-6 {
    padding-bottom: 18px
  }
  .lg\:pl-6 {
    padding-left: 18px
  }
  .lg\:pt-7 {
    padding-top: 21px
  }
  .lg\:pr-7 {
    padding-right: 21px
  }
  .lg\:pb-7 {
    padding-bottom: 21px
  }
  .lg\:pl-7 {
    padding-left: 21px
  }
  .lg\:pt-8 {
    padding-top: 24px
  }
  .lg\:pr-8 {
    padding-right: 24px
  }
  .lg\:pb-8 {
    padding-bottom: 24px
  }
  .lg\:pl-8 {
    padding-left: 24px
  }
  .lg\:pt-9 {
    padding-top: 27px
  }
  .lg\:pr-9 {
    padding-right: 27px
  }
  .lg\:pb-9 {
    padding-bottom: 27px
  }
  .lg\:pl-9 {
    padding-left: 27px
  }
  .lg\:pt-10 {
    padding-top: 30px
  }
  .lg\:pr-10 {
    padding-right: 30px
  }
  .lg\:pb-10 {
    padding-bottom: 30px
  }
  .lg\:pl-10 {
    padding-left: 30px
  }
  .lg\:pt-11 {
    padding-top: 33px
  }
  .lg\:pr-11 {
    padding-right: 33px
  }
  .lg\:pb-11 {
    padding-bottom: 33px
  }
  .lg\:pl-11 {
    padding-left: 33px
  }
  .lg\:pt-12 {
    padding-top: 36px
  }
  .lg\:pr-12 {
    padding-right: 36px
  }
  .lg\:pb-12 {
    padding-bottom: 36px
  }
  .lg\:pl-12 {
    padding-left: 36px
  }
  .lg\:pt-14 {
    padding-top: 42px
  }
  .lg\:pr-14 {
    padding-right: 42px
  }
  .lg\:pb-14 {
    padding-bottom: 42px
  }
  .lg\:pl-14 {
    padding-left: 42px
  }
  .lg\:pt-16 {
    padding-top: 48px
  }
  .lg\:pr-16 {
    padding-right: 48px
  }
  .lg\:pb-16 {
    padding-bottom: 48px
  }
  .lg\:pl-16 {
    padding-left: 48px
  }
  .lg\:pt-18 {
    padding-top: 54px
  }
  .lg\:pr-18 {
    padding-right: 54px
  }
  .lg\:pb-18 {
    padding-bottom: 54px
  }
  .lg\:pl-18 {
    padding-left: 54px
  }
  .lg\:pt-20 {
    padding-top: 60px
  }
  .lg\:pr-20 {
    padding-right: 60px
  }
  .lg\:pb-20 {
    padding-bottom: 60px
  }
  .lg\:pl-20 {
    padding-left: 60px
  }
  .lg\:pt-24 {
    padding-top: 72px
  }
  .lg\:pr-24 {
    padding-right: 72px
  }
  .lg\:pb-24 {
    padding-bottom: 72px
  }
  .lg\:pl-24 {
    padding-left: 72px
  }
  .lg\:pt-28 {
    padding-top: 84px
  }
  .lg\:pr-28 {
    padding-right: 84px
  }
  .lg\:pb-28 {
    padding-bottom: 84px
  }
  .lg\:pl-28 {
    padding-left: 84px
  }
  .lg\:pt-32 {
    padding-top: 96px
  }
  .lg\:pr-32 {
    padding-right: 96px
  }
  .lg\:pb-32 {
    padding-bottom: 96px
  }
  .lg\:pl-32 {
    padding-left: 96px
  }
  .lg\:pt-36 {
    padding-top: 108px
  }
  .lg\:pr-36 {
    padding-right: 108px
  }
  .lg\:pb-36 {
    padding-bottom: 108px
  }
  .lg\:pl-36 {
    padding-left: 108px
  }
  .lg\:pt-40 {
    padding-top: 120px
  }
  .lg\:pr-40 {
    padding-right: 120px
  }
  .lg\:pb-40 {
    padding-bottom: 120px
  }
  .lg\:pl-40 {
    padding-left: 120px
  }
  .lg\:pt-44 {
    padding-top: 132px
  }
  .lg\:pr-44 {
    padding-right: 132px
  }
  .lg\:pb-44 {
    padding-bottom: 132px
  }
  .lg\:pl-44 {
    padding-left: 132px
  }
  .lg\:pt-48 {
    padding-top: 144px
  }
  .lg\:pr-48 {
    padding-right: 144px
  }
  .lg\:pb-48 {
    padding-bottom: 144px
  }
  .lg\:pl-48 {
    padding-left: 144px
  }
  .lg\:pt-52 {
    padding-top: 156px
  }
  .lg\:pr-52 {
    padding-right: 156px
  }
  .lg\:pb-52 {
    padding-bottom: 156px
  }
  .lg\:pl-52 {
    padding-left: 156px
  }
  .lg\:pt-56 {
    padding-top: 168px
  }
  .lg\:pr-56 {
    padding-right: 168px
  }
  .lg\:pb-56 {
    padding-bottom: 168px
  }
  .lg\:pl-56 {
    padding-left: 168px
  }
  .lg\:pt-60 {
    padding-top: 180px
  }
  .lg\:pr-60 {
    padding-right: 180px
  }
  .lg\:pb-60 {
    padding-bottom: 180px
  }
  .lg\:pl-60 {
    padding-left: 180px
  }
  .lg\:pt-64 {
    padding-top: 192px
  }
  .lg\:pr-64 {
    padding-right: 192px
  }
  .lg\:pb-64 {
    padding-bottom: 192px
  }
  .lg\:pl-64 {
    padding-left: 192px
  }
  .lg\:pt-72 {
    padding-top: 216px
  }
  .lg\:pr-72 {
    padding-right: 216px
  }
  .lg\:pb-72 {
    padding-bottom: 216px
  }
  .lg\:pl-72 {
    padding-left: 216px
  }
  .lg\:pt-80 {
    padding-top: 240px
  }
  .lg\:pr-80 {
    padding-right: 240px
  }
  .lg\:pb-80 {
    padding-bottom: 240px
  }
  .lg\:pl-80 {
    padding-left: 240px
  }
  .lg\:pt-96 {
    padding-top: 288px
  }
  .lg\:pr-96 {
    padding-right: 288px
  }
  .lg\:pb-96 {
    padding-bottom: 288px
  }
  .lg\:pl-96 {
    padding-left: 288px
  }
  .lg\:pt-px {
    padding-top: 1px
  }
  .lg\:pr-px {
    padding-right: 1px
  }
  .lg\:pb-px {
    padding-bottom: 1px
  }
  .lg\:pl-px {
    padding-left: 1px
  }
  .lg\:pt-0\.5 {
    padding-top: 1.5px
  }
  .lg\:pr-0\.5 {
    padding-right: 1.5px
  }
  .lg\:pb-0\.5 {
    padding-bottom: 1.5px
  }
  .lg\:pl-0\.5 {
    padding-left: 1.5px
  }
  .lg\:pt-1\.5 {
    padding-top: 4.5px
  }
  .lg\:pr-1\.5 {
    padding-right: 4.5px
  }
  .lg\:pb-1\.5 {
    padding-bottom: 4.5px
  }
  .lg\:pl-1\.5 {
    padding-left: 4.5px
  }
  .lg\:pt-2\.5 {
    padding-top: 7.5px
  }
  .lg\:pr-2\.5 {
    padding-right: 7.5px
  }
  .lg\:pb-2\.5 {
    padding-bottom: 7.5px
  }
  .lg\:pl-2\.5 {
    padding-left: 7.5px
  }
  .lg\:pt-3\.5 {
    padding-top: 10.5px
  }
  .lg\:pr-3\.5 {
    padding-right: 10.5px
  }
  .lg\:pb-3\.5 {
    padding-bottom: 10.5px
  }
  .lg\:pl-3\.5 {
    padding-left: 10.5px
  }
  .lg\:placeholder-primary-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-primary-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-primary-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-primary-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-primary-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-primary-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-primary-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 226, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-primary-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 226, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-primary-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 226, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-primary-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 230, 175, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-primary-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 230, 175, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-primary-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 230, 175, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-primary-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 213, 124, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-primary-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 213, 124, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-primary-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 213, 124, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-primary-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-primary-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-primary-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-primary-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 181, 22, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-primary-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 181, 22, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-primary-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 181, 22, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-primary-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 154, 0, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-primary-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 154, 0, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-primary-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 154, 0, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-primary-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(175, 119, 0, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-primary-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(175, 119, 0, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-primary-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(175, 119, 0, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-primary-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 84, 0, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-primary-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 84, 0, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-primary-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 84, 0, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-primary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-primary:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-primary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-secondary-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 251, 223, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-secondary-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 251, 223, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-secondary-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 251, 223, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-secondary-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 249, 208, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-secondary-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 249, 208, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-secondary-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 249, 208, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-secondary-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(135, 245, 178, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-secondary-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(135, 245, 178, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-secondary-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(135, 245, 178, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-secondary-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 241, 148, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-secondary-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 241, 148, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-secondary-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 241, 148, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-secondary-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 238, 118, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-secondary-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 238, 118, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-secondary-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 238, 118, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-secondary-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-secondary-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-secondary-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-secondary-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 163, 72, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-secondary-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 163, 72, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-secondary-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 163, 72, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-secondary-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(9, 116, 51, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-secondary-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(9, 116, 51, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-secondary-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(9, 116, 51, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-secondary-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 68, 30, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-secondary-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 68, 30, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-secondary-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 68, 30, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-secondary-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 21, 9, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-secondary-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 21, 9, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-secondary-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 21, 9, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-secondary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-secondary:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-secondary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-accent-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-accent-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-accent-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-accent-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-accent-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-accent-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-accent-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-accent-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-accent-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-accent-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-accent-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-accent-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-accent-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-accent-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-accent-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-accent-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-accent-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-accent-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-accent-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-accent-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-accent-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-accent-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-accent-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-accent-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-accent-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-accent-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-accent-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-accent-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-accent-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-accent-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-shade-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 58, 49, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-shade-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 58, 49, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-shade-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 58, 49, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-shade-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 47, 53, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-shade-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 47, 53, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-shade-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 47, 53, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-gray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-gray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-gray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-gray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-gray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-gray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-gray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-gray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-gray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-gray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-brand-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-brand-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-brand-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-brand-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-brand-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-brand-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-brand-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-brand-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-brand-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-brand-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-brand-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-brand-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-brand-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-brand-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-brand-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-brand-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-brand-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-brand-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-brand-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-brand-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-brand-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-brand-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-brand-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-brand-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-brand-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-brand-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-brand-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-brand-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-brand-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-brand-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity))
  }
  .lg\:placeholder-transparent::-moz-placeholder {
    color: transparent
  }
  .lg\:placeholder-transparent:-ms-input-placeholder {
    color: transparent
  }
  .lg\:placeholder-transparent::placeholder {
    color: transparent
  }
  .lg\:placeholder-current::-moz-placeholder {
    color: currentColor
  }
  .lg\:placeholder-current:-ms-input-placeholder {
    color: currentColor
  }
  .lg\:placeholder-current::placeholder {
    color: currentColor
  }
  .lg\:focus\:placeholder-primary-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-primary-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-primary-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-primary-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-primary-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-primary-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-primary-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 226, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-primary-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 226, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-primary-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 226, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-primary-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 230, 175, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-primary-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 230, 175, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-primary-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 230, 175, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-primary-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 213, 124, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-primary-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 213, 124, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-primary-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 213, 124, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-primary-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-primary-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-primary-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-primary-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 181, 22, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-primary-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 181, 22, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-primary-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 181, 22, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-primary-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 154, 0, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-primary-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 154, 0, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-primary-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 154, 0, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-primary-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(175, 119, 0, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-primary-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(175, 119, 0, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-primary-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(175, 119, 0, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-primary-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 84, 0, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-primary-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 84, 0, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-primary-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 84, 0, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-primary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-primary:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-primary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-secondary-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 251, 223, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-secondary-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 251, 223, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-secondary-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 251, 223, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-secondary-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 249, 208, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-secondary-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 249, 208, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-secondary-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 249, 208, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-secondary-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(135, 245, 178, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-secondary-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(135, 245, 178, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-secondary-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(135, 245, 178, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-secondary-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 241, 148, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-secondary-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 241, 148, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-secondary-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 241, 148, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-secondary-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 238, 118, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-secondary-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 238, 118, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-secondary-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 238, 118, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-secondary-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-secondary-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-secondary-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-secondary-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 163, 72, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-secondary-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 163, 72, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-secondary-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 163, 72, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-secondary-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(9, 116, 51, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-secondary-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(9, 116, 51, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-secondary-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(9, 116, 51, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-secondary-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 68, 30, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-secondary-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 68, 30, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-secondary-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 68, 30, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-secondary-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 21, 9, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-secondary-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 21, 9, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-secondary-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 21, 9, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-secondary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-secondary:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-secondary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-accent-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-accent-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-accent-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-accent-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-accent-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-accent-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-accent-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-accent-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-accent-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-accent-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-accent-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-accent-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-accent-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-accent-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-accent-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-accent-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-accent-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-accent-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-accent-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-accent-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-accent-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-accent-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-accent-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-accent-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-accent-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-accent-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-accent-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-accent-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-accent-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-accent-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-shade-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 58, 49, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-shade-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 58, 49, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-shade-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 58, 49, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-shade-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 47, 53, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-shade-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 47, 53, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-shade-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 47, 53, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-gray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-brand-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-brand-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-brand-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-brand-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-brand-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-brand-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-brand-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-brand-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-brand-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-brand-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-brand-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-brand-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-brand-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-brand-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-brand-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-brand-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-brand-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-brand-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-brand-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-brand-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-brand-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-brand-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-brand-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-brand-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-brand-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-brand-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-brand-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-brand-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-brand-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-brand-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity))
  }
  .lg\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent
  }
  .lg\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent
  }
  .lg\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent
  }
  .lg\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor
  }
  .lg\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: currentColor
  }
  .lg\:focus\:placeholder-current:focus::placeholder {
    color: currentColor
  }
  .lg\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0
  }
  .lg\:placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0
  }
  .lg\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0
  }
  .lg\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05
  }
  .lg\:placeholder-opacity-5:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05
  }
  .lg\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05
  }
  .lg\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1
  }
  .lg\:placeholder-opacity-10:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1
  }
  .lg\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1
  }
  .lg\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2
  }
  .lg\:placeholder-opacity-20:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2
  }
  .lg\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2
  }
  .lg\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25
  }
  .lg\:placeholder-opacity-25:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25
  }
  .lg\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25
  }
  .lg\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3
  }
  .lg\:placeholder-opacity-30:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3
  }
  .lg\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3
  }
  .lg\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4
  }
  .lg\:placeholder-opacity-40:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4
  }
  .lg\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4
  }
  .lg\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5
  }
  .lg\:placeholder-opacity-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5
  }
  .lg\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5
  }
  .lg\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6
  }
  .lg\:placeholder-opacity-60:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6
  }
  .lg\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6
  }
  .lg\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7
  }
  .lg\:placeholder-opacity-70:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7
  }
  .lg\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7
  }
  .lg\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75
  }
  .lg\:placeholder-opacity-75:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75
  }
  .lg\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75
  }
  .lg\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8
  }
  .lg\:placeholder-opacity-80:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8
  }
  .lg\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8
  }
  .lg\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9
  }
  .lg\:placeholder-opacity-90:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9
  }
  .lg\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9
  }
  .lg\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95
  }
  .lg\:placeholder-opacity-95:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95
  }
  .lg\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95
  }
  .lg\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1
  }
  .lg\:placeholder-opacity-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1
  }
  .lg\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1
  }
  .lg\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0
  }
  .lg\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0
  }
  .lg\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0
  }
  .lg\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05
  }
  .lg\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05
  }
  .lg\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05
  }
  .lg\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1
  }
  .lg\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1
  }
  .lg\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1
  }
  .lg\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2
  }
  .lg\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2
  }
  .lg\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2
  }
  .lg\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25
  }
  .lg\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25
  }
  .lg\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25
  }
  .lg\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3
  }
  .lg\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3
  }
  .lg\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3
  }
  .lg\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4
  }
  .lg\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4
  }
  .lg\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4
  }
  .lg\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5
  }
  .lg\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5
  }
  .lg\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5
  }
  .lg\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6
  }
  .lg\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6
  }
  .lg\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6
  }
  .lg\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7
  }
  .lg\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7
  }
  .lg\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7
  }
  .lg\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75
  }
  .lg\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75
  }
  .lg\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75
  }
  .lg\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8
  }
  .lg\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8
  }
  .lg\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8
  }
  .lg\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9
  }
  .lg\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9
  }
  .lg\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9
  }
  .lg\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95
  }
  .lg\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95
  }
  .lg\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95
  }
  .lg\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1
  }
  .lg\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1
  }
  .lg\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1
  }
  .lg\:pointer-events-none {
    pointer-events: none
  }
  .lg\:pointer-events-auto {
    pointer-events: auto
  }
  .lg\:static {
    position: static
  }
  .lg\:fixed {
    position: fixed
  }
  .lg\:absolute {
    position: absolute
  }
  .lg\:relative {
    position: relative
  }
  .lg\:sticky {
    position: -webkit-sticky;
    position: sticky
  }
  .lg\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
  }
  .lg\:inset-1 {
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px
  }
  .lg\:inset-2 {
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: 6px
  }
  .lg\:inset-3 {
    top: 9px;
    right: 9px;
    bottom: 9px;
    left: 9px
  }
  .lg\:inset-4 {
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px
  }
  .lg\:inset-5 {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px
  }
  .lg\:inset-6 {
    top: 18px;
    right: 18px;
    bottom: 18px;
    left: 18px
  }
  .lg\:inset-7 {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px
  }
  .lg\:inset-8 {
    top: 24px;
    right: 24px;
    bottom: 24px;
    left: 24px
  }
  .lg\:inset-9 {
    top: 27px;
    right: 27px;
    bottom: 27px;
    left: 27px
  }
  .lg\:inset-10 {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px
  }
  .lg\:inset-11 {
    top: 33px;
    right: 33px;
    bottom: 33px;
    left: 33px
  }
  .lg\:inset-12 {
    top: 36px;
    right: 36px;
    bottom: 36px;
    left: 36px
  }
  .lg\:inset-14 {
    top: 42px;
    right: 42px;
    bottom: 42px;
    left: 42px
  }
  .lg\:inset-16 {
    top: 48px;
    right: 48px;
    bottom: 48px;
    left: 48px
  }
  .lg\:inset-18 {
    top: 54px;
    right: 54px;
    bottom: 54px;
    left: 54px
  }
  .lg\:inset-20 {
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px
  }
  .lg\:inset-24 {
    top: 72px;
    right: 72px;
    bottom: 72px;
    left: 72px
  }
  .lg\:inset-28 {
    top: 84px;
    right: 84px;
    bottom: 84px;
    left: 84px
  }
  .lg\:inset-32 {
    top: 96px;
    right: 96px;
    bottom: 96px;
    left: 96px
  }
  .lg\:inset-36 {
    top: 108px;
    right: 108px;
    bottom: 108px;
    left: 108px
  }
  .lg\:inset-40 {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px
  }
  .lg\:inset-44 {
    top: 132px;
    right: 132px;
    bottom: 132px;
    left: 132px
  }
  .lg\:inset-48 {
    top: 144px;
    right: 144px;
    bottom: 144px;
    left: 144px
  }
  .lg\:inset-52 {
    top: 156px;
    right: 156px;
    bottom: 156px;
    left: 156px
  }
  .lg\:inset-56 {
    top: 168px;
    right: 168px;
    bottom: 168px;
    left: 168px
  }
  .lg\:inset-60 {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px
  }
  .lg\:inset-64 {
    top: 192px;
    right: 192px;
    bottom: 192px;
    left: 192px
  }
  .lg\:inset-72 {
    top: 216px;
    right: 216px;
    bottom: 216px;
    left: 216px
  }
  .lg\:inset-80 {
    top: 240px;
    right: 240px;
    bottom: 240px;
    left: 240px
  }
  .lg\:inset-96 {
    top: 288px;
    right: 288px;
    bottom: 288px;
    left: 288px
  }
  .lg\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto
  }
  .lg\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px
  }
  .lg\:inset-0\.5 {
    top: 1.5px;
    right: 1.5px;
    bottom: 1.5px;
    left: 1.5px
  }
  .lg\:inset-1\.5 {
    top: 4.5px;
    right: 4.5px;
    bottom: 4.5px;
    left: 4.5px
  }
  .lg\:inset-2\.5 {
    top: 7.5px;
    right: 7.5px;
    bottom: 7.5px;
    left: 7.5px
  }
  .lg\:inset-3\.5 {
    top: 10.5px;
    right: 10.5px;
    bottom: 10.5px;
    left: 10.5px
  }
  .lg\:-inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
  }
  .lg\:-inset-1 {
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px
  }
  .lg\:-inset-2 {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px
  }
  .lg\:-inset-3 {
    top: -9px;
    right: -9px;
    bottom: -9px;
    left: -9px
  }
  .lg\:-inset-4 {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px
  }
  .lg\:-inset-5 {
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px
  }
  .lg\:-inset-6 {
    top: -18px;
    right: -18px;
    bottom: -18px;
    left: -18px
  }
  .lg\:-inset-7 {
    top: -21px;
    right: -21px;
    bottom: -21px;
    left: -21px
  }
  .lg\:-inset-8 {
    top: -24px;
    right: -24px;
    bottom: -24px;
    left: -24px
  }
  .lg\:-inset-9 {
    top: -27px;
    right: -27px;
    bottom: -27px;
    left: -27px
  }
  .lg\:-inset-10 {
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px
  }
  .lg\:-inset-11 {
    top: -33px;
    right: -33px;
    bottom: -33px;
    left: -33px
  }
  .lg\:-inset-12 {
    top: -36px;
    right: -36px;
    bottom: -36px;
    left: -36px
  }
  .lg\:-inset-14 {
    top: -42px;
    right: -42px;
    bottom: -42px;
    left: -42px
  }
  .lg\:-inset-16 {
    top: -48px;
    right: -48px;
    bottom: -48px;
    left: -48px
  }
  .lg\:-inset-18 {
    top: -54px;
    right: -54px;
    bottom: -54px;
    left: -54px
  }
  .lg\:-inset-20 {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px
  }
  .lg\:-inset-24 {
    top: -72px;
    right: -72px;
    bottom: -72px;
    left: -72px
  }
  .lg\:-inset-28 {
    top: -84px;
    right: -84px;
    bottom: -84px;
    left: -84px
  }
  .lg\:-inset-32 {
    top: -96px;
    right: -96px;
    bottom: -96px;
    left: -96px
  }
  .lg\:-inset-36 {
    top: -108px;
    right: -108px;
    bottom: -108px;
    left: -108px
  }
  .lg\:-inset-40 {
    top: -120px;
    right: -120px;
    bottom: -120px;
    left: -120px
  }
  .lg\:-inset-44 {
    top: -132px;
    right: -132px;
    bottom: -132px;
    left: -132px
  }
  .lg\:-inset-48 {
    top: -144px;
    right: -144px;
    bottom: -144px;
    left: -144px
  }
  .lg\:-inset-52 {
    top: -156px;
    right: -156px;
    bottom: -156px;
    left: -156px
  }
  .lg\:-inset-56 {
    top: -168px;
    right: -168px;
    bottom: -168px;
    left: -168px
  }
  .lg\:-inset-60 {
    top: -180px;
    right: -180px;
    bottom: -180px;
    left: -180px
  }
  .lg\:-inset-64 {
    top: -192px;
    right: -192px;
    bottom: -192px;
    left: -192px
  }
  .lg\:-inset-72 {
    top: -216px;
    right: -216px;
    bottom: -216px;
    left: -216px
  }
  .lg\:-inset-80 {
    top: -240px;
    right: -240px;
    bottom: -240px;
    left: -240px
  }
  .lg\:-inset-96 {
    top: -288px;
    right: -288px;
    bottom: -288px;
    left: -288px
  }
  .lg\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px
  }
  .lg\:-inset-0\.5 {
    top: -1.5px;
    right: -1.5px;
    bottom: -1.5px;
    left: -1.5px
  }
  .lg\:-inset-1\.5 {
    top: -4.5px;
    right: -4.5px;
    bottom: -4.5px;
    left: -4.5px
  }
  .lg\:-inset-2\.5 {
    top: -7.5px;
    right: -7.5px;
    bottom: -7.5px;
    left: -7.5px
  }
  .lg\:-inset-3\.5 {
    top: -10.5px;
    right: -10.5px;
    bottom: -10.5px;
    left: -10.5px
  }
  .lg\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%
  }
  .lg\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%
  }
  .lg\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%
  }
  .lg\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%
  }
  .lg\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%
  }
  .lg\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%
  }
  .lg\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%
  }
  .lg\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%
  }
  .lg\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%
  }
  .lg\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%
  }
  .lg\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%
  }
  .lg\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%
  }
  .lg\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%
  }
  .lg\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%
  }
  .lg\:inset-y-0 {
    top: 0;
    bottom: 0
  }
  .lg\:inset-x-0 {
    right: 0;
    left: 0
  }
  .lg\:inset-y-1 {
    top: 3px;
    bottom: 3px
  }
  .lg\:inset-x-1 {
    right: 3px;
    left: 3px
  }
  .lg\:inset-y-2 {
    top: 6px;
    bottom: 6px
  }
  .lg\:inset-x-2 {
    right: 6px;
    left: 6px
  }
  .lg\:inset-y-3 {
    top: 9px;
    bottom: 9px
  }
  .lg\:inset-x-3 {
    right: 9px;
    left: 9px
  }
  .lg\:inset-y-4 {
    top: 12px;
    bottom: 12px
  }
  .lg\:inset-x-4 {
    right: 12px;
    left: 12px
  }
  .lg\:inset-y-5 {
    top: 15px;
    bottom: 15px
  }
  .lg\:inset-x-5 {
    right: 15px;
    left: 15px
  }
  .lg\:inset-y-6 {
    top: 18px;
    bottom: 18px
  }
  .lg\:inset-x-6 {
    right: 18px;
    left: 18px
  }
  .lg\:inset-y-7 {
    top: 21px;
    bottom: 21px
  }
  .lg\:inset-x-7 {
    right: 21px;
    left: 21px
  }
  .lg\:inset-y-8 {
    top: 24px;
    bottom: 24px
  }
  .lg\:inset-x-8 {
    right: 24px;
    left: 24px
  }
  .lg\:inset-y-9 {
    top: 27px;
    bottom: 27px
  }
  .lg\:inset-x-9 {
    right: 27px;
    left: 27px
  }
  .lg\:inset-y-10 {
    top: 30px;
    bottom: 30px
  }
  .lg\:inset-x-10 {
    right: 30px;
    left: 30px
  }
  .lg\:inset-y-11 {
    top: 33px;
    bottom: 33px
  }
  .lg\:inset-x-11 {
    right: 33px;
    left: 33px
  }
  .lg\:inset-y-12 {
    top: 36px;
    bottom: 36px
  }
  .lg\:inset-x-12 {
    right: 36px;
    left: 36px
  }
  .lg\:inset-y-14 {
    top: 42px;
    bottom: 42px
  }
  .lg\:inset-x-14 {
    right: 42px;
    left: 42px
  }
  .lg\:inset-y-16 {
    top: 48px;
    bottom: 48px
  }
  .lg\:inset-x-16 {
    right: 48px;
    left: 48px
  }
  .lg\:inset-y-18 {
    top: 54px;
    bottom: 54px
  }
  .lg\:inset-x-18 {
    right: 54px;
    left: 54px
  }
  .lg\:inset-y-20 {
    top: 60px;
    bottom: 60px
  }
  .lg\:inset-x-20 {
    right: 60px;
    left: 60px
  }
  .lg\:inset-y-24 {
    top: 72px;
    bottom: 72px
  }
  .lg\:inset-x-24 {
    right: 72px;
    left: 72px
  }
  .lg\:inset-y-28 {
    top: 84px;
    bottom: 84px
  }
  .lg\:inset-x-28 {
    right: 84px;
    left: 84px
  }
  .lg\:inset-y-32 {
    top: 96px;
    bottom: 96px
  }
  .lg\:inset-x-32 {
    right: 96px;
    left: 96px
  }
  .lg\:inset-y-36 {
    top: 108px;
    bottom: 108px
  }
  .lg\:inset-x-36 {
    right: 108px;
    left: 108px
  }
  .lg\:inset-y-40 {
    top: 120px;
    bottom: 120px
  }
  .lg\:inset-x-40 {
    right: 120px;
    left: 120px
  }
  .lg\:inset-y-44 {
    top: 132px;
    bottom: 132px
  }
  .lg\:inset-x-44 {
    right: 132px;
    left: 132px
  }
  .lg\:inset-y-48 {
    top: 144px;
    bottom: 144px
  }
  .lg\:inset-x-48 {
    right: 144px;
    left: 144px
  }
  .lg\:inset-y-52 {
    top: 156px;
    bottom: 156px
  }
  .lg\:inset-x-52 {
    right: 156px;
    left: 156px
  }
  .lg\:inset-y-56 {
    top: 168px;
    bottom: 168px
  }
  .lg\:inset-x-56 {
    right: 168px;
    left: 168px
  }
  .lg\:inset-y-60 {
    top: 180px;
    bottom: 180px
  }
  .lg\:inset-x-60 {
    right: 180px;
    left: 180px
  }
  .lg\:inset-y-64 {
    top: 192px;
    bottom: 192px
  }
  .lg\:inset-x-64 {
    right: 192px;
    left: 192px
  }
  .lg\:inset-y-72 {
    top: 216px;
    bottom: 216px
  }
  .lg\:inset-x-72 {
    right: 216px;
    left: 216px
  }
  .lg\:inset-y-80 {
    top: 240px;
    bottom: 240px
  }
  .lg\:inset-x-80 {
    right: 240px;
    left: 240px
  }
  .lg\:inset-y-96 {
    top: 288px;
    bottom: 288px
  }
  .lg\:inset-x-96 {
    right: 288px;
    left: 288px
  }
  .lg\:inset-y-auto {
    top: auto;
    bottom: auto
  }
  .lg\:inset-x-auto {
    right: auto;
    left: auto
  }
  .lg\:inset-y-px {
    top: 1px;
    bottom: 1px
  }
  .lg\:inset-x-px {
    right: 1px;
    left: 1px
  }
  .lg\:inset-y-0\.5 {
    top: 1.5px;
    bottom: 1.5px
  }
  .lg\:inset-x-0\.5 {
    right: 1.5px;
    left: 1.5px
  }
  .lg\:inset-y-1\.5 {
    top: 4.5px;
    bottom: 4.5px
  }
  .lg\:inset-x-1\.5 {
    right: 4.5px;
    left: 4.5px
  }
  .lg\:inset-y-2\.5 {
    top: 7.5px;
    bottom: 7.5px
  }
  .lg\:inset-x-2\.5 {
    right: 7.5px;
    left: 7.5px
  }
  .lg\:inset-y-3\.5 {
    top: 10.5px;
    bottom: 10.5px
  }
  .lg\:inset-x-3\.5 {
    right: 10.5px;
    left: 10.5px
  }
  .lg\:-inset-y-0 {
    top: 0;
    bottom: 0
  }
  .lg\:-inset-x-0 {
    right: 0;
    left: 0
  }
  .lg\:-inset-y-1 {
    top: -3px;
    bottom: -3px
  }
  .lg\:-inset-x-1 {
    right: -3px;
    left: -3px
  }
  .lg\:-inset-y-2 {
    top: -6px;
    bottom: -6px
  }
  .lg\:-inset-x-2 {
    right: -6px;
    left: -6px
  }
  .lg\:-inset-y-3 {
    top: -9px;
    bottom: -9px
  }
  .lg\:-inset-x-3 {
    right: -9px;
    left: -9px
  }
  .lg\:-inset-y-4 {
    top: -12px;
    bottom: -12px
  }
  .lg\:-inset-x-4 {
    right: -12px;
    left: -12px
  }
  .lg\:-inset-y-5 {
    top: -15px;
    bottom: -15px
  }
  .lg\:-inset-x-5 {
    right: -15px;
    left: -15px
  }
  .lg\:-inset-y-6 {
    top: -18px;
    bottom: -18px
  }
  .lg\:-inset-x-6 {
    right: -18px;
    left: -18px
  }
  .lg\:-inset-y-7 {
    top: -21px;
    bottom: -21px
  }
  .lg\:-inset-x-7 {
    right: -21px;
    left: -21px
  }
  .lg\:-inset-y-8 {
    top: -24px;
    bottom: -24px
  }
  .lg\:-inset-x-8 {
    right: -24px;
    left: -24px
  }
  .lg\:-inset-y-9 {
    top: -27px;
    bottom: -27px
  }
  .lg\:-inset-x-9 {
    right: -27px;
    left: -27px
  }
  .lg\:-inset-y-10 {
    top: -30px;
    bottom: -30px
  }
  .lg\:-inset-x-10 {
    right: -30px;
    left: -30px
  }
  .lg\:-inset-y-11 {
    top: -33px;
    bottom: -33px
  }
  .lg\:-inset-x-11 {
    right: -33px;
    left: -33px
  }
  .lg\:-inset-y-12 {
    top: -36px;
    bottom: -36px
  }
  .lg\:-inset-x-12 {
    right: -36px;
    left: -36px
  }
  .lg\:-inset-y-14 {
    top: -42px;
    bottom: -42px
  }
  .lg\:-inset-x-14 {
    right: -42px;
    left: -42px
  }
  .lg\:-inset-y-16 {
    top: -48px;
    bottom: -48px
  }
  .lg\:-inset-x-16 {
    right: -48px;
    left: -48px
  }
  .lg\:-inset-y-18 {
    top: -54px;
    bottom: -54px
  }
  .lg\:-inset-x-18 {
    right: -54px;
    left: -54px
  }
  .lg\:-inset-y-20 {
    top: -60px;
    bottom: -60px
  }
  .lg\:-inset-x-20 {
    right: -60px;
    left: -60px
  }
  .lg\:-inset-y-24 {
    top: -72px;
    bottom: -72px
  }
  .lg\:-inset-x-24 {
    right: -72px;
    left: -72px
  }
  .lg\:-inset-y-28 {
    top: -84px;
    bottom: -84px
  }
  .lg\:-inset-x-28 {
    right: -84px;
    left: -84px
  }
  .lg\:-inset-y-32 {
    top: -96px;
    bottom: -96px
  }
  .lg\:-inset-x-32 {
    right: -96px;
    left: -96px
  }
  .lg\:-inset-y-36 {
    top: -108px;
    bottom: -108px
  }
  .lg\:-inset-x-36 {
    right: -108px;
    left: -108px
  }
  .lg\:-inset-y-40 {
    top: -120px;
    bottom: -120px
  }
  .lg\:-inset-x-40 {
    right: -120px;
    left: -120px
  }
  .lg\:-inset-y-44 {
    top: -132px;
    bottom: -132px
  }
  .lg\:-inset-x-44 {
    right: -132px;
    left: -132px
  }
  .lg\:-inset-y-48 {
    top: -144px;
    bottom: -144px
  }
  .lg\:-inset-x-48 {
    right: -144px;
    left: -144px
  }
  .lg\:-inset-y-52 {
    top: -156px;
    bottom: -156px
  }
  .lg\:-inset-x-52 {
    right: -156px;
    left: -156px
  }
  .lg\:-inset-y-56 {
    top: -168px;
    bottom: -168px
  }
  .lg\:-inset-x-56 {
    right: -168px;
    left: -168px
  }
  .lg\:-inset-y-60 {
    top: -180px;
    bottom: -180px
  }
  .lg\:-inset-x-60 {
    right: -180px;
    left: -180px
  }
  .lg\:-inset-y-64 {
    top: -192px;
    bottom: -192px
  }
  .lg\:-inset-x-64 {
    right: -192px;
    left: -192px
  }
  .lg\:-inset-y-72 {
    top: -216px;
    bottom: -216px
  }
  .lg\:-inset-x-72 {
    right: -216px;
    left: -216px
  }
  .lg\:-inset-y-80 {
    top: -240px;
    bottom: -240px
  }
  .lg\:-inset-x-80 {
    right: -240px;
    left: -240px
  }
  .lg\:-inset-y-96 {
    top: -288px;
    bottom: -288px
  }
  .lg\:-inset-x-96 {
    right: -288px;
    left: -288px
  }
  .lg\:-inset-y-px {
    top: -1px;
    bottom: -1px
  }
  .lg\:-inset-x-px {
    right: -1px;
    left: -1px
  }
  .lg\:-inset-y-0\.5 {
    top: -1.5px;
    bottom: -1.5px
  }
  .lg\:-inset-x-0\.5 {
    right: -1.5px;
    left: -1.5px
  }
  .lg\:-inset-y-1\.5 {
    top: -4.5px;
    bottom: -4.5px
  }
  .lg\:-inset-x-1\.5 {
    right: -4.5px;
    left: -4.5px
  }
  .lg\:-inset-y-2\.5 {
    top: -7.5px;
    bottom: -7.5px
  }
  .lg\:-inset-x-2\.5 {
    right: -7.5px;
    left: -7.5px
  }
  .lg\:-inset-y-3\.5 {
    top: -10.5px;
    bottom: -10.5px
  }
  .lg\:-inset-x-3\.5 {
    right: -10.5px;
    left: -10.5px
  }
  .lg\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%
  }
  .lg\:inset-x-1\/2 {
    right: 50%;
    left: 50%
  }
  .lg\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%
  }
  .lg\:inset-x-1\/3 {
    right: 33.333333%;
    left: 33.333333%
  }
  .lg\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%
  }
  .lg\:inset-x-2\/3 {
    right: 66.666667%;
    left: 66.666667%
  }
  .lg\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%
  }
  .lg\:inset-x-1\/4 {
    right: 25%;
    left: 25%
  }
  .lg\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%
  }
  .lg\:inset-x-2\/4 {
    right: 50%;
    left: 50%
  }
  .lg\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%
  }
  .lg\:inset-x-3\/4 {
    right: 75%;
    left: 75%
  }
  .lg\:inset-y-full {
    top: 100%;
    bottom: 100%
  }
  .lg\:inset-x-full {
    right: 100%;
    left: 100%
  }
  .lg\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%
  }
  .lg\:-inset-x-1\/2 {
    right: -50%;
    left: -50%
  }
  .lg\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%
  }
  .lg\:-inset-x-1\/3 {
    right: -33.333333%;
    left: -33.333333%
  }
  .lg\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%
  }
  .lg\:-inset-x-2\/3 {
    right: -66.666667%;
    left: -66.666667%
  }
  .lg\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%
  }
  .lg\:-inset-x-1\/4 {
    right: -25%;
    left: -25%
  }
  .lg\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%
  }
  .lg\:-inset-x-2\/4 {
    right: -50%;
    left: -50%
  }
  .lg\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%
  }
  .lg\:-inset-x-3\/4 {
    right: -75%;
    left: -75%
  }
  .lg\:-inset-y-full {
    top: -100%;
    bottom: -100%
  }
  .lg\:-inset-x-full {
    right: -100%;
    left: -100%
  }
  .lg\:top-0 {
    top: 0
  }
  .lg\:right-0 {
    right: 0
  }
  .lg\:bottom-0 {
    bottom: 0
  }
  .lg\:left-0 {
    left: 0
  }
  .lg\:top-1 {
    top: 3px
  }
  .lg\:right-1 {
    right: 3px
  }
  .lg\:bottom-1 {
    bottom: 3px
  }
  .lg\:left-1 {
    left: 3px
  }
  .lg\:top-2 {
    top: 6px
  }
  .lg\:right-2 {
    right: 6px
  }
  .lg\:bottom-2 {
    bottom: 6px
  }
  .lg\:left-2 {
    left: 6px
  }
  .lg\:top-3 {
    top: 9px
  }
  .lg\:right-3 {
    right: 9px
  }
  .lg\:bottom-3 {
    bottom: 9px
  }
  .lg\:left-3 {
    left: 9px
  }
  .lg\:top-4 {
    top: 12px
  }
  .lg\:right-4 {
    right: 12px
  }
  .lg\:bottom-4 {
    bottom: 12px
  }
  .lg\:left-4 {
    left: 12px
  }
  .lg\:top-5 {
    top: 15px
  }
  .lg\:right-5 {
    right: 15px
  }
  .lg\:bottom-5 {
    bottom: 15px
  }
  .lg\:left-5 {
    left: 15px
  }
  .lg\:top-6 {
    top: 18px
  }
  .lg\:right-6 {
    right: 18px
  }
  .lg\:bottom-6 {
    bottom: 18px
  }
  .lg\:left-6 {
    left: 18px
  }
  .lg\:top-7 {
    top: 21px
  }
  .lg\:right-7 {
    right: 21px
  }
  .lg\:bottom-7 {
    bottom: 21px
  }
  .lg\:left-7 {
    left: 21px
  }
  .lg\:top-8 {
    top: 24px
  }
  .lg\:right-8 {
    right: 24px
  }
  .lg\:bottom-8 {
    bottom: 24px
  }
  .lg\:left-8 {
    left: 24px
  }
  .lg\:top-9 {
    top: 27px
  }
  .lg\:right-9 {
    right: 27px
  }
  .lg\:bottom-9 {
    bottom: 27px
  }
  .lg\:left-9 {
    left: 27px
  }
  .lg\:top-10 {
    top: 30px
  }
  .lg\:right-10 {
    right: 30px
  }
  .lg\:bottom-10 {
    bottom: 30px
  }
  .lg\:left-10 {
    left: 30px
  }
  .lg\:top-11 {
    top: 33px
  }
  .lg\:right-11 {
    right: 33px
  }
  .lg\:bottom-11 {
    bottom: 33px
  }
  .lg\:left-11 {
    left: 33px
  }
  .lg\:top-12 {
    top: 36px
  }
  .lg\:right-12 {
    right: 36px
  }
  .lg\:bottom-12 {
    bottom: 36px
  }
  .lg\:left-12 {
    left: 36px
  }
  .lg\:top-14 {
    top: 42px
  }
  .lg\:right-14 {
    right: 42px
  }
  .lg\:bottom-14 {
    bottom: 42px
  }
  .lg\:left-14 {
    left: 42px
  }
  .lg\:top-16 {
    top: 48px
  }
  .lg\:right-16 {
    right: 48px
  }
  .lg\:bottom-16 {
    bottom: 48px
  }
  .lg\:left-16 {
    left: 48px
  }
  .lg\:top-18 {
    top: 54px
  }
  .lg\:right-18 {
    right: 54px
  }
  .lg\:bottom-18 {
    bottom: 54px
  }
  .lg\:left-18 {
    left: 54px
  }
  .lg\:top-20 {
    top: 60px
  }
  .lg\:right-20 {
    right: 60px
  }
  .lg\:bottom-20 {
    bottom: 60px
  }
  .lg\:left-20 {
    left: 60px
  }
  .lg\:top-24 {
    top: 72px
  }
  .lg\:right-24 {
    right: 72px
  }
  .lg\:bottom-24 {
    bottom: 72px
  }
  .lg\:left-24 {
    left: 72px
  }
  .lg\:top-28 {
    top: 84px
  }
  .lg\:right-28 {
    right: 84px
  }
  .lg\:bottom-28 {
    bottom: 84px
  }
  .lg\:left-28 {
    left: 84px
  }
  .lg\:top-32 {
    top: 96px
  }
  .lg\:right-32 {
    right: 96px
  }
  .lg\:bottom-32 {
    bottom: 96px
  }
  .lg\:left-32 {
    left: 96px
  }
  .lg\:top-36 {
    top: 108px
  }
  .lg\:right-36 {
    right: 108px
  }
  .lg\:bottom-36 {
    bottom: 108px
  }
  .lg\:left-36 {
    left: 108px
  }
  .lg\:top-40 {
    top: 120px
  }
  .lg\:right-40 {
    right: 120px
  }
  .lg\:bottom-40 {
    bottom: 120px
  }
  .lg\:left-40 {
    left: 120px
  }
  .lg\:top-44 {
    top: 132px
  }
  .lg\:right-44 {
    right: 132px
  }
  .lg\:bottom-44 {
    bottom: 132px
  }
  .lg\:left-44 {
    left: 132px
  }
  .lg\:top-48 {
    top: 144px
  }
  .lg\:right-48 {
    right: 144px
  }
  .lg\:bottom-48 {
    bottom: 144px
  }
  .lg\:left-48 {
    left: 144px
  }
  .lg\:top-52 {
    top: 156px
  }
  .lg\:right-52 {
    right: 156px
  }
  .lg\:bottom-52 {
    bottom: 156px
  }
  .lg\:left-52 {
    left: 156px
  }
  .lg\:top-56 {
    top: 168px
  }
  .lg\:right-56 {
    right: 168px
  }
  .lg\:bottom-56 {
    bottom: 168px
  }
  .lg\:left-56 {
    left: 168px
  }
  .lg\:top-60 {
    top: 180px
  }
  .lg\:right-60 {
    right: 180px
  }
  .lg\:bottom-60 {
    bottom: 180px
  }
  .lg\:left-60 {
    left: 180px
  }
  .lg\:top-64 {
    top: 192px
  }
  .lg\:right-64 {
    right: 192px
  }
  .lg\:bottom-64 {
    bottom: 192px
  }
  .lg\:left-64 {
    left: 192px
  }
  .lg\:top-72 {
    top: 216px
  }
  .lg\:right-72 {
    right: 216px
  }
  .lg\:bottom-72 {
    bottom: 216px
  }
  .lg\:left-72 {
    left: 216px
  }
  .lg\:top-80 {
    top: 240px
  }
  .lg\:right-80 {
    right: 240px
  }
  .lg\:bottom-80 {
    bottom: 240px
  }
  .lg\:left-80 {
    left: 240px
  }
  .lg\:top-96 {
    top: 288px
  }
  .lg\:right-96 {
    right: 288px
  }
  .lg\:bottom-96 {
    bottom: 288px
  }
  .lg\:left-96 {
    left: 288px
  }
  .lg\:top-auto {
    top: auto
  }
  .lg\:right-auto {
    right: auto
  }
  .lg\:bottom-auto {
    bottom: auto
  }
  .lg\:left-auto {
    left: auto
  }
  .lg\:top-px {
    top: 1px
  }
  .lg\:right-px {
    right: 1px
  }
  .lg\:bottom-px {
    bottom: 1px
  }
  .lg\:left-px {
    left: 1px
  }
  .lg\:top-0\.5 {
    top: 1.5px
  }
  .lg\:right-0\.5 {
    right: 1.5px
  }
  .lg\:bottom-0\.5 {
    bottom: 1.5px
  }
  .lg\:left-0\.5 {
    left: 1.5px
  }
  .lg\:top-1\.5 {
    top: 4.5px
  }
  .lg\:right-1\.5 {
    right: 4.5px
  }
  .lg\:bottom-1\.5 {
    bottom: 4.5px
  }
  .lg\:left-1\.5 {
    left: 4.5px
  }
  .lg\:top-2\.5 {
    top: 7.5px
  }
  .lg\:right-2\.5 {
    right: 7.5px
  }
  .lg\:bottom-2\.5 {
    bottom: 7.5px
  }
  .lg\:left-2\.5 {
    left: 7.5px
  }
  .lg\:top-3\.5 {
    top: 10.5px
  }
  .lg\:right-3\.5 {
    right: 10.5px
  }
  .lg\:bottom-3\.5 {
    bottom: 10.5px
  }
  .lg\:left-3\.5 {
    left: 10.5px
  }
  .lg\:-top-0 {
    top: 0
  }
  .lg\:-right-0 {
    right: 0
  }
  .lg\:-bottom-0 {
    bottom: 0
  }
  .lg\:-left-0 {
    left: 0
  }
  .lg\:-top-1 {
    top: -3px
  }
  .lg\:-right-1 {
    right: -3px
  }
  .lg\:-bottom-1 {
    bottom: -3px
  }
  .lg\:-left-1 {
    left: -3px
  }
  .lg\:-top-2 {
    top: -6px
  }
  .lg\:-right-2 {
    right: -6px
  }
  .lg\:-bottom-2 {
    bottom: -6px
  }
  .lg\:-left-2 {
    left: -6px
  }
  .lg\:-top-3 {
    top: -9px
  }
  .lg\:-right-3 {
    right: -9px
  }
  .lg\:-bottom-3 {
    bottom: -9px
  }
  .lg\:-left-3 {
    left: -9px
  }
  .lg\:-top-4 {
    top: -12px
  }
  .lg\:-right-4 {
    right: -12px
  }
  .lg\:-bottom-4 {
    bottom: -12px
  }
  .lg\:-left-4 {
    left: -12px
  }
  .lg\:-top-5 {
    top: -15px
  }
  .lg\:-right-5 {
    right: -15px
  }
  .lg\:-bottom-5 {
    bottom: -15px
  }
  .lg\:-left-5 {
    left: -15px
  }
  .lg\:-top-6 {
    top: -18px
  }
  .lg\:-right-6 {
    right: -18px
  }
  .lg\:-bottom-6 {
    bottom: -18px
  }
  .lg\:-left-6 {
    left: -18px
  }
  .lg\:-top-7 {
    top: -21px
  }
  .lg\:-right-7 {
    right: -21px
  }
  .lg\:-bottom-7 {
    bottom: -21px
  }
  .lg\:-left-7 {
    left: -21px
  }
  .lg\:-top-8 {
    top: -24px
  }
  .lg\:-right-8 {
    right: -24px
  }
  .lg\:-bottom-8 {
    bottom: -24px
  }
  .lg\:-left-8 {
    left: -24px
  }
  .lg\:-top-9 {
    top: -27px
  }
  .lg\:-right-9 {
    right: -27px
  }
  .lg\:-bottom-9 {
    bottom: -27px
  }
  .lg\:-left-9 {
    left: -27px
  }
  .lg\:-top-10 {
    top: -30px
  }
  .lg\:-right-10 {
    right: -30px
  }
  .lg\:-bottom-10 {
    bottom: -30px
  }
  .lg\:-left-10 {
    left: -30px
  }
  .lg\:-top-11 {
    top: -33px
  }
  .lg\:-right-11 {
    right: -33px
  }
  .lg\:-bottom-11 {
    bottom: -33px
  }
  .lg\:-left-11 {
    left: -33px
  }
  .lg\:-top-12 {
    top: -36px
  }
  .lg\:-right-12 {
    right: -36px
  }
  .lg\:-bottom-12 {
    bottom: -36px
  }
  .lg\:-left-12 {
    left: -36px
  }
  .lg\:-top-14 {
    top: -42px
  }
  .lg\:-right-14 {
    right: -42px
  }
  .lg\:-bottom-14 {
    bottom: -42px
  }
  .lg\:-left-14 {
    left: -42px
  }
  .lg\:-top-16 {
    top: -48px
  }
  .lg\:-right-16 {
    right: -48px
  }
  .lg\:-bottom-16 {
    bottom: -48px
  }
  .lg\:-left-16 {
    left: -48px
  }
  .lg\:-top-18 {
    top: -54px
  }
  .lg\:-right-18 {
    right: -54px
  }
  .lg\:-bottom-18 {
    bottom: -54px
  }
  .lg\:-left-18 {
    left: -54px
  }
  .lg\:-top-20 {
    top: -60px
  }
  .lg\:-right-20 {
    right: -60px
  }
  .lg\:-bottom-20 {
    bottom: -60px
  }
  .lg\:-left-20 {
    left: -60px
  }
  .lg\:-top-24 {
    top: -72px
  }
  .lg\:-right-24 {
    right: -72px
  }
  .lg\:-bottom-24 {
    bottom: -72px
  }
  .lg\:-left-24 {
    left: -72px
  }
  .lg\:-top-28 {
    top: -84px
  }
  .lg\:-right-28 {
    right: -84px
  }
  .lg\:-bottom-28 {
    bottom: -84px
  }
  .lg\:-left-28 {
    left: -84px
  }
  .lg\:-top-32 {
    top: -96px
  }
  .lg\:-right-32 {
    right: -96px
  }
  .lg\:-bottom-32 {
    bottom: -96px
  }
  .lg\:-left-32 {
    left: -96px
  }
  .lg\:-top-36 {
    top: -108px
  }
  .lg\:-right-36 {
    right: -108px
  }
  .lg\:-bottom-36 {
    bottom: -108px
  }
  .lg\:-left-36 {
    left: -108px
  }
  .lg\:-top-40 {
    top: -120px
  }
  .lg\:-right-40 {
    right: -120px
  }
  .lg\:-bottom-40 {
    bottom: -120px
  }
  .lg\:-left-40 {
    left: -120px
  }
  .lg\:-top-44 {
    top: -132px
  }
  .lg\:-right-44 {
    right: -132px
  }
  .lg\:-bottom-44 {
    bottom: -132px
  }
  .lg\:-left-44 {
    left: -132px
  }
  .lg\:-top-48 {
    top: -144px
  }
  .lg\:-right-48 {
    right: -144px
  }
  .lg\:-bottom-48 {
    bottom: -144px
  }
  .lg\:-left-48 {
    left: -144px
  }
  .lg\:-top-52 {
    top: -156px
  }
  .lg\:-right-52 {
    right: -156px
  }
  .lg\:-bottom-52 {
    bottom: -156px
  }
  .lg\:-left-52 {
    left: -156px
  }
  .lg\:-top-56 {
    top: -168px
  }
  .lg\:-right-56 {
    right: -168px
  }
  .lg\:-bottom-56 {
    bottom: -168px
  }
  .lg\:-left-56 {
    left: -168px
  }
  .lg\:-top-60 {
    top: -180px
  }
  .lg\:-right-60 {
    right: -180px
  }
  .lg\:-bottom-60 {
    bottom: -180px
  }
  .lg\:-left-60 {
    left: -180px
  }
  .lg\:-top-64 {
    top: -192px
  }
  .lg\:-right-64 {
    right: -192px
  }
  .lg\:-bottom-64 {
    bottom: -192px
  }
  .lg\:-left-64 {
    left: -192px
  }
  .lg\:-top-72 {
    top: -216px
  }
  .lg\:-right-72 {
    right: -216px
  }
  .lg\:-bottom-72 {
    bottom: -216px
  }
  .lg\:-left-72 {
    left: -216px
  }
  .lg\:-top-80 {
    top: -240px
  }
  .lg\:-right-80 {
    right: -240px
  }
  .lg\:-bottom-80 {
    bottom: -240px
  }
  .lg\:-left-80 {
    left: -240px
  }
  .lg\:-top-96 {
    top: -288px
  }
  .lg\:-right-96 {
    right: -288px
  }
  .lg\:-bottom-96 {
    bottom: -288px
  }
  .lg\:-left-96 {
    left: -288px
  }
  .lg\:-top-px {
    top: -1px
  }
  .lg\:-right-px {
    right: -1px
  }
  .lg\:-bottom-px {
    bottom: -1px
  }
  .lg\:-left-px {
    left: -1px
  }
  .lg\:-top-0\.5 {
    top: -1.5px
  }
  .lg\:-right-0\.5 {
    right: -1.5px
  }
  .lg\:-bottom-0\.5 {
    bottom: -1.5px
  }
  .lg\:-left-0\.5 {
    left: -1.5px
  }
  .lg\:-top-1\.5 {
    top: -4.5px
  }
  .lg\:-right-1\.5 {
    right: -4.5px
  }
  .lg\:-bottom-1\.5 {
    bottom: -4.5px
  }
  .lg\:-left-1\.5 {
    left: -4.5px
  }
  .lg\:-top-2\.5 {
    top: -7.5px
  }
  .lg\:-right-2\.5 {
    right: -7.5px
  }
  .lg\:-bottom-2\.5 {
    bottom: -7.5px
  }
  .lg\:-left-2\.5 {
    left: -7.5px
  }
  .lg\:-top-3\.5 {
    top: -10.5px
  }
  .lg\:-right-3\.5 {
    right: -10.5px
  }
  .lg\:-bottom-3\.5 {
    bottom: -10.5px
  }
  .lg\:-left-3\.5 {
    left: -10.5px
  }
  .lg\:top-1\/2 {
    top: 50%
  }
  .lg\:right-1\/2 {
    right: 50%
  }
  .lg\:bottom-1\/2 {
    bottom: 50%
  }
  .lg\:left-1\/2 {
    left: 50%
  }
  .lg\:top-1\/3 {
    top: 33.333333%
  }
  .lg\:right-1\/3 {
    right: 33.333333%
  }
  .lg\:bottom-1\/3 {
    bottom: 33.333333%
  }
  .lg\:left-1\/3 {
    left: 33.333333%
  }
  .lg\:top-2\/3 {
    top: 66.666667%
  }
  .lg\:right-2\/3 {
    right: 66.666667%
  }
  .lg\:bottom-2\/3 {
    bottom: 66.666667%
  }
  .lg\:left-2\/3 {
    left: 66.666667%
  }
  .lg\:top-1\/4 {
    top: 25%
  }
  .lg\:right-1\/4 {
    right: 25%
  }
  .lg\:bottom-1\/4 {
    bottom: 25%
  }
  .lg\:left-1\/4 {
    left: 25%
  }
  .lg\:top-2\/4 {
    top: 50%
  }
  .lg\:right-2\/4 {
    right: 50%
  }
  .lg\:bottom-2\/4 {
    bottom: 50%
  }
  .lg\:left-2\/4 {
    left: 50%
  }
  .lg\:top-3\/4 {
    top: 75%
  }
  .lg\:right-3\/4 {
    right: 75%
  }
  .lg\:bottom-3\/4 {
    bottom: 75%
  }
  .lg\:left-3\/4 {
    left: 75%
  }
  .lg\:top-full {
    top: 100%
  }
  .lg\:right-full {
    right: 100%
  }
  .lg\:bottom-full {
    bottom: 100%
  }
  .lg\:left-full {
    left: 100%
  }
  .lg\:-top-1\/2 {
    top: -50%
  }
  .lg\:-right-1\/2 {
    right: -50%
  }
  .lg\:-bottom-1\/2 {
    bottom: -50%
  }
  .lg\:-left-1\/2 {
    left: -50%
  }
  .lg\:-top-1\/3 {
    top: -33.333333%
  }
  .lg\:-right-1\/3 {
    right: -33.333333%
  }
  .lg\:-bottom-1\/3 {
    bottom: -33.333333%
  }
  .lg\:-left-1\/3 {
    left: -33.333333%
  }
  .lg\:-top-2\/3 {
    top: -66.666667%
  }
  .lg\:-right-2\/3 {
    right: -66.666667%
  }
  .lg\:-bottom-2\/3 {
    bottom: -66.666667%
  }
  .lg\:-left-2\/3 {
    left: -66.666667%
  }
  .lg\:-top-1\/4 {
    top: -25%
  }
  .lg\:-right-1\/4 {
    right: -25%
  }
  .lg\:-bottom-1\/4 {
    bottom: -25%
  }
  .lg\:-left-1\/4 {
    left: -25%
  }
  .lg\:-top-2\/4 {
    top: -50%
  }
  .lg\:-right-2\/4 {
    right: -50%
  }
  .lg\:-bottom-2\/4 {
    bottom: -50%
  }
  .lg\:-left-2\/4 {
    left: -50%
  }
  .lg\:-top-3\/4 {
    top: -75%
  }
  .lg\:-right-3\/4 {
    right: -75%
  }
  .lg\:-bottom-3\/4 {
    bottom: -75%
  }
  .lg\:-left-3\/4 {
    left: -75%
  }
  .lg\:-top-full {
    top: -100%
  }
  .lg\:-right-full {
    right: -100%
  }
  .lg\:-bottom-full {
    bottom: -100%
  }
  .lg\:-left-full {
    left: -100%
  }
  .lg\:resize-none {
    resize: none
  }
  .lg\:resize-y {
    resize: vertical
  }
  .lg\:resize-x {
    resize: horizontal
  }
  .lg\:resize {
    resize: both
  }
  .lg\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
  }
  .lg\:shadow, .lg\:shadow-sm {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .lg\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
  }
  .lg\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
  }
  .lg\:shadow-lg, .lg\:shadow-md {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .lg\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)
  }
  .lg\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)
  }
  .lg\:shadow-2xl, .lg\:shadow-xl {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .lg\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25)
  }
  .lg\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)
  }
  .lg\:shadow-inner, .lg\:shadow-none {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .lg\:shadow-none {
    --tw-shadow: 0 0 transparent
  }
  .lg\:shadow-gray {
    --tw-shadow: 3px 3px #727272
  }
  .lg\:shadow-dark-gray, .lg\:shadow-gray {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .lg\:shadow-dark-gray {
    --tw-shadow: 4px 4px #2d2f35
  }
  .lg\:shadow-black {
    --tw-shadow: 3px 3px #000
  }
  .group:hover .lg\:group-hover\:shadow-sm, .lg\:shadow-black {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .group:hover .lg\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
  }
  .group:hover .lg\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
  }
  .group:hover .lg\:group-hover\:shadow, .group:hover .lg\:group-hover\:shadow-md {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .group:hover .lg\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
  }
  .group:hover .lg\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)
  }
  .group:hover .lg\:group-hover\:shadow-lg, .group:hover .lg\:group-hover\:shadow-xl {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .group:hover .lg\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)
  }
  .group:hover .lg\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25)
  }
  .group:hover .lg\:group-hover\:shadow-2xl, .group:hover .lg\:group-hover\:shadow-inner {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .group:hover .lg\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)
  }
  .group:hover .lg\:group-hover\:shadow-none {
    --tw-shadow: 0 0 transparent
  }
  .group:hover .lg\:group-hover\:shadow-gray, .group:hover .lg\:group-hover\:shadow-none {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .group:hover .lg\:group-hover\:shadow-gray {
    --tw-shadow: 3px 3px #727272
  }
  .group:hover .lg\:group-hover\:shadow-dark-gray {
    --tw-shadow: 4px 4px #2d2f35
  }
  .group:hover .lg\:group-hover\:shadow-black, .group:hover .lg\:group-hover\:shadow-dark-gray {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .group:hover .lg\:group-hover\:shadow-black {
    --tw-shadow: 3px 3px #000
  }
  .lg\:focus-within\: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 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .lg\:focus-within\: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 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .lg\:focus-within\: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 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .lg\:focus-within\: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 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .lg\:focus-within\: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 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .lg\:focus-within\: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 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .lg\:focus-within\: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 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .lg\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 transparent;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .lg\:focus-within\:shadow-gray:focus-within {
    --tw-shadow: 3px 3px #727272;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .lg\:focus-within\:shadow-dark-gray:focus-within {
    --tw-shadow: 4px 4px #2d2f35;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .lg\:focus-within\:shadow-black:focus-within {
    --tw-shadow: 3px 3px #000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .lg\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
  }
  .lg\:hover\:shadow-sm:hover, .lg\:hover\:shadow:hover {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .lg\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
  }
  .lg\:hover\: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)
  }
  .lg\:hover\:shadow-lg:hover, .lg\:hover\:shadow-md:hover {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .lg\:hover\: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)
  }
  .lg\:hover\: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)
  }
  .lg\:hover\:shadow-2xl:hover, .lg\:hover\:shadow-xl:hover {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .lg\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25)
  }
  .lg\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)
  }
  .lg\:hover\:shadow-inner:hover, .lg\:hover\:shadow-none:hover {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .lg\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 transparent
  }
  .lg\:hover\:shadow-gray:hover {
    --tw-shadow: 3px 3px #727272
  }
  .lg\:hover\:shadow-dark-gray:hover, .lg\:hover\:shadow-gray:hover {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .lg\:hover\:shadow-dark-gray:hover {
    --tw-shadow: 4px 4px #2d2f35
  }
  .lg\:hover\:shadow-black:hover {
    --tw-shadow: 3px 3px #000
  }
  .lg\:focus\:shadow-sm:focus, .lg\:hover\:shadow-black:hover {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .lg\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
  }
  .lg\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
  }
  .lg\:focus\:shadow-md:focus, .lg\:focus\:shadow:focus {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .lg\:focus\: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)
  }
  .lg\:focus\: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)
  }
  .lg\:focus\:shadow-lg:focus, .lg\:focus\:shadow-xl:focus {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .lg\:focus\: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)
  }
  .lg\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25)
  }
  .lg\:focus\:shadow-2xl:focus, .lg\:focus\:shadow-inner:focus {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .lg\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)
  }
  .lg\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 transparent
  }
  .lg\:focus\:shadow-gray:focus, .lg\:focus\:shadow-none:focus {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .lg\:focus\:shadow-gray:focus {
    --tw-shadow: 3px 3px #727272
  }
  .lg\:focus\:shadow-dark-gray:focus {
    --tw-shadow: 4px 4px #2d2f35
  }
  .lg\:focus\:shadow-black:focus, .lg\:focus\:shadow-dark-gray:focus {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .lg\:focus\:shadow-black:focus {
    --tw-shadow: 3px 3px #000
  }
  .lg\: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(var(--tw-ring-offset-width)) var(--tw-ring-color)
  }
  .lg\:ring-0, .lg\:ring-1 {
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent)
  }
  .lg\: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)
  }
  .lg\: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)
  }
  .lg\:ring-2, .lg\:ring-4 {
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent)
  }
  .lg\: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)
  }
  .lg\: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)
  }
  .lg\:ring, .lg\:ring-8 {
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent)
  }
  .lg\: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)
  }
  .lg\:ring-inset {
    --tw-ring-inset: inset
  }
  .lg\:focus-within\: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(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 transparent)
  }
  .lg\:focus-within\: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 transparent)
  }
  .lg\:focus-within\: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 transparent)
  }
  .lg\:focus-within\: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 transparent)
  }
  .lg\:focus-within\: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 transparent)
  }
  .lg\:focus-within\: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 transparent)
  }
  .lg\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset
  }
  .lg\:focus\: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(var(--tw-ring-offset-width)) var(--tw-ring-color)
  }
  .lg\:focus\:ring-0:focus, .lg\:focus\:ring-1:focus {
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent)
  }
  .lg\:focus\: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)
  }
  .lg\:focus\: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)
  }
  .lg\:focus\:ring-2:focus, .lg\:focus\:ring-4:focus {
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent)
  }
  .lg\:focus\: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)
  }
  .lg\:focus\: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)
  }
  .lg\:focus\:ring-8:focus, .lg\:focus\:ring:focus {
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent)
  }
  .lg\:focus\: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)
  }
  .lg\:focus\:ring-inset:focus {
    --tw-ring-inset: inset
  }
  .lg\:ring-offset-primary-50, .lg\:ring-offset-primary-100 {
    --tw-ring-offset-color: #fff
  }
  .lg\:ring-offset-primary-200 {
    --tw-ring-offset-color: #fff6e2
  }
  .lg\:ring-offset-primary-300 {
    --tw-ring-offset-color: #ffe6af
  }
  .lg\:ring-offset-primary-400 {
    --tw-ring-offset-color: #ffd57c
  }
  .lg\:ring-offset-primary-500 {
    --tw-ring-offset-color: #ffc549
  }
  .lg\:ring-offset-primary-600 {
    --tw-ring-offset-color: #ffb516
  }
  .lg\:ring-offset-primary-700 {
    --tw-ring-offset-color: #e29a00
  }
  .lg\:ring-offset-primary-800 {
    --tw-ring-offset-color: #af7700
  }
  .lg\:ring-offset-primary-900 {
    --tw-ring-offset-color: #7c5400
  }
  .lg\:ring-offset-primary {
    --tw-ring-offset-color: #ffc549
  }
  .lg\:ring-offset-secondary-50 {
    --tw-ring-offset-color: #cefbdf
  }
  .lg\:ring-offset-secondary-100 {
    --tw-ring-offset-color: #b6f9d0
  }
  .lg\:ring-offset-secondary-200 {
    --tw-ring-offset-color: #87f5b2
  }
  .lg\:ring-offset-secondary-300 {
    --tw-ring-offset-color: #58f194
  }
  .lg\:ring-offset-secondary-400 {
    --tw-ring-offset-color: #28ee76
  }
  .lg\:ring-offset-secondary-500 {
    --tw-ring-offset-color: #11d25d
  }
  .lg\:ring-offset-secondary-600 {
    --tw-ring-offset-color: #0da348
  }
  .lg\:ring-offset-secondary-700 {
    --tw-ring-offset-color: #097433
  }
  .lg\:ring-offset-secondary-800 {
    --tw-ring-offset-color: #06441e
  }
  .lg\:ring-offset-secondary-900 {
    --tw-ring-offset-color: #021509
  }
  .lg\:ring-offset-secondary {
    --tw-ring-offset-color: #11d25d
  }
  .lg\:ring-offset-accent-50 {
    --tw-ring-offset-color: #fef2f2
  }
  .lg\:ring-offset-accent-100 {
    --tw-ring-offset-color: #fee2e2
  }
  .lg\:ring-offset-accent-200 {
    --tw-ring-offset-color: #fecaca
  }
  .lg\:ring-offset-accent-300 {
    --tw-ring-offset-color: #fca5a5
  }
  .lg\:ring-offset-accent-400 {
    --tw-ring-offset-color: #f87171
  }
  .lg\:ring-offset-accent-500 {
    --tw-ring-offset-color: #ef4444
  }
  .lg\:ring-offset-accent-600 {
    --tw-ring-offset-color: #dc2626
  }
  .lg\:ring-offset-accent-700 {
    --tw-ring-offset-color: #b91c1c
  }
  .lg\:ring-offset-accent-800 {
    --tw-ring-offset-color: #991b1b
  }
  .lg\:ring-offset-accent-900 {
    --tw-ring-offset-color: #7f1d1d
  }
  .lg\:ring-offset-shade-500 {
    --tw-ring-offset-color: #3a3a31
  }
  .lg\:ring-offset-shade-600 {
    --tw-ring-offset-color: #2d2f35
  }
  .lg\:ring-offset-white {
    --tw-ring-offset-color: #fff
  }
  .lg\:ring-offset-black {
    --tw-ring-offset-color: #000
  }
  .lg\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f9fafb
  }
  .lg\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f3f4f6
  }
  .lg\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e5e7eb
  }
  .lg\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d1d5db
  }
  .lg\:ring-offset-gray-400 {
    --tw-ring-offset-color: #9ca3af
  }
  .lg\:ring-offset-gray-500 {
    --tw-ring-offset-color: #6b7280
  }
  .lg\:ring-offset-gray-600 {
    --tw-ring-offset-color: #4b5563
  }
  .lg\:ring-offset-gray-700 {
    --tw-ring-offset-color: #374151
  }
  .lg\:ring-offset-gray-800 {
    --tw-ring-offset-color: #1f2937
  }
  .lg\:ring-offset-gray-900 {
    --tw-ring-offset-color: #111827
  }
  .lg\:ring-offset-brand-50 {
    --tw-ring-offset-color: #eff6ff
  }
  .lg\:ring-offset-brand-100 {
    --tw-ring-offset-color: #dbeafe
  }
  .lg\:ring-offset-brand-200 {
    --tw-ring-offset-color: #bfdbfe
  }
  .lg\:ring-offset-brand-300 {
    --tw-ring-offset-color: #93c5fd
  }
  .lg\:ring-offset-brand-400 {
    --tw-ring-offset-color: #60a5fa
  }
  .lg\:ring-offset-brand-500 {
    --tw-ring-offset-color: #3b82f6
  }
  .lg\:ring-offset-brand-600 {
    --tw-ring-offset-color: #2563eb
  }
  .lg\:ring-offset-brand-700 {
    --tw-ring-offset-color: #1d4ed8
  }
  .lg\:ring-offset-brand-800 {
    --tw-ring-offset-color: #1e40af
  }
  .lg\:ring-offset-brand-900 {
    --tw-ring-offset-color: #1e3a8a
  }
  .lg\:ring-offset-transparent {
    --tw-ring-offset-color: transparent
  }
  .lg\:ring-offset-current {
    --tw-ring-offset-color: currentColor
  }
  .lg\:focus-within\:ring-offset-primary-50:focus-within {
    --tw-ring-offset-color: #fff
  }
  .lg\:focus-within\:ring-offset-primary-100:focus-within {
    --tw-ring-offset-color: #fff
  }
  .lg\:focus-within\:ring-offset-primary-200:focus-within {
    --tw-ring-offset-color: #fff6e2
  }
  .lg\:focus-within\:ring-offset-primary-300:focus-within {
    --tw-ring-offset-color: #ffe6af
  }
  .lg\:focus-within\:ring-offset-primary-400:focus-within {
    --tw-ring-offset-color: #ffd57c
  }
  .lg\:focus-within\:ring-offset-primary-500:focus-within {
    --tw-ring-offset-color: #ffc549
  }
  .lg\:focus-within\:ring-offset-primary-600:focus-within {
    --tw-ring-offset-color: #ffb516
  }
  .lg\:focus-within\:ring-offset-primary-700:focus-within {
    --tw-ring-offset-color: #e29a00
  }
  .lg\:focus-within\:ring-offset-primary-800:focus-within {
    --tw-ring-offset-color: #af7700
  }
  .lg\:focus-within\:ring-offset-primary-900:focus-within {
    --tw-ring-offset-color: #7c5400
  }
  .lg\:focus-within\:ring-offset-primary:focus-within {
    --tw-ring-offset-color: #ffc549
  }
  .lg\:focus-within\:ring-offset-secondary-50:focus-within {
    --tw-ring-offset-color: #cefbdf
  }
  .lg\:focus-within\:ring-offset-secondary-100:focus-within {
    --tw-ring-offset-color: #b6f9d0
  }
  .lg\:focus-within\:ring-offset-secondary-200:focus-within {
    --tw-ring-offset-color: #87f5b2
  }
  .lg\:focus-within\:ring-offset-secondary-300:focus-within {
    --tw-ring-offset-color: #58f194
  }
  .lg\:focus-within\:ring-offset-secondary-400:focus-within {
    --tw-ring-offset-color: #28ee76
  }
  .lg\:focus-within\:ring-offset-secondary-500:focus-within {
    --tw-ring-offset-color: #11d25d
  }
  .lg\:focus-within\:ring-offset-secondary-600:focus-within {
    --tw-ring-offset-color: #0da348
  }
  .lg\:focus-within\:ring-offset-secondary-700:focus-within {
    --tw-ring-offset-color: #097433
  }
  .lg\:focus-within\:ring-offset-secondary-800:focus-within {
    --tw-ring-offset-color: #06441e
  }
  .lg\:focus-within\:ring-offset-secondary-900:focus-within {
    --tw-ring-offset-color: #021509
  }
  .lg\:focus-within\:ring-offset-secondary:focus-within {
    --tw-ring-offset-color: #11d25d
  }
  .lg\:focus-within\:ring-offset-accent-50:focus-within {
    --tw-ring-offset-color: #fef2f2
  }
  .lg\:focus-within\:ring-offset-accent-100:focus-within {
    --tw-ring-offset-color: #fee2e2
  }
  .lg\:focus-within\:ring-offset-accent-200:focus-within {
    --tw-ring-offset-color: #fecaca
  }
  .lg\:focus-within\:ring-offset-accent-300:focus-within {
    --tw-ring-offset-color: #fca5a5
  }
  .lg\:focus-within\:ring-offset-accent-400:focus-within {
    --tw-ring-offset-color: #f87171
  }
  .lg\:focus-within\:ring-offset-accent-500:focus-within {
    --tw-ring-offset-color: #ef4444
  }
  .lg\:focus-within\:ring-offset-accent-600:focus-within {
    --tw-ring-offset-color: #dc2626
  }
  .lg\:focus-within\:ring-offset-accent-700:focus-within {
    --tw-ring-offset-color: #b91c1c
  }
  .lg\:focus-within\:ring-offset-accent-800:focus-within {
    --tw-ring-offset-color: #991b1b
  }
  .lg\:focus-within\:ring-offset-accent-900:focus-within {
    --tw-ring-offset-color: #7f1d1d
  }
  .lg\:focus-within\:ring-offset-shade-500:focus-within {
    --tw-ring-offset-color: #3a3a31
  }
  .lg\:focus-within\:ring-offset-shade-600:focus-within {
    --tw-ring-offset-color: #2d2f35
  }
  .lg\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff
  }
  .lg\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000
  }
  .lg\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #f9fafb
  }
  .lg\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f3f4f6
  }
  .lg\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e5e7eb
  }
  .lg\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d1d5db
  }
  .lg\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #9ca3af
  }
  .lg\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #6b7280
  }
  .lg\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #4b5563
  }
  .lg\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #374151
  }
  .lg\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #1f2937
  }
  .lg\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #111827
  }
  .lg\:focus-within\:ring-offset-brand-50:focus-within {
    --tw-ring-offset-color: #eff6ff
  }
  .lg\:focus-within\:ring-offset-brand-100:focus-within {
    --tw-ring-offset-color: #dbeafe
  }
  .lg\:focus-within\:ring-offset-brand-200:focus-within {
    --tw-ring-offset-color: #bfdbfe
  }
  .lg\:focus-within\:ring-offset-brand-300:focus-within {
    --tw-ring-offset-color: #93c5fd
  }
  .lg\:focus-within\:ring-offset-brand-400:focus-within {
    --tw-ring-offset-color: #60a5fa
  }
  .lg\:focus-within\:ring-offset-brand-500:focus-within {
    --tw-ring-offset-color: #3b82f6
  }
  .lg\:focus-within\:ring-offset-brand-600:focus-within {
    --tw-ring-offset-color: #2563eb
  }
  .lg\:focus-within\:ring-offset-brand-700:focus-within {
    --tw-ring-offset-color: #1d4ed8
  }
  .lg\:focus-within\:ring-offset-brand-800:focus-within {
    --tw-ring-offset-color: #1e40af
  }
  .lg\:focus-within\:ring-offset-brand-900:focus-within {
    --tw-ring-offset-color: #1e3a8a
  }
  .lg\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent
  }
  .lg\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor
  }
  .lg\:focus\:ring-offset-primary-50:focus, .lg\:focus\:ring-offset-primary-100:focus {
    --tw-ring-offset-color: #fff
  }
  .lg\:focus\:ring-offset-primary-200:focus {
    --tw-ring-offset-color: #fff6e2
  }
  .lg\:focus\:ring-offset-primary-300:focus {
    --tw-ring-offset-color: #ffe6af
  }
  .lg\:focus\:ring-offset-primary-400:focus {
    --tw-ring-offset-color: #ffd57c
  }
  .lg\:focus\:ring-offset-primary-500:focus {
    --tw-ring-offset-color: #ffc549
  }
  .lg\:focus\:ring-offset-primary-600:focus {
    --tw-ring-offset-color: #ffb516
  }
  .lg\:focus\:ring-offset-primary-700:focus {
    --tw-ring-offset-color: #e29a00
  }
  .lg\:focus\:ring-offset-primary-800:focus {
    --tw-ring-offset-color: #af7700
  }
  .lg\:focus\:ring-offset-primary-900:focus {
    --tw-ring-offset-color: #7c5400
  }
  .lg\:focus\:ring-offset-primary:focus {
    --tw-ring-offset-color: #ffc549
  }
  .lg\:focus\:ring-offset-secondary-50:focus {
    --tw-ring-offset-color: #cefbdf
  }
  .lg\:focus\:ring-offset-secondary-100:focus {
    --tw-ring-offset-color: #b6f9d0
  }
  .lg\:focus\:ring-offset-secondary-200:focus {
    --tw-ring-offset-color: #87f5b2
  }
  .lg\:focus\:ring-offset-secondary-300:focus {
    --tw-ring-offset-color: #58f194
  }
  .lg\:focus\:ring-offset-secondary-400:focus {
    --tw-ring-offset-color: #28ee76
  }
  .lg\:focus\:ring-offset-secondary-500:focus {
    --tw-ring-offset-color: #11d25d
  }
  .lg\:focus\:ring-offset-secondary-600:focus {
    --tw-ring-offset-color: #0da348
  }
  .lg\:focus\:ring-offset-secondary-700:focus {
    --tw-ring-offset-color: #097433
  }
  .lg\:focus\:ring-offset-secondary-800:focus {
    --tw-ring-offset-color: #06441e
  }
  .lg\:focus\:ring-offset-secondary-900:focus {
    --tw-ring-offset-color: #021509
  }
  .lg\:focus\:ring-offset-secondary:focus {
    --tw-ring-offset-color: #11d25d
  }
  .lg\:focus\:ring-offset-accent-50:focus {
    --tw-ring-offset-color: #fef2f2
  }
  .lg\:focus\:ring-offset-accent-100:focus {
    --tw-ring-offset-color: #fee2e2
  }
  .lg\:focus\:ring-offset-accent-200:focus {
    --tw-ring-offset-color: #fecaca
  }
  .lg\:focus\:ring-offset-accent-300:focus {
    --tw-ring-offset-color: #fca5a5
  }
  .lg\:focus\:ring-offset-accent-400:focus {
    --tw-ring-offset-color: #f87171
  }
  .lg\:focus\:ring-offset-accent-500:focus {
    --tw-ring-offset-color: #ef4444
  }
  .lg\:focus\:ring-offset-accent-600:focus {
    --tw-ring-offset-color: #dc2626
  }
  .lg\:focus\:ring-offset-accent-700:focus {
    --tw-ring-offset-color: #b91c1c
  }
  .lg\:focus\:ring-offset-accent-800:focus {
    --tw-ring-offset-color: #991b1b
  }
  .lg\:focus\:ring-offset-accent-900:focus {
    --tw-ring-offset-color: #7f1d1d
  }
  .lg\:focus\:ring-offset-shade-500:focus {
    --tw-ring-offset-color: #3a3a31
  }
  .lg\:focus\:ring-offset-shade-600:focus {
    --tw-ring-offset-color: #2d2f35
  }
  .lg\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff
  }
  .lg\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000
  }
  .lg\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f9fafb
  }
  .lg\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f3f4f6
  }
  .lg\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e5e7eb
  }
  .lg\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d1d5db
  }
  .lg\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #9ca3af
  }
  .lg\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #6b7280
  }
  .lg\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #4b5563
  }
  .lg\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #374151
  }
  .lg\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #1f2937
  }
  .lg\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #111827
  }
  .lg\:focus\:ring-offset-brand-50:focus {
    --tw-ring-offset-color: #eff6ff
  }
  .lg\:focus\:ring-offset-brand-100:focus {
    --tw-ring-offset-color: #dbeafe
  }
  .lg\:focus\:ring-offset-brand-200:focus {
    --tw-ring-offset-color: #bfdbfe
  }
  .lg\:focus\:ring-offset-brand-300:focus {
    --tw-ring-offset-color: #93c5fd
  }
  .lg\:focus\:ring-offset-brand-400:focus {
    --tw-ring-offset-color: #60a5fa
  }
  .lg\:focus\:ring-offset-brand-500:focus {
    --tw-ring-offset-color: #3b82f6
  }
  .lg\:focus\:ring-offset-brand-600:focus {
    --tw-ring-offset-color: #2563eb
  }
  .lg\:focus\:ring-offset-brand-700:focus {
    --tw-ring-offset-color: #1d4ed8
  }
  .lg\:focus\:ring-offset-brand-800:focus {
    --tw-ring-offset-color: #1e40af
  }
  .lg\:focus\:ring-offset-brand-900:focus {
    --tw-ring-offset-color: #1e3a8a
  }
  .lg\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent
  }
  .lg\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor
  }
  .lg\:ring-offset-0 {
    --tw-ring-offset-width: 0px
  }
  .lg\:ring-offset-1 {
    --tw-ring-offset-width: 1px
  }
  .lg\:ring-offset-2 {
    --tw-ring-offset-width: 2px
  }
  .lg\:ring-offset-4 {
    --tw-ring-offset-width: 4px
  }
  .lg\:ring-offset-8 {
    --tw-ring-offset-width: 8px
  }
  .lg\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px
  }
  .lg\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px
  }
  .lg\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px
  }
  .lg\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px
  }
  .lg\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px
  }
  .lg\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px
  }
  .lg\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px
  }
  .lg\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px
  }
  .lg\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px
  }
  .lg\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px
  }
  .lg\:ring-primary-50, .lg\:ring-primary-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity))
  }
  .lg\:ring-primary-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 226, var(--tw-ring-opacity))
  }
  .lg\:ring-primary-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 230, 175, var(--tw-ring-opacity))
  }
  .lg\:ring-primary-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 213, 124, var(--tw-ring-opacity))
  }
  .lg\:ring-primary-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 197, 73, var(--tw-ring-opacity))
  }
  .lg\:ring-primary-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 181, 22, var(--tw-ring-opacity))
  }
  .lg\:ring-primary-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 154, 0, var(--tw-ring-opacity))
  }
  .lg\:ring-primary-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(175, 119, 0, var(--tw-ring-opacity))
  }
  .lg\:ring-primary-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 84, 0, var(--tw-ring-opacity))
  }
  .lg\:ring-primary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 197, 73, var(--tw-ring-opacity))
  }
  .lg\:ring-secondary-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 251, 223, var(--tw-ring-opacity))
  }
  .lg\:ring-secondary-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 249, 208, var(--tw-ring-opacity))
  }
  .lg\:ring-secondary-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(135, 245, 178, var(--tw-ring-opacity))
  }
  .lg\:ring-secondary-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 241, 148, var(--tw-ring-opacity))
  }
  .lg\:ring-secondary-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(40, 238, 118, var(--tw-ring-opacity))
  }
  .lg\:ring-secondary-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 210, 93, var(--tw-ring-opacity))
  }
  .lg\:ring-secondary-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 163, 72, var(--tw-ring-opacity))
  }
  .lg\:ring-secondary-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(9, 116, 51, var(--tw-ring-opacity))
  }
  .lg\:ring-secondary-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 68, 30, var(--tw-ring-opacity))
  }
  .lg\:ring-secondary-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 21, 9, var(--tw-ring-opacity))
  }
  .lg\:ring-secondary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 210, 93, var(--tw-ring-opacity))
  }
  .lg\:ring-accent-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity))
  }
  .lg\:ring-accent-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity))
  }
  .lg\:ring-accent-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity))
  }
  .lg\:ring-accent-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity))
  }
  .lg\:ring-accent-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity))
  }
  .lg\:ring-accent-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity))
  }
  .lg\:ring-accent-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity))
  }
  .lg\:ring-accent-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity))
  }
  .lg\:ring-accent-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity))
  }
  .lg\:ring-accent-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity))
  }
  .lg\:ring-shade-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(58, 58, 49, var(--tw-ring-opacity))
  }
  .lg\:ring-shade-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 47, 53, var(--tw-ring-opacity))
  }
  .lg\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity))
  }
  .lg\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity))
  }
  .lg\:ring-gray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity))
  }
  .lg\:ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity))
  }
  .lg\:ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity))
  }
  .lg\:ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity))
  }
  .lg\:ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity))
  }
  .lg\:ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity))
  }
  .lg\:ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity))
  }
  .lg\:ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity))
  }
  .lg\:ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity))
  }
  .lg\:ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity))
  }
  .lg\:ring-brand-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity))
  }
  .lg\:ring-brand-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity))
  }
  .lg\:ring-brand-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity))
  }
  .lg\:ring-brand-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity))
  }
  .lg\:ring-brand-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity))
  }
  .lg\:ring-brand-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity))
  }
  .lg\:ring-brand-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity))
  }
  .lg\:ring-brand-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity))
  }
  .lg\:ring-brand-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity))
  }
  .lg\:ring-brand-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity))
  }
  .lg\:ring-transparent {
    --tw-ring-color: transparent
  }
  .lg\:ring-current {
    --tw-ring-color: currentColor
  }
  .lg\:focus-within\:ring-primary-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-primary-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-primary-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 226, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-primary-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 230, 175, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-primary-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 213, 124, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-primary-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 197, 73, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-primary-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 181, 22, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-primary-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 154, 0, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-primary-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(175, 119, 0, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-primary-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 84, 0, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-primary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 197, 73, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-secondary-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 251, 223, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-secondary-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 249, 208, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-secondary-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(135, 245, 178, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-secondary-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 241, 148, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-secondary-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(40, 238, 118, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-secondary-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 210, 93, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-secondary-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 163, 72, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-secondary-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(9, 116, 51, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-secondary-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 68, 30, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-secondary-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 21, 9, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-secondary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 210, 93, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-accent-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-accent-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-accent-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-accent-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-accent-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-accent-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-accent-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-accent-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-accent-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-accent-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-shade-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(58, 58, 49, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-shade-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 47, 53, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-gray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-brand-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-brand-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-brand-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-brand-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-brand-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-brand-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-brand-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-brand-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-brand-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-brand-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity))
  }
  .lg\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent
  }
  .lg\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor
  }
  .lg\:focus\:ring-primary-50:focus, .lg\:focus\:ring-primary-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity))
  }
  .lg\:focus\:ring-primary-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 226, var(--tw-ring-opacity))
  }
  .lg\:focus\:ring-primary-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 230, 175, var(--tw-ring-opacity))
  }
  .lg\:focus\:ring-primary-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 213, 124, var(--tw-ring-opacity))
  }
  .lg\:focus\:ring-primary-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 197, 73, var(--tw-ring-opacity))
  }
  .lg\:focus\:ring-primary-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 181, 22, var(--tw-ring-opacity))
  }
  .lg\:focus\:ring-primary-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 154, 0, var(--tw-ring-opacity))
  }
  .lg\:focus\:ring-primary-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(175, 119, 0, var(--tw-ring-opacity))
  }
  .lg\:focus\:ring-primary-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 84, 0, var(--tw-ring-opacity))
  }
  .lg\:focus\:ring-primary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 197, 73, var(--tw-ring-opacity))
  }
  .lg\:focus\:ring-secondary-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 251, 223, var(--tw-ring-opacity))
  }
  .lg\:focus\:ring-secondary-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 249, 208, var(--tw-ring-opacity))
  }
  .lg\:focus\:ring-secondary-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(135, 245, 178, var(--tw-ring-opacity))
  }
  .lg\:focus\:ring-secondary-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 241, 148, var(--tw-ring-opacity))
  }
  .lg\:focus\:ring-secondary-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(40, 238, 118, var(--tw-ring-opacity))
  }
  .lg\:focus\:ring-secondary-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 210, 93, var(--tw-ring-opacity))
  }
  .lg\:focus\:ring-secondary-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 163, 72, var(--tw-ring-opacity))
  }
  .lg\:focus\:ring-secondary-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(9, 116, 51, var(--tw-ring-opacity))
  }
  .lg\:focus\:ring-secondary-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 68, 30, var(--tw-ring-opacity))
  }
  .lg\:focus\:ring-secondary-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 21, 9, var(--tw-ring-opacity))
  }
  .lg\:focus\:ring-secondary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 210, 93, var(--tw-ring-opacity))
  }
  .lg\:focus\:ring-accent-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity))
  }
  .lg\:focus\:ring-accent-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity))
  }
  .lg\:focus\:ring-accent-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity))
  }
  .lg\:focus\:ring-accent-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity))
  }
  .lg\:focus\:ring-accent-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity))
  }
  .lg\:focus\:ring-accent-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity))
  }
  .lg\:focus\:ring-accent-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity))
  }
  .lg\:focus\:ring-accent-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity))
  }
  .lg\:focus\:ring-accent-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity))
  }
  .lg\:focus\:ring-accent-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity))
  }
  .lg\:focus\:ring-shade-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(58, 58, 49, var(--tw-ring-opacity))
  }
  .lg\:focus\:ring-shade-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 47, 53, var(--tw-ring-opacity))
  }
  .lg\:focus\:ring-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity))
  }
  .lg\:focus\:ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity))
  }
  .lg\:focus\:ring-gray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity))
  }
  .lg\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity))
  }
  .lg\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity))
  }
  .lg\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity))
  }
  .lg\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity))
  }
  .lg\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity))
  }
  .lg\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity))
  }
  .lg\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity))
  }
  .lg\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity))
  }
  .lg\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity))
  }
  .lg\:focus\:ring-brand-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity))
  }
  .lg\:focus\:ring-brand-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity))
  }
  .lg\:focus\:ring-brand-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity))
  }
  .lg\:focus\:ring-brand-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity))
  }
  .lg\:focus\:ring-brand-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity))
  }
  .lg\:focus\:ring-brand-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity))
  }
  .lg\:focus\:ring-brand-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity))
  }
  .lg\:focus\:ring-brand-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity))
  }
  .lg\:focus\:ring-brand-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity))
  }
  .lg\:focus\:ring-brand-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity))
  }
  .lg\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent
  }
  .lg\:focus\:ring-current:focus {
    --tw-ring-color: currentColor
  }
  .lg\:ring-opacity-0 {
    --tw-ring-opacity: 0
  }
  .lg\:ring-opacity-5 {
    --tw-ring-opacity: 0.05
  }
  .lg\:ring-opacity-10 {
    --tw-ring-opacity: 0.1
  }
  .lg\:ring-opacity-20 {
    --tw-ring-opacity: 0.2
  }
  .lg\:ring-opacity-25 {
    --tw-ring-opacity: 0.25
  }
  .lg\:ring-opacity-30 {
    --tw-ring-opacity: 0.3
  }
  .lg\:ring-opacity-40 {
    --tw-ring-opacity: 0.4
  }
  .lg\:ring-opacity-50 {
    --tw-ring-opacity: 0.5
  }
  .lg\:ring-opacity-60 {
    --tw-ring-opacity: 0.6
  }
  .lg\:ring-opacity-70 {
    --tw-ring-opacity: 0.7
  }
  .lg\:ring-opacity-75 {
    --tw-ring-opacity: 0.75
  }
  .lg\:ring-opacity-80 {
    --tw-ring-opacity: 0.8
  }
  .lg\:ring-opacity-90 {
    --tw-ring-opacity: 0.9
  }
  .lg\:ring-opacity-95 {
    --tw-ring-opacity: 0.95
  }
  .lg\:ring-opacity-100 {
    --tw-ring-opacity: 1
  }
  .lg\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0
  }
  .lg\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05
  }
  .lg\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1
  }
  .lg\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2
  }
  .lg\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25
  }
  .lg\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3
  }
  .lg\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4
  }
  .lg\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5
  }
  .lg\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6
  }
  .lg\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7
  }
  .lg\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75
  }
  .lg\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8
  }
  .lg\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9
  }
  .lg\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95
  }
  .lg\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1
  }
  .lg\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0
  }
  .lg\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05
  }
  .lg\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1
  }
  .lg\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2
  }
  .lg\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25
  }
  .lg\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3
  }
  .lg\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4
  }
  .lg\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5
  }
  .lg\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6
  }
  .lg\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7
  }
  .lg\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75
  }
  .lg\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8
  }
  .lg\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9
  }
  .lg\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95
  }
  .lg\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1
  }
  .lg\:fill-current {
    fill: currentColor
  }
  .lg\:stroke-current {
    stroke: currentColor
  }
  .lg\:stroke-0 {
    stroke-width: 0
  }
  .lg\:stroke-1 {
    stroke-width: 1
  }
  .lg\:stroke-2 {
    stroke-width: 2
  }
  .lg\:table-auto {
    table-layout: auto
  }
  .lg\:table-fixed {
    table-layout: fixed
  }
  .lg\:text-left {
    text-align: left
  }
  .lg\:text-center {
    text-align: center
  }
  .lg\:text-right {
    text-align: right
  }
  .lg\:text-justify {
    text-align: justify
  }
  .lg\:text-primary-50, .lg\:text-primary-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }
  .lg\:text-primary-200 {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 226, var(--tw-text-opacity))
  }
  .lg\:text-primary-300 {
    --tw-text-opacity: 1;
    color: rgba(255, 230, 175, var(--tw-text-opacity))
  }
  .lg\:text-primary-400 {
    --tw-text-opacity: 1;
    color: rgba(255, 213, 124, var(--tw-text-opacity))
  }
  .lg\:text-primary-500 {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-text-opacity))
  }
  .lg\:text-primary-600 {
    --tw-text-opacity: 1;
    color: rgba(255, 181, 22, var(--tw-text-opacity))
  }
  .lg\:text-primary-700 {
    --tw-text-opacity: 1;
    color: rgba(226, 154, 0, var(--tw-text-opacity))
  }
  .lg\:text-primary-800 {
    --tw-text-opacity: 1;
    color: rgba(175, 119, 0, var(--tw-text-opacity))
  }
  .lg\:text-primary-900 {
    --tw-text-opacity: 1;
    color: rgba(124, 84, 0, var(--tw-text-opacity))
  }
  .lg\:text-primary {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-text-opacity))
  }
  .lg\:text-secondary-50 {
    --tw-text-opacity: 1;
    color: rgba(206, 251, 223, var(--tw-text-opacity))
  }
  .lg\:text-secondary-100 {
    --tw-text-opacity: 1;
    color: rgba(182, 249, 208, var(--tw-text-opacity))
  }
  .lg\:text-secondary-200 {
    --tw-text-opacity: 1;
    color: rgba(135, 245, 178, var(--tw-text-opacity))
  }
  .lg\:text-secondary-300 {
    --tw-text-opacity: 1;
    color: rgba(88, 241, 148, var(--tw-text-opacity))
  }
  .lg\:text-secondary-400 {
    --tw-text-opacity: 1;
    color: rgba(40, 238, 118, var(--tw-text-opacity))
  }
  .lg\:text-secondary-500 {
    --tw-text-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-text-opacity))
  }
  .lg\:text-secondary-600 {
    --tw-text-opacity: 1;
    color: rgba(13, 163, 72, var(--tw-text-opacity))
  }
  .lg\:text-secondary-700 {
    --tw-text-opacity: 1;
    color: rgba(9, 116, 51, var(--tw-text-opacity))
  }
  .lg\:text-secondary-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 68, 30, var(--tw-text-opacity))
  }
  .lg\:text-secondary-900 {
    --tw-text-opacity: 1;
    color: rgba(2, 21, 9, var(--tw-text-opacity))
  }
  .lg\:text-secondary {
    --tw-text-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-text-opacity))
  }
  .lg\:text-accent-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity))
  }
  .lg\:text-accent-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity))
  }
  .lg\:text-accent-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity))
  }
  .lg\:text-accent-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity))
  }
  .lg\:text-accent-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity))
  }
  .lg\:text-accent-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity))
  }
  .lg\:text-accent-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity))
  }
  .lg\:text-accent-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity))
  }
  .lg\:text-accent-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity))
  }
  .lg\:text-accent-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity))
  }
  .lg\:text-shade-500 {
    --tw-text-opacity: 1;
    color: rgba(58, 58, 49, var(--tw-text-opacity))
  }
  .lg\:text-shade-600 {
    --tw-text-opacity: 1;
    color: rgba(45, 47, 53, var(--tw-text-opacity))
  }
  .lg\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }
  .lg\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity))
  }
  .lg\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity))
  }
  .lg\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity))
  }
  .lg\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity))
  }
  .lg\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity))
  }
  .lg\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity))
  }
  .lg\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity))
  }
  .lg\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity))
  }
  .lg\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity))
  }
  .lg\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity))
  }
  .lg\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity))
  }
  .lg\:text-brand-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity))
  }
  .lg\:text-brand-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity))
  }
  .lg\:text-brand-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity))
  }
  .lg\:text-brand-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity))
  }
  .lg\:text-brand-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity))
  }
  .lg\:text-brand-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity))
  }
  .lg\:text-brand-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity))
  }
  .lg\:text-brand-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity))
  }
  .lg\:text-brand-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity))
  }
  .lg\:text-brand-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity))
  }
  .lg\:text-transparent {
    color: transparent
  }
  .lg\:text-current {
    color: currentColor
  }
  .group:hover .lg\:group-hover\:text-primary-50, .group:hover .lg\:group-hover\:text-primary-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }
  .group:hover .lg\:group-hover\:text-primary-200 {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 226, var(--tw-text-opacity))
  }
  .group:hover .lg\:group-hover\:text-primary-300 {
    --tw-text-opacity: 1;
    color: rgba(255, 230, 175, var(--tw-text-opacity))
  }
  .group:hover .lg\:group-hover\:text-primary-400 {
    --tw-text-opacity: 1;
    color: rgba(255, 213, 124, var(--tw-text-opacity))
  }
  .group:hover .lg\:group-hover\:text-primary-500 {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-text-opacity))
  }
  .group:hover .lg\:group-hover\:text-primary-600 {
    --tw-text-opacity: 1;
    color: rgba(255, 181, 22, var(--tw-text-opacity))
  }
  .group:hover .lg\:group-hover\:text-primary-700 {
    --tw-text-opacity: 1;
    color: rgba(226, 154, 0, var(--tw-text-opacity))
  }
  .group:hover .lg\:group-hover\:text-primary-800 {
    --tw-text-opacity: 1;
    color: rgba(175, 119, 0, var(--tw-text-opacity))
  }
  .group:hover .lg\:group-hover\:text-primary-900 {
    --tw-text-opacity: 1;
    color: rgba(124, 84, 0, var(--tw-text-opacity))
  }
  .group:hover .lg\:group-hover\:text-primary {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-text-opacity))
  }
  .group:hover .lg\:group-hover\:text-secondary-50 {
    --tw-text-opacity: 1;
    color: rgba(206, 251, 223, var(--tw-text-opacity))
  }
  .group:hover .lg\:group-hover\:text-secondary-100 {
    --tw-text-opacity: 1;
    color: rgba(182, 249, 208, var(--tw-text-opacity))
  }
  .group:hover .lg\:group-hover\:text-secondary-200 {
    --tw-text-opacity: 1;
    color: rgba(135, 245, 178, var(--tw-text-opacity))
  }
  .group:hover .lg\:group-hover\:text-secondary-300 {
    --tw-text-opacity: 1;
    color: rgba(88, 241, 148, var(--tw-text-opacity))
  }
  .group:hover .lg\:group-hover\:text-secondary-400 {
    --tw-text-opacity: 1;
    color: rgba(40, 238, 118, var(--tw-text-opacity))
  }
  .group:hover .lg\:group-hover\:text-secondary-500 {
    --tw-text-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-text-opacity))
  }
  .group:hover .lg\:group-hover\:text-secondary-600 {
    --tw-text-opacity: 1;
    color: rgba(13, 163, 72, var(--tw-text-opacity))
  }
  .group:hover .lg\:group-hover\:text-secondary-700 {
    --tw-text-opacity: 1;
    color: rgba(9, 116, 51, var(--tw-text-opacity))
  }
  .group:hover .lg\:group-hover\:text-secondary-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 68, 30, var(--tw-text-opacity))
  }
  .group:hover .lg\:group-hover\:text-secondary-900 {
    --tw-text-opacity: 1;
    color: rgba(2, 21, 9, var(--tw-text-opacity))
  }
  .group:hover .lg\:group-hover\:text-secondary {
    --tw-text-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-text-opacity))
  }
  .group:hover .lg\:group-hover\:text-accent-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity))
  }
  .group:hover .lg\:group-hover\:text-accent-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity))
  }
  .group:hover .lg\:group-hover\:text-accent-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity))
  }
  .group:hover .lg\:group-hover\:text-accent-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity))
  }
  .group:hover .lg\:group-hover\:text-accent-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity))
  }
  .group:hover .lg\:group-hover\:text-accent-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity))
  }
  .group:hover .lg\:group-hover\:text-accent-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity))
  }
  .group:hover .lg\:group-hover\:text-accent-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity))
  }
  .group:hover .lg\:group-hover\:text-accent-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity))
  }
  .group:hover .lg\:group-hover\:text-accent-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity))
  }
  .group:hover .lg\:group-hover\:text-shade-500 {
    --tw-text-opacity: 1;
    color: rgba(58, 58, 49, var(--tw-text-opacity))
  }
  .group:hover .lg\:group-hover\:text-shade-600 {
    --tw-text-opacity: 1;
    color: rgba(45, 47, 53, var(--tw-text-opacity))
  }
  .group:hover .lg\:group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }
  .group:hover .lg\:group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity))
  }
  .group:hover .lg\:group-hover\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity))
  }
  .group:hover .lg\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity))
  }
  .group:hover .lg\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity))
  }
  .group:hover .lg\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity))
  }
  .group:hover .lg\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity))
  }
  .group:hover .lg\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity))
  }
  .group:hover .lg\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity))
  }
  .group:hover .lg\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity))
  }
  .group:hover .lg\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity))
  }
  .group:hover .lg\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity))
  }
  .group:hover .lg\:group-hover\:text-brand-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity))
  }
  .group:hover .lg\:group-hover\:text-brand-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity))
  }
  .group:hover .lg\:group-hover\:text-brand-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity))
  }
  .group:hover .lg\:group-hover\:text-brand-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity))
  }
  .group:hover .lg\:group-hover\:text-brand-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity))
  }
  .group:hover .lg\:group-hover\:text-brand-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity))
  }
  .group:hover .lg\:group-hover\:text-brand-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity))
  }
  .group:hover .lg\:group-hover\:text-brand-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity))
  }
  .group:hover .lg\:group-hover\:text-brand-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity))
  }
  .group:hover .lg\:group-hover\:text-brand-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity))
  }
  .group:hover .lg\:group-hover\:text-transparent {
    color: transparent
  }
  .group:hover .lg\:group-hover\:text-current {
    color: currentColor
  }
  .lg\:focus-within\:text-primary-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-primary-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-primary-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 226, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-primary-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 230, 175, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-primary-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 213, 124, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-primary-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-primary-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 181, 22, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-primary-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(226, 154, 0, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-primary-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(175, 119, 0, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-primary-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 84, 0, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-primary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-secondary-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(206, 251, 223, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-secondary-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(182, 249, 208, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-secondary-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(135, 245, 178, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-secondary-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(88, 241, 148, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-secondary-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(40, 238, 118, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-secondary-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-secondary-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(13, 163, 72, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-secondary-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(9, 116, 51, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-secondary-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 68, 30, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-secondary-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(2, 21, 9, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-secondary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-accent-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-accent-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-accent-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-accent-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-accent-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-accent-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-accent-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-accent-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-accent-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-accent-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-shade-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(58, 58, 49, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-shade-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(45, 47, 53, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-gray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-brand-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-brand-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-brand-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-brand-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-brand-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-brand-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-brand-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-brand-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-brand-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-brand-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity))
  }
  .lg\:focus-within\:text-transparent:focus-within {
    color: transparent
  }
  .lg\:focus-within\:text-current:focus-within {
    color: currentColor
  }
  .lg\:hover\:text-primary-50:hover, .lg\:hover\:text-primary-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }
  .lg\:hover\:text-primary-200:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 226, var(--tw-text-opacity))
  }
  .lg\:hover\:text-primary-300:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 230, 175, var(--tw-text-opacity))
  }
  .lg\:hover\:text-primary-400:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 213, 124, var(--tw-text-opacity))
  }
  .lg\:hover\:text-primary-500:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-text-opacity))
  }
  .lg\:hover\:text-primary-600:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 181, 22, var(--tw-text-opacity))
  }
  .lg\:hover\:text-primary-700:hover {
    --tw-text-opacity: 1;
    color: rgba(226, 154, 0, var(--tw-text-opacity))
  }
  .lg\:hover\:text-primary-800:hover {
    --tw-text-opacity: 1;
    color: rgba(175, 119, 0, var(--tw-text-opacity))
  }
  .lg\:hover\:text-primary-900:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 84, 0, var(--tw-text-opacity))
  }
  .lg\:hover\:text-primary:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-text-opacity))
  }
  .lg\:hover\:text-secondary-50:hover {
    --tw-text-opacity: 1;
    color: rgba(206, 251, 223, var(--tw-text-opacity))
  }
  .lg\:hover\:text-secondary-100:hover {
    --tw-text-opacity: 1;
    color: rgba(182, 249, 208, var(--tw-text-opacity))
  }
  .lg\:hover\:text-secondary-200:hover {
    --tw-text-opacity: 1;
    color: rgba(135, 245, 178, var(--tw-text-opacity))
  }
  .lg\:hover\:text-secondary-300:hover {
    --tw-text-opacity: 1;
    color: rgba(88, 241, 148, var(--tw-text-opacity))
  }
  .lg\:hover\:text-secondary-400:hover {
    --tw-text-opacity: 1;
    color: rgba(40, 238, 118, var(--tw-text-opacity))
  }
  .lg\:hover\:text-secondary-500:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-text-opacity))
  }
  .lg\:hover\:text-secondary-600:hover {
    --tw-text-opacity: 1;
    color: rgba(13, 163, 72, var(--tw-text-opacity))
  }
  .lg\:hover\:text-secondary-700:hover {
    --tw-text-opacity: 1;
    color: rgba(9, 116, 51, var(--tw-text-opacity))
  }
  .lg\:hover\:text-secondary-800:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 68, 30, var(--tw-text-opacity))
  }
  .lg\:hover\:text-secondary-900:hover {
    --tw-text-opacity: 1;
    color: rgba(2, 21, 9, var(--tw-text-opacity))
  }
  .lg\:hover\:text-secondary:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-text-opacity))
  }
  .lg\:hover\:text-accent-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity))
  }
  .lg\:hover\:text-accent-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity))
  }
  .lg\:hover\:text-accent-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity))
  }
  .lg\:hover\:text-accent-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity))
  }
  .lg\:hover\:text-accent-400:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity))
  }
  .lg\:hover\:text-accent-500:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity))
  }
  .lg\:hover\:text-accent-600:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity))
  }
  .lg\:hover\:text-accent-700:hover {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity))
  }
  .lg\:hover\:text-accent-800:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity))
  }
  .lg\:hover\:text-accent-900:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity))
  }
  .lg\:hover\:text-shade-500:hover {
    --tw-text-opacity: 1;
    color: rgba(58, 58, 49, var(--tw-text-opacity))
  }
  .lg\:hover\:text-shade-600:hover {
    --tw-text-opacity: 1;
    color: rgba(45, 47, 53, var(--tw-text-opacity))
  }
  .lg\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }
  .lg\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity))
  }
  .lg\:hover\:text-gray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity))
  }
  .lg\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity))
  }
  .lg\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity))
  }
  .lg\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity))
  }
  .lg\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity))
  }
  .lg\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity))
  }
  .lg\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity))
  }
  .lg\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity))
  }
  .lg\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity))
  }
  .lg\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity))
  }
  .lg\:hover\:text-brand-50:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity))
  }
  .lg\:hover\:text-brand-100:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity))
  }
  .lg\:hover\:text-brand-200:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity))
  }
  .lg\:hover\:text-brand-300:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity))
  }
  .lg\:hover\:text-brand-400:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity))
  }
  .lg\:hover\:text-brand-500:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity))
  }
  .lg\:hover\:text-brand-600:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity))
  }
  .lg\:hover\:text-brand-700:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity))
  }
  .lg\:hover\:text-brand-800:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity))
  }
  .lg\:hover\:text-brand-900:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity))
  }
  .lg\:hover\:text-transparent:hover {
    color: transparent
  }
  .lg\:hover\:text-current:hover {
    color: currentColor
  }
  .lg\:focus\:text-primary-50:focus, .lg\:focus\:text-primary-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }
  .lg\:focus\:text-primary-200:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 226, var(--tw-text-opacity))
  }
  .lg\:focus\:text-primary-300:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 230, 175, var(--tw-text-opacity))
  }
  .lg\:focus\:text-primary-400:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 213, 124, var(--tw-text-opacity))
  }
  .lg\:focus\:text-primary-500:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-text-opacity))
  }
  .lg\:focus\:text-primary-600:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 181, 22, var(--tw-text-opacity))
  }
  .lg\:focus\:text-primary-700:focus {
    --tw-text-opacity: 1;
    color: rgba(226, 154, 0, var(--tw-text-opacity))
  }
  .lg\:focus\:text-primary-800:focus {
    --tw-text-opacity: 1;
    color: rgba(175, 119, 0, var(--tw-text-opacity))
  }
  .lg\:focus\:text-primary-900:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 84, 0, var(--tw-text-opacity))
  }
  .lg\:focus\:text-primary:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-text-opacity))
  }
  .lg\:focus\:text-secondary-50:focus {
    --tw-text-opacity: 1;
    color: rgba(206, 251, 223, var(--tw-text-opacity))
  }
  .lg\:focus\:text-secondary-100:focus {
    --tw-text-opacity: 1;
    color: rgba(182, 249, 208, var(--tw-text-opacity))
  }
  .lg\:focus\:text-secondary-200:focus {
    --tw-text-opacity: 1;
    color: rgba(135, 245, 178, var(--tw-text-opacity))
  }
  .lg\:focus\:text-secondary-300:focus {
    --tw-text-opacity: 1;
    color: rgba(88, 241, 148, var(--tw-text-opacity))
  }
  .lg\:focus\:text-secondary-400:focus {
    --tw-text-opacity: 1;
    color: rgba(40, 238, 118, var(--tw-text-opacity))
  }
  .lg\:focus\:text-secondary-500:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-text-opacity))
  }
  .lg\:focus\:text-secondary-600:focus {
    --tw-text-opacity: 1;
    color: rgba(13, 163, 72, var(--tw-text-opacity))
  }
  .lg\:focus\:text-secondary-700:focus {
    --tw-text-opacity: 1;
    color: rgba(9, 116, 51, var(--tw-text-opacity))
  }
  .lg\:focus\:text-secondary-800:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 68, 30, var(--tw-text-opacity))
  }
  .lg\:focus\:text-secondary-900:focus {
    --tw-text-opacity: 1;
    color: rgba(2, 21, 9, var(--tw-text-opacity))
  }
  .lg\:focus\:text-secondary:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-text-opacity))
  }
  .lg\:focus\:text-accent-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity))
  }
  .lg\:focus\:text-accent-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity))
  }
  .lg\:focus\:text-accent-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity))
  }
  .lg\:focus\:text-accent-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity))
  }
  .lg\:focus\:text-accent-400:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity))
  }
  .lg\:focus\:text-accent-500:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity))
  }
  .lg\:focus\:text-accent-600:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity))
  }
  .lg\:focus\:text-accent-700:focus {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity))
  }
  .lg\:focus\:text-accent-800:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity))
  }
  .lg\:focus\:text-accent-900:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity))
  }
  .lg\:focus\:text-shade-500:focus {
    --tw-text-opacity: 1;
    color: rgba(58, 58, 49, var(--tw-text-opacity))
  }
  .lg\:focus\:text-shade-600:focus {
    --tw-text-opacity: 1;
    color: rgba(45, 47, 53, var(--tw-text-opacity))
  }
  .lg\:focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }
  .lg\:focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity))
  }
  .lg\:focus\:text-gray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity))
  }
  .lg\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity))
  }
  .lg\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity))
  }
  .lg\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity))
  }
  .lg\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity))
  }
  .lg\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity))
  }
  .lg\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity))
  }
  .lg\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity))
  }
  .lg\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity))
  }
  .lg\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity))
  }
  .lg\:focus\:text-brand-50:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity))
  }
  .lg\:focus\:text-brand-100:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity))
  }
  .lg\:focus\:text-brand-200:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity))
  }
  .lg\:focus\:text-brand-300:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity))
  }
  .lg\:focus\:text-brand-400:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity))
  }
  .lg\:focus\:text-brand-500:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity))
  }
  .lg\:focus\:text-brand-600:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity))
  }
  .lg\:focus\:text-brand-700:focus {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity))
  }
  .lg\:focus\:text-brand-800:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity))
  }
  .lg\:focus\:text-brand-900:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity))
  }
  .lg\:focus\:text-transparent:focus {
    color: transparent
  }
  .lg\:focus\:text-current:focus {
    color: currentColor
  }
  .lg\:text-opacity-0 {
    --tw-text-opacity: 0
  }
  .lg\:text-opacity-5 {
    --tw-text-opacity: 0.05
  }
  .lg\:text-opacity-10 {
    --tw-text-opacity: 0.1
  }
  .lg\:text-opacity-20 {
    --tw-text-opacity: 0.2
  }
  .lg\:text-opacity-25 {
    --tw-text-opacity: 0.25
  }
  .lg\:text-opacity-30 {
    --tw-text-opacity: 0.3
  }
  .lg\:text-opacity-40 {
    --tw-text-opacity: 0.4
  }
  .lg\:text-opacity-50 {
    --tw-text-opacity: 0.5
  }
  .lg\:text-opacity-60 {
    --tw-text-opacity: 0.6
  }
  .lg\:text-opacity-70 {
    --tw-text-opacity: 0.7
  }
  .lg\:text-opacity-75 {
    --tw-text-opacity: 0.75
  }
  .lg\:text-opacity-80 {
    --tw-text-opacity: 0.8
  }
  .lg\:text-opacity-90 {
    --tw-text-opacity: 0.9
  }
  .lg\:text-opacity-95 {
    --tw-text-opacity: 0.95
  }
  .lg\:text-opacity-100 {
    --tw-text-opacity: 1
  }
  .group:hover .lg\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0
  }
  .group:hover .lg\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05
  }
  .group:hover .lg\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1
  }
  .group:hover .lg\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2
  }
  .group:hover .lg\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25
  }
  .group:hover .lg\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3
  }
  .group:hover .lg\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4
  }
  .group:hover .lg\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5
  }
  .group:hover .lg\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6
  }
  .group:hover .lg\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7
  }
  .group:hover .lg\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75
  }
  .group:hover .lg\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8
  }
  .group:hover .lg\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9
  }
  .group:hover .lg\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95
  }
  .group:hover .lg\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1
  }
  .lg\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0
  }
  .lg\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05
  }
  .lg\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1
  }
  .lg\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2
  }
  .lg\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25
  }
  .lg\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3
  }
  .lg\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4
  }
  .lg\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5
  }
  .lg\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6
  }
  .lg\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7
  }
  .lg\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75
  }
  .lg\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8
  }
  .lg\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9
  }
  .lg\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95
  }
  .lg\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1
  }
  .lg\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0
  }
  .lg\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05
  }
  .lg\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1
  }
  .lg\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2
  }
  .lg\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25
  }
  .lg\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3
  }
  .lg\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4
  }
  .lg\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5
  }
  .lg\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6
  }
  .lg\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7
  }
  .lg\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75
  }
  .lg\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8
  }
  .lg\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9
  }
  .lg\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95
  }
  .lg\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1
  }
  .lg\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0
  }
  .lg\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05
  }
  .lg\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1
  }
  .lg\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2
  }
  .lg\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25
  }
  .lg\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3
  }
  .lg\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4
  }
  .lg\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5
  }
  .lg\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6
  }
  .lg\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7
  }
  .lg\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75
  }
  .lg\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8
  }
  .lg\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9
  }
  .lg\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95
  }
  .lg\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1
  }
  .lg\:truncate {
    overflow: hidden;
    white-space: nowrap
  }
  .lg\:overflow-ellipsis, .lg\:truncate {
    text-overflow: ellipsis
  }
  .lg\:overflow-clip {
    text-overflow: clip
  }
  .lg\:italic {
    font-style: italic
  }
  .lg\:not-italic {
    font-style: normal
  }
  .lg\:uppercase {
    text-transform: uppercase
  }
  .lg\:lowercase {
    text-transform: lowercase
  }
  .lg\:capitalize {
    text-transform: capitalize
  }
  .lg\:normal-case {
    text-transform: none
  }
  .lg\:underline {
    text-decoration: underline
  }
  .lg\:line-through {
    text-decoration: line-through
  }
  .lg\:no-underline {
    text-decoration: none
  }
  .group:hover .lg\:group-hover\:underline {
    text-decoration: underline
  }
  .group:hover .lg\:group-hover\:line-through {
    text-decoration: line-through
  }
  .group:hover .lg\:group-hover\:no-underline {
    text-decoration: none
  }
  .lg\:focus-within\:underline:focus-within {
    text-decoration: underline
  }
  .lg\:focus-within\:line-through:focus-within {
    text-decoration: line-through
  }
  .lg\:focus-within\:no-underline:focus-within {
    text-decoration: none
  }
  .lg\:hover\:underline:hover {
    text-decoration: underline
  }
  .lg\:hover\:line-through:hover {
    text-decoration: line-through
  }
  .lg\:hover\:no-underline:hover {
    text-decoration: none
  }
  .lg\:focus\:underline:focus {
    text-decoration: underline
  }
  .lg\:focus\:line-through:focus {
    text-decoration: line-through
  }
  .lg\:focus\:no-underline:focus {
    text-decoration: none
  }
  .lg\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }
  .lg\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto
  }
  .lg\:diagonal-fractions, .lg\:lining-nums, .lg\:oldstyle-nums, .lg\:ordinal, .lg\:proportional-nums, .lg\:slashed-zero, .lg\:stacked-fractions, .lg\:tabular-nums {
    --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\:normal-nums {
    font-variant-numeric: normal
  }
  .lg\:ordinal {
    --tw-ordinal: ordinal
  }
  .lg\:slashed-zero {
    --tw-slashed-zero: slashed-zero
  }
  .lg\:lining-nums {
    --tw-numeric-figure: lining-nums
  }
  .lg\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums
  }
  .lg\:proportional-nums {
    --tw-numeric-spacing: proportional-nums
  }
  .lg\:tabular-nums {
    --tw-numeric-spacing: tabular-nums
  }
  .lg\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions
  }
  .lg\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions
  }
  .lg\:tracking-tighter {
    letter-spacing: -.05em
  }
  .lg\:tracking-tight {
    letter-spacing: -.025em
  }
  .lg\:tracking-normal {
    letter-spacing: 0
  }
  .lg\:tracking-wide {
    letter-spacing: .025em
  }
  .lg\:tracking-wider {
    letter-spacing: .05em
  }
  .lg\:tracking-widest {
    letter-spacing: .1em
  }
  .lg\:select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
  }
  .lg\:select-text {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
  }
  .lg\:select-all {
    -webkit-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all
  }
  .lg\:select-auto {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
  }
  .lg\:align-baseline {
    vertical-align: baseline
  }
  .lg\:align-top {
    vertical-align: top
  }
  .lg\:align-middle {
    vertical-align: middle
  }
  .lg\:align-bottom {
    vertical-align: bottom
  }
  .lg\:align-text-top {
    vertical-align: text-top
  }
  .lg\:align-text-bottom {
    vertical-align: text-bottom
  }
  .lg\:visible {
    visibility: visible
  }
  .lg\:invisible {
    visibility: hidden
  }
  .lg\:whitespace-normal {
    white-space: normal
  }
  .lg\:whitespace-nowrap {
    white-space: nowrap
  }
  .lg\:whitespace-pre {
    white-space: pre
  }
  .lg\:whitespace-pre-line {
    white-space: pre-line
  }
  .lg\:whitespace-pre-wrap {
    white-space: pre-wrap
  }
  .lg\:break-normal {
    overflow-wrap: normal;
    word-break: normal
  }
  .lg\:break-words {
    overflow-wrap: break-word
  }
  .lg\:break-all {
    word-break: break-all
  }
  .lg\:w-0 {
    width: 0
  }
  .lg\:w-1 {
    width: 3px
  }
  .lg\:w-2 {
    width: 6px
  }
  .lg\:w-3 {
    width: 9px
  }
  .lg\:w-4 {
    width: 12px
  }
  .lg\:w-5 {
    width: 15px
  }
  .lg\:w-6 {
    width: 18px
  }
  .lg\:w-7 {
    width: 21px
  }
  .lg\:w-8 {
    width: 24px
  }
  .lg\:w-9 {
    width: 27px
  }
  .lg\:w-10 {
    width: 30px
  }
  .lg\:w-11 {
    width: 33px
  }
  .lg\:w-12 {
    width: 36px
  }
  .lg\:w-14 {
    width: 42px
  }
  .lg\:w-16 {
    width: 48px
  }
  .lg\:w-18 {
    width: 54px
  }
  .lg\:w-20 {
    width: 60px
  }
  .lg\:w-24 {
    width: 72px
  }
  .lg\:w-28 {
    width: 84px
  }
  .lg\:w-32 {
    width: 96px
  }
  .lg\:w-36 {
    width: 108px
  }
  .lg\:w-40 {
    width: 120px
  }
  .lg\:w-44 {
    width: 132px
  }
  .lg\:w-48 {
    width: 144px
  }
  .lg\:w-52 {
    width: 156px
  }
  .lg\:w-56 {
    width: 168px
  }
  .lg\:w-60 {
    width: 180px
  }
  .lg\:w-64 {
    width: 192px
  }
  .lg\:w-72 {
    width: 216px
  }
  .lg\:w-80 {
    width: 240px
  }
  .lg\:w-96 {
    width: 288px
  }
  .lg\:w-auto {
    width: auto
  }
  .lg\:w-px {
    width: 1px
  }
  .lg\:w-0\.5 {
    width: 1.5px
  }
  .lg\:w-1\.5 {
    width: 4.5px
  }
  .lg\:w-2\.5 {
    width: 7.5px
  }
  .lg\:w-3\.5 {
    width: 10.5px
  }
  .lg\:w-1\/2 {
    width: 50%
  }
  .lg\:w-1\/3 {
    width: 33.333333%
  }
  .lg\:w-2\/3 {
    width: 66.666667%
  }
  .lg\:w-1\/4 {
    width: 25%
  }
  .lg\:w-2\/4 {
    width: 50%
  }
  .lg\:w-3\/4 {
    width: 75%
  }
  .lg\:w-1\/5 {
    width: 20%
  }
  .lg\:w-2\/5 {
    width: 40%
  }
  .lg\:w-3\/5 {
    width: 60%
  }
  .lg\:w-4\/5 {
    width: 80%
  }
  .lg\:w-1\/6 {
    width: 16.666667%
  }
  .lg\:w-2\/6 {
    width: 33.333333%
  }
  .lg\:w-3\/6 {
    width: 50%
  }
  .lg\:w-4\/6 {
    width: 66.666667%
  }
  .lg\:w-5\/6 {
    width: 83.333333%
  }
  .lg\:w-1\/12 {
    width: 8.333333%
  }
  .lg\:w-2\/12 {
    width: 16.666667%
  }
  .lg\:w-3\/12 {
    width: 25%
  }
  .lg\:w-4\/12 {
    width: 33.333333%
  }
  .lg\:w-5\/12 {
    width: 41.666667%
  }
  .lg\:w-6\/12 {
    width: 50%
  }
  .lg\:w-7\/12 {
    width: 58.333333%
  }
  .lg\:w-8\/12 {
    width: 66.666667%
  }
  .lg\:w-9\/12 {
    width: 75%
  }
  .lg\:w-10\/12 {
    width: 83.333333%
  }
  .lg\:w-11\/12 {
    width: 91.666667%
  }
  .lg\:w-full {
    width: 100%
  }
  .lg\:w-screen {
    width: 100vw
  }
  .lg\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content
  }
  .lg\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
  }
  .lg\:z-0 {
    z-index: 0
  }
  .lg\:z-10 {
    z-index: 10
  }
  .lg\:z-20 {
    z-index: 20
  }
  .lg\:z-30 {
    z-index: 30
  }
  .lg\:z-40 {
    z-index: 40
  }
  .lg\:z-50 {
    z-index: 50
  }
  .lg\:z-auto {
    z-index: auto
  }
  .lg\:focus-within\:z-0:focus-within {
    z-index: 0
  }
  .lg\:focus-within\:z-10:focus-within {
    z-index: 10
  }
  .lg\:focus-within\:z-20:focus-within {
    z-index: 20
  }
  .lg\:focus-within\:z-30:focus-within {
    z-index: 30
  }
  .lg\:focus-within\:z-40:focus-within {
    z-index: 40
  }
  .lg\:focus-within\:z-50:focus-within {
    z-index: 50
  }
  .lg\:focus-within\:z-auto:focus-within {
    z-index: auto
  }
  .lg\:focus\:z-0:focus {
    z-index: 0
  }
  .lg\:focus\:z-10:focus {
    z-index: 10
  }
  .lg\:focus\:z-20:focus {
    z-index: 20
  }
  .lg\:focus\:z-30:focus {
    z-index: 30
  }
  .lg\:focus\:z-40:focus {
    z-index: 40
  }
  .lg\:focus\:z-50:focus {
    z-index: 50
  }
  .lg\:focus\:z-auto:focus {
    z-index: auto
  }
  .lg\:isolate {
    isolation: isolate
  }
  .lg\:isolation-auto {
    isolation: auto
  }
  .lg\:gap-0 {
    gap: 0
  }
  .lg\:gap-1 {
    gap: 3px
  }
  .lg\:gap-2 {
    gap: 6px
  }
  .lg\:gap-3 {
    gap: 9px
  }
  .lg\:gap-4 {
    gap: 12px
  }
  .lg\:gap-5 {
    gap: 15px
  }
  .lg\:gap-6 {
    gap: 18px
  }
  .lg\:gap-7 {
    gap: 21px
  }
  .lg\:gap-8 {
    gap: 24px
  }
  .lg\:gap-9 {
    gap: 27px
  }
  .lg\:gap-10 {
    gap: 30px
  }
  .lg\:gap-11 {
    gap: 33px
  }
  .lg\:gap-12 {
    gap: 36px
  }
  .lg\:gap-14 {
    gap: 42px
  }
  .lg\:gap-16 {
    gap: 48px
  }
  .lg\:gap-18 {
    gap: 54px
  }
  .lg\:gap-20 {
    gap: 60px
  }
  .lg\:gap-24 {
    gap: 72px
  }
  .lg\:gap-28 {
    gap: 84px
  }
  .lg\:gap-32 {
    gap: 96px
  }
  .lg\:gap-36 {
    gap: 108px
  }
  .lg\:gap-40 {
    gap: 120px
  }
  .lg\:gap-44 {
    gap: 132px
  }
  .lg\:gap-48 {
    gap: 144px
  }
  .lg\:gap-52 {
    gap: 156px
  }
  .lg\:gap-56 {
    gap: 168px
  }
  .lg\:gap-60 {
    gap: 180px
  }
  .lg\:gap-64 {
    gap: 192px
  }
  .lg\:gap-72 {
    gap: 216px
  }
  .lg\:gap-80 {
    gap: 240px
  }
  .lg\:gap-96 {
    gap: 288px
  }
  .lg\:gap-px {
    gap: 1px
  }
  .lg\:gap-0\.5 {
    gap: 1.5px
  }
  .lg\:gap-1\.5 {
    gap: 4.5px
  }
  .lg\:gap-2\.5 {
    gap: 7.5px
  }
  .lg\:gap-3\.5 {
    gap: 10.5px
  }
  .lg\:gap-2\% {
    gap: 2%
  }
  .lg\:gap-4\% {
    gap: 4%
  }
  .lg\:gap-x-0 {
    -moz-column-gap: 0;
    column-gap: 0
  }
  .lg\:gap-x-1 {
    -moz-column-gap: 3px;
    column-gap: 3px
  }
  .lg\:gap-x-2 {
    -moz-column-gap: 6px;
    column-gap: 6px
  }
  .lg\:gap-x-3 {
    -moz-column-gap: 9px;
    column-gap: 9px
  }
  .lg\:gap-x-4 {
    -moz-column-gap: 12px;
    column-gap: 12px
  }
  .lg\:gap-x-5 {
    -moz-column-gap: 15px;
    column-gap: 15px
  }
  .lg\:gap-x-6 {
    -moz-column-gap: 18px;
    column-gap: 18px
  }
  .lg\:gap-x-7 {
    -moz-column-gap: 21px;
    column-gap: 21px
  }
  .lg\:gap-x-8 {
    -moz-column-gap: 24px;
    column-gap: 24px
  }
  .lg\:gap-x-9 {
    -moz-column-gap: 27px;
    column-gap: 27px
  }
  .lg\:gap-x-10 {
    -moz-column-gap: 30px;
    column-gap: 30px
  }
  .lg\:gap-x-11 {
    -moz-column-gap: 33px;
    column-gap: 33px
  }
  .lg\:gap-x-12 {
    -moz-column-gap: 36px;
    column-gap: 36px
  }
  .lg\:gap-x-14 {
    -moz-column-gap: 42px;
    column-gap: 42px
  }
  .lg\:gap-x-16 {
    -moz-column-gap: 48px;
    column-gap: 48px
  }
  .lg\:gap-x-18 {
    -moz-column-gap: 54px;
    column-gap: 54px
  }
  .lg\:gap-x-20 {
    -moz-column-gap: 60px;
    column-gap: 60px
  }
  .lg\:gap-x-24 {
    -moz-column-gap: 72px;
    column-gap: 72px
  }
  .lg\:gap-x-28 {
    -moz-column-gap: 84px;
    column-gap: 84px
  }
  .lg\:gap-x-32 {
    -moz-column-gap: 96px;
    column-gap: 96px
  }
  .lg\:gap-x-36 {
    -moz-column-gap: 108px;
    column-gap: 108px
  }
  .lg\:gap-x-40 {
    -moz-column-gap: 120px;
    column-gap: 120px
  }
  .lg\:gap-x-44 {
    -moz-column-gap: 132px;
    column-gap: 132px
  }
  .lg\:gap-x-48 {
    -moz-column-gap: 144px;
    column-gap: 144px
  }
  .lg\:gap-x-52 {
    -moz-column-gap: 156px;
    column-gap: 156px
  }
  .lg\:gap-x-56 {
    -moz-column-gap: 168px;
    column-gap: 168px
  }
  .lg\:gap-x-60 {
    -moz-column-gap: 180px;
    column-gap: 180px
  }
  .lg\:gap-x-64 {
    -moz-column-gap: 192px;
    column-gap: 192px
  }
  .lg\:gap-x-72 {
    -moz-column-gap: 216px;
    column-gap: 216px
  }
  .lg\:gap-x-80 {
    -moz-column-gap: 240px;
    column-gap: 240px
  }
  .lg\:gap-x-96 {
    -moz-column-gap: 288px;
    column-gap: 288px
  }
  .lg\:gap-x-px {
    -moz-column-gap: 1px;
    column-gap: 1px
  }
  .lg\:gap-x-0\.5 {
    -moz-column-gap: 1.5px;
    column-gap: 1.5px
  }
  .lg\:gap-x-1\.5 {
    -moz-column-gap: 4.5px;
    column-gap: 4.5px
  }
  .lg\:gap-x-2\.5 {
    -moz-column-gap: 7.5px;
    column-gap: 7.5px
  }
  .lg\:gap-x-3\.5 {
    -moz-column-gap: 10.5px;
    column-gap: 10.5px
  }
  .lg\:gap-x-2\% {
    -moz-column-gap: 2%;
    column-gap: 2%
  }
  .lg\:gap-x-4\% {
    -moz-column-gap: 4%;
    column-gap: 4%
  }
  .lg\:gap-y-0 {
    row-gap: 0
  }
  .lg\:gap-y-1 {
    row-gap: 3px
  }
  .lg\:gap-y-2 {
    row-gap: 6px
  }
  .lg\:gap-y-3 {
    row-gap: 9px
  }
  .lg\:gap-y-4 {
    row-gap: 12px
  }
  .lg\:gap-y-5 {
    row-gap: 15px
  }
  .lg\:gap-y-6 {
    row-gap: 18px
  }
  .lg\:gap-y-7 {
    row-gap: 21px
  }
  .lg\:gap-y-8 {
    row-gap: 24px
  }
  .lg\:gap-y-9 {
    row-gap: 27px
  }
  .lg\:gap-y-10 {
    row-gap: 30px
  }
  .lg\:gap-y-11 {
    row-gap: 33px
  }
  .lg\:gap-y-12 {
    row-gap: 36px
  }
  .lg\:gap-y-14 {
    row-gap: 42px
  }
  .lg\:gap-y-16 {
    row-gap: 48px
  }
  .lg\:gap-y-18 {
    row-gap: 54px
  }
  .lg\:gap-y-20 {
    row-gap: 60px
  }
  .lg\:gap-y-24 {
    row-gap: 72px
  }
  .lg\:gap-y-28 {
    row-gap: 84px
  }
  .lg\:gap-y-32 {
    row-gap: 96px
  }
  .lg\:gap-y-36 {
    row-gap: 108px
  }
  .lg\:gap-y-40 {
    row-gap: 120px
  }
  .lg\:gap-y-44 {
    row-gap: 132px
  }
  .lg\:gap-y-48 {
    row-gap: 144px
  }
  .lg\:gap-y-52 {
    row-gap: 156px
  }
  .lg\:gap-y-56 {
    row-gap: 168px
  }
  .lg\:gap-y-60 {
    row-gap: 180px
  }
  .lg\:gap-y-64 {
    row-gap: 192px
  }
  .lg\:gap-y-72 {
    row-gap: 216px
  }
  .lg\:gap-y-80 {
    row-gap: 240px
  }
  .lg\:gap-y-96 {
    row-gap: 288px
  }
  .lg\:gap-y-px {
    row-gap: 1px
  }
  .lg\:gap-y-0\.5 {
    row-gap: 1.5px
  }
  .lg\:gap-y-1\.5 {
    row-gap: 4.5px
  }
  .lg\:gap-y-2\.5 {
    row-gap: 7.5px
  }
  .lg\:gap-y-3\.5 {
    row-gap: 10.5px
  }
  .lg\:gap-y-2\% {
    row-gap: 2%
  }
  .lg\:gap-y-4\% {
    row-gap: 4%
  }
  .lg\:grid-flow-row {
    grid-auto-flow: row
  }
  .lg\:grid-flow-col {
    grid-auto-flow: column
  }
  .lg\:grid-flow-row-dense {
    grid-auto-flow: row dense
  }
  .lg\:grid-flow-col-dense {
    grid-auto-flow: column dense
  }
  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr))
  }
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr))
  }
  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr))
  }
  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr))
  }
  .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr))
  }
  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr))
  }
  .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr))
  }
  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr))
  }
  .lg\:grid-cols-none {
    grid-template-columns: none
  }
  .lg\:grid-cols-purchase-lg {
    grid-template-columns: 261px minmax(0, 1fr)
  }
  .lg\:grid-cols-purchase {
    grid-template-columns: 150px minmax(0, 1fr)
  }
  .lg\:auto-cols-auto {
    grid-auto-columns: auto
  }
  .lg\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content
  }
  .lg\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content
  }
  .lg\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr)
  }
  .lg\:col-auto {
    grid-column: auto
  }
  .lg\:col-span-1 {
    grid-column: span 1/span 1
  }
  .lg\:col-span-2 {
    grid-column: span 2/span 2
  }
  .lg\:col-span-3 {
    grid-column: span 3/span 3
  }
  .lg\:col-span-4 {
    grid-column: span 4/span 4
  }
  .lg\:col-span-5 {
    grid-column: span 5/span 5
  }
  .lg\:col-span-6 {
    grid-column: span 6/span 6
  }
  .lg\:col-span-7 {
    grid-column: span 7/span 7
  }
  .lg\:col-span-8 {
    grid-column: span 8/span 8
  }
  .lg\:col-span-9 {
    grid-column: span 9/span 9
  }
  .lg\:col-span-10 {
    grid-column: span 10/span 10
  }
  .lg\:col-span-11 {
    grid-column: span 11/span 11
  }
  .lg\:col-span-12 {
    grid-column: span 12/span 12
  }
  .lg\:col-span-full {
    grid-column: 1/-1
  }
  .lg\:col-start-1 {
    grid-column-start: 1
  }
  .lg\:col-start-2 {
    grid-column-start: 2
  }
  .lg\:col-start-3 {
    grid-column-start: 3
  }
  .lg\:col-start-4 {
    grid-column-start: 4
  }
  .lg\:col-start-5 {
    grid-column-start: 5
  }
  .lg\:col-start-6 {
    grid-column-start: 6
  }
  .lg\:col-start-7 {
    grid-column-start: 7
  }
  .lg\:col-start-8 {
    grid-column-start: 8
  }
  .lg\:col-start-9 {
    grid-column-start: 9
  }
  .lg\:col-start-10 {
    grid-column-start: 10
  }
  .lg\:col-start-11 {
    grid-column-start: 11
  }
  .lg\:col-start-12 {
    grid-column-start: 12
  }
  .lg\:col-start-13 {
    grid-column-start: 13
  }
  .lg\:col-start-auto {
    grid-column-start: auto
  }
  .lg\:col-end-1 {
    grid-column-end: 1
  }
  .lg\:col-end-2 {
    grid-column-end: 2
  }
  .lg\:col-end-3 {
    grid-column-end: 3
  }
  .lg\:col-end-4 {
    grid-column-end: 4
  }
  .lg\:col-end-5 {
    grid-column-end: 5
  }
  .lg\:col-end-6 {
    grid-column-end: 6
  }
  .lg\:col-end-7 {
    grid-column-end: 7
  }
  .lg\:col-end-8 {
    grid-column-end: 8
  }
  .lg\:col-end-9 {
    grid-column-end: 9
  }
  .lg\:col-end-10 {
    grid-column-end: 10
  }
  .lg\:col-end-11 {
    grid-column-end: 11
  }
  .lg\:col-end-12 {
    grid-column-end: 12
  }
  .lg\:col-end-13 {
    grid-column-end: 13
  }
  .lg\:col-end-auto {
    grid-column-end: auto
  }
  .lg\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr))
  }
  .lg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr))
  }
  .lg\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr))
  }
  .lg\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr))
  }
  .lg\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr))
  }
  .lg\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr))
  }
  .lg\:grid-rows-none {
    grid-template-rows: none
  }
  .lg\:auto-rows-auto {
    grid-auto-rows: auto
  }
  .lg\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content
  }
  .lg\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content
  }
  .lg\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr)
  }
  .lg\:row-auto {
    grid-row: auto
  }
  .lg\:row-span-1 {
    grid-row: span 1/span 1
  }
  .lg\:row-span-2 {
    grid-row: span 2/span 2
  }
  .lg\:row-span-3 {
    grid-row: span 3/span 3
  }
  .lg\:row-span-4 {
    grid-row: span 4/span 4
  }
  .lg\:row-span-5 {
    grid-row: span 5/span 5
  }
  .lg\:row-span-6 {
    grid-row: span 6/span 6
  }
  .lg\:row-span-full {
    grid-row: 1/-1
  }
  .lg\:row-start-1 {
    grid-row-start: 1
  }
  .lg\:row-start-2 {
    grid-row-start: 2
  }
  .lg\:row-start-3 {
    grid-row-start: 3
  }
  .lg\:row-start-4 {
    grid-row-start: 4
  }
  .lg\:row-start-5 {
    grid-row-start: 5
  }
  .lg\:row-start-6 {
    grid-row-start: 6
  }
  .lg\:row-start-7 {
    grid-row-start: 7
  }
  .lg\:row-start-auto {
    grid-row-start: auto
  }
  .lg\:row-end-1 {
    grid-row-end: 1
  }
  .lg\:row-end-2 {
    grid-row-end: 2
  }
  .lg\:row-end-3 {
    grid-row-end: 3
  }
  .lg\:row-end-4 {
    grid-row-end: 4
  }
  .lg\:row-end-5 {
    grid-row-end: 5
  }
  .lg\:row-end-6 {
    grid-row-end: 6
  }
  .lg\:row-end-7 {
    grid-row-end: 7
  }
  .lg\:row-end-auto {
    grid-row-end: auto
  }
  .lg\:transform {
    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\:transform, .lg\: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
  }
  .lg\:transform-gpu {
    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\:transform-none {
    transform: none
  }
  .lg\:origin-center {
    transform-origin: center
  }
  .lg\:origin-top {
    transform-origin: top
  }
  .lg\:origin-top-right {
    transform-origin: top right
  }
  .lg\:origin-right {
    transform-origin: right
  }
  .lg\:origin-bottom-right {
    transform-origin: bottom right
  }
  .lg\:origin-bottom {
    transform-origin: bottom
  }
  .lg\:origin-bottom-left {
    transform-origin: bottom left
  }
  .lg\:origin-left {
    transform-origin: left
  }
  .lg\:origin-top-left {
    transform-origin: top left
  }
  .lg\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0
  }
  .lg\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5
  }
  .lg\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75
  }
  .lg\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9
  }
  .lg\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95
  }
  .lg\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1
  }
  .lg\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05
  }
  .lg\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1
  }
  .lg\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25
  }
  .lg\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5
  }
  .lg\:scale-x-0 {
    --tw-scale-x: 0
  }
  .lg\:scale-x-50 {
    --tw-scale-x: .5
  }
  .lg\:scale-x-75 {
    --tw-scale-x: .75
  }
  .lg\:scale-x-90 {
    --tw-scale-x: .9
  }
  .lg\:scale-x-95 {
    --tw-scale-x: .95
  }
  .lg\:scale-x-100 {
    --tw-scale-x: 1
  }
  .lg\:scale-x-105 {
    --tw-scale-x: 1.05
  }
  .lg\:scale-x-110 {
    --tw-scale-x: 1.1
  }
  .lg\:scale-x-125 {
    --tw-scale-x: 1.25
  }
  .lg\:scale-x-150 {
    --tw-scale-x: 1.5
  }
  .lg\:scale-y-0 {
    --tw-scale-y: 0
  }
  .lg\:scale-y-50 {
    --tw-scale-y: .5
  }
  .lg\:scale-y-75 {
    --tw-scale-y: .75
  }
  .lg\:scale-y-90 {
    --tw-scale-y: .9
  }
  .lg\:scale-y-95 {
    --tw-scale-y: .95
  }
  .lg\:scale-y-100 {
    --tw-scale-y: 1
  }
  .lg\:scale-y-105 {
    --tw-scale-y: 1.05
  }
  .lg\:scale-y-110 {
    --tw-scale-y: 1.1
  }
  .lg\:scale-y-125 {
    --tw-scale-y: 1.25
  }
  .lg\:scale-y-150 {
    --tw-scale-y: 1.5
  }
  .lg\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0
  }
  .lg\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5
  }
  .lg\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75
  }
  .lg\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9
  }
  .lg\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95
  }
  .lg\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1
  }
  .lg\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05
  }
  .lg\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1
  }
  .lg\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25
  }
  .lg\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5
  }
  .lg\:hover\:scale-x-0:hover {
    --tw-scale-x: 0
  }
  .lg\:hover\:scale-x-50:hover {
    --tw-scale-x: .5
  }
  .lg\:hover\:scale-x-75:hover {
    --tw-scale-x: .75
  }
  .lg\:hover\:scale-x-90:hover {
    --tw-scale-x: .9
  }
  .lg\:hover\:scale-x-95:hover {
    --tw-scale-x: .95
  }
  .lg\:hover\:scale-x-100:hover {
    --tw-scale-x: 1
  }
  .lg\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05
  }
  .lg\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1
  }
  .lg\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25
  }
  .lg\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5
  }
  .lg\:hover\:scale-y-0:hover {
    --tw-scale-y: 0
  }
  .lg\:hover\:scale-y-50:hover {
    --tw-scale-y: .5
  }
  .lg\:hover\:scale-y-75:hover {
    --tw-scale-y: .75
  }
  .lg\:hover\:scale-y-90:hover {
    --tw-scale-y: .9
  }
  .lg\:hover\:scale-y-95:hover {
    --tw-scale-y: .95
  }
  .lg\:hover\:scale-y-100:hover {
    --tw-scale-y: 1
  }
  .lg\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05
  }
  .lg\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1
  }
  .lg\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25
  }
  .lg\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5
  }
  .lg\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0
  }
  .lg\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5
  }
  .lg\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75
  }
  .lg\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9
  }
  .lg\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95
  }
  .lg\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1
  }
  .lg\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05
  }
  .lg\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1
  }
  .lg\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25
  }
  .lg\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5
  }
  .lg\:focus\:scale-x-0:focus {
    --tw-scale-x: 0
  }
  .lg\:focus\:scale-x-50:focus {
    --tw-scale-x: .5
  }
  .lg\:focus\:scale-x-75:focus {
    --tw-scale-x: .75
  }
  .lg\:focus\:scale-x-90:focus {
    --tw-scale-x: .9
  }
  .lg\:focus\:scale-x-95:focus {
    --tw-scale-x: .95
  }
  .lg\:focus\:scale-x-100:focus {
    --tw-scale-x: 1
  }
  .lg\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05
  }
  .lg\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1
  }
  .lg\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25
  }
  .lg\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5
  }
  .lg\:focus\:scale-y-0:focus {
    --tw-scale-y: 0
  }
  .lg\:focus\:scale-y-50:focus {
    --tw-scale-y: .5
  }
  .lg\:focus\:scale-y-75:focus {
    --tw-scale-y: .75
  }
  .lg\:focus\:scale-y-90:focus {
    --tw-scale-y: .9
  }
  .lg\:focus\:scale-y-95:focus {
    --tw-scale-y: .95
  }
  .lg\:focus\:scale-y-100:focus {
    --tw-scale-y: 1
  }
  .lg\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05
  }
  .lg\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1
  }
  .lg\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25
  }
  .lg\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5
  }
  .lg\:rotate-0 {
    --tw-rotate: 0deg
  }
  .lg\:rotate-1 {
    --tw-rotate: 1deg
  }
  .lg\:rotate-2 {
    --tw-rotate: 2deg
  }
  .lg\:rotate-3 {
    --tw-rotate: 3deg
  }
  .lg\:rotate-6 {
    --tw-rotate: 6deg
  }
  .lg\:rotate-12 {
    --tw-rotate: 12deg
  }
  .lg\:rotate-45 {
    --tw-rotate: 45deg
  }
  .lg\:rotate-90 {
    --tw-rotate: 90deg
  }
  .lg\:rotate-180 {
    --tw-rotate: 180deg
  }
  .lg\:-rotate-180 {
    --tw-rotate: -180deg
  }
  .lg\:-rotate-90 {
    --tw-rotate: -90deg
  }
  .lg\:-rotate-45 {
    --tw-rotate: -45deg
  }
  .lg\:-rotate-12 {
    --tw-rotate: -12deg
  }
  .lg\:-rotate-6 {
    --tw-rotate: -6deg
  }
  .lg\:-rotate-3 {
    --tw-rotate: -3deg
  }
  .lg\:-rotate-2 {
    --tw-rotate: -2deg
  }
  .lg\:-rotate-1 {
    --tw-rotate: -1deg
  }
  .lg\:hover\:rotate-0:hover {
    --tw-rotate: 0deg
  }
  .lg\:hover\:rotate-1:hover {
    --tw-rotate: 1deg
  }
  .lg\:hover\:rotate-2:hover {
    --tw-rotate: 2deg
  }
  .lg\:hover\:rotate-3:hover {
    --tw-rotate: 3deg
  }
  .lg\:hover\:rotate-6:hover {
    --tw-rotate: 6deg
  }
  .lg\:hover\:rotate-12:hover {
    --tw-rotate: 12deg
  }
  .lg\:hover\:rotate-45:hover {
    --tw-rotate: 45deg
  }
  .lg\:hover\:rotate-90:hover {
    --tw-rotate: 90deg
  }
  .lg\:hover\:rotate-180:hover {
    --tw-rotate: 180deg
  }
  .lg\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg
  }
  .lg\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg
  }
  .lg\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg
  }
  .lg\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg
  }
  .lg\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg
  }
  .lg\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg
  }
  .lg\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg
  }
  .lg\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg
  }
  .lg\:focus\:rotate-0:focus {
    --tw-rotate: 0deg
  }
  .lg\:focus\:rotate-1:focus {
    --tw-rotate: 1deg
  }
  .lg\:focus\:rotate-2:focus {
    --tw-rotate: 2deg
  }
  .lg\:focus\:rotate-3:focus {
    --tw-rotate: 3deg
  }
  .lg\:focus\:rotate-6:focus {
    --tw-rotate: 6deg
  }
  .lg\:focus\:rotate-12:focus {
    --tw-rotate: 12deg
  }
  .lg\:focus\:rotate-45:focus {
    --tw-rotate: 45deg
  }
  .lg\:focus\:rotate-90:focus {
    --tw-rotate: 90deg
  }
  .lg\:focus\:rotate-180:focus {
    --tw-rotate: 180deg
  }
  .lg\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg
  }
  .lg\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg
  }
  .lg\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg
  }
  .lg\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg
  }
  .lg\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg
  }
  .lg\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg
  }
  .lg\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg
  }
  .lg\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg
  }
  .lg\:translate-x-0 {
    --tw-translate-x: 0px
  }
  .lg\:translate-x-1 {
    --tw-translate-x: 3px
  }
  .lg\:translate-x-2 {
    --tw-translate-x: 6px
  }
  .lg\:translate-x-3 {
    --tw-translate-x: 9px
  }
  .lg\:translate-x-4 {
    --tw-translate-x: 12px
  }
  .lg\:translate-x-5 {
    --tw-translate-x: 15px
  }
  .lg\:translate-x-6 {
    --tw-translate-x: 18px
  }
  .lg\:translate-x-7 {
    --tw-translate-x: 21px
  }
  .lg\:translate-x-8 {
    --tw-translate-x: 24px
  }
  .lg\:translate-x-9 {
    --tw-translate-x: 27px
  }
  .lg\:translate-x-10 {
    --tw-translate-x: 30px
  }
  .lg\:translate-x-11 {
    --tw-translate-x: 33px
  }
  .lg\:translate-x-12 {
    --tw-translate-x: 36px
  }
  .lg\:translate-x-14 {
    --tw-translate-x: 42px
  }
  .lg\:translate-x-16 {
    --tw-translate-x: 48px
  }
  .lg\:translate-x-18 {
    --tw-translate-x: 54px
  }
  .lg\:translate-x-20 {
    --tw-translate-x: 60px
  }
  .lg\:translate-x-24 {
    --tw-translate-x: 72px
  }
  .lg\:translate-x-28 {
    --tw-translate-x: 84px
  }
  .lg\:translate-x-32 {
    --tw-translate-x: 96px
  }
  .lg\:translate-x-36 {
    --tw-translate-x: 108px
  }
  .lg\:translate-x-40 {
    --tw-translate-x: 120px
  }
  .lg\:translate-x-44 {
    --tw-translate-x: 132px
  }
  .lg\:translate-x-48 {
    --tw-translate-x: 144px
  }
  .lg\:translate-x-52 {
    --tw-translate-x: 156px
  }
  .lg\:translate-x-56 {
    --tw-translate-x: 168px
  }
  .lg\:translate-x-60 {
    --tw-translate-x: 180px
  }
  .lg\:translate-x-64 {
    --tw-translate-x: 192px
  }
  .lg\:translate-x-72 {
    --tw-translate-x: 216px
  }
  .lg\:translate-x-80 {
    --tw-translate-x: 240px
  }
  .lg\:translate-x-96 {
    --tw-translate-x: 288px
  }
  .lg\:translate-x-px {
    --tw-translate-x: 1px
  }
  .lg\:translate-x-0\.5 {
    --tw-translate-x: 1.5px
  }
  .lg\:translate-x-1\.5 {
    --tw-translate-x: 4.5px
  }
  .lg\:translate-x-2\.5 {
    --tw-translate-x: 7.5px
  }
  .lg\:translate-x-3\.5 {
    --tw-translate-x: 10.5px
  }
  .lg\:-translate-x-0 {
    --tw-translate-x: 0px
  }
  .lg\:-translate-x-1 {
    --tw-translate-x: -3px
  }
  .lg\:-translate-x-2 {
    --tw-translate-x: -6px
  }
  .lg\:-translate-x-3 {
    --tw-translate-x: -9px
  }
  .lg\:-translate-x-4 {
    --tw-translate-x: -12px
  }
  .lg\:-translate-x-5 {
    --tw-translate-x: -15px
  }
  .lg\:-translate-x-6 {
    --tw-translate-x: -18px
  }
  .lg\:-translate-x-7 {
    --tw-translate-x: -21px
  }
  .lg\:-translate-x-8 {
    --tw-translate-x: -24px
  }
  .lg\:-translate-x-9 {
    --tw-translate-x: -27px
  }
  .lg\:-translate-x-10 {
    --tw-translate-x: -30px
  }
  .lg\:-translate-x-11 {
    --tw-translate-x: -33px
  }
  .lg\:-translate-x-12 {
    --tw-translate-x: -36px
  }
  .lg\:-translate-x-14 {
    --tw-translate-x: -42px
  }
  .lg\:-translate-x-16 {
    --tw-translate-x: -48px
  }
  .lg\:-translate-x-18 {
    --tw-translate-x: -54px
  }
  .lg\:-translate-x-20 {
    --tw-translate-x: -60px
  }
  .lg\:-translate-x-24 {
    --tw-translate-x: -72px
  }
  .lg\:-translate-x-28 {
    --tw-translate-x: -84px
  }
  .lg\:-translate-x-32 {
    --tw-translate-x: -96px
  }
  .lg\:-translate-x-36 {
    --tw-translate-x: -108px
  }
  .lg\:-translate-x-40 {
    --tw-translate-x: -120px
  }
  .lg\:-translate-x-44 {
    --tw-translate-x: -132px
  }
  .lg\:-translate-x-48 {
    --tw-translate-x: -144px
  }
  .lg\:-translate-x-52 {
    --tw-translate-x: -156px
  }
  .lg\:-translate-x-56 {
    --tw-translate-x: -168px
  }
  .lg\:-translate-x-60 {
    --tw-translate-x: -180px
  }
  .lg\:-translate-x-64 {
    --tw-translate-x: -192px
  }
  .lg\:-translate-x-72 {
    --tw-translate-x: -216px
  }
  .lg\:-translate-x-80 {
    --tw-translate-x: -240px
  }
  .lg\:-translate-x-96 {
    --tw-translate-x: -288px
  }
  .lg\:-translate-x-px {
    --tw-translate-x: -1px
  }
  .lg\:-translate-x-0\.5 {
    --tw-translate-x: -1.5px
  }
  .lg\:-translate-x-1\.5 {
    --tw-translate-x: -4.5px
  }
  .lg\:-translate-x-2\.5 {
    --tw-translate-x: -7.5px
  }
  .lg\:-translate-x-3\.5 {
    --tw-translate-x: -10.5px
  }
  .lg\:translate-x-1\/2 {
    --tw-translate-x: 50%
  }
  .lg\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%
  }
  .lg\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%
  }
  .lg\:translate-x-1\/4 {
    --tw-translate-x: 25%
  }
  .lg\:translate-x-2\/4 {
    --tw-translate-x: 50%
  }
  .lg\:translate-x-3\/4 {
    --tw-translate-x: 75%
  }
  .lg\:translate-x-full {
    --tw-translate-x: 100%
  }
  .lg\:-translate-x-1\/2 {
    --tw-translate-x: -50%
  }
  .lg\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%
  }
  .lg\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%
  }
  .lg\:-translate-x-1\/4 {
    --tw-translate-x: -25%
  }
  .lg\:-translate-x-2\/4 {
    --tw-translate-x: -50%
  }
  .lg\:-translate-x-3\/4 {
    --tw-translate-x: -75%
  }
  .lg\:-translate-x-full {
    --tw-translate-x: -100%
  }
  .lg\:translate-y-0 {
    --tw-translate-y: 0px
  }
  .lg\:translate-y-1 {
    --tw-translate-y: 3px
  }
  .lg\:translate-y-2 {
    --tw-translate-y: 6px
  }
  .lg\:translate-y-3 {
    --tw-translate-y: 9px
  }
  .lg\:translate-y-4 {
    --tw-translate-y: 12px
  }
  .lg\:translate-y-5 {
    --tw-translate-y: 15px
  }
  .lg\:translate-y-6 {
    --tw-translate-y: 18px
  }
  .lg\:translate-y-7 {
    --tw-translate-y: 21px
  }
  .lg\:translate-y-8 {
    --tw-translate-y: 24px
  }
  .lg\:translate-y-9 {
    --tw-translate-y: 27px
  }
  .lg\:translate-y-10 {
    --tw-translate-y: 30px
  }
  .lg\:translate-y-11 {
    --tw-translate-y: 33px
  }
  .lg\:translate-y-12 {
    --tw-translate-y: 36px
  }
  .lg\:translate-y-14 {
    --tw-translate-y: 42px
  }
  .lg\:translate-y-16 {
    --tw-translate-y: 48px
  }
  .lg\:translate-y-18 {
    --tw-translate-y: 54px
  }
  .lg\:translate-y-20 {
    --tw-translate-y: 60px
  }
  .lg\:translate-y-24 {
    --tw-translate-y: 72px
  }
  .lg\:translate-y-28 {
    --tw-translate-y: 84px
  }
  .lg\:translate-y-32 {
    --tw-translate-y: 96px
  }
  .lg\:translate-y-36 {
    --tw-translate-y: 108px
  }
  .lg\:translate-y-40 {
    --tw-translate-y: 120px
  }
  .lg\:translate-y-44 {
    --tw-translate-y: 132px
  }
  .lg\:translate-y-48 {
    --tw-translate-y: 144px
  }
  .lg\:translate-y-52 {
    --tw-translate-y: 156px
  }
  .lg\:translate-y-56 {
    --tw-translate-y: 168px
  }
  .lg\:translate-y-60 {
    --tw-translate-y: 180px
  }
  .lg\:translate-y-64 {
    --tw-translate-y: 192px
  }
  .lg\:translate-y-72 {
    --tw-translate-y: 216px
  }
  .lg\:translate-y-80 {
    --tw-translate-y: 240px
  }
  .lg\:translate-y-96 {
    --tw-translate-y: 288px
  }
  .lg\:translate-y-px {
    --tw-translate-y: 1px
  }
  .lg\:translate-y-0\.5 {
    --tw-translate-y: 1.5px
  }
  .lg\:translate-y-1\.5 {
    --tw-translate-y: 4.5px
  }
  .lg\:translate-y-2\.5 {
    --tw-translate-y: 7.5px
  }
  .lg\:translate-y-3\.5 {
    --tw-translate-y: 10.5px
  }
  .lg\:-translate-y-0 {
    --tw-translate-y: 0px
  }
  .lg\:-translate-y-1 {
    --tw-translate-y: -3px
  }
  .lg\:-translate-y-2 {
    --tw-translate-y: -6px
  }
  .lg\:-translate-y-3 {
    --tw-translate-y: -9px
  }
  .lg\:-translate-y-4 {
    --tw-translate-y: -12px
  }
  .lg\:-translate-y-5 {
    --tw-translate-y: -15px
  }
  .lg\:-translate-y-6 {
    --tw-translate-y: -18px
  }
  .lg\:-translate-y-7 {
    --tw-translate-y: -21px
  }
  .lg\:-translate-y-8 {
    --tw-translate-y: -24px
  }
  .lg\:-translate-y-9 {
    --tw-translate-y: -27px
  }
  .lg\:-translate-y-10 {
    --tw-translate-y: -30px
  }
  .lg\:-translate-y-11 {
    --tw-translate-y: -33px
  }
  .lg\:-translate-y-12 {
    --tw-translate-y: -36px
  }
  .lg\:-translate-y-14 {
    --tw-translate-y: -42px
  }
  .lg\:-translate-y-16 {
    --tw-translate-y: -48px
  }
  .lg\:-translate-y-18 {
    --tw-translate-y: -54px
  }
  .lg\:-translate-y-20 {
    --tw-translate-y: -60px
  }
  .lg\:-translate-y-24 {
    --tw-translate-y: -72px
  }
  .lg\:-translate-y-28 {
    --tw-translate-y: -84px
  }
  .lg\:-translate-y-32 {
    --tw-translate-y: -96px
  }
  .lg\:-translate-y-36 {
    --tw-translate-y: -108px
  }
  .lg\:-translate-y-40 {
    --tw-translate-y: -120px
  }
  .lg\:-translate-y-44 {
    --tw-translate-y: -132px
  }
  .lg\:-translate-y-48 {
    --tw-translate-y: -144px
  }
  .lg\:-translate-y-52 {
    --tw-translate-y: -156px
  }
  .lg\:-translate-y-56 {
    --tw-translate-y: -168px
  }
  .lg\:-translate-y-60 {
    --tw-translate-y: -180px
  }
  .lg\:-translate-y-64 {
    --tw-translate-y: -192px
  }
  .lg\:-translate-y-72 {
    --tw-translate-y: -216px
  }
  .lg\:-translate-y-80 {
    --tw-translate-y: -240px
  }
  .lg\:-translate-y-96 {
    --tw-translate-y: -288px
  }
  .lg\:-translate-y-px {
    --tw-translate-y: -1px
  }
  .lg\:-translate-y-0\.5 {
    --tw-translate-y: -1.5px
  }
  .lg\:-translate-y-1\.5 {
    --tw-translate-y: -4.5px
  }
  .lg\:-translate-y-2\.5 {
    --tw-translate-y: -7.5px
  }
  .lg\:-translate-y-3\.5 {
    --tw-translate-y: -10.5px
  }
  .lg\:translate-y-1\/2 {
    --tw-translate-y: 50%
  }
  .lg\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%
  }
  .lg\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%
  }
  .lg\:translate-y-1\/4 {
    --tw-translate-y: 25%
  }
  .lg\:translate-y-2\/4 {
    --tw-translate-y: 50%
  }
  .lg\:translate-y-3\/4 {
    --tw-translate-y: 75%
  }
  .lg\:translate-y-full {
    --tw-translate-y: 100%
  }
  .lg\:-translate-y-1\/2 {
    --tw-translate-y: -50%
  }
  .lg\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%
  }
  .lg\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%
  }
  .lg\:-translate-y-1\/4 {
    --tw-translate-y: -25%
  }
  .lg\:-translate-y-2\/4 {
    --tw-translate-y: -50%
  }
  .lg\:-translate-y-3\/4 {
    --tw-translate-y: -75%
  }
  .lg\:-translate-y-full {
    --tw-translate-y: -100%
  }
  .lg\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px
  }
  .lg\:hover\:translate-x-1:hover {
    --tw-translate-x: 3px
  }
  .lg\:hover\:translate-x-2:hover {
    --tw-translate-x: 6px
  }
  .lg\:hover\:translate-x-3:hover {
    --tw-translate-x: 9px
  }
  .lg\:hover\:translate-x-4:hover {
    --tw-translate-x: 12px
  }
  .lg\:hover\:translate-x-5:hover {
    --tw-translate-x: 15px
  }
  .lg\:hover\:translate-x-6:hover {
    --tw-translate-x: 18px
  }
  .lg\:hover\:translate-x-7:hover {
    --tw-translate-x: 21px
  }
  .lg\:hover\:translate-x-8:hover {
    --tw-translate-x: 24px
  }
  .lg\:hover\:translate-x-9:hover {
    --tw-translate-x: 27px
  }
  .lg\:hover\:translate-x-10:hover {
    --tw-translate-x: 30px
  }
  .lg\:hover\:translate-x-11:hover {
    --tw-translate-x: 33px
  }
  .lg\:hover\:translate-x-12:hover {
    --tw-translate-x: 36px
  }
  .lg\:hover\:translate-x-14:hover {
    --tw-translate-x: 42px
  }
  .lg\:hover\:translate-x-16:hover {
    --tw-translate-x: 48px
  }
  .lg\:hover\:translate-x-18:hover {
    --tw-translate-x: 54px
  }
  .lg\:hover\:translate-x-20:hover {
    --tw-translate-x: 60px
  }
  .lg\:hover\:translate-x-24:hover {
    --tw-translate-x: 72px
  }
  .lg\:hover\:translate-x-28:hover {
    --tw-translate-x: 84px
  }
  .lg\:hover\:translate-x-32:hover {
    --tw-translate-x: 96px
  }
  .lg\:hover\:translate-x-36:hover {
    --tw-translate-x: 108px
  }
  .lg\:hover\:translate-x-40:hover {
    --tw-translate-x: 120px
  }
  .lg\:hover\:translate-x-44:hover {
    --tw-translate-x: 132px
  }
  .lg\:hover\:translate-x-48:hover {
    --tw-translate-x: 144px
  }
  .lg\:hover\:translate-x-52:hover {
    --tw-translate-x: 156px
  }
  .lg\:hover\:translate-x-56:hover {
    --tw-translate-x: 168px
  }
  .lg\:hover\:translate-x-60:hover {
    --tw-translate-x: 180px
  }
  .lg\:hover\:translate-x-64:hover {
    --tw-translate-x: 192px
  }
  .lg\:hover\:translate-x-72:hover {
    --tw-translate-x: 216px
  }
  .lg\:hover\:translate-x-80:hover {
    --tw-translate-x: 240px
  }
  .lg\:hover\:translate-x-96:hover {
    --tw-translate-x: 288px
  }
  .lg\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px
  }
  .lg\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 1.5px
  }
  .lg\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 4.5px
  }
  .lg\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 7.5px
  }
  .lg\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 10.5px
  }
  .lg\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px
  }
  .lg\:hover\:-translate-x-1:hover {
    --tw-translate-x: -3px
  }
  .lg\:hover\:-translate-x-2:hover {
    --tw-translate-x: -6px
  }
  .lg\:hover\:-translate-x-3:hover {
    --tw-translate-x: -9px
  }
  .lg\:hover\:-translate-x-4:hover {
    --tw-translate-x: -12px
  }
  .lg\:hover\:-translate-x-5:hover {
    --tw-translate-x: -15px
  }
  .lg\:hover\:-translate-x-6:hover {
    --tw-translate-x: -18px
  }
  .lg\:hover\:-translate-x-7:hover {
    --tw-translate-x: -21px
  }
  .lg\:hover\:-translate-x-8:hover {
    --tw-translate-x: -24px
  }
  .lg\:hover\:-translate-x-9:hover {
    --tw-translate-x: -27px
  }
  .lg\:hover\:-translate-x-10:hover {
    --tw-translate-x: -30px
  }
  .lg\:hover\:-translate-x-11:hover {
    --tw-translate-x: -33px
  }
  .lg\:hover\:-translate-x-12:hover {
    --tw-translate-x: -36px
  }
  .lg\:hover\:-translate-x-14:hover {
    --tw-translate-x: -42px
  }
  .lg\:hover\:-translate-x-16:hover {
    --tw-translate-x: -48px
  }
  .lg\:hover\:-translate-x-18:hover {
    --tw-translate-x: -54px
  }
  .lg\:hover\:-translate-x-20:hover {
    --tw-translate-x: -60px
  }
  .lg\:hover\:-translate-x-24:hover {
    --tw-translate-x: -72px
  }
  .lg\:hover\:-translate-x-28:hover {
    --tw-translate-x: -84px
  }
  .lg\:hover\:-translate-x-32:hover {
    --tw-translate-x: -96px
  }
  .lg\:hover\:-translate-x-36:hover {
    --tw-translate-x: -108px
  }
  .lg\:hover\:-translate-x-40:hover {
    --tw-translate-x: -120px
  }
  .lg\:hover\:-translate-x-44:hover {
    --tw-translate-x: -132px
  }
  .lg\:hover\:-translate-x-48:hover {
    --tw-translate-x: -144px
  }
  .lg\:hover\:-translate-x-52:hover {
    --tw-translate-x: -156px
  }
  .lg\:hover\:-translate-x-56:hover {
    --tw-translate-x: -168px
  }
  .lg\:hover\:-translate-x-60:hover {
    --tw-translate-x: -180px
  }
  .lg\:hover\:-translate-x-64:hover {
    --tw-translate-x: -192px
  }
  .lg\:hover\:-translate-x-72:hover {
    --tw-translate-x: -216px
  }
  .lg\:hover\:-translate-x-80:hover {
    --tw-translate-x: -240px
  }
  .lg\:hover\:-translate-x-96:hover {
    --tw-translate-x: -288px
  }
  .lg\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px
  }
  .lg\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -1.5px
  }
  .lg\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -4.5px
  }
  .lg\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -7.5px
  }
  .lg\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -10.5px
  }
  .lg\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%
  }
  .lg\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%
  }
  .lg\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%
  }
  .lg\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%
  }
  .lg\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%
  }
  .lg\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%
  }
  .lg\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%
  }
  .lg\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%
  }
  .lg\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%
  }
  .lg\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%
  }
  .lg\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%
  }
  .lg\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%
  }
  .lg\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%
  }
  .lg\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%
  }
  .lg\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px
  }
  .lg\:hover\:translate-y-1:hover {
    --tw-translate-y: 3px
  }
  .lg\:hover\:translate-y-2:hover {
    --tw-translate-y: 6px
  }
  .lg\:hover\:translate-y-3:hover {
    --tw-translate-y: 9px
  }
  .lg\:hover\:translate-y-4:hover {
    --tw-translate-y: 12px
  }
  .lg\:hover\:translate-y-5:hover {
    --tw-translate-y: 15px
  }
  .lg\:hover\:translate-y-6:hover {
    --tw-translate-y: 18px
  }
  .lg\:hover\:translate-y-7:hover {
    --tw-translate-y: 21px
  }
  .lg\:hover\:translate-y-8:hover {
    --tw-translate-y: 24px
  }
  .lg\:hover\:translate-y-9:hover {
    --tw-translate-y: 27px
  }
  .lg\:hover\:translate-y-10:hover {
    --tw-translate-y: 30px
  }
  .lg\:hover\:translate-y-11:hover {
    --tw-translate-y: 33px
  }
  .lg\:hover\:translate-y-12:hover {
    --tw-translate-y: 36px
  }
  .lg\:hover\:translate-y-14:hover {
    --tw-translate-y: 42px
  }
  .lg\:hover\:translate-y-16:hover {
    --tw-translate-y: 48px
  }
  .lg\:hover\:translate-y-18:hover {
    --tw-translate-y: 54px
  }
  .lg\:hover\:translate-y-20:hover {
    --tw-translate-y: 60px
  }
  .lg\:hover\:translate-y-24:hover {
    --tw-translate-y: 72px
  }
  .lg\:hover\:translate-y-28:hover {
    --tw-translate-y: 84px
  }
  .lg\:hover\:translate-y-32:hover {
    --tw-translate-y: 96px
  }
  .lg\:hover\:translate-y-36:hover {
    --tw-translate-y: 108px
  }
  .lg\:hover\:translate-y-40:hover {
    --tw-translate-y: 120px
  }
  .lg\:hover\:translate-y-44:hover {
    --tw-translate-y: 132px
  }
  .lg\:hover\:translate-y-48:hover {
    --tw-translate-y: 144px
  }
  .lg\:hover\:translate-y-52:hover {
    --tw-translate-y: 156px
  }
  .lg\:hover\:translate-y-56:hover {
    --tw-translate-y: 168px
  }
  .lg\:hover\:translate-y-60:hover {
    --tw-translate-y: 180px
  }
  .lg\:hover\:translate-y-64:hover {
    --tw-translate-y: 192px
  }
  .lg\:hover\:translate-y-72:hover {
    --tw-translate-y: 216px
  }
  .lg\:hover\:translate-y-80:hover {
    --tw-translate-y: 240px
  }
  .lg\:hover\:translate-y-96:hover {
    --tw-translate-y: 288px
  }
  .lg\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px
  }
  .lg\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 1.5px
  }
  .lg\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 4.5px
  }
  .lg\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 7.5px
  }
  .lg\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 10.5px
  }
  .lg\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px
  }
  .lg\:hover\:-translate-y-1:hover {
    --tw-translate-y: -3px
  }
  .lg\:hover\:-translate-y-2:hover {
    --tw-translate-y: -6px
  }
  .lg\:hover\:-translate-y-3:hover {
    --tw-translate-y: -9px
  }
  .lg\:hover\:-translate-y-4:hover {
    --tw-translate-y: -12px
  }
  .lg\:hover\:-translate-y-5:hover {
    --tw-translate-y: -15px
  }
  .lg\:hover\:-translate-y-6:hover {
    --tw-translate-y: -18px
  }
  .lg\:hover\:-translate-y-7:hover {
    --tw-translate-y: -21px
  }
  .lg\:hover\:-translate-y-8:hover {
    --tw-translate-y: -24px
  }
  .lg\:hover\:-translate-y-9:hover {
    --tw-translate-y: -27px
  }
  .lg\:hover\:-translate-y-10:hover {
    --tw-translate-y: -30px
  }
  .lg\:hover\:-translate-y-11:hover {
    --tw-translate-y: -33px
  }
  .lg\:hover\:-translate-y-12:hover {
    --tw-translate-y: -36px
  }
  .lg\:hover\:-translate-y-14:hover {
    --tw-translate-y: -42px
  }
  .lg\:hover\:-translate-y-16:hover {
    --tw-translate-y: -48px
  }
  .lg\:hover\:-translate-y-18:hover {
    --tw-translate-y: -54px
  }
  .lg\:hover\:-translate-y-20:hover {
    --tw-translate-y: -60px
  }
  .lg\:hover\:-translate-y-24:hover {
    --tw-translate-y: -72px
  }
  .lg\:hover\:-translate-y-28:hover {
    --tw-translate-y: -84px
  }
  .lg\:hover\:-translate-y-32:hover {
    --tw-translate-y: -96px
  }
  .lg\:hover\:-translate-y-36:hover {
    --tw-translate-y: -108px
  }
  .lg\:hover\:-translate-y-40:hover {
    --tw-translate-y: -120px
  }
  .lg\:hover\:-translate-y-44:hover {
    --tw-translate-y: -132px
  }
  .lg\:hover\:-translate-y-48:hover {
    --tw-translate-y: -144px
  }
  .lg\:hover\:-translate-y-52:hover {
    --tw-translate-y: -156px
  }
  .lg\:hover\:-translate-y-56:hover {
    --tw-translate-y: -168px
  }
  .lg\:hover\:-translate-y-60:hover {
    --tw-translate-y: -180px
  }
  .lg\:hover\:-translate-y-64:hover {
    --tw-translate-y: -192px
  }
  .lg\:hover\:-translate-y-72:hover {
    --tw-translate-y: -216px
  }
  .lg\:hover\:-translate-y-80:hover {
    --tw-translate-y: -240px
  }
  .lg\:hover\:-translate-y-96:hover {
    --tw-translate-y: -288px
  }
  .lg\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px
  }
  .lg\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -1.5px
  }
  .lg\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -4.5px
  }
  .lg\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -7.5px
  }
  .lg\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -10.5px
  }
  .lg\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%
  }
  .lg\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%
  }
  .lg\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%
  }
  .lg\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%
  }
  .lg\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%
  }
  .lg\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%
  }
  .lg\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%
  }
  .lg\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%
  }
  .lg\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%
  }
  .lg\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%
  }
  .lg\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%
  }
  .lg\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%
  }
  .lg\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%
  }
  .lg\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%
  }
  .lg\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px
  }
  .lg\:focus\:translate-x-1:focus {
    --tw-translate-x: 3px
  }
  .lg\:focus\:translate-x-2:focus {
    --tw-translate-x: 6px
  }
  .lg\:focus\:translate-x-3:focus {
    --tw-translate-x: 9px
  }
  .lg\:focus\:translate-x-4:focus {
    --tw-translate-x: 12px
  }
  .lg\:focus\:translate-x-5:focus {
    --tw-translate-x: 15px
  }
  .lg\:focus\:translate-x-6:focus {
    --tw-translate-x: 18px
  }
  .lg\:focus\:translate-x-7:focus {
    --tw-translate-x: 21px
  }
  .lg\:focus\:translate-x-8:focus {
    --tw-translate-x: 24px
  }
  .lg\:focus\:translate-x-9:focus {
    --tw-translate-x: 27px
  }
  .lg\:focus\:translate-x-10:focus {
    --tw-translate-x: 30px
  }
  .lg\:focus\:translate-x-11:focus {
    --tw-translate-x: 33px
  }
  .lg\:focus\:translate-x-12:focus {
    --tw-translate-x: 36px
  }
  .lg\:focus\:translate-x-14:focus {
    --tw-translate-x: 42px
  }
  .lg\:focus\:translate-x-16:focus {
    --tw-translate-x: 48px
  }
  .lg\:focus\:translate-x-18:focus {
    --tw-translate-x: 54px
  }
  .lg\:focus\:translate-x-20:focus {
    --tw-translate-x: 60px
  }
  .lg\:focus\:translate-x-24:focus {
    --tw-translate-x: 72px
  }
  .lg\:focus\:translate-x-28:focus {
    --tw-translate-x: 84px
  }
  .lg\:focus\:translate-x-32:focus {
    --tw-translate-x: 96px
  }
  .lg\:focus\:translate-x-36:focus {
    --tw-translate-x: 108px
  }
  .lg\:focus\:translate-x-40:focus {
    --tw-translate-x: 120px
  }
  .lg\:focus\:translate-x-44:focus {
    --tw-translate-x: 132px
  }
  .lg\:focus\:translate-x-48:focus {
    --tw-translate-x: 144px
  }
  .lg\:focus\:translate-x-52:focus {
    --tw-translate-x: 156px
  }
  .lg\:focus\:translate-x-56:focus {
    --tw-translate-x: 168px
  }
  .lg\:focus\:translate-x-60:focus {
    --tw-translate-x: 180px
  }
  .lg\:focus\:translate-x-64:focus {
    --tw-translate-x: 192px
  }
  .lg\:focus\:translate-x-72:focus {
    --tw-translate-x: 216px
  }
  .lg\:focus\:translate-x-80:focus {
    --tw-translate-x: 240px
  }
  .lg\:focus\:translate-x-96:focus {
    --tw-translate-x: 288px
  }
  .lg\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px
  }
  .lg\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 1.5px
  }
  .lg\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 4.5px
  }
  .lg\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 7.5px
  }
  .lg\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 10.5px
  }
  .lg\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px
  }
  .lg\:focus\:-translate-x-1:focus {
    --tw-translate-x: -3px
  }
  .lg\:focus\:-translate-x-2:focus {
    --tw-translate-x: -6px
  }
  .lg\:focus\:-translate-x-3:focus {
    --tw-translate-x: -9px
  }
  .lg\:focus\:-translate-x-4:focus {
    --tw-translate-x: -12px
  }
  .lg\:focus\:-translate-x-5:focus {
    --tw-translate-x: -15px
  }
  .lg\:focus\:-translate-x-6:focus {
    --tw-translate-x: -18px
  }
  .lg\:focus\:-translate-x-7:focus {
    --tw-translate-x: -21px
  }
  .lg\:focus\:-translate-x-8:focus {
    --tw-translate-x: -24px
  }
  .lg\:focus\:-translate-x-9:focus {
    --tw-translate-x: -27px
  }
  .lg\:focus\:-translate-x-10:focus {
    --tw-translate-x: -30px
  }
  .lg\:focus\:-translate-x-11:focus {
    --tw-translate-x: -33px
  }
  .lg\:focus\:-translate-x-12:focus {
    --tw-translate-x: -36px
  }
  .lg\:focus\:-translate-x-14:focus {
    --tw-translate-x: -42px
  }
  .lg\:focus\:-translate-x-16:focus {
    --tw-translate-x: -48px
  }
  .lg\:focus\:-translate-x-18:focus {
    --tw-translate-x: -54px
  }
  .lg\:focus\:-translate-x-20:focus {
    --tw-translate-x: -60px
  }
  .lg\:focus\:-translate-x-24:focus {
    --tw-translate-x: -72px
  }
  .lg\:focus\:-translate-x-28:focus {
    --tw-translate-x: -84px
  }
  .lg\:focus\:-translate-x-32:focus {
    --tw-translate-x: -96px
  }
  .lg\:focus\:-translate-x-36:focus {
    --tw-translate-x: -108px
  }
  .lg\:focus\:-translate-x-40:focus {
    --tw-translate-x: -120px
  }
  .lg\:focus\:-translate-x-44:focus {
    --tw-translate-x: -132px
  }
  .lg\:focus\:-translate-x-48:focus {
    --tw-translate-x: -144px
  }
  .lg\:focus\:-translate-x-52:focus {
    --tw-translate-x: -156px
  }
  .lg\:focus\:-translate-x-56:focus {
    --tw-translate-x: -168px
  }
  .lg\:focus\:-translate-x-60:focus {
    --tw-translate-x: -180px
  }
  .lg\:focus\:-translate-x-64:focus {
    --tw-translate-x: -192px
  }
  .lg\:focus\:-translate-x-72:focus {
    --tw-translate-x: -216px
  }
  .lg\:focus\:-translate-x-80:focus {
    --tw-translate-x: -240px
  }
  .lg\:focus\:-translate-x-96:focus {
    --tw-translate-x: -288px
  }
  .lg\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px
  }
  .lg\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -1.5px
  }
  .lg\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -4.5px
  }
  .lg\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -7.5px
  }
  .lg\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -10.5px
  }
  .lg\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%
  }
  .lg\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%
  }
  .lg\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%
  }
  .lg\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%
  }
  .lg\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%
  }
  .lg\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%
  }
  .lg\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%
  }
  .lg\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%
  }
  .lg\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%
  }
  .lg\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%
  }
  .lg\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%
  }
  .lg\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%
  }
  .lg\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%
  }
  .lg\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%
  }
  .lg\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px
  }
  .lg\:focus\:translate-y-1:focus {
    --tw-translate-y: 3px
  }
  .lg\:focus\:translate-y-2:focus {
    --tw-translate-y: 6px
  }
  .lg\:focus\:translate-y-3:focus {
    --tw-translate-y: 9px
  }
  .lg\:focus\:translate-y-4:focus {
    --tw-translate-y: 12px
  }
  .lg\:focus\:translate-y-5:focus {
    --tw-translate-y: 15px
  }
  .lg\:focus\:translate-y-6:focus {
    --tw-translate-y: 18px
  }
  .lg\:focus\:translate-y-7:focus {
    --tw-translate-y: 21px
  }
  .lg\:focus\:translate-y-8:focus {
    --tw-translate-y: 24px
  }
  .lg\:focus\:translate-y-9:focus {
    --tw-translate-y: 27px
  }
  .lg\:focus\:translate-y-10:focus {
    --tw-translate-y: 30px
  }
  .lg\:focus\:translate-y-11:focus {
    --tw-translate-y: 33px
  }
  .lg\:focus\:translate-y-12:focus {
    --tw-translate-y: 36px
  }
  .lg\:focus\:translate-y-14:focus {
    --tw-translate-y: 42px
  }
  .lg\:focus\:translate-y-16:focus {
    --tw-translate-y: 48px
  }
  .lg\:focus\:translate-y-18:focus {
    --tw-translate-y: 54px
  }
  .lg\:focus\:translate-y-20:focus {
    --tw-translate-y: 60px
  }
  .lg\:focus\:translate-y-24:focus {
    --tw-translate-y: 72px
  }
  .lg\:focus\:translate-y-28:focus {
    --tw-translate-y: 84px
  }
  .lg\:focus\:translate-y-32:focus {
    --tw-translate-y: 96px
  }
  .lg\:focus\:translate-y-36:focus {
    --tw-translate-y: 108px
  }
  .lg\:focus\:translate-y-40:focus {
    --tw-translate-y: 120px
  }
  .lg\:focus\:translate-y-44:focus {
    --tw-translate-y: 132px
  }
  .lg\:focus\:translate-y-48:focus {
    --tw-translate-y: 144px
  }
  .lg\:focus\:translate-y-52:focus {
    --tw-translate-y: 156px
  }
  .lg\:focus\:translate-y-56:focus {
    --tw-translate-y: 168px
  }
  .lg\:focus\:translate-y-60:focus {
    --tw-translate-y: 180px
  }
  .lg\:focus\:translate-y-64:focus {
    --tw-translate-y: 192px
  }
  .lg\:focus\:translate-y-72:focus {
    --tw-translate-y: 216px
  }
  .lg\:focus\:translate-y-80:focus {
    --tw-translate-y: 240px
  }
  .lg\:focus\:translate-y-96:focus {
    --tw-translate-y: 288px
  }
  .lg\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px
  }
  .lg\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 1.5px
  }
  .lg\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 4.5px
  }
  .lg\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 7.5px
  }
  .lg\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 10.5px
  }
  .lg\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px
  }
  .lg\:focus\:-translate-y-1:focus {
    --tw-translate-y: -3px
  }
  .lg\:focus\:-translate-y-2:focus {
    --tw-translate-y: -6px
  }
  .lg\:focus\:-translate-y-3:focus {
    --tw-translate-y: -9px
  }
  .lg\:focus\:-translate-y-4:focus {
    --tw-translate-y: -12px
  }
  .lg\:focus\:-translate-y-5:focus {
    --tw-translate-y: -15px
  }
  .lg\:focus\:-translate-y-6:focus {
    --tw-translate-y: -18px
  }
  .lg\:focus\:-translate-y-7:focus {
    --tw-translate-y: -21px
  }
  .lg\:focus\:-translate-y-8:focus {
    --tw-translate-y: -24px
  }
  .lg\:focus\:-translate-y-9:focus {
    --tw-translate-y: -27px
  }
  .lg\:focus\:-translate-y-10:focus {
    --tw-translate-y: -30px
  }
  .lg\:focus\:-translate-y-11:focus {
    --tw-translate-y: -33px
  }
  .lg\:focus\:-translate-y-12:focus {
    --tw-translate-y: -36px
  }
  .lg\:focus\:-translate-y-14:focus {
    --tw-translate-y: -42px
  }
  .lg\:focus\:-translate-y-16:focus {
    --tw-translate-y: -48px
  }
  .lg\:focus\:-translate-y-18:focus {
    --tw-translate-y: -54px
  }
  .lg\:focus\:-translate-y-20:focus {
    --tw-translate-y: -60px
  }
  .lg\:focus\:-translate-y-24:focus {
    --tw-translate-y: -72px
  }
  .lg\:focus\:-translate-y-28:focus {
    --tw-translate-y: -84px
  }
  .lg\:focus\:-translate-y-32:focus {
    --tw-translate-y: -96px
  }
  .lg\:focus\:-translate-y-36:focus {
    --tw-translate-y: -108px
  }
  .lg\:focus\:-translate-y-40:focus {
    --tw-translate-y: -120px
  }
  .lg\:focus\:-translate-y-44:focus {
    --tw-translate-y: -132px
  }
  .lg\:focus\:-translate-y-48:focus {
    --tw-translate-y: -144px
  }
  .lg\:focus\:-translate-y-52:focus {
    --tw-translate-y: -156px
  }
  .lg\:focus\:-translate-y-56:focus {
    --tw-translate-y: -168px
  }
  .lg\:focus\:-translate-y-60:focus {
    --tw-translate-y: -180px
  }
  .lg\:focus\:-translate-y-64:focus {
    --tw-translate-y: -192px
  }
  .lg\:focus\:-translate-y-72:focus {
    --tw-translate-y: -216px
  }
  .lg\:focus\:-translate-y-80:focus {
    --tw-translate-y: -240px
  }
  .lg\:focus\:-translate-y-96:focus {
    --tw-translate-y: -288px
  }
  .lg\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px
  }
  .lg\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -1.5px
  }
  .lg\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -4.5px
  }
  .lg\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -7.5px
  }
  .lg\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -10.5px
  }
  .lg\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%
  }
  .lg\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%
  }
  .lg\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%
  }
  .lg\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25%
  }
  .lg\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50%
  }
  .lg\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75%
  }
  .lg\:focus\:translate-y-full:focus {
    --tw-translate-y: 100%
  }
  .lg\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50%
  }
  .lg\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%
  }
  .lg\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%
  }
  .lg\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%
  }
  .lg\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%
  }
  .lg\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%
  }
  .lg\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%
  }
  .lg\:skew-x-0 {
    --tw-skew-x: 0deg
  }
  .lg\:skew-x-1 {
    --tw-skew-x: 1deg
  }
  .lg\:skew-x-2 {
    --tw-skew-x: 2deg
  }
  .lg\:skew-x-3 {
    --tw-skew-x: 3deg
  }
  .lg\:skew-x-6 {
    --tw-skew-x: 6deg
  }
  .lg\:skew-x-12 {
    --tw-skew-x: 12deg
  }
  .lg\:-skew-x-12 {
    --tw-skew-x: -12deg
  }
  .lg\:-skew-x-6 {
    --tw-skew-x: -6deg
  }
  .lg\:-skew-x-3 {
    --tw-skew-x: -3deg
  }
  .lg\:-skew-x-2 {
    --tw-skew-x: -2deg
  }
  .lg\:-skew-x-1 {
    --tw-skew-x: -1deg
  }
  .lg\:skew-y-0 {
    --tw-skew-y: 0deg
  }
  .lg\:skew-y-1 {
    --tw-skew-y: 1deg
  }
  .lg\:skew-y-2 {
    --tw-skew-y: 2deg
  }
  .lg\:skew-y-3 {
    --tw-skew-y: 3deg
  }
  .lg\:skew-y-6 {
    --tw-skew-y: 6deg
  }
  .lg\:skew-y-12 {
    --tw-skew-y: 12deg
  }
  .lg\:-skew-y-12 {
    --tw-skew-y: -12deg
  }
  .lg\:-skew-y-6 {
    --tw-skew-y: -6deg
  }
  .lg\:-skew-y-3 {
    --tw-skew-y: -3deg
  }
  .lg\:-skew-y-2 {
    --tw-skew-y: -2deg
  }
  .lg\:-skew-y-1 {
    --tw-skew-y: -1deg
  }
  .lg\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg
  }
  .lg\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg
  }
  .lg\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg
  }
  .lg\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg
  }
  .lg\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg
  }
  .lg\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg
  }
  .lg\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg
  }
  .lg\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg
  }
  .lg\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg
  }
  .lg\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg
  }
  .lg\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg
  }
  .lg\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg
  }
  .lg\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg
  }
  .lg\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg
  }
  .lg\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg
  }
  .lg\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg
  }
  .lg\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg
  }
  .lg\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg
  }
  .lg\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg
  }
  .lg\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg
  }
  .lg\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg
  }
  .lg\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg
  }
  .lg\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg
  }
  .lg\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg
  }
  .lg\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg
  }
  .lg\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg
  }
  .lg\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg
  }
  .lg\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg
  }
  .lg\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg
  }
  .lg\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg
  }
  .lg\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg
  }
  .lg\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg
  }
  .lg\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg
  }
  .lg\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg
  }
  .lg\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg
  }
  .lg\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg
  }
  .lg\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg
  }
  .lg\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg
  }
  .lg\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg
  }
  .lg\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg
  }
  .lg\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg
  }
  .lg\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg
  }
  .lg\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg
  }
  .lg\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg
  }
  .lg\:transition-none {
    transition-property: none
  }
  .lg\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
  }
  .lg\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
  }
  .lg\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
  }
  .lg\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
  }
  .lg\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
  }
  .lg\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
  }
  .lg\:ease-linear {
    transition-timing-function: linear
  }
  .lg\:ease-in {
    transition-timing-function: cubic-bezier(.4, 0, 1, 1)
  }
  .lg\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, .2, 1)
  }
  .lg\:ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
  }
  .lg\:duration-75 {
    transition-duration: 75ms
  }
  .lg\:duration-100 {
    transition-duration: .1s
  }
  .lg\:duration-150 {
    transition-duration: .15s
  }
  .lg\:duration-200 {
    transition-duration: .2s
  }
  .lg\:duration-300 {
    transition-duration: .3s
  }
  .lg\:duration-500 {
    transition-duration: .5s
  }
  .lg\:duration-700 {
    transition-duration: .7s
  }
  .lg\:duration-1000 {
    transition-duration: 1s
  }
  .lg\:delay-75 {
    transition-delay: 75ms
  }
  .lg\:delay-100 {
    transition-delay: .1s
  }
  .lg\:delay-150 {
    transition-delay: .15s
  }
  .lg\:delay-200 {
    transition-delay: .2s
  }
  .lg\:delay-300 {
    transition-delay: .3s
  }
  .lg\:delay-500 {
    transition-delay: .5s
  }
  .lg\:delay-700 {
    transition-delay: .7s
  }
  .lg\:delay-1000 {
    transition-delay: 1s
  }
  .lg\:animate-none {
    -webkit-animation: none;
    animation: none
  }
  .lg\:animate-spin {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite
  }
  .lg\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, .2, 1) infinite;
    animation: ping 1s cubic-bezier(0, 0, .2, 1) infinite
  }
  .lg\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
    animation: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite
  }
  .lg\:animate-bounce {
    -webkit-animation: bounce 1s infinite;
    animation: bounce 1s infinite
  }
  .lg\:mix-blend-normal {
    mix-blend-mode: normal
  }
  .lg\:mix-blend-multiply {
    mix-blend-mode: multiply
  }
  .lg\:mix-blend-screen {
    mix-blend-mode: screen
  }
  .lg\:mix-blend-overlay {
    mix-blend-mode: overlay
  }
  .lg\:mix-blend-darken {
    mix-blend-mode: darken
  }
  .lg\:mix-blend-lighten {
    mix-blend-mode: lighten
  }
  .lg\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge
  }
  .lg\:mix-blend-color-burn {
    mix-blend-mode: color-burn
  }
  .lg\:mix-blend-hard-light {
    mix-blend-mode: hard-light
  }
  .lg\:mix-blend-soft-light {
    mix-blend-mode: soft-light
  }
  .lg\:mix-blend-difference {
    mix-blend-mode: difference
  }
  .lg\:mix-blend-exclusion {
    mix-blend-mode: exclusion
  }
  .lg\:mix-blend-hue {
    mix-blend-mode: hue
  }
  .lg\:mix-blend-saturation {
    mix-blend-mode: saturation
  }
  .lg\:mix-blend-color {
    mix-blend-mode: color
  }
  .lg\:mix-blend-luminosity {
    mix-blend-mode: luminosity
  }
  .lg\:bg-blend-normal {
    background-blend-mode: normal
  }
  .lg\:bg-blend-multiply {
    background-blend-mode: multiply
  }
  .lg\:bg-blend-screen {
    background-blend-mode: screen
  }
  .lg\:bg-blend-overlay {
    background-blend-mode: overlay
  }
  .lg\:bg-blend-darken {
    background-blend-mode: darken
  }
  .lg\:bg-blend-lighten {
    background-blend-mode: lighten
  }
  .lg\:bg-blend-color-dodge {
    background-blend-mode: color-dodge
  }
  .lg\:bg-blend-color-burn {
    background-blend-mode: color-burn
  }
  .lg\:bg-blend-hard-light {
    background-blend-mode: hard-light
  }
  .lg\:bg-blend-soft-light {
    background-blend-mode: soft-light
  }
  .lg\:bg-blend-difference {
    background-blend-mode: difference
  }
  .lg\:bg-blend-exclusion {
    background-blend-mode: exclusion
  }
  .lg\:bg-blend-hue {
    background-blend-mode: hue
  }
  .lg\:bg-blend-saturation {
    background-blend-mode: saturation
  }
  .lg\:bg-blend-color {
    background-blend-mode: color
  }
  .lg\:bg-blend-luminosity {
    background-blend-mode: luminosity
  }
  .lg\:filter {
    --tw-blur: var(--tw-empty, /*!*/ /*!*/ );
    --tw-brightness: var(--tw-empty, /*!*/ /*!*/ );
    --tw-contrast: var(--tw-empty, /*!*/ /*!*/ );
    --tw-grayscale: var(--tw-empty, /*!*/ /*!*/ );
    --tw-hue-rotate: var(--tw-empty, /*!*/ /*!*/ );
    --tw-invert: var(--tw-empty, /*!*/ /*!*/ );
    --tw-saturate: var(--tw-empty, /*!*/ /*!*/ );
    --tw-sepia: var(--tw-empty, /*!*/ /*!*/ );
    --tw-drop-shadow: var(--tw-empty, /*!*/ /*!*/ );
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
  }
  .lg\:filter-none {
    filter: none
  }
  .lg\:blur-0 {
    --tw-blur: blur(0)
  }
  .lg\:blur-sm {
    --tw-blur: blur(4px)
  }
  .lg\:blur {
    --tw-blur: blur(8px)
  }
  .lg\:blur-md {
    --tw-blur: blur(12px)
  }
  .lg\:blur-lg {
    --tw-blur: blur(16px)
  }
  .lg\:blur-xl {
    --tw-blur: blur(24px)
  }
  .lg\:blur-2xl {
    --tw-blur: blur(40px)
  }
  .lg\:blur-3xl {
    --tw-blur: blur(64px)
  }
  .lg\:brightness-0 {
    --tw-brightness: brightness(0)
  }
  .lg\:brightness-50 {
    --tw-brightness: brightness(.5)
  }
  .lg\:brightness-75 {
    --tw-brightness: brightness(.75)
  }
  .lg\:brightness-90 {
    --tw-brightness: brightness(.9)
  }
  .lg\:brightness-95 {
    --tw-brightness: brightness(.95)
  }
  .lg\:brightness-100 {
    --tw-brightness: brightness(1)
  }
  .lg\:brightness-105 {
    --tw-brightness: brightness(1.05)
  }
  .lg\:brightness-110 {
    --tw-brightness: brightness(1.1)
  }
  .lg\:brightness-125 {
    --tw-brightness: brightness(1.25)
  }
  .lg\:brightness-150 {
    --tw-brightness: brightness(1.5)
  }
  .lg\:brightness-200 {
    --tw-brightness: brightness(2)
  }
  .lg\:contrast-0 {
    --tw-contrast: contrast(0)
  }
  .lg\:contrast-50 {
    --tw-contrast: contrast(.5)
  }
  .lg\:contrast-75 {
    --tw-contrast: contrast(.75)
  }
  .lg\:contrast-100 {
    --tw-contrast: contrast(1)
  }
  .lg\:contrast-125 {
    --tw-contrast: contrast(1.25)
  }
  .lg\:contrast-150 {
    --tw-contrast: contrast(1.5)
  }
  .lg\:contrast-200 {
    --tw-contrast: contrast(2)
  }
  .lg\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.05))
  }
  .lg\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06))
  }
  .lg\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06))
  }
  .lg\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1))
  }
  .lg\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08))
  }
  .lg\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15))
  }
  .lg\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 transparent)
  }
  .lg\:grayscale-0 {
    --tw-grayscale: grayscale(0)
  }
  .lg\:grayscale {
    --tw-grayscale: grayscale(100%)
  }
  .lg\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg)
  }
  .lg\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg)
  }
  .lg\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg)
  }
  .lg\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg)
  }
  .lg\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg)
  }
  .lg\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg)
  }
  .lg\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg)
  }
  .lg\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg)
  }
  .lg\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg)
  }
  .lg\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg)
  }
  .lg\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg)
  }
  .lg\:invert-0 {
    --tw-invert: invert(0)
  }
  .lg\:invert {
    --tw-invert: invert(100%)
  }
  .lg\:saturate-0 {
    --tw-saturate: saturate(0)
  }
  .lg\:saturate-50 {
    --tw-saturate: saturate(.5)
  }
  .lg\:saturate-100 {
    --tw-saturate: saturate(1)
  }
  .lg\:saturate-150 {
    --tw-saturate: saturate(1.5)
  }
  .lg\:saturate-200 {
    --tw-saturate: saturate(2)
  }
  .lg\:sepia-0 {
    --tw-sepia: sepia(0)
  }
  .lg\:sepia {
    --tw-sepia: sepia(100%)
  }
  .lg\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty, /*!*/ /*!*/ );
    --tw-backdrop-brightness: var(--tw-empty, /*!*/ /*!*/ );
    --tw-backdrop-contrast: var(--tw-empty, /*!*/ /*!*/ );
    --tw-backdrop-grayscale: var(--tw-empty, /*!*/ /*!*/ );
    --tw-backdrop-hue-rotate: var(--tw-empty, /*!*/ /*!*/ );
    --tw-backdrop-invert: var(--tw-empty, /*!*/ /*!*/ );
    --tw-backdrop-opacity: var(--tw-empty, /*!*/ /*!*/ );
    --tw-backdrop-saturate: var(--tw-empty, /*!*/ /*!*/ );
    --tw-backdrop-sepia: var(--tw-empty, /*!*/ /*!*/ );
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
  }
  .lg\:backdrop-filter-none {
    -webkit-backdrop-filter: none;
    backdrop-filter: none
  }
  .lg\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0)
  }
  .lg\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5)
  }
  .lg\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75)
  }
  .lg\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9)
  }
  .lg\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95)
  }
  .lg\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1)
  }
  .lg\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05)
  }
  .lg\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1)
  }
  .lg\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25)
  }
  .lg\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5)
  }
  .lg\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2)
  }
  .lg\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0)
  }
  .lg\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5)
  }
  .lg\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75)
  }
  .lg\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1)
  }
  .lg\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25)
  }
  .lg\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5)
  }
  .lg\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2)
  }
  .lg\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0)
  }
  .lg\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%)
  }
  .lg\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg)
  }
  .lg\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg)
  }
  .lg\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg)
  }
  .lg\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg)
  }
  .lg\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg)
  }
  .lg\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg)
  }
  .lg\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg)
  }
  .lg\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg)
  }
  .lg\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg)
  }
  .lg\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg)
  }
  .lg\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg)
  }
  .lg\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0)
  }
  .lg\:backdrop-invert {
    --tw-backdrop-invert: invert(100%)
  }
  .lg\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0)
  }
  .lg\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5)
  }
  .lg\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1)
  }
  .lg\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5)
  }
  .lg\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2)
  }
  .lg\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0)
  }
  .lg\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%)
  }
  .lg\:text-shadow {
    text-shadow: 0 1px 4px #000
  }
  .lg\:text-shadow-black {
    text-shadow: 3px 3px #000, -3px 3px #000, 3px -3px #000, -3px -3px #000, 7px 7px #000
  }
  .lg\:line-solid {
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid
  }
  .lg\:line-double {
    -webkit-text-decoration-style: double;
    text-decoration-style: double
  }
  .lg\:line-dotted {
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted
  }
  .lg\:line-dashed {
    -webkit-text-decoration-style: dashed;
    text-decoration-style: dashed
  }
  .lg\:line-wavy {
    -webkit-text-decoration-style: wavy;
    text-decoration-style: wavy
  }
  .lg\:line-primary-50, .lg\:line-primary-100 {
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff
  }
  .lg\:line-primary-200 {
    -webkit-text-decoration-color: #fff6e2;
    text-decoration-color: #fff6e2
  }
  .lg\:line-primary-300 {
    -webkit-text-decoration-color: #ffe6af;
    text-decoration-color: #ffe6af
  }
  .lg\:line-primary-400 {
    -webkit-text-decoration-color: #ffd57c;
    text-decoration-color: #ffd57c
  }
  .lg\:line-primary-500 {
    -webkit-text-decoration-color: #ffc549;
    text-decoration-color: #ffc549
  }
  .lg\:line-primary-600 {
    -webkit-text-decoration-color: #ffb516;
    text-decoration-color: #ffb516
  }
  .lg\:line-primary-700 {
    -webkit-text-decoration-color: #e29a00;
    text-decoration-color: #e29a00
  }
  .lg\:line-primary-800 {
    -webkit-text-decoration-color: #af7700;
    text-decoration-color: #af7700
  }
  .lg\:line-primary-900 {
    -webkit-text-decoration-color: #7c5400;
    text-decoration-color: #7c5400
  }
  .lg\:line-primary-DEFAULT {
    -webkit-text-decoration-color: #ffc549;
    text-decoration-color: #ffc549
  }
  .lg\:line-secondary-50 {
    -webkit-text-decoration-color: #cefbdf;
    text-decoration-color: #cefbdf
  }
  .lg\:line-secondary-100 {
    -webkit-text-decoration-color: #b6f9d0;
    text-decoration-color: #b6f9d0
  }
  .lg\:line-secondary-200 {
    -webkit-text-decoration-color: #87f5b2;
    text-decoration-color: #87f5b2
  }
  .lg\:line-secondary-300 {
    -webkit-text-decoration-color: #58f194;
    text-decoration-color: #58f194
  }
  .lg\:line-secondary-400 {
    -webkit-text-decoration-color: #28ee76;
    text-decoration-color: #28ee76
  }
  .lg\:line-secondary-500 {
    -webkit-text-decoration-color: #11d25d;
    text-decoration-color: #11d25d
  }
  .lg\:line-secondary-600 {
    -webkit-text-decoration-color: #0da348;
    text-decoration-color: #0da348
  }
  .lg\:line-secondary-700 {
    -webkit-text-decoration-color: #097433;
    text-decoration-color: #097433
  }
  .lg\:line-secondary-800 {
    -webkit-text-decoration-color: #06441e;
    text-decoration-color: #06441e
  }
  .lg\:line-secondary-900 {
    -webkit-text-decoration-color: #021509;
    text-decoration-color: #021509
  }
  .lg\:line-secondary-DEFAULT {
    -webkit-text-decoration-color: #11d25d;
    text-decoration-color: #11d25d
  }
  .lg\:line-accent-50 {
    -webkit-text-decoration-color: #fef2f2;
    text-decoration-color: #fef2f2
  }
  .lg\:line-accent-100 {
    -webkit-text-decoration-color: #fee2e2;
    text-decoration-color: #fee2e2
  }
  .lg\:line-accent-200 {
    -webkit-text-decoration-color: #fecaca;
    text-decoration-color: #fecaca
  }
  .lg\:line-accent-300 {
    -webkit-text-decoration-color: #fca5a5;
    text-decoration-color: #fca5a5
  }
  .lg\:line-accent-400 {
    -webkit-text-decoration-color: #f87171;
    text-decoration-color: #f87171
  }
  .lg\:line-accent-500 {
    -webkit-text-decoration-color: #ef4444;
    text-decoration-color: #ef4444
  }
  .lg\:line-accent-600 {
    -webkit-text-decoration-color: #dc2626;
    text-decoration-color: #dc2626
  }
  .lg\:line-accent-700 {
    -webkit-text-decoration-color: #b91c1c;
    text-decoration-color: #b91c1c
  }
  .lg\:line-accent-800 {
    -webkit-text-decoration-color: #991b1b;
    text-decoration-color: #991b1b
  }
  .lg\:line-accent-900 {
    -webkit-text-decoration-color: #7f1d1d;
    text-decoration-color: #7f1d1d
  }
  .lg\:line-shade-500 {
    -webkit-text-decoration-color: #3a3a31;
    text-decoration-color: #3a3a31
  }
  .lg\:line-shade-600 {
    -webkit-text-decoration-color: #2d2f35;
    text-decoration-color: #2d2f35
  }
  .lg\:line-white {
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff
  }
  .lg\:line-black {
    -webkit-text-decoration-color: #000;
    text-decoration-color: #000
  }
  .lg\:line-gray-50 {
    -webkit-text-decoration-color: #f9fafb;
    text-decoration-color: #f9fafb
  }
  .lg\:line-gray-100 {
    -webkit-text-decoration-color: #f3f4f6;
    text-decoration-color: #f3f4f6
  }
  .lg\:line-gray-200 {
    -webkit-text-decoration-color: #e5e7eb;
    text-decoration-color: #e5e7eb
  }
  .lg\:line-gray-300 {
    -webkit-text-decoration-color: #d1d5db;
    text-decoration-color: #d1d5db
  }
  .lg\:line-gray-400 {
    -webkit-text-decoration-color: #9ca3af;
    text-decoration-color: #9ca3af
  }
  .lg\:line-gray-500 {
    -webkit-text-decoration-color: #6b7280;
    text-decoration-color: #6b7280
  }
  .lg\:line-gray-600 {
    -webkit-text-decoration-color: #4b5563;
    text-decoration-color: #4b5563
  }
  .lg\:line-gray-700 {
    -webkit-text-decoration-color: #374151;
    text-decoration-color: #374151
  }
  .lg\:line-gray-800 {
    -webkit-text-decoration-color: #1f2937;
    text-decoration-color: #1f2937
  }
  .lg\:line-gray-900 {
    -webkit-text-decoration-color: #111827;
    text-decoration-color: #111827
  }
  .lg\:line-brand-50 {
    -webkit-text-decoration-color: #eff6ff;
    text-decoration-color: #eff6ff
  }
  .lg\:line-brand-100 {
    -webkit-text-decoration-color: #dbeafe;
    text-decoration-color: #dbeafe
  }
  .lg\:line-brand-200 {
    -webkit-text-decoration-color: #bfdbfe;
    text-decoration-color: #bfdbfe
  }
  .lg\:line-brand-300 {
    -webkit-text-decoration-color: #93c5fd;
    text-decoration-color: #93c5fd
  }
  .lg\:line-brand-400 {
    -webkit-text-decoration-color: #60a5fa;
    text-decoration-color: #60a5fa
  }
  .lg\:line-brand-500 {
    -webkit-text-decoration-color: #3b82f6;
    text-decoration-color: #3b82f6
  }
  .lg\:line-brand-600 {
    -webkit-text-decoration-color: #2563eb;
    text-decoration-color: #2563eb
  }
  .lg\:line-brand-700 {
    -webkit-text-decoration-color: #1d4ed8;
    text-decoration-color: #1d4ed8
  }
  .lg\:line-brand-800 {
    -webkit-text-decoration-color: #1e40af;
    text-decoration-color: #1e40af
  }
  .lg\:line-brand-900 {
    -webkit-text-decoration-color: #1e3a8a;
    text-decoration-color: #1e3a8a
  }
  .lg\:line-transparent {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent
  }
  .lg\:line-current {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor
  }
  .lg\:caps-normal {
    font-variant-caps: normal
  }
  .lg\:caps-small {
    font-variant-caps: small-caps
  }
  .lg\:caps-all-small {
    font-variant-caps: all-small-caps
  }
  .lg\:caps-petite {
    font-variant-caps: petite-caps
  }
  .lg\:caps-unicase {
    font-variant-caps: unicase
  }
  .lg\:caps-titling {
    font-variant-caps: titling-caps
  }
  .lg\:nums-normal {
    font-variant-numeric: normal
  }
  .lg\:nums-ordinal {
    font-variant-numeric: ordinal
  }
  .lg\:nums-slashed-zero {
    font-variant-numeric: slashed-zero
  }
  .lg\:nums-lining {
    font-variant-numeric: lining-nums
  }
  .lg\:nums-oldstyle {
    font-variant-numeric: oldstyle-nums
  }
  .lg\:nums-proportional {
    font-variant-numeric: proportional-nums
  }
  .lg\:nums-tabular {
    font-variant-numeric: tabular-nums
  }
  .lg\:nums-diagonal-fractions {
    font-variant-numeric: diagonal-fractions
  }
  .lg\:nums-stacked-fractions {
    font-variant-numeric: stacked-fractions
  }
  .lg\:ligatures-normal {
    font-variant-ligatures: normal
  }
  .lg\:ligatures-none {
    font-variant-ligatures: none
  }
  .lg\:ligatures-common {
    font-variant-ligatures: common-ligatures
  }
  .lg\:ligatures-no-common {
    font-variant-ligatures: no-common-ligatures
  }
  .lg\:ligatures-discretionary {
    font-variant-ligatures: discretionary-ligatures
  }
  .lg\:ligatures-no-discretionary {
    font-variant-ligatures: no-discretionary-ligatures
  }
  .lg\:ligatures-historical {
    font-variant-ligatures: historical-ligatures
  }
  .lg\:ligatures-no-historical {
    font-variant-ligatures: no-historical-ligatures
  }
  .lg\:ligatures-contextual {
    font-variant-ligatures: contextual
  }
  .lg\:ligatures-no-contextual {
    font-variant-ligatures: no-contextual
  }
  .lg\:text-rendering-auto {
    text-rendering: auto
  }
  .lg\:text-optimize-legibility {
    text-rendering: optimizeLegibility
  }
  .lg\:text-optimize-speed {
    text-rendering: optimizeSpeed
  }
  .lg\:text-geometric-precision {
    text-rendering: geometricPrecision
  }
}
@media (min-width:1280px) {
  .xl\:container {
    width: 100%
  }
  @media (min-width:640px) {
    .xl\:container {
      max-width: 640px
    }
  }
  @media (min-width:768px) {
    .xl\:container {
      max-width: 768px
    }
  }
  @media (min-width:1024px) {
    .xl\:container {
      max-width: 1024px
    }
  }
  @media (min-width:1280px) {
    .xl\:container {
      max-width: 1280px
    }
  }
  @media (min-width:1536px) {
    .xl\:container {
      max-width: 1536px
    }
  }
  .xl\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px*var(--tw-space-y-reverse))
  }
  .xl\: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*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3px*var(--tw-space-y-reverse))
  }
  .xl\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3px*var(--tw-space-x-reverse));
    margin-left: calc(3px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6px*var(--tw-space-y-reverse))
  }
  .xl\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6px*var(--tw-space-x-reverse));
    margin-left: calc(6px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(9px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9px*var(--tw-space-y-reverse))
  }
  .xl\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9px*var(--tw-space-x-reverse));
    margin-left: calc(9px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12px*var(--tw-space-y-reverse))
  }
  .xl\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12px*var(--tw-space-x-reverse));
    margin-left: calc(12px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(15px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15px*var(--tw-space-y-reverse))
  }
  .xl\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(15px*var(--tw-space-x-reverse));
    margin-left: calc(15px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18px*var(--tw-space-y-reverse))
  }
  .xl\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18px*var(--tw-space-x-reverse));
    margin-left: calc(18px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(21px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(21px*var(--tw-space-y-reverse))
  }
  .xl\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(21px*var(--tw-space-x-reverse));
    margin-left: calc(21px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24px*var(--tw-space-y-reverse))
  }
  .xl\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24px*var(--tw-space-x-reverse));
    margin-left: calc(24px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(27px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(27px*var(--tw-space-y-reverse))
  }
  .xl\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(27px*var(--tw-space-x-reverse));
    margin-left: calc(27px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30px*var(--tw-space-y-reverse))
  }
  .xl\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30px*var(--tw-space-x-reverse));
    margin-left: calc(30px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(33px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(33px*var(--tw-space-y-reverse))
  }
  .xl\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(33px*var(--tw-space-x-reverse));
    margin-left: calc(33px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(36px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(36px*var(--tw-space-y-reverse))
  }
  .xl\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(36px*var(--tw-space-x-reverse));
    margin-left: calc(36px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(42px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(42px*var(--tw-space-y-reverse))
  }
  .xl\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(42px*var(--tw-space-x-reverse));
    margin-left: calc(42px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(48px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(48px*var(--tw-space-y-reverse))
  }
  .xl\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(48px*var(--tw-space-x-reverse));
    margin-left: calc(48px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:space-y-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(54px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(54px*var(--tw-space-y-reverse))
  }
  .xl\:space-x-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(54px*var(--tw-space-x-reverse));
    margin-left: calc(54px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60px*var(--tw-space-y-reverse))
  }
  .xl\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60px*var(--tw-space-x-reverse));
    margin-left: calc(60px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(72px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(72px*var(--tw-space-y-reverse))
  }
  .xl\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(72px*var(--tw-space-x-reverse));
    margin-left: calc(72px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(84px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(84px*var(--tw-space-y-reverse))
  }
  .xl\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(84px*var(--tw-space-x-reverse));
    margin-left: calc(84px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(96px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(96px*var(--tw-space-y-reverse))
  }
  .xl\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(96px*var(--tw-space-x-reverse));
    margin-left: calc(96px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(108px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(108px*var(--tw-space-y-reverse))
  }
  .xl\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(108px*var(--tw-space-x-reverse));
    margin-left: calc(108px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(120px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(120px*var(--tw-space-y-reverse))
  }
  .xl\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(120px*var(--tw-space-x-reverse));
    margin-left: calc(120px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(132px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(132px*var(--tw-space-y-reverse))
  }
  .xl\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(132px*var(--tw-space-x-reverse));
    margin-left: calc(132px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(144px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(144px*var(--tw-space-y-reverse))
  }
  .xl\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(144px*var(--tw-space-x-reverse));
    margin-left: calc(144px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(156px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(156px*var(--tw-space-y-reverse))
  }
  .xl\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(156px*var(--tw-space-x-reverse));
    margin-left: calc(156px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(168px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(168px*var(--tw-space-y-reverse))
  }
  .xl\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(168px*var(--tw-space-x-reverse));
    margin-left: calc(168px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(180px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(180px*var(--tw-space-y-reverse))
  }
  .xl\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(180px*var(--tw-space-x-reverse));
    margin-left: calc(180px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(192px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(192px*var(--tw-space-y-reverse))
  }
  .xl\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(192px*var(--tw-space-x-reverse));
    margin-left: calc(192px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(216px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(216px*var(--tw-space-y-reverse))
  }
  .xl\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(216px*var(--tw-space-x-reverse));
    margin-left: calc(216px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(240px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(240px*var(--tw-space-y-reverse))
  }
  .xl\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(240px*var(--tw-space-x-reverse));
    margin-left: calc(240px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(288px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(288px*var(--tw-space-y-reverse))
  }
  .xl\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(288px*var(--tw-space-x-reverse));
    margin-left: calc(288px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px*var(--tw-space-y-reverse))
  }
  .xl\: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*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5px*var(--tw-space-y-reverse))
  }
  .xl\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5px*var(--tw-space-x-reverse));
    margin-left: calc(1.5px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4.5px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.5px*var(--tw-space-y-reverse))
  }
  .xl\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4.5px*var(--tw-space-x-reverse));
    margin-left: calc(4.5px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7.5px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.5px*var(--tw-space-y-reverse))
  }
  .xl\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7.5px*var(--tw-space-x-reverse));
    margin-left: calc(7.5px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10.5px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10.5px*var(--tw-space-y-reverse))
  }
  .xl\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10.5px*var(--tw-space-x-reverse));
    margin-left: calc(10.5px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px*var(--tw-space-y-reverse))
  }
  .xl\:-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*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3px*var(--tw-space-y-reverse))
  }
  .xl\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3px*var(--tw-space-x-reverse));
    margin-left: calc(-3px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6px*var(--tw-space-y-reverse))
  }
  .xl\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6px*var(--tw-space-x-reverse));
    margin-left: calc(-6px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9px*var(--tw-space-y-reverse))
  }
  .xl\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9px*var(--tw-space-x-reverse));
    margin-left: calc(-9px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12px*var(--tw-space-y-reverse))
  }
  .xl\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12px*var(--tw-space-x-reverse));
    margin-left: calc(-12px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-15px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15px*var(--tw-space-y-reverse))
  }
  .xl\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-15px*var(--tw-space-x-reverse));
    margin-left: calc(-15px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18px*var(--tw-space-y-reverse))
  }
  .xl\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18px*var(--tw-space-x-reverse));
    margin-left: calc(-18px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-21px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-21px*var(--tw-space-y-reverse))
  }
  .xl\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-21px*var(--tw-space-x-reverse));
    margin-left: calc(-21px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24px*var(--tw-space-y-reverse))
  }
  .xl\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24px*var(--tw-space-x-reverse));
    margin-left: calc(-24px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-27px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-27px*var(--tw-space-y-reverse))
  }
  .xl\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-27px*var(--tw-space-x-reverse));
    margin-left: calc(-27px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30px*var(--tw-space-y-reverse))
  }
  .xl\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30px*var(--tw-space-x-reverse));
    margin-left: calc(-30px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-33px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-33px*var(--tw-space-y-reverse))
  }
  .xl\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-33px*var(--tw-space-x-reverse));
    margin-left: calc(-33px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-36px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-36px*var(--tw-space-y-reverse))
  }
  .xl\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-36px*var(--tw-space-x-reverse));
    margin-left: calc(-36px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-42px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-42px*var(--tw-space-y-reverse))
  }
  .xl\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-42px*var(--tw-space-x-reverse));
    margin-left: calc(-42px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-48px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-48px*var(--tw-space-y-reverse))
  }
  .xl\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-48px*var(--tw-space-x-reverse));
    margin-left: calc(-48px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:-space-y-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-54px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-54px*var(--tw-space-y-reverse))
  }
  .xl\:-space-x-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-54px*var(--tw-space-x-reverse));
    margin-left: calc(-54px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-60px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60px*var(--tw-space-y-reverse))
  }
  .xl\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-60px*var(--tw-space-x-reverse));
    margin-left: calc(-60px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-72px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-72px*var(--tw-space-y-reverse))
  }
  .xl\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-72px*var(--tw-space-x-reverse));
    margin-left: calc(-72px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-84px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-84px*var(--tw-space-y-reverse))
  }
  .xl\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-84px*var(--tw-space-x-reverse));
    margin-left: calc(-84px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-96px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-96px*var(--tw-space-y-reverse))
  }
  .xl\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-96px*var(--tw-space-x-reverse));
    margin-left: calc(-96px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-108px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-108px*var(--tw-space-y-reverse))
  }
  .xl\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-108px*var(--tw-space-x-reverse));
    margin-left: calc(-108px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-120px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-120px*var(--tw-space-y-reverse))
  }
  .xl\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-120px*var(--tw-space-x-reverse));
    margin-left: calc(-120px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-132px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-132px*var(--tw-space-y-reverse))
  }
  .xl\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-132px*var(--tw-space-x-reverse));
    margin-left: calc(-132px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-144px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-144px*var(--tw-space-y-reverse))
  }
  .xl\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-144px*var(--tw-space-x-reverse));
    margin-left: calc(-144px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-156px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-156px*var(--tw-space-y-reverse))
  }
  .xl\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-156px*var(--tw-space-x-reverse));
    margin-left: calc(-156px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-168px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-168px*var(--tw-space-y-reverse))
  }
  .xl\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-168px*var(--tw-space-x-reverse));
    margin-left: calc(-168px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-180px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-180px*var(--tw-space-y-reverse))
  }
  .xl\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-180px*var(--tw-space-x-reverse));
    margin-left: calc(-180px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-192px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-192px*var(--tw-space-y-reverse))
  }
  .xl\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-192px*var(--tw-space-x-reverse));
    margin-left: calc(-192px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-216px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-216px*var(--tw-space-y-reverse))
  }
  .xl\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-216px*var(--tw-space-x-reverse));
    margin-left: calc(-216px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-240px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-240px*var(--tw-space-y-reverse))
  }
  .xl\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-240px*var(--tw-space-x-reverse));
    margin-left: calc(-240px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-288px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-288px*var(--tw-space-y-reverse))
  }
  .xl\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-288px*var(--tw-space-x-reverse));
    margin-left: calc(-288px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px*var(--tw-space-y-reverse))
  }
  .xl\:-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*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5px*var(--tw-space-y-reverse))
  }
  .xl\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5px*var(--tw-space-x-reverse));
    margin-left: calc(-1.5px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.5px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.5px*var(--tw-space-y-reverse))
  }
  .xl\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.5px*var(--tw-space-x-reverse));
    margin-left: calc(-4.5px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.5px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.5px*var(--tw-space-y-reverse))
  }
  .xl\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.5px*var(--tw-space-x-reverse));
    margin-left: calc(-7.5px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10.5px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10.5px*var(--tw-space-y-reverse))
  }
  .xl\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10.5px*var(--tw-space-x-reverse));
    margin-left: calc(-10.5px*(1 - var(--tw-space-x-reverse)))
  }
  .xl\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1
  }
  .xl\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1
  }
  .xl\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px*var(--tw-divide-y-reverse))
  }
  .xl\: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*(1 - var(--tw-divide-x-reverse)))
  }
  .xl\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px*var(--tw-divide-y-reverse))
  }
  .xl\: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*(1 - var(--tw-divide-x-reverse)))
  }
  .xl\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px*var(--tw-divide-y-reverse))
  }
  .xl\: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*(1 - var(--tw-divide-x-reverse)))
  }
  .xl\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px*var(--tw-divide-y-reverse))
  }
  .xl\: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*(1 - var(--tw-divide-x-reverse)))
  }
  .xl\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px*var(--tw-divide-y-reverse))
  }
  .xl\: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*(1 - var(--tw-divide-x-reverse)))
  }
  .xl\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1
  }
  .xl\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1
  }
  .xl\:divide-primary-50 > :not([hidden]) ~ :not([hidden]), .xl\:divide-primary-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity))
  }
  .xl\:divide-primary-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 246, 226, var(--tw-divide-opacity))
  }
  .xl\:divide-primary-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 230, 175, var(--tw-divide-opacity))
  }
  .xl\:divide-primary-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 213, 124, var(--tw-divide-opacity))
  }
  .xl\:divide-primary-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-divide-opacity))
  }
  .xl\:divide-primary-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 181, 22, var(--tw-divide-opacity))
  }
  .xl\:divide-primary-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 154, 0, var(--tw-divide-opacity))
  }
  .xl\:divide-primary-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(175, 119, 0, var(--tw-divide-opacity))
  }
  .xl\:divide-primary-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 84, 0, var(--tw-divide-opacity))
  }
  .xl\:divide-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-divide-opacity))
  }
  .xl\:divide-secondary-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(206, 251, 223, var(--tw-divide-opacity))
  }
  .xl\:divide-secondary-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(182, 249, 208, var(--tw-divide-opacity))
  }
  .xl\:divide-secondary-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(135, 245, 178, var(--tw-divide-opacity))
  }
  .xl\:divide-secondary-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 241, 148, var(--tw-divide-opacity))
  }
  .xl\:divide-secondary-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(40, 238, 118, var(--tw-divide-opacity))
  }
  .xl\:divide-secondary-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-divide-opacity))
  }
  .xl\:divide-secondary-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 163, 72, var(--tw-divide-opacity))
  }
  .xl\:divide-secondary-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(9, 116, 51, var(--tw-divide-opacity))
  }
  .xl\:divide-secondary-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 68, 30, var(--tw-divide-opacity))
  }
  .xl\:divide-secondary-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 21, 9, var(--tw-divide-opacity))
  }
  .xl\:divide-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-divide-opacity))
  }
  .xl\:divide-accent-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity))
  }
  .xl\:divide-accent-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity))
  }
  .xl\:divide-accent-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity))
  }
  .xl\:divide-accent-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity))
  }
  .xl\:divide-accent-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity))
  }
  .xl\:divide-accent-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity))
  }
  .xl\:divide-accent-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity))
  }
  .xl\:divide-accent-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity))
  }
  .xl\:divide-accent-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity))
  }
  .xl\:divide-accent-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity))
  }
  .xl\:divide-shade-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(58, 58, 49, var(--tw-divide-opacity))
  }
  .xl\:divide-shade-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 47, 53, var(--tw-divide-opacity))
  }
  .xl\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity))
  }
  .xl\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity))
  }
  .xl\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity))
  }
  .xl\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity))
  }
  .xl\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity))
  }
  .xl\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity))
  }
  .xl\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity))
  }
  .xl\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity))
  }
  .xl\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity))
  }
  .xl\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity))
  }
  .xl\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity))
  }
  .xl\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity))
  }
  .xl\:divide-brand-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity))
  }
  .xl\:divide-brand-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity))
  }
  .xl\:divide-brand-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity))
  }
  .xl\:divide-brand-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity))
  }
  .xl\:divide-brand-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity))
  }
  .xl\:divide-brand-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity))
  }
  .xl\:divide-brand-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity))
  }
  .xl\:divide-brand-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity))
  }
  .xl\:divide-brand-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity))
  }
  .xl\:divide-brand-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity))
  }
  .xl\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent
  }
  .xl\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor
  }
  .xl\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid
  }
  .xl\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed
  }
  .xl\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted
  }
  .xl\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double
  }
  .xl\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none
  }
  .xl\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0
  }
  .xl\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05
  }
  .xl\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1
  }
  .xl\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2
  }
  .xl\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25
  }
  .xl\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3
  }
  .xl\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4
  }
  .xl\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5
  }
  .xl\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6
  }
  .xl\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7
  }
  .xl\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75
  }
  .xl\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8
  }
  .xl\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9
  }
  .xl\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95
  }
  .xl\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1
  }
  .xl\: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\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal
  }
  .xl\:focus-within\: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\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal
  }
  .xl\:focus\: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\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal
  }
  .xl\:appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
  }
  .xl\:bg-fixed {
    background-attachment: fixed
  }
  .xl\:bg-local {
    background-attachment: local
  }
  .xl\:bg-scroll {
    background-attachment: scroll
  }
  .xl\:bg-clip-border {
    background-clip: border-box
  }
  .xl\:bg-clip-padding {
    background-clip: padding-box
  }
  .xl\:bg-clip-content {
    background-clip: content-box
  }
  .xl\:bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text
  }
  .xl\:bg-primary-50, .xl\:bg-primary-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .xl\:bg-primary-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 226, var(--tw-bg-opacity))
  }
  .xl\:bg-primary-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 230, 175, var(--tw-bg-opacity))
  }
  .xl\:bg-primary-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 213, 124, var(--tw-bg-opacity))
  }
  .xl\:bg-primary-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .xl\:bg-primary-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 181, 22, var(--tw-bg-opacity))
  }
  .xl\:bg-primary-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 154, 0, var(--tw-bg-opacity))
  }
  .xl\:bg-primary-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(175, 119, 0, var(--tw-bg-opacity))
  }
  .xl\:bg-primary-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 84, 0, var(--tw-bg-opacity))
  }
  .xl\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .xl\:bg-secondary-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 251, 223, var(--tw-bg-opacity))
  }
  .xl\:bg-secondary-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 249, 208, var(--tw-bg-opacity))
  }
  .xl\:bg-secondary-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(135, 245, 178, var(--tw-bg-opacity))
  }
  .xl\:bg-secondary-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 241, 148, var(--tw-bg-opacity))
  }
  .xl\:bg-secondary-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 238, 118, var(--tw-bg-opacity))
  }
  .xl\:bg-secondary-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .xl\:bg-secondary-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 163, 72, var(--tw-bg-opacity))
  }
  .xl\:bg-secondary-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(9, 116, 51, var(--tw-bg-opacity))
  }
  .xl\:bg-secondary-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 68, 30, var(--tw-bg-opacity))
  }
  .xl\:bg-secondary-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 21, 9, var(--tw-bg-opacity))
  }
  .xl\:bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .xl\:bg-accent-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity))
  }
  .xl\:bg-accent-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity))
  }
  .xl\:bg-accent-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity))
  }
  .xl\:bg-accent-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity))
  }
  .xl\:bg-accent-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity))
  }
  .xl\:bg-accent-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity))
  }
  .xl\:bg-accent-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity))
  }
  .xl\:bg-accent-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity))
  }
  .xl\:bg-accent-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity))
  }
  .xl\:bg-accent-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity))
  }
  .xl\:bg-shade-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 58, 49, var(--tw-bg-opacity))
  }
  .xl\:bg-shade-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 47, 53, var(--tw-bg-opacity))
  }
  .xl\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .xl\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity))
  }
  .xl\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity))
  }
  .xl\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity))
  }
  .xl\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity))
  }
  .xl\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity))
  }
  .xl\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity))
  }
  .xl\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity))
  }
  .xl\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity))
  }
  .xl\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity))
  }
  .xl\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity))
  }
  .xl\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity))
  }
  .xl\:bg-brand-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity))
  }
  .xl\:bg-brand-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity))
  }
  .xl\:bg-brand-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity))
  }
  .xl\:bg-brand-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity))
  }
  .xl\:bg-brand-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity))
  }
  .xl\:bg-brand-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity))
  }
  .xl\:bg-brand-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity))
  }
  .xl\:bg-brand-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity))
  }
  .xl\:bg-brand-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity))
  }
  .xl\:bg-brand-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity))
  }
  .xl\:bg-transparent {
    background-color: transparent
  }
  .xl\:bg-current {
    background-color: currentColor
  }
  .xl\:checked\:bg-primary-50:checked, .xl\:checked\:bg-primary-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .xl\:checked\:bg-primary-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 226, var(--tw-bg-opacity))
  }
  .xl\:checked\:bg-primary-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 230, 175, var(--tw-bg-opacity))
  }
  .xl\:checked\:bg-primary-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 213, 124, var(--tw-bg-opacity))
  }
  .xl\:checked\:bg-primary-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .xl\:checked\:bg-primary-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 181, 22, var(--tw-bg-opacity))
  }
  .xl\:checked\:bg-primary-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 154, 0, var(--tw-bg-opacity))
  }
  .xl\:checked\:bg-primary-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(175, 119, 0, var(--tw-bg-opacity))
  }
  .xl\:checked\:bg-primary-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 84, 0, var(--tw-bg-opacity))
  }
  .xl\:checked\:bg-primary:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .xl\:checked\:bg-secondary-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 251, 223, var(--tw-bg-opacity))
  }
  .xl\:checked\:bg-secondary-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 249, 208, var(--tw-bg-opacity))
  }
  .xl\:checked\:bg-secondary-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(135, 245, 178, var(--tw-bg-opacity))
  }
  .xl\:checked\:bg-secondary-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 241, 148, var(--tw-bg-opacity))
  }
  .xl\:checked\:bg-secondary-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 238, 118, var(--tw-bg-opacity))
  }
  .xl\:checked\:bg-secondary-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .xl\:checked\:bg-secondary-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 163, 72, var(--tw-bg-opacity))
  }
  .xl\:checked\:bg-secondary-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(9, 116, 51, var(--tw-bg-opacity))
  }
  .xl\:checked\:bg-secondary-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 68, 30, var(--tw-bg-opacity))
  }
  .xl\:checked\:bg-secondary-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 21, 9, var(--tw-bg-opacity))
  }
  .xl\:checked\:bg-secondary:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .xl\:checked\:bg-accent-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity))
  }
  .xl\:checked\:bg-accent-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity))
  }
  .xl\:checked\:bg-accent-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity))
  }
  .xl\:checked\:bg-accent-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity))
  }
  .xl\:checked\:bg-accent-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity))
  }
  .xl\:checked\:bg-accent-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity))
  }
  .xl\:checked\:bg-accent-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity))
  }
  .xl\:checked\:bg-accent-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity))
  }
  .xl\:checked\:bg-accent-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity))
  }
  .xl\:checked\:bg-accent-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity))
  }
  .xl\:checked\:bg-shade-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 58, 49, var(--tw-bg-opacity))
  }
  .xl\:checked\:bg-shade-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 47, 53, var(--tw-bg-opacity))
  }
  .xl\:checked\:bg-white:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .xl\:checked\:bg-black:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity))
  }
  .xl\:checked\:bg-gray-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity))
  }
  .xl\:checked\:bg-gray-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity))
  }
  .xl\:checked\:bg-gray-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity))
  }
  .xl\:checked\:bg-gray-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity))
  }
  .xl\:checked\:bg-gray-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity))
  }
  .xl\:checked\:bg-gray-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity))
  }
  .xl\:checked\:bg-gray-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity))
  }
  .xl\:checked\:bg-gray-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity))
  }
  .xl\:checked\:bg-gray-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity))
  }
  .xl\:checked\:bg-gray-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity))
  }
  .xl\:checked\:bg-brand-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity))
  }
  .xl\:checked\:bg-brand-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity))
  }
  .xl\:checked\:bg-brand-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity))
  }
  .xl\:checked\:bg-brand-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity))
  }
  .xl\:checked\:bg-brand-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity))
  }
  .xl\:checked\:bg-brand-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity))
  }
  .xl\:checked\:bg-brand-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity))
  }
  .xl\:checked\:bg-brand-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity))
  }
  .xl\:checked\:bg-brand-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity))
  }
  .xl\:checked\:bg-brand-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity))
  }
  .xl\:checked\:bg-transparent:checked {
    background-color: transparent
  }
  .xl\:checked\:bg-current:checked {
    background-color: currentColor
  }
  .group:hover .xl\:group-hover\:bg-primary-50, .group:hover .xl\:group-hover\:bg-primary-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .group:hover .xl\:group-hover\:bg-primary-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 226, var(--tw-bg-opacity))
  }
  .group:hover .xl\:group-hover\:bg-primary-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 230, 175, var(--tw-bg-opacity))
  }
  .group:hover .xl\:group-hover\:bg-primary-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 213, 124, var(--tw-bg-opacity))
  }
  .group:hover .xl\:group-hover\:bg-primary-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .group:hover .xl\:group-hover\:bg-primary-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 181, 22, var(--tw-bg-opacity))
  }
  .group:hover .xl\:group-hover\:bg-primary-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 154, 0, var(--tw-bg-opacity))
  }
  .group:hover .xl\:group-hover\:bg-primary-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(175, 119, 0, var(--tw-bg-opacity))
  }
  .group:hover .xl\:group-hover\:bg-primary-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 84, 0, var(--tw-bg-opacity))
  }
  .group:hover .xl\:group-hover\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .group:hover .xl\:group-hover\:bg-secondary-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 251, 223, var(--tw-bg-opacity))
  }
  .group:hover .xl\:group-hover\:bg-secondary-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 249, 208, var(--tw-bg-opacity))
  }
  .group:hover .xl\:group-hover\:bg-secondary-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(135, 245, 178, var(--tw-bg-opacity))
  }
  .group:hover .xl\:group-hover\:bg-secondary-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 241, 148, var(--tw-bg-opacity))
  }
  .group:hover .xl\:group-hover\:bg-secondary-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 238, 118, var(--tw-bg-opacity))
  }
  .group:hover .xl\:group-hover\:bg-secondary-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .group:hover .xl\:group-hover\:bg-secondary-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 163, 72, var(--tw-bg-opacity))
  }
  .group:hover .xl\:group-hover\:bg-secondary-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(9, 116, 51, var(--tw-bg-opacity))
  }
  .group:hover .xl\:group-hover\:bg-secondary-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 68, 30, var(--tw-bg-opacity))
  }
  .group:hover .xl\:group-hover\:bg-secondary-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 21, 9, var(--tw-bg-opacity))
  }
  .group:hover .xl\:group-hover\:bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .group:hover .xl\:group-hover\:bg-accent-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity))
  }
  .group:hover .xl\:group-hover\:bg-accent-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity))
  }
  .group:hover .xl\:group-hover\:bg-accent-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity))
  }
  .group:hover .xl\:group-hover\:bg-accent-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity))
  }
  .group:hover .xl\:group-hover\:bg-accent-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity))
  }
  .group:hover .xl\:group-hover\:bg-accent-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity))
  }
  .group:hover .xl\:group-hover\:bg-accent-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity))
  }
  .group:hover .xl\:group-hover\:bg-accent-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity))
  }
  .group:hover .xl\:group-hover\:bg-accent-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity))
  }
  .group:hover .xl\:group-hover\:bg-accent-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity))
  }
  .group:hover .xl\:group-hover\:bg-shade-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 58, 49, var(--tw-bg-opacity))
  }
  .group:hover .xl\:group-hover\:bg-shade-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 47, 53, var(--tw-bg-opacity))
  }
  .group:hover .xl\:group-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .group:hover .xl\:group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity))
  }
  .group:hover .xl\:group-hover\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity))
  }
  .group:hover .xl\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity))
  }
  .group:hover .xl\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity))
  }
  .group:hover .xl\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity))
  }
  .group:hover .xl\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity))
  }
  .group:hover .xl\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity))
  }
  .group:hover .xl\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity))
  }
  .group:hover .xl\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity))
  }
  .group:hover .xl\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity))
  }
  .group:hover .xl\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity))
  }
  .group:hover .xl\:group-hover\:bg-brand-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity))
  }
  .group:hover .xl\:group-hover\:bg-brand-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity))
  }
  .group:hover .xl\:group-hover\:bg-brand-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity))
  }
  .group:hover .xl\:group-hover\:bg-brand-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity))
  }
  .group:hover .xl\:group-hover\:bg-brand-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity))
  }
  .group:hover .xl\:group-hover\:bg-brand-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity))
  }
  .group:hover .xl\:group-hover\:bg-brand-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity))
  }
  .group:hover .xl\:group-hover\:bg-brand-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity))
  }
  .group:hover .xl\:group-hover\:bg-brand-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity))
  }
  .group:hover .xl\:group-hover\:bg-brand-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity))
  }
  .group:hover .xl\:group-hover\:bg-transparent {
    background-color: transparent
  }
  .group:hover .xl\:group-hover\:bg-current {
    background-color: currentColor
  }
  .xl\:focus-within\:bg-primary-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-primary-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-primary-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 226, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-primary-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 230, 175, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-primary-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 213, 124, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-primary-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-primary-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 181, 22, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-primary-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 154, 0, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-primary-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(175, 119, 0, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-primary-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 84, 0, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-primary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-secondary-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 251, 223, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-secondary-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 249, 208, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-secondary-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(135, 245, 178, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-secondary-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 241, 148, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-secondary-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 238, 118, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-secondary-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-secondary-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 163, 72, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-secondary-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(9, 116, 51, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-secondary-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 68, 30, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-secondary-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 21, 9, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-secondary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-accent-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-accent-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-accent-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-accent-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-accent-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-accent-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-accent-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-accent-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-accent-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-accent-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-shade-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 58, 49, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-shade-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 47, 53, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-gray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-brand-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-brand-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-brand-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-brand-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-brand-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-brand-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-brand-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-brand-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-brand-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-brand-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity))
  }
  .xl\:focus-within\:bg-transparent:focus-within {
    background-color: transparent
  }
  .xl\:focus-within\:bg-current:focus-within {
    background-color: currentColor
  }
  .xl\:hover\:bg-primary-50:hover, .xl\:hover\:bg-primary-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .xl\:hover\:bg-primary-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 226, var(--tw-bg-opacity))
  }
  .xl\:hover\:bg-primary-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 230, 175, var(--tw-bg-opacity))
  }
  .xl\:hover\:bg-primary-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 213, 124, var(--tw-bg-opacity))
  }
  .xl\:hover\:bg-primary-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .xl\:hover\:bg-primary-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 181, 22, var(--tw-bg-opacity))
  }
  .xl\:hover\:bg-primary-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 154, 0, var(--tw-bg-opacity))
  }
  .xl\:hover\:bg-primary-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(175, 119, 0, var(--tw-bg-opacity))
  }
  .xl\:hover\:bg-primary-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 84, 0, var(--tw-bg-opacity))
  }
  .xl\:hover\:bg-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .xl\:hover\:bg-secondary-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 251, 223, var(--tw-bg-opacity))
  }
  .xl\:hover\:bg-secondary-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 249, 208, var(--tw-bg-opacity))
  }
  .xl\:hover\:bg-secondary-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(135, 245, 178, var(--tw-bg-opacity))
  }
  .xl\:hover\:bg-secondary-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 241, 148, var(--tw-bg-opacity))
  }
  .xl\:hover\:bg-secondary-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 238, 118, var(--tw-bg-opacity))
  }
  .xl\:hover\:bg-secondary-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .xl\:hover\:bg-secondary-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 163, 72, var(--tw-bg-opacity))
  }
  .xl\:hover\:bg-secondary-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(9, 116, 51, var(--tw-bg-opacity))
  }
  .xl\:hover\:bg-secondary-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 68, 30, var(--tw-bg-opacity))
  }
  .xl\:hover\:bg-secondary-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 21, 9, var(--tw-bg-opacity))
  }
  .xl\:hover\:bg-secondary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .xl\:hover\:bg-accent-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity))
  }
  .xl\:hover\:bg-accent-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity))
  }
  .xl\:hover\:bg-accent-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity))
  }
  .xl\:hover\:bg-accent-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity))
  }
  .xl\:hover\:bg-accent-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity))
  }
  .xl\:hover\:bg-accent-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity))
  }
  .xl\:hover\:bg-accent-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity))
  }
  .xl\:hover\:bg-accent-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity))
  }
  .xl\:hover\:bg-accent-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity))
  }
  .xl\:hover\:bg-accent-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity))
  }
  .xl\:hover\:bg-shade-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 58, 49, var(--tw-bg-opacity))
  }
  .xl\:hover\:bg-shade-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 47, 53, var(--tw-bg-opacity))
  }
  .xl\:hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .xl\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity))
  }
  .xl\:hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity))
  }
  .xl\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity))
  }
  .xl\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity))
  }
  .xl\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity))
  }
  .xl\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity))
  }
  .xl\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity))
  }
  .xl\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity))
  }
  .xl\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity))
  }
  .xl\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity))
  }
  .xl\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity))
  }
  .xl\:hover\:bg-brand-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity))
  }
  .xl\:hover\:bg-brand-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity))
  }
  .xl\:hover\:bg-brand-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity))
  }
  .xl\:hover\:bg-brand-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity))
  }
  .xl\:hover\:bg-brand-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity))
  }
  .xl\:hover\:bg-brand-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity))
  }
  .xl\:hover\:bg-brand-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity))
  }
  .xl\:hover\:bg-brand-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity))
  }
  .xl\:hover\:bg-brand-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity))
  }
  .xl\:hover\:bg-brand-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity))
  }
  .xl\:hover\:bg-transparent:hover {
    background-color: transparent
  }
  .xl\:hover\:bg-current:hover {
    background-color: currentColor
  }
  .xl\:focus\:bg-primary-50:focus, .xl\:focus\:bg-primary-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .xl\:focus\:bg-primary-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 226, var(--tw-bg-opacity))
  }
  .xl\:focus\:bg-primary-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 230, 175, var(--tw-bg-opacity))
  }
  .xl\:focus\:bg-primary-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 213, 124, var(--tw-bg-opacity))
  }
  .xl\:focus\:bg-primary-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .xl\:focus\:bg-primary-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 181, 22, var(--tw-bg-opacity))
  }
  .xl\:focus\:bg-primary-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 154, 0, var(--tw-bg-opacity))
  }
  .xl\:focus\:bg-primary-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(175, 119, 0, var(--tw-bg-opacity))
  }
  .xl\:focus\:bg-primary-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 84, 0, var(--tw-bg-opacity))
  }
  .xl\:focus\:bg-primary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .xl\:focus\:bg-secondary-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 251, 223, var(--tw-bg-opacity))
  }
  .xl\:focus\:bg-secondary-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 249, 208, var(--tw-bg-opacity))
  }
  .xl\:focus\:bg-secondary-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(135, 245, 178, var(--tw-bg-opacity))
  }
  .xl\:focus\:bg-secondary-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 241, 148, var(--tw-bg-opacity))
  }
  .xl\:focus\:bg-secondary-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 238, 118, var(--tw-bg-opacity))
  }
  .xl\:focus\:bg-secondary-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .xl\:focus\:bg-secondary-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 163, 72, var(--tw-bg-opacity))
  }
  .xl\:focus\:bg-secondary-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(9, 116, 51, var(--tw-bg-opacity))
  }
  .xl\:focus\:bg-secondary-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 68, 30, var(--tw-bg-opacity))
  }
  .xl\:focus\:bg-secondary-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 21, 9, var(--tw-bg-opacity))
  }
  .xl\:focus\:bg-secondary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .xl\:focus\:bg-accent-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity))
  }
  .xl\:focus\:bg-accent-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity))
  }
  .xl\:focus\:bg-accent-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity))
  }
  .xl\:focus\:bg-accent-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity))
  }
  .xl\:focus\:bg-accent-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity))
  }
  .xl\:focus\:bg-accent-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity))
  }
  .xl\:focus\:bg-accent-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity))
  }
  .xl\:focus\:bg-accent-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity))
  }
  .xl\:focus\:bg-accent-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity))
  }
  .xl\:focus\:bg-accent-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity))
  }
  .xl\:focus\:bg-shade-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 58, 49, var(--tw-bg-opacity))
  }
  .xl\:focus\:bg-shade-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 47, 53, var(--tw-bg-opacity))
  }
  .xl\:focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .xl\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity))
  }
  .xl\:focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity))
  }
  .xl\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity))
  }
  .xl\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity))
  }
  .xl\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity))
  }
  .xl\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity))
  }
  .xl\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity))
  }
  .xl\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity))
  }
  .xl\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity))
  }
  .xl\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity))
  }
  .xl\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity))
  }
  .xl\:focus\:bg-brand-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity))
  }
  .xl\:focus\:bg-brand-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity))
  }
  .xl\:focus\:bg-brand-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity))
  }
  .xl\:focus\:bg-brand-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity))
  }
  .xl\:focus\:bg-brand-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity))
  }
  .xl\:focus\:bg-brand-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity))
  }
  .xl\:focus\:bg-brand-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity))
  }
  .xl\:focus\:bg-brand-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity))
  }
  .xl\:focus\:bg-brand-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity))
  }
  .xl\:focus\:bg-brand-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity))
  }
  .xl\:focus\:bg-transparent:focus {
    background-color: transparent
  }
  .xl\:focus\:bg-current:focus {
    background-color: currentColor
  }
  .xl\:bg-none {
    background-image: none
  }
  .xl\:bg-gradient-to-t {
    background-image: linear-gradient(0deg, var(--tw-gradient-stops))
  }
  .xl\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops))
  }
  .xl\:bg-gradient-to-r {
    background-image: linear-gradient(90deg, var(--tw-gradient-stops))
  }
  .xl\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops))
  }
  .xl\:bg-gradient-to-b {
    background-image: linear-gradient(180deg, var(--tw-gradient-stops))
  }
  .xl\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops))
  }
  .xl\:bg-gradient-to-l {
    background-image: linear-gradient(270deg, var(--tw-gradient-stops))
  }
  .xl\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops))
  }
  .xl\:from-primary-50, .xl\:from-primary-100 {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .xl\:from-primary-200 {
    --tw-gradient-from: #fff6e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 226, 0))
  }
  .xl\:from-primary-300 {
    --tw-gradient-from: #ffe6af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 230, 175, 0))
  }
  .xl\:from-primary-400 {
    --tw-gradient-from: #ffd57c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 213, 124, 0))
  }
  .xl\:from-primary-500 {
    --tw-gradient-from: #ffc549;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .xl\:from-primary-600 {
    --tw-gradient-from: #ffb516;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 181, 22, 0))
  }
  .xl\:from-primary-700 {
    --tw-gradient-from: #e29a00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 154, 0, 0))
  }
  .xl\:from-primary-800 {
    --tw-gradient-from: #af7700;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 119, 0, 0))
  }
  .xl\:from-primary-900 {
    --tw-gradient-from: #7c5400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 84, 0, 0))
  }
  .xl\:from-primary {
    --tw-gradient-from: #ffc549;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .xl\:from-secondary-50 {
    --tw-gradient-from: #cefbdf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 251, 223, 0))
  }
  .xl\:from-secondary-100 {
    --tw-gradient-from: #b6f9d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 249, 208, 0))
  }
  .xl\:from-secondary-200 {
    --tw-gradient-from: #87f5b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 245, 178, 0))
  }
  .xl\:from-secondary-300 {
    --tw-gradient-from: #58f194;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 241, 148, 0))
  }
  .xl\:from-secondary-400 {
    --tw-gradient-from: #28ee76;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 238, 118, 0))
  }
  .xl\:from-secondary-500 {
    --tw-gradient-from: #11d25d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .xl\:from-secondary-600 {
    --tw-gradient-from: #0da348;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 163, 72, 0))
  }
  .xl\:from-secondary-700 {
    --tw-gradient-from: #097433;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 116, 51, 0))
  }
  .xl\:from-secondary-800 {
    --tw-gradient-from: #06441e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 68, 30, 0))
  }
  .xl\:from-secondary-900 {
    --tw-gradient-from: #021509;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 21, 9, 0))
  }
  .xl\:from-secondary {
    --tw-gradient-from: #11d25d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .xl\:from-accent-50 {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }
  .xl\:from-accent-100 {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }
  .xl\:from-accent-200 {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }
  .xl\:from-accent-300 {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }
  .xl\:from-accent-400 {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }
  .xl\:from-accent-500 {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }
  .xl\:from-accent-600 {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }
  .xl\:from-accent-700 {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }
  .xl\:from-accent-800 {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }
  .xl\:from-accent-900 {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }
  .xl\:from-shade-500 {
    --tw-gradient-from: #3a3a31;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 58, 49, 0))
  }
  .xl\:from-shade-600 {
    --tw-gradient-from: #2d2f35;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 47, 53, 0))
  }
  .xl\:from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .xl\:from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent)
  }
  .xl\:from-gray-50 {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }
  .xl\:from-gray-100 {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }
  .xl\:from-gray-200 {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }
  .xl\:from-gray-300 {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }
  .xl\:from-gray-400 {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }
  .xl\:from-gray-500 {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }
  .xl\:from-gray-600 {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }
  .xl\:from-gray-700 {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }
  .xl\:from-gray-800 {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }
  .xl\:from-gray-900 {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }
  .xl\:from-brand-50 {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }
  .xl\:from-brand-100 {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }
  .xl\:from-brand-200 {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }
  .xl\:from-brand-300 {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }
  .xl\:from-brand-400 {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }
  .xl\:from-brand-500 {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }
  .xl\:from-brand-600 {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }
  .xl\:from-brand-700 {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }
  .xl\:from-brand-800 {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }
  .xl\:from-brand-900 {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }
  .xl\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent)
  }
  .xl\:from-current {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .xl\:from-yellow {
    --tw-gradient-from: #eac32a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 195, 42, 0))
  }
  .xl\:from-green {
    --tw-gradient-from: #11d25d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .xl\:from-header-grad-1 {
    --tw-gradient-from: #f4cb89;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 203, 137, 0))
  }
  .xl\:from-header-grad-2 {
    --tw-gradient-from: #e3aa4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 170, 74, 0))
  }
  .xl\:from-header-grad-3 {
    --tw-gradient-from: #d85801;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 88, 1, 0))
  }
  .xl\:from-header-grad-4 {
    --tw-gradient-from: #d89930;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 153, 48, 0))
  }
  .xl\:via-primary-50, .xl\:via-primary-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .xl\:via-primary-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff6e2, var(--tw-gradient-to, rgba(255, 246, 226, 0))
  }
  .xl\:via-primary-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe6af, var(--tw-gradient-to, rgba(255, 230, 175, 0))
  }
  .xl\:via-primary-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffd57c, var(--tw-gradient-to, rgba(255, 213, 124, 0))
  }
  .xl\:via-primary-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffc549, var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .xl\:via-primary-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffb516, var(--tw-gradient-to, rgba(255, 181, 22, 0))
  }
  .xl\:via-primary-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #e29a00, var(--tw-gradient-to, rgba(226, 154, 0, 0))
  }
  .xl\:via-primary-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #af7700, var(--tw-gradient-to, rgba(175, 119, 0, 0))
  }
  .xl\:via-primary-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c5400, var(--tw-gradient-to, rgba(124, 84, 0, 0))
  }
  .xl\:via-primary {
    --tw-gradient-stops: var(--tw-gradient-from), #ffc549, var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .xl\:via-secondary-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #cefbdf, var(--tw-gradient-to, rgba(206, 251, 223, 0))
  }
  .xl\:via-secondary-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #b6f9d0, var(--tw-gradient-to, rgba(182, 249, 208, 0))
  }
  .xl\:via-secondary-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #87f5b2, var(--tw-gradient-to, rgba(135, 245, 178, 0))
  }
  .xl\:via-secondary-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #58f194, var(--tw-gradient-to, rgba(88, 241, 148, 0))
  }
  .xl\:via-secondary-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #28ee76, var(--tw-gradient-to, rgba(40, 238, 118, 0))
  }
  .xl\:via-secondary-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #11d25d, var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .xl\:via-secondary-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0da348, var(--tw-gradient-to, rgba(13, 163, 72, 0))
  }
  .xl\:via-secondary-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #097433, var(--tw-gradient-to, rgba(9, 116, 51, 0))
  }
  .xl\:via-secondary-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #06441e, var(--tw-gradient-to, rgba(6, 68, 30, 0))
  }
  .xl\:via-secondary-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #021509, var(--tw-gradient-to, rgba(2, 21, 9, 0))
  }
  .xl\:via-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), #11d25d, var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .xl\:via-accent-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }
  .xl\:via-accent-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }
  .xl\:via-accent-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }
  .xl\:via-accent-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }
  .xl\:via-accent-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }
  .xl\:via-accent-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }
  .xl\:via-accent-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }
  .xl\:via-accent-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }
  .xl\:via-accent-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }
  .xl\:via-accent-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }
  .xl\:via-shade-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3a3a31, var(--tw-gradient-to, rgba(58, 58, 49, 0))
  }
  .xl\:via-shade-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2d2f35, var(--tw-gradient-to, rgba(45, 47, 53, 0))
  }
  .xl\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .xl\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, transparent)
  }
  .xl\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }
  .xl\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }
  .xl\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }
  .xl\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }
  .xl\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }
  .xl\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }
  .xl\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }
  .xl\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }
  .xl\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }
  .xl\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }
  .xl\:via-brand-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }
  .xl\:via-brand-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }
  .xl\:via-brand-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }
  .xl\:via-brand-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }
  .xl\:via-brand-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }
  .xl\:via-brand-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }
  .xl\:via-brand-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }
  .xl\:via-brand-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }
  .xl\:via-brand-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }
  .xl\:via-brand-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }
  .xl\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, transparent)
  }
  .xl\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .xl\:via-yellow {
    --tw-gradient-stops: var(--tw-gradient-from), #eac32a, var(--tw-gradient-to, rgba(234, 195, 42, 0))
  }
  .xl\:via-green {
    --tw-gradient-stops: var(--tw-gradient-from), #11d25d, var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .xl\:via-header-grad-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #f4cb89, var(--tw-gradient-to, rgba(244, 203, 137, 0))
  }
  .xl\:via-header-grad-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #e3aa4a, var(--tw-gradient-to, rgba(227, 170, 74, 0))
  }
  .xl\:via-header-grad-3 {
    --tw-gradient-stops: var(--tw-gradient-from), #d85801, var(--tw-gradient-to, rgba(216, 88, 1, 0))
  }
  .xl\:via-header-grad-4 {
    --tw-gradient-stops: var(--tw-gradient-from), #d89930, var(--tw-gradient-to, rgba(216, 153, 48, 0))
  }
  .xl\:to-primary-50, .xl\:to-primary-100 {
    --tw-gradient-to: #fff
  }
  .xl\:to-primary-200 {
    --tw-gradient-to: #fff6e2
  }
  .xl\:to-primary-300 {
    --tw-gradient-to: #ffe6af
  }
  .xl\:to-primary-400 {
    --tw-gradient-to: #ffd57c
  }
  .xl\:to-primary-500 {
    --tw-gradient-to: #ffc549
  }
  .xl\:to-primary-600 {
    --tw-gradient-to: #ffb516
  }
  .xl\:to-primary-700 {
    --tw-gradient-to: #e29a00
  }
  .xl\:to-primary-800 {
    --tw-gradient-to: #af7700
  }
  .xl\:to-primary-900 {
    --tw-gradient-to: #7c5400
  }
  .xl\:to-primary {
    --tw-gradient-to: #ffc549
  }
  .xl\:to-secondary-50 {
    --tw-gradient-to: #cefbdf
  }
  .xl\:to-secondary-100 {
    --tw-gradient-to: #b6f9d0
  }
  .xl\:to-secondary-200 {
    --tw-gradient-to: #87f5b2
  }
  .xl\:to-secondary-300 {
    --tw-gradient-to: #58f194
  }
  .xl\:to-secondary-400 {
    --tw-gradient-to: #28ee76
  }
  .xl\:to-secondary-500 {
    --tw-gradient-to: #11d25d
  }
  .xl\:to-secondary-600 {
    --tw-gradient-to: #0da348
  }
  .xl\:to-secondary-700 {
    --tw-gradient-to: #097433
  }
  .xl\:to-secondary-800 {
    --tw-gradient-to: #06441e
  }
  .xl\:to-secondary-900 {
    --tw-gradient-to: #021509
  }
  .xl\:to-secondary {
    --tw-gradient-to: #11d25d
  }
  .xl\:to-accent-50 {
    --tw-gradient-to: #fef2f2
  }
  .xl\:to-accent-100 {
    --tw-gradient-to: #fee2e2
  }
  .xl\:to-accent-200 {
    --tw-gradient-to: #fecaca
  }
  .xl\:to-accent-300 {
    --tw-gradient-to: #fca5a5
  }
  .xl\:to-accent-400 {
    --tw-gradient-to: #f87171
  }
  .xl\:to-accent-500 {
    --tw-gradient-to: #ef4444
  }
  .xl\:to-accent-600 {
    --tw-gradient-to: #dc2626
  }
  .xl\:to-accent-700 {
    --tw-gradient-to: #b91c1c
  }
  .xl\:to-accent-800 {
    --tw-gradient-to: #991b1b
  }
  .xl\:to-accent-900 {
    --tw-gradient-to: #7f1d1d
  }
  .xl\:to-shade-500 {
    --tw-gradient-to: #3a3a31
  }
  .xl\:to-shade-600 {
    --tw-gradient-to: #2d2f35
  }
  .xl\:to-white {
    --tw-gradient-to: #fff
  }
  .xl\:to-black {
    --tw-gradient-to: #000
  }
  .xl\:to-gray-50 {
    --tw-gradient-to: #f9fafb
  }
  .xl\:to-gray-100 {
    --tw-gradient-to: #f3f4f6
  }
  .xl\:to-gray-200 {
    --tw-gradient-to: #e5e7eb
  }
  .xl\:to-gray-300 {
    --tw-gradient-to: #d1d5db
  }
  .xl\:to-gray-400 {
    --tw-gradient-to: #9ca3af
  }
  .xl\:to-gray-500 {
    --tw-gradient-to: #6b7280
  }
  .xl\:to-gray-600 {
    --tw-gradient-to: #4b5563
  }
  .xl\:to-gray-700 {
    --tw-gradient-to: #374151
  }
  .xl\:to-gray-800 {
    --tw-gradient-to: #1f2937
  }
  .xl\:to-gray-900 {
    --tw-gradient-to: #111827
  }
  .xl\:to-brand-50 {
    --tw-gradient-to: #eff6ff
  }
  .xl\:to-brand-100 {
    --tw-gradient-to: #dbeafe
  }
  .xl\:to-brand-200 {
    --tw-gradient-to: #bfdbfe
  }
  .xl\:to-brand-300 {
    --tw-gradient-to: #93c5fd
  }
  .xl\:to-brand-400 {
    --tw-gradient-to: #60a5fa
  }
  .xl\:to-brand-500 {
    --tw-gradient-to: #3b82f6
  }
  .xl\:to-brand-600 {
    --tw-gradient-to: #2563eb
  }
  .xl\:to-brand-700 {
    --tw-gradient-to: #1d4ed8
  }
  .xl\:to-brand-800 {
    --tw-gradient-to: #1e40af
  }
  .xl\:to-brand-900 {
    --tw-gradient-to: #1e3a8a
  }
  .xl\:to-transparent {
    --tw-gradient-to: transparent
  }
  .xl\:to-current {
    --tw-gradient-to: currentColor
  }
  .xl\:to-yellow {
    --tw-gradient-to: #eac32a
  }
  .xl\:to-green {
    --tw-gradient-to: #11d25d
  }
  .xl\:to-header-grad-1 {
    --tw-gradient-to: #f4cb89
  }
  .xl\:to-header-grad-2 {
    --tw-gradient-to: #e3aa4a
  }
  .xl\:to-header-grad-3 {
    --tw-gradient-to: #d85801
  }
  .xl\:to-header-grad-4 {
    --tw-gradient-to: #d89930
  }
  .xl\:hover\:from-primary-50:hover, .xl\:hover\:from-primary-100:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .xl\:hover\:from-primary-200:hover {
    --tw-gradient-from: #fff6e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 226, 0))
  }
  .xl\:hover\:from-primary-300:hover {
    --tw-gradient-from: #ffe6af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 230, 175, 0))
  }
  .xl\:hover\:from-primary-400:hover {
    --tw-gradient-from: #ffd57c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 213, 124, 0))
  }
  .xl\:hover\:from-primary-500:hover {
    --tw-gradient-from: #ffc549;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .xl\:hover\:from-primary-600:hover {
    --tw-gradient-from: #ffb516;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 181, 22, 0))
  }
  .xl\:hover\:from-primary-700:hover {
    --tw-gradient-from: #e29a00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 154, 0, 0))
  }
  .xl\:hover\:from-primary-800:hover {
    --tw-gradient-from: #af7700;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 119, 0, 0))
  }
  .xl\:hover\:from-primary-900:hover {
    --tw-gradient-from: #7c5400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 84, 0, 0))
  }
  .xl\:hover\:from-primary:hover {
    --tw-gradient-from: #ffc549;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .xl\:hover\:from-secondary-50:hover {
    --tw-gradient-from: #cefbdf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 251, 223, 0))
  }
  .xl\:hover\:from-secondary-100:hover {
    --tw-gradient-from: #b6f9d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 249, 208, 0))
  }
  .xl\:hover\:from-secondary-200:hover {
    --tw-gradient-from: #87f5b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 245, 178, 0))
  }
  .xl\:hover\:from-secondary-300:hover {
    --tw-gradient-from: #58f194;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 241, 148, 0))
  }
  .xl\:hover\:from-secondary-400:hover {
    --tw-gradient-from: #28ee76;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 238, 118, 0))
  }
  .xl\:hover\:from-secondary-500:hover {
    --tw-gradient-from: #11d25d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .xl\:hover\:from-secondary-600:hover {
    --tw-gradient-from: #0da348;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 163, 72, 0))
  }
  .xl\:hover\:from-secondary-700:hover {
    --tw-gradient-from: #097433;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 116, 51, 0))
  }
  .xl\:hover\:from-secondary-800:hover {
    --tw-gradient-from: #06441e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 68, 30, 0))
  }
  .xl\:hover\:from-secondary-900:hover {
    --tw-gradient-from: #021509;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 21, 9, 0))
  }
  .xl\:hover\:from-secondary:hover {
    --tw-gradient-from: #11d25d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .xl\:hover\:from-accent-50:hover {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }
  .xl\:hover\:from-accent-100:hover {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }
  .xl\:hover\:from-accent-200:hover {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }
  .xl\:hover\:from-accent-300:hover {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }
  .xl\:hover\:from-accent-400:hover {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }
  .xl\:hover\:from-accent-500:hover {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }
  .xl\:hover\:from-accent-600:hover {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }
  .xl\:hover\:from-accent-700:hover {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }
  .xl\:hover\:from-accent-800:hover {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }
  .xl\:hover\:from-accent-900:hover {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }
  .xl\:hover\:from-shade-500:hover {
    --tw-gradient-from: #3a3a31;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 58, 49, 0))
  }
  .xl\:hover\:from-shade-600:hover {
    --tw-gradient-from: #2d2f35;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 47, 53, 0))
  }
  .xl\:hover\:from-white:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .xl\:hover\:from-black:hover {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent)
  }
  .xl\:hover\:from-gray-50:hover {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }
  .xl\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }
  .xl\:hover\:from-gray-200:hover {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }
  .xl\:hover\:from-gray-300:hover {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }
  .xl\:hover\:from-gray-400:hover {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }
  .xl\:hover\:from-gray-500:hover {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }
  .xl\:hover\:from-gray-600:hover {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }
  .xl\:hover\:from-gray-700:hover {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }
  .xl\:hover\:from-gray-800:hover {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }
  .xl\:hover\:from-gray-900:hover {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }
  .xl\:hover\:from-brand-50:hover {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }
  .xl\:hover\:from-brand-100:hover {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }
  .xl\:hover\:from-brand-200:hover {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }
  .xl\:hover\:from-brand-300:hover {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }
  .xl\:hover\:from-brand-400:hover {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }
  .xl\:hover\:from-brand-500:hover {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }
  .xl\:hover\:from-brand-600:hover {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }
  .xl\:hover\:from-brand-700:hover {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }
  .xl\:hover\:from-brand-800:hover {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }
  .xl\:hover\:from-brand-900:hover {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }
  .xl\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent)
  }
  .xl\:hover\:from-current:hover {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .xl\:hover\:from-yellow:hover {
    --tw-gradient-from: #eac32a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 195, 42, 0))
  }
  .xl\:hover\:from-green:hover {
    --tw-gradient-from: #11d25d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .xl\:hover\:from-header-grad-1:hover {
    --tw-gradient-from: #f4cb89;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 203, 137, 0))
  }
  .xl\:hover\:from-header-grad-2:hover {
    --tw-gradient-from: #e3aa4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 170, 74, 0))
  }
  .xl\:hover\:from-header-grad-3:hover {
    --tw-gradient-from: #d85801;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 88, 1, 0))
  }
  .xl\:hover\:from-header-grad-4:hover {
    --tw-gradient-from: #d89930;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 153, 48, 0))
  }
  .xl\:hover\:via-primary-50:hover, .xl\:hover\:via-primary-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .xl\:hover\:via-primary-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff6e2, var(--tw-gradient-to, rgba(255, 246, 226, 0))
  }
  .xl\:hover\:via-primary-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe6af, var(--tw-gradient-to, rgba(255, 230, 175, 0))
  }
  .xl\:hover\:via-primary-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffd57c, var(--tw-gradient-to, rgba(255, 213, 124, 0))
  }
  .xl\:hover\:via-primary-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffc549, var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .xl\:hover\:via-primary-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffb516, var(--tw-gradient-to, rgba(255, 181, 22, 0))
  }
  .xl\:hover\:via-primary-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e29a00, var(--tw-gradient-to, rgba(226, 154, 0, 0))
  }
  .xl\:hover\:via-primary-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #af7700, var(--tw-gradient-to, rgba(175, 119, 0, 0))
  }
  .xl\:hover\:via-primary-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c5400, var(--tw-gradient-to, rgba(124, 84, 0, 0))
  }
  .xl\:hover\:via-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffc549, var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .xl\:hover\:via-secondary-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cefbdf, var(--tw-gradient-to, rgba(206, 251, 223, 0))
  }
  .xl\:hover\:via-secondary-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b6f9d0, var(--tw-gradient-to, rgba(182, 249, 208, 0))
  }
  .xl\:hover\:via-secondary-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #87f5b2, var(--tw-gradient-to, rgba(135, 245, 178, 0))
  }
  .xl\:hover\:via-secondary-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #58f194, var(--tw-gradient-to, rgba(88, 241, 148, 0))
  }
  .xl\:hover\:via-secondary-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #28ee76, var(--tw-gradient-to, rgba(40, 238, 118, 0))
  }
  .xl\:hover\:via-secondary-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #11d25d, var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .xl\:hover\:via-secondary-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0da348, var(--tw-gradient-to, rgba(13, 163, 72, 0))
  }
  .xl\:hover\:via-secondary-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #097433, var(--tw-gradient-to, rgba(9, 116, 51, 0))
  }
  .xl\:hover\:via-secondary-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #06441e, var(--tw-gradient-to, rgba(6, 68, 30, 0))
  }
  .xl\:hover\:via-secondary-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #021509, var(--tw-gradient-to, rgba(2, 21, 9, 0))
  }
  .xl\:hover\:via-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #11d25d, var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .xl\:hover\:via-accent-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }
  .xl\:hover\:via-accent-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }
  .xl\:hover\:via-accent-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }
  .xl\:hover\:via-accent-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }
  .xl\:hover\:via-accent-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }
  .xl\:hover\:via-accent-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }
  .xl\:hover\:via-accent-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }
  .xl\:hover\:via-accent-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }
  .xl\:hover\:via-accent-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }
  .xl\:hover\:via-accent-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }
  .xl\:hover\:via-shade-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3a3a31, var(--tw-gradient-to, rgba(58, 58, 49, 0))
  }
  .xl\:hover\:via-shade-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2d2f35, var(--tw-gradient-to, rgba(45, 47, 53, 0))
  }
  .xl\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .xl\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, transparent)
  }
  .xl\:hover\:via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }
  .xl\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }
  .xl\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }
  .xl\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }
  .xl\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }
  .xl\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }
  .xl\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }
  .xl\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }
  .xl\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }
  .xl\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }
  .xl\:hover\:via-brand-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }
  .xl\:hover\:via-brand-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }
  .xl\:hover\:via-brand-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }
  .xl\:hover\:via-brand-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }
  .xl\:hover\:via-brand-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }
  .xl\:hover\:via-brand-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }
  .xl\:hover\:via-brand-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }
  .xl\:hover\:via-brand-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }
  .xl\:hover\:via-brand-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }
  .xl\:hover\:via-brand-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }
  .xl\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, transparent)
  }
  .xl\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .xl\:hover\:via-yellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eac32a, var(--tw-gradient-to, rgba(234, 195, 42, 0))
  }
  .xl\:hover\:via-green:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #11d25d, var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .xl\:hover\:via-header-grad-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f4cb89, var(--tw-gradient-to, rgba(244, 203, 137, 0))
  }
  .xl\:hover\:via-header-grad-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e3aa4a, var(--tw-gradient-to, rgba(227, 170, 74, 0))
  }
  .xl\:hover\:via-header-grad-3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d85801, var(--tw-gradient-to, rgba(216, 88, 1, 0))
  }
  .xl\:hover\:via-header-grad-4:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d89930, var(--tw-gradient-to, rgba(216, 153, 48, 0))
  }
  .xl\:hover\:to-primary-50:hover, .xl\:hover\:to-primary-100:hover {
    --tw-gradient-to: #fff
  }
  .xl\:hover\:to-primary-200:hover {
    --tw-gradient-to: #fff6e2
  }
  .xl\:hover\:to-primary-300:hover {
    --tw-gradient-to: #ffe6af
  }
  .xl\:hover\:to-primary-400:hover {
    --tw-gradient-to: #ffd57c
  }
  .xl\:hover\:to-primary-500:hover {
    --tw-gradient-to: #ffc549
  }
  .xl\:hover\:to-primary-600:hover {
    --tw-gradient-to: #ffb516
  }
  .xl\:hover\:to-primary-700:hover {
    --tw-gradient-to: #e29a00
  }
  .xl\:hover\:to-primary-800:hover {
    --tw-gradient-to: #af7700
  }
  .xl\:hover\:to-primary-900:hover {
    --tw-gradient-to: #7c5400
  }
  .xl\:hover\:to-primary:hover {
    --tw-gradient-to: #ffc549
  }
  .xl\:hover\:to-secondary-50:hover {
    --tw-gradient-to: #cefbdf
  }
  .xl\:hover\:to-secondary-100:hover {
    --tw-gradient-to: #b6f9d0
  }
  .xl\:hover\:to-secondary-200:hover {
    --tw-gradient-to: #87f5b2
  }
  .xl\:hover\:to-secondary-300:hover {
    --tw-gradient-to: #58f194
  }
  .xl\:hover\:to-secondary-400:hover {
    --tw-gradient-to: #28ee76
  }
  .xl\:hover\:to-secondary-500:hover {
    --tw-gradient-to: #11d25d
  }
  .xl\:hover\:to-secondary-600:hover {
    --tw-gradient-to: #0da348
  }
  .xl\:hover\:to-secondary-700:hover {
    --tw-gradient-to: #097433
  }
  .xl\:hover\:to-secondary-800:hover {
    --tw-gradient-to: #06441e
  }
  .xl\:hover\:to-secondary-900:hover {
    --tw-gradient-to: #021509
  }
  .xl\:hover\:to-secondary:hover {
    --tw-gradient-to: #11d25d
  }
  .xl\:hover\:to-accent-50:hover {
    --tw-gradient-to: #fef2f2
  }
  .xl\:hover\:to-accent-100:hover {
    --tw-gradient-to: #fee2e2
  }
  .xl\:hover\:to-accent-200:hover {
    --tw-gradient-to: #fecaca
  }
  .xl\:hover\:to-accent-300:hover {
    --tw-gradient-to: #fca5a5
  }
  .xl\:hover\:to-accent-400:hover {
    --tw-gradient-to: #f87171
  }
  .xl\:hover\:to-accent-500:hover {
    --tw-gradient-to: #ef4444
  }
  .xl\:hover\:to-accent-600:hover {
    --tw-gradient-to: #dc2626
  }
  .xl\:hover\:to-accent-700:hover {
    --tw-gradient-to: #b91c1c
  }
  .xl\:hover\:to-accent-800:hover {
    --tw-gradient-to: #991b1b
  }
  .xl\:hover\:to-accent-900:hover {
    --tw-gradient-to: #7f1d1d
  }
  .xl\:hover\:to-shade-500:hover {
    --tw-gradient-to: #3a3a31
  }
  .xl\:hover\:to-shade-600:hover {
    --tw-gradient-to: #2d2f35
  }
  .xl\:hover\:to-white:hover {
    --tw-gradient-to: #fff
  }
  .xl\:hover\:to-black:hover {
    --tw-gradient-to: #000
  }
  .xl\:hover\:to-gray-50:hover {
    --tw-gradient-to: #f9fafb
  }
  .xl\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f3f4f6
  }
  .xl\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e5e7eb
  }
  .xl\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d1d5db
  }
  .xl\:hover\:to-gray-400:hover {
    --tw-gradient-to: #9ca3af
  }
  .xl\:hover\:to-gray-500:hover {
    --tw-gradient-to: #6b7280
  }
  .xl\:hover\:to-gray-600:hover {
    --tw-gradient-to: #4b5563
  }
  .xl\:hover\:to-gray-700:hover {
    --tw-gradient-to: #374151
  }
  .xl\:hover\:to-gray-800:hover {
    --tw-gradient-to: #1f2937
  }
  .xl\:hover\:to-gray-900:hover {
    --tw-gradient-to: #111827
  }
  .xl\:hover\:to-brand-50:hover {
    --tw-gradient-to: #eff6ff
  }
  .xl\:hover\:to-brand-100:hover {
    --tw-gradient-to: #dbeafe
  }
  .xl\:hover\:to-brand-200:hover {
    --tw-gradient-to: #bfdbfe
  }
  .xl\:hover\:to-brand-300:hover {
    --tw-gradient-to: #93c5fd
  }
  .xl\:hover\:to-brand-400:hover {
    --tw-gradient-to: #60a5fa
  }
  .xl\:hover\:to-brand-500:hover {
    --tw-gradient-to: #3b82f6
  }
  .xl\:hover\:to-brand-600:hover {
    --tw-gradient-to: #2563eb
  }
  .xl\:hover\:to-brand-700:hover {
    --tw-gradient-to: #1d4ed8
  }
  .xl\:hover\:to-brand-800:hover {
    --tw-gradient-to: #1e40af
  }
  .xl\:hover\:to-brand-900:hover {
    --tw-gradient-to: #1e3a8a
  }
  .xl\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent
  }
  .xl\:hover\:to-current:hover {
    --tw-gradient-to: currentColor
  }
  .xl\:hover\:to-yellow:hover {
    --tw-gradient-to: #eac32a
  }
  .xl\:hover\:to-green:hover {
    --tw-gradient-to: #11d25d
  }
  .xl\:hover\:to-header-grad-1:hover {
    --tw-gradient-to: #f4cb89
  }
  .xl\:hover\:to-header-grad-2:hover {
    --tw-gradient-to: #e3aa4a
  }
  .xl\:hover\:to-header-grad-3:hover {
    --tw-gradient-to: #d85801
  }
  .xl\:hover\:to-header-grad-4:hover {
    --tw-gradient-to: #d89930
  }
  .xl\:focus\:from-primary-50:focus, .xl\:focus\:from-primary-100:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .xl\:focus\:from-primary-200:focus {
    --tw-gradient-from: #fff6e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 226, 0))
  }
  .xl\:focus\:from-primary-300:focus {
    --tw-gradient-from: #ffe6af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 230, 175, 0))
  }
  .xl\:focus\:from-primary-400:focus {
    --tw-gradient-from: #ffd57c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 213, 124, 0))
  }
  .xl\:focus\:from-primary-500:focus {
    --tw-gradient-from: #ffc549;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .xl\:focus\:from-primary-600:focus {
    --tw-gradient-from: #ffb516;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 181, 22, 0))
  }
  .xl\:focus\:from-primary-700:focus {
    --tw-gradient-from: #e29a00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 154, 0, 0))
  }
  .xl\:focus\:from-primary-800:focus {
    --tw-gradient-from: #af7700;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 119, 0, 0))
  }
  .xl\:focus\:from-primary-900:focus {
    --tw-gradient-from: #7c5400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 84, 0, 0))
  }
  .xl\:focus\:from-primary:focus {
    --tw-gradient-from: #ffc549;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .xl\:focus\:from-secondary-50:focus {
    --tw-gradient-from: #cefbdf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 251, 223, 0))
  }
  .xl\:focus\:from-secondary-100:focus {
    --tw-gradient-from: #b6f9d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 249, 208, 0))
  }
  .xl\:focus\:from-secondary-200:focus {
    --tw-gradient-from: #87f5b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 245, 178, 0))
  }
  .xl\:focus\:from-secondary-300:focus {
    --tw-gradient-from: #58f194;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 241, 148, 0))
  }
  .xl\:focus\:from-secondary-400:focus {
    --tw-gradient-from: #28ee76;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 238, 118, 0))
  }
  .xl\:focus\:from-secondary-500:focus {
    --tw-gradient-from: #11d25d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .xl\:focus\:from-secondary-600:focus {
    --tw-gradient-from: #0da348;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 163, 72, 0))
  }
  .xl\:focus\:from-secondary-700:focus {
    --tw-gradient-from: #097433;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 116, 51, 0))
  }
  .xl\:focus\:from-secondary-800:focus {
    --tw-gradient-from: #06441e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 68, 30, 0))
  }
  .xl\:focus\:from-secondary-900:focus {
    --tw-gradient-from: #021509;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 21, 9, 0))
  }
  .xl\:focus\:from-secondary:focus {
    --tw-gradient-from: #11d25d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .xl\:focus\:from-accent-50:focus {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }
  .xl\:focus\:from-accent-100:focus {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }
  .xl\:focus\:from-accent-200:focus {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }
  .xl\:focus\:from-accent-300:focus {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }
  .xl\:focus\:from-accent-400:focus {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }
  .xl\:focus\:from-accent-500:focus {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }
  .xl\:focus\:from-accent-600:focus {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }
  .xl\:focus\:from-accent-700:focus {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }
  .xl\:focus\:from-accent-800:focus {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }
  .xl\:focus\:from-accent-900:focus {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }
  .xl\:focus\:from-shade-500:focus {
    --tw-gradient-from: #3a3a31;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 58, 49, 0))
  }
  .xl\:focus\:from-shade-600:focus {
    --tw-gradient-from: #2d2f35;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 47, 53, 0))
  }
  .xl\:focus\:from-white:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .xl\:focus\:from-black:focus {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent)
  }
  .xl\:focus\:from-gray-50:focus {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }
  .xl\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }
  .xl\:focus\:from-gray-200:focus {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }
  .xl\:focus\:from-gray-300:focus {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }
  .xl\:focus\:from-gray-400:focus {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }
  .xl\:focus\:from-gray-500:focus {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }
  .xl\:focus\:from-gray-600:focus {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }
  .xl\:focus\:from-gray-700:focus {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }
  .xl\:focus\:from-gray-800:focus {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }
  .xl\:focus\:from-gray-900:focus {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }
  .xl\:focus\:from-brand-50:focus {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }
  .xl\:focus\:from-brand-100:focus {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }
  .xl\:focus\:from-brand-200:focus {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }
  .xl\:focus\:from-brand-300:focus {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }
  .xl\:focus\:from-brand-400:focus {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }
  .xl\:focus\:from-brand-500:focus {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }
  .xl\:focus\:from-brand-600:focus {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }
  .xl\:focus\:from-brand-700:focus {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }
  .xl\:focus\:from-brand-800:focus {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }
  .xl\:focus\:from-brand-900:focus {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }
  .xl\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent)
  }
  .xl\:focus\:from-current:focus {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .xl\:focus\:from-yellow:focus {
    --tw-gradient-from: #eac32a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 195, 42, 0))
  }
  .xl\:focus\:from-green:focus {
    --tw-gradient-from: #11d25d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .xl\:focus\:from-header-grad-1:focus {
    --tw-gradient-from: #f4cb89;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 203, 137, 0))
  }
  .xl\:focus\:from-header-grad-2:focus {
    --tw-gradient-from: #e3aa4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 170, 74, 0))
  }
  .xl\:focus\:from-header-grad-3:focus {
    --tw-gradient-from: #d85801;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 88, 1, 0))
  }
  .xl\:focus\:from-header-grad-4:focus {
    --tw-gradient-from: #d89930;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 153, 48, 0))
  }
  .xl\:focus\:via-primary-50:focus, .xl\:focus\:via-primary-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .xl\:focus\:via-primary-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff6e2, var(--tw-gradient-to, rgba(255, 246, 226, 0))
  }
  .xl\:focus\:via-primary-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe6af, var(--tw-gradient-to, rgba(255, 230, 175, 0))
  }
  .xl\:focus\:via-primary-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffd57c, var(--tw-gradient-to, rgba(255, 213, 124, 0))
  }
  .xl\:focus\:via-primary-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffc549, var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .xl\:focus\:via-primary-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffb516, var(--tw-gradient-to, rgba(255, 181, 22, 0))
  }
  .xl\:focus\:via-primary-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e29a00, var(--tw-gradient-to, rgba(226, 154, 0, 0))
  }
  .xl\:focus\:via-primary-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #af7700, var(--tw-gradient-to, rgba(175, 119, 0, 0))
  }
  .xl\:focus\:via-primary-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c5400, var(--tw-gradient-to, rgba(124, 84, 0, 0))
  }
  .xl\:focus\:via-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffc549, var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .xl\:focus\:via-secondary-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cefbdf, var(--tw-gradient-to, rgba(206, 251, 223, 0))
  }
  .xl\:focus\:via-secondary-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b6f9d0, var(--tw-gradient-to, rgba(182, 249, 208, 0))
  }
  .xl\:focus\:via-secondary-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #87f5b2, var(--tw-gradient-to, rgba(135, 245, 178, 0))
  }
  .xl\:focus\:via-secondary-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #58f194, var(--tw-gradient-to, rgba(88, 241, 148, 0))
  }
  .xl\:focus\:via-secondary-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #28ee76, var(--tw-gradient-to, rgba(40, 238, 118, 0))
  }
  .xl\:focus\:via-secondary-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #11d25d, var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .xl\:focus\:via-secondary-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0da348, var(--tw-gradient-to, rgba(13, 163, 72, 0))
  }
  .xl\:focus\:via-secondary-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #097433, var(--tw-gradient-to, rgba(9, 116, 51, 0))
  }
  .xl\:focus\:via-secondary-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #06441e, var(--tw-gradient-to, rgba(6, 68, 30, 0))
  }
  .xl\:focus\:via-secondary-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #021509, var(--tw-gradient-to, rgba(2, 21, 9, 0))
  }
  .xl\:focus\:via-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #11d25d, var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .xl\:focus\:via-accent-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }
  .xl\:focus\:via-accent-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }
  .xl\:focus\:via-accent-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }
  .xl\:focus\:via-accent-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }
  .xl\:focus\:via-accent-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }
  .xl\:focus\:via-accent-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }
  .xl\:focus\:via-accent-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }
  .xl\:focus\:via-accent-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }
  .xl\:focus\:via-accent-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }
  .xl\:focus\:via-accent-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }
  .xl\:focus\:via-shade-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3a3a31, var(--tw-gradient-to, rgba(58, 58, 49, 0))
  }
  .xl\:focus\:via-shade-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2d2f35, var(--tw-gradient-to, rgba(45, 47, 53, 0))
  }
  .xl\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .xl\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, transparent)
  }
  .xl\:focus\:via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }
  .xl\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }
  .xl\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }
  .xl\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }
  .xl\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }
  .xl\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }
  .xl\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }
  .xl\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }
  .xl\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }
  .xl\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }
  .xl\:focus\:via-brand-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }
  .xl\:focus\:via-brand-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }
  .xl\:focus\:via-brand-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }
  .xl\:focus\:via-brand-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }
  .xl\:focus\:via-brand-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }
  .xl\:focus\:via-brand-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }
  .xl\:focus\:via-brand-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }
  .xl\:focus\:via-brand-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }
  .xl\:focus\:via-brand-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }
  .xl\:focus\:via-brand-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }
  .xl\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, transparent)
  }
  .xl\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .xl\:focus\:via-yellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eac32a, var(--tw-gradient-to, rgba(234, 195, 42, 0))
  }
  .xl\:focus\:via-green:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #11d25d, var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .xl\:focus\:via-header-grad-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f4cb89, var(--tw-gradient-to, rgba(244, 203, 137, 0))
  }
  .xl\:focus\:via-header-grad-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e3aa4a, var(--tw-gradient-to, rgba(227, 170, 74, 0))
  }
  .xl\:focus\:via-header-grad-3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d85801, var(--tw-gradient-to, rgba(216, 88, 1, 0))
  }
  .xl\:focus\:via-header-grad-4:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d89930, var(--tw-gradient-to, rgba(216, 153, 48, 0))
  }
  .xl\:focus\:to-primary-50:focus, .xl\:focus\:to-primary-100:focus {
    --tw-gradient-to: #fff
  }
  .xl\:focus\:to-primary-200:focus {
    --tw-gradient-to: #fff6e2
  }
  .xl\:focus\:to-primary-300:focus {
    --tw-gradient-to: #ffe6af
  }
  .xl\:focus\:to-primary-400:focus {
    --tw-gradient-to: #ffd57c
  }
  .xl\:focus\:to-primary-500:focus {
    --tw-gradient-to: #ffc549
  }
  .xl\:focus\:to-primary-600:focus {
    --tw-gradient-to: #ffb516
  }
  .xl\:focus\:to-primary-700:focus {
    --tw-gradient-to: #e29a00
  }
  .xl\:focus\:to-primary-800:focus {
    --tw-gradient-to: #af7700
  }
  .xl\:focus\:to-primary-900:focus {
    --tw-gradient-to: #7c5400
  }
  .xl\:focus\:to-primary:focus {
    --tw-gradient-to: #ffc549
  }
  .xl\:focus\:to-secondary-50:focus {
    --tw-gradient-to: #cefbdf
  }
  .xl\:focus\:to-secondary-100:focus {
    --tw-gradient-to: #b6f9d0
  }
  .xl\:focus\:to-secondary-200:focus {
    --tw-gradient-to: #87f5b2
  }
  .xl\:focus\:to-secondary-300:focus {
    --tw-gradient-to: #58f194
  }
  .xl\:focus\:to-secondary-400:focus {
    --tw-gradient-to: #28ee76
  }
  .xl\:focus\:to-secondary-500:focus {
    --tw-gradient-to: #11d25d
  }
  .xl\:focus\:to-secondary-600:focus {
    --tw-gradient-to: #0da348
  }
  .xl\:focus\:to-secondary-700:focus {
    --tw-gradient-to: #097433
  }
  .xl\:focus\:to-secondary-800:focus {
    --tw-gradient-to: #06441e
  }
  .xl\:focus\:to-secondary-900:focus {
    --tw-gradient-to: #021509
  }
  .xl\:focus\:to-secondary:focus {
    --tw-gradient-to: #11d25d
  }
  .xl\:focus\:to-accent-50:focus {
    --tw-gradient-to: #fef2f2
  }
  .xl\:focus\:to-accent-100:focus {
    --tw-gradient-to: #fee2e2
  }
  .xl\:focus\:to-accent-200:focus {
    --tw-gradient-to: #fecaca
  }
  .xl\:focus\:to-accent-300:focus {
    --tw-gradient-to: #fca5a5
  }
  .xl\:focus\:to-accent-400:focus {
    --tw-gradient-to: #f87171
  }
  .xl\:focus\:to-accent-500:focus {
    --tw-gradient-to: #ef4444
  }
  .xl\:focus\:to-accent-600:focus {
    --tw-gradient-to: #dc2626
  }
  .xl\:focus\:to-accent-700:focus {
    --tw-gradient-to: #b91c1c
  }
  .xl\:focus\:to-accent-800:focus {
    --tw-gradient-to: #991b1b
  }
  .xl\:focus\:to-accent-900:focus {
    --tw-gradient-to: #7f1d1d
  }
  .xl\:focus\:to-shade-500:focus {
    --tw-gradient-to: #3a3a31
  }
  .xl\:focus\:to-shade-600:focus {
    --tw-gradient-to: #2d2f35
  }
  .xl\:focus\:to-white:focus {
    --tw-gradient-to: #fff
  }
  .xl\:focus\:to-black:focus {
    --tw-gradient-to: #000
  }
  .xl\:focus\:to-gray-50:focus {
    --tw-gradient-to: #f9fafb
  }
  .xl\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f3f4f6
  }
  .xl\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e5e7eb
  }
  .xl\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d1d5db
  }
  .xl\:focus\:to-gray-400:focus {
    --tw-gradient-to: #9ca3af
  }
  .xl\:focus\:to-gray-500:focus {
    --tw-gradient-to: #6b7280
  }
  .xl\:focus\:to-gray-600:focus {
    --tw-gradient-to: #4b5563
  }
  .xl\:focus\:to-gray-700:focus {
    --tw-gradient-to: #374151
  }
  .xl\:focus\:to-gray-800:focus {
    --tw-gradient-to: #1f2937
  }
  .xl\:focus\:to-gray-900:focus {
    --tw-gradient-to: #111827
  }
  .xl\:focus\:to-brand-50:focus {
    --tw-gradient-to: #eff6ff
  }
  .xl\:focus\:to-brand-100:focus {
    --tw-gradient-to: #dbeafe
  }
  .xl\:focus\:to-brand-200:focus {
    --tw-gradient-to: #bfdbfe
  }
  .xl\:focus\:to-brand-300:focus {
    --tw-gradient-to: #93c5fd
  }
  .xl\:focus\:to-brand-400:focus {
    --tw-gradient-to: #60a5fa
  }
  .xl\:focus\:to-brand-500:focus {
    --tw-gradient-to: #3b82f6
  }
  .xl\:focus\:to-brand-600:focus {
    --tw-gradient-to: #2563eb
  }
  .xl\:focus\:to-brand-700:focus {
    --tw-gradient-to: #1d4ed8
  }
  .xl\:focus\:to-brand-800:focus {
    --tw-gradient-to: #1e40af
  }
  .xl\:focus\:to-brand-900:focus {
    --tw-gradient-to: #1e3a8a
  }
  .xl\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent
  }
  .xl\:focus\:to-current:focus {
    --tw-gradient-to: currentColor
  }
  .xl\:focus\:to-yellow:focus {
    --tw-gradient-to: #eac32a
  }
  .xl\:focus\:to-green:focus {
    --tw-gradient-to: #11d25d
  }
  .xl\:focus\:to-header-grad-1:focus {
    --tw-gradient-to: #f4cb89
  }
  .xl\:focus\:to-header-grad-2:focus {
    --tw-gradient-to: #e3aa4a
  }
  .xl\:focus\:to-header-grad-3:focus {
    --tw-gradient-to: #d85801
  }
  .xl\:focus\:to-header-grad-4:focus {
    --tw-gradient-to: #d89930
  }
  .xl\:bg-opacity-0 {
    --tw-bg-opacity: 0
  }
  .xl\:bg-opacity-5 {
    --tw-bg-opacity: 0.05
  }
  .xl\:bg-opacity-10 {
    --tw-bg-opacity: 0.1
  }
  .xl\:bg-opacity-20 {
    --tw-bg-opacity: 0.2
  }
  .xl\:bg-opacity-25 {
    --tw-bg-opacity: 0.25
  }
  .xl\:bg-opacity-30 {
    --tw-bg-opacity: 0.3
  }
  .xl\:bg-opacity-40 {
    --tw-bg-opacity: 0.4
  }
  .xl\:bg-opacity-50 {
    --tw-bg-opacity: 0.5
  }
  .xl\:bg-opacity-60 {
    --tw-bg-opacity: 0.6
  }
  .xl\:bg-opacity-70 {
    --tw-bg-opacity: 0.7
  }
  .xl\:bg-opacity-75 {
    --tw-bg-opacity: 0.75
  }
  .xl\:bg-opacity-80 {
    --tw-bg-opacity: 0.8
  }
  .xl\:bg-opacity-90 {
    --tw-bg-opacity: 0.9
  }
  .xl\:bg-opacity-95 {
    --tw-bg-opacity: 0.95
  }
  .xl\:bg-opacity-100 {
    --tw-bg-opacity: 1
  }
  .group:hover .xl\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0
  }
  .group:hover .xl\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05
  }
  .group:hover .xl\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1
  }
  .group:hover .xl\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2
  }
  .group:hover .xl\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25
  }
  .group:hover .xl\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3
  }
  .group:hover .xl\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4
  }
  .group:hover .xl\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5
  }
  .group:hover .xl\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6
  }
  .group:hover .xl\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7
  }
  .group:hover .xl\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75
  }
  .group:hover .xl\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8
  }
  .group:hover .xl\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9
  }
  .group:hover .xl\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95
  }
  .group:hover .xl\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1
  }
  .xl\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0
  }
  .xl\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05
  }
  .xl\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1
  }
  .xl\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2
  }
  .xl\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25
  }
  .xl\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3
  }
  .xl\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4
  }
  .xl\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5
  }
  .xl\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6
  }
  .xl\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7
  }
  .xl\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75
  }
  .xl\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8
  }
  .xl\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9
  }
  .xl\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95
  }
  .xl\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1
  }
  .xl\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0
  }
  .xl\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05
  }
  .xl\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1
  }
  .xl\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2
  }
  .xl\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25
  }
  .xl\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3
  }
  .xl\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4
  }
  .xl\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5
  }
  .xl\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6
  }
  .xl\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7
  }
  .xl\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75
  }
  .xl\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8
  }
  .xl\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9
  }
  .xl\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95
  }
  .xl\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1
  }
  .xl\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0
  }
  .xl\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05
  }
  .xl\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1
  }
  .xl\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2
  }
  .xl\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25
  }
  .xl\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3
  }
  .xl\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4
  }
  .xl\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5
  }
  .xl\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6
  }
  .xl\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7
  }
  .xl\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75
  }
  .xl\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8
  }
  .xl\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9
  }
  .xl\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95
  }
  .xl\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1
  }
  .xl\:bg-bottom {
    background-position: bottom
  }
  .xl\:bg-center {
    background-position: 50%
  }
  .xl\:bg-left {
    background-position: 0
  }
  .xl\:bg-left-bottom {
    background-position: 0 100%
  }
  .xl\:bg-left-top {
    background-position: 0 0
  }
  .xl\:bg-right {
    background-position: 100%
  }
  .xl\:bg-right-bottom {
    background-position: 100% 100%
  }
  .xl\:bg-right-top {
    background-position: 100% 0
  }
  .xl\:bg-top {
    background-position: top
  }
  .xl\:bg-repeat {
    background-repeat: repeat
  }
  .xl\:bg-no-repeat {
    background-repeat: no-repeat
  }
  .xl\:bg-repeat-x {
    background-repeat: repeat-x
  }
  .xl\:bg-repeat-y {
    background-repeat: repeat-y
  }
  .xl\:bg-repeat-round {
    background-repeat: round
  }
  .xl\:bg-repeat-space {
    background-repeat: space
  }
  .xl\:bg-auto {
    background-size: auto
  }
  .xl\:bg-cover {
    background-size: cover
  }
  .xl\:bg-contain {
    background-size: contain
  }
  .xl\:border-collapse {
    border-collapse: collapse
  }
  .xl\:border-separate {
    border-collapse: separate
  }
  .xl\:border-primary-50, .xl\:border-primary-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .xl\:border-primary-200 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 226, var(--tw-border-opacity))
  }
  .xl\:border-primary-300 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 230, 175, var(--tw-border-opacity))
  }
  .xl\:border-primary-400 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 213, 124, var(--tw-border-opacity))
  }
  .xl\:border-primary-500 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .xl\:border-primary-600 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 181, 22, var(--tw-border-opacity))
  }
  .xl\:border-primary-700 {
    --tw-border-opacity: 1;
    border-color: rgba(226, 154, 0, var(--tw-border-opacity))
  }
  .xl\:border-primary-800 {
    --tw-border-opacity: 1;
    border-color: rgba(175, 119, 0, var(--tw-border-opacity))
  }
  .xl\:border-primary-900 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 84, 0, var(--tw-border-opacity))
  }
  .xl\:border-primary {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .xl\:border-secondary-50 {
    --tw-border-opacity: 1;
    border-color: rgba(206, 251, 223, var(--tw-border-opacity))
  }
  .xl\:border-secondary-100 {
    --tw-border-opacity: 1;
    border-color: rgba(182, 249, 208, var(--tw-border-opacity))
  }
  .xl\:border-secondary-200 {
    --tw-border-opacity: 1;
    border-color: rgba(135, 245, 178, var(--tw-border-opacity))
  }
  .xl\:border-secondary-300 {
    --tw-border-opacity: 1;
    border-color: rgba(88, 241, 148, var(--tw-border-opacity))
  }
  .xl\:border-secondary-400 {
    --tw-border-opacity: 1;
    border-color: rgba(40, 238, 118, var(--tw-border-opacity))
  }
  .xl\:border-secondary-500 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .xl\:border-secondary-600 {
    --tw-border-opacity: 1;
    border-color: rgba(13, 163, 72, var(--tw-border-opacity))
  }
  .xl\:border-secondary-700 {
    --tw-border-opacity: 1;
    border-color: rgba(9, 116, 51, var(--tw-border-opacity))
  }
  .xl\:border-secondary-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 68, 30, var(--tw-border-opacity))
  }
  .xl\:border-secondary-900 {
    --tw-border-opacity: 1;
    border-color: rgba(2, 21, 9, var(--tw-border-opacity))
  }
  .xl\:border-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .xl\:border-accent-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity))
  }
  .xl\:border-accent-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity))
  }
  .xl\:border-accent-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity))
  }
  .xl\:border-accent-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity))
  }
  .xl\:border-accent-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity))
  }
  .xl\:border-accent-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity))
  }
  .xl\:border-accent-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity))
  }
  .xl\:border-accent-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity))
  }
  .xl\:border-accent-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity))
  }
  .xl\:border-accent-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity))
  }
  .xl\:border-shade-500 {
    --tw-border-opacity: 1;
    border-color: rgba(58, 58, 49, var(--tw-border-opacity))
  }
  .xl\:border-shade-600 {
    --tw-border-opacity: 1;
    border-color: rgba(45, 47, 53, var(--tw-border-opacity))
  }
  .xl\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .xl\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity))
  }
  .xl\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity))
  }
  .xl\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity))
  }
  .xl\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity))
  }
  .xl\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity))
  }
  .xl\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity))
  }
  .xl\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity))
  }
  .xl\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity))
  }
  .xl\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity))
  }
  .xl\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity))
  }
  .xl\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity))
  }
  .xl\:border-brand-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity))
  }
  .xl\:border-brand-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity))
  }
  .xl\:border-brand-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity))
  }
  .xl\:border-brand-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity))
  }
  .xl\:border-brand-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity))
  }
  .xl\:border-brand-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity))
  }
  .xl\:border-brand-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity))
  }
  .xl\:border-brand-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity))
  }
  .xl\:border-brand-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity))
  }
  .xl\:border-brand-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity))
  }
  .xl\:border-transparent {
    border-color: transparent
  }
  .xl\:border-current {
    border-color: currentColor
  }
  .xl\:checked\:border-primary-50:checked, .xl\:checked\:border-primary-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .xl\:checked\:border-primary-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 226, var(--tw-border-opacity))
  }
  .xl\:checked\:border-primary-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 230, 175, var(--tw-border-opacity))
  }
  .xl\:checked\:border-primary-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 213, 124, var(--tw-border-opacity))
  }
  .xl\:checked\:border-primary-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .xl\:checked\:border-primary-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 181, 22, var(--tw-border-opacity))
  }
  .xl\:checked\:border-primary-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(226, 154, 0, var(--tw-border-opacity))
  }
  .xl\:checked\:border-primary-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(175, 119, 0, var(--tw-border-opacity))
  }
  .xl\:checked\:border-primary-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(124, 84, 0, var(--tw-border-opacity))
  }
  .xl\:checked\:border-primary:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .xl\:checked\:border-secondary-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(206, 251, 223, var(--tw-border-opacity))
  }
  .xl\:checked\:border-secondary-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(182, 249, 208, var(--tw-border-opacity))
  }
  .xl\:checked\:border-secondary-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(135, 245, 178, var(--tw-border-opacity))
  }
  .xl\:checked\:border-secondary-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(88, 241, 148, var(--tw-border-opacity))
  }
  .xl\:checked\:border-secondary-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(40, 238, 118, var(--tw-border-opacity))
  }
  .xl\:checked\:border-secondary-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .xl\:checked\:border-secondary-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(13, 163, 72, var(--tw-border-opacity))
  }
  .xl\:checked\:border-secondary-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(9, 116, 51, var(--tw-border-opacity))
  }
  .xl\:checked\:border-secondary-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(6, 68, 30, var(--tw-border-opacity))
  }
  .xl\:checked\:border-secondary-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(2, 21, 9, var(--tw-border-opacity))
  }
  .xl\:checked\:border-secondary:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .xl\:checked\:border-accent-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity))
  }
  .xl\:checked\:border-accent-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity))
  }
  .xl\:checked\:border-accent-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity))
  }
  .xl\:checked\:border-accent-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity))
  }
  .xl\:checked\:border-accent-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity))
  }
  .xl\:checked\:border-accent-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity))
  }
  .xl\:checked\:border-accent-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity))
  }
  .xl\:checked\:border-accent-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity))
  }
  .xl\:checked\:border-accent-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity))
  }
  .xl\:checked\:border-accent-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity))
  }
  .xl\:checked\:border-shade-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(58, 58, 49, var(--tw-border-opacity))
  }
  .xl\:checked\:border-shade-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(45, 47, 53, var(--tw-border-opacity))
  }
  .xl\:checked\:border-white:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .xl\:checked\:border-black:checked {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity))
  }
  .xl\:checked\:border-gray-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity))
  }
  .xl\:checked\:border-gray-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity))
  }
  .xl\:checked\:border-gray-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity))
  }
  .xl\:checked\:border-gray-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity))
  }
  .xl\:checked\:border-gray-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity))
  }
  .xl\:checked\:border-gray-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity))
  }
  .xl\:checked\:border-gray-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity))
  }
  .xl\:checked\:border-gray-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity))
  }
  .xl\:checked\:border-gray-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity))
  }
  .xl\:checked\:border-gray-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity))
  }
  .xl\:checked\:border-brand-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity))
  }
  .xl\:checked\:border-brand-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity))
  }
  .xl\:checked\:border-brand-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity))
  }
  .xl\:checked\:border-brand-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity))
  }
  .xl\:checked\:border-brand-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity))
  }
  .xl\:checked\:border-brand-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity))
  }
  .xl\:checked\:border-brand-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity))
  }
  .xl\:checked\:border-brand-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity))
  }
  .xl\:checked\:border-brand-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity))
  }
  .xl\:checked\:border-brand-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity))
  }
  .xl\:checked\:border-transparent:checked {
    border-color: transparent
  }
  .xl\:checked\:border-current:checked {
    border-color: currentColor
  }
  .group:hover .xl\:group-hover\:border-primary-50, .group:hover .xl\:group-hover\:border-primary-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .group:hover .xl\:group-hover\:border-primary-200 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 226, var(--tw-border-opacity))
  }
  .group:hover .xl\:group-hover\:border-primary-300 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 230, 175, var(--tw-border-opacity))
  }
  .group:hover .xl\:group-hover\:border-primary-400 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 213, 124, var(--tw-border-opacity))
  }
  .group:hover .xl\:group-hover\:border-primary-500 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .group:hover .xl\:group-hover\:border-primary-600 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 181, 22, var(--tw-border-opacity))
  }
  .group:hover .xl\:group-hover\:border-primary-700 {
    --tw-border-opacity: 1;
    border-color: rgba(226, 154, 0, var(--tw-border-opacity))
  }
  .group:hover .xl\:group-hover\:border-primary-800 {
    --tw-border-opacity: 1;
    border-color: rgba(175, 119, 0, var(--tw-border-opacity))
  }
  .group:hover .xl\:group-hover\:border-primary-900 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 84, 0, var(--tw-border-opacity))
  }
  .group:hover .xl\:group-hover\:border-primary {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .group:hover .xl\:group-hover\:border-secondary-50 {
    --tw-border-opacity: 1;
    border-color: rgba(206, 251, 223, var(--tw-border-opacity))
  }
  .group:hover .xl\:group-hover\:border-secondary-100 {
    --tw-border-opacity: 1;
    border-color: rgba(182, 249, 208, var(--tw-border-opacity))
  }
  .group:hover .xl\:group-hover\:border-secondary-200 {
    --tw-border-opacity: 1;
    border-color: rgba(135, 245, 178, var(--tw-border-opacity))
  }
  .group:hover .xl\:group-hover\:border-secondary-300 {
    --tw-border-opacity: 1;
    border-color: rgba(88, 241, 148, var(--tw-border-opacity))
  }
  .group:hover .xl\:group-hover\:border-secondary-400 {
    --tw-border-opacity: 1;
    border-color: rgba(40, 238, 118, var(--tw-border-opacity))
  }
  .group:hover .xl\:group-hover\:border-secondary-500 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .group:hover .xl\:group-hover\:border-secondary-600 {
    --tw-border-opacity: 1;
    border-color: rgba(13, 163, 72, var(--tw-border-opacity))
  }
  .group:hover .xl\:group-hover\:border-secondary-700 {
    --tw-border-opacity: 1;
    border-color: rgba(9, 116, 51, var(--tw-border-opacity))
  }
  .group:hover .xl\:group-hover\:border-secondary-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 68, 30, var(--tw-border-opacity))
  }
  .group:hover .xl\:group-hover\:border-secondary-900 {
    --tw-border-opacity: 1;
    border-color: rgba(2, 21, 9, var(--tw-border-opacity))
  }
  .group:hover .xl\:group-hover\:border-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .group:hover .xl\:group-hover\:border-accent-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity))
  }
  .group:hover .xl\:group-hover\:border-accent-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity))
  }
  .group:hover .xl\:group-hover\:border-accent-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity))
  }
  .group:hover .xl\:group-hover\:border-accent-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity))
  }
  .group:hover .xl\:group-hover\:border-accent-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity))
  }
  .group:hover .xl\:group-hover\:border-accent-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity))
  }
  .group:hover .xl\:group-hover\:border-accent-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity))
  }
  .group:hover .xl\:group-hover\:border-accent-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity))
  }
  .group:hover .xl\:group-hover\:border-accent-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity))
  }
  .group:hover .xl\:group-hover\:border-accent-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity))
  }
  .group:hover .xl\:group-hover\:border-shade-500 {
    --tw-border-opacity: 1;
    border-color: rgba(58, 58, 49, var(--tw-border-opacity))
  }
  .group:hover .xl\:group-hover\:border-shade-600 {
    --tw-border-opacity: 1;
    border-color: rgba(45, 47, 53, var(--tw-border-opacity))
  }
  .group:hover .xl\:group-hover\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .group:hover .xl\:group-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity))
  }
  .group:hover .xl\:group-hover\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity))
  }
  .group:hover .xl\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity))
  }
  .group:hover .xl\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity))
  }
  .group:hover .xl\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity))
  }
  .group:hover .xl\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity))
  }
  .group:hover .xl\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity))
  }
  .group:hover .xl\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity))
  }
  .group:hover .xl\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity))
  }
  .group:hover .xl\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity))
  }
  .group:hover .xl\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity))
  }
  .group:hover .xl\:group-hover\:border-brand-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity))
  }
  .group:hover .xl\:group-hover\:border-brand-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity))
  }
  .group:hover .xl\:group-hover\:border-brand-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity))
  }
  .group:hover .xl\:group-hover\:border-brand-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity))
  }
  .group:hover .xl\:group-hover\:border-brand-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity))
  }
  .group:hover .xl\:group-hover\:border-brand-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity))
  }
  .group:hover .xl\:group-hover\:border-brand-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity))
  }
  .group:hover .xl\:group-hover\:border-brand-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity))
  }
  .group:hover .xl\:group-hover\:border-brand-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity))
  }
  .group:hover .xl\:group-hover\:border-brand-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity))
  }
  .group:hover .xl\:group-hover\:border-transparent {
    border-color: transparent
  }
  .group:hover .xl\:group-hover\:border-current {
    border-color: currentColor
  }
  .xl\:focus-within\:border-primary-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-primary-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-primary-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 226, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-primary-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 230, 175, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-primary-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 213, 124, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-primary-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-primary-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 181, 22, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-primary-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(226, 154, 0, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-primary-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(175, 119, 0, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-primary-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 84, 0, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-primary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-secondary-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(206, 251, 223, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-secondary-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(182, 249, 208, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-secondary-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(135, 245, 178, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-secondary-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(88, 241, 148, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-secondary-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(40, 238, 118, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-secondary-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-secondary-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(13, 163, 72, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-secondary-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(9, 116, 51, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-secondary-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 68, 30, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-secondary-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(2, 21, 9, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-secondary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-accent-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-accent-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-accent-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-accent-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-accent-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-accent-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-accent-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-accent-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-accent-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-accent-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-shade-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(58, 58, 49, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-shade-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(45, 47, 53, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-gray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-brand-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-brand-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-brand-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-brand-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-brand-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-brand-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-brand-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-brand-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-brand-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-brand-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity))
  }
  .xl\:focus-within\:border-transparent:focus-within {
    border-color: transparent
  }
  .xl\:focus-within\:border-current:focus-within {
    border-color: currentColor
  }
  .xl\:hover\:border-primary-50:hover, .xl\:hover\:border-primary-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .xl\:hover\:border-primary-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 226, var(--tw-border-opacity))
  }
  .xl\:hover\:border-primary-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 230, 175, var(--tw-border-opacity))
  }
  .xl\:hover\:border-primary-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 213, 124, var(--tw-border-opacity))
  }
  .xl\:hover\:border-primary-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .xl\:hover\:border-primary-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 181, 22, var(--tw-border-opacity))
  }
  .xl\:hover\:border-primary-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(226, 154, 0, var(--tw-border-opacity))
  }
  .xl\:hover\:border-primary-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(175, 119, 0, var(--tw-border-opacity))
  }
  .xl\:hover\:border-primary-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 84, 0, var(--tw-border-opacity))
  }
  .xl\:hover\:border-primary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .xl\:hover\:border-secondary-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(206, 251, 223, var(--tw-border-opacity))
  }
  .xl\:hover\:border-secondary-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(182, 249, 208, var(--tw-border-opacity))
  }
  .xl\:hover\:border-secondary-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(135, 245, 178, var(--tw-border-opacity))
  }
  .xl\:hover\:border-secondary-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(88, 241, 148, var(--tw-border-opacity))
  }
  .xl\:hover\:border-secondary-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(40, 238, 118, var(--tw-border-opacity))
  }
  .xl\:hover\:border-secondary-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .xl\:hover\:border-secondary-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(13, 163, 72, var(--tw-border-opacity))
  }
  .xl\:hover\:border-secondary-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(9, 116, 51, var(--tw-border-opacity))
  }
  .xl\:hover\:border-secondary-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 68, 30, var(--tw-border-opacity))
  }
  .xl\:hover\:border-secondary-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(2, 21, 9, var(--tw-border-opacity))
  }
  .xl\:hover\:border-secondary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .xl\:hover\:border-accent-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity))
  }
  .xl\:hover\:border-accent-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity))
  }
  .xl\:hover\:border-accent-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity))
  }
  .xl\:hover\:border-accent-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity))
  }
  .xl\:hover\:border-accent-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity))
  }
  .xl\:hover\:border-accent-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity))
  }
  .xl\:hover\:border-accent-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity))
  }
  .xl\:hover\:border-accent-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity))
  }
  .xl\:hover\:border-accent-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity))
  }
  .xl\:hover\:border-accent-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity))
  }
  .xl\:hover\:border-shade-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(58, 58, 49, var(--tw-border-opacity))
  }
  .xl\:hover\:border-shade-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(45, 47, 53, var(--tw-border-opacity))
  }
  .xl\:hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .xl\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity))
  }
  .xl\:hover\:border-gray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity))
  }
  .xl\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity))
  }
  .xl\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity))
  }
  .xl\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity))
  }
  .xl\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity))
  }
  .xl\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity))
  }
  .xl\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity))
  }
  .xl\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity))
  }
  .xl\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity))
  }
  .xl\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity))
  }
  .xl\:hover\:border-brand-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity))
  }
  .xl\:hover\:border-brand-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity))
  }
  .xl\:hover\:border-brand-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity))
  }
  .xl\:hover\:border-brand-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity))
  }
  .xl\:hover\:border-brand-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity))
  }
  .xl\:hover\:border-brand-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity))
  }
  .xl\:hover\:border-brand-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity))
  }
  .xl\:hover\:border-brand-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity))
  }
  .xl\:hover\:border-brand-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity))
  }
  .xl\:hover\:border-brand-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity))
  }
  .xl\:hover\:border-transparent:hover {
    border-color: transparent
  }
  .xl\:hover\:border-current:hover {
    border-color: currentColor
  }
  .xl\:focus\:border-primary-50:focus, .xl\:focus\:border-primary-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .xl\:focus\:border-primary-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 226, var(--tw-border-opacity))
  }
  .xl\:focus\:border-primary-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 230, 175, var(--tw-border-opacity))
  }
  .xl\:focus\:border-primary-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 213, 124, var(--tw-border-opacity))
  }
  .xl\:focus\:border-primary-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .xl\:focus\:border-primary-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 181, 22, var(--tw-border-opacity))
  }
  .xl\:focus\:border-primary-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(226, 154, 0, var(--tw-border-opacity))
  }
  .xl\:focus\:border-primary-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(175, 119, 0, var(--tw-border-opacity))
  }
  .xl\:focus\:border-primary-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 84, 0, var(--tw-border-opacity))
  }
  .xl\:focus\:border-primary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .xl\:focus\:border-secondary-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(206, 251, 223, var(--tw-border-opacity))
  }
  .xl\:focus\:border-secondary-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(182, 249, 208, var(--tw-border-opacity))
  }
  .xl\:focus\:border-secondary-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(135, 245, 178, var(--tw-border-opacity))
  }
  .xl\:focus\:border-secondary-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(88, 241, 148, var(--tw-border-opacity))
  }
  .xl\:focus\:border-secondary-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(40, 238, 118, var(--tw-border-opacity))
  }
  .xl\:focus\:border-secondary-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .xl\:focus\:border-secondary-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(13, 163, 72, var(--tw-border-opacity))
  }
  .xl\:focus\:border-secondary-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(9, 116, 51, var(--tw-border-opacity))
  }
  .xl\:focus\:border-secondary-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 68, 30, var(--tw-border-opacity))
  }
  .xl\:focus\:border-secondary-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(2, 21, 9, var(--tw-border-opacity))
  }
  .xl\:focus\:border-secondary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .xl\:focus\:border-accent-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity))
  }
  .xl\:focus\:border-accent-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity))
  }
  .xl\:focus\:border-accent-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity))
  }
  .xl\:focus\:border-accent-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity))
  }
  .xl\:focus\:border-accent-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity))
  }
  .xl\:focus\:border-accent-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity))
  }
  .xl\:focus\:border-accent-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity))
  }
  .xl\:focus\:border-accent-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity))
  }
  .xl\:focus\:border-accent-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity))
  }
  .xl\:focus\:border-accent-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity))
  }
  .xl\:focus\:border-shade-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(58, 58, 49, var(--tw-border-opacity))
  }
  .xl\:focus\:border-shade-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(45, 47, 53, var(--tw-border-opacity))
  }
  .xl\:focus\:border-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .xl\:focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity))
  }
  .xl\:focus\:border-gray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity))
  }
  .xl\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity))
  }
  .xl\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity))
  }
  .xl\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity))
  }
  .xl\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity))
  }
  .xl\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity))
  }
  .xl\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity))
  }
  .xl\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity))
  }
  .xl\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity))
  }
  .xl\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity))
  }
  .xl\:focus\:border-brand-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity))
  }
  .xl\:focus\:border-brand-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity))
  }
  .xl\:focus\:border-brand-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity))
  }
  .xl\:focus\:border-brand-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity))
  }
  .xl\:focus\:border-brand-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity))
  }
  .xl\:focus\:border-brand-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity))
  }
  .xl\:focus\:border-brand-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity))
  }
  .xl\:focus\:border-brand-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity))
  }
  .xl\:focus\:border-brand-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity))
  }
  .xl\:focus\:border-brand-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity))
  }
  .xl\:focus\:border-transparent:focus {
    border-color: transparent
  }
  .xl\:focus\:border-current:focus {
    border-color: currentColor
  }
  .xl\:border-opacity-0 {
    --tw-border-opacity: 0
  }
  .xl\:border-opacity-5 {
    --tw-border-opacity: 0.05
  }
  .xl\:border-opacity-10 {
    --tw-border-opacity: 0.1
  }
  .xl\:border-opacity-20 {
    --tw-border-opacity: 0.2
  }
  .xl\:border-opacity-25 {
    --tw-border-opacity: 0.25
  }
  .xl\:border-opacity-30 {
    --tw-border-opacity: 0.3
  }
  .xl\:border-opacity-40 {
    --tw-border-opacity: 0.4
  }
  .xl\:border-opacity-50 {
    --tw-border-opacity: 0.5
  }
  .xl\:border-opacity-60 {
    --tw-border-opacity: 0.6
  }
  .xl\:border-opacity-70 {
    --tw-border-opacity: 0.7
  }
  .xl\:border-opacity-75 {
    --tw-border-opacity: 0.75
  }
  .xl\:border-opacity-80 {
    --tw-border-opacity: 0.8
  }
  .xl\:border-opacity-90 {
    --tw-border-opacity: 0.9
  }
  .xl\:border-opacity-95 {
    --tw-border-opacity: 0.95
  }
  .xl\:border-opacity-100 {
    --tw-border-opacity: 1
  }
  .group:hover .xl\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0
  }
  .group:hover .xl\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05
  }
  .group:hover .xl\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1
  }
  .group:hover .xl\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2
  }
  .group:hover .xl\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25
  }
  .group:hover .xl\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3
  }
  .group:hover .xl\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4
  }
  .group:hover .xl\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5
  }
  .group:hover .xl\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6
  }
  .group:hover .xl\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7
  }
  .group:hover .xl\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75
  }
  .group:hover .xl\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8
  }
  .group:hover .xl\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9
  }
  .group:hover .xl\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95
  }
  .group:hover .xl\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1
  }
  .xl\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0
  }
  .xl\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05
  }
  .xl\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1
  }
  .xl\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2
  }
  .xl\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25
  }
  .xl\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3
  }
  .xl\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4
  }
  .xl\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5
  }
  .xl\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6
  }
  .xl\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7
  }
  .xl\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75
  }
  .xl\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8
  }
  .xl\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9
  }
  .xl\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95
  }
  .xl\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1
  }
  .xl\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0
  }
  .xl\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05
  }
  .xl\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1
  }
  .xl\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2
  }
  .xl\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25
  }
  .xl\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3
  }
  .xl\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4
  }
  .xl\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5
  }
  .xl\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6
  }
  .xl\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7
  }
  .xl\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75
  }
  .xl\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8
  }
  .xl\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9
  }
  .xl\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95
  }
  .xl\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1
  }
  .xl\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0
  }
  .xl\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05
  }
  .xl\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1
  }
  .xl\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2
  }
  .xl\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25
  }
  .xl\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3
  }
  .xl\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4
  }
  .xl\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5
  }
  .xl\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6
  }
  .xl\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7
  }
  .xl\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75
  }
  .xl\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8
  }
  .xl\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9
  }
  .xl\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95
  }
  .xl\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1
  }
  .xl\:rounded-none {
    border-radius: 0
  }
  .xl\:rounded-sm {
    border-radius: 1.5px
  }
  .xl\:rounded {
    border-radius: 3px
  }
  .xl\:rounded-md {
    border-radius: 4.5px
  }
  .xl\:rounded-lg {
    border-radius: 6px
  }
  .xl\:rounded-xl {
    border-radius: 9px
  }
  .xl\:rounded-2xl {
    border-radius: 12px
  }
  .xl\:rounded-3xl {
    border-radius: 18px
  }
  .xl\:rounded-full {
    border-radius: 9999px
  }
  .xl\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0
  }
  .xl\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }
  .xl\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
  }
  .xl\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }
  .xl\:rounded-t-sm {
    border-top-left-radius: 1.5px;
    border-top-right-radius: 1.5px
  }
  .xl\:rounded-r-sm {
    border-top-right-radius: 1.5px;
    border-bottom-right-radius: 1.5px
  }
  .xl\:rounded-b-sm {
    border-bottom-right-radius: 1.5px;
    border-bottom-left-radius: 1.5px
  }
  .xl\:rounded-l-sm {
    border-top-left-radius: 1.5px;
    border-bottom-left-radius: 1.5px
  }
  .xl\:rounded-t {
    border-top-left-radius: 3px
  }
  .xl\:rounded-r, .xl\:rounded-t {
    border-top-right-radius: 3px
  }
  .xl\:rounded-b, .xl\:rounded-r {
    border-bottom-right-radius: 3px
  }
  .xl\:rounded-b, .xl\:rounded-l {
    border-bottom-left-radius: 3px
  }
  .xl\:rounded-l {
    border-top-left-radius: 3px
  }
  .xl\:rounded-t-md {
    border-top-left-radius: 4.5px;
    border-top-right-radius: 4.5px
  }
  .xl\:rounded-r-md {
    border-top-right-radius: 4.5px;
    border-bottom-right-radius: 4.5px
  }
  .xl\:rounded-b-md {
    border-bottom-right-radius: 4.5px;
    border-bottom-left-radius: 4.5px
  }
  .xl\:rounded-l-md {
    border-top-left-radius: 4.5px;
    border-bottom-left-radius: 4.5px
  }
  .xl\:rounded-t-lg {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
  }
  .xl\:rounded-r-lg {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
  }
  .xl\:rounded-b-lg {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px
  }
  .xl\:rounded-l-lg {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
  }
  .xl\:rounded-t-xl {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px
  }
  .xl\:rounded-r-xl {
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px
  }
  .xl\:rounded-b-xl {
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px
  }
  .xl\:rounded-l-xl {
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px
  }
  .xl\:rounded-t-2xl {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px
  }
  .xl\:rounded-r-2xl {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px
  }
  .xl\:rounded-b-2xl {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px
  }
  .xl\:rounded-l-2xl {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px
  }
  .xl\:rounded-t-3xl {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px
  }
  .xl\:rounded-r-3xl {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px
  }
  .xl\:rounded-b-3xl {
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px
  }
  .xl\:rounded-l-3xl {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px
  }
  .xl\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px
  }
  .xl\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px
  }
  .xl\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px
  }
  .xl\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px
  }
  .xl\:rounded-tl-none {
    border-top-left-radius: 0
  }
  .xl\:rounded-tr-none {
    border-top-right-radius: 0
  }
  .xl\:rounded-br-none {
    border-bottom-right-radius: 0
  }
  .xl\:rounded-bl-none {
    border-bottom-left-radius: 0
  }
  .xl\:rounded-tl-sm {
    border-top-left-radius: 1.5px
  }
  .xl\:rounded-tr-sm {
    border-top-right-radius: 1.5px
  }
  .xl\:rounded-br-sm {
    border-bottom-right-radius: 1.5px
  }
  .xl\:rounded-bl-sm {
    border-bottom-left-radius: 1.5px
  }
  .xl\:rounded-tl {
    border-top-left-radius: 3px
  }
  .xl\:rounded-tr {
    border-top-right-radius: 3px
  }
  .xl\:rounded-br {
    border-bottom-right-radius: 3px
  }
  .xl\:rounded-bl {
    border-bottom-left-radius: 3px
  }
  .xl\:rounded-tl-md {
    border-top-left-radius: 4.5px
  }
  .xl\:rounded-tr-md {
    border-top-right-radius: 4.5px
  }
  .xl\:rounded-br-md {
    border-bottom-right-radius: 4.5px
  }
  .xl\:rounded-bl-md {
    border-bottom-left-radius: 4.5px
  }
  .xl\:rounded-tl-lg {
    border-top-left-radius: 6px
  }
  .xl\:rounded-tr-lg {
    border-top-right-radius: 6px
  }
  .xl\:rounded-br-lg {
    border-bottom-right-radius: 6px
  }
  .xl\:rounded-bl-lg {
    border-bottom-left-radius: 6px
  }
  .xl\:rounded-tl-xl {
    border-top-left-radius: 9px
  }
  .xl\:rounded-tr-xl {
    border-top-right-radius: 9px
  }
  .xl\:rounded-br-xl {
    border-bottom-right-radius: 9px
  }
  .xl\:rounded-bl-xl {
    border-bottom-left-radius: 9px
  }
  .xl\:rounded-tl-2xl {
    border-top-left-radius: 12px
  }
  .xl\:rounded-tr-2xl {
    border-top-right-radius: 12px
  }
  .xl\:rounded-br-2xl {
    border-bottom-right-radius: 12px
  }
  .xl\:rounded-bl-2xl {
    border-bottom-left-radius: 12px
  }
  .xl\:rounded-tl-3xl {
    border-top-left-radius: 18px
  }
  .xl\:rounded-tr-3xl {
    border-top-right-radius: 18px
  }
  .xl\:rounded-br-3xl {
    border-bottom-right-radius: 18px
  }
  .xl\:rounded-bl-3xl {
    border-bottom-left-radius: 18px
  }
  .xl\:rounded-tl-full {
    border-top-left-radius: 9999px
  }
  .xl\:rounded-tr-full {
    border-top-right-radius: 9999px
  }
  .xl\:rounded-br-full {
    border-bottom-right-radius: 9999px
  }
  .xl\:rounded-bl-full {
    border-bottom-left-radius: 9999px
  }
  .xl\:border-solid {
    border-style: solid
  }
  .xl\:border-dashed {
    border-style: dashed
  }
  .xl\:border-dotted {
    border-style: dotted
  }
  .xl\:border-double {
    border-style: double
  }
  .xl\:border-none {
    border-style: none
  }
  .xl\:border-0 {
    border-width: 0
  }
  .xl\:border-2 {
    border-width: 2px
  }
  .xl\:border-4 {
    border-width: 4px
  }
  .xl\:border-8 {
    border-width: 8px
  }
  .xl\:border {
    border-width: 1px
  }
  .xl\:border-t-0 {
    border-top-width: 0
  }
  .xl\:border-r-0 {
    border-right-width: 0
  }
  .xl\:border-b-0 {
    border-bottom-width: 0
  }
  .xl\:border-l-0 {
    border-left-width: 0
  }
  .xl\:border-t-2 {
    border-top-width: 2px
  }
  .xl\:border-r-2 {
    border-right-width: 2px
  }
  .xl\:border-b-2 {
    border-bottom-width: 2px
  }
  .xl\:border-l-2 {
    border-left-width: 2px
  }
  .xl\:border-t-4 {
    border-top-width: 4px
  }
  .xl\:border-r-4 {
    border-right-width: 4px
  }
  .xl\:border-b-4 {
    border-bottom-width: 4px
  }
  .xl\:border-l-4 {
    border-left-width: 4px
  }
  .xl\:border-t-8 {
    border-top-width: 8px
  }
  .xl\:border-r-8 {
    border-right-width: 8px
  }
  .xl\:border-b-8 {
    border-bottom-width: 8px
  }
  .xl\:border-l-8 {
    border-left-width: 8px
  }
  .xl\:border-t {
    border-top-width: 1px
  }
  .xl\:border-r {
    border-right-width: 1px
  }
  .xl\:border-b {
    border-bottom-width: 1px
  }
  .xl\:border-l {
    border-left-width: 1px
  }
  .xl\:decoration-slice {
    -webkit-box-decoration-break: slice;
    box-decoration-break: slice
  }
  .xl\:decoration-clone {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
  }
  .xl\:box-border {
    box-sizing: border-box
  }
  .xl\:box-content {
    box-sizing: content-box
  }
  .xl\:cursor-auto {
    cursor: auto
  }
  .xl\:cursor-default {
    cursor: default
  }
  .xl\:cursor-pointer {
    cursor: pointer
  }
  .xl\:cursor-wait {
    cursor: wait
  }
  .xl\:cursor-text {
    cursor: text
  }
  .xl\:cursor-move {
    cursor: move
  }
  .xl\:cursor-help {
    cursor: help
  }
  .xl\:cursor-not-allowed {
    cursor: not-allowed
  }
  .xl\:disabled\:cursor-auto:disabled {
    cursor: auto
  }
  .xl\:disabled\:cursor-default:disabled {
    cursor: default
  }
  .xl\:disabled\:cursor-pointer:disabled {
    cursor: pointer
  }
  .xl\:disabled\:cursor-wait:disabled {
    cursor: wait
  }
  .xl\:disabled\:cursor-text:disabled {
    cursor: text
  }
  .xl\:disabled\:cursor-move:disabled {
    cursor: move
  }
  .xl\:disabled\:cursor-help:disabled {
    cursor: help
  }
  .xl\:disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed
  }
  .xl\:block {
    display: block
  }
  .xl\:inline-block {
    display: inline-block
  }
  .xl\:inline {
    display: inline
  }
  .xl\:flex {
    display: flex
  }
  .xl\:inline-flex {
    display: inline-flex
  }
  .xl\:table {
    display: table
  }
  .xl\:inline-table {
    display: inline-table
  }
  .xl\:table-caption {
    display: table-caption
  }
  .xl\:table-cell {
    display: table-cell
  }
  .xl\:table-column {
    display: table-column
  }
  .xl\:table-column-group {
    display: table-column-group
  }
  .xl\:table-footer-group {
    display: table-footer-group
  }
  .xl\:table-header-group {
    display: table-header-group
  }
  .xl\:table-row-group {
    display: table-row-group
  }
  .xl\:table-row {
    display: table-row
  }
  .xl\:flow-root {
    display: flow-root
  }
  .xl\:grid {
    display: grid
  }
  .xl\:inline-grid {
    display: inline-grid
  }
  .xl\:contents {
    display: contents
  }
  .xl\:list-item {
    display: list-item
  }
  .xl\:hidden {
    display: none
  }
  .xl\:flex-row {
    flex-direction: row
  }
  .xl\:flex-row-reverse {
    flex-direction: row-reverse
  }
  .xl\:flex-col {
    flex-direction: column
  }
  .xl\:flex-col-reverse {
    flex-direction: column-reverse
  }
  .xl\:flex-wrap {
    flex-wrap: wrap
  }
  .xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse
  }
  .xl\:flex-nowrap {
    flex-wrap: nowrap
  }
  .xl\:place-items-start {
    place-items: start
  }
  .xl\:place-items-end {
    place-items: end
  }
  .xl\:place-items-center {
    place-items: center
  }
  .xl\:place-items-stretch {
    place-items: stretch
  }
  .xl\:place-content-center {
    place-content: center
  }
  .xl\:place-content-start {
    place-content: start
  }
  .xl\:place-content-end {
    place-content: end
  }
  .xl\:place-content-between {
    place-content: space-between
  }
  .xl\:place-content-around {
    place-content: space-around
  }
  .xl\:place-content-evenly {
    place-content: space-evenly
  }
  .xl\:place-content-stretch {
    place-content: stretch
  }
  .xl\:place-self-auto {
    place-self: auto
  }
  .xl\:place-self-start {
    place-self: start
  }
  .xl\:place-self-end {
    place-self: end
  }
  .xl\:place-self-center {
    place-self: center
  }
  .xl\:place-self-stretch {
    place-self: stretch
  }
  .xl\:items-start {
    align-items: flex-start
  }
  .xl\:items-end {
    align-items: flex-end
  }
  .xl\:items-center {
    align-items: center
  }
  .xl\:items-baseline {
    align-items: baseline
  }
  .xl\:items-stretch {
    align-items: stretch
  }
  .xl\:content-center {
    align-content: center
  }
  .xl\:content-start {
    align-content: flex-start
  }
  .xl\:content-end {
    align-content: flex-end
  }
  .xl\:content-between {
    align-content: space-between
  }
  .xl\:content-around {
    align-content: space-around
  }
  .xl\:content-evenly {
    align-content: space-evenly
  }
  .xl\:self-auto {
    align-self: auto
  }
  .xl\:self-start {
    align-self: flex-start
  }
  .xl\:self-end {
    align-self: flex-end
  }
  .xl\:self-center {
    align-self: center
  }
  .xl\:self-stretch {
    align-self: stretch
  }
  .xl\:justify-items-start {
    justify-items: start
  }
  .xl\:justify-items-end {
    justify-items: end
  }
  .xl\:justify-items-center {
    justify-items: center
  }
  .xl\:justify-items-stretch {
    justify-items: stretch
  }
  .xl\:justify-start {
    justify-content: flex-start
  }
  .xl\:justify-end {
    justify-content: flex-end
  }
  .xl\:justify-center {
    justify-content: center
  }
  .xl\:justify-between {
    justify-content: space-between
  }
  .xl\:justify-around {
    justify-content: space-around
  }
  .xl\:justify-evenly {
    justify-content: space-evenly
  }
  .xl\:justify-self-auto {
    justify-self: auto
  }
  .xl\:justify-self-start {
    justify-self: start
  }
  .xl\:justify-self-end {
    justify-self: end
  }
  .xl\:justify-self-center {
    justify-self: center
  }
  .xl\:justify-self-stretch {
    justify-self: stretch
  }
  .xl\:flex-1 {
    flex: 1 1 0%
  }
  .xl\:flex-auto {
    flex: 1 1 auto
  }
  .xl\:flex-initial {
    flex: 0 1 auto
  }
  .xl\:flex-none {
    flex: none
  }
  .xl\:flex-grow-0 {
    flex-grow: 0
  }
  .xl\:flex-grow {
    flex-grow: 1
  }
  .xl\:flex-shrink-0 {
    flex-shrink: 0
  }
  .xl\:flex-shrink {
    flex-shrink: 1
  }
  .xl\:order-1 {
    order: 1
  }
  .xl\:order-2 {
    order: 2
  }
  .xl\:order-3 {
    order: 3
  }
  .xl\:order-4 {
    order: 4
  }
  .xl\:order-5 {
    order: 5
  }
  .xl\:order-6 {
    order: 6
  }
  .xl\:order-7 {
    order: 7
  }
  .xl\:order-8 {
    order: 8
  }
  .xl\:order-9 {
    order: 9
  }
  .xl\:order-10 {
    order: 10
  }
  .xl\:order-11 {
    order: 11
  }
  .xl\:order-12 {
    order: 12
  }
  .xl\:order-first {
    order: -9999
  }
  .xl\:order-last {
    order: 9999
  }
  .xl\:order-none {
    order: 0
  }
  .xl\:float-right {
    float: right
  }
  .xl\:float-left {
    float: left
  }
  .xl\:float-none {
    float: none
  }
  .xl\:clear-left {
    clear: left
  }
  .xl\:clear-right {
    clear: right
  }
  .xl\:clear-both {
    clear: both
  }
  .xl\:clear-none {
    clear: none
  }
  .xl\:font-sans {
    font-family: adrianna, sans-serif
  }
  .xl\:font-marvin-round {
    font-family: marvin-round, sans-serif
  }
  .xl\:font-thin {
    font-weight: 100
  }
  .xl\:font-extralight {
    font-weight: 200
  }
  .xl\:font-light {
    font-weight: 300
  }
  .xl\:font-normal {
    font-weight: 400
  }
  .xl\:font-medium {
    font-weight: 500
  }
  .xl\:font-semibold {
    font-weight: 600
  }
  .xl\:font-bold {
    font-weight: 700
  }
  .xl\:font-extrabold {
    font-weight: 800
  }
  .xl\:font-black {
    font-weight: 900
  }
  .xl\:h-0 {
    height: 0
  }
  .xl\:h-1 {
    height: 3px
  }
  .xl\:h-2 {
    height: 6px
  }
  .xl\:h-3 {
    height: 9px
  }
  .xl\:h-4 {
    height: 12px
  }
  .xl\:h-5 {
    height: 15px
  }
  .xl\:h-6 {
    height: 18px
  }
  .xl\:h-7 {
    height: 21px
  }
  .xl\:h-8 {
    height: 24px
  }
  .xl\:h-9 {
    height: 27px
  }
  .xl\:h-10 {
    height: 30px
  }
  .xl\:h-11 {
    height: 33px
  }
  .xl\:h-12 {
    height: 36px
  }
  .xl\:h-14 {
    height: 42px
  }
  .xl\:h-16 {
    height: 48px
  }
  .xl\:h-18 {
    height: 54px
  }
  .xl\:h-20 {
    height: 60px
  }
  .xl\:h-24 {
    height: 72px
  }
  .xl\:h-28 {
    height: 84px
  }
  .xl\:h-32 {
    height: 96px
  }
  .xl\:h-36 {
    height: 108px
  }
  .xl\:h-40 {
    height: 120px
  }
  .xl\:h-44 {
    height: 132px
  }
  .xl\:h-48 {
    height: 144px
  }
  .xl\:h-52 {
    height: 156px
  }
  .xl\:h-56 {
    height: 168px
  }
  .xl\:h-60 {
    height: 180px
  }
  .xl\:h-64 {
    height: 192px
  }
  .xl\:h-72 {
    height: 216px
  }
  .xl\:h-80 {
    height: 240px
  }
  .xl\:h-96 {
    height: 288px
  }
  .xl\:h-auto {
    height: auto
  }
  .xl\:h-px {
    height: 1px
  }
  .xl\:h-0\.5 {
    height: 1.5px
  }
  .xl\:h-1\.5 {
    height: 4.5px
  }
  .xl\:h-2\.5 {
    height: 7.5px
  }
  .xl\:h-3\.5 {
    height: 10.5px
  }
  .xl\:h-1\/2 {
    height: 50%
  }
  .xl\:h-1\/3 {
    height: 33.333333%
  }
  .xl\:h-2\/3 {
    height: 66.666667%
  }
  .xl\:h-1\/4 {
    height: 25%
  }
  .xl\:h-2\/4 {
    height: 50%
  }
  .xl\:h-3\/4 {
    height: 75%
  }
  .xl\:h-1\/5 {
    height: 20%
  }
  .xl\:h-2\/5 {
    height: 40%
  }
  .xl\:h-3\/5 {
    height: 60%
  }
  .xl\:h-4\/5 {
    height: 80%
  }
  .xl\:h-1\/6 {
    height: 16.666667%
  }
  .xl\:h-2\/6 {
    height: 33.333333%
  }
  .xl\:h-3\/6 {
    height: 50%
  }
  .xl\:h-4\/6 {
    height: 66.666667%
  }
  .xl\:h-5\/6 {
    height: 83.333333%
  }
  .xl\:h-full {
    height: 100%
  }
  .xl\:h-screen {
    height: 100vh
  }
  .xl\:h-screen-4\/5 {
    height: 80vh
  }
  .xl\:text-xs {
    font-size: 9px;
    line-height: 12px
  }
  .xl\:text-sm {
    font-size: 10.5px;
    line-height: 15px
  }
  .xl\:text-base {
    font-size: 12px;
    line-height: 18px
  }
  .xl\:text-lg {
    font-size: 13.5px;
    line-height: 21px
  }
  .xl\:text-xl {
    font-size: 15px;
    line-height: 21px
  }
  .xl\:text-2xl {
    font-size: 18px;
    line-height: 24px
  }
  .xl\:text-3xl {
    font-size: 22.5px;
    line-height: 27px
  }
  .xl\:text-4xl {
    font-size: 27px;
    line-height: 30px
  }
  .xl\:text-5xl {
    font-size: 36px;
    line-height: 1
  }
  .xl\:text-6xl {
    font-size: 45px;
    line-height: 1
  }
  .xl\:text-7xl {
    font-size: 54px;
    line-height: 1
  }
  .xl\:text-8xl {
    font-size: 72px;
    line-height: 1
  }
  .xl\:text-9xl {
    font-size: 96px;
    line-height: 1
  }
  .xl\:leading-3 {
    line-height: 9px
  }
  .xl\:leading-4 {
    line-height: 12px
  }
  .xl\:leading-5 {
    line-height: 15px
  }
  .xl\:leading-6 {
    line-height: 18px
  }
  .xl\:leading-7 {
    line-height: 21px
  }
  .xl\:leading-8 {
    line-height: 24px
  }
  .xl\:leading-9 {
    line-height: 27px
  }
  .xl\:leading-10 {
    line-height: 30px
  }
  .xl\:leading-none {
    line-height: 1
  }
  .xl\:leading-tight {
    line-height: 1.25
  }
  .xl\:leading-snug {
    line-height: 1.375
  }
  .xl\:leading-normal {
    line-height: 1.5
  }
  .xl\:leading-relaxed {
    line-height: 1.625
  }
  .xl\:leading-loose {
    line-height: 2
  }
  .xl\:list-inside {
    list-style-position: inside
  }
  .xl\:list-outside {
    list-style-position: outside
  }
  .xl\:list-none {
    list-style-type: none
  }
  .xl\:list-disc {
    list-style-type: disc
  }
  .xl\:list-decimal {
    list-style-type: decimal
  }
  .xl\:m-0 {
    margin: 0
  }
  .xl\:m-1 {
    margin: 3px
  }
  .xl\:m-2 {
    margin: 6px
  }
  .xl\:m-3 {
    margin: 9px
  }
  .xl\:m-4 {
    margin: 12px
  }
  .xl\:m-5 {
    margin: 15px
  }
  .xl\:m-6 {
    margin: 18px
  }
  .xl\:m-7 {
    margin: 21px
  }
  .xl\:m-8 {
    margin: 24px
  }
  .xl\:m-9 {
    margin: 27px
  }
  .xl\:m-10 {
    margin: 30px
  }
  .xl\:m-11 {
    margin: 33px
  }
  .xl\:m-12 {
    margin: 36px
  }
  .xl\:m-14 {
    margin: 42px
  }
  .xl\:m-16 {
    margin: 48px
  }
  .xl\:m-18 {
    margin: 54px
  }
  .xl\:m-20 {
    margin: 60px
  }
  .xl\:m-24 {
    margin: 72px
  }
  .xl\:m-28 {
    margin: 84px
  }
  .xl\:m-32 {
    margin: 96px
  }
  .xl\:m-36 {
    margin: 108px
  }
  .xl\:m-40 {
    margin: 120px
  }
  .xl\:m-44 {
    margin: 132px
  }
  .xl\:m-48 {
    margin: 144px
  }
  .xl\:m-52 {
    margin: 156px
  }
  .xl\:m-56 {
    margin: 168px
  }
  .xl\:m-60 {
    margin: 180px
  }
  .xl\:m-64 {
    margin: 192px
  }
  .xl\:m-72 {
    margin: 216px
  }
  .xl\:m-80 {
    margin: 240px
  }
  .xl\:m-96 {
    margin: 288px
  }
  .xl\:m-auto {
    margin: auto
  }
  .xl\:m-px {
    margin: 1px
  }
  .xl\:m-0\.5 {
    margin: 1.5px
  }
  .xl\:m-1\.5 {
    margin: 4.5px
  }
  .xl\:m-2\.5 {
    margin: 7.5px
  }
  .xl\:m-3\.5 {
    margin: 10.5px
  }
  .xl\:-m-0 {
    margin: 0
  }
  .xl\:-m-1 {
    margin: -3px
  }
  .xl\:-m-2 {
    margin: -6px
  }
  .xl\:-m-3 {
    margin: -9px
  }
  .xl\:-m-4 {
    margin: -12px
  }
  .xl\:-m-5 {
    margin: -15px
  }
  .xl\:-m-6 {
    margin: -18px
  }
  .xl\:-m-7 {
    margin: -21px
  }
  .xl\:-m-8 {
    margin: -24px
  }
  .xl\:-m-9 {
    margin: -27px
  }
  .xl\:-m-10 {
    margin: -30px
  }
  .xl\:-m-11 {
    margin: -33px
  }
  .xl\:-m-12 {
    margin: -36px
  }
  .xl\:-m-14 {
    margin: -42px
  }
  .xl\:-m-16 {
    margin: -48px
  }
  .xl\:-m-18 {
    margin: -54px
  }
  .xl\:-m-20 {
    margin: -60px
  }
  .xl\:-m-24 {
    margin: -72px
  }
  .xl\:-m-28 {
    margin: -84px
  }
  .xl\:-m-32 {
    margin: -96px
  }
  .xl\:-m-36 {
    margin: -108px
  }
  .xl\:-m-40 {
    margin: -120px
  }
  .xl\:-m-44 {
    margin: -132px
  }
  .xl\:-m-48 {
    margin: -144px
  }
  .xl\:-m-52 {
    margin: -156px
  }
  .xl\:-m-56 {
    margin: -168px
  }
  .xl\:-m-60 {
    margin: -180px
  }
  .xl\:-m-64 {
    margin: -192px
  }
  .xl\:-m-72 {
    margin: -216px
  }
  .xl\:-m-80 {
    margin: -240px
  }
  .xl\:-m-96 {
    margin: -288px
  }
  .xl\:-m-px {
    margin: -1px
  }
  .xl\:-m-0\.5 {
    margin: -1.5px
  }
  .xl\:-m-1\.5 {
    margin: -4.5px
  }
  .xl\:-m-2\.5 {
    margin: -7.5px
  }
  .xl\:-m-3\.5 {
    margin: -10.5px
  }
  .xl\:-m-128px {
    margin: -128px
  }
  .xl\:-m-61px {
    margin: -61px
  }
  .xl\:-m-24vw {
    margin: -24vw
  }
  .xl\:my-0 {
    margin-top: 0;
    margin-bottom: 0
  }
  .xl\:mx-0 {
    margin-left: 0;
    margin-right: 0
  }
  .xl\:my-1 {
    margin-top: 3px;
    margin-bottom: 3px
  }
  .xl\:mx-1 {
    margin-left: 3px;
    margin-right: 3px
  }
  .xl\:my-2 {
    margin-top: 6px;
    margin-bottom: 6px
  }
  .xl\:mx-2 {
    margin-left: 6px;
    margin-right: 6px
  }
  .xl\:my-3 {
    margin-top: 9px;
    margin-bottom: 9px
  }
  .xl\:mx-3 {
    margin-left: 9px;
    margin-right: 9px
  }
  .xl\:my-4 {
    margin-top: 12px;
    margin-bottom: 12px
  }
  .xl\:mx-4 {
    margin-left: 12px;
    margin-right: 12px
  }
  .xl\:my-5 {
    margin-top: 15px;
    margin-bottom: 15px
  }
  .xl\:mx-5 {
    margin-left: 15px;
    margin-right: 15px
  }
  .xl\:my-6 {
    margin-top: 18px;
    margin-bottom: 18px
  }
  .xl\:mx-6 {
    margin-left: 18px;
    margin-right: 18px
  }
  .xl\:my-7 {
    margin-top: 21px;
    margin-bottom: 21px
  }
  .xl\:mx-7 {
    margin-left: 21px;
    margin-right: 21px
  }
  .xl\:my-8 {
    margin-top: 24px;
    margin-bottom: 24px
  }
  .xl\:mx-8 {
    margin-left: 24px;
    margin-right: 24px
  }
  .xl\:my-9 {
    margin-top: 27px;
    margin-bottom: 27px
  }
  .xl\:mx-9 {
    margin-left: 27px;
    margin-right: 27px
  }
  .xl\:my-10 {
    margin-top: 30px;
    margin-bottom: 30px
  }
  .xl\:mx-10 {
    margin-left: 30px;
    margin-right: 30px
  }
  .xl\:my-11 {
    margin-top: 33px;
    margin-bottom: 33px
  }
  .xl\:mx-11 {
    margin-left: 33px;
    margin-right: 33px
  }
  .xl\:my-12 {
    margin-top: 36px;
    margin-bottom: 36px
  }
  .xl\:mx-12 {
    margin-left: 36px;
    margin-right: 36px
  }
  .xl\:my-14 {
    margin-top: 42px;
    margin-bottom: 42px
  }
  .xl\:mx-14 {
    margin-left: 42px;
    margin-right: 42px
  }
  .xl\:my-16 {
    margin-top: 48px;
    margin-bottom: 48px
  }
  .xl\:mx-16 {
    margin-left: 48px;
    margin-right: 48px
  }
  .xl\:my-18 {
    margin-top: 54px;
    margin-bottom: 54px
  }
  .xl\:mx-18 {
    margin-left: 54px;
    margin-right: 54px
  }
  .xl\:my-20 {
    margin-top: 60px;
    margin-bottom: 60px
  }
  .xl\:mx-20 {
    margin-left: 60px;
    margin-right: 60px
  }
  .xl\:my-24 {
    margin-top: 72px;
    margin-bottom: 72px
  }
  .xl\:mx-24 {
    margin-left: 72px;
    margin-right: 72px
  }
  .xl\:my-28 {
    margin-top: 84px;
    margin-bottom: 84px
  }
  .xl\:mx-28 {
    margin-left: 84px;
    margin-right: 84px
  }
  .xl\:my-32 {
    margin-top: 96px;
    margin-bottom: 96px
  }
  .xl\:mx-32 {
    margin-left: 96px;
    margin-right: 96px
  }
  .xl\:my-36 {
    margin-top: 108px;
    margin-bottom: 108px
  }
  .xl\:mx-36 {
    margin-left: 108px;
    margin-right: 108px
  }
  .xl\:my-40 {
    margin-top: 120px;
    margin-bottom: 120px
  }
  .xl\:mx-40 {
    margin-left: 120px;
    margin-right: 120px
  }
  .xl\:my-44 {
    margin-top: 132px;
    margin-bottom: 132px
  }
  .xl\:mx-44 {
    margin-left: 132px;
    margin-right: 132px
  }
  .xl\:my-48 {
    margin-top: 144px;
    margin-bottom: 144px
  }
  .xl\:mx-48 {
    margin-left: 144px;
    margin-right: 144px
  }
  .xl\:my-52 {
    margin-top: 156px;
    margin-bottom: 156px
  }
  .xl\:mx-52 {
    margin-left: 156px;
    margin-right: 156px
  }
  .xl\:my-56 {
    margin-top: 168px;
    margin-bottom: 168px
  }
  .xl\:mx-56 {
    margin-left: 168px;
    margin-right: 168px
  }
  .xl\:my-60 {
    margin-top: 180px;
    margin-bottom: 180px
  }
  .xl\:mx-60 {
    margin-left: 180px;
    margin-right: 180px
  }
  .xl\:my-64 {
    margin-top: 192px;
    margin-bottom: 192px
  }
  .xl\:mx-64 {
    margin-left: 192px;
    margin-right: 192px
  }
  .xl\:my-72 {
    margin-top: 216px;
    margin-bottom: 216px
  }
  .xl\:mx-72 {
    margin-left: 216px;
    margin-right: 216px
  }
  .xl\:my-80 {
    margin-top: 240px;
    margin-bottom: 240px
  }
  .xl\:mx-80 {
    margin-left: 240px;
    margin-right: 240px
  }
  .xl\:my-96 {
    margin-top: 288px;
    margin-bottom: 288px
  }
  .xl\:mx-96 {
    margin-left: 288px;
    margin-right: 288px
  }
  .xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto
  }
  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto
  }
  .xl\:my-px {
    margin-top: 1px;
    margin-bottom: 1px
  }
  .xl\:mx-px {
    margin-left: 1px;
    margin-right: 1px
  }
  .xl\:my-0\.5 {
    margin-top: 1.5px;
    margin-bottom: 1.5px
  }
  .xl\:mx-0\.5 {
    margin-left: 1.5px;
    margin-right: 1.5px
  }
  .xl\:my-1\.5 {
    margin-top: 4.5px;
    margin-bottom: 4.5px
  }
  .xl\:mx-1\.5 {
    margin-left: 4.5px;
    margin-right: 4.5px
  }
  .xl\:my-2\.5 {
    margin-top: 7.5px;
    margin-bottom: 7.5px
  }
  .xl\:mx-2\.5 {
    margin-left: 7.5px;
    margin-right: 7.5px
  }
  .xl\:my-3\.5 {
    margin-top: 10.5px;
    margin-bottom: 10.5px
  }
  .xl\:mx-3\.5 {
    margin-left: 10.5px;
    margin-right: 10.5px
  }
  .xl\:-my-0 {
    margin-top: 0;
    margin-bottom: 0
  }
  .xl\:-mx-0 {
    margin-left: 0;
    margin-right: 0
  }
  .xl\:-my-1 {
    margin-top: -3px;
    margin-bottom: -3px
  }
  .xl\:-mx-1 {
    margin-left: -3px;
    margin-right: -3px
  }
  .xl\:-my-2 {
    margin-top: -6px;
    margin-bottom: -6px
  }
  .xl\:-mx-2 {
    margin-left: -6px;
    margin-right: -6px
  }
  .xl\:-my-3 {
    margin-top: -9px;
    margin-bottom: -9px
  }
  .xl\:-mx-3 {
    margin-left: -9px;
    margin-right: -9px
  }
  .xl\:-my-4 {
    margin-top: -12px;
    margin-bottom: -12px
  }
  .xl\:-mx-4 {
    margin-left: -12px;
    margin-right: -12px
  }
  .xl\:-my-5 {
    margin-top: -15px;
    margin-bottom: -15px
  }
  .xl\:-mx-5 {
    margin-left: -15px;
    margin-right: -15px
  }
  .xl\:-my-6 {
    margin-top: -18px;
    margin-bottom: -18px
  }
  .xl\:-mx-6 {
    margin-left: -18px;
    margin-right: -18px
  }
  .xl\:-my-7 {
    margin-top: -21px;
    margin-bottom: -21px
  }
  .xl\:-mx-7 {
    margin-left: -21px;
    margin-right: -21px
  }
  .xl\:-my-8 {
    margin-top: -24px;
    margin-bottom: -24px
  }
  .xl\:-mx-8 {
    margin-left: -24px;
    margin-right: -24px
  }
  .xl\:-my-9 {
    margin-top: -27px;
    margin-bottom: -27px
  }
  .xl\:-mx-9 {
    margin-left: -27px;
    margin-right: -27px
  }
  .xl\:-my-10 {
    margin-top: -30px;
    margin-bottom: -30px
  }
  .xl\:-mx-10 {
    margin-left: -30px;
    margin-right: -30px
  }
  .xl\:-my-11 {
    margin-top: -33px;
    margin-bottom: -33px
  }
  .xl\:-mx-11 {
    margin-left: -33px;
    margin-right: -33px
  }
  .xl\:-my-12 {
    margin-top: -36px;
    margin-bottom: -36px
  }
  .xl\:-mx-12 {
    margin-left: -36px;
    margin-right: -36px
  }
  .xl\:-my-14 {
    margin-top: -42px;
    margin-bottom: -42px
  }
  .xl\:-mx-14 {
    margin-left: -42px;
    margin-right: -42px
  }
  .xl\:-my-16 {
    margin-top: -48px;
    margin-bottom: -48px
  }
  .xl\:-mx-16 {
    margin-left: -48px;
    margin-right: -48px
  }
  .xl\:-my-18 {
    margin-top: -54px;
    margin-bottom: -54px
  }
  .xl\:-mx-18 {
    margin-left: -54px;
    margin-right: -54px
  }
  .xl\:-my-20 {
    margin-top: -60px;
    margin-bottom: -60px
  }
  .xl\:-mx-20 {
    margin-left: -60px;
    margin-right: -60px
  }
  .xl\:-my-24 {
    margin-top: -72px;
    margin-bottom: -72px
  }
  .xl\:-mx-24 {
    margin-left: -72px;
    margin-right: -72px
  }
  .xl\:-my-28 {
    margin-top: -84px;
    margin-bottom: -84px
  }
  .xl\:-mx-28 {
    margin-left: -84px;
    margin-right: -84px
  }
  .xl\:-my-32 {
    margin-top: -96px;
    margin-bottom: -96px
  }
  .xl\:-mx-32 {
    margin-left: -96px;
    margin-right: -96px
  }
  .xl\:-my-36 {
    margin-top: -108px;
    margin-bottom: -108px
  }
  .xl\:-mx-36 {
    margin-left: -108px;
    margin-right: -108px
  }
  .xl\:-my-40 {
    margin-top: -120px;
    margin-bottom: -120px
  }
  .xl\:-mx-40 {
    margin-left: -120px;
    margin-right: -120px
  }
  .xl\:-my-44 {
    margin-top: -132px;
    margin-bottom: -132px
  }
  .xl\:-mx-44 {
    margin-left: -132px;
    margin-right: -132px
  }
  .xl\:-my-48 {
    margin-top: -144px;
    margin-bottom: -144px
  }
  .xl\:-mx-48 {
    margin-left: -144px;
    margin-right: -144px
  }
  .xl\:-my-52 {
    margin-top: -156px;
    margin-bottom: -156px
  }
  .xl\:-mx-52 {
    margin-left: -156px;
    margin-right: -156px
  }
  .xl\:-my-56 {
    margin-top: -168px;
    margin-bottom: -168px
  }
  .xl\:-mx-56 {
    margin-left: -168px;
    margin-right: -168px
  }
  .xl\:-my-60 {
    margin-top: -180px;
    margin-bottom: -180px
  }
  .xl\:-mx-60 {
    margin-left: -180px;
    margin-right: -180px
  }
  .xl\:-my-64 {
    margin-top: -192px;
    margin-bottom: -192px
  }
  .xl\:-mx-64 {
    margin-left: -192px;
    margin-right: -192px
  }
  .xl\:-my-72 {
    margin-top: -216px;
    margin-bottom: -216px
  }
  .xl\:-mx-72 {
    margin-left: -216px;
    margin-right: -216px
  }
  .xl\:-my-80 {
    margin-top: -240px;
    margin-bottom: -240px
  }
  .xl\:-mx-80 {
    margin-left: -240px;
    margin-right: -240px
  }
  .xl\:-my-96 {
    margin-top: -288px;
    margin-bottom: -288px
  }
  .xl\:-mx-96 {
    margin-left: -288px;
    margin-right: -288px
  }
  .xl\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px
  }
  .xl\:-mx-px {
    margin-left: -1px;
    margin-right: -1px
  }
  .xl\:-my-0\.5 {
    margin-top: -1.5px;
    margin-bottom: -1.5px
  }
  .xl\:-mx-0\.5 {
    margin-left: -1.5px;
    margin-right: -1.5px
  }
  .xl\:-my-1\.5 {
    margin-top: -4.5px;
    margin-bottom: -4.5px
  }
  .xl\:-mx-1\.5 {
    margin-left: -4.5px;
    margin-right: -4.5px
  }
  .xl\:-my-2\.5 {
    margin-top: -7.5px;
    margin-bottom: -7.5px
  }
  .xl\:-mx-2\.5 {
    margin-left: -7.5px;
    margin-right: -7.5px
  }
  .xl\:-my-3\.5 {
    margin-top: -10.5px;
    margin-bottom: -10.5px
  }
  .xl\:-mx-3\.5 {
    margin-left: -10.5px;
    margin-right: -10.5px
  }
  .xl\:-my-128px {
    margin-top: -128px;
    margin-bottom: -128px
  }
  .xl\:-mx-128px {
    margin-left: -128px;
    margin-right: -128px
  }
  .xl\:-my-61px {
    margin-top: -61px;
    margin-bottom: -61px
  }
  .xl\:-mx-61px {
    margin-left: -61px;
    margin-right: -61px
  }
  .xl\:-my-24vw {
    margin-top: -24vw;
    margin-bottom: -24vw
  }
  .xl\:-mx-24vw {
    margin-left: -24vw;
    margin-right: -24vw
  }
  .xl\:mt-0 {
    margin-top: 0
  }
  .xl\:mr-0 {
    margin-right: 0
  }
  .xl\:mb-0 {
    margin-bottom: 0
  }
  .xl\:ml-0 {
    margin-left: 0
  }
  .xl\:mt-1 {
    margin-top: 3px
  }
  .xl\:mr-1 {
    margin-right: 3px
  }
  .xl\:mb-1 {
    margin-bottom: 3px
  }
  .xl\:ml-1 {
    margin-left: 3px
  }
  .xl\:mt-2 {
    margin-top: 6px
  }
  .xl\:mr-2 {
    margin-right: 6px
  }
  .xl\:mb-2 {
    margin-bottom: 6px
  }
  .xl\:ml-2 {
    margin-left: 6px
  }
  .xl\:mt-3 {
    margin-top: 9px
  }
  .xl\:mr-3 {
    margin-right: 9px
  }
  .xl\:mb-3 {
    margin-bottom: 9px
  }
  .xl\:ml-3 {
    margin-left: 9px
  }
  .xl\:mt-4 {
    margin-top: 12px
  }
  .xl\:mr-4 {
    margin-right: 12px
  }
  .xl\:mb-4 {
    margin-bottom: 12px
  }
  .xl\:ml-4 {
    margin-left: 12px
  }
  .xl\:mt-5 {
    margin-top: 15px
  }
  .xl\:mr-5 {
    margin-right: 15px
  }
  .xl\:mb-5 {
    margin-bottom: 15px
  }
  .xl\:ml-5 {
    margin-left: 15px
  }
  .xl\:mt-6 {
    margin-top: 18px
  }
  .xl\:mr-6 {
    margin-right: 18px
  }
  .xl\:mb-6 {
    margin-bottom: 18px
  }
  .xl\:ml-6 {
    margin-left: 18px
  }
  .xl\:mt-7 {
    margin-top: 21px
  }
  .xl\:mr-7 {
    margin-right: 21px
  }
  .xl\:mb-7 {
    margin-bottom: 21px
  }
  .xl\:ml-7 {
    margin-left: 21px
  }
  .xl\:mt-8 {
    margin-top: 24px
  }
  .xl\:mr-8 {
    margin-right: 24px
  }
  .xl\:mb-8 {
    margin-bottom: 24px
  }
  .xl\:ml-8 {
    margin-left: 24px
  }
  .xl\:mt-9 {
    margin-top: 27px
  }
  .xl\:mr-9 {
    margin-right: 27px
  }
  .xl\:mb-9 {
    margin-bottom: 27px
  }
  .xl\:ml-9 {
    margin-left: 27px
  }
  .xl\:mt-10 {
    margin-top: 30px
  }
  .xl\:mr-10 {
    margin-right: 30px
  }
  .xl\:mb-10 {
    margin-bottom: 30px
  }
  .xl\:ml-10 {
    margin-left: 30px
  }
  .xl\:mt-11 {
    margin-top: 33px
  }
  .xl\:mr-11 {
    margin-right: 33px
  }
  .xl\:mb-11 {
    margin-bottom: 33px
  }
  .xl\:ml-11 {
    margin-left: 33px
  }
  .xl\:mt-12 {
    margin-top: 36px
  }
  .xl\:mr-12 {
    margin-right: 36px
  }
  .xl\:mb-12 {
    margin-bottom: 36px
  }
  .xl\:ml-12 {
    margin-left: 36px
  }
  .xl\:mt-14 {
    margin-top: 42px
  }
  .xl\:mr-14 {
    margin-right: 42px
  }
  .xl\:mb-14 {
    margin-bottom: 42px
  }
  .xl\:ml-14 {
    margin-left: 42px
  }
  .xl\:mt-16 {
    margin-top: 48px
  }
  .xl\:mr-16 {
    margin-right: 48px
  }
  .xl\:mb-16 {
    margin-bottom: 48px
  }
  .xl\:ml-16 {
    margin-left: 48px
  }
  .xl\:mt-18 {
    margin-top: 54px
  }
  .xl\:mr-18 {
    margin-right: 54px
  }
  .xl\:mb-18 {
    margin-bottom: 54px
  }
  .xl\:ml-18 {
    margin-left: 54px
  }
  .xl\:mt-20 {
    margin-top: 60px
  }
  .xl\:mr-20 {
    margin-right: 60px
  }
  .xl\:mb-20 {
    margin-bottom: 60px
  }
  .xl\:ml-20 {
    margin-left: 60px
  }
  .xl\:mt-24 {
    margin-top: 72px
  }
  .xl\:mr-24 {
    margin-right: 72px
  }
  .xl\:mb-24 {
    margin-bottom: 72px
  }
  .xl\:ml-24 {
    margin-left: 72px
  }
  .xl\:mt-28 {
    margin-top: 84px
  }
  .xl\:mr-28 {
    margin-right: 84px
  }
  .xl\:mb-28 {
    margin-bottom: 84px
  }
  .xl\:ml-28 {
    margin-left: 84px
  }
  .xl\:mt-32 {
    margin-top: 96px
  }
  .xl\:mr-32 {
    margin-right: 96px
  }
  .xl\:mb-32 {
    margin-bottom: 96px
  }
  .xl\:ml-32 {
    margin-left: 96px
  }
  .xl\:mt-36 {
    margin-top: 108px
  }
  .xl\:mr-36 {
    margin-right: 108px
  }
  .xl\:mb-36 {
    margin-bottom: 108px
  }
  .xl\:ml-36 {
    margin-left: 108px
  }
  .xl\:mt-40 {
    margin-top: 120px
  }
  .xl\:mr-40 {
    margin-right: 120px
  }
  .xl\:mb-40 {
    margin-bottom: 120px
  }
  .xl\:ml-40 {
    margin-left: 120px
  }
  .xl\:mt-44 {
    margin-top: 132px
  }
  .xl\:mr-44 {
    margin-right: 132px
  }
  .xl\:mb-44 {
    margin-bottom: 132px
  }
  .xl\:ml-44 {
    margin-left: 132px
  }
  .xl\:mt-48 {
    margin-top: 144px
  }
  .xl\:mr-48 {
    margin-right: 144px
  }
  .xl\:mb-48 {
    margin-bottom: 144px
  }
  .xl\:ml-48 {
    margin-left: 144px
  }
  .xl\:mt-52 {
    margin-top: 156px
  }
  .xl\:mr-52 {
    margin-right: 156px
  }
  .xl\:mb-52 {
    margin-bottom: 156px
  }
  .xl\:ml-52 {
    margin-left: 156px
  }
  .xl\:mt-56 {
    margin-top: 168px
  }
  .xl\:mr-56 {
    margin-right: 168px
  }
  .xl\:mb-56 {
    margin-bottom: 168px
  }
  .xl\:ml-56 {
    margin-left: 168px
  }
  .xl\:mt-60 {
    margin-top: 180px
  }
  .xl\:mr-60 {
    margin-right: 180px
  }
  .xl\:mb-60 {
    margin-bottom: 180px
  }
  .xl\:ml-60 {
    margin-left: 180px
  }
  .xl\:mt-64 {
    margin-top: 192px
  }
  .xl\:mr-64 {
    margin-right: 192px
  }
  .xl\:mb-64 {
    margin-bottom: 192px
  }
  .xl\:ml-64 {
    margin-left: 192px
  }
  .xl\:mt-72 {
    margin-top: 216px
  }
  .xl\:mr-72 {
    margin-right: 216px
  }
  .xl\:mb-72 {
    margin-bottom: 216px
  }
  .xl\:ml-72 {
    margin-left: 216px
  }
  .xl\:mt-80 {
    margin-top: 240px
  }
  .xl\:mr-80 {
    margin-right: 240px
  }
  .xl\:mb-80 {
    margin-bottom: 240px
  }
  .xl\:ml-80 {
    margin-left: 240px
  }
  .xl\:mt-96 {
    margin-top: 288px
  }
  .xl\:mr-96 {
    margin-right: 288px
  }
  .xl\:mb-96 {
    margin-bottom: 288px
  }
  .xl\:ml-96 {
    margin-left: 288px
  }
  .xl\:mt-auto {
    margin-top: auto
  }
  .xl\:mr-auto {
    margin-right: auto
  }
  .xl\:mb-auto {
    margin-bottom: auto
  }
  .xl\:ml-auto {
    margin-left: auto
  }
  .xl\:mt-px {
    margin-top: 1px
  }
  .xl\:mr-px {
    margin-right: 1px
  }
  .xl\:mb-px {
    margin-bottom: 1px
  }
  .xl\:ml-px {
    margin-left: 1px
  }
  .xl\:mt-0\.5 {
    margin-top: 1.5px
  }
  .xl\:mr-0\.5 {
    margin-right: 1.5px
  }
  .xl\:mb-0\.5 {
    margin-bottom: 1.5px
  }
  .xl\:ml-0\.5 {
    margin-left: 1.5px
  }
  .xl\:mt-1\.5 {
    margin-top: 4.5px
  }
  .xl\:mr-1\.5 {
    margin-right: 4.5px
  }
  .xl\:mb-1\.5 {
    margin-bottom: 4.5px
  }
  .xl\:ml-1\.5 {
    margin-left: 4.5px
  }
  .xl\:mt-2\.5 {
    margin-top: 7.5px
  }
  .xl\:mr-2\.5 {
    margin-right: 7.5px
  }
  .xl\:mb-2\.5 {
    margin-bottom: 7.5px
  }
  .xl\:ml-2\.5 {
    margin-left: 7.5px
  }
  .xl\:mt-3\.5 {
    margin-top: 10.5px
  }
  .xl\:mr-3\.5 {
    margin-right: 10.5px
  }
  .xl\:mb-3\.5 {
    margin-bottom: 10.5px
  }
  .xl\:ml-3\.5 {
    margin-left: 10.5px
  }
  .xl\:-mt-0 {
    margin-top: 0
  }
  .xl\:-mr-0 {
    margin-right: 0
  }
  .xl\:-mb-0 {
    margin-bottom: 0
  }
  .xl\:-ml-0 {
    margin-left: 0
  }
  .xl\:-mt-1 {
    margin-top: -3px
  }
  .xl\:-mr-1 {
    margin-right: -3px
  }
  .xl\:-mb-1 {
    margin-bottom: -3px
  }
  .xl\:-ml-1 {
    margin-left: -3px
  }
  .xl\:-mt-2 {
    margin-top: -6px
  }
  .xl\:-mr-2 {
    margin-right: -6px
  }
  .xl\:-mb-2 {
    margin-bottom: -6px
  }
  .xl\:-ml-2 {
    margin-left: -6px
  }
  .xl\:-mt-3 {
    margin-top: -9px
  }
  .xl\:-mr-3 {
    margin-right: -9px
  }
  .xl\:-mb-3 {
    margin-bottom: -9px
  }
  .xl\:-ml-3 {
    margin-left: -9px
  }
  .xl\:-mt-4 {
    margin-top: -12px
  }
  .xl\:-mr-4 {
    margin-right: -12px
  }
  .xl\:-mb-4 {
    margin-bottom: -12px
  }
  .xl\:-ml-4 {
    margin-left: -12px
  }
  .xl\:-mt-5 {
    margin-top: -15px
  }
  .xl\:-mr-5 {
    margin-right: -15px
  }
  .xl\:-mb-5 {
    margin-bottom: -15px
  }
  .xl\:-ml-5 {
    margin-left: -15px
  }
  .xl\:-mt-6 {
    margin-top: -18px
  }
  .xl\:-mr-6 {
    margin-right: -18px
  }
  .xl\:-mb-6 {
    margin-bottom: -18px
  }
  .xl\:-ml-6 {
    margin-left: -18px
  }
  .xl\:-mt-7 {
    margin-top: -21px
  }
  .xl\:-mr-7 {
    margin-right: -21px
  }
  .xl\:-mb-7 {
    margin-bottom: -21px
  }
  .xl\:-ml-7 {
    margin-left: -21px
  }
  .xl\:-mt-8 {
    margin-top: -24px
  }
  .xl\:-mr-8 {
    margin-right: -24px
  }
  .xl\:-mb-8 {
    margin-bottom: -24px
  }
  .xl\:-ml-8 {
    margin-left: -24px
  }
  .xl\:-mt-9 {
    margin-top: -27px
  }
  .xl\:-mr-9 {
    margin-right: -27px
  }
  .xl\:-mb-9 {
    margin-bottom: -27px
  }
  .xl\:-ml-9 {
    margin-left: -27px
  }
  .xl\:-mt-10 {
    margin-top: -30px
  }
  .xl\:-mr-10 {
    margin-right: -30px
  }
  .xl\:-mb-10 {
    margin-bottom: -30px
  }
  .xl\:-ml-10 {
    margin-left: -30px
  }
  .xl\:-mt-11 {
    margin-top: -33px
  }
  .xl\:-mr-11 {
    margin-right: -33px
  }
  .xl\:-mb-11 {
    margin-bottom: -33px
  }
  .xl\:-ml-11 {
    margin-left: -33px
  }
  .xl\:-mt-12 {
    margin-top: -36px
  }
  .xl\:-mr-12 {
    margin-right: -36px
  }
  .xl\:-mb-12 {
    margin-bottom: -36px
  }
  .xl\:-ml-12 {
    margin-left: -36px
  }
  .xl\:-mt-14 {
    margin-top: -42px
  }
  .xl\:-mr-14 {
    margin-right: -42px
  }
  .xl\:-mb-14 {
    margin-bottom: -42px
  }
  .xl\:-ml-14 {
    margin-left: -42px
  }
  .xl\:-mt-16 {
    margin-top: -48px
  }
  .xl\:-mr-16 {
    margin-right: -48px
  }
  .xl\:-mb-16 {
    margin-bottom: -48px
  }
  .xl\:-ml-16 {
    margin-left: -48px
  }
  .xl\:-mt-18 {
    margin-top: -54px
  }
  .xl\:-mr-18 {
    margin-right: -54px
  }
  .xl\:-mb-18 {
    margin-bottom: -54px
  }
  .xl\:-ml-18 {
    margin-left: -54px
  }
  .xl\:-mt-20 {
    margin-top: -60px
  }
  .xl\:-mr-20 {
    margin-right: -60px
  }
  .xl\:-mb-20 {
    margin-bottom: -60px
  }
  .xl\:-ml-20 {
    margin-left: -60px
  }
  .xl\:-mt-24 {
    margin-top: -72px
  }
  .xl\:-mr-24 {
    margin-right: -72px
  }
  .xl\:-mb-24 {
    margin-bottom: -72px
  }
  .xl\:-ml-24 {
    margin-left: -72px
  }
  .xl\:-mt-28 {
    margin-top: -84px
  }
  .xl\:-mr-28 {
    margin-right: -84px
  }
  .xl\:-mb-28 {
    margin-bottom: -84px
  }
  .xl\:-ml-28 {
    margin-left: -84px
  }
  .xl\:-mt-32 {
    margin-top: -96px
  }
  .xl\:-mr-32 {
    margin-right: -96px
  }
  .xl\:-mb-32 {
    margin-bottom: -96px
  }
  .xl\:-ml-32 {
    margin-left: -96px
  }
  .xl\:-mt-36 {
    margin-top: -108px
  }
  .xl\:-mr-36 {
    margin-right: -108px
  }
  .xl\:-mb-36 {
    margin-bottom: -108px
  }
  .xl\:-ml-36 {
    margin-left: -108px
  }
  .xl\:-mt-40 {
    margin-top: -120px
  }
  .xl\:-mr-40 {
    margin-right: -120px
  }
  .xl\:-mb-40 {
    margin-bottom: -120px
  }
  .xl\:-ml-40 {
    margin-left: -120px
  }
  .xl\:-mt-44 {
    margin-top: -132px
  }
  .xl\:-mr-44 {
    margin-right: -132px
  }
  .xl\:-mb-44 {
    margin-bottom: -132px
  }
  .xl\:-ml-44 {
    margin-left: -132px
  }
  .xl\:-mt-48 {
    margin-top: -144px
  }
  .xl\:-mr-48 {
    margin-right: -144px
  }
  .xl\:-mb-48 {
    margin-bottom: -144px
  }
  .xl\:-ml-48 {
    margin-left: -144px
  }
  .xl\:-mt-52 {
    margin-top: -156px
  }
  .xl\:-mr-52 {
    margin-right: -156px
  }
  .xl\:-mb-52 {
    margin-bottom: -156px
  }
  .xl\:-ml-52 {
    margin-left: -156px
  }
  .xl\:-mt-56 {
    margin-top: -168px
  }
  .xl\:-mr-56 {
    margin-right: -168px
  }
  .xl\:-mb-56 {
    margin-bottom: -168px
  }
  .xl\:-ml-56 {
    margin-left: -168px
  }
  .xl\:-mt-60 {
    margin-top: -180px
  }
  .xl\:-mr-60 {
    margin-right: -180px
  }
  .xl\:-mb-60 {
    margin-bottom: -180px
  }
  .xl\:-ml-60 {
    margin-left: -180px
  }
  .xl\:-mt-64 {
    margin-top: -192px
  }
  .xl\:-mr-64 {
    margin-right: -192px
  }
  .xl\:-mb-64 {
    margin-bottom: -192px
  }
  .xl\:-ml-64 {
    margin-left: -192px
  }
  .xl\:-mt-72 {
    margin-top: -216px
  }
  .xl\:-mr-72 {
    margin-right: -216px
  }
  .xl\:-mb-72 {
    margin-bottom: -216px
  }
  .xl\:-ml-72 {
    margin-left: -216px
  }
  .xl\:-mt-80 {
    margin-top: -240px
  }
  .xl\:-mr-80 {
    margin-right: -240px
  }
  .xl\:-mb-80 {
    margin-bottom: -240px
  }
  .xl\:-ml-80 {
    margin-left: -240px
  }
  .xl\:-mt-96 {
    margin-top: -288px
  }
  .xl\:-mr-96 {
    margin-right: -288px
  }
  .xl\:-mb-96 {
    margin-bottom: -288px
  }
  .xl\:-ml-96 {
    margin-left: -288px
  }
  .xl\:-mt-px {
    margin-top: -1px
  }
  .xl\:-mr-px {
    margin-right: -1px
  }
  .xl\:-mb-px {
    margin-bottom: -1px
  }
  .xl\:-ml-px {
    margin-left: -1px
  }
  .xl\:-mt-0\.5 {
    margin-top: -1.5px
  }
  .xl\:-mr-0\.5 {
    margin-right: -1.5px
  }
  .xl\:-mb-0\.5 {
    margin-bottom: -1.5px
  }
  .xl\:-ml-0\.5 {
    margin-left: -1.5px
  }
  .xl\:-mt-1\.5 {
    margin-top: -4.5px
  }
  .xl\:-mr-1\.5 {
    margin-right: -4.5px
  }
  .xl\:-mb-1\.5 {
    margin-bottom: -4.5px
  }
  .xl\:-ml-1\.5 {
    margin-left: -4.5px
  }
  .xl\:-mt-2\.5 {
    margin-top: -7.5px
  }
  .xl\:-mr-2\.5 {
    margin-right: -7.5px
  }
  .xl\:-mb-2\.5 {
    margin-bottom: -7.5px
  }
  .xl\:-ml-2\.5 {
    margin-left: -7.5px
  }
  .xl\:-mt-3\.5 {
    margin-top: -10.5px
  }
  .xl\:-mr-3\.5 {
    margin-right: -10.5px
  }
  .xl\:-mb-3\.5 {
    margin-bottom: -10.5px
  }
  .xl\:-ml-3\.5 {
    margin-left: -10.5px
  }
  .xl\:-mt-128px {
    margin-top: -128px
  }
  .xl\:-mr-128px {
    margin-right: -128px
  }
  .xl\:-mb-128px {
    margin-bottom: -128px
  }
  .xl\:-ml-128px {
    margin-left: -128px
  }
  .xl\:-mt-61px {
    margin-top: -61px
  }
  .xl\:-mr-61px {
    margin-right: -61px
  }
  .xl\:-mb-61px {
    margin-bottom: -61px
  }
  .xl\:-ml-61px {
    margin-left: -61px
  }
  .xl\:-mt-24vw {
    margin-top: -24vw
  }
  .xl\:-mr-24vw {
    margin-right: -24vw
  }
  .xl\:-mb-24vw {
    margin-bottom: -24vw
  }
  .xl\:-ml-24vw {
    margin-left: -24vw
  }
  .xl\:max-h-0 {
    max-height: 0
  }
  .xl\:max-h-1 {
    max-height: 3px
  }
  .xl\:max-h-2 {
    max-height: 6px
  }
  .xl\:max-h-3 {
    max-height: 9px
  }
  .xl\:max-h-4 {
    max-height: 12px
  }
  .xl\:max-h-5 {
    max-height: 15px
  }
  .xl\:max-h-6 {
    max-height: 18px
  }
  .xl\:max-h-7 {
    max-height: 21px
  }
  .xl\:max-h-8 {
    max-height: 24px
  }
  .xl\:max-h-9 {
    max-height: 27px
  }
  .xl\:max-h-10 {
    max-height: 30px
  }
  .xl\:max-h-11 {
    max-height: 33px
  }
  .xl\:max-h-12 {
    max-height: 36px
  }
  .xl\:max-h-14 {
    max-height: 42px
  }
  .xl\:max-h-16 {
    max-height: 48px
  }
  .xl\:max-h-18 {
    max-height: 54px
  }
  .xl\:max-h-20 {
    max-height: 60px
  }
  .xl\:max-h-24 {
    max-height: 72px
  }
  .xl\:max-h-28 {
    max-height: 84px
  }
  .xl\:max-h-32 {
    max-height: 96px
  }
  .xl\:max-h-36 {
    max-height: 108px
  }
  .xl\:max-h-40 {
    max-height: 120px
  }
  .xl\:max-h-44 {
    max-height: 132px
  }
  .xl\:max-h-48 {
    max-height: 144px
  }
  .xl\:max-h-52 {
    max-height: 156px
  }
  .xl\:max-h-56 {
    max-height: 168px
  }
  .xl\:max-h-60 {
    max-height: 180px
  }
  .xl\:max-h-64 {
    max-height: 192px
  }
  .xl\:max-h-72 {
    max-height: 216px
  }
  .xl\:max-h-80 {
    max-height: 240px
  }
  .xl\:max-h-96 {
    max-height: 288px
  }
  .xl\:max-h-104 {
    max-height: 272px
  }
  .xl\:max-h-px {
    max-height: 1px
  }
  .xl\:max-h-0\.5 {
    max-height: 1.5px
  }
  .xl\:max-h-1\.5 {
    max-height: 4.5px
  }
  .xl\:max-h-2\.5 {
    max-height: 7.5px
  }
  .xl\:max-h-3\.5 {
    max-height: 10.5px
  }
  .xl\:max-h-full {
    max-height: 100%
  }
  .xl\:max-h-screen {
    max-height: 100vh
  }
  .xl\:max-h-768px {
    max-height: 768px
  }
  .xl\:max-w-0 {
    max-width: 0
  }
  .xl\:max-w-none {
    max-width: none
  }
  .xl\:max-w-xs {
    max-width: 240px
  }
  .xl\:max-w-sm {
    max-width: 288px
  }
  .xl\:max-w-md {
    max-width: 296px
  }
  .xl\:max-w-lg {
    max-width: 384px
  }
  .xl\:max-w-xl {
    max-width: 372px
  }
  .xl\:max-w-2xl {
    max-width: 504px
  }
  .xl\:max-w-3xl {
    max-width: 496px
  }
  .xl\:max-w-4xl {
    max-width: 572px
  }
  .xl\:max-w-5xl {
    max-width: 768px
  }
  .xl\:max-w-6xl {
    max-width: 864px
  }
  .xl\:max-w-7xl {
    max-width: 960px
  }
  .xl\:max-w-full {
    max-width: 100%
  }
  .xl\:max-w-min {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content
  }
  .xl\:max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content
  }
  .xl\:max-w-prose {
    max-width: 65ch
  }
  .xl\:max-w-screen-sm {
    max-width: 640px
  }
  .xl\:max-w-screen-md {
    max-width: 768px
  }
  .xl\:max-w-screen-lg {
    max-width: 1024px
  }
  .xl\:max-w-screen-xl {
    max-width: 1280px
  }
  .xl\:max-w-screen-2xl {
    max-width: 1536px
  }
  .xl\:min-h-0 {
    min-height: 0
  }
  .xl\:min-h-full {
    min-height: 100%
  }
  .xl\:min-h-screen {
    min-height: 100vh
  }
  .xl\:min-h-672px {
    min-height: 672px
  }
  .xl\:min-h-686px {
    min-height: 686px
  }
  .xl\:min-w-0 {
    min-width: 0
  }
  .xl\:min-w-full {
    min-width: 100%
  }
  .xl\:min-w-min {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content
  }
  .xl\:min-w-max {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content
  }
  .xl\:min-w-1\/3 {
    min-width: 33.333333%
  }
  .xl\:min-w-1008px {
    min-width: 1008px
  }
  .xl\:object-contain {
    -o-object-fit: contain;
    object-fit: contain
  }
  .xl\:object-cover {
    -o-object-fit: cover;
    object-fit: cover
  }
  .xl\:object-fill {
    -o-object-fit: fill;
    object-fit: fill
  }
  .xl\:object-none {
    -o-object-fit: none;
    object-fit: none
  }
  .xl\:object-scale-down {
    -o-object-fit: scale-down;
    object-fit: scale-down
  }
  .xl\:object-bottom {
    -o-object-position: bottom;
    object-position: bottom
  }
  .xl\:object-center {
    -o-object-position: center;
    object-position: center
  }
  .xl\:object-left {
    -o-object-position: left;
    object-position: left
  }
  .xl\:object-left-bottom {
    -o-object-position: left bottom;
    object-position: left bottom
  }
  .xl\:object-left-top {
    -o-object-position: left top;
    object-position: left top
  }
  .xl\:object-right {
    -o-object-position: right;
    object-position: right
  }
  .xl\:object-right-bottom {
    -o-object-position: right bottom;
    object-position: right bottom
  }
  .xl\:object-right-top {
    -o-object-position: right top;
    object-position: right top
  }
  .xl\:object-top {
    -o-object-position: top;
    object-position: top
  }
  .xl\:opacity-0 {
    opacity: 0
  }
  .xl\:opacity-5 {
    opacity: .05
  }
  .xl\:opacity-10 {
    opacity: .1
  }
  .xl\:opacity-20 {
    opacity: .2
  }
  .xl\:opacity-25 {
    opacity: .25
  }
  .xl\:opacity-30 {
    opacity: .3
  }
  .xl\:opacity-40 {
    opacity: .4
  }
  .xl\:opacity-50 {
    opacity: .5
  }
  .xl\:opacity-60 {
    opacity: .6
  }
  .xl\:opacity-70 {
    opacity: .7
  }
  .xl\:opacity-75 {
    opacity: .75
  }
  .xl\:opacity-80 {
    opacity: .8
  }
  .xl\:opacity-90 {
    opacity: .9
  }
  .xl\:opacity-95 {
    opacity: .95
  }
  .xl\:opacity-100 {
    opacity: 1
  }
  .group:hover .xl\:group-hover\:opacity-0 {
    opacity: 0
  }
  .group:hover .xl\:group-hover\:opacity-5 {
    opacity: .05
  }
  .group:hover .xl\:group-hover\:opacity-10 {
    opacity: .1
  }
  .group:hover .xl\:group-hover\:opacity-20 {
    opacity: .2
  }
  .group:hover .xl\:group-hover\:opacity-25 {
    opacity: .25
  }
  .group:hover .xl\:group-hover\:opacity-30 {
    opacity: .3
  }
  .group:hover .xl\:group-hover\:opacity-40 {
    opacity: .4
  }
  .group:hover .xl\:group-hover\:opacity-50 {
    opacity: .5
  }
  .group:hover .xl\:group-hover\:opacity-60 {
    opacity: .6
  }
  .group:hover .xl\:group-hover\:opacity-70 {
    opacity: .7
  }
  .group:hover .xl\:group-hover\:opacity-75 {
    opacity: .75
  }
  .group:hover .xl\:group-hover\:opacity-80 {
    opacity: .8
  }
  .group:hover .xl\:group-hover\:opacity-90 {
    opacity: .9
  }
  .group:hover .xl\:group-hover\:opacity-95 {
    opacity: .95
  }
  .group:hover .xl\:group-hover\:opacity-100 {
    opacity: 1
  }
  .xl\:focus-within\:opacity-0:focus-within {
    opacity: 0
  }
  .xl\:focus-within\:opacity-5:focus-within {
    opacity: .05
  }
  .xl\:focus-within\:opacity-10:focus-within {
    opacity: .1
  }
  .xl\:focus-within\:opacity-20:focus-within {
    opacity: .2
  }
  .xl\:focus-within\:opacity-25:focus-within {
    opacity: .25
  }
  .xl\:focus-within\:opacity-30:focus-within {
    opacity: .3
  }
  .xl\:focus-within\:opacity-40:focus-within {
    opacity: .4
  }
  .xl\:focus-within\:opacity-50:focus-within {
    opacity: .5
  }
  .xl\:focus-within\:opacity-60:focus-within {
    opacity: .6
  }
  .xl\:focus-within\:opacity-70:focus-within {
    opacity: .7
  }
  .xl\:focus-within\:opacity-75:focus-within {
    opacity: .75
  }
  .xl\:focus-within\:opacity-80:focus-within {
    opacity: .8
  }
  .xl\:focus-within\:opacity-90:focus-within {
    opacity: .9
  }
  .xl\:focus-within\:opacity-95:focus-within {
    opacity: .95
  }
  .xl\:focus-within\:opacity-100:focus-within {
    opacity: 1
  }
  .xl\:hover\:opacity-0:hover {
    opacity: 0
  }
  .xl\:hover\:opacity-5:hover {
    opacity: .05
  }
  .xl\:hover\:opacity-10:hover {
    opacity: .1
  }
  .xl\:hover\:opacity-20:hover {
    opacity: .2
  }
  .xl\:hover\:opacity-25:hover {
    opacity: .25
  }
  .xl\:hover\:opacity-30:hover {
    opacity: .3
  }
  .xl\:hover\:opacity-40:hover {
    opacity: .4
  }
  .xl\:hover\:opacity-50:hover {
    opacity: .5
  }
  .xl\:hover\:opacity-60:hover {
    opacity: .6
  }
  .xl\:hover\:opacity-70:hover {
    opacity: .7
  }
  .xl\:hover\:opacity-75:hover {
    opacity: .75
  }
  .xl\:hover\:opacity-80:hover {
    opacity: .8
  }
  .xl\:hover\:opacity-90:hover {
    opacity: .9
  }
  .xl\:hover\:opacity-95:hover {
    opacity: .95
  }
  .xl\:hover\:opacity-100:hover {
    opacity: 1
  }
  .xl\:focus\:opacity-0:focus {
    opacity: 0
  }
  .xl\:focus\:opacity-5:focus {
    opacity: .05
  }
  .xl\:focus\:opacity-10:focus {
    opacity: .1
  }
  .xl\:focus\:opacity-20:focus {
    opacity: .2
  }
  .xl\:focus\:opacity-25:focus {
    opacity: .25
  }
  .xl\:focus\:opacity-30:focus {
    opacity: .3
  }
  .xl\:focus\:opacity-40:focus {
    opacity: .4
  }
  .xl\:focus\:opacity-50:focus {
    opacity: .5
  }
  .xl\:focus\:opacity-60:focus {
    opacity: .6
  }
  .xl\:focus\:opacity-70:focus {
    opacity: .7
  }
  .xl\:focus\:opacity-75:focus {
    opacity: .75
  }
  .xl\:focus\:opacity-80:focus {
    opacity: .8
  }
  .xl\:focus\:opacity-90:focus {
    opacity: .9
  }
  .xl\:focus\:opacity-95:focus {
    opacity: .95
  }
  .xl\:focus\:opacity-100:focus {
    opacity: 1
  }
  .xl\:disabled\:opacity-0:disabled {
    opacity: 0
  }
  .xl\:disabled\:opacity-5:disabled {
    opacity: .05
  }
  .xl\:disabled\:opacity-10:disabled {
    opacity: .1
  }
  .xl\:disabled\:opacity-20:disabled {
    opacity: .2
  }
  .xl\:disabled\:opacity-25:disabled {
    opacity: .25
  }
  .xl\:disabled\:opacity-30:disabled {
    opacity: .3
  }
  .xl\:disabled\:opacity-40:disabled {
    opacity: .4
  }
  .xl\:disabled\:opacity-50:disabled {
    opacity: .5
  }
  .xl\:disabled\:opacity-60:disabled {
    opacity: .6
  }
  .xl\:disabled\:opacity-70:disabled {
    opacity: .7
  }
  .xl\:disabled\:opacity-75:disabled {
    opacity: .75
  }
  .xl\:disabled\:opacity-80:disabled {
    opacity: .8
  }
  .xl\:disabled\:opacity-90:disabled {
    opacity: .9
  }
  .xl\:disabled\:opacity-95:disabled {
    opacity: .95
  }
  .xl\:disabled\:opacity-100:disabled {
    opacity: 1
  }
  .xl\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px
  }
  .xl\:outline-white {
    outline: 2px dotted #fff;
    outline-offset: 2px
  }
  .xl\:outline-black {
    outline: 2px dotted #000;
    outline-offset: 2px
  }
  .xl\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px
  }
  .xl\:focus-within\:outline-white:focus-within {
    outline: 2px dotted #fff;
    outline-offset: 2px
  }
  .xl\:focus-within\:outline-black:focus-within {
    outline: 2px dotted #000;
    outline-offset: 2px
  }
  .xl\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
  }
  .xl\:focus\:outline-white:focus {
    outline: 2px dotted #fff;
    outline-offset: 2px
  }
  .xl\:focus\:outline-black:focus {
    outline: 2px dotted #000;
    outline-offset: 2px
  }
  .xl\:overflow-auto {
    overflow: auto
  }
  .xl\:overflow-hidden {
    overflow: hidden
  }
  .xl\:overflow-visible {
    overflow: visible
  }
  .xl\:overflow-scroll {
    overflow: scroll
  }
  .xl\:overflow-x-auto {
    overflow-x: auto
  }
  .xl\:overflow-y-auto {
    overflow-y: auto
  }
  .xl\:overflow-x-hidden {
    overflow-x: hidden
  }
  .xl\:overflow-y-hidden {
    overflow-y: hidden
  }
  .xl\:overflow-x-visible {
    overflow-x: visible
  }
  .xl\:overflow-y-visible {
    overflow-y: visible
  }
  .xl\:overflow-x-scroll {
    overflow-x: scroll
  }
  .xl\:overflow-y-scroll {
    overflow-y: scroll
  }
  .xl\:overscroll-auto {
    -ms-scroll-chaining: chained;
    overscroll-behavior: auto
  }
  .xl\:overscroll-contain {
    -ms-scroll-chaining: none;
    overscroll-behavior: contain
  }
  .xl\:overscroll-none {
    -ms-scroll-chaining: none;
    overscroll-behavior: none
  }
  .xl\:overscroll-y-auto {
    overscroll-behavior-y: auto
  }
  .xl\:overscroll-y-contain {
    overscroll-behavior-y: contain
  }
  .xl\:overscroll-y-none {
    overscroll-behavior-y: none
  }
  .xl\:overscroll-x-auto {
    overscroll-behavior-x: auto
  }
  .xl\:overscroll-x-contain {
    overscroll-behavior-x: contain
  }
  .xl\:overscroll-x-none {
    overscroll-behavior-x: none
  }
  .xl\:p-0 {
    padding: 0
  }
  .xl\:p-1 {
    padding: 3px
  }
  .xl\:p-2 {
    padding: 6px
  }
  .xl\:p-3 {
    padding: 9px
  }
  .xl\:p-4 {
    padding: 12px
  }
  .xl\:p-5 {
    padding: 15px
  }
  .xl\:p-6 {
    padding: 18px
  }
  .xl\:p-7 {
    padding: 21px
  }
  .xl\:p-8 {
    padding: 24px
  }
  .xl\:p-9 {
    padding: 27px
  }
  .xl\:p-10 {
    padding: 30px
  }
  .xl\:p-11 {
    padding: 33px
  }
  .xl\:p-12 {
    padding: 36px
  }
  .xl\:p-14 {
    padding: 42px
  }
  .xl\:p-16 {
    padding: 48px
  }
  .xl\:p-18 {
    padding: 54px
  }
  .xl\:p-20 {
    padding: 60px
  }
  .xl\:p-24 {
    padding: 72px
  }
  .xl\:p-28 {
    padding: 84px
  }
  .xl\:p-32 {
    padding: 96px
  }
  .xl\:p-36 {
    padding: 108px
  }
  .xl\:p-40 {
    padding: 120px
  }
  .xl\:p-44 {
    padding: 132px
  }
  .xl\:p-48 {
    padding: 144px
  }
  .xl\:p-52 {
    padding: 156px
  }
  .xl\:p-56 {
    padding: 168px
  }
  .xl\:p-60 {
    padding: 180px
  }
  .xl\:p-64 {
    padding: 192px
  }
  .xl\:p-72 {
    padding: 216px
  }
  .xl\:p-80 {
    padding: 240px
  }
  .xl\:p-96 {
    padding: 288px
  }
  .xl\:p-px {
    padding: 1px
  }
  .xl\:p-0\.5 {
    padding: 1.5px
  }
  .xl\:p-1\.5 {
    padding: 4.5px
  }
  .xl\:p-2\.5 {
    padding: 7.5px
  }
  .xl\:p-3\.5 {
    padding: 10.5px
  }
  .xl\:py-0 {
    padding-top: 0;
    padding-bottom: 0
  }
  .xl\:px-0 {
    padding-left: 0;
    padding-right: 0
  }
  .xl\:py-1 {
    padding-top: 3px;
    padding-bottom: 3px
  }
  .xl\:px-1 {
    padding-left: 3px;
    padding-right: 3px
  }
  .xl\:py-2 {
    padding-top: 6px;
    padding-bottom: 6px
  }
  .xl\:px-2 {
    padding-left: 6px;
    padding-right: 6px
  }
  .xl\:py-3 {
    padding-top: 9px;
    padding-bottom: 9px
  }
  .xl\:px-3 {
    padding-left: 9px;
    padding-right: 9px
  }
  .xl\:py-4 {
    padding-top: 12px;
    padding-bottom: 12px
  }
  .xl\:px-4 {
    padding-left: 12px;
    padding-right: 12px
  }
  .xl\:py-5 {
    padding-top: 15px;
    padding-bottom: 15px
  }
  .xl\:px-5 {
    padding-left: 15px;
    padding-right: 15px
  }
  .xl\:py-6 {
    padding-top: 18px;
    padding-bottom: 18px
  }
  .xl\:px-6 {
    padding-left: 18px;
    padding-right: 18px
  }
  .xl\:py-7 {
    padding-top: 21px;
    padding-bottom: 21px
  }
  .xl\:px-7 {
    padding-left: 21px;
    padding-right: 21px
  }
  .xl\:py-8 {
    padding-top: 24px;
    padding-bottom: 24px
  }
  .xl\:px-8 {
    padding-left: 24px;
    padding-right: 24px
  }
  .xl\:py-9 {
    padding-top: 27px;
    padding-bottom: 27px
  }
  .xl\:px-9 {
    padding-left: 27px;
    padding-right: 27px
  }
  .xl\:py-10 {
    padding-top: 30px;
    padding-bottom: 30px
  }
  .xl\:px-10 {
    padding-left: 30px;
    padding-right: 30px
  }
  .xl\:py-11 {
    padding-top: 33px;
    padding-bottom: 33px
  }
  .xl\:px-11 {
    padding-left: 33px;
    padding-right: 33px
  }
  .xl\:py-12 {
    padding-top: 36px;
    padding-bottom: 36px
  }
  .xl\:px-12 {
    padding-left: 36px;
    padding-right: 36px
  }
  .xl\:py-14 {
    padding-top: 42px;
    padding-bottom: 42px
  }
  .xl\:px-14 {
    padding-left: 42px;
    padding-right: 42px
  }
  .xl\:py-16 {
    padding-top: 48px;
    padding-bottom: 48px
  }
  .xl\:px-16 {
    padding-left: 48px;
    padding-right: 48px
  }
  .xl\:py-18 {
    padding-top: 54px;
    padding-bottom: 54px
  }
  .xl\:px-18 {
    padding-left: 54px;
    padding-right: 54px
  }
  .xl\:py-20 {
    padding-top: 60px;
    padding-bottom: 60px
  }
  .xl\:px-20 {
    padding-left: 60px;
    padding-right: 60px
  }
  .xl\:py-24 {
    padding-top: 72px;
    padding-bottom: 72px
  }
  .xl\:px-24 {
    padding-left: 72px;
    padding-right: 72px
  }
  .xl\:py-28 {
    padding-top: 84px;
    padding-bottom: 84px
  }
  .xl\:px-28 {
    padding-left: 84px;
    padding-right: 84px
  }
  .xl\:py-32 {
    padding-top: 96px;
    padding-bottom: 96px
  }
  .xl\:px-32 {
    padding-left: 96px;
    padding-right: 96px
  }
  .xl\:py-36 {
    padding-top: 108px;
    padding-bottom: 108px
  }
  .xl\:px-36 {
    padding-left: 108px;
    padding-right: 108px
  }
  .xl\:py-40 {
    padding-top: 120px;
    padding-bottom: 120px
  }
  .xl\:px-40 {
    padding-left: 120px;
    padding-right: 120px
  }
  .xl\:py-44 {
    padding-top: 132px;
    padding-bottom: 132px
  }
  .xl\:px-44 {
    padding-left: 132px;
    padding-right: 132px
  }
  .xl\:py-48 {
    padding-top: 144px;
    padding-bottom: 144px
  }
  .xl\:px-48 {
    padding-left: 144px;
    padding-right: 144px
  }
  .xl\:py-52 {
    padding-top: 156px;
    padding-bottom: 156px
  }
  .xl\:px-52 {
    padding-left: 156px;
    padding-right: 156px
  }
  .xl\:py-56 {
    padding-top: 168px;
    padding-bottom: 168px
  }
  .xl\:px-56 {
    padding-left: 168px;
    padding-right: 168px
  }
  .xl\:py-60 {
    padding-top: 180px;
    padding-bottom: 180px
  }
  .xl\:px-60 {
    padding-left: 180px;
    padding-right: 180px
  }
  .xl\:py-64 {
    padding-top: 192px;
    padding-bottom: 192px
  }
  .xl\:px-64 {
    padding-left: 192px;
    padding-right: 192px
  }
  .xl\:py-72 {
    padding-top: 216px;
    padding-bottom: 216px
  }
  .xl\:px-72 {
    padding-left: 216px;
    padding-right: 216px
  }
  .xl\:py-80 {
    padding-top: 240px;
    padding-bottom: 240px
  }
  .xl\:px-80 {
    padding-left: 240px;
    padding-right: 240px
  }
  .xl\:py-96 {
    padding-top: 288px;
    padding-bottom: 288px
  }
  .xl\:px-96 {
    padding-left: 288px;
    padding-right: 288px
  }
  .xl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px
  }
  .xl\:px-px {
    padding-left: 1px;
    padding-right: 1px
  }
  .xl\:py-0\.5 {
    padding-top: 1.5px;
    padding-bottom: 1.5px
  }
  .xl\:px-0\.5 {
    padding-left: 1.5px;
    padding-right: 1.5px
  }
  .xl\:py-1\.5 {
    padding-top: 4.5px;
    padding-bottom: 4.5px
  }
  .xl\:px-1\.5 {
    padding-left: 4.5px;
    padding-right: 4.5px
  }
  .xl\:py-2\.5 {
    padding-top: 7.5px;
    padding-bottom: 7.5px
  }
  .xl\:px-2\.5 {
    padding-left: 7.5px;
    padding-right: 7.5px
  }
  .xl\:py-3\.5 {
    padding-top: 10.5px;
    padding-bottom: 10.5px
  }
  .xl\:px-3\.5 {
    padding-left: 10.5px;
    padding-right: 10.5px
  }
  .xl\:pt-0 {
    padding-top: 0
  }
  .xl\:pr-0 {
    padding-right: 0
  }
  .xl\:pb-0 {
    padding-bottom: 0
  }
  .xl\:pl-0 {
    padding-left: 0
  }
  .xl\:pt-1 {
    padding-top: 3px
  }
  .xl\:pr-1 {
    padding-right: 3px
  }
  .xl\:pb-1 {
    padding-bottom: 3px
  }
  .xl\:pl-1 {
    padding-left: 3px
  }
  .xl\:pt-2 {
    padding-top: 6px
  }
  .xl\:pr-2 {
    padding-right: 6px
  }
  .xl\:pb-2 {
    padding-bottom: 6px
  }
  .xl\:pl-2 {
    padding-left: 6px
  }
  .xl\:pt-3 {
    padding-top: 9px
  }
  .xl\:pr-3 {
    padding-right: 9px
  }
  .xl\:pb-3 {
    padding-bottom: 9px
  }
  .xl\:pl-3 {
    padding-left: 9px
  }
  .xl\:pt-4 {
    padding-top: 12px
  }
  .xl\:pr-4 {
    padding-right: 12px
  }
  .xl\:pb-4 {
    padding-bottom: 12px
  }
  .xl\:pl-4 {
    padding-left: 12px
  }
  .xl\:pt-5 {
    padding-top: 15px
  }
  .xl\:pr-5 {
    padding-right: 15px
  }
  .xl\:pb-5 {
    padding-bottom: 15px
  }
  .xl\:pl-5 {
    padding-left: 15px
  }
  .xl\:pt-6 {
    padding-top: 18px
  }
  .xl\:pr-6 {
    padding-right: 18px
  }
  .xl\:pb-6 {
    padding-bottom: 18px
  }
  .xl\:pl-6 {
    padding-left: 18px
  }
  .xl\:pt-7 {
    padding-top: 21px
  }
  .xl\:pr-7 {
    padding-right: 21px
  }
  .xl\:pb-7 {
    padding-bottom: 21px
  }
  .xl\:pl-7 {
    padding-left: 21px
  }
  .xl\:pt-8 {
    padding-top: 24px
  }
  .xl\:pr-8 {
    padding-right: 24px
  }
  .xl\:pb-8 {
    padding-bottom: 24px
  }
  .xl\:pl-8 {
    padding-left: 24px
  }
  .xl\:pt-9 {
    padding-top: 27px
  }
  .xl\:pr-9 {
    padding-right: 27px
  }
  .xl\:pb-9 {
    padding-bottom: 27px
  }
  .xl\:pl-9 {
    padding-left: 27px
  }
  .xl\:pt-10 {
    padding-top: 30px
  }
  .xl\:pr-10 {
    padding-right: 30px
  }
  .xl\:pb-10 {
    padding-bottom: 30px
  }
  .xl\:pl-10 {
    padding-left: 30px
  }
  .xl\:pt-11 {
    padding-top: 33px
  }
  .xl\:pr-11 {
    padding-right: 33px
  }
  .xl\:pb-11 {
    padding-bottom: 33px
  }
  .xl\:pl-11 {
    padding-left: 33px
  }
  .xl\:pt-12 {
    padding-top: 36px
  }
  .xl\:pr-12 {
    padding-right: 36px
  }
  .xl\:pb-12 {
    padding-bottom: 36px
  }
  .xl\:pl-12 {
    padding-left: 36px
  }
  .xl\:pt-14 {
    padding-top: 42px
  }
  .xl\:pr-14 {
    padding-right: 42px
  }
  .xl\:pb-14 {
    padding-bottom: 42px
  }
  .xl\:pl-14 {
    padding-left: 42px
  }
  .xl\:pt-16 {
    padding-top: 48px
  }
  .xl\:pr-16 {
    padding-right: 48px
  }
  .xl\:pb-16 {
    padding-bottom: 48px
  }
  .xl\:pl-16 {
    padding-left: 48px
  }
  .xl\:pt-18 {
    padding-top: 54px
  }
  .xl\:pr-18 {
    padding-right: 54px
  }
  .xl\:pb-18 {
    padding-bottom: 54px
  }
  .xl\:pl-18 {
    padding-left: 54px
  }
  .xl\:pt-20 {
    padding-top: 60px
  }
  .xl\:pr-20 {
    padding-right: 60px
  }
  .xl\:pb-20 {
    padding-bottom: 60px
  }
  .xl\:pl-20 {
    padding-left: 60px
  }
  .xl\:pt-24 {
    padding-top: 72px
  }
  .xl\:pr-24 {
    padding-right: 72px
  }
  .xl\:pb-24 {
    padding-bottom: 72px
  }
  .xl\:pl-24 {
    padding-left: 72px
  }
  .xl\:pt-28 {
    padding-top: 84px
  }
  .xl\:pr-28 {
    padding-right: 84px
  }
  .xl\:pb-28 {
    padding-bottom: 84px
  }
  .xl\:pl-28 {
    padding-left: 84px
  }
  .xl\:pt-32 {
    padding-top: 96px
  }
  .xl\:pr-32 {
    padding-right: 96px
  }
  .xl\:pb-32 {
    padding-bottom: 96px
  }
  .xl\:pl-32 {
    padding-left: 96px
  }
  .xl\:pt-36 {
    padding-top: 108px
  }
  .xl\:pr-36 {
    padding-right: 108px
  }
  .xl\:pb-36 {
    padding-bottom: 108px
  }
  .xl\:pl-36 {
    padding-left: 108px
  }
  .xl\:pt-40 {
    padding-top: 120px
  }
  .xl\:pr-40 {
    padding-right: 120px
  }
  .xl\:pb-40 {
    padding-bottom: 120px
  }
  .xl\:pl-40 {
    padding-left: 120px
  }
  .xl\:pt-44 {
    padding-top: 132px
  }
  .xl\:pr-44 {
    padding-right: 132px
  }
  .xl\:pb-44 {
    padding-bottom: 132px
  }
  .xl\:pl-44 {
    padding-left: 132px
  }
  .xl\:pt-48 {
    padding-top: 144px
  }
  .xl\:pr-48 {
    padding-right: 144px
  }
  .xl\:pb-48 {
    padding-bottom: 144px
  }
  .xl\:pl-48 {
    padding-left: 144px
  }
  .xl\:pt-52 {
    padding-top: 156px
  }
  .xl\:pr-52 {
    padding-right: 156px
  }
  .xl\:pb-52 {
    padding-bottom: 156px
  }
  .xl\:pl-52 {
    padding-left: 156px
  }
  .xl\:pt-56 {
    padding-top: 168px
  }
  .xl\:pr-56 {
    padding-right: 168px
  }
  .xl\:pb-56 {
    padding-bottom: 168px
  }
  .xl\:pl-56 {
    padding-left: 168px
  }
  .xl\:pt-60 {
    padding-top: 180px
  }
  .xl\:pr-60 {
    padding-right: 180px
  }
  .xl\:pb-60 {
    padding-bottom: 180px
  }
  .xl\:pl-60 {
    padding-left: 180px
  }
  .xl\:pt-64 {
    padding-top: 192px
  }
  .xl\:pr-64 {
    padding-right: 192px
  }
  .xl\:pb-64 {
    padding-bottom: 192px
  }
  .xl\:pl-64 {
    padding-left: 192px
  }
  .xl\:pt-72 {
    padding-top: 216px
  }
  .xl\:pr-72 {
    padding-right: 216px
  }
  .xl\:pb-72 {
    padding-bottom: 216px
  }
  .xl\:pl-72 {
    padding-left: 216px
  }
  .xl\:pt-80 {
    padding-top: 240px
  }
  .xl\:pr-80 {
    padding-right: 240px
  }
  .xl\:pb-80 {
    padding-bottom: 240px
  }
  .xl\:pl-80 {
    padding-left: 240px
  }
  .xl\:pt-96 {
    padding-top: 288px
  }
  .xl\:pr-96 {
    padding-right: 288px
  }
  .xl\:pb-96 {
    padding-bottom: 288px
  }
  .xl\:pl-96 {
    padding-left: 288px
  }
  .xl\:pt-px {
    padding-top: 1px
  }
  .xl\:pr-px {
    padding-right: 1px
  }
  .xl\:pb-px {
    padding-bottom: 1px
  }
  .xl\:pl-px {
    padding-left: 1px
  }
  .xl\:pt-0\.5 {
    padding-top: 1.5px
  }
  .xl\:pr-0\.5 {
    padding-right: 1.5px
  }
  .xl\:pb-0\.5 {
    padding-bottom: 1.5px
  }
  .xl\:pl-0\.5 {
    padding-left: 1.5px
  }
  .xl\:pt-1\.5 {
    padding-top: 4.5px
  }
  .xl\:pr-1\.5 {
    padding-right: 4.5px
  }
  .xl\:pb-1\.5 {
    padding-bottom: 4.5px
  }
  .xl\:pl-1\.5 {
    padding-left: 4.5px
  }
  .xl\:pt-2\.5 {
    padding-top: 7.5px
  }
  .xl\:pr-2\.5 {
    padding-right: 7.5px
  }
  .xl\:pb-2\.5 {
    padding-bottom: 7.5px
  }
  .xl\:pl-2\.5 {
    padding-left: 7.5px
  }
  .xl\:pt-3\.5 {
    padding-top: 10.5px
  }
  .xl\:pr-3\.5 {
    padding-right: 10.5px
  }
  .xl\:pb-3\.5 {
    padding-bottom: 10.5px
  }
  .xl\:pl-3\.5 {
    padding-left: 10.5px
  }
  .xl\:placeholder-primary-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-primary-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-primary-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-primary-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-primary-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-primary-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-primary-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 226, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-primary-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 226, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-primary-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 226, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-primary-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 230, 175, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-primary-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 230, 175, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-primary-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 230, 175, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-primary-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 213, 124, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-primary-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 213, 124, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-primary-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 213, 124, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-primary-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-primary-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-primary-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-primary-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 181, 22, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-primary-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 181, 22, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-primary-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 181, 22, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-primary-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 154, 0, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-primary-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 154, 0, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-primary-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 154, 0, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-primary-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(175, 119, 0, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-primary-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(175, 119, 0, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-primary-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(175, 119, 0, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-primary-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 84, 0, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-primary-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 84, 0, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-primary-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 84, 0, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-primary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-primary:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-primary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-secondary-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 251, 223, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-secondary-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 251, 223, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-secondary-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 251, 223, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-secondary-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 249, 208, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-secondary-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 249, 208, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-secondary-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 249, 208, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-secondary-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(135, 245, 178, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-secondary-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(135, 245, 178, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-secondary-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(135, 245, 178, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-secondary-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 241, 148, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-secondary-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 241, 148, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-secondary-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 241, 148, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-secondary-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 238, 118, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-secondary-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 238, 118, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-secondary-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 238, 118, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-secondary-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-secondary-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-secondary-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-secondary-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 163, 72, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-secondary-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 163, 72, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-secondary-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 163, 72, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-secondary-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(9, 116, 51, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-secondary-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(9, 116, 51, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-secondary-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(9, 116, 51, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-secondary-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 68, 30, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-secondary-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 68, 30, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-secondary-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 68, 30, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-secondary-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 21, 9, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-secondary-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 21, 9, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-secondary-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 21, 9, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-secondary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-secondary:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-secondary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-accent-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-accent-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-accent-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-accent-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-accent-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-accent-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-accent-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-accent-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-accent-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-accent-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-accent-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-accent-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-accent-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-accent-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-accent-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-accent-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-accent-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-accent-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-accent-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-accent-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-accent-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-accent-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-accent-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-accent-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-accent-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-accent-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-accent-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-accent-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-accent-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-accent-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-shade-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 58, 49, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-shade-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 58, 49, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-shade-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 58, 49, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-shade-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 47, 53, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-shade-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 47, 53, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-shade-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 47, 53, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-gray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-gray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-gray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-gray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-gray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-gray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-gray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-gray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-gray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-gray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-brand-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-brand-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-brand-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-brand-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-brand-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-brand-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-brand-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-brand-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-brand-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-brand-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-brand-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-brand-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-brand-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-brand-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-brand-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-brand-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-brand-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-brand-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-brand-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-brand-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-brand-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-brand-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-brand-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-brand-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-brand-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-brand-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-brand-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-brand-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-brand-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-brand-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity))
  }
  .xl\:placeholder-transparent::-moz-placeholder {
    color: transparent
  }
  .xl\:placeholder-transparent:-ms-input-placeholder {
    color: transparent
  }
  .xl\:placeholder-transparent::placeholder {
    color: transparent
  }
  .xl\:placeholder-current::-moz-placeholder {
    color: currentColor
  }
  .xl\:placeholder-current:-ms-input-placeholder {
    color: currentColor
  }
  .xl\:placeholder-current::placeholder {
    color: currentColor
  }
  .xl\:focus\:placeholder-primary-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-primary-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-primary-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-primary-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-primary-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-primary-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-primary-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 226, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-primary-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 226, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-primary-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 226, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-primary-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 230, 175, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-primary-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 230, 175, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-primary-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 230, 175, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-primary-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 213, 124, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-primary-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 213, 124, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-primary-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 213, 124, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-primary-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-primary-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-primary-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-primary-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 181, 22, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-primary-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 181, 22, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-primary-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 181, 22, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-primary-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 154, 0, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-primary-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 154, 0, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-primary-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 154, 0, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-primary-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(175, 119, 0, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-primary-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(175, 119, 0, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-primary-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(175, 119, 0, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-primary-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 84, 0, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-primary-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 84, 0, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-primary-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 84, 0, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-primary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-primary:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-primary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-secondary-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 251, 223, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-secondary-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 251, 223, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-secondary-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 251, 223, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-secondary-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 249, 208, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-secondary-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 249, 208, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-secondary-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 249, 208, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-secondary-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(135, 245, 178, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-secondary-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(135, 245, 178, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-secondary-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(135, 245, 178, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-secondary-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 241, 148, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-secondary-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 241, 148, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-secondary-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 241, 148, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-secondary-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 238, 118, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-secondary-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 238, 118, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-secondary-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 238, 118, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-secondary-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-secondary-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-secondary-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-secondary-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 163, 72, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-secondary-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 163, 72, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-secondary-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 163, 72, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-secondary-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(9, 116, 51, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-secondary-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(9, 116, 51, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-secondary-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(9, 116, 51, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-secondary-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 68, 30, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-secondary-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 68, 30, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-secondary-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 68, 30, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-secondary-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 21, 9, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-secondary-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 21, 9, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-secondary-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 21, 9, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-secondary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-secondary:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-secondary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-accent-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-accent-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-accent-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-accent-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-accent-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-accent-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-accent-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-accent-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-accent-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-accent-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-accent-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-accent-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-accent-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-accent-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-accent-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-accent-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-accent-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-accent-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-accent-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-accent-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-accent-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-accent-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-accent-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-accent-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-accent-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-accent-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-accent-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-accent-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-accent-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-accent-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-shade-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 58, 49, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-shade-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 58, 49, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-shade-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 58, 49, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-shade-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 47, 53, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-shade-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 47, 53, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-shade-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 47, 53, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-gray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-brand-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-brand-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-brand-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-brand-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-brand-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-brand-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-brand-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-brand-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-brand-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-brand-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-brand-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-brand-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-brand-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-brand-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-brand-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-brand-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-brand-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-brand-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-brand-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-brand-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-brand-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-brand-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-brand-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-brand-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-brand-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-brand-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-brand-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-brand-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-brand-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-brand-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity))
  }
  .xl\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent
  }
  .xl\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent
  }
  .xl\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent
  }
  .xl\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor
  }
  .xl\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: currentColor
  }
  .xl\:focus\:placeholder-current:focus::placeholder {
    color: currentColor
  }
  .xl\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0
  }
  .xl\:placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0
  }
  .xl\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0
  }
  .xl\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05
  }
  .xl\:placeholder-opacity-5:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05
  }
  .xl\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05
  }
  .xl\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1
  }
  .xl\:placeholder-opacity-10:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1
  }
  .xl\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1
  }
  .xl\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2
  }
  .xl\:placeholder-opacity-20:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2
  }
  .xl\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2
  }
  .xl\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25
  }
  .xl\:placeholder-opacity-25:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25
  }
  .xl\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25
  }
  .xl\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3
  }
  .xl\:placeholder-opacity-30:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3
  }
  .xl\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3
  }
  .xl\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4
  }
  .xl\:placeholder-opacity-40:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4
  }
  .xl\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4
  }
  .xl\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5
  }
  .xl\:placeholder-opacity-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5
  }
  .xl\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5
  }
  .xl\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6
  }
  .xl\:placeholder-opacity-60:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6
  }
  .xl\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6
  }
  .xl\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7
  }
  .xl\:placeholder-opacity-70:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7
  }
  .xl\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7
  }
  .xl\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75
  }
  .xl\:placeholder-opacity-75:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75
  }
  .xl\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75
  }
  .xl\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8
  }
  .xl\:placeholder-opacity-80:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8
  }
  .xl\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8
  }
  .xl\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9
  }
  .xl\:placeholder-opacity-90:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9
  }
  .xl\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9
  }
  .xl\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95
  }
  .xl\:placeholder-opacity-95:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95
  }
  .xl\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95
  }
  .xl\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1
  }
  .xl\:placeholder-opacity-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1
  }
  .xl\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1
  }
  .xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0
  }
  .xl\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0
  }
  .xl\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0
  }
  .xl\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05
  }
  .xl\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05
  }
  .xl\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05
  }
  .xl\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1
  }
  .xl\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1
  }
  .xl\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1
  }
  .xl\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2
  }
  .xl\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2
  }
  .xl\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2
  }
  .xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25
  }
  .xl\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25
  }
  .xl\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25
  }
  .xl\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3
  }
  .xl\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3
  }
  .xl\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3
  }
  .xl\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4
  }
  .xl\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4
  }
  .xl\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4
  }
  .xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5
  }
  .xl\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5
  }
  .xl\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5
  }
  .xl\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6
  }
  .xl\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6
  }
  .xl\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6
  }
  .xl\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7
  }
  .xl\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7
  }
  .xl\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7
  }
  .xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75
  }
  .xl\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75
  }
  .xl\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75
  }
  .xl\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8
  }
  .xl\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8
  }
  .xl\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8
  }
  .xl\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9
  }
  .xl\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9
  }
  .xl\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9
  }
  .xl\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95
  }
  .xl\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95
  }
  .xl\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95
  }
  .xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1
  }
  .xl\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1
  }
  .xl\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1
  }
  .xl\:pointer-events-none {
    pointer-events: none
  }
  .xl\:pointer-events-auto {
    pointer-events: auto
  }
  .xl\:static {
    position: static
  }
  .xl\:fixed {
    position: fixed
  }
  .xl\:absolute {
    position: absolute
  }
  .xl\:relative {
    position: relative
  }
  .xl\:sticky {
    position: -webkit-sticky;
    position: sticky
  }
  .xl\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
  }
  .xl\:inset-1 {
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px
  }
  .xl\:inset-2 {
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: 6px
  }
  .xl\:inset-3 {
    top: 9px;
    right: 9px;
    bottom: 9px;
    left: 9px
  }
  .xl\:inset-4 {
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px
  }
  .xl\:inset-5 {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px
  }
  .xl\:inset-6 {
    top: 18px;
    right: 18px;
    bottom: 18px;
    left: 18px
  }
  .xl\:inset-7 {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px
  }
  .xl\:inset-8 {
    top: 24px;
    right: 24px;
    bottom: 24px;
    left: 24px
  }
  .xl\:inset-9 {
    top: 27px;
    right: 27px;
    bottom: 27px;
    left: 27px
  }
  .xl\:inset-10 {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px
  }
  .xl\:inset-11 {
    top: 33px;
    right: 33px;
    bottom: 33px;
    left: 33px
  }
  .xl\:inset-12 {
    top: 36px;
    right: 36px;
    bottom: 36px;
    left: 36px
  }
  .xl\:inset-14 {
    top: 42px;
    right: 42px;
    bottom: 42px;
    left: 42px
  }
  .xl\:inset-16 {
    top: 48px;
    right: 48px;
    bottom: 48px;
    left: 48px
  }
  .xl\:inset-18 {
    top: 54px;
    right: 54px;
    bottom: 54px;
    left: 54px
  }
  .xl\:inset-20 {
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px
  }
  .xl\:inset-24 {
    top: 72px;
    right: 72px;
    bottom: 72px;
    left: 72px
  }
  .xl\:inset-28 {
    top: 84px;
    right: 84px;
    bottom: 84px;
    left: 84px
  }
  .xl\:inset-32 {
    top: 96px;
    right: 96px;
    bottom: 96px;
    left: 96px
  }
  .xl\:inset-36 {
    top: 108px;
    right: 108px;
    bottom: 108px;
    left: 108px
  }
  .xl\:inset-40 {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px
  }
  .xl\:inset-44 {
    top: 132px;
    right: 132px;
    bottom: 132px;
    left: 132px
  }
  .xl\:inset-48 {
    top: 144px;
    right: 144px;
    bottom: 144px;
    left: 144px
  }
  .xl\:inset-52 {
    top: 156px;
    right: 156px;
    bottom: 156px;
    left: 156px
  }
  .xl\:inset-56 {
    top: 168px;
    right: 168px;
    bottom: 168px;
    left: 168px
  }
  .xl\:inset-60 {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px
  }
  .xl\:inset-64 {
    top: 192px;
    right: 192px;
    bottom: 192px;
    left: 192px
  }
  .xl\:inset-72 {
    top: 216px;
    right: 216px;
    bottom: 216px;
    left: 216px
  }
  .xl\:inset-80 {
    top: 240px;
    right: 240px;
    bottom: 240px;
    left: 240px
  }
  .xl\:inset-96 {
    top: 288px;
    right: 288px;
    bottom: 288px;
    left: 288px
  }
  .xl\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto
  }
  .xl\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px
  }
  .xl\:inset-0\.5 {
    top: 1.5px;
    right: 1.5px;
    bottom: 1.5px;
    left: 1.5px
  }
  .xl\:inset-1\.5 {
    top: 4.5px;
    right: 4.5px;
    bottom: 4.5px;
    left: 4.5px
  }
  .xl\:inset-2\.5 {
    top: 7.5px;
    right: 7.5px;
    bottom: 7.5px;
    left: 7.5px
  }
  .xl\:inset-3\.5 {
    top: 10.5px;
    right: 10.5px;
    bottom: 10.5px;
    left: 10.5px
  }
  .xl\:-inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
  }
  .xl\:-inset-1 {
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px
  }
  .xl\:-inset-2 {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px
  }
  .xl\:-inset-3 {
    top: -9px;
    right: -9px;
    bottom: -9px;
    left: -9px
  }
  .xl\:-inset-4 {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px
  }
  .xl\:-inset-5 {
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px
  }
  .xl\:-inset-6 {
    top: -18px;
    right: -18px;
    bottom: -18px;
    left: -18px
  }
  .xl\:-inset-7 {
    top: -21px;
    right: -21px;
    bottom: -21px;
    left: -21px
  }
  .xl\:-inset-8 {
    top: -24px;
    right: -24px;
    bottom: -24px;
    left: -24px
  }
  .xl\:-inset-9 {
    top: -27px;
    right: -27px;
    bottom: -27px;
    left: -27px
  }
  .xl\:-inset-10 {
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px
  }
  .xl\:-inset-11 {
    top: -33px;
    right: -33px;
    bottom: -33px;
    left: -33px
  }
  .xl\:-inset-12 {
    top: -36px;
    right: -36px;
    bottom: -36px;
    left: -36px
  }
  .xl\:-inset-14 {
    top: -42px;
    right: -42px;
    bottom: -42px;
    left: -42px
  }
  .xl\:-inset-16 {
    top: -48px;
    right: -48px;
    bottom: -48px;
    left: -48px
  }
  .xl\:-inset-18 {
    top: -54px;
    right: -54px;
    bottom: -54px;
    left: -54px
  }
  .xl\:-inset-20 {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px
  }
  .xl\:-inset-24 {
    top: -72px;
    right: -72px;
    bottom: -72px;
    left: -72px
  }
  .xl\:-inset-28 {
    top: -84px;
    right: -84px;
    bottom: -84px;
    left: -84px
  }
  .xl\:-inset-32 {
    top: -96px;
    right: -96px;
    bottom: -96px;
    left: -96px
  }
  .xl\:-inset-36 {
    top: -108px;
    right: -108px;
    bottom: -108px;
    left: -108px
  }
  .xl\:-inset-40 {
    top: -120px;
    right: -120px;
    bottom: -120px;
    left: -120px
  }
  .xl\:-inset-44 {
    top: -132px;
    right: -132px;
    bottom: -132px;
    left: -132px
  }
  .xl\:-inset-48 {
    top: -144px;
    right: -144px;
    bottom: -144px;
    left: -144px
  }
  .xl\:-inset-52 {
    top: -156px;
    right: -156px;
    bottom: -156px;
    left: -156px
  }
  .xl\:-inset-56 {
    top: -168px;
    right: -168px;
    bottom: -168px;
    left: -168px
  }
  .xl\:-inset-60 {
    top: -180px;
    right: -180px;
    bottom: -180px;
    left: -180px
  }
  .xl\:-inset-64 {
    top: -192px;
    right: -192px;
    bottom: -192px;
    left: -192px
  }
  .xl\:-inset-72 {
    top: -216px;
    right: -216px;
    bottom: -216px;
    left: -216px
  }
  .xl\:-inset-80 {
    top: -240px;
    right: -240px;
    bottom: -240px;
    left: -240px
  }
  .xl\:-inset-96 {
    top: -288px;
    right: -288px;
    bottom: -288px;
    left: -288px
  }
  .xl\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px
  }
  .xl\:-inset-0\.5 {
    top: -1.5px;
    right: -1.5px;
    bottom: -1.5px;
    left: -1.5px
  }
  .xl\:-inset-1\.5 {
    top: -4.5px;
    right: -4.5px;
    bottom: -4.5px;
    left: -4.5px
  }
  .xl\:-inset-2\.5 {
    top: -7.5px;
    right: -7.5px;
    bottom: -7.5px;
    left: -7.5px
  }
  .xl\:-inset-3\.5 {
    top: -10.5px;
    right: -10.5px;
    bottom: -10.5px;
    left: -10.5px
  }
  .xl\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%
  }
  .xl\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%
  }
  .xl\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%
  }
  .xl\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%
  }
  .xl\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%
  }
  .xl\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%
  }
  .xl\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%
  }
  .xl\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%
  }
  .xl\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%
  }
  .xl\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%
  }
  .xl\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%
  }
  .xl\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%
  }
  .xl\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%
  }
  .xl\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%
  }
  .xl\:inset-y-0 {
    top: 0;
    bottom: 0
  }
  .xl\:inset-x-0 {
    right: 0;
    left: 0
  }
  .xl\:inset-y-1 {
    top: 3px;
    bottom: 3px
  }
  .xl\:inset-x-1 {
    right: 3px;
    left: 3px
  }
  .xl\:inset-y-2 {
    top: 6px;
    bottom: 6px
  }
  .xl\:inset-x-2 {
    right: 6px;
    left: 6px
  }
  .xl\:inset-y-3 {
    top: 9px;
    bottom: 9px
  }
  .xl\:inset-x-3 {
    right: 9px;
    left: 9px
  }
  .xl\:inset-y-4 {
    top: 12px;
    bottom: 12px
  }
  .xl\:inset-x-4 {
    right: 12px;
    left: 12px
  }
  .xl\:inset-y-5 {
    top: 15px;
    bottom: 15px
  }
  .xl\:inset-x-5 {
    right: 15px;
    left: 15px
  }
  .xl\:inset-y-6 {
    top: 18px;
    bottom: 18px
  }
  .xl\:inset-x-6 {
    right: 18px;
    left: 18px
  }
  .xl\:inset-y-7 {
    top: 21px;
    bottom: 21px
  }
  .xl\:inset-x-7 {
    right: 21px;
    left: 21px
  }
  .xl\:inset-y-8 {
    top: 24px;
    bottom: 24px
  }
  .xl\:inset-x-8 {
    right: 24px;
    left: 24px
  }
  .xl\:inset-y-9 {
    top: 27px;
    bottom: 27px
  }
  .xl\:inset-x-9 {
    right: 27px;
    left: 27px
  }
  .xl\:inset-y-10 {
    top: 30px;
    bottom: 30px
  }
  .xl\:inset-x-10 {
    right: 30px;
    left: 30px
  }
  .xl\:inset-y-11 {
    top: 33px;
    bottom: 33px
  }
  .xl\:inset-x-11 {
    right: 33px;
    left: 33px
  }
  .xl\:inset-y-12 {
    top: 36px;
    bottom: 36px
  }
  .xl\:inset-x-12 {
    right: 36px;
    left: 36px
  }
  .xl\:inset-y-14 {
    top: 42px;
    bottom: 42px
  }
  .xl\:inset-x-14 {
    right: 42px;
    left: 42px
  }
  .xl\:inset-y-16 {
    top: 48px;
    bottom: 48px
  }
  .xl\:inset-x-16 {
    right: 48px;
    left: 48px
  }
  .xl\:inset-y-18 {
    top: 54px;
    bottom: 54px
  }
  .xl\:inset-x-18 {
    right: 54px;
    left: 54px
  }
  .xl\:inset-y-20 {
    top: 60px;
    bottom: 60px
  }
  .xl\:inset-x-20 {
    right: 60px;
    left: 60px
  }
  .xl\:inset-y-24 {
    top: 72px;
    bottom: 72px
  }
  .xl\:inset-x-24 {
    right: 72px;
    left: 72px
  }
  .xl\:inset-y-28 {
    top: 84px;
    bottom: 84px
  }
  .xl\:inset-x-28 {
    right: 84px;
    left: 84px
  }
  .xl\:inset-y-32 {
    top: 96px;
    bottom: 96px
  }
  .xl\:inset-x-32 {
    right: 96px;
    left: 96px
  }
  .xl\:inset-y-36 {
    top: 108px;
    bottom: 108px
  }
  .xl\:inset-x-36 {
    right: 108px;
    left: 108px
  }
  .xl\:inset-y-40 {
    top: 120px;
    bottom: 120px
  }
  .xl\:inset-x-40 {
    right: 120px;
    left: 120px
  }
  .xl\:inset-y-44 {
    top: 132px;
    bottom: 132px
  }
  .xl\:inset-x-44 {
    right: 132px;
    left: 132px
  }
  .xl\:inset-y-48 {
    top: 144px;
    bottom: 144px
  }
  .xl\:inset-x-48 {
    right: 144px;
    left: 144px
  }
  .xl\:inset-y-52 {
    top: 156px;
    bottom: 156px
  }
  .xl\:inset-x-52 {
    right: 156px;
    left: 156px
  }
  .xl\:inset-y-56 {
    top: 168px;
    bottom: 168px
  }
  .xl\:inset-x-56 {
    right: 168px;
    left: 168px
  }
  .xl\:inset-y-60 {
    top: 180px;
    bottom: 180px
  }
  .xl\:inset-x-60 {
    right: 180px;
    left: 180px
  }
  .xl\:inset-y-64 {
    top: 192px;
    bottom: 192px
  }
  .xl\:inset-x-64 {
    right: 192px;
    left: 192px
  }
  .xl\:inset-y-72 {
    top: 216px;
    bottom: 216px
  }
  .xl\:inset-x-72 {
    right: 216px;
    left: 216px
  }
  .xl\:inset-y-80 {
    top: 240px;
    bottom: 240px
  }
  .xl\:inset-x-80 {
    right: 240px;
    left: 240px
  }
  .xl\:inset-y-96 {
    top: 288px;
    bottom: 288px
  }
  .xl\:inset-x-96 {
    right: 288px;
    left: 288px
  }
  .xl\:inset-y-auto {
    top: auto;
    bottom: auto
  }
  .xl\:inset-x-auto {
    right: auto;
    left: auto
  }
  .xl\:inset-y-px {
    top: 1px;
    bottom: 1px
  }
  .xl\:inset-x-px {
    right: 1px;
    left: 1px
  }
  .xl\:inset-y-0\.5 {
    top: 1.5px;
    bottom: 1.5px
  }
  .xl\:inset-x-0\.5 {
    right: 1.5px;
    left: 1.5px
  }
  .xl\:inset-y-1\.5 {
    top: 4.5px;
    bottom: 4.5px
  }
  .xl\:inset-x-1\.5 {
    right: 4.5px;
    left: 4.5px
  }
  .xl\:inset-y-2\.5 {
    top: 7.5px;
    bottom: 7.5px
  }
  .xl\:inset-x-2\.5 {
    right: 7.5px;
    left: 7.5px
  }
  .xl\:inset-y-3\.5 {
    top: 10.5px;
    bottom: 10.5px
  }
  .xl\:inset-x-3\.5 {
    right: 10.5px;
    left: 10.5px
  }
  .xl\:-inset-y-0 {
    top: 0;
    bottom: 0
  }
  .xl\:-inset-x-0 {
    right: 0;
    left: 0
  }
  .xl\:-inset-y-1 {
    top: -3px;
    bottom: -3px
  }
  .xl\:-inset-x-1 {
    right: -3px;
    left: -3px
  }
  .xl\:-inset-y-2 {
    top: -6px;
    bottom: -6px
  }
  .xl\:-inset-x-2 {
    right: -6px;
    left: -6px
  }
  .xl\:-inset-y-3 {
    top: -9px;
    bottom: -9px
  }
  .xl\:-inset-x-3 {
    right: -9px;
    left: -9px
  }
  .xl\:-inset-y-4 {
    top: -12px;
    bottom: -12px
  }
  .xl\:-inset-x-4 {
    right: -12px;
    left: -12px
  }
  .xl\:-inset-y-5 {
    top: -15px;
    bottom: -15px
  }
  .xl\:-inset-x-5 {
    right: -15px;
    left: -15px
  }
  .xl\:-inset-y-6 {
    top: -18px;
    bottom: -18px
  }
  .xl\:-inset-x-6 {
    right: -18px;
    left: -18px
  }
  .xl\:-inset-y-7 {
    top: -21px;
    bottom: -21px
  }
  .xl\:-inset-x-7 {
    right: -21px;
    left: -21px
  }
  .xl\:-inset-y-8 {
    top: -24px;
    bottom: -24px
  }
  .xl\:-inset-x-8 {
    right: -24px;
    left: -24px
  }
  .xl\:-inset-y-9 {
    top: -27px;
    bottom: -27px
  }
  .xl\:-inset-x-9 {
    right: -27px;
    left: -27px
  }
  .xl\:-inset-y-10 {
    top: -30px;
    bottom: -30px
  }
  .xl\:-inset-x-10 {
    right: -30px;
    left: -30px
  }
  .xl\:-inset-y-11 {
    top: -33px;
    bottom: -33px
  }
  .xl\:-inset-x-11 {
    right: -33px;
    left: -33px
  }
  .xl\:-inset-y-12 {
    top: -36px;
    bottom: -36px
  }
  .xl\:-inset-x-12 {
    right: -36px;
    left: -36px
  }
  .xl\:-inset-y-14 {
    top: -42px;
    bottom: -42px
  }
  .xl\:-inset-x-14 {
    right: -42px;
    left: -42px
  }
  .xl\:-inset-y-16 {
    top: -48px;
    bottom: -48px
  }
  .xl\:-inset-x-16 {
    right: -48px;
    left: -48px
  }
  .xl\:-inset-y-18 {
    top: -54px;
    bottom: -54px
  }
  .xl\:-inset-x-18 {
    right: -54px;
    left: -54px
  }
  .xl\:-inset-y-20 {
    top: -60px;
    bottom: -60px
  }
  .xl\:-inset-x-20 {
    right: -60px;
    left: -60px
  }
  .xl\:-inset-y-24 {
    top: -72px;
    bottom: -72px
  }
  .xl\:-inset-x-24 {
    right: -72px;
    left: -72px
  }
  .xl\:-inset-y-28 {
    top: -84px;
    bottom: -84px
  }
  .xl\:-inset-x-28 {
    right: -84px;
    left: -84px
  }
  .xl\:-inset-y-32 {
    top: -96px;
    bottom: -96px
  }
  .xl\:-inset-x-32 {
    right: -96px;
    left: -96px
  }
  .xl\:-inset-y-36 {
    top: -108px;
    bottom: -108px
  }
  .xl\:-inset-x-36 {
    right: -108px;
    left: -108px
  }
  .xl\:-inset-y-40 {
    top: -120px;
    bottom: -120px
  }
  .xl\:-inset-x-40 {
    right: -120px;
    left: -120px
  }
  .xl\:-inset-y-44 {
    top: -132px;
    bottom: -132px
  }
  .xl\:-inset-x-44 {
    right: -132px;
    left: -132px
  }
  .xl\:-inset-y-48 {
    top: -144px;
    bottom: -144px
  }
  .xl\:-inset-x-48 {
    right: -144px;
    left: -144px
  }
  .xl\:-inset-y-52 {
    top: -156px;
    bottom: -156px
  }
  .xl\:-inset-x-52 {
    right: -156px;
    left: -156px
  }
  .xl\:-inset-y-56 {
    top: -168px;
    bottom: -168px
  }
  .xl\:-inset-x-56 {
    right: -168px;
    left: -168px
  }
  .xl\:-inset-y-60 {
    top: -180px;
    bottom: -180px
  }
  .xl\:-inset-x-60 {
    right: -180px;
    left: -180px
  }
  .xl\:-inset-y-64 {
    top: -192px;
    bottom: -192px
  }
  .xl\:-inset-x-64 {
    right: -192px;
    left: -192px
  }
  .xl\:-inset-y-72 {
    top: -216px;
    bottom: -216px
  }
  .xl\:-inset-x-72 {
    right: -216px;
    left: -216px
  }
  .xl\:-inset-y-80 {
    top: -240px;
    bottom: -240px
  }
  .xl\:-inset-x-80 {
    right: -240px;
    left: -240px
  }
  .xl\:-inset-y-96 {
    top: -288px;
    bottom: -288px
  }
  .xl\:-inset-x-96 {
    right: -288px;
    left: -288px
  }
  .xl\:-inset-y-px {
    top: -1px;
    bottom: -1px
  }
  .xl\:-inset-x-px {
    right: -1px;
    left: -1px
  }
  .xl\:-inset-y-0\.5 {
    top: -1.5px;
    bottom: -1.5px
  }
  .xl\:-inset-x-0\.5 {
    right: -1.5px;
    left: -1.5px
  }
  .xl\:-inset-y-1\.5 {
    top: -4.5px;
    bottom: -4.5px
  }
  .xl\:-inset-x-1\.5 {
    right: -4.5px;
    left: -4.5px
  }
  .xl\:-inset-y-2\.5 {
    top: -7.5px;
    bottom: -7.5px
  }
  .xl\:-inset-x-2\.5 {
    right: -7.5px;
    left: -7.5px
  }
  .xl\:-inset-y-3\.5 {
    top: -10.5px;
    bottom: -10.5px
  }
  .xl\:-inset-x-3\.5 {
    right: -10.5px;
    left: -10.5px
  }
  .xl\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%
  }
  .xl\:inset-x-1\/2 {
    right: 50%;
    left: 50%
  }
  .xl\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%
  }
  .xl\:inset-x-1\/3 {
    right: 33.333333%;
    left: 33.333333%
  }
  .xl\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%
  }
  .xl\:inset-x-2\/3 {
    right: 66.666667%;
    left: 66.666667%
  }
  .xl\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%
  }
  .xl\:inset-x-1\/4 {
    right: 25%;
    left: 25%
  }
  .xl\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%
  }
  .xl\:inset-x-2\/4 {
    right: 50%;
    left: 50%
  }
  .xl\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%
  }
  .xl\:inset-x-3\/4 {
    right: 75%;
    left: 75%
  }
  .xl\:inset-y-full {
    top: 100%;
    bottom: 100%
  }
  .xl\:inset-x-full {
    right: 100%;
    left: 100%
  }
  .xl\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%
  }
  .xl\:-inset-x-1\/2 {
    right: -50%;
    left: -50%
  }
  .xl\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%
  }
  .xl\:-inset-x-1\/3 {
    right: -33.333333%;
    left: -33.333333%
  }
  .xl\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%
  }
  .xl\:-inset-x-2\/3 {
    right: -66.666667%;
    left: -66.666667%
  }
  .xl\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%
  }
  .xl\:-inset-x-1\/4 {
    right: -25%;
    left: -25%
  }
  .xl\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%
  }
  .xl\:-inset-x-2\/4 {
    right: -50%;
    left: -50%
  }
  .xl\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%
  }
  .xl\:-inset-x-3\/4 {
    right: -75%;
    left: -75%
  }
  .xl\:-inset-y-full {
    top: -100%;
    bottom: -100%
  }
  .xl\:-inset-x-full {
    right: -100%;
    left: -100%
  }
  .xl\:top-0 {
    top: 0
  }
  .xl\:right-0 {
    right: 0
  }
  .xl\:bottom-0 {
    bottom: 0
  }
  .xl\:left-0 {
    left: 0
  }
  .xl\:top-1 {
    top: 3px
  }
  .xl\:right-1 {
    right: 3px
  }
  .xl\:bottom-1 {
    bottom: 3px
  }
  .xl\:left-1 {
    left: 3px
  }
  .xl\:top-2 {
    top: 6px
  }
  .xl\:right-2 {
    right: 6px
  }
  .xl\:bottom-2 {
    bottom: 6px
  }
  .xl\:left-2 {
    left: 6px
  }
  .xl\:top-3 {
    top: 9px
  }
  .xl\:right-3 {
    right: 9px
  }
  .xl\:bottom-3 {
    bottom: 9px
  }
  .xl\:left-3 {
    left: 9px
  }
  .xl\:top-4 {
    top: 12px
  }
  .xl\:right-4 {
    right: 12px
  }
  .xl\:bottom-4 {
    bottom: 12px
  }
  .xl\:left-4 {
    left: 12px
  }
  .xl\:top-5 {
    top: 15px
  }
  .xl\:right-5 {
    right: 15px
  }
  .xl\:bottom-5 {
    bottom: 15px
  }
  .xl\:left-5 {
    left: 15px
  }
  .xl\:top-6 {
    top: 18px
  }
  .xl\:right-6 {
    right: 18px
  }
  .xl\:bottom-6 {
    bottom: 18px
  }
  .xl\:left-6 {
    left: 18px
  }
  .xl\:top-7 {
    top: 21px
  }
  .xl\:right-7 {
    right: 21px
  }
  .xl\:bottom-7 {
    bottom: 21px
  }
  .xl\:left-7 {
    left: 21px
  }
  .xl\:top-8 {
    top: 24px
  }
  .xl\:right-8 {
    right: 24px
  }
  .xl\:bottom-8 {
    bottom: 24px
  }
  .xl\:left-8 {
    left: 24px
  }
  .xl\:top-9 {
    top: 27px
  }
  .xl\:right-9 {
    right: 27px
  }
  .xl\:bottom-9 {
    bottom: 27px
  }
  .xl\:left-9 {
    left: 27px
  }
  .xl\:top-10 {
    top: 30px
  }
  .xl\:right-10 {
    right: 30px
  }
  .xl\:bottom-10 {
    bottom: 30px
  }
  .xl\:left-10 {
    left: 30px
  }
  .xl\:top-11 {
    top: 33px
  }
  .xl\:right-11 {
    right: 33px
  }
  .xl\:bottom-11 {
    bottom: 33px
  }
  .xl\:left-11 {
    left: 33px
  }
  .xl\:top-12 {
    top: 36px
  }
  .xl\:right-12 {
    right: 36px
  }
  .xl\:bottom-12 {
    bottom: 36px
  }
  .xl\:left-12 {
    left: 36px
  }
  .xl\:top-14 {
    top: 42px
  }
  .xl\:right-14 {
    right: 42px
  }
  .xl\:bottom-14 {
    bottom: 42px
  }
  .xl\:left-14 {
    left: 42px
  }
  .xl\:top-16 {
    top: 48px
  }
  .xl\:right-16 {
    right: 48px
  }
  .xl\:bottom-16 {
    bottom: 48px
  }
  .xl\:left-16 {
    left: 48px
  }
  .xl\:top-18 {
    top: 54px
  }
  .xl\:right-18 {
    right: 54px
  }
  .xl\:bottom-18 {
    bottom: 54px
  }
  .xl\:left-18 {
    left: 54px
  }
  .xl\:top-20 {
    top: 60px
  }
  .xl\:right-20 {
    right: 60px
  }
  .xl\:bottom-20 {
    bottom: 60px
  }
  .xl\:left-20 {
    left: 60px
  }
  .xl\:top-24 {
    top: 72px
  }
  .xl\:right-24 {
    right: 72px
  }
  .xl\:bottom-24 {
    bottom: 72px
  }
  .xl\:left-24 {
    left: 72px
  }
  .xl\:top-28 {
    top: 84px
  }
  .xl\:right-28 {
    right: 84px
  }
  .xl\:bottom-28 {
    bottom: 84px
  }
  .xl\:left-28 {
    left: 84px
  }
  .xl\:top-32 {
    top: 96px
  }
  .xl\:right-32 {
    right: 96px
  }
  .xl\:bottom-32 {
    bottom: 96px
  }
  .xl\:left-32 {
    left: 96px
  }
  .xl\:top-36 {
    top: 108px
  }
  .xl\:right-36 {
    right: 108px
  }
  .xl\:bottom-36 {
    bottom: 108px
  }
  .xl\:left-36 {
    left: 108px
  }
  .xl\:top-40 {
    top: 120px
  }
  .xl\:right-40 {
    right: 120px
  }
  .xl\:bottom-40 {
    bottom: 120px
  }
  .xl\:left-40 {
    left: 120px
  }
  .xl\:top-44 {
    top: 132px
  }
  .xl\:right-44 {
    right: 132px
  }
  .xl\:bottom-44 {
    bottom: 132px
  }
  .xl\:left-44 {
    left: 132px
  }
  .xl\:top-48 {
    top: 144px
  }
  .xl\:right-48 {
    right: 144px
  }
  .xl\:bottom-48 {
    bottom: 144px
  }
  .xl\:left-48 {
    left: 144px
  }
  .xl\:top-52 {
    top: 156px
  }
  .xl\:right-52 {
    right: 156px
  }
  .xl\:bottom-52 {
    bottom: 156px
  }
  .xl\:left-52 {
    left: 156px
  }
  .xl\:top-56 {
    top: 168px
  }
  .xl\:right-56 {
    right: 168px
  }
  .xl\:bottom-56 {
    bottom: 168px
  }
  .xl\:left-56 {
    left: 168px
  }
  .xl\:top-60 {
    top: 180px
  }
  .xl\:right-60 {
    right: 180px
  }
  .xl\:bottom-60 {
    bottom: 180px
  }
  .xl\:left-60 {
    left: 180px
  }
  .xl\:top-64 {
    top: 192px
  }
  .xl\:right-64 {
    right: 192px
  }
  .xl\:bottom-64 {
    bottom: 192px
  }
  .xl\:left-64 {
    left: 192px
  }
  .xl\:top-72 {
    top: 216px
  }
  .xl\:right-72 {
    right: 216px
  }
  .xl\:bottom-72 {
    bottom: 216px
  }
  .xl\:left-72 {
    left: 216px
  }
  .xl\:top-80 {
    top: 240px
  }
  .xl\:right-80 {
    right: 240px
  }
  .xl\:bottom-80 {
    bottom: 240px
  }
  .xl\:left-80 {
    left: 240px
  }
  .xl\:top-96 {
    top: 288px
  }
  .xl\:right-96 {
    right: 288px
  }
  .xl\:bottom-96 {
    bottom: 288px
  }
  .xl\:left-96 {
    left: 288px
  }
  .xl\:top-auto {
    top: auto
  }
  .xl\:right-auto {
    right: auto
  }
  .xl\:bottom-auto {
    bottom: auto
  }
  .xl\:left-auto {
    left: auto
  }
  .xl\:top-px {
    top: 1px
  }
  .xl\:right-px {
    right: 1px
  }
  .xl\:bottom-px {
    bottom: 1px
  }
  .xl\:left-px {
    left: 1px
  }
  .xl\:top-0\.5 {
    top: 1.5px
  }
  .xl\:right-0\.5 {
    right: 1.5px
  }
  .xl\:bottom-0\.5 {
    bottom: 1.5px
  }
  .xl\:left-0\.5 {
    left: 1.5px
  }
  .xl\:top-1\.5 {
    top: 4.5px
  }
  .xl\:right-1\.5 {
    right: 4.5px
  }
  .xl\:bottom-1\.5 {
    bottom: 4.5px
  }
  .xl\:left-1\.5 {
    left: 4.5px
  }
  .xl\:top-2\.5 {
    top: 7.5px
  }
  .xl\:right-2\.5 {
    right: 7.5px
  }
  .xl\:bottom-2\.5 {
    bottom: 7.5px
  }
  .xl\:left-2\.5 {
    left: 7.5px
  }
  .xl\:top-3\.5 {
    top: 10.5px
  }
  .xl\:right-3\.5 {
    right: 10.5px
  }
  .xl\:bottom-3\.5 {
    bottom: 10.5px
  }
  .xl\:left-3\.5 {
    left: 10.5px
  }
  .xl\:-top-0 {
    top: 0
  }
  .xl\:-right-0 {
    right: 0
  }
  .xl\:-bottom-0 {
    bottom: 0
  }
  .xl\:-left-0 {
    left: 0
  }
  .xl\:-top-1 {
    top: -3px
  }
  .xl\:-right-1 {
    right: -3px
  }
  .xl\:-bottom-1 {
    bottom: -3px
  }
  .xl\:-left-1 {
    left: -3px
  }
  .xl\:-top-2 {
    top: -6px
  }
  .xl\:-right-2 {
    right: -6px
  }
  .xl\:-bottom-2 {
    bottom: -6px
  }
  .xl\:-left-2 {
    left: -6px
  }
  .xl\:-top-3 {
    top: -9px
  }
  .xl\:-right-3 {
    right: -9px
  }
  .xl\:-bottom-3 {
    bottom: -9px
  }
  .xl\:-left-3 {
    left: -9px
  }
  .xl\:-top-4 {
    top: -12px
  }
  .xl\:-right-4 {
    right: -12px
  }
  .xl\:-bottom-4 {
    bottom: -12px
  }
  .xl\:-left-4 {
    left: -12px
  }
  .xl\:-top-5 {
    top: -15px
  }
  .xl\:-right-5 {
    right: -15px
  }
  .xl\:-bottom-5 {
    bottom: -15px
  }
  .xl\:-left-5 {
    left: -15px
  }
  .xl\:-top-6 {
    top: -18px
  }
  .xl\:-right-6 {
    right: -18px
  }
  .xl\:-bottom-6 {
    bottom: -18px
  }
  .xl\:-left-6 {
    left: -18px
  }
  .xl\:-top-7 {
    top: -21px
  }
  .xl\:-right-7 {
    right: -21px
  }
  .xl\:-bottom-7 {
    bottom: -21px
  }
  .xl\:-left-7 {
    left: -21px
  }
  .xl\:-top-8 {
    top: -24px
  }
  .xl\:-right-8 {
    right: -24px
  }
  .xl\:-bottom-8 {
    bottom: -24px
  }
  .xl\:-left-8 {
    left: -24px
  }
  .xl\:-top-9 {
    top: -27px
  }
  .xl\:-right-9 {
    right: -27px
  }
  .xl\:-bottom-9 {
    bottom: -27px
  }
  .xl\:-left-9 {
    left: -27px
  }
  .xl\:-top-10 {
    top: -30px
  }
  .xl\:-right-10 {
    right: -30px
  }
  .xl\:-bottom-10 {
    bottom: -30px
  }
  .xl\:-left-10 {
    left: -30px
  }
  .xl\:-top-11 {
    top: -33px
  }
  .xl\:-right-11 {
    right: -33px
  }
  .xl\:-bottom-11 {
    bottom: -33px
  }
  .xl\:-left-11 {
    left: -33px
  }
  .xl\:-top-12 {
    top: -36px
  }
  .xl\:-right-12 {
    right: -36px
  }
  .xl\:-bottom-12 {
    bottom: -36px
  }
  .xl\:-left-12 {
    left: -36px
  }
  .xl\:-top-14 {
    top: -42px
  }
  .xl\:-right-14 {
    right: -42px
  }
  .xl\:-bottom-14 {
    bottom: -42px
  }
  .xl\:-left-14 {
    left: -42px
  }
  .xl\:-top-16 {
    top: -48px
  }
  .xl\:-right-16 {
    right: -48px
  }
  .xl\:-bottom-16 {
    bottom: -48px
  }
  .xl\:-left-16 {
    left: -48px
  }
  .xl\:-top-18 {
    top: -54px
  }
  .xl\:-right-18 {
    right: -54px
  }
  .xl\:-bottom-18 {
    bottom: -54px
  }
  .xl\:-left-18 {
    left: -54px
  }
  .xl\:-top-20 {
    top: -60px
  }
  .xl\:-right-20 {
    right: -60px
  }
  .xl\:-bottom-20 {
    bottom: -60px
  }
  .xl\:-left-20 {
    left: -60px
  }
  .xl\:-top-24 {
    top: -72px
  }
  .xl\:-right-24 {
    right: -72px
  }
  .xl\:-bottom-24 {
    bottom: -72px
  }
  .xl\:-left-24 {
    left: -72px
  }
  .xl\:-top-28 {
    top: -84px
  }
  .xl\:-right-28 {
    right: -84px
  }
  .xl\:-bottom-28 {
    bottom: -84px
  }
  .xl\:-left-28 {
    left: -84px
  }
  .xl\:-top-32 {
    top: -96px
  }
  .xl\:-right-32 {
    right: -96px
  }
  .xl\:-bottom-32 {
    bottom: -96px
  }
  .xl\:-left-32 {
    left: -96px
  }
  .xl\:-top-36 {
    top: -108px
  }
  .xl\:-right-36 {
    right: -108px
  }
  .xl\:-bottom-36 {
    bottom: -108px
  }
  .xl\:-left-36 {
    left: -108px
  }
  .xl\:-top-40 {
    top: -120px
  }
  .xl\:-right-40 {
    right: -120px
  }
  .xl\:-bottom-40 {
    bottom: -120px
  }
  .xl\:-left-40 {
    left: -120px
  }
  .xl\:-top-44 {
    top: -132px
  }
  .xl\:-right-44 {
    right: -132px
  }
  .xl\:-bottom-44 {
    bottom: -132px
  }
  .xl\:-left-44 {
    left: -132px
  }
  .xl\:-top-48 {
    top: -144px
  }
  .xl\:-right-48 {
    right: -144px
  }
  .xl\:-bottom-48 {
    bottom: -144px
  }
  .xl\:-left-48 {
    left: -144px
  }
  .xl\:-top-52 {
    top: -156px
  }
  .xl\:-right-52 {
    right: -156px
  }
  .xl\:-bottom-52 {
    bottom: -156px
  }
  .xl\:-left-52 {
    left: -156px
  }
  .xl\:-top-56 {
    top: -168px
  }
  .xl\:-right-56 {
    right: -168px
  }
  .xl\:-bottom-56 {
    bottom: -168px
  }
  .xl\:-left-56 {
    left: -168px
  }
  .xl\:-top-60 {
    top: -180px
  }
  .xl\:-right-60 {
    right: -180px
  }
  .xl\:-bottom-60 {
    bottom: -180px
  }
  .xl\:-left-60 {
    left: -180px
  }
  .xl\:-top-64 {
    top: -192px
  }
  .xl\:-right-64 {
    right: -192px
  }
  .xl\:-bottom-64 {
    bottom: -192px
  }
  .xl\:-left-64 {
    left: -192px
  }
  .xl\:-top-72 {
    top: -216px
  }
  .xl\:-right-72 {
    right: -216px
  }
  .xl\:-bottom-72 {
    bottom: -216px
  }
  .xl\:-left-72 {
    left: -216px
  }
  .xl\:-top-80 {
    top: -240px
  }
  .xl\:-right-80 {
    right: -240px
  }
  .xl\:-bottom-80 {
    bottom: -240px
  }
  .xl\:-left-80 {
    left: -240px
  }
  .xl\:-top-96 {
    top: -288px
  }
  .xl\:-right-96 {
    right: -288px
  }
  .xl\:-bottom-96 {
    bottom: -288px
  }
  .xl\:-left-96 {
    left: -288px
  }
  .xl\:-top-px {
    top: -1px
  }
  .xl\:-right-px {
    right: -1px
  }
  .xl\:-bottom-px {
    bottom: -1px
  }
  .xl\:-left-px {
    left: -1px
  }
  .xl\:-top-0\.5 {
    top: -1.5px
  }
  .xl\:-right-0\.5 {
    right: -1.5px
  }
  .xl\:-bottom-0\.5 {
    bottom: -1.5px
  }
  .xl\:-left-0\.5 {
    left: -1.5px
  }
  .xl\:-top-1\.5 {
    top: -4.5px
  }
  .xl\:-right-1\.5 {
    right: -4.5px
  }
  .xl\:-bottom-1\.5 {
    bottom: -4.5px
  }
  .xl\:-left-1\.5 {
    left: -4.5px
  }
  .xl\:-top-2\.5 {
    top: -7.5px
  }
  .xl\:-right-2\.5 {
    right: -7.5px
  }
  .xl\:-bottom-2\.5 {
    bottom: -7.5px
  }
  .xl\:-left-2\.5 {
    left: -7.5px
  }
  .xl\:-top-3\.5 {
    top: -10.5px
  }
  .xl\:-right-3\.5 {
    right: -10.5px
  }
  .xl\:-bottom-3\.5 {
    bottom: -10.5px
  }
  .xl\:-left-3\.5 {
    left: -10.5px
  }
  .xl\:top-1\/2 {
    top: 50%
  }
  .xl\:right-1\/2 {
    right: 50%
  }
  .xl\:bottom-1\/2 {
    bottom: 50%
  }
  .xl\:left-1\/2 {
    left: 50%
  }
  .xl\:top-1\/3 {
    top: 33.333333%
  }
  .xl\:right-1\/3 {
    right: 33.333333%
  }
  .xl\:bottom-1\/3 {
    bottom: 33.333333%
  }
  .xl\:left-1\/3 {
    left: 33.333333%
  }
  .xl\:top-2\/3 {
    top: 66.666667%
  }
  .xl\:right-2\/3 {
    right: 66.666667%
  }
  .xl\:bottom-2\/3 {
    bottom: 66.666667%
  }
  .xl\:left-2\/3 {
    left: 66.666667%
  }
  .xl\:top-1\/4 {
    top: 25%
  }
  .xl\:right-1\/4 {
    right: 25%
  }
  .xl\:bottom-1\/4 {
    bottom: 25%
  }
  .xl\:left-1\/4 {
    left: 25%
  }
  .xl\:top-2\/4 {
    top: 50%
  }
  .xl\:right-2\/4 {
    right: 50%
  }
  .xl\:bottom-2\/4 {
    bottom: 50%
  }
  .xl\:left-2\/4 {
    left: 50%
  }
  .xl\:top-3\/4 {
    top: 75%
  }
  .xl\:right-3\/4 {
    right: 75%
  }
  .xl\:bottom-3\/4 {
    bottom: 75%
  }
  .xl\:left-3\/4 {
    left: 75%
  }
  .xl\:top-full {
    top: 100%
  }
  .xl\:right-full {
    right: 100%
  }
  .xl\:bottom-full {
    bottom: 100%
  }
  .xl\:left-full {
    left: 100%
  }
  .xl\:-top-1\/2 {
    top: -50%
  }
  .xl\:-right-1\/2 {
    right: -50%
  }
  .xl\:-bottom-1\/2 {
    bottom: -50%
  }
  .xl\:-left-1\/2 {
    left: -50%
  }
  .xl\:-top-1\/3 {
    top: -33.333333%
  }
  .xl\:-right-1\/3 {
    right: -33.333333%
  }
  .xl\:-bottom-1\/3 {
    bottom: -33.333333%
  }
  .xl\:-left-1\/3 {
    left: -33.333333%
  }
  .xl\:-top-2\/3 {
    top: -66.666667%
  }
  .xl\:-right-2\/3 {
    right: -66.666667%
  }
  .xl\:-bottom-2\/3 {
    bottom: -66.666667%
  }
  .xl\:-left-2\/3 {
    left: -66.666667%
  }
  .xl\:-top-1\/4 {
    top: -25%
  }
  .xl\:-right-1\/4 {
    right: -25%
  }
  .xl\:-bottom-1\/4 {
    bottom: -25%
  }
  .xl\:-left-1\/4 {
    left: -25%
  }
  .xl\:-top-2\/4 {
    top: -50%
  }
  .xl\:-right-2\/4 {
    right: -50%
  }
  .xl\:-bottom-2\/4 {
    bottom: -50%
  }
  .xl\:-left-2\/4 {
    left: -50%
  }
  .xl\:-top-3\/4 {
    top: -75%
  }
  .xl\:-right-3\/4 {
    right: -75%
  }
  .xl\:-bottom-3\/4 {
    bottom: -75%
  }
  .xl\:-left-3\/4 {
    left: -75%
  }
  .xl\:-top-full {
    top: -100%
  }
  .xl\:-right-full {
    right: -100%
  }
  .xl\:-bottom-full {
    bottom: -100%
  }
  .xl\:-left-full {
    left: -100%
  }
  .xl\:resize-none {
    resize: none
  }
  .xl\:resize-y {
    resize: vertical
  }
  .xl\:resize-x {
    resize: horizontal
  }
  .xl\:resize {
    resize: both
  }
  .xl\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
  }
  .xl\:shadow, .xl\:shadow-sm {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .xl\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
  }
  .xl\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
  }
  .xl\:shadow-lg, .xl\:shadow-md {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .xl\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)
  }
  .xl\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)
  }
  .xl\:shadow-2xl, .xl\:shadow-xl {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .xl\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25)
  }
  .xl\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)
  }
  .xl\:shadow-inner, .xl\:shadow-none {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .xl\:shadow-none {
    --tw-shadow: 0 0 transparent
  }
  .xl\:shadow-gray {
    --tw-shadow: 3px 3px #727272
  }
  .xl\:shadow-dark-gray, .xl\:shadow-gray {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .xl\:shadow-dark-gray {
    --tw-shadow: 4px 4px #2d2f35
  }
  .xl\:shadow-black {
    --tw-shadow: 3px 3px #000
  }
  .group:hover .xl\:group-hover\:shadow-sm, .xl\:shadow-black {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .group:hover .xl\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
  }
  .group:hover .xl\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
  }
  .group:hover .xl\:group-hover\:shadow, .group:hover .xl\:group-hover\:shadow-md {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .group:hover .xl\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
  }
  .group:hover .xl\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)
  }
  .group:hover .xl\:group-hover\:shadow-lg, .group:hover .xl\:group-hover\:shadow-xl {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .group:hover .xl\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)
  }
  .group:hover .xl\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25)
  }
  .group:hover .xl\:group-hover\:shadow-2xl, .group:hover .xl\:group-hover\:shadow-inner {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .group:hover .xl\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)
  }
  .group:hover .xl\:group-hover\:shadow-none {
    --tw-shadow: 0 0 transparent
  }
  .group:hover .xl\:group-hover\:shadow-gray, .group:hover .xl\:group-hover\:shadow-none {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .group:hover .xl\:group-hover\:shadow-gray {
    --tw-shadow: 3px 3px #727272
  }
  .group:hover .xl\:group-hover\:shadow-dark-gray {
    --tw-shadow: 4px 4px #2d2f35
  }
  .group:hover .xl\:group-hover\:shadow-black, .group:hover .xl\:group-hover\:shadow-dark-gray {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .group:hover .xl\:group-hover\:shadow-black {
    --tw-shadow: 3px 3px #000
  }
  .xl\:focus-within\: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 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .xl\:focus-within\: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 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .xl\:focus-within\: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 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .xl\:focus-within\: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 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .xl\:focus-within\: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 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .xl\:focus-within\: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 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .xl\:focus-within\: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 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .xl\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 transparent;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .xl\:focus-within\:shadow-gray:focus-within {
    --tw-shadow: 3px 3px #727272;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .xl\:focus-within\:shadow-dark-gray:focus-within {
    --tw-shadow: 4px 4px #2d2f35;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .xl\:focus-within\:shadow-black:focus-within {
    --tw-shadow: 3px 3px #000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .xl\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
  }
  .xl\:hover\:shadow-sm:hover, .xl\:hover\:shadow:hover {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .xl\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
  }
  .xl\:hover\: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)
  }
  .xl\:hover\:shadow-lg:hover, .xl\:hover\:shadow-md:hover {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .xl\:hover\: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)
  }
  .xl\:hover\: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)
  }
  .xl\:hover\:shadow-2xl:hover, .xl\:hover\:shadow-xl:hover {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .xl\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25)
  }
  .xl\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)
  }
  .xl\:hover\:shadow-inner:hover, .xl\:hover\:shadow-none:hover {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .xl\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 transparent
  }
  .xl\:hover\:shadow-gray:hover {
    --tw-shadow: 3px 3px #727272
  }
  .xl\:hover\:shadow-dark-gray:hover, .xl\:hover\:shadow-gray:hover {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .xl\:hover\:shadow-dark-gray:hover {
    --tw-shadow: 4px 4px #2d2f35
  }
  .xl\:hover\:shadow-black:hover {
    --tw-shadow: 3px 3px #000
  }
  .xl\:focus\:shadow-sm:focus, .xl\:hover\:shadow-black:hover {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .xl\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
  }
  .xl\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
  }
  .xl\:focus\:shadow-md:focus, .xl\:focus\:shadow:focus {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .xl\:focus\: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)
  }
  .xl\:focus\: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)
  }
  .xl\:focus\:shadow-lg:focus, .xl\:focus\:shadow-xl:focus {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .xl\:focus\: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)
  }
  .xl\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25)
  }
  .xl\:focus\:shadow-2xl:focus, .xl\:focus\:shadow-inner:focus {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .xl\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)
  }
  .xl\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 transparent
  }
  .xl\:focus\:shadow-gray:focus, .xl\:focus\:shadow-none:focus {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .xl\:focus\:shadow-gray:focus {
    --tw-shadow: 3px 3px #727272
  }
  .xl\:focus\:shadow-dark-gray:focus {
    --tw-shadow: 4px 4px #2d2f35
  }
  .xl\:focus\:shadow-black:focus, .xl\:focus\:shadow-dark-gray:focus {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .xl\:focus\:shadow-black:focus {
    --tw-shadow: 3px 3px #000
  }
  .xl\: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(var(--tw-ring-offset-width)) var(--tw-ring-color)
  }
  .xl\:ring-0, .xl\:ring-1 {
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent)
  }
  .xl\: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)
  }
  .xl\: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)
  }
  .xl\:ring-2, .xl\:ring-4 {
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent)
  }
  .xl\: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)
  }
  .xl\: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)
  }
  .xl\:ring, .xl\:ring-8 {
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent)
  }
  .xl\: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)
  }
  .xl\:ring-inset {
    --tw-ring-inset: inset
  }
  .xl\:focus-within\: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(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 transparent)
  }
  .xl\:focus-within\: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 transparent)
  }
  .xl\:focus-within\: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 transparent)
  }
  .xl\:focus-within\: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 transparent)
  }
  .xl\:focus-within\: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 transparent)
  }
  .xl\:focus-within\: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 transparent)
  }
  .xl\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset
  }
  .xl\:focus\: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(var(--tw-ring-offset-width)) var(--tw-ring-color)
  }
  .xl\:focus\:ring-0:focus, .xl\:focus\:ring-1:focus {
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent)
  }
  .xl\:focus\: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)
  }
  .xl\:focus\: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)
  }
  .xl\:focus\:ring-2:focus, .xl\:focus\:ring-4:focus {
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent)
  }
  .xl\:focus\: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)
  }
  .xl\:focus\: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)
  }
  .xl\:focus\:ring-8:focus, .xl\:focus\:ring:focus {
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent)
  }
  .xl\:focus\: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)
  }
  .xl\:focus\:ring-inset:focus {
    --tw-ring-inset: inset
  }
  .xl\:ring-offset-primary-50, .xl\:ring-offset-primary-100 {
    --tw-ring-offset-color: #fff
  }
  .xl\:ring-offset-primary-200 {
    --tw-ring-offset-color: #fff6e2
  }
  .xl\:ring-offset-primary-300 {
    --tw-ring-offset-color: #ffe6af
  }
  .xl\:ring-offset-primary-400 {
    --tw-ring-offset-color: #ffd57c
  }
  .xl\:ring-offset-primary-500 {
    --tw-ring-offset-color: #ffc549
  }
  .xl\:ring-offset-primary-600 {
    --tw-ring-offset-color: #ffb516
  }
  .xl\:ring-offset-primary-700 {
    --tw-ring-offset-color: #e29a00
  }
  .xl\:ring-offset-primary-800 {
    --tw-ring-offset-color: #af7700
  }
  .xl\:ring-offset-primary-900 {
    --tw-ring-offset-color: #7c5400
  }
  .xl\:ring-offset-primary {
    --tw-ring-offset-color: #ffc549
  }
  .xl\:ring-offset-secondary-50 {
    --tw-ring-offset-color: #cefbdf
  }
  .xl\:ring-offset-secondary-100 {
    --tw-ring-offset-color: #b6f9d0
  }
  .xl\:ring-offset-secondary-200 {
    --tw-ring-offset-color: #87f5b2
  }
  .xl\:ring-offset-secondary-300 {
    --tw-ring-offset-color: #58f194
  }
  .xl\:ring-offset-secondary-400 {
    --tw-ring-offset-color: #28ee76
  }
  .xl\:ring-offset-secondary-500 {
    --tw-ring-offset-color: #11d25d
  }
  .xl\:ring-offset-secondary-600 {
    --tw-ring-offset-color: #0da348
  }
  .xl\:ring-offset-secondary-700 {
    --tw-ring-offset-color: #097433
  }
  .xl\:ring-offset-secondary-800 {
    --tw-ring-offset-color: #06441e
  }
  .xl\:ring-offset-secondary-900 {
    --tw-ring-offset-color: #021509
  }
  .xl\:ring-offset-secondary {
    --tw-ring-offset-color: #11d25d
  }
  .xl\:ring-offset-accent-50 {
    --tw-ring-offset-color: #fef2f2
  }
  .xl\:ring-offset-accent-100 {
    --tw-ring-offset-color: #fee2e2
  }
  .xl\:ring-offset-accent-200 {
    --tw-ring-offset-color: #fecaca
  }
  .xl\:ring-offset-accent-300 {
    --tw-ring-offset-color: #fca5a5
  }
  .xl\:ring-offset-accent-400 {
    --tw-ring-offset-color: #f87171
  }
  .xl\:ring-offset-accent-500 {
    --tw-ring-offset-color: #ef4444
  }
  .xl\:ring-offset-accent-600 {
    --tw-ring-offset-color: #dc2626
  }
  .xl\:ring-offset-accent-700 {
    --tw-ring-offset-color: #b91c1c
  }
  .xl\:ring-offset-accent-800 {
    --tw-ring-offset-color: #991b1b
  }
  .xl\:ring-offset-accent-900 {
    --tw-ring-offset-color: #7f1d1d
  }
  .xl\:ring-offset-shade-500 {
    --tw-ring-offset-color: #3a3a31
  }
  .xl\:ring-offset-shade-600 {
    --tw-ring-offset-color: #2d2f35
  }
  .xl\:ring-offset-white {
    --tw-ring-offset-color: #fff
  }
  .xl\:ring-offset-black {
    --tw-ring-offset-color: #000
  }
  .xl\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f9fafb
  }
  .xl\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f3f4f6
  }
  .xl\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e5e7eb
  }
  .xl\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d1d5db
  }
  .xl\:ring-offset-gray-400 {
    --tw-ring-offset-color: #9ca3af
  }
  .xl\:ring-offset-gray-500 {
    --tw-ring-offset-color: #6b7280
  }
  .xl\:ring-offset-gray-600 {
    --tw-ring-offset-color: #4b5563
  }
  .xl\:ring-offset-gray-700 {
    --tw-ring-offset-color: #374151
  }
  .xl\:ring-offset-gray-800 {
    --tw-ring-offset-color: #1f2937
  }
  .xl\:ring-offset-gray-900 {
    --tw-ring-offset-color: #111827
  }
  .xl\:ring-offset-brand-50 {
    --tw-ring-offset-color: #eff6ff
  }
  .xl\:ring-offset-brand-100 {
    --tw-ring-offset-color: #dbeafe
  }
  .xl\:ring-offset-brand-200 {
    --tw-ring-offset-color: #bfdbfe
  }
  .xl\:ring-offset-brand-300 {
    --tw-ring-offset-color: #93c5fd
  }
  .xl\:ring-offset-brand-400 {
    --tw-ring-offset-color: #60a5fa
  }
  .xl\:ring-offset-brand-500 {
    --tw-ring-offset-color: #3b82f6
  }
  .xl\:ring-offset-brand-600 {
    --tw-ring-offset-color: #2563eb
  }
  .xl\:ring-offset-brand-700 {
    --tw-ring-offset-color: #1d4ed8
  }
  .xl\:ring-offset-brand-800 {
    --tw-ring-offset-color: #1e40af
  }
  .xl\:ring-offset-brand-900 {
    --tw-ring-offset-color: #1e3a8a
  }
  .xl\:ring-offset-transparent {
    --tw-ring-offset-color: transparent
  }
  .xl\:ring-offset-current {
    --tw-ring-offset-color: currentColor
  }
  .xl\:focus-within\:ring-offset-primary-50:focus-within {
    --tw-ring-offset-color: #fff
  }
  .xl\:focus-within\:ring-offset-primary-100:focus-within {
    --tw-ring-offset-color: #fff
  }
  .xl\:focus-within\:ring-offset-primary-200:focus-within {
    --tw-ring-offset-color: #fff6e2
  }
  .xl\:focus-within\:ring-offset-primary-300:focus-within {
    --tw-ring-offset-color: #ffe6af
  }
  .xl\:focus-within\:ring-offset-primary-400:focus-within {
    --tw-ring-offset-color: #ffd57c
  }
  .xl\:focus-within\:ring-offset-primary-500:focus-within {
    --tw-ring-offset-color: #ffc549
  }
  .xl\:focus-within\:ring-offset-primary-600:focus-within {
    --tw-ring-offset-color: #ffb516
  }
  .xl\:focus-within\:ring-offset-primary-700:focus-within {
    --tw-ring-offset-color: #e29a00
  }
  .xl\:focus-within\:ring-offset-primary-800:focus-within {
    --tw-ring-offset-color: #af7700
  }
  .xl\:focus-within\:ring-offset-primary-900:focus-within {
    --tw-ring-offset-color: #7c5400
  }
  .xl\:focus-within\:ring-offset-primary:focus-within {
    --tw-ring-offset-color: #ffc549
  }
  .xl\:focus-within\:ring-offset-secondary-50:focus-within {
    --tw-ring-offset-color: #cefbdf
  }
  .xl\:focus-within\:ring-offset-secondary-100:focus-within {
    --tw-ring-offset-color: #b6f9d0
  }
  .xl\:focus-within\:ring-offset-secondary-200:focus-within {
    --tw-ring-offset-color: #87f5b2
  }
  .xl\:focus-within\:ring-offset-secondary-300:focus-within {
    --tw-ring-offset-color: #58f194
  }
  .xl\:focus-within\:ring-offset-secondary-400:focus-within {
    --tw-ring-offset-color: #28ee76
  }
  .xl\:focus-within\:ring-offset-secondary-500:focus-within {
    --tw-ring-offset-color: #11d25d
  }
  .xl\:focus-within\:ring-offset-secondary-600:focus-within {
    --tw-ring-offset-color: #0da348
  }
  .xl\:focus-within\:ring-offset-secondary-700:focus-within {
    --tw-ring-offset-color: #097433
  }
  .xl\:focus-within\:ring-offset-secondary-800:focus-within {
    --tw-ring-offset-color: #06441e
  }
  .xl\:focus-within\:ring-offset-secondary-900:focus-within {
    --tw-ring-offset-color: #021509
  }
  .xl\:focus-within\:ring-offset-secondary:focus-within {
    --tw-ring-offset-color: #11d25d
  }
  .xl\:focus-within\:ring-offset-accent-50:focus-within {
    --tw-ring-offset-color: #fef2f2
  }
  .xl\:focus-within\:ring-offset-accent-100:focus-within {
    --tw-ring-offset-color: #fee2e2
  }
  .xl\:focus-within\:ring-offset-accent-200:focus-within {
    --tw-ring-offset-color: #fecaca
  }
  .xl\:focus-within\:ring-offset-accent-300:focus-within {
    --tw-ring-offset-color: #fca5a5
  }
  .xl\:focus-within\:ring-offset-accent-400:focus-within {
    --tw-ring-offset-color: #f87171
  }
  .xl\:focus-within\:ring-offset-accent-500:focus-within {
    --tw-ring-offset-color: #ef4444
  }
  .xl\:focus-within\:ring-offset-accent-600:focus-within {
    --tw-ring-offset-color: #dc2626
  }
  .xl\:focus-within\:ring-offset-accent-700:focus-within {
    --tw-ring-offset-color: #b91c1c
  }
  .xl\:focus-within\:ring-offset-accent-800:focus-within {
    --tw-ring-offset-color: #991b1b
  }
  .xl\:focus-within\:ring-offset-accent-900:focus-within {
    --tw-ring-offset-color: #7f1d1d
  }
  .xl\:focus-within\:ring-offset-shade-500:focus-within {
    --tw-ring-offset-color: #3a3a31
  }
  .xl\:focus-within\:ring-offset-shade-600:focus-within {
    --tw-ring-offset-color: #2d2f35
  }
  .xl\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff
  }
  .xl\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000
  }
  .xl\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #f9fafb
  }
  .xl\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f3f4f6
  }
  .xl\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e5e7eb
  }
  .xl\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d1d5db
  }
  .xl\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #9ca3af
  }
  .xl\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #6b7280
  }
  .xl\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #4b5563
  }
  .xl\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #374151
  }
  .xl\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #1f2937
  }
  .xl\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #111827
  }
  .xl\:focus-within\:ring-offset-brand-50:focus-within {
    --tw-ring-offset-color: #eff6ff
  }
  .xl\:focus-within\:ring-offset-brand-100:focus-within {
    --tw-ring-offset-color: #dbeafe
  }
  .xl\:focus-within\:ring-offset-brand-200:focus-within {
    --tw-ring-offset-color: #bfdbfe
  }
  .xl\:focus-within\:ring-offset-brand-300:focus-within {
    --tw-ring-offset-color: #93c5fd
  }
  .xl\:focus-within\:ring-offset-brand-400:focus-within {
    --tw-ring-offset-color: #60a5fa
  }
  .xl\:focus-within\:ring-offset-brand-500:focus-within {
    --tw-ring-offset-color: #3b82f6
  }
  .xl\:focus-within\:ring-offset-brand-600:focus-within {
    --tw-ring-offset-color: #2563eb
  }
  .xl\:focus-within\:ring-offset-brand-700:focus-within {
    --tw-ring-offset-color: #1d4ed8
  }
  .xl\:focus-within\:ring-offset-brand-800:focus-within {
    --tw-ring-offset-color: #1e40af
  }
  .xl\:focus-within\:ring-offset-brand-900:focus-within {
    --tw-ring-offset-color: #1e3a8a
  }
  .xl\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent
  }
  .xl\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor
  }
  .xl\:focus\:ring-offset-primary-50:focus, .xl\:focus\:ring-offset-primary-100:focus {
    --tw-ring-offset-color: #fff
  }
  .xl\:focus\:ring-offset-primary-200:focus {
    --tw-ring-offset-color: #fff6e2
  }
  .xl\:focus\:ring-offset-primary-300:focus {
    --tw-ring-offset-color: #ffe6af
  }
  .xl\:focus\:ring-offset-primary-400:focus {
    --tw-ring-offset-color: #ffd57c
  }
  .xl\:focus\:ring-offset-primary-500:focus {
    --tw-ring-offset-color: #ffc549
  }
  .xl\:focus\:ring-offset-primary-600:focus {
    --tw-ring-offset-color: #ffb516
  }
  .xl\:focus\:ring-offset-primary-700:focus {
    --tw-ring-offset-color: #e29a00
  }
  .xl\:focus\:ring-offset-primary-800:focus {
    --tw-ring-offset-color: #af7700
  }
  .xl\:focus\:ring-offset-primary-900:focus {
    --tw-ring-offset-color: #7c5400
  }
  .xl\:focus\:ring-offset-primary:focus {
    --tw-ring-offset-color: #ffc549
  }
  .xl\:focus\:ring-offset-secondary-50:focus {
    --tw-ring-offset-color: #cefbdf
  }
  .xl\:focus\:ring-offset-secondary-100:focus {
    --tw-ring-offset-color: #b6f9d0
  }
  .xl\:focus\:ring-offset-secondary-200:focus {
    --tw-ring-offset-color: #87f5b2
  }
  .xl\:focus\:ring-offset-secondary-300:focus {
    --tw-ring-offset-color: #58f194
  }
  .xl\:focus\:ring-offset-secondary-400:focus {
    --tw-ring-offset-color: #28ee76
  }
  .xl\:focus\:ring-offset-secondary-500:focus {
    --tw-ring-offset-color: #11d25d
  }
  .xl\:focus\:ring-offset-secondary-600:focus {
    --tw-ring-offset-color: #0da348
  }
  .xl\:focus\:ring-offset-secondary-700:focus {
    --tw-ring-offset-color: #097433
  }
  .xl\:focus\:ring-offset-secondary-800:focus {
    --tw-ring-offset-color: #06441e
  }
  .xl\:focus\:ring-offset-secondary-900:focus {
    --tw-ring-offset-color: #021509
  }
  .xl\:focus\:ring-offset-secondary:focus {
    --tw-ring-offset-color: #11d25d
  }
  .xl\:focus\:ring-offset-accent-50:focus {
    --tw-ring-offset-color: #fef2f2
  }
  .xl\:focus\:ring-offset-accent-100:focus {
    --tw-ring-offset-color: #fee2e2
  }
  .xl\:focus\:ring-offset-accent-200:focus {
    --tw-ring-offset-color: #fecaca
  }
  .xl\:focus\:ring-offset-accent-300:focus {
    --tw-ring-offset-color: #fca5a5
  }
  .xl\:focus\:ring-offset-accent-400:focus {
    --tw-ring-offset-color: #f87171
  }
  .xl\:focus\:ring-offset-accent-500:focus {
    --tw-ring-offset-color: #ef4444
  }
  .xl\:focus\:ring-offset-accent-600:focus {
    --tw-ring-offset-color: #dc2626
  }
  .xl\:focus\:ring-offset-accent-700:focus {
    --tw-ring-offset-color: #b91c1c
  }
  .xl\:focus\:ring-offset-accent-800:focus {
    --tw-ring-offset-color: #991b1b
  }
  .xl\:focus\:ring-offset-accent-900:focus {
    --tw-ring-offset-color: #7f1d1d
  }
  .xl\:focus\:ring-offset-shade-500:focus {
    --tw-ring-offset-color: #3a3a31
  }
  .xl\:focus\:ring-offset-shade-600:focus {
    --tw-ring-offset-color: #2d2f35
  }
  .xl\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff
  }
  .xl\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000
  }
  .xl\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f9fafb
  }
  .xl\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f3f4f6
  }
  .xl\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e5e7eb
  }
  .xl\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d1d5db
  }
  .xl\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #9ca3af
  }
  .xl\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #6b7280
  }
  .xl\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #4b5563
  }
  .xl\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #374151
  }
  .xl\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #1f2937
  }
  .xl\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #111827
  }
  .xl\:focus\:ring-offset-brand-50:focus {
    --tw-ring-offset-color: #eff6ff
  }
  .xl\:focus\:ring-offset-brand-100:focus {
    --tw-ring-offset-color: #dbeafe
  }
  .xl\:focus\:ring-offset-brand-200:focus {
    --tw-ring-offset-color: #bfdbfe
  }
  .xl\:focus\:ring-offset-brand-300:focus {
    --tw-ring-offset-color: #93c5fd
  }
  .xl\:focus\:ring-offset-brand-400:focus {
    --tw-ring-offset-color: #60a5fa
  }
  .xl\:focus\:ring-offset-brand-500:focus {
    --tw-ring-offset-color: #3b82f6
  }
  .xl\:focus\:ring-offset-brand-600:focus {
    --tw-ring-offset-color: #2563eb
  }
  .xl\:focus\:ring-offset-brand-700:focus {
    --tw-ring-offset-color: #1d4ed8
  }
  .xl\:focus\:ring-offset-brand-800:focus {
    --tw-ring-offset-color: #1e40af
  }
  .xl\:focus\:ring-offset-brand-900:focus {
    --tw-ring-offset-color: #1e3a8a
  }
  .xl\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent
  }
  .xl\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor
  }
  .xl\:ring-offset-0 {
    --tw-ring-offset-width: 0px
  }
  .xl\:ring-offset-1 {
    --tw-ring-offset-width: 1px
  }
  .xl\:ring-offset-2 {
    --tw-ring-offset-width: 2px
  }
  .xl\:ring-offset-4 {
    --tw-ring-offset-width: 4px
  }
  .xl\:ring-offset-8 {
    --tw-ring-offset-width: 8px
  }
  .xl\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px
  }
  .xl\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px
  }
  .xl\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px
  }
  .xl\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px
  }
  .xl\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px
  }
  .xl\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px
  }
  .xl\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px
  }
  .xl\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px
  }
  .xl\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px
  }
  .xl\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px
  }
  .xl\:ring-primary-50, .xl\:ring-primary-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity))
  }
  .xl\:ring-primary-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 226, var(--tw-ring-opacity))
  }
  .xl\:ring-primary-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 230, 175, var(--tw-ring-opacity))
  }
  .xl\:ring-primary-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 213, 124, var(--tw-ring-opacity))
  }
  .xl\:ring-primary-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 197, 73, var(--tw-ring-opacity))
  }
  .xl\:ring-primary-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 181, 22, var(--tw-ring-opacity))
  }
  .xl\:ring-primary-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 154, 0, var(--tw-ring-opacity))
  }
  .xl\:ring-primary-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(175, 119, 0, var(--tw-ring-opacity))
  }
  .xl\:ring-primary-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 84, 0, var(--tw-ring-opacity))
  }
  .xl\:ring-primary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 197, 73, var(--tw-ring-opacity))
  }
  .xl\:ring-secondary-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 251, 223, var(--tw-ring-opacity))
  }
  .xl\:ring-secondary-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 249, 208, var(--tw-ring-opacity))
  }
  .xl\:ring-secondary-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(135, 245, 178, var(--tw-ring-opacity))
  }
  .xl\:ring-secondary-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 241, 148, var(--tw-ring-opacity))
  }
  .xl\:ring-secondary-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(40, 238, 118, var(--tw-ring-opacity))
  }
  .xl\:ring-secondary-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 210, 93, var(--tw-ring-opacity))
  }
  .xl\:ring-secondary-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 163, 72, var(--tw-ring-opacity))
  }
  .xl\:ring-secondary-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(9, 116, 51, var(--tw-ring-opacity))
  }
  .xl\:ring-secondary-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 68, 30, var(--tw-ring-opacity))
  }
  .xl\:ring-secondary-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 21, 9, var(--tw-ring-opacity))
  }
  .xl\:ring-secondary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 210, 93, var(--tw-ring-opacity))
  }
  .xl\:ring-accent-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity))
  }
  .xl\:ring-accent-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity))
  }
  .xl\:ring-accent-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity))
  }
  .xl\:ring-accent-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity))
  }
  .xl\:ring-accent-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity))
  }
  .xl\:ring-accent-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity))
  }
  .xl\:ring-accent-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity))
  }
  .xl\:ring-accent-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity))
  }
  .xl\:ring-accent-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity))
  }
  .xl\:ring-accent-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity))
  }
  .xl\:ring-shade-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(58, 58, 49, var(--tw-ring-opacity))
  }
  .xl\:ring-shade-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 47, 53, var(--tw-ring-opacity))
  }
  .xl\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity))
  }
  .xl\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity))
  }
  .xl\:ring-gray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity))
  }
  .xl\:ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity))
  }
  .xl\:ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity))
  }
  .xl\:ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity))
  }
  .xl\:ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity))
  }
  .xl\:ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity))
  }
  .xl\:ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity))
  }
  .xl\:ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity))
  }
  .xl\:ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity))
  }
  .xl\:ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity))
  }
  .xl\:ring-brand-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity))
  }
  .xl\:ring-brand-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity))
  }
  .xl\:ring-brand-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity))
  }
  .xl\:ring-brand-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity))
  }
  .xl\:ring-brand-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity))
  }
  .xl\:ring-brand-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity))
  }
  .xl\:ring-brand-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity))
  }
  .xl\:ring-brand-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity))
  }
  .xl\:ring-brand-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity))
  }
  .xl\:ring-brand-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity))
  }
  .xl\:ring-transparent {
    --tw-ring-color: transparent
  }
  .xl\:ring-current {
    --tw-ring-color: currentColor
  }
  .xl\:focus-within\:ring-primary-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-primary-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-primary-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 226, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-primary-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 230, 175, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-primary-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 213, 124, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-primary-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 197, 73, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-primary-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 181, 22, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-primary-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 154, 0, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-primary-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(175, 119, 0, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-primary-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 84, 0, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-primary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 197, 73, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-secondary-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 251, 223, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-secondary-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 249, 208, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-secondary-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(135, 245, 178, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-secondary-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 241, 148, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-secondary-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(40, 238, 118, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-secondary-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 210, 93, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-secondary-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 163, 72, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-secondary-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(9, 116, 51, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-secondary-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 68, 30, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-secondary-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 21, 9, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-secondary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 210, 93, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-accent-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-accent-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-accent-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-accent-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-accent-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-accent-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-accent-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-accent-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-accent-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-accent-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-shade-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(58, 58, 49, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-shade-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 47, 53, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-gray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-brand-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-brand-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-brand-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-brand-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-brand-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-brand-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-brand-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-brand-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-brand-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-brand-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity))
  }
  .xl\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent
  }
  .xl\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor
  }
  .xl\:focus\:ring-primary-50:focus, .xl\:focus\:ring-primary-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity))
  }
  .xl\:focus\:ring-primary-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 226, var(--tw-ring-opacity))
  }
  .xl\:focus\:ring-primary-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 230, 175, var(--tw-ring-opacity))
  }
  .xl\:focus\:ring-primary-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 213, 124, var(--tw-ring-opacity))
  }
  .xl\:focus\:ring-primary-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 197, 73, var(--tw-ring-opacity))
  }
  .xl\:focus\:ring-primary-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 181, 22, var(--tw-ring-opacity))
  }
  .xl\:focus\:ring-primary-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 154, 0, var(--tw-ring-opacity))
  }
  .xl\:focus\:ring-primary-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(175, 119, 0, var(--tw-ring-opacity))
  }
  .xl\:focus\:ring-primary-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 84, 0, var(--tw-ring-opacity))
  }
  .xl\:focus\:ring-primary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 197, 73, var(--tw-ring-opacity))
  }
  .xl\:focus\:ring-secondary-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 251, 223, var(--tw-ring-opacity))
  }
  .xl\:focus\:ring-secondary-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 249, 208, var(--tw-ring-opacity))
  }
  .xl\:focus\:ring-secondary-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(135, 245, 178, var(--tw-ring-opacity))
  }
  .xl\:focus\:ring-secondary-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 241, 148, var(--tw-ring-opacity))
  }
  .xl\:focus\:ring-secondary-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(40, 238, 118, var(--tw-ring-opacity))
  }
  .xl\:focus\:ring-secondary-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 210, 93, var(--tw-ring-opacity))
  }
  .xl\:focus\:ring-secondary-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 163, 72, var(--tw-ring-opacity))
  }
  .xl\:focus\:ring-secondary-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(9, 116, 51, var(--tw-ring-opacity))
  }
  .xl\:focus\:ring-secondary-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 68, 30, var(--tw-ring-opacity))
  }
  .xl\:focus\:ring-secondary-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 21, 9, var(--tw-ring-opacity))
  }
  .xl\:focus\:ring-secondary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 210, 93, var(--tw-ring-opacity))
  }
  .xl\:focus\:ring-accent-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity))
  }
  .xl\:focus\:ring-accent-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity))
  }
  .xl\:focus\:ring-accent-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity))
  }
  .xl\:focus\:ring-accent-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity))
  }
  .xl\:focus\:ring-accent-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity))
  }
  .xl\:focus\:ring-accent-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity))
  }
  .xl\:focus\:ring-accent-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity))
  }
  .xl\:focus\:ring-accent-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity))
  }
  .xl\:focus\:ring-accent-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity))
  }
  .xl\:focus\:ring-accent-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity))
  }
  .xl\:focus\:ring-shade-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(58, 58, 49, var(--tw-ring-opacity))
  }
  .xl\:focus\:ring-shade-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 47, 53, var(--tw-ring-opacity))
  }
  .xl\:focus\:ring-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity))
  }
  .xl\:focus\:ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity))
  }
  .xl\:focus\:ring-gray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity))
  }
  .xl\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity))
  }
  .xl\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity))
  }
  .xl\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity))
  }
  .xl\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity))
  }
  .xl\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity))
  }
  .xl\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity))
  }
  .xl\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity))
  }
  .xl\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity))
  }
  .xl\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity))
  }
  .xl\:focus\:ring-brand-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity))
  }
  .xl\:focus\:ring-brand-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity))
  }
  .xl\:focus\:ring-brand-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity))
  }
  .xl\:focus\:ring-brand-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity))
  }
  .xl\:focus\:ring-brand-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity))
  }
  .xl\:focus\:ring-brand-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity))
  }
  .xl\:focus\:ring-brand-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity))
  }
  .xl\:focus\:ring-brand-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity))
  }
  .xl\:focus\:ring-brand-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity))
  }
  .xl\:focus\:ring-brand-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity))
  }
  .xl\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent
  }
  .xl\:focus\:ring-current:focus {
    --tw-ring-color: currentColor
  }
  .xl\:ring-opacity-0 {
    --tw-ring-opacity: 0
  }
  .xl\:ring-opacity-5 {
    --tw-ring-opacity: 0.05
  }
  .xl\:ring-opacity-10 {
    --tw-ring-opacity: 0.1
  }
  .xl\:ring-opacity-20 {
    --tw-ring-opacity: 0.2
  }
  .xl\:ring-opacity-25 {
    --tw-ring-opacity: 0.25
  }
  .xl\:ring-opacity-30 {
    --tw-ring-opacity: 0.3
  }
  .xl\:ring-opacity-40 {
    --tw-ring-opacity: 0.4
  }
  .xl\:ring-opacity-50 {
    --tw-ring-opacity: 0.5
  }
  .xl\:ring-opacity-60 {
    --tw-ring-opacity: 0.6
  }
  .xl\:ring-opacity-70 {
    --tw-ring-opacity: 0.7
  }
  .xl\:ring-opacity-75 {
    --tw-ring-opacity: 0.75
  }
  .xl\:ring-opacity-80 {
    --tw-ring-opacity: 0.8
  }
  .xl\:ring-opacity-90 {
    --tw-ring-opacity: 0.9
  }
  .xl\:ring-opacity-95 {
    --tw-ring-opacity: 0.95
  }
  .xl\:ring-opacity-100 {
    --tw-ring-opacity: 1
  }
  .xl\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0
  }
  .xl\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05
  }
  .xl\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1
  }
  .xl\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2
  }
  .xl\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25
  }
  .xl\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3
  }
  .xl\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4
  }
  .xl\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5
  }
  .xl\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6
  }
  .xl\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7
  }
  .xl\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75
  }
  .xl\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8
  }
  .xl\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9
  }
  .xl\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95
  }
  .xl\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1
  }
  .xl\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0
  }
  .xl\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05
  }
  .xl\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1
  }
  .xl\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2
  }
  .xl\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25
  }
  .xl\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3
  }
  .xl\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4
  }
  .xl\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5
  }
  .xl\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6
  }
  .xl\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7
  }
  .xl\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75
  }
  .xl\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8
  }
  .xl\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9
  }
  .xl\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95
  }
  .xl\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1
  }
  .xl\:fill-current {
    fill: currentColor
  }
  .xl\:stroke-current {
    stroke: currentColor
  }
  .xl\:stroke-0 {
    stroke-width: 0
  }
  .xl\:stroke-1 {
    stroke-width: 1
  }
  .xl\:stroke-2 {
    stroke-width: 2
  }
  .xl\:table-auto {
    table-layout: auto
  }
  .xl\:table-fixed {
    table-layout: fixed
  }
  .xl\:text-left {
    text-align: left
  }
  .xl\:text-center {
    text-align: center
  }
  .xl\:text-right {
    text-align: right
  }
  .xl\:text-justify {
    text-align: justify
  }
  .xl\:text-primary-50, .xl\:text-primary-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }
  .xl\:text-primary-200 {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 226, var(--tw-text-opacity))
  }
  .xl\:text-primary-300 {
    --tw-text-opacity: 1;
    color: rgba(255, 230, 175, var(--tw-text-opacity))
  }
  .xl\:text-primary-400 {
    --tw-text-opacity: 1;
    color: rgba(255, 213, 124, var(--tw-text-opacity))
  }
  .xl\:text-primary-500 {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-text-opacity))
  }
  .xl\:text-primary-600 {
    --tw-text-opacity: 1;
    color: rgba(255, 181, 22, var(--tw-text-opacity))
  }
  .xl\:text-primary-700 {
    --tw-text-opacity: 1;
    color: rgba(226, 154, 0, var(--tw-text-opacity))
  }
  .xl\:text-primary-800 {
    --tw-text-opacity: 1;
    color: rgba(175, 119, 0, var(--tw-text-opacity))
  }
  .xl\:text-primary-900 {
    --tw-text-opacity: 1;
    color: rgba(124, 84, 0, var(--tw-text-opacity))
  }
  .xl\:text-primary {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-text-opacity))
  }
  .xl\:text-secondary-50 {
    --tw-text-opacity: 1;
    color: rgba(206, 251, 223, var(--tw-text-opacity))
  }
  .xl\:text-secondary-100 {
    --tw-text-opacity: 1;
    color: rgba(182, 249, 208, var(--tw-text-opacity))
  }
  .xl\:text-secondary-200 {
    --tw-text-opacity: 1;
    color: rgba(135, 245, 178, var(--tw-text-opacity))
  }
  .xl\:text-secondary-300 {
    --tw-text-opacity: 1;
    color: rgba(88, 241, 148, var(--tw-text-opacity))
  }
  .xl\:text-secondary-400 {
    --tw-text-opacity: 1;
    color: rgba(40, 238, 118, var(--tw-text-opacity))
  }
  .xl\:text-secondary-500 {
    --tw-text-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-text-opacity))
  }
  .xl\:text-secondary-600 {
    --tw-text-opacity: 1;
    color: rgba(13, 163, 72, var(--tw-text-opacity))
  }
  .xl\:text-secondary-700 {
    --tw-text-opacity: 1;
    color: rgba(9, 116, 51, var(--tw-text-opacity))
  }
  .xl\:text-secondary-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 68, 30, var(--tw-text-opacity))
  }
  .xl\:text-secondary-900 {
    --tw-text-opacity: 1;
    color: rgba(2, 21, 9, var(--tw-text-opacity))
  }
  .xl\:text-secondary {
    --tw-text-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-text-opacity))
  }
  .xl\:text-accent-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity))
  }
  .xl\:text-accent-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity))
  }
  .xl\:text-accent-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity))
  }
  .xl\:text-accent-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity))
  }
  .xl\:text-accent-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity))
  }
  .xl\:text-accent-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity))
  }
  .xl\:text-accent-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity))
  }
  .xl\:text-accent-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity))
  }
  .xl\:text-accent-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity))
  }
  .xl\:text-accent-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity))
  }
  .xl\:text-shade-500 {
    --tw-text-opacity: 1;
    color: rgba(58, 58, 49, var(--tw-text-opacity))
  }
  .xl\:text-shade-600 {
    --tw-text-opacity: 1;
    color: rgba(45, 47, 53, var(--tw-text-opacity))
  }
  .xl\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }
  .xl\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity))
  }
  .xl\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity))
  }
  .xl\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity))
  }
  .xl\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity))
  }
  .xl\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity))
  }
  .xl\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity))
  }
  .xl\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity))
  }
  .xl\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity))
  }
  .xl\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity))
  }
  .xl\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity))
  }
  .xl\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity))
  }
  .xl\:text-brand-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity))
  }
  .xl\:text-brand-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity))
  }
  .xl\:text-brand-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity))
  }
  .xl\:text-brand-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity))
  }
  .xl\:text-brand-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity))
  }
  .xl\:text-brand-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity))
  }
  .xl\:text-brand-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity))
  }
  .xl\:text-brand-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity))
  }
  .xl\:text-brand-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity))
  }
  .xl\:text-brand-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity))
  }
  .xl\:text-transparent {
    color: transparent
  }
  .xl\:text-current {
    color: currentColor
  }
  .group:hover .xl\:group-hover\:text-primary-50, .group:hover .xl\:group-hover\:text-primary-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }
  .group:hover .xl\:group-hover\:text-primary-200 {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 226, var(--tw-text-opacity))
  }
  .group:hover .xl\:group-hover\:text-primary-300 {
    --tw-text-opacity: 1;
    color: rgba(255, 230, 175, var(--tw-text-opacity))
  }
  .group:hover .xl\:group-hover\:text-primary-400 {
    --tw-text-opacity: 1;
    color: rgba(255, 213, 124, var(--tw-text-opacity))
  }
  .group:hover .xl\:group-hover\:text-primary-500 {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-text-opacity))
  }
  .group:hover .xl\:group-hover\:text-primary-600 {
    --tw-text-opacity: 1;
    color: rgba(255, 181, 22, var(--tw-text-opacity))
  }
  .group:hover .xl\:group-hover\:text-primary-700 {
    --tw-text-opacity: 1;
    color: rgba(226, 154, 0, var(--tw-text-opacity))
  }
  .group:hover .xl\:group-hover\:text-primary-800 {
    --tw-text-opacity: 1;
    color: rgba(175, 119, 0, var(--tw-text-opacity))
  }
  .group:hover .xl\:group-hover\:text-primary-900 {
    --tw-text-opacity: 1;
    color: rgba(124, 84, 0, var(--tw-text-opacity))
  }
  .group:hover .xl\:group-hover\:text-primary {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-text-opacity))
  }
  .group:hover .xl\:group-hover\:text-secondary-50 {
    --tw-text-opacity: 1;
    color: rgba(206, 251, 223, var(--tw-text-opacity))
  }
  .group:hover .xl\:group-hover\:text-secondary-100 {
    --tw-text-opacity: 1;
    color: rgba(182, 249, 208, var(--tw-text-opacity))
  }
  .group:hover .xl\:group-hover\:text-secondary-200 {
    --tw-text-opacity: 1;
    color: rgba(135, 245, 178, var(--tw-text-opacity))
  }
  .group:hover .xl\:group-hover\:text-secondary-300 {
    --tw-text-opacity: 1;
    color: rgba(88, 241, 148, var(--tw-text-opacity))
  }
  .group:hover .xl\:group-hover\:text-secondary-400 {
    --tw-text-opacity: 1;
    color: rgba(40, 238, 118, var(--tw-text-opacity))
  }
  .group:hover .xl\:group-hover\:text-secondary-500 {
    --tw-text-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-text-opacity))
  }
  .group:hover .xl\:group-hover\:text-secondary-600 {
    --tw-text-opacity: 1;
    color: rgba(13, 163, 72, var(--tw-text-opacity))
  }
  .group:hover .xl\:group-hover\:text-secondary-700 {
    --tw-text-opacity: 1;
    color: rgba(9, 116, 51, var(--tw-text-opacity))
  }
  .group:hover .xl\:group-hover\:text-secondary-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 68, 30, var(--tw-text-opacity))
  }
  .group:hover .xl\:group-hover\:text-secondary-900 {
    --tw-text-opacity: 1;
    color: rgba(2, 21, 9, var(--tw-text-opacity))
  }
  .group:hover .xl\:group-hover\:text-secondary {
    --tw-text-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-text-opacity))
  }
  .group:hover .xl\:group-hover\:text-accent-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity))
  }
  .group:hover .xl\:group-hover\:text-accent-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity))
  }
  .group:hover .xl\:group-hover\:text-accent-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity))
  }
  .group:hover .xl\:group-hover\:text-accent-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity))
  }
  .group:hover .xl\:group-hover\:text-accent-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity))
  }
  .group:hover .xl\:group-hover\:text-accent-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity))
  }
  .group:hover .xl\:group-hover\:text-accent-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity))
  }
  .group:hover .xl\:group-hover\:text-accent-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity))
  }
  .group:hover .xl\:group-hover\:text-accent-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity))
  }
  .group:hover .xl\:group-hover\:text-accent-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity))
  }
  .group:hover .xl\:group-hover\:text-shade-500 {
    --tw-text-opacity: 1;
    color: rgba(58, 58, 49, var(--tw-text-opacity))
  }
  .group:hover .xl\:group-hover\:text-shade-600 {
    --tw-text-opacity: 1;
    color: rgba(45, 47, 53, var(--tw-text-opacity))
  }
  .group:hover .xl\:group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }
  .group:hover .xl\:group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity))
  }
  .group:hover .xl\:group-hover\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity))
  }
  .group:hover .xl\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity))
  }
  .group:hover .xl\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity))
  }
  .group:hover .xl\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity))
  }
  .group:hover .xl\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity))
  }
  .group:hover .xl\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity))
  }
  .group:hover .xl\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity))
  }
  .group:hover .xl\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity))
  }
  .group:hover .xl\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity))
  }
  .group:hover .xl\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity))
  }
  .group:hover .xl\:group-hover\:text-brand-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity))
  }
  .group:hover .xl\:group-hover\:text-brand-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity))
  }
  .group:hover .xl\:group-hover\:text-brand-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity))
  }
  .group:hover .xl\:group-hover\:text-brand-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity))
  }
  .group:hover .xl\:group-hover\:text-brand-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity))
  }
  .group:hover .xl\:group-hover\:text-brand-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity))
  }
  .group:hover .xl\:group-hover\:text-brand-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity))
  }
  .group:hover .xl\:group-hover\:text-brand-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity))
  }
  .group:hover .xl\:group-hover\:text-brand-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity))
  }
  .group:hover .xl\:group-hover\:text-brand-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity))
  }
  .group:hover .xl\:group-hover\:text-transparent {
    color: transparent
  }
  .group:hover .xl\:group-hover\:text-current {
    color: currentColor
  }
  .xl\:focus-within\:text-primary-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-primary-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-primary-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 226, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-primary-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 230, 175, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-primary-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 213, 124, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-primary-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-primary-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 181, 22, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-primary-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(226, 154, 0, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-primary-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(175, 119, 0, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-primary-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 84, 0, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-primary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-secondary-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(206, 251, 223, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-secondary-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(182, 249, 208, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-secondary-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(135, 245, 178, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-secondary-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(88, 241, 148, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-secondary-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(40, 238, 118, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-secondary-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-secondary-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(13, 163, 72, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-secondary-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(9, 116, 51, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-secondary-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 68, 30, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-secondary-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(2, 21, 9, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-secondary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-accent-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-accent-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-accent-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-accent-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-accent-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-accent-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-accent-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-accent-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-accent-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-accent-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-shade-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(58, 58, 49, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-shade-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(45, 47, 53, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-gray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-brand-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-brand-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-brand-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-brand-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-brand-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-brand-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-brand-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-brand-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-brand-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-brand-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity))
  }
  .xl\:focus-within\:text-transparent:focus-within {
    color: transparent
  }
  .xl\:focus-within\:text-current:focus-within {
    color: currentColor
  }
  .xl\:hover\:text-primary-50:hover, .xl\:hover\:text-primary-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }
  .xl\:hover\:text-primary-200:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 226, var(--tw-text-opacity))
  }
  .xl\:hover\:text-primary-300:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 230, 175, var(--tw-text-opacity))
  }
  .xl\:hover\:text-primary-400:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 213, 124, var(--tw-text-opacity))
  }
  .xl\:hover\:text-primary-500:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-text-opacity))
  }
  .xl\:hover\:text-primary-600:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 181, 22, var(--tw-text-opacity))
  }
  .xl\:hover\:text-primary-700:hover {
    --tw-text-opacity: 1;
    color: rgba(226, 154, 0, var(--tw-text-opacity))
  }
  .xl\:hover\:text-primary-800:hover {
    --tw-text-opacity: 1;
    color: rgba(175, 119, 0, var(--tw-text-opacity))
  }
  .xl\:hover\:text-primary-900:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 84, 0, var(--tw-text-opacity))
  }
  .xl\:hover\:text-primary:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-text-opacity))
  }
  .xl\:hover\:text-secondary-50:hover {
    --tw-text-opacity: 1;
    color: rgba(206, 251, 223, var(--tw-text-opacity))
  }
  .xl\:hover\:text-secondary-100:hover {
    --tw-text-opacity: 1;
    color: rgba(182, 249, 208, var(--tw-text-opacity))
  }
  .xl\:hover\:text-secondary-200:hover {
    --tw-text-opacity: 1;
    color: rgba(135, 245, 178, var(--tw-text-opacity))
  }
  .xl\:hover\:text-secondary-300:hover {
    --tw-text-opacity: 1;
    color: rgba(88, 241, 148, var(--tw-text-opacity))
  }
  .xl\:hover\:text-secondary-400:hover {
    --tw-text-opacity: 1;
    color: rgba(40, 238, 118, var(--tw-text-opacity))
  }
  .xl\:hover\:text-secondary-500:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-text-opacity))
  }
  .xl\:hover\:text-secondary-600:hover {
    --tw-text-opacity: 1;
    color: rgba(13, 163, 72, var(--tw-text-opacity))
  }
  .xl\:hover\:text-secondary-700:hover {
    --tw-text-opacity: 1;
    color: rgba(9, 116, 51, var(--tw-text-opacity))
  }
  .xl\:hover\:text-secondary-800:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 68, 30, var(--tw-text-opacity))
  }
  .xl\:hover\:text-secondary-900:hover {
    --tw-text-opacity: 1;
    color: rgba(2, 21, 9, var(--tw-text-opacity))
  }
  .xl\:hover\:text-secondary:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-text-opacity))
  }
  .xl\:hover\:text-accent-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity))
  }
  .xl\:hover\:text-accent-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity))
  }
  .xl\:hover\:text-accent-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity))
  }
  .xl\:hover\:text-accent-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity))
  }
  .xl\:hover\:text-accent-400:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity))
  }
  .xl\:hover\:text-accent-500:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity))
  }
  .xl\:hover\:text-accent-600:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity))
  }
  .xl\:hover\:text-accent-700:hover {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity))
  }
  .xl\:hover\:text-accent-800:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity))
  }
  .xl\:hover\:text-accent-900:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity))
  }
  .xl\:hover\:text-shade-500:hover {
    --tw-text-opacity: 1;
    color: rgba(58, 58, 49, var(--tw-text-opacity))
  }
  .xl\:hover\:text-shade-600:hover {
    --tw-text-opacity: 1;
    color: rgba(45, 47, 53, var(--tw-text-opacity))
  }
  .xl\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }
  .xl\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity))
  }
  .xl\:hover\:text-gray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity))
  }
  .xl\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity))
  }
  .xl\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity))
  }
  .xl\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity))
  }
  .xl\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity))
  }
  .xl\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity))
  }
  .xl\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity))
  }
  .xl\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity))
  }
  .xl\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity))
  }
  .xl\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity))
  }
  .xl\:hover\:text-brand-50:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity))
  }
  .xl\:hover\:text-brand-100:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity))
  }
  .xl\:hover\:text-brand-200:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity))
  }
  .xl\:hover\:text-brand-300:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity))
  }
  .xl\:hover\:text-brand-400:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity))
  }
  .xl\:hover\:text-brand-500:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity))
  }
  .xl\:hover\:text-brand-600:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity))
  }
  .xl\:hover\:text-brand-700:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity))
  }
  .xl\:hover\:text-brand-800:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity))
  }
  .xl\:hover\:text-brand-900:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity))
  }
  .xl\:hover\:text-transparent:hover {
    color: transparent
  }
  .xl\:hover\:text-current:hover {
    color: currentColor
  }
  .xl\:focus\:text-primary-50:focus, .xl\:focus\:text-primary-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }
  .xl\:focus\:text-primary-200:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 226, var(--tw-text-opacity))
  }
  .xl\:focus\:text-primary-300:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 230, 175, var(--tw-text-opacity))
  }
  .xl\:focus\:text-primary-400:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 213, 124, var(--tw-text-opacity))
  }
  .xl\:focus\:text-primary-500:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-text-opacity))
  }
  .xl\:focus\:text-primary-600:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 181, 22, var(--tw-text-opacity))
  }
  .xl\:focus\:text-primary-700:focus {
    --tw-text-opacity: 1;
    color: rgba(226, 154, 0, var(--tw-text-opacity))
  }
  .xl\:focus\:text-primary-800:focus {
    --tw-text-opacity: 1;
    color: rgba(175, 119, 0, var(--tw-text-opacity))
  }
  .xl\:focus\:text-primary-900:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 84, 0, var(--tw-text-opacity))
  }
  .xl\:focus\:text-primary:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-text-opacity))
  }
  .xl\:focus\:text-secondary-50:focus {
    --tw-text-opacity: 1;
    color: rgba(206, 251, 223, var(--tw-text-opacity))
  }
  .xl\:focus\:text-secondary-100:focus {
    --tw-text-opacity: 1;
    color: rgba(182, 249, 208, var(--tw-text-opacity))
  }
  .xl\:focus\:text-secondary-200:focus {
    --tw-text-opacity: 1;
    color: rgba(135, 245, 178, var(--tw-text-opacity))
  }
  .xl\:focus\:text-secondary-300:focus {
    --tw-text-opacity: 1;
    color: rgba(88, 241, 148, var(--tw-text-opacity))
  }
  .xl\:focus\:text-secondary-400:focus {
    --tw-text-opacity: 1;
    color: rgba(40, 238, 118, var(--tw-text-opacity))
  }
  .xl\:focus\:text-secondary-500:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-text-opacity))
  }
  .xl\:focus\:text-secondary-600:focus {
    --tw-text-opacity: 1;
    color: rgba(13, 163, 72, var(--tw-text-opacity))
  }
  .xl\:focus\:text-secondary-700:focus {
    --tw-text-opacity: 1;
    color: rgba(9, 116, 51, var(--tw-text-opacity))
  }
  .xl\:focus\:text-secondary-800:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 68, 30, var(--tw-text-opacity))
  }
  .xl\:focus\:text-secondary-900:focus {
    --tw-text-opacity: 1;
    color: rgba(2, 21, 9, var(--tw-text-opacity))
  }
  .xl\:focus\:text-secondary:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-text-opacity))
  }
  .xl\:focus\:text-accent-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity))
  }
  .xl\:focus\:text-accent-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity))
  }
  .xl\:focus\:text-accent-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity))
  }
  .xl\:focus\:text-accent-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity))
  }
  .xl\:focus\:text-accent-400:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity))
  }
  .xl\:focus\:text-accent-500:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity))
  }
  .xl\:focus\:text-accent-600:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity))
  }
  .xl\:focus\:text-accent-700:focus {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity))
  }
  .xl\:focus\:text-accent-800:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity))
  }
  .xl\:focus\:text-accent-900:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity))
  }
  .xl\:focus\:text-shade-500:focus {
    --tw-text-opacity: 1;
    color: rgba(58, 58, 49, var(--tw-text-opacity))
  }
  .xl\:focus\:text-shade-600:focus {
    --tw-text-opacity: 1;
    color: rgba(45, 47, 53, var(--tw-text-opacity))
  }
  .xl\:focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }
  .xl\:focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity))
  }
  .xl\:focus\:text-gray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity))
  }
  .xl\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity))
  }
  .xl\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity))
  }
  .xl\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity))
  }
  .xl\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity))
  }
  .xl\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity))
  }
  .xl\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity))
  }
  .xl\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity))
  }
  .xl\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity))
  }
  .xl\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity))
  }
  .xl\:focus\:text-brand-50:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity))
  }
  .xl\:focus\:text-brand-100:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity))
  }
  .xl\:focus\:text-brand-200:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity))
  }
  .xl\:focus\:text-brand-300:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity))
  }
  .xl\:focus\:text-brand-400:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity))
  }
  .xl\:focus\:text-brand-500:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity))
  }
  .xl\:focus\:text-brand-600:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity))
  }
  .xl\:focus\:text-brand-700:focus {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity))
  }
  .xl\:focus\:text-brand-800:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity))
  }
  .xl\:focus\:text-brand-900:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity))
  }
  .xl\:focus\:text-transparent:focus {
    color: transparent
  }
  .xl\:focus\:text-current:focus {
    color: currentColor
  }
  .xl\:text-opacity-0 {
    --tw-text-opacity: 0
  }
  .xl\:text-opacity-5 {
    --tw-text-opacity: 0.05
  }
  .xl\:text-opacity-10 {
    --tw-text-opacity: 0.1
  }
  .xl\:text-opacity-20 {
    --tw-text-opacity: 0.2
  }
  .xl\:text-opacity-25 {
    --tw-text-opacity: 0.25
  }
  .xl\:text-opacity-30 {
    --tw-text-opacity: 0.3
  }
  .xl\:text-opacity-40 {
    --tw-text-opacity: 0.4
  }
  .xl\:text-opacity-50 {
    --tw-text-opacity: 0.5
  }
  .xl\:text-opacity-60 {
    --tw-text-opacity: 0.6
  }
  .xl\:text-opacity-70 {
    --tw-text-opacity: 0.7
  }
  .xl\:text-opacity-75 {
    --tw-text-opacity: 0.75
  }
  .xl\:text-opacity-80 {
    --tw-text-opacity: 0.8
  }
  .xl\:text-opacity-90 {
    --tw-text-opacity: 0.9
  }
  .xl\:text-opacity-95 {
    --tw-text-opacity: 0.95
  }
  .xl\:text-opacity-100 {
    --tw-text-opacity: 1
  }
  .group:hover .xl\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0
  }
  .group:hover .xl\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05
  }
  .group:hover .xl\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1
  }
  .group:hover .xl\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2
  }
  .group:hover .xl\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25
  }
  .group:hover .xl\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3
  }
  .group:hover .xl\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4
  }
  .group:hover .xl\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5
  }
  .group:hover .xl\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6
  }
  .group:hover .xl\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7
  }
  .group:hover .xl\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75
  }
  .group:hover .xl\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8
  }
  .group:hover .xl\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9
  }
  .group:hover .xl\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95
  }
  .group:hover .xl\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1
  }
  .xl\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0
  }
  .xl\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05
  }
  .xl\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1
  }
  .xl\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2
  }
  .xl\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25
  }
  .xl\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3
  }
  .xl\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4
  }
  .xl\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5
  }
  .xl\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6
  }
  .xl\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7
  }
  .xl\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75
  }
  .xl\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8
  }
  .xl\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9
  }
  .xl\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95
  }
  .xl\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1
  }
  .xl\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0
  }
  .xl\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05
  }
  .xl\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1
  }
  .xl\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2
  }
  .xl\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25
  }
  .xl\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3
  }
  .xl\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4
  }
  .xl\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5
  }
  .xl\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6
  }
  .xl\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7
  }
  .xl\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75
  }
  .xl\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8
  }
  .xl\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9
  }
  .xl\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95
  }
  .xl\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1
  }
  .xl\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0
  }
  .xl\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05
  }
  .xl\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1
  }
  .xl\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2
  }
  .xl\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25
  }
  .xl\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3
  }
  .xl\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4
  }
  .xl\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5
  }
  .xl\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6
  }
  .xl\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7
  }
  .xl\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75
  }
  .xl\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8
  }
  .xl\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9
  }
  .xl\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95
  }
  .xl\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1
  }
  .xl\:truncate {
    overflow: hidden;
    white-space: nowrap
  }
  .xl\:overflow-ellipsis, .xl\:truncate {
    text-overflow: ellipsis
  }
  .xl\:overflow-clip {
    text-overflow: clip
  }
  .xl\:italic {
    font-style: italic
  }
  .xl\:not-italic {
    font-style: normal
  }
  .xl\:uppercase {
    text-transform: uppercase
  }
  .xl\:lowercase {
    text-transform: lowercase
  }
  .xl\:capitalize {
    text-transform: capitalize
  }
  .xl\:normal-case {
    text-transform: none
  }
  .xl\:underline {
    text-decoration: underline
  }
  .xl\:line-through {
    text-decoration: line-through
  }
  .xl\:no-underline {
    text-decoration: none
  }
  .group:hover .xl\:group-hover\:underline {
    text-decoration: underline
  }
  .group:hover .xl\:group-hover\:line-through {
    text-decoration: line-through
  }
  .group:hover .xl\:group-hover\:no-underline {
    text-decoration: none
  }
  .xl\:focus-within\:underline:focus-within {
    text-decoration: underline
  }
  .xl\:focus-within\:line-through:focus-within {
    text-decoration: line-through
  }
  .xl\:focus-within\:no-underline:focus-within {
    text-decoration: none
  }
  .xl\:hover\:underline:hover {
    text-decoration: underline
  }
  .xl\:hover\:line-through:hover {
    text-decoration: line-through
  }
  .xl\:hover\:no-underline:hover {
    text-decoration: none
  }
  .xl\:focus\:underline:focus {
    text-decoration: underline
  }
  .xl\:focus\:line-through:focus {
    text-decoration: line-through
  }
  .xl\:focus\:no-underline:focus {
    text-decoration: none
  }
  .xl\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }
  .xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto
  }
  .xl\:diagonal-fractions, .xl\:lining-nums, .xl\:oldstyle-nums, .xl\:ordinal, .xl\:proportional-nums, .xl\:slashed-zero, .xl\:stacked-fractions, .xl\:tabular-nums {
    --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\:normal-nums {
    font-variant-numeric: normal
  }
  .xl\:ordinal {
    --tw-ordinal: ordinal
  }
  .xl\:slashed-zero {
    --tw-slashed-zero: slashed-zero
  }
  .xl\:lining-nums {
    --tw-numeric-figure: lining-nums
  }
  .xl\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums
  }
  .xl\:proportional-nums {
    --tw-numeric-spacing: proportional-nums
  }
  .xl\:tabular-nums {
    --tw-numeric-spacing: tabular-nums
  }
  .xl\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions
  }
  .xl\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions
  }
  .xl\:tracking-tighter {
    letter-spacing: -.05em
  }
  .xl\:tracking-tight {
    letter-spacing: -.025em
  }
  .xl\:tracking-normal {
    letter-spacing: 0
  }
  .xl\:tracking-wide {
    letter-spacing: .025em
  }
  .xl\:tracking-wider {
    letter-spacing: .05em
  }
  .xl\:tracking-widest {
    letter-spacing: .1em
  }
  .xl\:select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
  }
  .xl\:select-text {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
  }
  .xl\:select-all {
    -webkit-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all
  }
  .xl\:select-auto {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
  }
  .xl\:align-baseline {
    vertical-align: baseline
  }
  .xl\:align-top {
    vertical-align: top
  }
  .xl\:align-middle {
    vertical-align: middle
  }
  .xl\:align-bottom {
    vertical-align: bottom
  }
  .xl\:align-text-top {
    vertical-align: text-top
  }
  .xl\:align-text-bottom {
    vertical-align: text-bottom
  }
  .xl\:visible {
    visibility: visible
  }
  .xl\:invisible {
    visibility: hidden
  }
  .xl\:whitespace-normal {
    white-space: normal
  }
  .xl\:whitespace-nowrap {
    white-space: nowrap
  }
  .xl\:whitespace-pre {
    white-space: pre
  }
  .xl\:whitespace-pre-line {
    white-space: pre-line
  }
  .xl\:whitespace-pre-wrap {
    white-space: pre-wrap
  }
  .xl\:break-normal {
    overflow-wrap: normal;
    word-break: normal
  }
  .xl\:break-words {
    overflow-wrap: break-word
  }
  .xl\:break-all {
    word-break: break-all
  }
  .xl\:w-0 {
    width: 0
  }
  .xl\:w-1 {
    width: 3px
  }
  .xl\:w-2 {
    width: 6px
  }
  .xl\:w-3 {
    width: 9px
  }
  .xl\:w-4 {
    width: 12px
  }
  .xl\:w-5 {
    width: 15px
  }
  .xl\:w-6 {
    width: 18px
  }
  .xl\:w-7 {
    width: 21px
  }
  .xl\:w-8 {
    width: 24px
  }
  .xl\:w-9 {
    width: 27px
  }
  .xl\:w-10 {
    width: 30px
  }
  .xl\:w-11 {
    width: 33px
  }
  .xl\:w-12 {
    width: 36px
  }
  .xl\:w-14 {
    width: 42px
  }
  .xl\:w-16 {
    width: 48px
  }
  .xl\:w-18 {
    width: 54px
  }
  .xl\:w-20 {
    width: 60px
  }
  .xl\:w-24 {
    width: 72px
  }
  .xl\:w-28 {
    width: 84px
  }
  .xl\:w-32 {
    width: 96px
  }
  .xl\:w-36 {
    width: 108px
  }
  .xl\:w-40 {
    width: 120px
  }
  .xl\:w-44 {
    width: 132px
  }
  .xl\:w-48 {
    width: 144px
  }
  .xl\:w-52 {
    width: 156px
  }
  .xl\:w-56 {
    width: 168px
  }
  .xl\:w-60 {
    width: 180px
  }
  .xl\:w-64 {
    width: 192px
  }
  .xl\:w-72 {
    width: 216px
  }
  .xl\:w-80 {
    width: 240px
  }
  .xl\:w-96 {
    width: 288px
  }
  .xl\:w-auto {
    width: auto
  }
  .xl\:w-px {
    width: 1px
  }
  .xl\:w-0\.5 {
    width: 1.5px
  }
  .xl\:w-1\.5 {
    width: 4.5px
  }
  .xl\:w-2\.5 {
    width: 7.5px
  }
  .xl\:w-3\.5 {
    width: 10.5px
  }
  .xl\:w-1\/2 {
    width: 50%
  }
  .xl\:w-1\/3 {
    width: 33.333333%
  }
  .xl\:w-2\/3 {
    width: 66.666667%
  }
  .xl\:w-1\/4 {
    width: 25%
  }
  .xl\:w-2\/4 {
    width: 50%
  }
  .xl\:w-3\/4 {
    width: 75%
  }
  .xl\:w-1\/5 {
    width: 20%
  }
  .xl\:w-2\/5 {
    width: 40%
  }
  .xl\:w-3\/5 {
    width: 60%
  }
  .xl\:w-4\/5 {
    width: 80%
  }
  .xl\:w-1\/6 {
    width: 16.666667%
  }
  .xl\:w-2\/6 {
    width: 33.333333%
  }
  .xl\:w-3\/6 {
    width: 50%
  }
  .xl\:w-4\/6 {
    width: 66.666667%
  }
  .xl\:w-5\/6 {
    width: 83.333333%
  }
  .xl\:w-1\/12 {
    width: 8.333333%
  }
  .xl\:w-2\/12 {
    width: 16.666667%
  }
  .xl\:w-3\/12 {
    width: 25%
  }
  .xl\:w-4\/12 {
    width: 33.333333%
  }
  .xl\:w-5\/12 {
    width: 41.666667%
  }
  .xl\:w-6\/12 {
    width: 50%
  }
  .xl\:w-7\/12 {
    width: 58.333333%
  }
  .xl\:w-8\/12 {
    width: 66.666667%
  }
  .xl\:w-9\/12 {
    width: 75%
  }
  .xl\:w-10\/12 {
    width: 83.333333%
  }
  .xl\:w-11\/12 {
    width: 91.666667%
  }
  .xl\:w-full {
    width: 100%
  }
  .xl\:w-screen {
    width: 100vw
  }
  .xl\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content
  }
  .xl\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
  }
  .xl\:z-0 {
    z-index: 0
  }
  .xl\:z-10 {
    z-index: 10
  }
  .xl\:z-20 {
    z-index: 20
  }
  .xl\:z-30 {
    z-index: 30
  }
  .xl\:z-40 {
    z-index: 40
  }
  .xl\:z-50 {
    z-index: 50
  }
  .xl\:z-auto {
    z-index: auto
  }
  .xl\:focus-within\:z-0:focus-within {
    z-index: 0
  }
  .xl\:focus-within\:z-10:focus-within {
    z-index: 10
  }
  .xl\:focus-within\:z-20:focus-within {
    z-index: 20
  }
  .xl\:focus-within\:z-30:focus-within {
    z-index: 30
  }
  .xl\:focus-within\:z-40:focus-within {
    z-index: 40
  }
  .xl\:focus-within\:z-50:focus-within {
    z-index: 50
  }
  .xl\:focus-within\:z-auto:focus-within {
    z-index: auto
  }
  .xl\:focus\:z-0:focus {
    z-index: 0
  }
  .xl\:focus\:z-10:focus {
    z-index: 10
  }
  .xl\:focus\:z-20:focus {
    z-index: 20
  }
  .xl\:focus\:z-30:focus {
    z-index: 30
  }
  .xl\:focus\:z-40:focus {
    z-index: 40
  }
  .xl\:focus\:z-50:focus {
    z-index: 50
  }
  .xl\:focus\:z-auto:focus {
    z-index: auto
  }
  .xl\:isolate {
    isolation: isolate
  }
  .xl\:isolation-auto {
    isolation: auto
  }
  .xl\:gap-0 {
    gap: 0
  }
  .xl\:gap-1 {
    gap: 3px
  }
  .xl\:gap-2 {
    gap: 6px
  }
  .xl\:gap-3 {
    gap: 9px
  }
  .xl\:gap-4 {
    gap: 12px
  }
  .xl\:gap-5 {
    gap: 15px
  }
  .xl\:gap-6 {
    gap: 18px
  }
  .xl\:gap-7 {
    gap: 21px
  }
  .xl\:gap-8 {
    gap: 24px
  }
  .xl\:gap-9 {
    gap: 27px
  }
  .xl\:gap-10 {
    gap: 30px
  }
  .xl\:gap-11 {
    gap: 33px
  }
  .xl\:gap-12 {
    gap: 36px
  }
  .xl\:gap-14 {
    gap: 42px
  }
  .xl\:gap-16 {
    gap: 48px
  }
  .xl\:gap-18 {
    gap: 54px
  }
  .xl\:gap-20 {
    gap: 60px
  }
  .xl\:gap-24 {
    gap: 72px
  }
  .xl\:gap-28 {
    gap: 84px
  }
  .xl\:gap-32 {
    gap: 96px
  }
  .xl\:gap-36 {
    gap: 108px
  }
  .xl\:gap-40 {
    gap: 120px
  }
  .xl\:gap-44 {
    gap: 132px
  }
  .xl\:gap-48 {
    gap: 144px
  }
  .xl\:gap-52 {
    gap: 156px
  }
  .xl\:gap-56 {
    gap: 168px
  }
  .xl\:gap-60 {
    gap: 180px
  }
  .xl\:gap-64 {
    gap: 192px
  }
  .xl\:gap-72 {
    gap: 216px
  }
  .xl\:gap-80 {
    gap: 240px
  }
  .xl\:gap-96 {
    gap: 288px
  }
  .xl\:gap-px {
    gap: 1px
  }
  .xl\:gap-0\.5 {
    gap: 1.5px
  }
  .xl\:gap-1\.5 {
    gap: 4.5px
  }
  .xl\:gap-2\.5 {
    gap: 7.5px
  }
  .xl\:gap-3\.5 {
    gap: 10.5px
  }
  .xl\:gap-2\% {
    gap: 2%
  }
  .xl\:gap-4\% {
    gap: 4%
  }
  .xl\:gap-x-0 {
    -moz-column-gap: 0;
    column-gap: 0
  }
  .xl\:gap-x-1 {
    -moz-column-gap: 3px;
    column-gap: 3px
  }
  .xl\:gap-x-2 {
    -moz-column-gap: 6px;
    column-gap: 6px
  }
  .xl\:gap-x-3 {
    -moz-column-gap: 9px;
    column-gap: 9px
  }
  .xl\:gap-x-4 {
    -moz-column-gap: 12px;
    column-gap: 12px
  }
  .xl\:gap-x-5 {
    -moz-column-gap: 15px;
    column-gap: 15px
  }
  .xl\:gap-x-6 {
    -moz-column-gap: 18px;
    column-gap: 18px
  }
  .xl\:gap-x-7 {
    -moz-column-gap: 21px;
    column-gap: 21px
  }
  .xl\:gap-x-8 {
    -moz-column-gap: 24px;
    column-gap: 24px
  }
  .xl\:gap-x-9 {
    -moz-column-gap: 27px;
    column-gap: 27px
  }
  .xl\:gap-x-10 {
    -moz-column-gap: 30px;
    column-gap: 30px
  }
  .xl\:gap-x-11 {
    -moz-column-gap: 33px;
    column-gap: 33px
  }
  .xl\:gap-x-12 {
    -moz-column-gap: 36px;
    column-gap: 36px
  }
  .xl\:gap-x-14 {
    -moz-column-gap: 42px;
    column-gap: 42px
  }
  .xl\:gap-x-16 {
    -moz-column-gap: 48px;
    column-gap: 48px
  }
  .xl\:gap-x-18 {
    -moz-column-gap: 54px;
    column-gap: 54px
  }
  .xl\:gap-x-20 {
    -moz-column-gap: 60px;
    column-gap: 60px
  }
  .xl\:gap-x-24 {
    -moz-column-gap: 72px;
    column-gap: 72px
  }
  .xl\:gap-x-28 {
    -moz-column-gap: 84px;
    column-gap: 84px
  }
  .xl\:gap-x-32 {
    -moz-column-gap: 96px;
    column-gap: 96px
  }
  .xl\:gap-x-36 {
    -moz-column-gap: 108px;
    column-gap: 108px
  }
  .xl\:gap-x-40 {
    -moz-column-gap: 120px;
    column-gap: 120px
  }
  .xl\:gap-x-44 {
    -moz-column-gap: 132px;
    column-gap: 132px
  }
  .xl\:gap-x-48 {
    -moz-column-gap: 144px;
    column-gap: 144px
  }
  .xl\:gap-x-52 {
    -moz-column-gap: 156px;
    column-gap: 156px
  }
  .xl\:gap-x-56 {
    -moz-column-gap: 168px;
    column-gap: 168px
  }
  .xl\:gap-x-60 {
    -moz-column-gap: 180px;
    column-gap: 180px
  }
  .xl\:gap-x-64 {
    -moz-column-gap: 192px;
    column-gap: 192px
  }
  .xl\:gap-x-72 {
    -moz-column-gap: 216px;
    column-gap: 216px
  }
  .xl\:gap-x-80 {
    -moz-column-gap: 240px;
    column-gap: 240px
  }
  .xl\:gap-x-96 {
    -moz-column-gap: 288px;
    column-gap: 288px
  }
  .xl\:gap-x-px {
    -moz-column-gap: 1px;
    column-gap: 1px
  }
  .xl\:gap-x-0\.5 {
    -moz-column-gap: 1.5px;
    column-gap: 1.5px
  }
  .xl\:gap-x-1\.5 {
    -moz-column-gap: 4.5px;
    column-gap: 4.5px
  }
  .xl\:gap-x-2\.5 {
    -moz-column-gap: 7.5px;
    column-gap: 7.5px
  }
  .xl\:gap-x-3\.5 {
    -moz-column-gap: 10.5px;
    column-gap: 10.5px
  }
  .xl\:gap-x-2\% {
    -moz-column-gap: 2%;
    column-gap: 2%
  }
  .xl\:gap-x-4\% {
    -moz-column-gap: 4%;
    column-gap: 4%
  }
  .xl\:gap-y-0 {
    row-gap: 0
  }
  .xl\:gap-y-1 {
    row-gap: 3px
  }
  .xl\:gap-y-2 {
    row-gap: 6px
  }
  .xl\:gap-y-3 {
    row-gap: 9px
  }
  .xl\:gap-y-4 {
    row-gap: 12px
  }
  .xl\:gap-y-5 {
    row-gap: 15px
  }
  .xl\:gap-y-6 {
    row-gap: 18px
  }
  .xl\:gap-y-7 {
    row-gap: 21px
  }
  .xl\:gap-y-8 {
    row-gap: 24px
  }
  .xl\:gap-y-9 {
    row-gap: 27px
  }
  .xl\:gap-y-10 {
    row-gap: 30px
  }
  .xl\:gap-y-11 {
    row-gap: 33px
  }
  .xl\:gap-y-12 {
    row-gap: 36px
  }
  .xl\:gap-y-14 {
    row-gap: 42px
  }
  .xl\:gap-y-16 {
    row-gap: 48px
  }
  .xl\:gap-y-18 {
    row-gap: 54px
  }
  .xl\:gap-y-20 {
    row-gap: 60px
  }
  .xl\:gap-y-24 {
    row-gap: 72px
  }
  .xl\:gap-y-28 {
    row-gap: 84px
  }
  .xl\:gap-y-32 {
    row-gap: 96px
  }
  .xl\:gap-y-36 {
    row-gap: 108px
  }
  .xl\:gap-y-40 {
    row-gap: 120px
  }
  .xl\:gap-y-44 {
    row-gap: 132px
  }
  .xl\:gap-y-48 {
    row-gap: 144px
  }
  .xl\:gap-y-52 {
    row-gap: 156px
  }
  .xl\:gap-y-56 {
    row-gap: 168px
  }
  .xl\:gap-y-60 {
    row-gap: 180px
  }
  .xl\:gap-y-64 {
    row-gap: 192px
  }
  .xl\:gap-y-72 {
    row-gap: 216px
  }
  .xl\:gap-y-80 {
    row-gap: 240px
  }
  .xl\:gap-y-96 {
    row-gap: 288px
  }
  .xl\:gap-y-px {
    row-gap: 1px
  }
  .xl\:gap-y-0\.5 {
    row-gap: 1.5px
  }
  .xl\:gap-y-1\.5 {
    row-gap: 4.5px
  }
  .xl\:gap-y-2\.5 {
    row-gap: 7.5px
  }
  .xl\:gap-y-3\.5 {
    row-gap: 10.5px
  }
  .xl\:gap-y-2\% {
    row-gap: 2%
  }
  .xl\:gap-y-4\% {
    row-gap: 4%
  }
  .xl\:grid-flow-row {
    grid-auto-flow: row
  }
  .xl\:grid-flow-col {
    grid-auto-flow: column
  }
  .xl\:grid-flow-row-dense {
    grid-auto-flow: row dense
  }
  .xl\:grid-flow-col-dense {
    grid-auto-flow: column dense
  }
  .xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
  }
  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }
  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr))
  }
  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr))
  }
  .xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr))
  }
  .xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr))
  }
  .xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr))
  }
  .xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr))
  }
  .xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr))
  }
  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr))
  }
  .xl\:grid-cols-none {
    grid-template-columns: none
  }
  .xl\:grid-cols-purchase-lg {
    grid-template-columns: 261px minmax(0, 1fr)
  }
  .xl\:grid-cols-purchase {
    grid-template-columns: 150px minmax(0, 1fr)
  }
  .xl\:auto-cols-auto {
    grid-auto-columns: auto
  }
  .xl\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content
  }
  .xl\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content
  }
  .xl\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr)
  }
  .xl\:col-auto {
    grid-column: auto
  }
  .xl\:col-span-1 {
    grid-column: span 1/span 1
  }
  .xl\:col-span-2 {
    grid-column: span 2/span 2
  }
  .xl\:col-span-3 {
    grid-column: span 3/span 3
  }
  .xl\:col-span-4 {
    grid-column: span 4/span 4
  }
  .xl\:col-span-5 {
    grid-column: span 5/span 5
  }
  .xl\:col-span-6 {
    grid-column: span 6/span 6
  }
  .xl\:col-span-7 {
    grid-column: span 7/span 7
  }
  .xl\:col-span-8 {
    grid-column: span 8/span 8
  }
  .xl\:col-span-9 {
    grid-column: span 9/span 9
  }
  .xl\:col-span-10 {
    grid-column: span 10/span 10
  }
  .xl\:col-span-11 {
    grid-column: span 11/span 11
  }
  .xl\:col-span-12 {
    grid-column: span 12/span 12
  }
  .xl\:col-span-full {
    grid-column: 1/-1
  }
  .xl\:col-start-1 {
    grid-column-start: 1
  }
  .xl\:col-start-2 {
    grid-column-start: 2
  }
  .xl\:col-start-3 {
    grid-column-start: 3
  }
  .xl\:col-start-4 {
    grid-column-start: 4
  }
  .xl\:col-start-5 {
    grid-column-start: 5
  }
  .xl\:col-start-6 {
    grid-column-start: 6
  }
  .xl\:col-start-7 {
    grid-column-start: 7
  }
  .xl\:col-start-8 {
    grid-column-start: 8
  }
  .xl\:col-start-9 {
    grid-column-start: 9
  }
  .xl\:col-start-10 {
    grid-column-start: 10
  }
  .xl\:col-start-11 {
    grid-column-start: 11
  }
  .xl\:col-start-12 {
    grid-column-start: 12
  }
  .xl\:col-start-13 {
    grid-column-start: 13
  }
  .xl\:col-start-auto {
    grid-column-start: auto
  }
  .xl\:col-end-1 {
    grid-column-end: 1
  }
  .xl\:col-end-2 {
    grid-column-end: 2
  }
  .xl\:col-end-3 {
    grid-column-end: 3
  }
  .xl\:col-end-4 {
    grid-column-end: 4
  }
  .xl\:col-end-5 {
    grid-column-end: 5
  }
  .xl\:col-end-6 {
    grid-column-end: 6
  }
  .xl\:col-end-7 {
    grid-column-end: 7
  }
  .xl\:col-end-8 {
    grid-column-end: 8
  }
  .xl\:col-end-9 {
    grid-column-end: 9
  }
  .xl\:col-end-10 {
    grid-column-end: 10
  }
  .xl\:col-end-11 {
    grid-column-end: 11
  }
  .xl\:col-end-12 {
    grid-column-end: 12
  }
  .xl\:col-end-13 {
    grid-column-end: 13
  }
  .xl\:col-end-auto {
    grid-column-end: auto
  }
  .xl\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr))
  }
  .xl\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr))
  }
  .xl\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr))
  }
  .xl\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr))
  }
  .xl\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr))
  }
  .xl\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr))
  }
  .xl\:grid-rows-none {
    grid-template-rows: none
  }
  .xl\:auto-rows-auto {
    grid-auto-rows: auto
  }
  .xl\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content
  }
  .xl\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content
  }
  .xl\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr)
  }
  .xl\:row-auto {
    grid-row: auto
  }
  .xl\:row-span-1 {
    grid-row: span 1/span 1
  }
  .xl\:row-span-2 {
    grid-row: span 2/span 2
  }
  .xl\:row-span-3 {
    grid-row: span 3/span 3
  }
  .xl\:row-span-4 {
    grid-row: span 4/span 4
  }
  .xl\:row-span-5 {
    grid-row: span 5/span 5
  }
  .xl\:row-span-6 {
    grid-row: span 6/span 6
  }
  .xl\:row-span-full {
    grid-row: 1/-1
  }
  .xl\:row-start-1 {
    grid-row-start: 1
  }
  .xl\:row-start-2 {
    grid-row-start: 2
  }
  .xl\:row-start-3 {
    grid-row-start: 3
  }
  .xl\:row-start-4 {
    grid-row-start: 4
  }
  .xl\:row-start-5 {
    grid-row-start: 5
  }
  .xl\:row-start-6 {
    grid-row-start: 6
  }
  .xl\:row-start-7 {
    grid-row-start: 7
  }
  .xl\:row-start-auto {
    grid-row-start: auto
  }
  .xl\:row-end-1 {
    grid-row-end: 1
  }
  .xl\:row-end-2 {
    grid-row-end: 2
  }
  .xl\:row-end-3 {
    grid-row-end: 3
  }
  .xl\:row-end-4 {
    grid-row-end: 4
  }
  .xl\:row-end-5 {
    grid-row-end: 5
  }
  .xl\:row-end-6 {
    grid-row-end: 6
  }
  .xl\:row-end-7 {
    grid-row-end: 7
  }
  .xl\:row-end-auto {
    grid-row-end: auto
  }
  .xl\:transform {
    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\:transform, .xl\: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
  }
  .xl\:transform-gpu {
    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\:transform-none {
    transform: none
  }
  .xl\:origin-center {
    transform-origin: center
  }
  .xl\:origin-top {
    transform-origin: top
  }
  .xl\:origin-top-right {
    transform-origin: top right
  }
  .xl\:origin-right {
    transform-origin: right
  }
  .xl\:origin-bottom-right {
    transform-origin: bottom right
  }
  .xl\:origin-bottom {
    transform-origin: bottom
  }
  .xl\:origin-bottom-left {
    transform-origin: bottom left
  }
  .xl\:origin-left {
    transform-origin: left
  }
  .xl\:origin-top-left {
    transform-origin: top left
  }
  .xl\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0
  }
  .xl\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5
  }
  .xl\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75
  }
  .xl\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9
  }
  .xl\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95
  }
  .xl\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1
  }
  .xl\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05
  }
  .xl\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1
  }
  .xl\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25
  }
  .xl\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5
  }
  .xl\:scale-x-0 {
    --tw-scale-x: 0
  }
  .xl\:scale-x-50 {
    --tw-scale-x: .5
  }
  .xl\:scale-x-75 {
    --tw-scale-x: .75
  }
  .xl\:scale-x-90 {
    --tw-scale-x: .9
  }
  .xl\:scale-x-95 {
    --tw-scale-x: .95
  }
  .xl\:scale-x-100 {
    --tw-scale-x: 1
  }
  .xl\:scale-x-105 {
    --tw-scale-x: 1.05
  }
  .xl\:scale-x-110 {
    --tw-scale-x: 1.1
  }
  .xl\:scale-x-125 {
    --tw-scale-x: 1.25
  }
  .xl\:scale-x-150 {
    --tw-scale-x: 1.5
  }
  .xl\:scale-y-0 {
    --tw-scale-y: 0
  }
  .xl\:scale-y-50 {
    --tw-scale-y: .5
  }
  .xl\:scale-y-75 {
    --tw-scale-y: .75
  }
  .xl\:scale-y-90 {
    --tw-scale-y: .9
  }
  .xl\:scale-y-95 {
    --tw-scale-y: .95
  }
  .xl\:scale-y-100 {
    --tw-scale-y: 1
  }
  .xl\:scale-y-105 {
    --tw-scale-y: 1.05
  }
  .xl\:scale-y-110 {
    --tw-scale-y: 1.1
  }
  .xl\:scale-y-125 {
    --tw-scale-y: 1.25
  }
  .xl\:scale-y-150 {
    --tw-scale-y: 1.5
  }
  .xl\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0
  }
  .xl\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5
  }
  .xl\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75
  }
  .xl\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9
  }
  .xl\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95
  }
  .xl\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1
  }
  .xl\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05
  }
  .xl\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1
  }
  .xl\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25
  }
  .xl\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5
  }
  .xl\:hover\:scale-x-0:hover {
    --tw-scale-x: 0
  }
  .xl\:hover\:scale-x-50:hover {
    --tw-scale-x: .5
  }
  .xl\:hover\:scale-x-75:hover {
    --tw-scale-x: .75
  }
  .xl\:hover\:scale-x-90:hover {
    --tw-scale-x: .9
  }
  .xl\:hover\:scale-x-95:hover {
    --tw-scale-x: .95
  }
  .xl\:hover\:scale-x-100:hover {
    --tw-scale-x: 1
  }
  .xl\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05
  }
  .xl\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1
  }
  .xl\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25
  }
  .xl\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5
  }
  .xl\:hover\:scale-y-0:hover {
    --tw-scale-y: 0
  }
  .xl\:hover\:scale-y-50:hover {
    --tw-scale-y: .5
  }
  .xl\:hover\:scale-y-75:hover {
    --tw-scale-y: .75
  }
  .xl\:hover\:scale-y-90:hover {
    --tw-scale-y: .9
  }
  .xl\:hover\:scale-y-95:hover {
    --tw-scale-y: .95
  }
  .xl\:hover\:scale-y-100:hover {
    --tw-scale-y: 1
  }
  .xl\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05
  }
  .xl\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1
  }
  .xl\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25
  }
  .xl\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5
  }
  .xl\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0
  }
  .xl\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5
  }
  .xl\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75
  }
  .xl\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9
  }
  .xl\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95
  }
  .xl\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1
  }
  .xl\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05
  }
  .xl\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1
  }
  .xl\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25
  }
  .xl\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5
  }
  .xl\:focus\:scale-x-0:focus {
    --tw-scale-x: 0
  }
  .xl\:focus\:scale-x-50:focus {
    --tw-scale-x: .5
  }
  .xl\:focus\:scale-x-75:focus {
    --tw-scale-x: .75
  }
  .xl\:focus\:scale-x-90:focus {
    --tw-scale-x: .9
  }
  .xl\:focus\:scale-x-95:focus {
    --tw-scale-x: .95
  }
  .xl\:focus\:scale-x-100:focus {
    --tw-scale-x: 1
  }
  .xl\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05
  }
  .xl\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1
  }
  .xl\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25
  }
  .xl\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5
  }
  .xl\:focus\:scale-y-0:focus {
    --tw-scale-y: 0
  }
  .xl\:focus\:scale-y-50:focus {
    --tw-scale-y: .5
  }
  .xl\:focus\:scale-y-75:focus {
    --tw-scale-y: .75
  }
  .xl\:focus\:scale-y-90:focus {
    --tw-scale-y: .9
  }
  .xl\:focus\:scale-y-95:focus {
    --tw-scale-y: .95
  }
  .xl\:focus\:scale-y-100:focus {
    --tw-scale-y: 1
  }
  .xl\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05
  }
  .xl\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1
  }
  .xl\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25
  }
  .xl\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5
  }
  .xl\:rotate-0 {
    --tw-rotate: 0deg
  }
  .xl\:rotate-1 {
    --tw-rotate: 1deg
  }
  .xl\:rotate-2 {
    --tw-rotate: 2deg
  }
  .xl\:rotate-3 {
    --tw-rotate: 3deg
  }
  .xl\:rotate-6 {
    --tw-rotate: 6deg
  }
  .xl\:rotate-12 {
    --tw-rotate: 12deg
  }
  .xl\:rotate-45 {
    --tw-rotate: 45deg
  }
  .xl\:rotate-90 {
    --tw-rotate: 90deg
  }
  .xl\:rotate-180 {
    --tw-rotate: 180deg
  }
  .xl\:-rotate-180 {
    --tw-rotate: -180deg
  }
  .xl\:-rotate-90 {
    --tw-rotate: -90deg
  }
  .xl\:-rotate-45 {
    --tw-rotate: -45deg
  }
  .xl\:-rotate-12 {
    --tw-rotate: -12deg
  }
  .xl\:-rotate-6 {
    --tw-rotate: -6deg
  }
  .xl\:-rotate-3 {
    --tw-rotate: -3deg
  }
  .xl\:-rotate-2 {
    --tw-rotate: -2deg
  }
  .xl\:-rotate-1 {
    --tw-rotate: -1deg
  }
  .xl\:hover\:rotate-0:hover {
    --tw-rotate: 0deg
  }
  .xl\:hover\:rotate-1:hover {
    --tw-rotate: 1deg
  }
  .xl\:hover\:rotate-2:hover {
    --tw-rotate: 2deg
  }
  .xl\:hover\:rotate-3:hover {
    --tw-rotate: 3deg
  }
  .xl\:hover\:rotate-6:hover {
    --tw-rotate: 6deg
  }
  .xl\:hover\:rotate-12:hover {
    --tw-rotate: 12deg
  }
  .xl\:hover\:rotate-45:hover {
    --tw-rotate: 45deg
  }
  .xl\:hover\:rotate-90:hover {
    --tw-rotate: 90deg
  }
  .xl\:hover\:rotate-180:hover {
    --tw-rotate: 180deg
  }
  .xl\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg
  }
  .xl\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg
  }
  .xl\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg
  }
  .xl\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg
  }
  .xl\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg
  }
  .xl\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg
  }
  .xl\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg
  }
  .xl\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg
  }
  .xl\:focus\:rotate-0:focus {
    --tw-rotate: 0deg
  }
  .xl\:focus\:rotate-1:focus {
    --tw-rotate: 1deg
  }
  .xl\:focus\:rotate-2:focus {
    --tw-rotate: 2deg
  }
  .xl\:focus\:rotate-3:focus {
    --tw-rotate: 3deg
  }
  .xl\:focus\:rotate-6:focus {
    --tw-rotate: 6deg
  }
  .xl\:focus\:rotate-12:focus {
    --tw-rotate: 12deg
  }
  .xl\:focus\:rotate-45:focus {
    --tw-rotate: 45deg
  }
  .xl\:focus\:rotate-90:focus {
    --tw-rotate: 90deg
  }
  .xl\:focus\:rotate-180:focus {
    --tw-rotate: 180deg
  }
  .xl\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg
  }
  .xl\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg
  }
  .xl\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg
  }
  .xl\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg
  }
  .xl\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg
  }
  .xl\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg
  }
  .xl\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg
  }
  .xl\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg
  }
  .xl\:translate-x-0 {
    --tw-translate-x: 0px
  }
  .xl\:translate-x-1 {
    --tw-translate-x: 3px
  }
  .xl\:translate-x-2 {
    --tw-translate-x: 6px
  }
  .xl\:translate-x-3 {
    --tw-translate-x: 9px
  }
  .xl\:translate-x-4 {
    --tw-translate-x: 12px
  }
  .xl\:translate-x-5 {
    --tw-translate-x: 15px
  }
  .xl\:translate-x-6 {
    --tw-translate-x: 18px
  }
  .xl\:translate-x-7 {
    --tw-translate-x: 21px
  }
  .xl\:translate-x-8 {
    --tw-translate-x: 24px
  }
  .xl\:translate-x-9 {
    --tw-translate-x: 27px
  }
  .xl\:translate-x-10 {
    --tw-translate-x: 30px
  }
  .xl\:translate-x-11 {
    --tw-translate-x: 33px
  }
  .xl\:translate-x-12 {
    --tw-translate-x: 36px
  }
  .xl\:translate-x-14 {
    --tw-translate-x: 42px
  }
  .xl\:translate-x-16 {
    --tw-translate-x: 48px
  }
  .xl\:translate-x-18 {
    --tw-translate-x: 54px
  }
  .xl\:translate-x-20 {
    --tw-translate-x: 60px
  }
  .xl\:translate-x-24 {
    --tw-translate-x: 72px
  }
  .xl\:translate-x-28 {
    --tw-translate-x: 84px
  }
  .xl\:translate-x-32 {
    --tw-translate-x: 96px
  }
  .xl\:translate-x-36 {
    --tw-translate-x: 108px
  }
  .xl\:translate-x-40 {
    --tw-translate-x: 120px
  }
  .xl\:translate-x-44 {
    --tw-translate-x: 132px
  }
  .xl\:translate-x-48 {
    --tw-translate-x: 144px
  }
  .xl\:translate-x-52 {
    --tw-translate-x: 156px
  }
  .xl\:translate-x-56 {
    --tw-translate-x: 168px
  }
  .xl\:translate-x-60 {
    --tw-translate-x: 180px
  }
  .xl\:translate-x-64 {
    --tw-translate-x: 192px
  }
  .xl\:translate-x-72 {
    --tw-translate-x: 216px
  }
  .xl\:translate-x-80 {
    --tw-translate-x: 240px
  }
  .xl\:translate-x-96 {
    --tw-translate-x: 288px
  }
  .xl\:translate-x-px {
    --tw-translate-x: 1px
  }
  .xl\:translate-x-0\.5 {
    --tw-translate-x: 1.5px
  }
  .xl\:translate-x-1\.5 {
    --tw-translate-x: 4.5px
  }
  .xl\:translate-x-2\.5 {
    --tw-translate-x: 7.5px
  }
  .xl\:translate-x-3\.5 {
    --tw-translate-x: 10.5px
  }
  .xl\:-translate-x-0 {
    --tw-translate-x: 0px
  }
  .xl\:-translate-x-1 {
    --tw-translate-x: -3px
  }
  .xl\:-translate-x-2 {
    --tw-translate-x: -6px
  }
  .xl\:-translate-x-3 {
    --tw-translate-x: -9px
  }
  .xl\:-translate-x-4 {
    --tw-translate-x: -12px
  }
  .xl\:-translate-x-5 {
    --tw-translate-x: -15px
  }
  .xl\:-translate-x-6 {
    --tw-translate-x: -18px
  }
  .xl\:-translate-x-7 {
    --tw-translate-x: -21px
  }
  .xl\:-translate-x-8 {
    --tw-translate-x: -24px
  }
  .xl\:-translate-x-9 {
    --tw-translate-x: -27px
  }
  .xl\:-translate-x-10 {
    --tw-translate-x: -30px
  }
  .xl\:-translate-x-11 {
    --tw-translate-x: -33px
  }
  .xl\:-translate-x-12 {
    --tw-translate-x: -36px
  }
  .xl\:-translate-x-14 {
    --tw-translate-x: -42px
  }
  .xl\:-translate-x-16 {
    --tw-translate-x: -48px
  }
  .xl\:-translate-x-18 {
    --tw-translate-x: -54px
  }
  .xl\:-translate-x-20 {
    --tw-translate-x: -60px
  }
  .xl\:-translate-x-24 {
    --tw-translate-x: -72px
  }
  .xl\:-translate-x-28 {
    --tw-translate-x: -84px
  }
  .xl\:-translate-x-32 {
    --tw-translate-x: -96px
  }
  .xl\:-translate-x-36 {
    --tw-translate-x: -108px
  }
  .xl\:-translate-x-40 {
    --tw-translate-x: -120px
  }
  .xl\:-translate-x-44 {
    --tw-translate-x: -132px
  }
  .xl\:-translate-x-48 {
    --tw-translate-x: -144px
  }
  .xl\:-translate-x-52 {
    --tw-translate-x: -156px
  }
  .xl\:-translate-x-56 {
    --tw-translate-x: -168px
  }
  .xl\:-translate-x-60 {
    --tw-translate-x: -180px
  }
  .xl\:-translate-x-64 {
    --tw-translate-x: -192px
  }
  .xl\:-translate-x-72 {
    --tw-translate-x: -216px
  }
  .xl\:-translate-x-80 {
    --tw-translate-x: -240px
  }
  .xl\:-translate-x-96 {
    --tw-translate-x: -288px
  }
  .xl\:-translate-x-px {
    --tw-translate-x: -1px
  }
  .xl\:-translate-x-0\.5 {
    --tw-translate-x: -1.5px
  }
  .xl\:-translate-x-1\.5 {
    --tw-translate-x: -4.5px
  }
  .xl\:-translate-x-2\.5 {
    --tw-translate-x: -7.5px
  }
  .xl\:-translate-x-3\.5 {
    --tw-translate-x: -10.5px
  }
  .xl\:translate-x-1\/2 {
    --tw-translate-x: 50%
  }
  .xl\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%
  }
  .xl\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%
  }
  .xl\:translate-x-1\/4 {
    --tw-translate-x: 25%
  }
  .xl\:translate-x-2\/4 {
    --tw-translate-x: 50%
  }
  .xl\:translate-x-3\/4 {
    --tw-translate-x: 75%
  }
  .xl\:translate-x-full {
    --tw-translate-x: 100%
  }
  .xl\:-translate-x-1\/2 {
    --tw-translate-x: -50%
  }
  .xl\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%
  }
  .xl\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%
  }
  .xl\:-translate-x-1\/4 {
    --tw-translate-x: -25%
  }
  .xl\:-translate-x-2\/4 {
    --tw-translate-x: -50%
  }
  .xl\:-translate-x-3\/4 {
    --tw-translate-x: -75%
  }
  .xl\:-translate-x-full {
    --tw-translate-x: -100%
  }
  .xl\:translate-y-0 {
    --tw-translate-y: 0px
  }
  .xl\:translate-y-1 {
    --tw-translate-y: 3px
  }
  .xl\:translate-y-2 {
    --tw-translate-y: 6px
  }
  .xl\:translate-y-3 {
    --tw-translate-y: 9px
  }
  .xl\:translate-y-4 {
    --tw-translate-y: 12px
  }
  .xl\:translate-y-5 {
    --tw-translate-y: 15px
  }
  .xl\:translate-y-6 {
    --tw-translate-y: 18px
  }
  .xl\:translate-y-7 {
    --tw-translate-y: 21px
  }
  .xl\:translate-y-8 {
    --tw-translate-y: 24px
  }
  .xl\:translate-y-9 {
    --tw-translate-y: 27px
  }
  .xl\:translate-y-10 {
    --tw-translate-y: 30px
  }
  .xl\:translate-y-11 {
    --tw-translate-y: 33px
  }
  .xl\:translate-y-12 {
    --tw-translate-y: 36px
  }
  .xl\:translate-y-14 {
    --tw-translate-y: 42px
  }
  .xl\:translate-y-16 {
    --tw-translate-y: 48px
  }
  .xl\:translate-y-18 {
    --tw-translate-y: 54px
  }
  .xl\:translate-y-20 {
    --tw-translate-y: 60px
  }
  .xl\:translate-y-24 {
    --tw-translate-y: 72px
  }
  .xl\:translate-y-28 {
    --tw-translate-y: 84px
  }
  .xl\:translate-y-32 {
    --tw-translate-y: 96px
  }
  .xl\:translate-y-36 {
    --tw-translate-y: 108px
  }
  .xl\:translate-y-40 {
    --tw-translate-y: 120px
  }
  .xl\:translate-y-44 {
    --tw-translate-y: 132px
  }
  .xl\:translate-y-48 {
    --tw-translate-y: 144px
  }
  .xl\:translate-y-52 {
    --tw-translate-y: 156px
  }
  .xl\:translate-y-56 {
    --tw-translate-y: 168px
  }
  .xl\:translate-y-60 {
    --tw-translate-y: 180px
  }
  .xl\:translate-y-64 {
    --tw-translate-y: 192px
  }
  .xl\:translate-y-72 {
    --tw-translate-y: 216px
  }
  .xl\:translate-y-80 {
    --tw-translate-y: 240px
  }
  .xl\:translate-y-96 {
    --tw-translate-y: 288px
  }
  .xl\:translate-y-px {
    --tw-translate-y: 1px
  }
  .xl\:translate-y-0\.5 {
    --tw-translate-y: 1.5px
  }
  .xl\:translate-y-1\.5 {
    --tw-translate-y: 4.5px
  }
  .xl\:translate-y-2\.5 {
    --tw-translate-y: 7.5px
  }
  .xl\:translate-y-3\.5 {
    --tw-translate-y: 10.5px
  }
  .xl\:-translate-y-0 {
    --tw-translate-y: 0px
  }
  .xl\:-translate-y-1 {
    --tw-translate-y: -3px
  }
  .xl\:-translate-y-2 {
    --tw-translate-y: -6px
  }
  .xl\:-translate-y-3 {
    --tw-translate-y: -9px
  }
  .xl\:-translate-y-4 {
    --tw-translate-y: -12px
  }
  .xl\:-translate-y-5 {
    --tw-translate-y: -15px
  }
  .xl\:-translate-y-6 {
    --tw-translate-y: -18px
  }
  .xl\:-translate-y-7 {
    --tw-translate-y: -21px
  }
  .xl\:-translate-y-8 {
    --tw-translate-y: -24px
  }
  .xl\:-translate-y-9 {
    --tw-translate-y: -27px
  }
  .xl\:-translate-y-10 {
    --tw-translate-y: -30px
  }
  .xl\:-translate-y-11 {
    --tw-translate-y: -33px
  }
  .xl\:-translate-y-12 {
    --tw-translate-y: -36px
  }
  .xl\:-translate-y-14 {
    --tw-translate-y: -42px
  }
  .xl\:-translate-y-16 {
    --tw-translate-y: -48px
  }
  .xl\:-translate-y-18 {
    --tw-translate-y: -54px
  }
  .xl\:-translate-y-20 {
    --tw-translate-y: -60px
  }
  .xl\:-translate-y-24 {
    --tw-translate-y: -72px
  }
  .xl\:-translate-y-28 {
    --tw-translate-y: -84px
  }
  .xl\:-translate-y-32 {
    --tw-translate-y: -96px
  }
  .xl\:-translate-y-36 {
    --tw-translate-y: -108px
  }
  .xl\:-translate-y-40 {
    --tw-translate-y: -120px
  }
  .xl\:-translate-y-44 {
    --tw-translate-y: -132px
  }
  .xl\:-translate-y-48 {
    --tw-translate-y: -144px
  }
  .xl\:-translate-y-52 {
    --tw-translate-y: -156px
  }
  .xl\:-translate-y-56 {
    --tw-translate-y: -168px
  }
  .xl\:-translate-y-60 {
    --tw-translate-y: -180px
  }
  .xl\:-translate-y-64 {
    --tw-translate-y: -192px
  }
  .xl\:-translate-y-72 {
    --tw-translate-y: -216px
  }
  .xl\:-translate-y-80 {
    --tw-translate-y: -240px
  }
  .xl\:-translate-y-96 {
    --tw-translate-y: -288px
  }
  .xl\:-translate-y-px {
    --tw-translate-y: -1px
  }
  .xl\:-translate-y-0\.5 {
    --tw-translate-y: -1.5px
  }
  .xl\:-translate-y-1\.5 {
    --tw-translate-y: -4.5px
  }
  .xl\:-translate-y-2\.5 {
    --tw-translate-y: -7.5px
  }
  .xl\:-translate-y-3\.5 {
    --tw-translate-y: -10.5px
  }
  .xl\:translate-y-1\/2 {
    --tw-translate-y: 50%
  }
  .xl\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%
  }
  .xl\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%
  }
  .xl\:translate-y-1\/4 {
    --tw-translate-y: 25%
  }
  .xl\:translate-y-2\/4 {
    --tw-translate-y: 50%
  }
  .xl\:translate-y-3\/4 {
    --tw-translate-y: 75%
  }
  .xl\:translate-y-full {
    --tw-translate-y: 100%
  }
  .xl\:-translate-y-1\/2 {
    --tw-translate-y: -50%
  }
  .xl\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%
  }
  .xl\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%
  }
  .xl\:-translate-y-1\/4 {
    --tw-translate-y: -25%
  }
  .xl\:-translate-y-2\/4 {
    --tw-translate-y: -50%
  }
  .xl\:-translate-y-3\/4 {
    --tw-translate-y: -75%
  }
  .xl\:-translate-y-full {
    --tw-translate-y: -100%
  }
  .xl\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px
  }
  .xl\:hover\:translate-x-1:hover {
    --tw-translate-x: 3px
  }
  .xl\:hover\:translate-x-2:hover {
    --tw-translate-x: 6px
  }
  .xl\:hover\:translate-x-3:hover {
    --tw-translate-x: 9px
  }
  .xl\:hover\:translate-x-4:hover {
    --tw-translate-x: 12px
  }
  .xl\:hover\:translate-x-5:hover {
    --tw-translate-x: 15px
  }
  .xl\:hover\:translate-x-6:hover {
    --tw-translate-x: 18px
  }
  .xl\:hover\:translate-x-7:hover {
    --tw-translate-x: 21px
  }
  .xl\:hover\:translate-x-8:hover {
    --tw-translate-x: 24px
  }
  .xl\:hover\:translate-x-9:hover {
    --tw-translate-x: 27px
  }
  .xl\:hover\:translate-x-10:hover {
    --tw-translate-x: 30px
  }
  .xl\:hover\:translate-x-11:hover {
    --tw-translate-x: 33px
  }
  .xl\:hover\:translate-x-12:hover {
    --tw-translate-x: 36px
  }
  .xl\:hover\:translate-x-14:hover {
    --tw-translate-x: 42px
  }
  .xl\:hover\:translate-x-16:hover {
    --tw-translate-x: 48px
  }
  .xl\:hover\:translate-x-18:hover {
    --tw-translate-x: 54px
  }
  .xl\:hover\:translate-x-20:hover {
    --tw-translate-x: 60px
  }
  .xl\:hover\:translate-x-24:hover {
    --tw-translate-x: 72px
  }
  .xl\:hover\:translate-x-28:hover {
    --tw-translate-x: 84px
  }
  .xl\:hover\:translate-x-32:hover {
    --tw-translate-x: 96px
  }
  .xl\:hover\:translate-x-36:hover {
    --tw-translate-x: 108px
  }
  .xl\:hover\:translate-x-40:hover {
    --tw-translate-x: 120px
  }
  .xl\:hover\:translate-x-44:hover {
    --tw-translate-x: 132px
  }
  .xl\:hover\:translate-x-48:hover {
    --tw-translate-x: 144px
  }
  .xl\:hover\:translate-x-52:hover {
    --tw-translate-x: 156px
  }
  .xl\:hover\:translate-x-56:hover {
    --tw-translate-x: 168px
  }
  .xl\:hover\:translate-x-60:hover {
    --tw-translate-x: 180px
  }
  .xl\:hover\:translate-x-64:hover {
    --tw-translate-x: 192px
  }
  .xl\:hover\:translate-x-72:hover {
    --tw-translate-x: 216px
  }
  .xl\:hover\:translate-x-80:hover {
    --tw-translate-x: 240px
  }
  .xl\:hover\:translate-x-96:hover {
    --tw-translate-x: 288px
  }
  .xl\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px
  }
  .xl\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 1.5px
  }
  .xl\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 4.5px
  }
  .xl\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 7.5px
  }
  .xl\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 10.5px
  }
  .xl\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px
  }
  .xl\:hover\:-translate-x-1:hover {
    --tw-translate-x: -3px
  }
  .xl\:hover\:-translate-x-2:hover {
    --tw-translate-x: -6px
  }
  .xl\:hover\:-translate-x-3:hover {
    --tw-translate-x: -9px
  }
  .xl\:hover\:-translate-x-4:hover {
    --tw-translate-x: -12px
  }
  .xl\:hover\:-translate-x-5:hover {
    --tw-translate-x: -15px
  }
  .xl\:hover\:-translate-x-6:hover {
    --tw-translate-x: -18px
  }
  .xl\:hover\:-translate-x-7:hover {
    --tw-translate-x: -21px
  }
  .xl\:hover\:-translate-x-8:hover {
    --tw-translate-x: -24px
  }
  .xl\:hover\:-translate-x-9:hover {
    --tw-translate-x: -27px
  }
  .xl\:hover\:-translate-x-10:hover {
    --tw-translate-x: -30px
  }
  .xl\:hover\:-translate-x-11:hover {
    --tw-translate-x: -33px
  }
  .xl\:hover\:-translate-x-12:hover {
    --tw-translate-x: -36px
  }
  .xl\:hover\:-translate-x-14:hover {
    --tw-translate-x: -42px
  }
  .xl\:hover\:-translate-x-16:hover {
    --tw-translate-x: -48px
  }
  .xl\:hover\:-translate-x-18:hover {
    --tw-translate-x: -54px
  }
  .xl\:hover\:-translate-x-20:hover {
    --tw-translate-x: -60px
  }
  .xl\:hover\:-translate-x-24:hover {
    --tw-translate-x: -72px
  }
  .xl\:hover\:-translate-x-28:hover {
    --tw-translate-x: -84px
  }
  .xl\:hover\:-translate-x-32:hover {
    --tw-translate-x: -96px
  }
  .xl\:hover\:-translate-x-36:hover {
    --tw-translate-x: -108px
  }
  .xl\:hover\:-translate-x-40:hover {
    --tw-translate-x: -120px
  }
  .xl\:hover\:-translate-x-44:hover {
    --tw-translate-x: -132px
  }
  .xl\:hover\:-translate-x-48:hover {
    --tw-translate-x: -144px
  }
  .xl\:hover\:-translate-x-52:hover {
    --tw-translate-x: -156px
  }
  .xl\:hover\:-translate-x-56:hover {
    --tw-translate-x: -168px
  }
  .xl\:hover\:-translate-x-60:hover {
    --tw-translate-x: -180px
  }
  .xl\:hover\:-translate-x-64:hover {
    --tw-translate-x: -192px
  }
  .xl\:hover\:-translate-x-72:hover {
    --tw-translate-x: -216px
  }
  .xl\:hover\:-translate-x-80:hover {
    --tw-translate-x: -240px
  }
  .xl\:hover\:-translate-x-96:hover {
    --tw-translate-x: -288px
  }
  .xl\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px
  }
  .xl\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -1.5px
  }
  .xl\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -4.5px
  }
  .xl\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -7.5px
  }
  .xl\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -10.5px
  }
  .xl\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%
  }
  .xl\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%
  }
  .xl\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%
  }
  .xl\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%
  }
  .xl\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%
  }
  .xl\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%
  }
  .xl\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%
  }
  .xl\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%
  }
  .xl\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%
  }
  .xl\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%
  }
  .xl\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%
  }
  .xl\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%
  }
  .xl\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%
  }
  .xl\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%
  }
  .xl\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px
  }
  .xl\:hover\:translate-y-1:hover {
    --tw-translate-y: 3px
  }
  .xl\:hover\:translate-y-2:hover {
    --tw-translate-y: 6px
  }
  .xl\:hover\:translate-y-3:hover {
    --tw-translate-y: 9px
  }
  .xl\:hover\:translate-y-4:hover {
    --tw-translate-y: 12px
  }
  .xl\:hover\:translate-y-5:hover {
    --tw-translate-y: 15px
  }
  .xl\:hover\:translate-y-6:hover {
    --tw-translate-y: 18px
  }
  .xl\:hover\:translate-y-7:hover {
    --tw-translate-y: 21px
  }
  .xl\:hover\:translate-y-8:hover {
    --tw-translate-y: 24px
  }
  .xl\:hover\:translate-y-9:hover {
    --tw-translate-y: 27px
  }
  .xl\:hover\:translate-y-10:hover {
    --tw-translate-y: 30px
  }
  .xl\:hover\:translate-y-11:hover {
    --tw-translate-y: 33px
  }
  .xl\:hover\:translate-y-12:hover {
    --tw-translate-y: 36px
  }
  .xl\:hover\:translate-y-14:hover {
    --tw-translate-y: 42px
  }
  .xl\:hover\:translate-y-16:hover {
    --tw-translate-y: 48px
  }
  .xl\:hover\:translate-y-18:hover {
    --tw-translate-y: 54px
  }
  .xl\:hover\:translate-y-20:hover {
    --tw-translate-y: 60px
  }
  .xl\:hover\:translate-y-24:hover {
    --tw-translate-y: 72px
  }
  .xl\:hover\:translate-y-28:hover {
    --tw-translate-y: 84px
  }
  .xl\:hover\:translate-y-32:hover {
    --tw-translate-y: 96px
  }
  .xl\:hover\:translate-y-36:hover {
    --tw-translate-y: 108px
  }
  .xl\:hover\:translate-y-40:hover {
    --tw-translate-y: 120px
  }
  .xl\:hover\:translate-y-44:hover {
    --tw-translate-y: 132px
  }
  .xl\:hover\:translate-y-48:hover {
    --tw-translate-y: 144px
  }
  .xl\:hover\:translate-y-52:hover {
    --tw-translate-y: 156px
  }
  .xl\:hover\:translate-y-56:hover {
    --tw-translate-y: 168px
  }
  .xl\:hover\:translate-y-60:hover {
    --tw-translate-y: 180px
  }
  .xl\:hover\:translate-y-64:hover {
    --tw-translate-y: 192px
  }
  .xl\:hover\:translate-y-72:hover {
    --tw-translate-y: 216px
  }
  .xl\:hover\:translate-y-80:hover {
    --tw-translate-y: 240px
  }
  .xl\:hover\:translate-y-96:hover {
    --tw-translate-y: 288px
  }
  .xl\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px
  }
  .xl\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 1.5px
  }
  .xl\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 4.5px
  }
  .xl\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 7.5px
  }
  .xl\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 10.5px
  }
  .xl\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px
  }
  .xl\:hover\:-translate-y-1:hover {
    --tw-translate-y: -3px
  }
  .xl\:hover\:-translate-y-2:hover {
    --tw-translate-y: -6px
  }
  .xl\:hover\:-translate-y-3:hover {
    --tw-translate-y: -9px
  }
  .xl\:hover\:-translate-y-4:hover {
    --tw-translate-y: -12px
  }
  .xl\:hover\:-translate-y-5:hover {
    --tw-translate-y: -15px
  }
  .xl\:hover\:-translate-y-6:hover {
    --tw-translate-y: -18px
  }
  .xl\:hover\:-translate-y-7:hover {
    --tw-translate-y: -21px
  }
  .xl\:hover\:-translate-y-8:hover {
    --tw-translate-y: -24px
  }
  .xl\:hover\:-translate-y-9:hover {
    --tw-translate-y: -27px
  }
  .xl\:hover\:-translate-y-10:hover {
    --tw-translate-y: -30px
  }
  .xl\:hover\:-translate-y-11:hover {
    --tw-translate-y: -33px
  }
  .xl\:hover\:-translate-y-12:hover {
    --tw-translate-y: -36px
  }
  .xl\:hover\:-translate-y-14:hover {
    --tw-translate-y: -42px
  }
  .xl\:hover\:-translate-y-16:hover {
    --tw-translate-y: -48px
  }
  .xl\:hover\:-translate-y-18:hover {
    --tw-translate-y: -54px
  }
  .xl\:hover\:-translate-y-20:hover {
    --tw-translate-y: -60px
  }
  .xl\:hover\:-translate-y-24:hover {
    --tw-translate-y: -72px
  }
  .xl\:hover\:-translate-y-28:hover {
    --tw-translate-y: -84px
  }
  .xl\:hover\:-translate-y-32:hover {
    --tw-translate-y: -96px
  }
  .xl\:hover\:-translate-y-36:hover {
    --tw-translate-y: -108px
  }
  .xl\:hover\:-translate-y-40:hover {
    --tw-translate-y: -120px
  }
  .xl\:hover\:-translate-y-44:hover {
    --tw-translate-y: -132px
  }
  .xl\:hover\:-translate-y-48:hover {
    --tw-translate-y: -144px
  }
  .xl\:hover\:-translate-y-52:hover {
    --tw-translate-y: -156px
  }
  .xl\:hover\:-translate-y-56:hover {
    --tw-translate-y: -168px
  }
  .xl\:hover\:-translate-y-60:hover {
    --tw-translate-y: -180px
  }
  .xl\:hover\:-translate-y-64:hover {
    --tw-translate-y: -192px
  }
  .xl\:hover\:-translate-y-72:hover {
    --tw-translate-y: -216px
  }
  .xl\:hover\:-translate-y-80:hover {
    --tw-translate-y: -240px
  }
  .xl\:hover\:-translate-y-96:hover {
    --tw-translate-y: -288px
  }
  .xl\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px
  }
  .xl\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -1.5px
  }
  .xl\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -4.5px
  }
  .xl\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -7.5px
  }
  .xl\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -10.5px
  }
  .xl\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%
  }
  .xl\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%
  }
  .xl\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%
  }
  .xl\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%
  }
  .xl\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%
  }
  .xl\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%
  }
  .xl\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%
  }
  .xl\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%
  }
  .xl\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%
  }
  .xl\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%
  }
  .xl\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%
  }
  .xl\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%
  }
  .xl\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%
  }
  .xl\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%
  }
  .xl\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px
  }
  .xl\:focus\:translate-x-1:focus {
    --tw-translate-x: 3px
  }
  .xl\:focus\:translate-x-2:focus {
    --tw-translate-x: 6px
  }
  .xl\:focus\:translate-x-3:focus {
    --tw-translate-x: 9px
  }
  .xl\:focus\:translate-x-4:focus {
    --tw-translate-x: 12px
  }
  .xl\:focus\:translate-x-5:focus {
    --tw-translate-x: 15px
  }
  .xl\:focus\:translate-x-6:focus {
    --tw-translate-x: 18px
  }
  .xl\:focus\:translate-x-7:focus {
    --tw-translate-x: 21px
  }
  .xl\:focus\:translate-x-8:focus {
    --tw-translate-x: 24px
  }
  .xl\:focus\:translate-x-9:focus {
    --tw-translate-x: 27px
  }
  .xl\:focus\:translate-x-10:focus {
    --tw-translate-x: 30px
  }
  .xl\:focus\:translate-x-11:focus {
    --tw-translate-x: 33px
  }
  .xl\:focus\:translate-x-12:focus {
    --tw-translate-x: 36px
  }
  .xl\:focus\:translate-x-14:focus {
    --tw-translate-x: 42px
  }
  .xl\:focus\:translate-x-16:focus {
    --tw-translate-x: 48px
  }
  .xl\:focus\:translate-x-18:focus {
    --tw-translate-x: 54px
  }
  .xl\:focus\:translate-x-20:focus {
    --tw-translate-x: 60px
  }
  .xl\:focus\:translate-x-24:focus {
    --tw-translate-x: 72px
  }
  .xl\:focus\:translate-x-28:focus {
    --tw-translate-x: 84px
  }
  .xl\:focus\:translate-x-32:focus {
    --tw-translate-x: 96px
  }
  .xl\:focus\:translate-x-36:focus {
    --tw-translate-x: 108px
  }
  .xl\:focus\:translate-x-40:focus {
    --tw-translate-x: 120px
  }
  .xl\:focus\:translate-x-44:focus {
    --tw-translate-x: 132px
  }
  .xl\:focus\:translate-x-48:focus {
    --tw-translate-x: 144px
  }
  .xl\:focus\:translate-x-52:focus {
    --tw-translate-x: 156px
  }
  .xl\:focus\:translate-x-56:focus {
    --tw-translate-x: 168px
  }
  .xl\:focus\:translate-x-60:focus {
    --tw-translate-x: 180px
  }
  .xl\:focus\:translate-x-64:focus {
    --tw-translate-x: 192px
  }
  .xl\:focus\:translate-x-72:focus {
    --tw-translate-x: 216px
  }
  .xl\:focus\:translate-x-80:focus {
    --tw-translate-x: 240px
  }
  .xl\:focus\:translate-x-96:focus {
    --tw-translate-x: 288px
  }
  .xl\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px
  }
  .xl\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 1.5px
  }
  .xl\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 4.5px
  }
  .xl\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 7.5px
  }
  .xl\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 10.5px
  }
  .xl\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px
  }
  .xl\:focus\:-translate-x-1:focus {
    --tw-translate-x: -3px
  }
  .xl\:focus\:-translate-x-2:focus {
    --tw-translate-x: -6px
  }
  .xl\:focus\:-translate-x-3:focus {
    --tw-translate-x: -9px
  }
  .xl\:focus\:-translate-x-4:focus {
    --tw-translate-x: -12px
  }
  .xl\:focus\:-translate-x-5:focus {
    --tw-translate-x: -15px
  }
  .xl\:focus\:-translate-x-6:focus {
    --tw-translate-x: -18px
  }
  .xl\:focus\:-translate-x-7:focus {
    --tw-translate-x: -21px
  }
  .xl\:focus\:-translate-x-8:focus {
    --tw-translate-x: -24px
  }
  .xl\:focus\:-translate-x-9:focus {
    --tw-translate-x: -27px
  }
  .xl\:focus\:-translate-x-10:focus {
    --tw-translate-x: -30px
  }
  .xl\:focus\:-translate-x-11:focus {
    --tw-translate-x: -33px
  }
  .xl\:focus\:-translate-x-12:focus {
    --tw-translate-x: -36px
  }
  .xl\:focus\:-translate-x-14:focus {
    --tw-translate-x: -42px
  }
  .xl\:focus\:-translate-x-16:focus {
    --tw-translate-x: -48px
  }
  .xl\:focus\:-translate-x-18:focus {
    --tw-translate-x: -54px
  }
  .xl\:focus\:-translate-x-20:focus {
    --tw-translate-x: -60px
  }
  .xl\:focus\:-translate-x-24:focus {
    --tw-translate-x: -72px
  }
  .xl\:focus\:-translate-x-28:focus {
    --tw-translate-x: -84px
  }
  .xl\:focus\:-translate-x-32:focus {
    --tw-translate-x: -96px
  }
  .xl\:focus\:-translate-x-36:focus {
    --tw-translate-x: -108px
  }
  .xl\:focus\:-translate-x-40:focus {
    --tw-translate-x: -120px
  }
  .xl\:focus\:-translate-x-44:focus {
    --tw-translate-x: -132px
  }
  .xl\:focus\:-translate-x-48:focus {
    --tw-translate-x: -144px
  }
  .xl\:focus\:-translate-x-52:focus {
    --tw-translate-x: -156px
  }
  .xl\:focus\:-translate-x-56:focus {
    --tw-translate-x: -168px
  }
  .xl\:focus\:-translate-x-60:focus {
    --tw-translate-x: -180px
  }
  .xl\:focus\:-translate-x-64:focus {
    --tw-translate-x: -192px
  }
  .xl\:focus\:-translate-x-72:focus {
    --tw-translate-x: -216px
  }
  .xl\:focus\:-translate-x-80:focus {
    --tw-translate-x: -240px
  }
  .xl\:focus\:-translate-x-96:focus {
    --tw-translate-x: -288px
  }
  .xl\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px
  }
  .xl\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -1.5px
  }
  .xl\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -4.5px
  }
  .xl\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -7.5px
  }
  .xl\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -10.5px
  }
  .xl\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%
  }
  .xl\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%
  }
  .xl\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%
  }
  .xl\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%
  }
  .xl\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%
  }
  .xl\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%
  }
  .xl\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%
  }
  .xl\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%
  }
  .xl\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%
  }
  .xl\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%
  }
  .xl\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%
  }
  .xl\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%
  }
  .xl\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%
  }
  .xl\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%
  }
  .xl\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px
  }
  .xl\:focus\:translate-y-1:focus {
    --tw-translate-y: 3px
  }
  .xl\:focus\:translate-y-2:focus {
    --tw-translate-y: 6px
  }
  .xl\:focus\:translate-y-3:focus {
    --tw-translate-y: 9px
  }
  .xl\:focus\:translate-y-4:focus {
    --tw-translate-y: 12px
  }
  .xl\:focus\:translate-y-5:focus {
    --tw-translate-y: 15px
  }
  .xl\:focus\:translate-y-6:focus {
    --tw-translate-y: 18px
  }
  .xl\:focus\:translate-y-7:focus {
    --tw-translate-y: 21px
  }
  .xl\:focus\:translate-y-8:focus {
    --tw-translate-y: 24px
  }
  .xl\:focus\:translate-y-9:focus {
    --tw-translate-y: 27px
  }
  .xl\:focus\:translate-y-10:focus {
    --tw-translate-y: 30px
  }
  .xl\:focus\:translate-y-11:focus {
    --tw-translate-y: 33px
  }
  .xl\:focus\:translate-y-12:focus {
    --tw-translate-y: 36px
  }
  .xl\:focus\:translate-y-14:focus {
    --tw-translate-y: 42px
  }
  .xl\:focus\:translate-y-16:focus {
    --tw-translate-y: 48px
  }
  .xl\:focus\:translate-y-18:focus {
    --tw-translate-y: 54px
  }
  .xl\:focus\:translate-y-20:focus {
    --tw-translate-y: 60px
  }
  .xl\:focus\:translate-y-24:focus {
    --tw-translate-y: 72px
  }
  .xl\:focus\:translate-y-28:focus {
    --tw-translate-y: 84px
  }
  .xl\:focus\:translate-y-32:focus {
    --tw-translate-y: 96px
  }
  .xl\:focus\:translate-y-36:focus {
    --tw-translate-y: 108px
  }
  .xl\:focus\:translate-y-40:focus {
    --tw-translate-y: 120px
  }
  .xl\:focus\:translate-y-44:focus {
    --tw-translate-y: 132px
  }
  .xl\:focus\:translate-y-48:focus {
    --tw-translate-y: 144px
  }
  .xl\:focus\:translate-y-52:focus {
    --tw-translate-y: 156px
  }
  .xl\:focus\:translate-y-56:focus {
    --tw-translate-y: 168px
  }
  .xl\:focus\:translate-y-60:focus {
    --tw-translate-y: 180px
  }
  .xl\:focus\:translate-y-64:focus {
    --tw-translate-y: 192px
  }
  .xl\:focus\:translate-y-72:focus {
    --tw-translate-y: 216px
  }
  .xl\:focus\:translate-y-80:focus {
    --tw-translate-y: 240px
  }
  .xl\:focus\:translate-y-96:focus {
    --tw-translate-y: 288px
  }
  .xl\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px
  }
  .xl\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 1.5px
  }
  .xl\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 4.5px
  }
  .xl\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 7.5px
  }
  .xl\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 10.5px
  }
  .xl\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px
  }
  .xl\:focus\:-translate-y-1:focus {
    --tw-translate-y: -3px
  }
  .xl\:focus\:-translate-y-2:focus {
    --tw-translate-y: -6px
  }
  .xl\:focus\:-translate-y-3:focus {
    --tw-translate-y: -9px
  }
  .xl\:focus\:-translate-y-4:focus {
    --tw-translate-y: -12px
  }
  .xl\:focus\:-translate-y-5:focus {
    --tw-translate-y: -15px
  }
  .xl\:focus\:-translate-y-6:focus {
    --tw-translate-y: -18px
  }
  .xl\:focus\:-translate-y-7:focus {
    --tw-translate-y: -21px
  }
  .xl\:focus\:-translate-y-8:focus {
    --tw-translate-y: -24px
  }
  .xl\:focus\:-translate-y-9:focus {
    --tw-translate-y: -27px
  }
  .xl\:focus\:-translate-y-10:focus {
    --tw-translate-y: -30px
  }
  .xl\:focus\:-translate-y-11:focus {
    --tw-translate-y: -33px
  }
  .xl\:focus\:-translate-y-12:focus {
    --tw-translate-y: -36px
  }
  .xl\:focus\:-translate-y-14:focus {
    --tw-translate-y: -42px
  }
  .xl\:focus\:-translate-y-16:focus {
    --tw-translate-y: -48px
  }
  .xl\:focus\:-translate-y-18:focus {
    --tw-translate-y: -54px
  }
  .xl\:focus\:-translate-y-20:focus {
    --tw-translate-y: -60px
  }
  .xl\:focus\:-translate-y-24:focus {
    --tw-translate-y: -72px
  }
  .xl\:focus\:-translate-y-28:focus {
    --tw-translate-y: -84px
  }
  .xl\:focus\:-translate-y-32:focus {
    --tw-translate-y: -96px
  }
  .xl\:focus\:-translate-y-36:focus {
    --tw-translate-y: -108px
  }
  .xl\:focus\:-translate-y-40:focus {
    --tw-translate-y: -120px
  }
  .xl\:focus\:-translate-y-44:focus {
    --tw-translate-y: -132px
  }
  .xl\:focus\:-translate-y-48:focus {
    --tw-translate-y: -144px
  }
  .xl\:focus\:-translate-y-52:focus {
    --tw-translate-y: -156px
  }
  .xl\:focus\:-translate-y-56:focus {
    --tw-translate-y: -168px
  }
  .xl\:focus\:-translate-y-60:focus {
    --tw-translate-y: -180px
  }
  .xl\:focus\:-translate-y-64:focus {
    --tw-translate-y: -192px
  }
  .xl\:focus\:-translate-y-72:focus {
    --tw-translate-y: -216px
  }
  .xl\:focus\:-translate-y-80:focus {
    --tw-translate-y: -240px
  }
  .xl\:focus\:-translate-y-96:focus {
    --tw-translate-y: -288px
  }
  .xl\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px
  }
  .xl\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -1.5px
  }
  .xl\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -4.5px
  }
  .xl\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -7.5px
  }
  .xl\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -10.5px
  }
  .xl\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%
  }
  .xl\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%
  }
  .xl\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%
  }
  .xl\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25%
  }
  .xl\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50%
  }
  .xl\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75%
  }
  .xl\:focus\:translate-y-full:focus {
    --tw-translate-y: 100%
  }
  .xl\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50%
  }
  .xl\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%
  }
  .xl\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%
  }
  .xl\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%
  }
  .xl\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%
  }
  .xl\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%
  }
  .xl\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%
  }
  .xl\:skew-x-0 {
    --tw-skew-x: 0deg
  }
  .xl\:skew-x-1 {
    --tw-skew-x: 1deg
  }
  .xl\:skew-x-2 {
    --tw-skew-x: 2deg
  }
  .xl\:skew-x-3 {
    --tw-skew-x: 3deg
  }
  .xl\:skew-x-6 {
    --tw-skew-x: 6deg
  }
  .xl\:skew-x-12 {
    --tw-skew-x: 12deg
  }
  .xl\:-skew-x-12 {
    --tw-skew-x: -12deg
  }
  .xl\:-skew-x-6 {
    --tw-skew-x: -6deg
  }
  .xl\:-skew-x-3 {
    --tw-skew-x: -3deg
  }
  .xl\:-skew-x-2 {
    --tw-skew-x: -2deg
  }
  .xl\:-skew-x-1 {
    --tw-skew-x: -1deg
  }
  .xl\:skew-y-0 {
    --tw-skew-y: 0deg
  }
  .xl\:skew-y-1 {
    --tw-skew-y: 1deg
  }
  .xl\:skew-y-2 {
    --tw-skew-y: 2deg
  }
  .xl\:skew-y-3 {
    --tw-skew-y: 3deg
  }
  .xl\:skew-y-6 {
    --tw-skew-y: 6deg
  }
  .xl\:skew-y-12 {
    --tw-skew-y: 12deg
  }
  .xl\:-skew-y-12 {
    --tw-skew-y: -12deg
  }
  .xl\:-skew-y-6 {
    --tw-skew-y: -6deg
  }
  .xl\:-skew-y-3 {
    --tw-skew-y: -3deg
  }
  .xl\:-skew-y-2 {
    --tw-skew-y: -2deg
  }
  .xl\:-skew-y-1 {
    --tw-skew-y: -1deg
  }
  .xl\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg
  }
  .xl\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg
  }
  .xl\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg
  }
  .xl\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg
  }
  .xl\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg
  }
  .xl\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg
  }
  .xl\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg
  }
  .xl\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg
  }
  .xl\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg
  }
  .xl\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg
  }
  .xl\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg
  }
  .xl\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg
  }
  .xl\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg
  }
  .xl\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg
  }
  .xl\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg
  }
  .xl\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg
  }
  .xl\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg
  }
  .xl\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg
  }
  .xl\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg
  }
  .xl\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg
  }
  .xl\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg
  }
  .xl\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg
  }
  .xl\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg
  }
  .xl\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg
  }
  .xl\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg
  }
  .xl\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg
  }
  .xl\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg
  }
  .xl\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg
  }
  .xl\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg
  }
  .xl\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg
  }
  .xl\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg
  }
  .xl\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg
  }
  .xl\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg
  }
  .xl\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg
  }
  .xl\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg
  }
  .xl\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg
  }
  .xl\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg
  }
  .xl\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg
  }
  .xl\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg
  }
  .xl\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg
  }
  .xl\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg
  }
  .xl\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg
  }
  .xl\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg
  }
  .xl\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg
  }
  .xl\:transition-none {
    transition-property: none
  }
  .xl\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
  }
  .xl\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
  }
  .xl\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
  }
  .xl\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
  }
  .xl\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
  }
  .xl\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
  }
  .xl\:ease-linear {
    transition-timing-function: linear
  }
  .xl\:ease-in {
    transition-timing-function: cubic-bezier(.4, 0, 1, 1)
  }
  .xl\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, .2, 1)
  }
  .xl\:ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
  }
  .xl\:duration-75 {
    transition-duration: 75ms
  }
  .xl\:duration-100 {
    transition-duration: .1s
  }
  .xl\:duration-150 {
    transition-duration: .15s
  }
  .xl\:duration-200 {
    transition-duration: .2s
  }
  .xl\:duration-300 {
    transition-duration: .3s
  }
  .xl\:duration-500 {
    transition-duration: .5s
  }
  .xl\:duration-700 {
    transition-duration: .7s
  }
  .xl\:duration-1000 {
    transition-duration: 1s
  }
  .xl\:delay-75 {
    transition-delay: 75ms
  }
  .xl\:delay-100 {
    transition-delay: .1s
  }
  .xl\:delay-150 {
    transition-delay: .15s
  }
  .xl\:delay-200 {
    transition-delay: .2s
  }
  .xl\:delay-300 {
    transition-delay: .3s
  }
  .xl\:delay-500 {
    transition-delay: .5s
  }
  .xl\:delay-700 {
    transition-delay: .7s
  }
  .xl\:delay-1000 {
    transition-delay: 1s
  }
  .xl\:animate-none {
    -webkit-animation: none;
    animation: none
  }
  .xl\:animate-spin {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite
  }
  .xl\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, .2, 1) infinite;
    animation: ping 1s cubic-bezier(0, 0, .2, 1) infinite
  }
  .xl\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
    animation: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite
  }
  .xl\:animate-bounce {
    -webkit-animation: bounce 1s infinite;
    animation: bounce 1s infinite
  }
  .xl\:mix-blend-normal {
    mix-blend-mode: normal
  }
  .xl\:mix-blend-multiply {
    mix-blend-mode: multiply
  }
  .xl\:mix-blend-screen {
    mix-blend-mode: screen
  }
  .xl\:mix-blend-overlay {
    mix-blend-mode: overlay
  }
  .xl\:mix-blend-darken {
    mix-blend-mode: darken
  }
  .xl\:mix-blend-lighten {
    mix-blend-mode: lighten
  }
  .xl\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge
  }
  .xl\:mix-blend-color-burn {
    mix-blend-mode: color-burn
  }
  .xl\:mix-blend-hard-light {
    mix-blend-mode: hard-light
  }
  .xl\:mix-blend-soft-light {
    mix-blend-mode: soft-light
  }
  .xl\:mix-blend-difference {
    mix-blend-mode: difference
  }
  .xl\:mix-blend-exclusion {
    mix-blend-mode: exclusion
  }
  .xl\:mix-blend-hue {
    mix-blend-mode: hue
  }
  .xl\:mix-blend-saturation {
    mix-blend-mode: saturation
  }
  .xl\:mix-blend-color {
    mix-blend-mode: color
  }
  .xl\:mix-blend-luminosity {
    mix-blend-mode: luminosity
  }
  .xl\:bg-blend-normal {
    background-blend-mode: normal
  }
  .xl\:bg-blend-multiply {
    background-blend-mode: multiply
  }
  .xl\:bg-blend-screen {
    background-blend-mode: screen
  }
  .xl\:bg-blend-overlay {
    background-blend-mode: overlay
  }
  .xl\:bg-blend-darken {
    background-blend-mode: darken
  }
  .xl\:bg-blend-lighten {
    background-blend-mode: lighten
  }
  .xl\:bg-blend-color-dodge {
    background-blend-mode: color-dodge
  }
  .xl\:bg-blend-color-burn {
    background-blend-mode: color-burn
  }
  .xl\:bg-blend-hard-light {
    background-blend-mode: hard-light
  }
  .xl\:bg-blend-soft-light {
    background-blend-mode: soft-light
  }
  .xl\:bg-blend-difference {
    background-blend-mode: difference
  }
  .xl\:bg-blend-exclusion {
    background-blend-mode: exclusion
  }
  .xl\:bg-blend-hue {
    background-blend-mode: hue
  }
  .xl\:bg-blend-saturation {
    background-blend-mode: saturation
  }
  .xl\:bg-blend-color {
    background-blend-mode: color
  }
  .xl\:bg-blend-luminosity {
    background-blend-mode: luminosity
  }
  .xl\:filter {
    --tw-blur: var(--tw-empty, /*!*/ /*!*/ );
    --tw-brightness: var(--tw-empty, /*!*/ /*!*/ );
    --tw-contrast: var(--tw-empty, /*!*/ /*!*/ );
    --tw-grayscale: var(--tw-empty, /*!*/ /*!*/ );
    --tw-hue-rotate: var(--tw-empty, /*!*/ /*!*/ );
    --tw-invert: var(--tw-empty, /*!*/ /*!*/ );
    --tw-saturate: var(--tw-empty, /*!*/ /*!*/ );
    --tw-sepia: var(--tw-empty, /*!*/ /*!*/ );
    --tw-drop-shadow: var(--tw-empty, /*!*/ /*!*/ );
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
  }
  .xl\:filter-none {
    filter: none
  }
  .xl\:blur-0 {
    --tw-blur: blur(0)
  }
  .xl\:blur-sm {
    --tw-blur: blur(4px)
  }
  .xl\:blur {
    --tw-blur: blur(8px)
  }
  .xl\:blur-md {
    --tw-blur: blur(12px)
  }
  .xl\:blur-lg {
    --tw-blur: blur(16px)
  }
  .xl\:blur-xl {
    --tw-blur: blur(24px)
  }
  .xl\:blur-2xl {
    --tw-blur: blur(40px)
  }
  .xl\:blur-3xl {
    --tw-blur: blur(64px)
  }
  .xl\:brightness-0 {
    --tw-brightness: brightness(0)
  }
  .xl\:brightness-50 {
    --tw-brightness: brightness(.5)
  }
  .xl\:brightness-75 {
    --tw-brightness: brightness(.75)
  }
  .xl\:brightness-90 {
    --tw-brightness: brightness(.9)
  }
  .xl\:brightness-95 {
    --tw-brightness: brightness(.95)
  }
  .xl\:brightness-100 {
    --tw-brightness: brightness(1)
  }
  .xl\:brightness-105 {
    --tw-brightness: brightness(1.05)
  }
  .xl\:brightness-110 {
    --tw-brightness: brightness(1.1)
  }
  .xl\:brightness-125 {
    --tw-brightness: brightness(1.25)
  }
  .xl\:brightness-150 {
    --tw-brightness: brightness(1.5)
  }
  .xl\:brightness-200 {
    --tw-brightness: brightness(2)
  }
  .xl\:contrast-0 {
    --tw-contrast: contrast(0)
  }
  .xl\:contrast-50 {
    --tw-contrast: contrast(.5)
  }
  .xl\:contrast-75 {
    --tw-contrast: contrast(.75)
  }
  .xl\:contrast-100 {
    --tw-contrast: contrast(1)
  }
  .xl\:contrast-125 {
    --tw-contrast: contrast(1.25)
  }
  .xl\:contrast-150 {
    --tw-contrast: contrast(1.5)
  }
  .xl\:contrast-200 {
    --tw-contrast: contrast(2)
  }
  .xl\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.05))
  }
  .xl\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06))
  }
  .xl\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06))
  }
  .xl\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1))
  }
  .xl\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08))
  }
  .xl\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15))
  }
  .xl\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 transparent)
  }
  .xl\:grayscale-0 {
    --tw-grayscale: grayscale(0)
  }
  .xl\:grayscale {
    --tw-grayscale: grayscale(100%)
  }
  .xl\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg)
  }
  .xl\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg)
  }
  .xl\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg)
  }
  .xl\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg)
  }
  .xl\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg)
  }
  .xl\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg)
  }
  .xl\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg)
  }
  .xl\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg)
  }
  .xl\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg)
  }
  .xl\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg)
  }
  .xl\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg)
  }
  .xl\:invert-0 {
    --tw-invert: invert(0)
  }
  .xl\:invert {
    --tw-invert: invert(100%)
  }
  .xl\:saturate-0 {
    --tw-saturate: saturate(0)
  }
  .xl\:saturate-50 {
    --tw-saturate: saturate(.5)
  }
  .xl\:saturate-100 {
    --tw-saturate: saturate(1)
  }
  .xl\:saturate-150 {
    --tw-saturate: saturate(1.5)
  }
  .xl\:saturate-200 {
    --tw-saturate: saturate(2)
  }
  .xl\:sepia-0 {
    --tw-sepia: sepia(0)
  }
  .xl\:sepia {
    --tw-sepia: sepia(100%)
  }
  .xl\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty, /*!*/ /*!*/ );
    --tw-backdrop-brightness: var(--tw-empty, /*!*/ /*!*/ );
    --tw-backdrop-contrast: var(--tw-empty, /*!*/ /*!*/ );
    --tw-backdrop-grayscale: var(--tw-empty, /*!*/ /*!*/ );
    --tw-backdrop-hue-rotate: var(--tw-empty, /*!*/ /*!*/ );
    --tw-backdrop-invert: var(--tw-empty, /*!*/ /*!*/ );
    --tw-backdrop-opacity: var(--tw-empty, /*!*/ /*!*/ );
    --tw-backdrop-saturate: var(--tw-empty, /*!*/ /*!*/ );
    --tw-backdrop-sepia: var(--tw-empty, /*!*/ /*!*/ );
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
  }
  .xl\:backdrop-filter-none {
    -webkit-backdrop-filter: none;
    backdrop-filter: none
  }
  .xl\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0)
  }
  .xl\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5)
  }
  .xl\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75)
  }
  .xl\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9)
  }
  .xl\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95)
  }
  .xl\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1)
  }
  .xl\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05)
  }
  .xl\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1)
  }
  .xl\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25)
  }
  .xl\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5)
  }
  .xl\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2)
  }
  .xl\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0)
  }
  .xl\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5)
  }
  .xl\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75)
  }
  .xl\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1)
  }
  .xl\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25)
  }
  .xl\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5)
  }
  .xl\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2)
  }
  .xl\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0)
  }
  .xl\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%)
  }
  .xl\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg)
  }
  .xl\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg)
  }
  .xl\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg)
  }
  .xl\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg)
  }
  .xl\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg)
  }
  .xl\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg)
  }
  .xl\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg)
  }
  .xl\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg)
  }
  .xl\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg)
  }
  .xl\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg)
  }
  .xl\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg)
  }
  .xl\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0)
  }
  .xl\:backdrop-invert {
    --tw-backdrop-invert: invert(100%)
  }
  .xl\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0)
  }
  .xl\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5)
  }
  .xl\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1)
  }
  .xl\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5)
  }
  .xl\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2)
  }
  .xl\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0)
  }
  .xl\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%)
  }
  .xl\:text-shadow {
    text-shadow: 0 1px 4px #000
  }
  .xl\:text-shadow-black {
    text-shadow: 3px 3px #000, -3px 3px #000, 3px -3px #000, -3px -3px #000, 7px 7px #000
  }
  .xl\:line-solid {
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid
  }
  .xl\:line-double {
    -webkit-text-decoration-style: double;
    text-decoration-style: double
  }
  .xl\:line-dotted {
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted
  }
  .xl\:line-dashed {
    -webkit-text-decoration-style: dashed;
    text-decoration-style: dashed
  }
  .xl\:line-wavy {
    -webkit-text-decoration-style: wavy;
    text-decoration-style: wavy
  }
  .xl\:line-primary-50, .xl\:line-primary-100 {
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff
  }
  .xl\:line-primary-200 {
    -webkit-text-decoration-color: #fff6e2;
    text-decoration-color: #fff6e2
  }
  .xl\:line-primary-300 {
    -webkit-text-decoration-color: #ffe6af;
    text-decoration-color: #ffe6af
  }
  .xl\:line-primary-400 {
    -webkit-text-decoration-color: #ffd57c;
    text-decoration-color: #ffd57c
  }
  .xl\:line-primary-500 {
    -webkit-text-decoration-color: #ffc549;
    text-decoration-color: #ffc549
  }
  .xl\:line-primary-600 {
    -webkit-text-decoration-color: #ffb516;
    text-decoration-color: #ffb516
  }
  .xl\:line-primary-700 {
    -webkit-text-decoration-color: #e29a00;
    text-decoration-color: #e29a00
  }
  .xl\:line-primary-800 {
    -webkit-text-decoration-color: #af7700;
    text-decoration-color: #af7700
  }
  .xl\:line-primary-900 {
    -webkit-text-decoration-color: #7c5400;
    text-decoration-color: #7c5400
  }
  .xl\:line-primary-DEFAULT {
    -webkit-text-decoration-color: #ffc549;
    text-decoration-color: #ffc549
  }
  .xl\:line-secondary-50 {
    -webkit-text-decoration-color: #cefbdf;
    text-decoration-color: #cefbdf
  }
  .xl\:line-secondary-100 {
    -webkit-text-decoration-color: #b6f9d0;
    text-decoration-color: #b6f9d0
  }
  .xl\:line-secondary-200 {
    -webkit-text-decoration-color: #87f5b2;
    text-decoration-color: #87f5b2
  }
  .xl\:line-secondary-300 {
    -webkit-text-decoration-color: #58f194;
    text-decoration-color: #58f194
  }
  .xl\:line-secondary-400 {
    -webkit-text-decoration-color: #28ee76;
    text-decoration-color: #28ee76
  }
  .xl\:line-secondary-500 {
    -webkit-text-decoration-color: #11d25d;
    text-decoration-color: #11d25d
  }
  .xl\:line-secondary-600 {
    -webkit-text-decoration-color: #0da348;
    text-decoration-color: #0da348
  }
  .xl\:line-secondary-700 {
    -webkit-text-decoration-color: #097433;
    text-decoration-color: #097433
  }
  .xl\:line-secondary-800 {
    -webkit-text-decoration-color: #06441e;
    text-decoration-color: #06441e
  }
  .xl\:line-secondary-900 {
    -webkit-text-decoration-color: #021509;
    text-decoration-color: #021509
  }
  .xl\:line-secondary-DEFAULT {
    -webkit-text-decoration-color: #11d25d;
    text-decoration-color: #11d25d
  }
  .xl\:line-accent-50 {
    -webkit-text-decoration-color: #fef2f2;
    text-decoration-color: #fef2f2
  }
  .xl\:line-accent-100 {
    -webkit-text-decoration-color: #fee2e2;
    text-decoration-color: #fee2e2
  }
  .xl\:line-accent-200 {
    -webkit-text-decoration-color: #fecaca;
    text-decoration-color: #fecaca
  }
  .xl\:line-accent-300 {
    -webkit-text-decoration-color: #fca5a5;
    text-decoration-color: #fca5a5
  }
  .xl\:line-accent-400 {
    -webkit-text-decoration-color: #f87171;
    text-decoration-color: #f87171
  }
  .xl\:line-accent-500 {
    -webkit-text-decoration-color: #ef4444;
    text-decoration-color: #ef4444
  }
  .xl\:line-accent-600 {
    -webkit-text-decoration-color: #dc2626;
    text-decoration-color: #dc2626
  }
  .xl\:line-accent-700 {
    -webkit-text-decoration-color: #b91c1c;
    text-decoration-color: #b91c1c
  }
  .xl\:line-accent-800 {
    -webkit-text-decoration-color: #991b1b;
    text-decoration-color: #991b1b
  }
  .xl\:line-accent-900 {
    -webkit-text-decoration-color: #7f1d1d;
    text-decoration-color: #7f1d1d
  }
  .xl\:line-shade-500 {
    -webkit-text-decoration-color: #3a3a31;
    text-decoration-color: #3a3a31
  }
  .xl\:line-shade-600 {
    -webkit-text-decoration-color: #2d2f35;
    text-decoration-color: #2d2f35
  }
  .xl\:line-white {
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff
  }
  .xl\:line-black {
    -webkit-text-decoration-color: #000;
    text-decoration-color: #000
  }
  .xl\:line-gray-50 {
    -webkit-text-decoration-color: #f9fafb;
    text-decoration-color: #f9fafb
  }
  .xl\:line-gray-100 {
    -webkit-text-decoration-color: #f3f4f6;
    text-decoration-color: #f3f4f6
  }
  .xl\:line-gray-200 {
    -webkit-text-decoration-color: #e5e7eb;
    text-decoration-color: #e5e7eb
  }
  .xl\:line-gray-300 {
    -webkit-text-decoration-color: #d1d5db;
    text-decoration-color: #d1d5db
  }
  .xl\:line-gray-400 {
    -webkit-text-decoration-color: #9ca3af;
    text-decoration-color: #9ca3af
  }
  .xl\:line-gray-500 {
    -webkit-text-decoration-color: #6b7280;
    text-decoration-color: #6b7280
  }
  .xl\:line-gray-600 {
    -webkit-text-decoration-color: #4b5563;
    text-decoration-color: #4b5563
  }
  .xl\:line-gray-700 {
    -webkit-text-decoration-color: #374151;
    text-decoration-color: #374151
  }
  .xl\:line-gray-800 {
    -webkit-text-decoration-color: #1f2937;
    text-decoration-color: #1f2937
  }
  .xl\:line-gray-900 {
    -webkit-text-decoration-color: #111827;
    text-decoration-color: #111827
  }
  .xl\:line-brand-50 {
    -webkit-text-decoration-color: #eff6ff;
    text-decoration-color: #eff6ff
  }
  .xl\:line-brand-100 {
    -webkit-text-decoration-color: #dbeafe;
    text-decoration-color: #dbeafe
  }
  .xl\:line-brand-200 {
    -webkit-text-decoration-color: #bfdbfe;
    text-decoration-color: #bfdbfe
  }
  .xl\:line-brand-300 {
    -webkit-text-decoration-color: #93c5fd;
    text-decoration-color: #93c5fd
  }
  .xl\:line-brand-400 {
    -webkit-text-decoration-color: #60a5fa;
    text-decoration-color: #60a5fa
  }
  .xl\:line-brand-500 {
    -webkit-text-decoration-color: #3b82f6;
    text-decoration-color: #3b82f6
  }
  .xl\:line-brand-600 {
    -webkit-text-decoration-color: #2563eb;
    text-decoration-color: #2563eb
  }
  .xl\:line-brand-700 {
    -webkit-text-decoration-color: #1d4ed8;
    text-decoration-color: #1d4ed8
  }
  .xl\:line-brand-800 {
    -webkit-text-decoration-color: #1e40af;
    text-decoration-color: #1e40af
  }
  .xl\:line-brand-900 {
    -webkit-text-decoration-color: #1e3a8a;
    text-decoration-color: #1e3a8a
  }
  .xl\:line-transparent {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent
  }
  .xl\:line-current {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor
  }
  .xl\:caps-normal {
    font-variant-caps: normal
  }
  .xl\:caps-small {
    font-variant-caps: small-caps
  }
  .xl\:caps-all-small {
    font-variant-caps: all-small-caps
  }
  .xl\:caps-petite {
    font-variant-caps: petite-caps
  }
  .xl\:caps-unicase {
    font-variant-caps: unicase
  }
  .xl\:caps-titling {
    font-variant-caps: titling-caps
  }
  .xl\:nums-normal {
    font-variant-numeric: normal
  }
  .xl\:nums-ordinal {
    font-variant-numeric: ordinal
  }
  .xl\:nums-slashed-zero {
    font-variant-numeric: slashed-zero
  }
  .xl\:nums-lining {
    font-variant-numeric: lining-nums
  }
  .xl\:nums-oldstyle {
    font-variant-numeric: oldstyle-nums
  }
  .xl\:nums-proportional {
    font-variant-numeric: proportional-nums
  }
  .xl\:nums-tabular {
    font-variant-numeric: tabular-nums
  }
  .xl\:nums-diagonal-fractions {
    font-variant-numeric: diagonal-fractions
  }
  .xl\:nums-stacked-fractions {
    font-variant-numeric: stacked-fractions
  }
  .xl\:ligatures-normal {
    font-variant-ligatures: normal
  }
  .xl\:ligatures-none {
    font-variant-ligatures: none
  }
  .xl\:ligatures-common {
    font-variant-ligatures: common-ligatures
  }
  .xl\:ligatures-no-common {
    font-variant-ligatures: no-common-ligatures
  }
  .xl\:ligatures-discretionary {
    font-variant-ligatures: discretionary-ligatures
  }
  .xl\:ligatures-no-discretionary {
    font-variant-ligatures: no-discretionary-ligatures
  }
  .xl\:ligatures-historical {
    font-variant-ligatures: historical-ligatures
  }
  .xl\:ligatures-no-historical {
    font-variant-ligatures: no-historical-ligatures
  }
  .xl\:ligatures-contextual {
    font-variant-ligatures: contextual
  }
  .xl\:ligatures-no-contextual {
    font-variant-ligatures: no-contextual
  }
  .xl\:text-rendering-auto {
    text-rendering: auto
  }
  .xl\:text-optimize-legibility {
    text-rendering: optimizeLegibility
  }
  .xl\:text-optimize-speed {
    text-rendering: optimizeSpeed
  }
  .xl\:text-geometric-precision {
    text-rendering: geometricPrecision
  }
}
@media (min-width:1536px) {
  .\32xl\:container {
    width: 100%
  }
  @media (min-width:640px) {
    .\32xl\:container {
      max-width: 640px
    }
  }
  @media (min-width:768px) {
    .\32xl\:container {
      max-width: 768px
    }
  }
  @media (min-width:1024px) {
    .\32xl\:container {
      max-width: 1024px
    }
  }
  @media (min-width:1280px) {
    .\32xl\:container {
      max-width: 1280px
    }
  }
  @media (min-width:1536px) {
    .\32xl\:container {
      max-width: 1536px
    }
  }
  .\32xl\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px*var(--tw-space-y-reverse))
  }
  .\32xl\: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*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3px*var(--tw-space-y-reverse))
  }
  .\32xl\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3px*var(--tw-space-x-reverse));
    margin-left: calc(3px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6px*var(--tw-space-y-reverse))
  }
  .\32xl\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6px*var(--tw-space-x-reverse));
    margin-left: calc(6px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(9px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9px*var(--tw-space-y-reverse))
  }
  .\32xl\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9px*var(--tw-space-x-reverse));
    margin-left: calc(9px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12px*var(--tw-space-y-reverse))
  }
  .\32xl\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12px*var(--tw-space-x-reverse));
    margin-left: calc(12px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(15px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15px*var(--tw-space-y-reverse))
  }
  .\32xl\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(15px*var(--tw-space-x-reverse));
    margin-left: calc(15px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18px*var(--tw-space-y-reverse))
  }
  .\32xl\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18px*var(--tw-space-x-reverse));
    margin-left: calc(18px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(21px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(21px*var(--tw-space-y-reverse))
  }
  .\32xl\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(21px*var(--tw-space-x-reverse));
    margin-left: calc(21px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24px*var(--tw-space-y-reverse))
  }
  .\32xl\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24px*var(--tw-space-x-reverse));
    margin-left: calc(24px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(27px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(27px*var(--tw-space-y-reverse))
  }
  .\32xl\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(27px*var(--tw-space-x-reverse));
    margin-left: calc(27px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30px*var(--tw-space-y-reverse))
  }
  .\32xl\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30px*var(--tw-space-x-reverse));
    margin-left: calc(30px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(33px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(33px*var(--tw-space-y-reverse))
  }
  .\32xl\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(33px*var(--tw-space-x-reverse));
    margin-left: calc(33px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(36px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(36px*var(--tw-space-y-reverse))
  }
  .\32xl\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(36px*var(--tw-space-x-reverse));
    margin-left: calc(36px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(42px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(42px*var(--tw-space-y-reverse))
  }
  .\32xl\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(42px*var(--tw-space-x-reverse));
    margin-left: calc(42px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(48px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(48px*var(--tw-space-y-reverse))
  }
  .\32xl\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(48px*var(--tw-space-x-reverse));
    margin-left: calc(48px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:space-y-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(54px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(54px*var(--tw-space-y-reverse))
  }
  .\32xl\:space-x-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(54px*var(--tw-space-x-reverse));
    margin-left: calc(54px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60px*var(--tw-space-y-reverse))
  }
  .\32xl\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60px*var(--tw-space-x-reverse));
    margin-left: calc(60px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(72px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(72px*var(--tw-space-y-reverse))
  }
  .\32xl\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(72px*var(--tw-space-x-reverse));
    margin-left: calc(72px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(84px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(84px*var(--tw-space-y-reverse))
  }
  .\32xl\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(84px*var(--tw-space-x-reverse));
    margin-left: calc(84px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(96px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(96px*var(--tw-space-y-reverse))
  }
  .\32xl\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(96px*var(--tw-space-x-reverse));
    margin-left: calc(96px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(108px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(108px*var(--tw-space-y-reverse))
  }
  .\32xl\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(108px*var(--tw-space-x-reverse));
    margin-left: calc(108px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(120px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(120px*var(--tw-space-y-reverse))
  }
  .\32xl\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(120px*var(--tw-space-x-reverse));
    margin-left: calc(120px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(132px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(132px*var(--tw-space-y-reverse))
  }
  .\32xl\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(132px*var(--tw-space-x-reverse));
    margin-left: calc(132px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(144px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(144px*var(--tw-space-y-reverse))
  }
  .\32xl\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(144px*var(--tw-space-x-reverse));
    margin-left: calc(144px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(156px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(156px*var(--tw-space-y-reverse))
  }
  .\32xl\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(156px*var(--tw-space-x-reverse));
    margin-left: calc(156px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(168px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(168px*var(--tw-space-y-reverse))
  }
  .\32xl\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(168px*var(--tw-space-x-reverse));
    margin-left: calc(168px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(180px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(180px*var(--tw-space-y-reverse))
  }
  .\32xl\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(180px*var(--tw-space-x-reverse));
    margin-left: calc(180px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(192px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(192px*var(--tw-space-y-reverse))
  }
  .\32xl\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(192px*var(--tw-space-x-reverse));
    margin-left: calc(192px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(216px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(216px*var(--tw-space-y-reverse))
  }
  .\32xl\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(216px*var(--tw-space-x-reverse));
    margin-left: calc(216px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(240px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(240px*var(--tw-space-y-reverse))
  }
  .\32xl\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(240px*var(--tw-space-x-reverse));
    margin-left: calc(240px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(288px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(288px*var(--tw-space-y-reverse))
  }
  .\32xl\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(288px*var(--tw-space-x-reverse));
    margin-left: calc(288px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px*var(--tw-space-y-reverse))
  }
  .\32xl\: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*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5px*var(--tw-space-y-reverse))
  }
  .\32xl\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5px*var(--tw-space-x-reverse));
    margin-left: calc(1.5px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4.5px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.5px*var(--tw-space-y-reverse))
  }
  .\32xl\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4.5px*var(--tw-space-x-reverse));
    margin-left: calc(4.5px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7.5px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.5px*var(--tw-space-y-reverse))
  }
  .\32xl\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7.5px*var(--tw-space-x-reverse));
    margin-left: calc(7.5px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10.5px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10.5px*var(--tw-space-y-reverse))
  }
  .\32xl\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10.5px*var(--tw-space-x-reverse));
    margin-left: calc(10.5px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px*var(--tw-space-y-reverse))
  }
  .\32xl\:-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*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3px*var(--tw-space-y-reverse))
  }
  .\32xl\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3px*var(--tw-space-x-reverse));
    margin-left: calc(-3px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6px*var(--tw-space-y-reverse))
  }
  .\32xl\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6px*var(--tw-space-x-reverse));
    margin-left: calc(-6px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9px*var(--tw-space-y-reverse))
  }
  .\32xl\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9px*var(--tw-space-x-reverse));
    margin-left: calc(-9px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12px*var(--tw-space-y-reverse))
  }
  .\32xl\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12px*var(--tw-space-x-reverse));
    margin-left: calc(-12px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-15px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15px*var(--tw-space-y-reverse))
  }
  .\32xl\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-15px*var(--tw-space-x-reverse));
    margin-left: calc(-15px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18px*var(--tw-space-y-reverse))
  }
  .\32xl\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18px*var(--tw-space-x-reverse));
    margin-left: calc(-18px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-21px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-21px*var(--tw-space-y-reverse))
  }
  .\32xl\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-21px*var(--tw-space-x-reverse));
    margin-left: calc(-21px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24px*var(--tw-space-y-reverse))
  }
  .\32xl\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24px*var(--tw-space-x-reverse));
    margin-left: calc(-24px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-27px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-27px*var(--tw-space-y-reverse))
  }
  .\32xl\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-27px*var(--tw-space-x-reverse));
    margin-left: calc(-27px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30px*var(--tw-space-y-reverse))
  }
  .\32xl\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30px*var(--tw-space-x-reverse));
    margin-left: calc(-30px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-33px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-33px*var(--tw-space-y-reverse))
  }
  .\32xl\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-33px*var(--tw-space-x-reverse));
    margin-left: calc(-33px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-36px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-36px*var(--tw-space-y-reverse))
  }
  .\32xl\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-36px*var(--tw-space-x-reverse));
    margin-left: calc(-36px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-42px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-42px*var(--tw-space-y-reverse))
  }
  .\32xl\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-42px*var(--tw-space-x-reverse));
    margin-left: calc(-42px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-48px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-48px*var(--tw-space-y-reverse))
  }
  .\32xl\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-48px*var(--tw-space-x-reverse));
    margin-left: calc(-48px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:-space-y-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-54px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-54px*var(--tw-space-y-reverse))
  }
  .\32xl\:-space-x-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-54px*var(--tw-space-x-reverse));
    margin-left: calc(-54px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-60px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60px*var(--tw-space-y-reverse))
  }
  .\32xl\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-60px*var(--tw-space-x-reverse));
    margin-left: calc(-60px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-72px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-72px*var(--tw-space-y-reverse))
  }
  .\32xl\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-72px*var(--tw-space-x-reverse));
    margin-left: calc(-72px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-84px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-84px*var(--tw-space-y-reverse))
  }
  .\32xl\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-84px*var(--tw-space-x-reverse));
    margin-left: calc(-84px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-96px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-96px*var(--tw-space-y-reverse))
  }
  .\32xl\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-96px*var(--tw-space-x-reverse));
    margin-left: calc(-96px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-108px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-108px*var(--tw-space-y-reverse))
  }
  .\32xl\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-108px*var(--tw-space-x-reverse));
    margin-left: calc(-108px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-120px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-120px*var(--tw-space-y-reverse))
  }
  .\32xl\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-120px*var(--tw-space-x-reverse));
    margin-left: calc(-120px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-132px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-132px*var(--tw-space-y-reverse))
  }
  .\32xl\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-132px*var(--tw-space-x-reverse));
    margin-left: calc(-132px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-144px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-144px*var(--tw-space-y-reverse))
  }
  .\32xl\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-144px*var(--tw-space-x-reverse));
    margin-left: calc(-144px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-156px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-156px*var(--tw-space-y-reverse))
  }
  .\32xl\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-156px*var(--tw-space-x-reverse));
    margin-left: calc(-156px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-168px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-168px*var(--tw-space-y-reverse))
  }
  .\32xl\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-168px*var(--tw-space-x-reverse));
    margin-left: calc(-168px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-180px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-180px*var(--tw-space-y-reverse))
  }
  .\32xl\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-180px*var(--tw-space-x-reverse));
    margin-left: calc(-180px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-192px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-192px*var(--tw-space-y-reverse))
  }
  .\32xl\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-192px*var(--tw-space-x-reverse));
    margin-left: calc(-192px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-216px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-216px*var(--tw-space-y-reverse))
  }
  .\32xl\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-216px*var(--tw-space-x-reverse));
    margin-left: calc(-216px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-240px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-240px*var(--tw-space-y-reverse))
  }
  .\32xl\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-240px*var(--tw-space-x-reverse));
    margin-left: calc(-240px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-288px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-288px*var(--tw-space-y-reverse))
  }
  .\32xl\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-288px*var(--tw-space-x-reverse));
    margin-left: calc(-288px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px*var(--tw-space-y-reverse))
  }
  .\32xl\:-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*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5px*var(--tw-space-y-reverse))
  }
  .\32xl\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5px*var(--tw-space-x-reverse));
    margin-left: calc(-1.5px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.5px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.5px*var(--tw-space-y-reverse))
  }
  .\32xl\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.5px*var(--tw-space-x-reverse));
    margin-left: calc(-4.5px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.5px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.5px*var(--tw-space-y-reverse))
  }
  .\32xl\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.5px*var(--tw-space-x-reverse));
    margin-left: calc(-7.5px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10.5px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10.5px*var(--tw-space-y-reverse))
  }
  .\32xl\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10.5px*var(--tw-space-x-reverse));
    margin-left: calc(-10.5px*(1 - var(--tw-space-x-reverse)))
  }
  .\32xl\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1
  }
  .\32xl\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1
  }
  .\32xl\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px*var(--tw-divide-y-reverse))
  }
  .\32xl\: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*(1 - var(--tw-divide-x-reverse)))
  }
  .\32xl\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px*var(--tw-divide-y-reverse))
  }
  .\32xl\: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*(1 - var(--tw-divide-x-reverse)))
  }
  .\32xl\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px*var(--tw-divide-y-reverse))
  }
  .\32xl\: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*(1 - var(--tw-divide-x-reverse)))
  }
  .\32xl\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px*var(--tw-divide-y-reverse))
  }
  .\32xl\: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*(1 - var(--tw-divide-x-reverse)))
  }
  .\32xl\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px*var(--tw-divide-y-reverse))
  }
  .\32xl\: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*(1 - var(--tw-divide-x-reverse)))
  }
  .\32xl\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1
  }
  .\32xl\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1
  }
  .\32xl\:divide-primary-50 > :not([hidden]) ~ :not([hidden]), .\32xl\:divide-primary-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity))
  }
  .\32xl\:divide-primary-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 246, 226, var(--tw-divide-opacity))
  }
  .\32xl\:divide-primary-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 230, 175, var(--tw-divide-opacity))
  }
  .\32xl\:divide-primary-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 213, 124, var(--tw-divide-opacity))
  }
  .\32xl\:divide-primary-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-divide-opacity))
  }
  .\32xl\:divide-primary-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 181, 22, var(--tw-divide-opacity))
  }
  .\32xl\:divide-primary-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 154, 0, var(--tw-divide-opacity))
  }
  .\32xl\:divide-primary-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(175, 119, 0, var(--tw-divide-opacity))
  }
  .\32xl\:divide-primary-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 84, 0, var(--tw-divide-opacity))
  }
  .\32xl\:divide-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-divide-opacity))
  }
  .\32xl\:divide-secondary-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(206, 251, 223, var(--tw-divide-opacity))
  }
  .\32xl\:divide-secondary-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(182, 249, 208, var(--tw-divide-opacity))
  }
  .\32xl\:divide-secondary-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(135, 245, 178, var(--tw-divide-opacity))
  }
  .\32xl\:divide-secondary-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(88, 241, 148, var(--tw-divide-opacity))
  }
  .\32xl\:divide-secondary-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(40, 238, 118, var(--tw-divide-opacity))
  }
  .\32xl\:divide-secondary-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-divide-opacity))
  }
  .\32xl\:divide-secondary-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(13, 163, 72, var(--tw-divide-opacity))
  }
  .\32xl\:divide-secondary-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(9, 116, 51, var(--tw-divide-opacity))
  }
  .\32xl\:divide-secondary-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 68, 30, var(--tw-divide-opacity))
  }
  .\32xl\:divide-secondary-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(2, 21, 9, var(--tw-divide-opacity))
  }
  .\32xl\:divide-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-divide-opacity))
  }
  .\32xl\:divide-accent-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity))
  }
  .\32xl\:divide-accent-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity))
  }
  .\32xl\:divide-accent-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity))
  }
  .\32xl\:divide-accent-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity))
  }
  .\32xl\:divide-accent-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity))
  }
  .\32xl\:divide-accent-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity))
  }
  .\32xl\:divide-accent-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity))
  }
  .\32xl\:divide-accent-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity))
  }
  .\32xl\:divide-accent-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity))
  }
  .\32xl\:divide-accent-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity))
  }
  .\32xl\:divide-shade-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(58, 58, 49, var(--tw-divide-opacity))
  }
  .\32xl\:divide-shade-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(45, 47, 53, var(--tw-divide-opacity))
  }
  .\32xl\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity))
  }
  .\32xl\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity))
  }
  .\32xl\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity))
  }
  .\32xl\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity))
  }
  .\32xl\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity))
  }
  .\32xl\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity))
  }
  .\32xl\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity))
  }
  .\32xl\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity))
  }
  .\32xl\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity))
  }
  .\32xl\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity))
  }
  .\32xl\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity))
  }
  .\32xl\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity))
  }
  .\32xl\:divide-brand-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity))
  }
  .\32xl\:divide-brand-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity))
  }
  .\32xl\:divide-brand-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity))
  }
  .\32xl\:divide-brand-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity))
  }
  .\32xl\:divide-brand-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity))
  }
  .\32xl\:divide-brand-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity))
  }
  .\32xl\:divide-brand-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity))
  }
  .\32xl\:divide-brand-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity))
  }
  .\32xl\:divide-brand-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity))
  }
  .\32xl\:divide-brand-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity))
  }
  .\32xl\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent
  }
  .\32xl\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor
  }
  .\32xl\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid
  }
  .\32xl\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed
  }
  .\32xl\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted
  }
  .\32xl\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double
  }
  .\32xl\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none
  }
  .\32xl\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0
  }
  .\32xl\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05
  }
  .\32xl\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1
  }
  .\32xl\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2
  }
  .\32xl\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25
  }
  .\32xl\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3
  }
  .\32xl\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4
  }
  .\32xl\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5
  }
  .\32xl\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6
  }
  .\32xl\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7
  }
  .\32xl\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75
  }
  .\32xl\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8
  }
  .\32xl\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9
  }
  .\32xl\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95
  }
  .\32xl\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1
  }
  .\32xl\: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\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal
  }
  .\32xl\:focus-within\: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\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal
  }
  .\32xl\:focus\: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\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal
  }
  .\32xl\:appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
  }
  .\32xl\:bg-fixed {
    background-attachment: fixed
  }
  .\32xl\:bg-local {
    background-attachment: local
  }
  .\32xl\:bg-scroll {
    background-attachment: scroll
  }
  .\32xl\:bg-clip-border {
    background-clip: border-box
  }
  .\32xl\:bg-clip-padding {
    background-clip: padding-box
  }
  .\32xl\:bg-clip-content {
    background-clip: content-box
  }
  .\32xl\:bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text
  }
  .\32xl\:bg-primary-50, .\32xl\:bg-primary-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .\32xl\:bg-primary-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 226, var(--tw-bg-opacity))
  }
  .\32xl\:bg-primary-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 230, 175, var(--tw-bg-opacity))
  }
  .\32xl\:bg-primary-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 213, 124, var(--tw-bg-opacity))
  }
  .\32xl\:bg-primary-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .\32xl\:bg-primary-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 181, 22, var(--tw-bg-opacity))
  }
  .\32xl\:bg-primary-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 154, 0, var(--tw-bg-opacity))
  }
  .\32xl\:bg-primary-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(175, 119, 0, var(--tw-bg-opacity))
  }
  .\32xl\:bg-primary-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 84, 0, var(--tw-bg-opacity))
  }
  .\32xl\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .\32xl\:bg-secondary-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 251, 223, var(--tw-bg-opacity))
  }
  .\32xl\:bg-secondary-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 249, 208, var(--tw-bg-opacity))
  }
  .\32xl\:bg-secondary-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(135, 245, 178, var(--tw-bg-opacity))
  }
  .\32xl\:bg-secondary-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 241, 148, var(--tw-bg-opacity))
  }
  .\32xl\:bg-secondary-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 238, 118, var(--tw-bg-opacity))
  }
  .\32xl\:bg-secondary-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .\32xl\:bg-secondary-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 163, 72, var(--tw-bg-opacity))
  }
  .\32xl\:bg-secondary-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(9, 116, 51, var(--tw-bg-opacity))
  }
  .\32xl\:bg-secondary-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 68, 30, var(--tw-bg-opacity))
  }
  .\32xl\:bg-secondary-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 21, 9, var(--tw-bg-opacity))
  }
  .\32xl\:bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .\32xl\:bg-accent-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity))
  }
  .\32xl\:bg-accent-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity))
  }
  .\32xl\:bg-accent-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity))
  }
  .\32xl\:bg-accent-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity))
  }
  .\32xl\:bg-accent-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity))
  }
  .\32xl\:bg-accent-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity))
  }
  .\32xl\:bg-accent-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity))
  }
  .\32xl\:bg-accent-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity))
  }
  .\32xl\:bg-accent-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity))
  }
  .\32xl\:bg-accent-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity))
  }
  .\32xl\:bg-shade-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 58, 49, var(--tw-bg-opacity))
  }
  .\32xl\:bg-shade-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 47, 53, var(--tw-bg-opacity))
  }
  .\32xl\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .\32xl\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity))
  }
  .\32xl\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity))
  }
  .\32xl\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity))
  }
  .\32xl\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity))
  }
  .\32xl\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity))
  }
  .\32xl\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity))
  }
  .\32xl\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity))
  }
  .\32xl\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity))
  }
  .\32xl\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity))
  }
  .\32xl\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity))
  }
  .\32xl\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity))
  }
  .\32xl\:bg-brand-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity))
  }
  .\32xl\:bg-brand-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity))
  }
  .\32xl\:bg-brand-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity))
  }
  .\32xl\:bg-brand-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity))
  }
  .\32xl\:bg-brand-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity))
  }
  .\32xl\:bg-brand-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity))
  }
  .\32xl\:bg-brand-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity))
  }
  .\32xl\:bg-brand-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity))
  }
  .\32xl\:bg-brand-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity))
  }
  .\32xl\:bg-brand-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity))
  }
  .\32xl\:bg-transparent {
    background-color: transparent
  }
  .\32xl\:bg-current {
    background-color: currentColor
  }
  .\32xl\:checked\:bg-primary-50:checked, .\32xl\:checked\:bg-primary-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .\32xl\:checked\:bg-primary-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 226, var(--tw-bg-opacity))
  }
  .\32xl\:checked\:bg-primary-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 230, 175, var(--tw-bg-opacity))
  }
  .\32xl\:checked\:bg-primary-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 213, 124, var(--tw-bg-opacity))
  }
  .\32xl\:checked\:bg-primary-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .\32xl\:checked\:bg-primary-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 181, 22, var(--tw-bg-opacity))
  }
  .\32xl\:checked\:bg-primary-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 154, 0, var(--tw-bg-opacity))
  }
  .\32xl\:checked\:bg-primary-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(175, 119, 0, var(--tw-bg-opacity))
  }
  .\32xl\:checked\:bg-primary-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 84, 0, var(--tw-bg-opacity))
  }
  .\32xl\:checked\:bg-primary:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .\32xl\:checked\:bg-secondary-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 251, 223, var(--tw-bg-opacity))
  }
  .\32xl\:checked\:bg-secondary-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 249, 208, var(--tw-bg-opacity))
  }
  .\32xl\:checked\:bg-secondary-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(135, 245, 178, var(--tw-bg-opacity))
  }
  .\32xl\:checked\:bg-secondary-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 241, 148, var(--tw-bg-opacity))
  }
  .\32xl\:checked\:bg-secondary-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 238, 118, var(--tw-bg-opacity))
  }
  .\32xl\:checked\:bg-secondary-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .\32xl\:checked\:bg-secondary-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 163, 72, var(--tw-bg-opacity))
  }
  .\32xl\:checked\:bg-secondary-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(9, 116, 51, var(--tw-bg-opacity))
  }
  .\32xl\:checked\:bg-secondary-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 68, 30, var(--tw-bg-opacity))
  }
  .\32xl\:checked\:bg-secondary-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 21, 9, var(--tw-bg-opacity))
  }
  .\32xl\:checked\:bg-secondary:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .\32xl\:checked\:bg-accent-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity))
  }
  .\32xl\:checked\:bg-accent-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity))
  }
  .\32xl\:checked\:bg-accent-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity))
  }
  .\32xl\:checked\:bg-accent-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity))
  }
  .\32xl\:checked\:bg-accent-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity))
  }
  .\32xl\:checked\:bg-accent-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity))
  }
  .\32xl\:checked\:bg-accent-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity))
  }
  .\32xl\:checked\:bg-accent-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity))
  }
  .\32xl\:checked\:bg-accent-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity))
  }
  .\32xl\:checked\:bg-accent-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity))
  }
  .\32xl\:checked\:bg-shade-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 58, 49, var(--tw-bg-opacity))
  }
  .\32xl\:checked\:bg-shade-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 47, 53, var(--tw-bg-opacity))
  }
  .\32xl\:checked\:bg-white:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .\32xl\:checked\:bg-black:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity))
  }
  .\32xl\:checked\:bg-gray-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity))
  }
  .\32xl\:checked\:bg-gray-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity))
  }
  .\32xl\:checked\:bg-gray-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity))
  }
  .\32xl\:checked\:bg-gray-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity))
  }
  .\32xl\:checked\:bg-gray-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity))
  }
  .\32xl\:checked\:bg-gray-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity))
  }
  .\32xl\:checked\:bg-gray-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity))
  }
  .\32xl\:checked\:bg-gray-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity))
  }
  .\32xl\:checked\:bg-gray-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity))
  }
  .\32xl\:checked\:bg-gray-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity))
  }
  .\32xl\:checked\:bg-brand-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity))
  }
  .\32xl\:checked\:bg-brand-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity))
  }
  .\32xl\:checked\:bg-brand-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity))
  }
  .\32xl\:checked\:bg-brand-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity))
  }
  .\32xl\:checked\:bg-brand-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity))
  }
  .\32xl\:checked\:bg-brand-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity))
  }
  .\32xl\:checked\:bg-brand-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity))
  }
  .\32xl\:checked\:bg-brand-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity))
  }
  .\32xl\:checked\:bg-brand-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity))
  }
  .\32xl\:checked\:bg-brand-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity))
  }
  .\32xl\:checked\:bg-transparent:checked {
    background-color: transparent
  }
  .\32xl\:checked\:bg-current:checked {
    background-color: currentColor
  }
  .group:hover .\32xl\:group-hover\:bg-primary-50, .group:hover .\32xl\:group-hover\:bg-primary-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .group:hover .\32xl\:group-hover\:bg-primary-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 226, var(--tw-bg-opacity))
  }
  .group:hover .\32xl\:group-hover\:bg-primary-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 230, 175, var(--tw-bg-opacity))
  }
  .group:hover .\32xl\:group-hover\:bg-primary-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 213, 124, var(--tw-bg-opacity))
  }
  .group:hover .\32xl\:group-hover\:bg-primary-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .group:hover .\32xl\:group-hover\:bg-primary-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 181, 22, var(--tw-bg-opacity))
  }
  .group:hover .\32xl\:group-hover\:bg-primary-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 154, 0, var(--tw-bg-opacity))
  }
  .group:hover .\32xl\:group-hover\:bg-primary-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(175, 119, 0, var(--tw-bg-opacity))
  }
  .group:hover .\32xl\:group-hover\:bg-primary-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 84, 0, var(--tw-bg-opacity))
  }
  .group:hover .\32xl\:group-hover\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .group:hover .\32xl\:group-hover\:bg-secondary-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 251, 223, var(--tw-bg-opacity))
  }
  .group:hover .\32xl\:group-hover\:bg-secondary-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 249, 208, var(--tw-bg-opacity))
  }
  .group:hover .\32xl\:group-hover\:bg-secondary-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(135, 245, 178, var(--tw-bg-opacity))
  }
  .group:hover .\32xl\:group-hover\:bg-secondary-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 241, 148, var(--tw-bg-opacity))
  }
  .group:hover .\32xl\:group-hover\:bg-secondary-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 238, 118, var(--tw-bg-opacity))
  }
  .group:hover .\32xl\:group-hover\:bg-secondary-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .group:hover .\32xl\:group-hover\:bg-secondary-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 163, 72, var(--tw-bg-opacity))
  }
  .group:hover .\32xl\:group-hover\:bg-secondary-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(9, 116, 51, var(--tw-bg-opacity))
  }
  .group:hover .\32xl\:group-hover\:bg-secondary-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 68, 30, var(--tw-bg-opacity))
  }
  .group:hover .\32xl\:group-hover\:bg-secondary-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 21, 9, var(--tw-bg-opacity))
  }
  .group:hover .\32xl\:group-hover\:bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .group:hover .\32xl\:group-hover\:bg-accent-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity))
  }
  .group:hover .\32xl\:group-hover\:bg-accent-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity))
  }
  .group:hover .\32xl\:group-hover\:bg-accent-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity))
  }
  .group:hover .\32xl\:group-hover\:bg-accent-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity))
  }
  .group:hover .\32xl\:group-hover\:bg-accent-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity))
  }
  .group:hover .\32xl\:group-hover\:bg-accent-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity))
  }
  .group:hover .\32xl\:group-hover\:bg-accent-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity))
  }
  .group:hover .\32xl\:group-hover\:bg-accent-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity))
  }
  .group:hover .\32xl\:group-hover\:bg-accent-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity))
  }
  .group:hover .\32xl\:group-hover\:bg-accent-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity))
  }
  .group:hover .\32xl\:group-hover\:bg-shade-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 58, 49, var(--tw-bg-opacity))
  }
  .group:hover .\32xl\:group-hover\:bg-shade-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 47, 53, var(--tw-bg-opacity))
  }
  .group:hover .\32xl\:group-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .group:hover .\32xl\:group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity))
  }
  .group:hover .\32xl\:group-hover\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity))
  }
  .group:hover .\32xl\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity))
  }
  .group:hover .\32xl\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity))
  }
  .group:hover .\32xl\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity))
  }
  .group:hover .\32xl\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity))
  }
  .group:hover .\32xl\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity))
  }
  .group:hover .\32xl\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity))
  }
  .group:hover .\32xl\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity))
  }
  .group:hover .\32xl\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity))
  }
  .group:hover .\32xl\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity))
  }
  .group:hover .\32xl\:group-hover\:bg-brand-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity))
  }
  .group:hover .\32xl\:group-hover\:bg-brand-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity))
  }
  .group:hover .\32xl\:group-hover\:bg-brand-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity))
  }
  .group:hover .\32xl\:group-hover\:bg-brand-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity))
  }
  .group:hover .\32xl\:group-hover\:bg-brand-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity))
  }
  .group:hover .\32xl\:group-hover\:bg-brand-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity))
  }
  .group:hover .\32xl\:group-hover\:bg-brand-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity))
  }
  .group:hover .\32xl\:group-hover\:bg-brand-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity))
  }
  .group:hover .\32xl\:group-hover\:bg-brand-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity))
  }
  .group:hover .\32xl\:group-hover\:bg-brand-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity))
  }
  .group:hover .\32xl\:group-hover\:bg-transparent {
    background-color: transparent
  }
  .group:hover .\32xl\:group-hover\:bg-current {
    background-color: currentColor
  }
  .\32xl\:focus-within\:bg-primary-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-primary-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-primary-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 226, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-primary-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 230, 175, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-primary-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 213, 124, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-primary-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-primary-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 181, 22, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-primary-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 154, 0, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-primary-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(175, 119, 0, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-primary-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 84, 0, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-primary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-secondary-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 251, 223, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-secondary-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 249, 208, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-secondary-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(135, 245, 178, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-secondary-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 241, 148, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-secondary-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 238, 118, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-secondary-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-secondary-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 163, 72, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-secondary-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(9, 116, 51, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-secondary-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 68, 30, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-secondary-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 21, 9, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-secondary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-accent-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-accent-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-accent-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-accent-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-accent-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-accent-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-accent-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-accent-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-accent-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-accent-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-shade-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 58, 49, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-shade-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 47, 53, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-gray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-brand-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-brand-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-brand-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-brand-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-brand-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-brand-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-brand-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-brand-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-brand-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-brand-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity))
  }
  .\32xl\:focus-within\:bg-transparent:focus-within {
    background-color: transparent
  }
  .\32xl\:focus-within\:bg-current:focus-within {
    background-color: currentColor
  }
  .\32xl\:hover\:bg-primary-50:hover, .\32xl\:hover\:bg-primary-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .\32xl\:hover\:bg-primary-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 226, var(--tw-bg-opacity))
  }
  .\32xl\:hover\:bg-primary-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 230, 175, var(--tw-bg-opacity))
  }
  .\32xl\:hover\:bg-primary-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 213, 124, var(--tw-bg-opacity))
  }
  .\32xl\:hover\:bg-primary-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .\32xl\:hover\:bg-primary-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 181, 22, var(--tw-bg-opacity))
  }
  .\32xl\:hover\:bg-primary-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 154, 0, var(--tw-bg-opacity))
  }
  .\32xl\:hover\:bg-primary-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(175, 119, 0, var(--tw-bg-opacity))
  }
  .\32xl\:hover\:bg-primary-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 84, 0, var(--tw-bg-opacity))
  }
  .\32xl\:hover\:bg-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .\32xl\:hover\:bg-secondary-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 251, 223, var(--tw-bg-opacity))
  }
  .\32xl\:hover\:bg-secondary-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 249, 208, var(--tw-bg-opacity))
  }
  .\32xl\:hover\:bg-secondary-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(135, 245, 178, var(--tw-bg-opacity))
  }
  .\32xl\:hover\:bg-secondary-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 241, 148, var(--tw-bg-opacity))
  }
  .\32xl\:hover\:bg-secondary-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 238, 118, var(--tw-bg-opacity))
  }
  .\32xl\:hover\:bg-secondary-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .\32xl\:hover\:bg-secondary-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 163, 72, var(--tw-bg-opacity))
  }
  .\32xl\:hover\:bg-secondary-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(9, 116, 51, var(--tw-bg-opacity))
  }
  .\32xl\:hover\:bg-secondary-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 68, 30, var(--tw-bg-opacity))
  }
  .\32xl\:hover\:bg-secondary-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 21, 9, var(--tw-bg-opacity))
  }
  .\32xl\:hover\:bg-secondary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .\32xl\:hover\:bg-accent-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity))
  }
  .\32xl\:hover\:bg-accent-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity))
  }
  .\32xl\:hover\:bg-accent-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity))
  }
  .\32xl\:hover\:bg-accent-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity))
  }
  .\32xl\:hover\:bg-accent-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity))
  }
  .\32xl\:hover\:bg-accent-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity))
  }
  .\32xl\:hover\:bg-accent-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity))
  }
  .\32xl\:hover\:bg-accent-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity))
  }
  .\32xl\:hover\:bg-accent-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity))
  }
  .\32xl\:hover\:bg-accent-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity))
  }
  .\32xl\:hover\:bg-shade-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 58, 49, var(--tw-bg-opacity))
  }
  .\32xl\:hover\:bg-shade-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 47, 53, var(--tw-bg-opacity))
  }
  .\32xl\:hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .\32xl\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity))
  }
  .\32xl\:hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity))
  }
  .\32xl\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity))
  }
  .\32xl\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity))
  }
  .\32xl\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity))
  }
  .\32xl\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity))
  }
  .\32xl\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity))
  }
  .\32xl\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity))
  }
  .\32xl\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity))
  }
  .\32xl\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity))
  }
  .\32xl\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity))
  }
  .\32xl\:hover\:bg-brand-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity))
  }
  .\32xl\:hover\:bg-brand-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity))
  }
  .\32xl\:hover\:bg-brand-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity))
  }
  .\32xl\:hover\:bg-brand-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity))
  }
  .\32xl\:hover\:bg-brand-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity))
  }
  .\32xl\:hover\:bg-brand-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity))
  }
  .\32xl\:hover\:bg-brand-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity))
  }
  .\32xl\:hover\:bg-brand-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity))
  }
  .\32xl\:hover\:bg-brand-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity))
  }
  .\32xl\:hover\:bg-brand-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity))
  }
  .\32xl\:hover\:bg-transparent:hover {
    background-color: transparent
  }
  .\32xl\:hover\:bg-current:hover {
    background-color: currentColor
  }
  .\32xl\:focus\:bg-primary-50:focus, .\32xl\:focus\:bg-primary-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .\32xl\:focus\:bg-primary-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 246, 226, var(--tw-bg-opacity))
  }
  .\32xl\:focus\:bg-primary-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 230, 175, var(--tw-bg-opacity))
  }
  .\32xl\:focus\:bg-primary-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 213, 124, var(--tw-bg-opacity))
  }
  .\32xl\:focus\:bg-primary-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .\32xl\:focus\:bg-primary-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 181, 22, var(--tw-bg-opacity))
  }
  .\32xl\:focus\:bg-primary-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 154, 0, var(--tw-bg-opacity))
  }
  .\32xl\:focus\:bg-primary-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(175, 119, 0, var(--tw-bg-opacity))
  }
  .\32xl\:focus\:bg-primary-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 84, 0, var(--tw-bg-opacity))
  }
  .\32xl\:focus\:bg-primary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 73, var(--tw-bg-opacity))
  }
  .\32xl\:focus\:bg-secondary-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 251, 223, var(--tw-bg-opacity))
  }
  .\32xl\:focus\:bg-secondary-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 249, 208, var(--tw-bg-opacity))
  }
  .\32xl\:focus\:bg-secondary-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(135, 245, 178, var(--tw-bg-opacity))
  }
  .\32xl\:focus\:bg-secondary-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(88, 241, 148, var(--tw-bg-opacity))
  }
  .\32xl\:focus\:bg-secondary-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 238, 118, var(--tw-bg-opacity))
  }
  .\32xl\:focus\:bg-secondary-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .\32xl\:focus\:bg-secondary-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 163, 72, var(--tw-bg-opacity))
  }
  .\32xl\:focus\:bg-secondary-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(9, 116, 51, var(--tw-bg-opacity))
  }
  .\32xl\:focus\:bg-secondary-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 68, 30, var(--tw-bg-opacity))
  }
  .\32xl\:focus\:bg-secondary-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 21, 9, var(--tw-bg-opacity))
  }
  .\32xl\:focus\:bg-secondary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 210, 93, var(--tw-bg-opacity))
  }
  .\32xl\:focus\:bg-accent-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity))
  }
  .\32xl\:focus\:bg-accent-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity))
  }
  .\32xl\:focus\:bg-accent-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity))
  }
  .\32xl\:focus\:bg-accent-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity))
  }
  .\32xl\:focus\:bg-accent-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity))
  }
  .\32xl\:focus\:bg-accent-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity))
  }
  .\32xl\:focus\:bg-accent-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity))
  }
  .\32xl\:focus\:bg-accent-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity))
  }
  .\32xl\:focus\:bg-accent-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity))
  }
  .\32xl\:focus\:bg-accent-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity))
  }
  .\32xl\:focus\:bg-shade-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 58, 49, var(--tw-bg-opacity))
  }
  .\32xl\:focus\:bg-shade-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 47, 53, var(--tw-bg-opacity))
  }
  .\32xl\:focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
  }
  .\32xl\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity))
  }
  .\32xl\:focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity))
  }
  .\32xl\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity))
  }
  .\32xl\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity))
  }
  .\32xl\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity))
  }
  .\32xl\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity))
  }
  .\32xl\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity))
  }
  .\32xl\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity))
  }
  .\32xl\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity))
  }
  .\32xl\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity))
  }
  .\32xl\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity))
  }
  .\32xl\:focus\:bg-brand-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity))
  }
  .\32xl\:focus\:bg-brand-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity))
  }
  .\32xl\:focus\:bg-brand-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity))
  }
  .\32xl\:focus\:bg-brand-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity))
  }
  .\32xl\:focus\:bg-brand-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity))
  }
  .\32xl\:focus\:bg-brand-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity))
  }
  .\32xl\:focus\:bg-brand-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity))
  }
  .\32xl\:focus\:bg-brand-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity))
  }
  .\32xl\:focus\:bg-brand-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity))
  }
  .\32xl\:focus\:bg-brand-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity))
  }
  .\32xl\:focus\:bg-transparent:focus {
    background-color: transparent
  }
  .\32xl\:focus\:bg-current:focus {
    background-color: currentColor
  }
  .\32xl\:bg-none {
    background-image: none
  }
  .\32xl\:bg-gradient-to-t {
    background-image: linear-gradient(0deg, var(--tw-gradient-stops))
  }
  .\32xl\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops))
  }
  .\32xl\:bg-gradient-to-r {
    background-image: linear-gradient(90deg, var(--tw-gradient-stops))
  }
  .\32xl\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops))
  }
  .\32xl\:bg-gradient-to-b {
    background-image: linear-gradient(180deg, var(--tw-gradient-stops))
  }
  .\32xl\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops))
  }
  .\32xl\:bg-gradient-to-l {
    background-image: linear-gradient(270deg, var(--tw-gradient-stops))
  }
  .\32xl\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops))
  }
  .\32xl\:from-primary-50, .\32xl\:from-primary-100 {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .\32xl\:from-primary-200 {
    --tw-gradient-from: #fff6e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 226, 0))
  }
  .\32xl\:from-primary-300 {
    --tw-gradient-from: #ffe6af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 230, 175, 0))
  }
  .\32xl\:from-primary-400 {
    --tw-gradient-from: #ffd57c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 213, 124, 0))
  }
  .\32xl\:from-primary-500 {
    --tw-gradient-from: #ffc549;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .\32xl\:from-primary-600 {
    --tw-gradient-from: #ffb516;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 181, 22, 0))
  }
  .\32xl\:from-primary-700 {
    --tw-gradient-from: #e29a00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 154, 0, 0))
  }
  .\32xl\:from-primary-800 {
    --tw-gradient-from: #af7700;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 119, 0, 0))
  }
  .\32xl\:from-primary-900 {
    --tw-gradient-from: #7c5400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 84, 0, 0))
  }
  .\32xl\:from-primary {
    --tw-gradient-from: #ffc549;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .\32xl\:from-secondary-50 {
    --tw-gradient-from: #cefbdf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 251, 223, 0))
  }
  .\32xl\:from-secondary-100 {
    --tw-gradient-from: #b6f9d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 249, 208, 0))
  }
  .\32xl\:from-secondary-200 {
    --tw-gradient-from: #87f5b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 245, 178, 0))
  }
  .\32xl\:from-secondary-300 {
    --tw-gradient-from: #58f194;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 241, 148, 0))
  }
  .\32xl\:from-secondary-400 {
    --tw-gradient-from: #28ee76;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 238, 118, 0))
  }
  .\32xl\:from-secondary-500 {
    --tw-gradient-from: #11d25d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .\32xl\:from-secondary-600 {
    --tw-gradient-from: #0da348;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 163, 72, 0))
  }
  .\32xl\:from-secondary-700 {
    --tw-gradient-from: #097433;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 116, 51, 0))
  }
  .\32xl\:from-secondary-800 {
    --tw-gradient-from: #06441e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 68, 30, 0))
  }
  .\32xl\:from-secondary-900 {
    --tw-gradient-from: #021509;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 21, 9, 0))
  }
  .\32xl\:from-secondary {
    --tw-gradient-from: #11d25d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .\32xl\:from-accent-50 {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }
  .\32xl\:from-accent-100 {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }
  .\32xl\:from-accent-200 {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }
  .\32xl\:from-accent-300 {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }
  .\32xl\:from-accent-400 {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }
  .\32xl\:from-accent-500 {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }
  .\32xl\:from-accent-600 {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }
  .\32xl\:from-accent-700 {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }
  .\32xl\:from-accent-800 {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }
  .\32xl\:from-accent-900 {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }
  .\32xl\:from-shade-500 {
    --tw-gradient-from: #3a3a31;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 58, 49, 0))
  }
  .\32xl\:from-shade-600 {
    --tw-gradient-from: #2d2f35;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 47, 53, 0))
  }
  .\32xl\:from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .\32xl\:from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent)
  }
  .\32xl\:from-gray-50 {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }
  .\32xl\:from-gray-100 {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }
  .\32xl\:from-gray-200 {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }
  .\32xl\:from-gray-300 {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }
  .\32xl\:from-gray-400 {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }
  .\32xl\:from-gray-500 {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }
  .\32xl\:from-gray-600 {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }
  .\32xl\:from-gray-700 {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }
  .\32xl\:from-gray-800 {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }
  .\32xl\:from-gray-900 {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }
  .\32xl\:from-brand-50 {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }
  .\32xl\:from-brand-100 {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }
  .\32xl\:from-brand-200 {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }
  .\32xl\:from-brand-300 {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }
  .\32xl\:from-brand-400 {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }
  .\32xl\:from-brand-500 {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }
  .\32xl\:from-brand-600 {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }
  .\32xl\:from-brand-700 {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }
  .\32xl\:from-brand-800 {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }
  .\32xl\:from-brand-900 {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }
  .\32xl\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent)
  }
  .\32xl\:from-current {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .\32xl\:from-yellow {
    --tw-gradient-from: #eac32a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 195, 42, 0))
  }
  .\32xl\:from-green {
    --tw-gradient-from: #11d25d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .\32xl\:from-header-grad-1 {
    --tw-gradient-from: #f4cb89;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 203, 137, 0))
  }
  .\32xl\:from-header-grad-2 {
    --tw-gradient-from: #e3aa4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 170, 74, 0))
  }
  .\32xl\:from-header-grad-3 {
    --tw-gradient-from: #d85801;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 88, 1, 0))
  }
  .\32xl\:from-header-grad-4 {
    --tw-gradient-from: #d89930;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 153, 48, 0))
  }
  .\32xl\:via-primary-50, .\32xl\:via-primary-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .\32xl\:via-primary-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff6e2, var(--tw-gradient-to, rgba(255, 246, 226, 0))
  }
  .\32xl\:via-primary-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe6af, var(--tw-gradient-to, rgba(255, 230, 175, 0))
  }
  .\32xl\:via-primary-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffd57c, var(--tw-gradient-to, rgba(255, 213, 124, 0))
  }
  .\32xl\:via-primary-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffc549, var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .\32xl\:via-primary-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffb516, var(--tw-gradient-to, rgba(255, 181, 22, 0))
  }
  .\32xl\:via-primary-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #e29a00, var(--tw-gradient-to, rgba(226, 154, 0, 0))
  }
  .\32xl\:via-primary-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #af7700, var(--tw-gradient-to, rgba(175, 119, 0, 0))
  }
  .\32xl\:via-primary-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c5400, var(--tw-gradient-to, rgba(124, 84, 0, 0))
  }
  .\32xl\:via-primary {
    --tw-gradient-stops: var(--tw-gradient-from), #ffc549, var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .\32xl\:via-secondary-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #cefbdf, var(--tw-gradient-to, rgba(206, 251, 223, 0))
  }
  .\32xl\:via-secondary-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #b6f9d0, var(--tw-gradient-to, rgba(182, 249, 208, 0))
  }
  .\32xl\:via-secondary-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #87f5b2, var(--tw-gradient-to, rgba(135, 245, 178, 0))
  }
  .\32xl\:via-secondary-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #58f194, var(--tw-gradient-to, rgba(88, 241, 148, 0))
  }
  .\32xl\:via-secondary-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #28ee76, var(--tw-gradient-to, rgba(40, 238, 118, 0))
  }
  .\32xl\:via-secondary-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #11d25d, var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .\32xl\:via-secondary-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0da348, var(--tw-gradient-to, rgba(13, 163, 72, 0))
  }
  .\32xl\:via-secondary-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #097433, var(--tw-gradient-to, rgba(9, 116, 51, 0))
  }
  .\32xl\:via-secondary-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #06441e, var(--tw-gradient-to, rgba(6, 68, 30, 0))
  }
  .\32xl\:via-secondary-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #021509, var(--tw-gradient-to, rgba(2, 21, 9, 0))
  }
  .\32xl\:via-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), #11d25d, var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .\32xl\:via-accent-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }
  .\32xl\:via-accent-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }
  .\32xl\:via-accent-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }
  .\32xl\:via-accent-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }
  .\32xl\:via-accent-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }
  .\32xl\:via-accent-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }
  .\32xl\:via-accent-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }
  .\32xl\:via-accent-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }
  .\32xl\:via-accent-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }
  .\32xl\:via-accent-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }
  .\32xl\:via-shade-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3a3a31, var(--tw-gradient-to, rgba(58, 58, 49, 0))
  }
  .\32xl\:via-shade-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2d2f35, var(--tw-gradient-to, rgba(45, 47, 53, 0))
  }
  .\32xl\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .\32xl\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, transparent)
  }
  .\32xl\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }
  .\32xl\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }
  .\32xl\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }
  .\32xl\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }
  .\32xl\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }
  .\32xl\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }
  .\32xl\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }
  .\32xl\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }
  .\32xl\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }
  .\32xl\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }
  .\32xl\:via-brand-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }
  .\32xl\:via-brand-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }
  .\32xl\:via-brand-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }
  .\32xl\:via-brand-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }
  .\32xl\:via-brand-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }
  .\32xl\:via-brand-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }
  .\32xl\:via-brand-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }
  .\32xl\:via-brand-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }
  .\32xl\:via-brand-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }
  .\32xl\:via-brand-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }
  .\32xl\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, transparent)
  }
  .\32xl\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .\32xl\:via-yellow {
    --tw-gradient-stops: var(--tw-gradient-from), #eac32a, var(--tw-gradient-to, rgba(234, 195, 42, 0))
  }
  .\32xl\:via-green {
    --tw-gradient-stops: var(--tw-gradient-from), #11d25d, var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .\32xl\:via-header-grad-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #f4cb89, var(--tw-gradient-to, rgba(244, 203, 137, 0))
  }
  .\32xl\:via-header-grad-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #e3aa4a, var(--tw-gradient-to, rgba(227, 170, 74, 0))
  }
  .\32xl\:via-header-grad-3 {
    --tw-gradient-stops: var(--tw-gradient-from), #d85801, var(--tw-gradient-to, rgba(216, 88, 1, 0))
  }
  .\32xl\:via-header-grad-4 {
    --tw-gradient-stops: var(--tw-gradient-from), #d89930, var(--tw-gradient-to, rgba(216, 153, 48, 0))
  }
  .\32xl\:to-primary-50, .\32xl\:to-primary-100 {
    --tw-gradient-to: #fff
  }
  .\32xl\:to-primary-200 {
    --tw-gradient-to: #fff6e2
  }
  .\32xl\:to-primary-300 {
    --tw-gradient-to: #ffe6af
  }
  .\32xl\:to-primary-400 {
    --tw-gradient-to: #ffd57c
  }
  .\32xl\:to-primary-500 {
    --tw-gradient-to: #ffc549
  }
  .\32xl\:to-primary-600 {
    --tw-gradient-to: #ffb516
  }
  .\32xl\:to-primary-700 {
    --tw-gradient-to: #e29a00
  }
  .\32xl\:to-primary-800 {
    --tw-gradient-to: #af7700
  }
  .\32xl\:to-primary-900 {
    --tw-gradient-to: #7c5400
  }
  .\32xl\:to-primary {
    --tw-gradient-to: #ffc549
  }
  .\32xl\:to-secondary-50 {
    --tw-gradient-to: #cefbdf
  }
  .\32xl\:to-secondary-100 {
    --tw-gradient-to: #b6f9d0
  }
  .\32xl\:to-secondary-200 {
    --tw-gradient-to: #87f5b2
  }
  .\32xl\:to-secondary-300 {
    --tw-gradient-to: #58f194
  }
  .\32xl\:to-secondary-400 {
    --tw-gradient-to: #28ee76
  }
  .\32xl\:to-secondary-500 {
    --tw-gradient-to: #11d25d
  }
  .\32xl\:to-secondary-600 {
    --tw-gradient-to: #0da348
  }
  .\32xl\:to-secondary-700 {
    --tw-gradient-to: #097433
  }
  .\32xl\:to-secondary-800 {
    --tw-gradient-to: #06441e
  }
  .\32xl\:to-secondary-900 {
    --tw-gradient-to: #021509
  }
  .\32xl\:to-secondary {
    --tw-gradient-to: #11d25d
  }
  .\32xl\:to-accent-50 {
    --tw-gradient-to: #fef2f2
  }
  .\32xl\:to-accent-100 {
    --tw-gradient-to: #fee2e2
  }
  .\32xl\:to-accent-200 {
    --tw-gradient-to: #fecaca
  }
  .\32xl\:to-accent-300 {
    --tw-gradient-to: #fca5a5
  }
  .\32xl\:to-accent-400 {
    --tw-gradient-to: #f87171
  }
  .\32xl\:to-accent-500 {
    --tw-gradient-to: #ef4444
  }
  .\32xl\:to-accent-600 {
    --tw-gradient-to: #dc2626
  }
  .\32xl\:to-accent-700 {
    --tw-gradient-to: #b91c1c
  }
  .\32xl\:to-accent-800 {
    --tw-gradient-to: #991b1b
  }
  .\32xl\:to-accent-900 {
    --tw-gradient-to: #7f1d1d
  }
  .\32xl\:to-shade-500 {
    --tw-gradient-to: #3a3a31
  }
  .\32xl\:to-shade-600 {
    --tw-gradient-to: #2d2f35
  }
  .\32xl\:to-white {
    --tw-gradient-to: #fff
  }
  .\32xl\:to-black {
    --tw-gradient-to: #000
  }
  .\32xl\:to-gray-50 {
    --tw-gradient-to: #f9fafb
  }
  .\32xl\:to-gray-100 {
    --tw-gradient-to: #f3f4f6
  }
  .\32xl\:to-gray-200 {
    --tw-gradient-to: #e5e7eb
  }
  .\32xl\:to-gray-300 {
    --tw-gradient-to: #d1d5db
  }
  .\32xl\:to-gray-400 {
    --tw-gradient-to: #9ca3af
  }
  .\32xl\:to-gray-500 {
    --tw-gradient-to: #6b7280
  }
  .\32xl\:to-gray-600 {
    --tw-gradient-to: #4b5563
  }
  .\32xl\:to-gray-700 {
    --tw-gradient-to: #374151
  }
  .\32xl\:to-gray-800 {
    --tw-gradient-to: #1f2937
  }
  .\32xl\:to-gray-900 {
    --tw-gradient-to: #111827
  }
  .\32xl\:to-brand-50 {
    --tw-gradient-to: #eff6ff
  }
  .\32xl\:to-brand-100 {
    --tw-gradient-to: #dbeafe
  }
  .\32xl\:to-brand-200 {
    --tw-gradient-to: #bfdbfe
  }
  .\32xl\:to-brand-300 {
    --tw-gradient-to: #93c5fd
  }
  .\32xl\:to-brand-400 {
    --tw-gradient-to: #60a5fa
  }
  .\32xl\:to-brand-500 {
    --tw-gradient-to: #3b82f6
  }
  .\32xl\:to-brand-600 {
    --tw-gradient-to: #2563eb
  }
  .\32xl\:to-brand-700 {
    --tw-gradient-to: #1d4ed8
  }
  .\32xl\:to-brand-800 {
    --tw-gradient-to: #1e40af
  }
  .\32xl\:to-brand-900 {
    --tw-gradient-to: #1e3a8a
  }
  .\32xl\:to-transparent {
    --tw-gradient-to: transparent
  }
  .\32xl\:to-current {
    --tw-gradient-to: currentColor
  }
  .\32xl\:to-yellow {
    --tw-gradient-to: #eac32a
  }
  .\32xl\:to-green {
    --tw-gradient-to: #11d25d
  }
  .\32xl\:to-header-grad-1 {
    --tw-gradient-to: #f4cb89
  }
  .\32xl\:to-header-grad-2 {
    --tw-gradient-to: #e3aa4a
  }
  .\32xl\:to-header-grad-3 {
    --tw-gradient-to: #d85801
  }
  .\32xl\:to-header-grad-4 {
    --tw-gradient-to: #d89930
  }
  .\32xl\:hover\:from-primary-50:hover, .\32xl\:hover\:from-primary-100:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .\32xl\:hover\:from-primary-200:hover {
    --tw-gradient-from: #fff6e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 226, 0))
  }
  .\32xl\:hover\:from-primary-300:hover {
    --tw-gradient-from: #ffe6af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 230, 175, 0))
  }
  .\32xl\:hover\:from-primary-400:hover {
    --tw-gradient-from: #ffd57c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 213, 124, 0))
  }
  .\32xl\:hover\:from-primary-500:hover {
    --tw-gradient-from: #ffc549;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .\32xl\:hover\:from-primary-600:hover {
    --tw-gradient-from: #ffb516;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 181, 22, 0))
  }
  .\32xl\:hover\:from-primary-700:hover {
    --tw-gradient-from: #e29a00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 154, 0, 0))
  }
  .\32xl\:hover\:from-primary-800:hover {
    --tw-gradient-from: #af7700;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 119, 0, 0))
  }
  .\32xl\:hover\:from-primary-900:hover {
    --tw-gradient-from: #7c5400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 84, 0, 0))
  }
  .\32xl\:hover\:from-primary:hover {
    --tw-gradient-from: #ffc549;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .\32xl\:hover\:from-secondary-50:hover {
    --tw-gradient-from: #cefbdf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 251, 223, 0))
  }
  .\32xl\:hover\:from-secondary-100:hover {
    --tw-gradient-from: #b6f9d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 249, 208, 0))
  }
  .\32xl\:hover\:from-secondary-200:hover {
    --tw-gradient-from: #87f5b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 245, 178, 0))
  }
  .\32xl\:hover\:from-secondary-300:hover {
    --tw-gradient-from: #58f194;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 241, 148, 0))
  }
  .\32xl\:hover\:from-secondary-400:hover {
    --tw-gradient-from: #28ee76;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 238, 118, 0))
  }
  .\32xl\:hover\:from-secondary-500:hover {
    --tw-gradient-from: #11d25d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .\32xl\:hover\:from-secondary-600:hover {
    --tw-gradient-from: #0da348;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 163, 72, 0))
  }
  .\32xl\:hover\:from-secondary-700:hover {
    --tw-gradient-from: #097433;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 116, 51, 0))
  }
  .\32xl\:hover\:from-secondary-800:hover {
    --tw-gradient-from: #06441e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 68, 30, 0))
  }
  .\32xl\:hover\:from-secondary-900:hover {
    --tw-gradient-from: #021509;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 21, 9, 0))
  }
  .\32xl\:hover\:from-secondary:hover {
    --tw-gradient-from: #11d25d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .\32xl\:hover\:from-accent-50:hover {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }
  .\32xl\:hover\:from-accent-100:hover {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }
  .\32xl\:hover\:from-accent-200:hover {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }
  .\32xl\:hover\:from-accent-300:hover {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }
  .\32xl\:hover\:from-accent-400:hover {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }
  .\32xl\:hover\:from-accent-500:hover {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }
  .\32xl\:hover\:from-accent-600:hover {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }
  .\32xl\:hover\:from-accent-700:hover {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }
  .\32xl\:hover\:from-accent-800:hover {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }
  .\32xl\:hover\:from-accent-900:hover {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }
  .\32xl\:hover\:from-shade-500:hover {
    --tw-gradient-from: #3a3a31;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 58, 49, 0))
  }
  .\32xl\:hover\:from-shade-600:hover {
    --tw-gradient-from: #2d2f35;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 47, 53, 0))
  }
  .\32xl\:hover\:from-white:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .\32xl\:hover\:from-black:hover {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent)
  }
  .\32xl\:hover\:from-gray-50:hover {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }
  .\32xl\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }
  .\32xl\:hover\:from-gray-200:hover {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }
  .\32xl\:hover\:from-gray-300:hover {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }
  .\32xl\:hover\:from-gray-400:hover {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }
  .\32xl\:hover\:from-gray-500:hover {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }
  .\32xl\:hover\:from-gray-600:hover {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }
  .\32xl\:hover\:from-gray-700:hover {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }
  .\32xl\:hover\:from-gray-800:hover {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }
  .\32xl\:hover\:from-gray-900:hover {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }
  .\32xl\:hover\:from-brand-50:hover {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }
  .\32xl\:hover\:from-brand-100:hover {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }
  .\32xl\:hover\:from-brand-200:hover {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }
  .\32xl\:hover\:from-brand-300:hover {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }
  .\32xl\:hover\:from-brand-400:hover {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }
  .\32xl\:hover\:from-brand-500:hover {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }
  .\32xl\:hover\:from-brand-600:hover {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }
  .\32xl\:hover\:from-brand-700:hover {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }
  .\32xl\:hover\:from-brand-800:hover {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }
  .\32xl\:hover\:from-brand-900:hover {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }
  .\32xl\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent)
  }
  .\32xl\:hover\:from-current:hover {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .\32xl\:hover\:from-yellow:hover {
    --tw-gradient-from: #eac32a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 195, 42, 0))
  }
  .\32xl\:hover\:from-green:hover {
    --tw-gradient-from: #11d25d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .\32xl\:hover\:from-header-grad-1:hover {
    --tw-gradient-from: #f4cb89;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 203, 137, 0))
  }
  .\32xl\:hover\:from-header-grad-2:hover {
    --tw-gradient-from: #e3aa4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 170, 74, 0))
  }
  .\32xl\:hover\:from-header-grad-3:hover {
    --tw-gradient-from: #d85801;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 88, 1, 0))
  }
  .\32xl\:hover\:from-header-grad-4:hover {
    --tw-gradient-from: #d89930;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 153, 48, 0))
  }
  .\32xl\:hover\:via-primary-50:hover, .\32xl\:hover\:via-primary-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .\32xl\:hover\:via-primary-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff6e2, var(--tw-gradient-to, rgba(255, 246, 226, 0))
  }
  .\32xl\:hover\:via-primary-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe6af, var(--tw-gradient-to, rgba(255, 230, 175, 0))
  }
  .\32xl\:hover\:via-primary-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffd57c, var(--tw-gradient-to, rgba(255, 213, 124, 0))
  }
  .\32xl\:hover\:via-primary-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffc549, var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .\32xl\:hover\:via-primary-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffb516, var(--tw-gradient-to, rgba(255, 181, 22, 0))
  }
  .\32xl\:hover\:via-primary-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e29a00, var(--tw-gradient-to, rgba(226, 154, 0, 0))
  }
  .\32xl\:hover\:via-primary-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #af7700, var(--tw-gradient-to, rgba(175, 119, 0, 0))
  }
  .\32xl\:hover\:via-primary-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c5400, var(--tw-gradient-to, rgba(124, 84, 0, 0))
  }
  .\32xl\:hover\:via-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffc549, var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .\32xl\:hover\:via-secondary-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cefbdf, var(--tw-gradient-to, rgba(206, 251, 223, 0))
  }
  .\32xl\:hover\:via-secondary-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b6f9d0, var(--tw-gradient-to, rgba(182, 249, 208, 0))
  }
  .\32xl\:hover\:via-secondary-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #87f5b2, var(--tw-gradient-to, rgba(135, 245, 178, 0))
  }
  .\32xl\:hover\:via-secondary-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #58f194, var(--tw-gradient-to, rgba(88, 241, 148, 0))
  }
  .\32xl\:hover\:via-secondary-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #28ee76, var(--tw-gradient-to, rgba(40, 238, 118, 0))
  }
  .\32xl\:hover\:via-secondary-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #11d25d, var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .\32xl\:hover\:via-secondary-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0da348, var(--tw-gradient-to, rgba(13, 163, 72, 0))
  }
  .\32xl\:hover\:via-secondary-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #097433, var(--tw-gradient-to, rgba(9, 116, 51, 0))
  }
  .\32xl\:hover\:via-secondary-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #06441e, var(--tw-gradient-to, rgba(6, 68, 30, 0))
  }
  .\32xl\:hover\:via-secondary-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #021509, var(--tw-gradient-to, rgba(2, 21, 9, 0))
  }
  .\32xl\:hover\:via-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #11d25d, var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .\32xl\:hover\:via-accent-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }
  .\32xl\:hover\:via-accent-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }
  .\32xl\:hover\:via-accent-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }
  .\32xl\:hover\:via-accent-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }
  .\32xl\:hover\:via-accent-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }
  .\32xl\:hover\:via-accent-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }
  .\32xl\:hover\:via-accent-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }
  .\32xl\:hover\:via-accent-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }
  .\32xl\:hover\:via-accent-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }
  .\32xl\:hover\:via-accent-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }
  .\32xl\:hover\:via-shade-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3a3a31, var(--tw-gradient-to, rgba(58, 58, 49, 0))
  }
  .\32xl\:hover\:via-shade-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2d2f35, var(--tw-gradient-to, rgba(45, 47, 53, 0))
  }
  .\32xl\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .\32xl\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, transparent)
  }
  .\32xl\:hover\:via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }
  .\32xl\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }
  .\32xl\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }
  .\32xl\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }
  .\32xl\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }
  .\32xl\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }
  .\32xl\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }
  .\32xl\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }
  .\32xl\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }
  .\32xl\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }
  .\32xl\:hover\:via-brand-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }
  .\32xl\:hover\:via-brand-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }
  .\32xl\:hover\:via-brand-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }
  .\32xl\:hover\:via-brand-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }
  .\32xl\:hover\:via-brand-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }
  .\32xl\:hover\:via-brand-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }
  .\32xl\:hover\:via-brand-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }
  .\32xl\:hover\:via-brand-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }
  .\32xl\:hover\:via-brand-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }
  .\32xl\:hover\:via-brand-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }
  .\32xl\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, transparent)
  }
  .\32xl\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .\32xl\:hover\:via-yellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eac32a, var(--tw-gradient-to, rgba(234, 195, 42, 0))
  }
  .\32xl\:hover\:via-green:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #11d25d, var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .\32xl\:hover\:via-header-grad-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f4cb89, var(--tw-gradient-to, rgba(244, 203, 137, 0))
  }
  .\32xl\:hover\:via-header-grad-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e3aa4a, var(--tw-gradient-to, rgba(227, 170, 74, 0))
  }
  .\32xl\:hover\:via-header-grad-3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d85801, var(--tw-gradient-to, rgba(216, 88, 1, 0))
  }
  .\32xl\:hover\:via-header-grad-4:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d89930, var(--tw-gradient-to, rgba(216, 153, 48, 0))
  }
  .\32xl\:hover\:to-primary-50:hover, .\32xl\:hover\:to-primary-100:hover {
    --tw-gradient-to: #fff
  }
  .\32xl\:hover\:to-primary-200:hover {
    --tw-gradient-to: #fff6e2
  }
  .\32xl\:hover\:to-primary-300:hover {
    --tw-gradient-to: #ffe6af
  }
  .\32xl\:hover\:to-primary-400:hover {
    --tw-gradient-to: #ffd57c
  }
  .\32xl\:hover\:to-primary-500:hover {
    --tw-gradient-to: #ffc549
  }
  .\32xl\:hover\:to-primary-600:hover {
    --tw-gradient-to: #ffb516
  }
  .\32xl\:hover\:to-primary-700:hover {
    --tw-gradient-to: #e29a00
  }
  .\32xl\:hover\:to-primary-800:hover {
    --tw-gradient-to: #af7700
  }
  .\32xl\:hover\:to-primary-900:hover {
    --tw-gradient-to: #7c5400
  }
  .\32xl\:hover\:to-primary:hover {
    --tw-gradient-to: #ffc549
  }
  .\32xl\:hover\:to-secondary-50:hover {
    --tw-gradient-to: #cefbdf
  }
  .\32xl\:hover\:to-secondary-100:hover {
    --tw-gradient-to: #b6f9d0
  }
  .\32xl\:hover\:to-secondary-200:hover {
    --tw-gradient-to: #87f5b2
  }
  .\32xl\:hover\:to-secondary-300:hover {
    --tw-gradient-to: #58f194
  }
  .\32xl\:hover\:to-secondary-400:hover {
    --tw-gradient-to: #28ee76
  }
  .\32xl\:hover\:to-secondary-500:hover {
    --tw-gradient-to: #11d25d
  }
  .\32xl\:hover\:to-secondary-600:hover {
    --tw-gradient-to: #0da348
  }
  .\32xl\:hover\:to-secondary-700:hover {
    --tw-gradient-to: #097433
  }
  .\32xl\:hover\:to-secondary-800:hover {
    --tw-gradient-to: #06441e
  }
  .\32xl\:hover\:to-secondary-900:hover {
    --tw-gradient-to: #021509
  }
  .\32xl\:hover\:to-secondary:hover {
    --tw-gradient-to: #11d25d
  }
  .\32xl\:hover\:to-accent-50:hover {
    --tw-gradient-to: #fef2f2
  }
  .\32xl\:hover\:to-accent-100:hover {
    --tw-gradient-to: #fee2e2
  }
  .\32xl\:hover\:to-accent-200:hover {
    --tw-gradient-to: #fecaca
  }
  .\32xl\:hover\:to-accent-300:hover {
    --tw-gradient-to: #fca5a5
  }
  .\32xl\:hover\:to-accent-400:hover {
    --tw-gradient-to: #f87171
  }
  .\32xl\:hover\:to-accent-500:hover {
    --tw-gradient-to: #ef4444
  }
  .\32xl\:hover\:to-accent-600:hover {
    --tw-gradient-to: #dc2626
  }
  .\32xl\:hover\:to-accent-700:hover {
    --tw-gradient-to: #b91c1c
  }
  .\32xl\:hover\:to-accent-800:hover {
    --tw-gradient-to: #991b1b
  }
  .\32xl\:hover\:to-accent-900:hover {
    --tw-gradient-to: #7f1d1d
  }
  .\32xl\:hover\:to-shade-500:hover {
    --tw-gradient-to: #3a3a31
  }
  .\32xl\:hover\:to-shade-600:hover {
    --tw-gradient-to: #2d2f35
  }
  .\32xl\:hover\:to-white:hover {
    --tw-gradient-to: #fff
  }
  .\32xl\:hover\:to-black:hover {
    --tw-gradient-to: #000
  }
  .\32xl\:hover\:to-gray-50:hover {
    --tw-gradient-to: #f9fafb
  }
  .\32xl\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f3f4f6
  }
  .\32xl\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e5e7eb
  }
  .\32xl\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d1d5db
  }
  .\32xl\:hover\:to-gray-400:hover {
    --tw-gradient-to: #9ca3af
  }
  .\32xl\:hover\:to-gray-500:hover {
    --tw-gradient-to: #6b7280
  }
  .\32xl\:hover\:to-gray-600:hover {
    --tw-gradient-to: #4b5563
  }
  .\32xl\:hover\:to-gray-700:hover {
    --tw-gradient-to: #374151
  }
  .\32xl\:hover\:to-gray-800:hover {
    --tw-gradient-to: #1f2937
  }
  .\32xl\:hover\:to-gray-900:hover {
    --tw-gradient-to: #111827
  }
  .\32xl\:hover\:to-brand-50:hover {
    --tw-gradient-to: #eff6ff
  }
  .\32xl\:hover\:to-brand-100:hover {
    --tw-gradient-to: #dbeafe
  }
  .\32xl\:hover\:to-brand-200:hover {
    --tw-gradient-to: #bfdbfe
  }
  .\32xl\:hover\:to-brand-300:hover {
    --tw-gradient-to: #93c5fd
  }
  .\32xl\:hover\:to-brand-400:hover {
    --tw-gradient-to: #60a5fa
  }
  .\32xl\:hover\:to-brand-500:hover {
    --tw-gradient-to: #3b82f6
  }
  .\32xl\:hover\:to-brand-600:hover {
    --tw-gradient-to: #2563eb
  }
  .\32xl\:hover\:to-brand-700:hover {
    --tw-gradient-to: #1d4ed8
  }
  .\32xl\:hover\:to-brand-800:hover {
    --tw-gradient-to: #1e40af
  }
  .\32xl\:hover\:to-brand-900:hover {
    --tw-gradient-to: #1e3a8a
  }
  .\32xl\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent
  }
  .\32xl\:hover\:to-current:hover {
    --tw-gradient-to: currentColor
  }
  .\32xl\:hover\:to-yellow:hover {
    --tw-gradient-to: #eac32a
  }
  .\32xl\:hover\:to-green:hover {
    --tw-gradient-to: #11d25d
  }
  .\32xl\:hover\:to-header-grad-1:hover {
    --tw-gradient-to: #f4cb89
  }
  .\32xl\:hover\:to-header-grad-2:hover {
    --tw-gradient-to: #e3aa4a
  }
  .\32xl\:hover\:to-header-grad-3:hover {
    --tw-gradient-to: #d85801
  }
  .\32xl\:hover\:to-header-grad-4:hover {
    --tw-gradient-to: #d89930
  }
  .\32xl\:focus\:from-primary-50:focus, .\32xl\:focus\:from-primary-100:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .\32xl\:focus\:from-primary-200:focus {
    --tw-gradient-from: #fff6e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 246, 226, 0))
  }
  .\32xl\:focus\:from-primary-300:focus {
    --tw-gradient-from: #ffe6af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 230, 175, 0))
  }
  .\32xl\:focus\:from-primary-400:focus {
    --tw-gradient-from: #ffd57c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 213, 124, 0))
  }
  .\32xl\:focus\:from-primary-500:focus {
    --tw-gradient-from: #ffc549;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .\32xl\:focus\:from-primary-600:focus {
    --tw-gradient-from: #ffb516;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 181, 22, 0))
  }
  .\32xl\:focus\:from-primary-700:focus {
    --tw-gradient-from: #e29a00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 154, 0, 0))
  }
  .\32xl\:focus\:from-primary-800:focus {
    --tw-gradient-from: #af7700;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 119, 0, 0))
  }
  .\32xl\:focus\:from-primary-900:focus {
    --tw-gradient-from: #7c5400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 84, 0, 0))
  }
  .\32xl\:focus\:from-primary:focus {
    --tw-gradient-from: #ffc549;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .\32xl\:focus\:from-secondary-50:focus {
    --tw-gradient-from: #cefbdf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 251, 223, 0))
  }
  .\32xl\:focus\:from-secondary-100:focus {
    --tw-gradient-from: #b6f9d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 249, 208, 0))
  }
  .\32xl\:focus\:from-secondary-200:focus {
    --tw-gradient-from: #87f5b2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 245, 178, 0))
  }
  .\32xl\:focus\:from-secondary-300:focus {
    --tw-gradient-from: #58f194;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 241, 148, 0))
  }
  .\32xl\:focus\:from-secondary-400:focus {
    --tw-gradient-from: #28ee76;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 238, 118, 0))
  }
  .\32xl\:focus\:from-secondary-500:focus {
    --tw-gradient-from: #11d25d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .\32xl\:focus\:from-secondary-600:focus {
    --tw-gradient-from: #0da348;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 163, 72, 0))
  }
  .\32xl\:focus\:from-secondary-700:focus {
    --tw-gradient-from: #097433;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 116, 51, 0))
  }
  .\32xl\:focus\:from-secondary-800:focus {
    --tw-gradient-from: #06441e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 68, 30, 0))
  }
  .\32xl\:focus\:from-secondary-900:focus {
    --tw-gradient-from: #021509;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 21, 9, 0))
  }
  .\32xl\:focus\:from-secondary:focus {
    --tw-gradient-from: #11d25d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .\32xl\:focus\:from-accent-50:focus {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }
  .\32xl\:focus\:from-accent-100:focus {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }
  .\32xl\:focus\:from-accent-200:focus {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }
  .\32xl\:focus\:from-accent-300:focus {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }
  .\32xl\:focus\:from-accent-400:focus {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }
  .\32xl\:focus\:from-accent-500:focus {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }
  .\32xl\:focus\:from-accent-600:focus {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }
  .\32xl\:focus\:from-accent-700:focus {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }
  .\32xl\:focus\:from-accent-800:focus {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }
  .\32xl\:focus\:from-accent-900:focus {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }
  .\32xl\:focus\:from-shade-500:focus {
    --tw-gradient-from: #3a3a31;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 58, 49, 0))
  }
  .\32xl\:focus\:from-shade-600:focus {
    --tw-gradient-from: #2d2f35;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 47, 53, 0))
  }
  .\32xl\:focus\:from-white:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .\32xl\:focus\:from-black:focus {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent)
  }
  .\32xl\:focus\:from-gray-50:focus {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }
  .\32xl\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }
  .\32xl\:focus\:from-gray-200:focus {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }
  .\32xl\:focus\:from-gray-300:focus {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }
  .\32xl\:focus\:from-gray-400:focus {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }
  .\32xl\:focus\:from-gray-500:focus {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }
  .\32xl\:focus\:from-gray-600:focus {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }
  .\32xl\:focus\:from-gray-700:focus {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }
  .\32xl\:focus\:from-gray-800:focus {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }
  .\32xl\:focus\:from-gray-900:focus {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }
  .\32xl\:focus\:from-brand-50:focus {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }
  .\32xl\:focus\:from-brand-100:focus {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }
  .\32xl\:focus\:from-brand-200:focus {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }
  .\32xl\:focus\:from-brand-300:focus {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }
  .\32xl\:focus\:from-brand-400:focus {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }
  .\32xl\:focus\:from-brand-500:focus {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }
  .\32xl\:focus\:from-brand-600:focus {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }
  .\32xl\:focus\:from-brand-700:focus {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }
  .\32xl\:focus\:from-brand-800:focus {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }
  .\32xl\:focus\:from-brand-900:focus {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }
  .\32xl\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent)
  }
  .\32xl\:focus\:from-current:focus {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .\32xl\:focus\:from-yellow:focus {
    --tw-gradient-from: #eac32a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 195, 42, 0))
  }
  .\32xl\:focus\:from-green:focus {
    --tw-gradient-from: #11d25d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .\32xl\:focus\:from-header-grad-1:focus {
    --tw-gradient-from: #f4cb89;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 203, 137, 0))
  }
  .\32xl\:focus\:from-header-grad-2:focus {
    --tw-gradient-from: #e3aa4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 170, 74, 0))
  }
  .\32xl\:focus\:from-header-grad-3:focus {
    --tw-gradient-from: #d85801;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 88, 1, 0))
  }
  .\32xl\:focus\:from-header-grad-4:focus {
    --tw-gradient-from: #d89930;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 153, 48, 0))
  }
  .\32xl\:focus\:via-primary-50:focus, .\32xl\:focus\:via-primary-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .\32xl\:focus\:via-primary-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff6e2, var(--tw-gradient-to, rgba(255, 246, 226, 0))
  }
  .\32xl\:focus\:via-primary-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe6af, var(--tw-gradient-to, rgba(255, 230, 175, 0))
  }
  .\32xl\:focus\:via-primary-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffd57c, var(--tw-gradient-to, rgba(255, 213, 124, 0))
  }
  .\32xl\:focus\:via-primary-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffc549, var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .\32xl\:focus\:via-primary-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffb516, var(--tw-gradient-to, rgba(255, 181, 22, 0))
  }
  .\32xl\:focus\:via-primary-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e29a00, var(--tw-gradient-to, rgba(226, 154, 0, 0))
  }
  .\32xl\:focus\:via-primary-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #af7700, var(--tw-gradient-to, rgba(175, 119, 0, 0))
  }
  .\32xl\:focus\:via-primary-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c5400, var(--tw-gradient-to, rgba(124, 84, 0, 0))
  }
  .\32xl\:focus\:via-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffc549, var(--tw-gradient-to, rgba(255, 197, 73, 0))
  }
  .\32xl\:focus\:via-secondary-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cefbdf, var(--tw-gradient-to, rgba(206, 251, 223, 0))
  }
  .\32xl\:focus\:via-secondary-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b6f9d0, var(--tw-gradient-to, rgba(182, 249, 208, 0))
  }
  .\32xl\:focus\:via-secondary-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #87f5b2, var(--tw-gradient-to, rgba(135, 245, 178, 0))
  }
  .\32xl\:focus\:via-secondary-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #58f194, var(--tw-gradient-to, rgba(88, 241, 148, 0))
  }
  .\32xl\:focus\:via-secondary-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #28ee76, var(--tw-gradient-to, rgba(40, 238, 118, 0))
  }
  .\32xl\:focus\:via-secondary-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #11d25d, var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .\32xl\:focus\:via-secondary-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0da348, var(--tw-gradient-to, rgba(13, 163, 72, 0))
  }
  .\32xl\:focus\:via-secondary-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #097433, var(--tw-gradient-to, rgba(9, 116, 51, 0))
  }
  .\32xl\:focus\:via-secondary-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #06441e, var(--tw-gradient-to, rgba(6, 68, 30, 0))
  }
  .\32xl\:focus\:via-secondary-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #021509, var(--tw-gradient-to, rgba(2, 21, 9, 0))
  }
  .\32xl\:focus\:via-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #11d25d, var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .\32xl\:focus\:via-accent-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0))
  }
  .\32xl\:focus\:via-accent-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0))
  }
  .\32xl\:focus\:via-accent-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0))
  }
  .\32xl\:focus\:via-accent-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0))
  }
  .\32xl\:focus\:via-accent-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0))
  }
  .\32xl\:focus\:via-accent-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0))
  }
  .\32xl\:focus\:via-accent-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0))
  }
  .\32xl\:focus\:via-accent-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0))
  }
  .\32xl\:focus\:via-accent-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0))
  }
  .\32xl\:focus\:via-accent-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0))
  }
  .\32xl\:focus\:via-shade-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3a3a31, var(--tw-gradient-to, rgba(58, 58, 49, 0))
  }
  .\32xl\:focus\:via-shade-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2d2f35, var(--tw-gradient-to, rgba(45, 47, 53, 0))
  }
  .\32xl\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .\32xl\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, transparent)
  }
  .\32xl\:focus\:via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0))
  }
  .\32xl\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0))
  }
  .\32xl\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0))
  }
  .\32xl\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0))
  }
  .\32xl\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0))
  }
  .\32xl\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0))
  }
  .\32xl\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0))
  }
  .\32xl\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0))
  }
  .\32xl\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0))
  }
  .\32xl\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0))
  }
  .\32xl\:focus\:via-brand-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0))
  }
  .\32xl\:focus\:via-brand-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0))
  }
  .\32xl\:focus\:via-brand-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0))
  }
  .\32xl\:focus\:via-brand-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0))
  }
  .\32xl\:focus\:via-brand-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0))
  }
  .\32xl\:focus\:via-brand-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0))
  }
  .\32xl\:focus\:via-brand-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0))
  }
  .\32xl\:focus\:via-brand-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0))
  }
  .\32xl\:focus\:via-brand-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0))
  }
  .\32xl\:focus\:via-brand-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0))
  }
  .\32xl\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, transparent)
  }
  .\32xl\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
  }
  .\32xl\:focus\:via-yellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eac32a, var(--tw-gradient-to, rgba(234, 195, 42, 0))
  }
  .\32xl\:focus\:via-green:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #11d25d, var(--tw-gradient-to, rgba(17, 210, 93, 0))
  }
  .\32xl\:focus\:via-header-grad-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f4cb89, var(--tw-gradient-to, rgba(244, 203, 137, 0))
  }
  .\32xl\:focus\:via-header-grad-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e3aa4a, var(--tw-gradient-to, rgba(227, 170, 74, 0))
  }
  .\32xl\:focus\:via-header-grad-3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d85801, var(--tw-gradient-to, rgba(216, 88, 1, 0))
  }
  .\32xl\:focus\:via-header-grad-4:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d89930, var(--tw-gradient-to, rgba(216, 153, 48, 0))
  }
  .\32xl\:focus\:to-primary-50:focus, .\32xl\:focus\:to-primary-100:focus {
    --tw-gradient-to: #fff
  }
  .\32xl\:focus\:to-primary-200:focus {
    --tw-gradient-to: #fff6e2
  }
  .\32xl\:focus\:to-primary-300:focus {
    --tw-gradient-to: #ffe6af
  }
  .\32xl\:focus\:to-primary-400:focus {
    --tw-gradient-to: #ffd57c
  }
  .\32xl\:focus\:to-primary-500:focus {
    --tw-gradient-to: #ffc549
  }
  .\32xl\:focus\:to-primary-600:focus {
    --tw-gradient-to: #ffb516
  }
  .\32xl\:focus\:to-primary-700:focus {
    --tw-gradient-to: #e29a00
  }
  .\32xl\:focus\:to-primary-800:focus {
    --tw-gradient-to: #af7700
  }
  .\32xl\:focus\:to-primary-900:focus {
    --tw-gradient-to: #7c5400
  }
  .\32xl\:focus\:to-primary:focus {
    --tw-gradient-to: #ffc549
  }
  .\32xl\:focus\:to-secondary-50:focus {
    --tw-gradient-to: #cefbdf
  }
  .\32xl\:focus\:to-secondary-100:focus {
    --tw-gradient-to: #b6f9d0
  }
  .\32xl\:focus\:to-secondary-200:focus {
    --tw-gradient-to: #87f5b2
  }
  .\32xl\:focus\:to-secondary-300:focus {
    --tw-gradient-to: #58f194
  }
  .\32xl\:focus\:to-secondary-400:focus {
    --tw-gradient-to: #28ee76
  }
  .\32xl\:focus\:to-secondary-500:focus {
    --tw-gradient-to: #11d25d
  }
  .\32xl\:focus\:to-secondary-600:focus {
    --tw-gradient-to: #0da348
  }
  .\32xl\:focus\:to-secondary-700:focus {
    --tw-gradient-to: #097433
  }
  .\32xl\:focus\:to-secondary-800:focus {
    --tw-gradient-to: #06441e
  }
  .\32xl\:focus\:to-secondary-900:focus {
    --tw-gradient-to: #021509
  }
  .\32xl\:focus\:to-secondary:focus {
    --tw-gradient-to: #11d25d
  }
  .\32xl\:focus\:to-accent-50:focus {
    --tw-gradient-to: #fef2f2
  }
  .\32xl\:focus\:to-accent-100:focus {
    --tw-gradient-to: #fee2e2
  }
  .\32xl\:focus\:to-accent-200:focus {
    --tw-gradient-to: #fecaca
  }
  .\32xl\:focus\:to-accent-300:focus {
    --tw-gradient-to: #fca5a5
  }
  .\32xl\:focus\:to-accent-400:focus {
    --tw-gradient-to: #f87171
  }
  .\32xl\:focus\:to-accent-500:focus {
    --tw-gradient-to: #ef4444
  }
  .\32xl\:focus\:to-accent-600:focus {
    --tw-gradient-to: #dc2626
  }
  .\32xl\:focus\:to-accent-700:focus {
    --tw-gradient-to: #b91c1c
  }
  .\32xl\:focus\:to-accent-800:focus {
    --tw-gradient-to: #991b1b
  }
  .\32xl\:focus\:to-accent-900:focus {
    --tw-gradient-to: #7f1d1d
  }
  .\32xl\:focus\:to-shade-500:focus {
    --tw-gradient-to: #3a3a31
  }
  .\32xl\:focus\:to-shade-600:focus {
    --tw-gradient-to: #2d2f35
  }
  .\32xl\:focus\:to-white:focus {
    --tw-gradient-to: #fff
  }
  .\32xl\:focus\:to-black:focus {
    --tw-gradient-to: #000
  }
  .\32xl\:focus\:to-gray-50:focus {
    --tw-gradient-to: #f9fafb
  }
  .\32xl\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f3f4f6
  }
  .\32xl\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e5e7eb
  }
  .\32xl\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d1d5db
  }
  .\32xl\:focus\:to-gray-400:focus {
    --tw-gradient-to: #9ca3af
  }
  .\32xl\:focus\:to-gray-500:focus {
    --tw-gradient-to: #6b7280
  }
  .\32xl\:focus\:to-gray-600:focus {
    --tw-gradient-to: #4b5563
  }
  .\32xl\:focus\:to-gray-700:focus {
    --tw-gradient-to: #374151
  }
  .\32xl\:focus\:to-gray-800:focus {
    --tw-gradient-to: #1f2937
  }
  .\32xl\:focus\:to-gray-900:focus {
    --tw-gradient-to: #111827
  }
  .\32xl\:focus\:to-brand-50:focus {
    --tw-gradient-to: #eff6ff
  }
  .\32xl\:focus\:to-brand-100:focus {
    --tw-gradient-to: #dbeafe
  }
  .\32xl\:focus\:to-brand-200:focus {
    --tw-gradient-to: #bfdbfe
  }
  .\32xl\:focus\:to-brand-300:focus {
    --tw-gradient-to: #93c5fd
  }
  .\32xl\:focus\:to-brand-400:focus {
    --tw-gradient-to: #60a5fa
  }
  .\32xl\:focus\:to-brand-500:focus {
    --tw-gradient-to: #3b82f6
  }
  .\32xl\:focus\:to-brand-600:focus {
    --tw-gradient-to: #2563eb
  }
  .\32xl\:focus\:to-brand-700:focus {
    --tw-gradient-to: #1d4ed8
  }
  .\32xl\:focus\:to-brand-800:focus {
    --tw-gradient-to: #1e40af
  }
  .\32xl\:focus\:to-brand-900:focus {
    --tw-gradient-to: #1e3a8a
  }
  .\32xl\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent
  }
  .\32xl\:focus\:to-current:focus {
    --tw-gradient-to: currentColor
  }
  .\32xl\:focus\:to-yellow:focus {
    --tw-gradient-to: #eac32a
  }
  .\32xl\:focus\:to-green:focus {
    --tw-gradient-to: #11d25d
  }
  .\32xl\:focus\:to-header-grad-1:focus {
    --tw-gradient-to: #f4cb89
  }
  .\32xl\:focus\:to-header-grad-2:focus {
    --tw-gradient-to: #e3aa4a
  }
  .\32xl\:focus\:to-header-grad-3:focus {
    --tw-gradient-to: #d85801
  }
  .\32xl\:focus\:to-header-grad-4:focus {
    --tw-gradient-to: #d89930
  }
  .\32xl\:bg-opacity-0 {
    --tw-bg-opacity: 0
  }
  .\32xl\:bg-opacity-5 {
    --tw-bg-opacity: 0.05
  }
  .\32xl\:bg-opacity-10 {
    --tw-bg-opacity: 0.1
  }
  .\32xl\:bg-opacity-20 {
    --tw-bg-opacity: 0.2
  }
  .\32xl\:bg-opacity-25 {
    --tw-bg-opacity: 0.25
  }
  .\32xl\:bg-opacity-30 {
    --tw-bg-opacity: 0.3
  }
  .\32xl\:bg-opacity-40 {
    --tw-bg-opacity: 0.4
  }
  .\32xl\:bg-opacity-50 {
    --tw-bg-opacity: 0.5
  }
  .\32xl\:bg-opacity-60 {
    --tw-bg-opacity: 0.6
  }
  .\32xl\:bg-opacity-70 {
    --tw-bg-opacity: 0.7
  }
  .\32xl\:bg-opacity-75 {
    --tw-bg-opacity: 0.75
  }
  .\32xl\:bg-opacity-80 {
    --tw-bg-opacity: 0.8
  }
  .\32xl\:bg-opacity-90 {
    --tw-bg-opacity: 0.9
  }
  .\32xl\:bg-opacity-95 {
    --tw-bg-opacity: 0.95
  }
  .\32xl\:bg-opacity-100 {
    --tw-bg-opacity: 1
  }
  .group:hover .\32xl\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0
  }
  .group:hover .\32xl\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05
  }
  .group:hover .\32xl\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1
  }
  .group:hover .\32xl\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2
  }
  .group:hover .\32xl\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25
  }
  .group:hover .\32xl\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3
  }
  .group:hover .\32xl\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4
  }
  .group:hover .\32xl\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5
  }
  .group:hover .\32xl\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6
  }
  .group:hover .\32xl\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7
  }
  .group:hover .\32xl\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75
  }
  .group:hover .\32xl\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8
  }
  .group:hover .\32xl\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9
  }
  .group:hover .\32xl\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95
  }
  .group:hover .\32xl\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1
  }
  .\32xl\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0
  }
  .\32xl\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05
  }
  .\32xl\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1
  }
  .\32xl\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2
  }
  .\32xl\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25
  }
  .\32xl\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3
  }
  .\32xl\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4
  }
  .\32xl\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5
  }
  .\32xl\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6
  }
  .\32xl\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7
  }
  .\32xl\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75
  }
  .\32xl\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8
  }
  .\32xl\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9
  }
  .\32xl\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95
  }
  .\32xl\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1
  }
  .\32xl\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0
  }
  .\32xl\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05
  }
  .\32xl\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1
  }
  .\32xl\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2
  }
  .\32xl\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25
  }
  .\32xl\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3
  }
  .\32xl\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4
  }
  .\32xl\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5
  }
  .\32xl\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6
  }
  .\32xl\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7
  }
  .\32xl\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75
  }
  .\32xl\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8
  }
  .\32xl\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9
  }
  .\32xl\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95
  }
  .\32xl\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1
  }
  .\32xl\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0
  }
  .\32xl\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05
  }
  .\32xl\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1
  }
  .\32xl\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2
  }
  .\32xl\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25
  }
  .\32xl\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3
  }
  .\32xl\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4
  }
  .\32xl\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5
  }
  .\32xl\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6
  }
  .\32xl\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7
  }
  .\32xl\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75
  }
  .\32xl\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8
  }
  .\32xl\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9
  }
  .\32xl\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95
  }
  .\32xl\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1
  }
  .\32xl\:bg-bottom {
    background-position: bottom
  }
  .\32xl\:bg-center {
    background-position: 50%
  }
  .\32xl\:bg-left {
    background-position: 0
  }
  .\32xl\:bg-left-bottom {
    background-position: 0 100%
  }
  .\32xl\:bg-left-top {
    background-position: 0 0
  }
  .\32xl\:bg-right {
    background-position: 100%
  }
  .\32xl\:bg-right-bottom {
    background-position: 100% 100%
  }
  .\32xl\:bg-right-top {
    background-position: 100% 0
  }
  .\32xl\:bg-top {
    background-position: top
  }
  .\32xl\:bg-repeat {
    background-repeat: repeat
  }
  .\32xl\:bg-no-repeat {
    background-repeat: no-repeat
  }
  .\32xl\:bg-repeat-x {
    background-repeat: repeat-x
  }
  .\32xl\:bg-repeat-y {
    background-repeat: repeat-y
  }
  .\32xl\:bg-repeat-round {
    background-repeat: round
  }
  .\32xl\:bg-repeat-space {
    background-repeat: space
  }
  .\32xl\:bg-auto {
    background-size: auto
  }
  .\32xl\:bg-cover {
    background-size: cover
  }
  .\32xl\:bg-contain {
    background-size: contain
  }
  .\32xl\:border-collapse {
    border-collapse: collapse
  }
  .\32xl\:border-separate {
    border-collapse: separate
  }
  .\32xl\:border-primary-50, .\32xl\:border-primary-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .\32xl\:border-primary-200 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 226, var(--tw-border-opacity))
  }
  .\32xl\:border-primary-300 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 230, 175, var(--tw-border-opacity))
  }
  .\32xl\:border-primary-400 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 213, 124, var(--tw-border-opacity))
  }
  .\32xl\:border-primary-500 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .\32xl\:border-primary-600 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 181, 22, var(--tw-border-opacity))
  }
  .\32xl\:border-primary-700 {
    --tw-border-opacity: 1;
    border-color: rgba(226, 154, 0, var(--tw-border-opacity))
  }
  .\32xl\:border-primary-800 {
    --tw-border-opacity: 1;
    border-color: rgba(175, 119, 0, var(--tw-border-opacity))
  }
  .\32xl\:border-primary-900 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 84, 0, var(--tw-border-opacity))
  }
  .\32xl\:border-primary {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .\32xl\:border-secondary-50 {
    --tw-border-opacity: 1;
    border-color: rgba(206, 251, 223, var(--tw-border-opacity))
  }
  .\32xl\:border-secondary-100 {
    --tw-border-opacity: 1;
    border-color: rgba(182, 249, 208, var(--tw-border-opacity))
  }
  .\32xl\:border-secondary-200 {
    --tw-border-opacity: 1;
    border-color: rgba(135, 245, 178, var(--tw-border-opacity))
  }
  .\32xl\:border-secondary-300 {
    --tw-border-opacity: 1;
    border-color: rgba(88, 241, 148, var(--tw-border-opacity))
  }
  .\32xl\:border-secondary-400 {
    --tw-border-opacity: 1;
    border-color: rgba(40, 238, 118, var(--tw-border-opacity))
  }
  .\32xl\:border-secondary-500 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .\32xl\:border-secondary-600 {
    --tw-border-opacity: 1;
    border-color: rgba(13, 163, 72, var(--tw-border-opacity))
  }
  .\32xl\:border-secondary-700 {
    --tw-border-opacity: 1;
    border-color: rgba(9, 116, 51, var(--tw-border-opacity))
  }
  .\32xl\:border-secondary-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 68, 30, var(--tw-border-opacity))
  }
  .\32xl\:border-secondary-900 {
    --tw-border-opacity: 1;
    border-color: rgba(2, 21, 9, var(--tw-border-opacity))
  }
  .\32xl\:border-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .\32xl\:border-accent-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity))
  }
  .\32xl\:border-accent-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity))
  }
  .\32xl\:border-accent-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity))
  }
  .\32xl\:border-accent-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity))
  }
  .\32xl\:border-accent-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity))
  }
  .\32xl\:border-accent-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity))
  }
  .\32xl\:border-accent-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity))
  }
  .\32xl\:border-accent-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity))
  }
  .\32xl\:border-accent-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity))
  }
  .\32xl\:border-accent-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity))
  }
  .\32xl\:border-shade-500 {
    --tw-border-opacity: 1;
    border-color: rgba(58, 58, 49, var(--tw-border-opacity))
  }
  .\32xl\:border-shade-600 {
    --tw-border-opacity: 1;
    border-color: rgba(45, 47, 53, var(--tw-border-opacity))
  }
  .\32xl\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .\32xl\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity))
  }
  .\32xl\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity))
  }
  .\32xl\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity))
  }
  .\32xl\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity))
  }
  .\32xl\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity))
  }
  .\32xl\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity))
  }
  .\32xl\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity))
  }
  .\32xl\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity))
  }
  .\32xl\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity))
  }
  .\32xl\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity))
  }
  .\32xl\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity))
  }
  .\32xl\:border-brand-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity))
  }
  .\32xl\:border-brand-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity))
  }
  .\32xl\:border-brand-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity))
  }
  .\32xl\:border-brand-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity))
  }
  .\32xl\:border-brand-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity))
  }
  .\32xl\:border-brand-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity))
  }
  .\32xl\:border-brand-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity))
  }
  .\32xl\:border-brand-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity))
  }
  .\32xl\:border-brand-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity))
  }
  .\32xl\:border-brand-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity))
  }
  .\32xl\:border-transparent {
    border-color: transparent
  }
  .\32xl\:border-current {
    border-color: currentColor
  }
  .\32xl\:checked\:border-primary-50:checked, .\32xl\:checked\:border-primary-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .\32xl\:checked\:border-primary-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 226, var(--tw-border-opacity))
  }
  .\32xl\:checked\:border-primary-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 230, 175, var(--tw-border-opacity))
  }
  .\32xl\:checked\:border-primary-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 213, 124, var(--tw-border-opacity))
  }
  .\32xl\:checked\:border-primary-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .\32xl\:checked\:border-primary-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 181, 22, var(--tw-border-opacity))
  }
  .\32xl\:checked\:border-primary-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(226, 154, 0, var(--tw-border-opacity))
  }
  .\32xl\:checked\:border-primary-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(175, 119, 0, var(--tw-border-opacity))
  }
  .\32xl\:checked\:border-primary-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(124, 84, 0, var(--tw-border-opacity))
  }
  .\32xl\:checked\:border-primary:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .\32xl\:checked\:border-secondary-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(206, 251, 223, var(--tw-border-opacity))
  }
  .\32xl\:checked\:border-secondary-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(182, 249, 208, var(--tw-border-opacity))
  }
  .\32xl\:checked\:border-secondary-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(135, 245, 178, var(--tw-border-opacity))
  }
  .\32xl\:checked\:border-secondary-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(88, 241, 148, var(--tw-border-opacity))
  }
  .\32xl\:checked\:border-secondary-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(40, 238, 118, var(--tw-border-opacity))
  }
  .\32xl\:checked\:border-secondary-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .\32xl\:checked\:border-secondary-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(13, 163, 72, var(--tw-border-opacity))
  }
  .\32xl\:checked\:border-secondary-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(9, 116, 51, var(--tw-border-opacity))
  }
  .\32xl\:checked\:border-secondary-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(6, 68, 30, var(--tw-border-opacity))
  }
  .\32xl\:checked\:border-secondary-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(2, 21, 9, var(--tw-border-opacity))
  }
  .\32xl\:checked\:border-secondary:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .\32xl\:checked\:border-accent-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity))
  }
  .\32xl\:checked\:border-accent-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity))
  }
  .\32xl\:checked\:border-accent-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity))
  }
  .\32xl\:checked\:border-accent-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity))
  }
  .\32xl\:checked\:border-accent-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity))
  }
  .\32xl\:checked\:border-accent-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity))
  }
  .\32xl\:checked\:border-accent-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity))
  }
  .\32xl\:checked\:border-accent-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity))
  }
  .\32xl\:checked\:border-accent-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity))
  }
  .\32xl\:checked\:border-accent-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity))
  }
  .\32xl\:checked\:border-shade-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(58, 58, 49, var(--tw-border-opacity))
  }
  .\32xl\:checked\:border-shade-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(45, 47, 53, var(--tw-border-opacity))
  }
  .\32xl\:checked\:border-white:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .\32xl\:checked\:border-black:checked {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity))
  }
  .\32xl\:checked\:border-gray-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity))
  }
  .\32xl\:checked\:border-gray-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity))
  }
  .\32xl\:checked\:border-gray-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity))
  }
  .\32xl\:checked\:border-gray-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity))
  }
  .\32xl\:checked\:border-gray-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity))
  }
  .\32xl\:checked\:border-gray-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity))
  }
  .\32xl\:checked\:border-gray-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity))
  }
  .\32xl\:checked\:border-gray-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity))
  }
  .\32xl\:checked\:border-gray-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity))
  }
  .\32xl\:checked\:border-gray-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity))
  }
  .\32xl\:checked\:border-brand-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity))
  }
  .\32xl\:checked\:border-brand-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity))
  }
  .\32xl\:checked\:border-brand-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity))
  }
  .\32xl\:checked\:border-brand-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity))
  }
  .\32xl\:checked\:border-brand-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity))
  }
  .\32xl\:checked\:border-brand-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity))
  }
  .\32xl\:checked\:border-brand-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity))
  }
  .\32xl\:checked\:border-brand-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity))
  }
  .\32xl\:checked\:border-brand-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity))
  }
  .\32xl\:checked\:border-brand-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity))
  }
  .\32xl\:checked\:border-transparent:checked {
    border-color: transparent
  }
  .\32xl\:checked\:border-current:checked {
    border-color: currentColor
  }
  .group:hover .\32xl\:group-hover\:border-primary-50, .group:hover .\32xl\:group-hover\:border-primary-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .group:hover .\32xl\:group-hover\:border-primary-200 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 226, var(--tw-border-opacity))
  }
  .group:hover .\32xl\:group-hover\:border-primary-300 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 230, 175, var(--tw-border-opacity))
  }
  .group:hover .\32xl\:group-hover\:border-primary-400 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 213, 124, var(--tw-border-opacity))
  }
  .group:hover .\32xl\:group-hover\:border-primary-500 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .group:hover .\32xl\:group-hover\:border-primary-600 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 181, 22, var(--tw-border-opacity))
  }
  .group:hover .\32xl\:group-hover\:border-primary-700 {
    --tw-border-opacity: 1;
    border-color: rgba(226, 154, 0, var(--tw-border-opacity))
  }
  .group:hover .\32xl\:group-hover\:border-primary-800 {
    --tw-border-opacity: 1;
    border-color: rgba(175, 119, 0, var(--tw-border-opacity))
  }
  .group:hover .\32xl\:group-hover\:border-primary-900 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 84, 0, var(--tw-border-opacity))
  }
  .group:hover .\32xl\:group-hover\:border-primary {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .group:hover .\32xl\:group-hover\:border-secondary-50 {
    --tw-border-opacity: 1;
    border-color: rgba(206, 251, 223, var(--tw-border-opacity))
  }
  .group:hover .\32xl\:group-hover\:border-secondary-100 {
    --tw-border-opacity: 1;
    border-color: rgba(182, 249, 208, var(--tw-border-opacity))
  }
  .group:hover .\32xl\:group-hover\:border-secondary-200 {
    --tw-border-opacity: 1;
    border-color: rgba(135, 245, 178, var(--tw-border-opacity))
  }
  .group:hover .\32xl\:group-hover\:border-secondary-300 {
    --tw-border-opacity: 1;
    border-color: rgba(88, 241, 148, var(--tw-border-opacity))
  }
  .group:hover .\32xl\:group-hover\:border-secondary-400 {
    --tw-border-opacity: 1;
    border-color: rgba(40, 238, 118, var(--tw-border-opacity))
  }
  .group:hover .\32xl\:group-hover\:border-secondary-500 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .group:hover .\32xl\:group-hover\:border-secondary-600 {
    --tw-border-opacity: 1;
    border-color: rgba(13, 163, 72, var(--tw-border-opacity))
  }
  .group:hover .\32xl\:group-hover\:border-secondary-700 {
    --tw-border-opacity: 1;
    border-color: rgba(9, 116, 51, var(--tw-border-opacity))
  }
  .group:hover .\32xl\:group-hover\:border-secondary-800 {
    --tw-border-opacity: 1;
    border-color: rgba(6, 68, 30, var(--tw-border-opacity))
  }
  .group:hover .\32xl\:group-hover\:border-secondary-900 {
    --tw-border-opacity: 1;
    border-color: rgba(2, 21, 9, var(--tw-border-opacity))
  }
  .group:hover .\32xl\:group-hover\:border-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .group:hover .\32xl\:group-hover\:border-accent-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity))
  }
  .group:hover .\32xl\:group-hover\:border-accent-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity))
  }
  .group:hover .\32xl\:group-hover\:border-accent-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity))
  }
  .group:hover .\32xl\:group-hover\:border-accent-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity))
  }
  .group:hover .\32xl\:group-hover\:border-accent-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity))
  }
  .group:hover .\32xl\:group-hover\:border-accent-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity))
  }
  .group:hover .\32xl\:group-hover\:border-accent-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity))
  }
  .group:hover .\32xl\:group-hover\:border-accent-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity))
  }
  .group:hover .\32xl\:group-hover\:border-accent-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity))
  }
  .group:hover .\32xl\:group-hover\:border-accent-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity))
  }
  .group:hover .\32xl\:group-hover\:border-shade-500 {
    --tw-border-opacity: 1;
    border-color: rgba(58, 58, 49, var(--tw-border-opacity))
  }
  .group:hover .\32xl\:group-hover\:border-shade-600 {
    --tw-border-opacity: 1;
    border-color: rgba(45, 47, 53, var(--tw-border-opacity))
  }
  .group:hover .\32xl\:group-hover\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .group:hover .\32xl\:group-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity))
  }
  .group:hover .\32xl\:group-hover\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity))
  }
  .group:hover .\32xl\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity))
  }
  .group:hover .\32xl\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity))
  }
  .group:hover .\32xl\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity))
  }
  .group:hover .\32xl\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity))
  }
  .group:hover .\32xl\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity))
  }
  .group:hover .\32xl\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity))
  }
  .group:hover .\32xl\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity))
  }
  .group:hover .\32xl\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity))
  }
  .group:hover .\32xl\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity))
  }
  .group:hover .\32xl\:group-hover\:border-brand-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity))
  }
  .group:hover .\32xl\:group-hover\:border-brand-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity))
  }
  .group:hover .\32xl\:group-hover\:border-brand-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity))
  }
  .group:hover .\32xl\:group-hover\:border-brand-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity))
  }
  .group:hover .\32xl\:group-hover\:border-brand-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity))
  }
  .group:hover .\32xl\:group-hover\:border-brand-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity))
  }
  .group:hover .\32xl\:group-hover\:border-brand-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity))
  }
  .group:hover .\32xl\:group-hover\:border-brand-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity))
  }
  .group:hover .\32xl\:group-hover\:border-brand-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity))
  }
  .group:hover .\32xl\:group-hover\:border-brand-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity))
  }
  .group:hover .\32xl\:group-hover\:border-transparent {
    border-color: transparent
  }
  .group:hover .\32xl\:group-hover\:border-current {
    border-color: currentColor
  }
  .\32xl\:focus-within\:border-primary-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-primary-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-primary-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 226, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-primary-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 230, 175, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-primary-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 213, 124, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-primary-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-primary-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 181, 22, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-primary-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(226, 154, 0, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-primary-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(175, 119, 0, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-primary-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 84, 0, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-primary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-secondary-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(206, 251, 223, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-secondary-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(182, 249, 208, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-secondary-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(135, 245, 178, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-secondary-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(88, 241, 148, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-secondary-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(40, 238, 118, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-secondary-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-secondary-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(13, 163, 72, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-secondary-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(9, 116, 51, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-secondary-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 68, 30, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-secondary-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(2, 21, 9, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-secondary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-accent-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-accent-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-accent-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-accent-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-accent-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-accent-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-accent-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-accent-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-accent-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-accent-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-shade-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(58, 58, 49, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-shade-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(45, 47, 53, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-gray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-brand-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-brand-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-brand-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-brand-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-brand-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-brand-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-brand-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-brand-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-brand-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-brand-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity))
  }
  .\32xl\:focus-within\:border-transparent:focus-within {
    border-color: transparent
  }
  .\32xl\:focus-within\:border-current:focus-within {
    border-color: currentColor
  }
  .\32xl\:hover\:border-primary-50:hover, .\32xl\:hover\:border-primary-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .\32xl\:hover\:border-primary-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 226, var(--tw-border-opacity))
  }
  .\32xl\:hover\:border-primary-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 230, 175, var(--tw-border-opacity))
  }
  .\32xl\:hover\:border-primary-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 213, 124, var(--tw-border-opacity))
  }
  .\32xl\:hover\:border-primary-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .\32xl\:hover\:border-primary-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 181, 22, var(--tw-border-opacity))
  }
  .\32xl\:hover\:border-primary-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(226, 154, 0, var(--tw-border-opacity))
  }
  .\32xl\:hover\:border-primary-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(175, 119, 0, var(--tw-border-opacity))
  }
  .\32xl\:hover\:border-primary-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 84, 0, var(--tw-border-opacity))
  }
  .\32xl\:hover\:border-primary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .\32xl\:hover\:border-secondary-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(206, 251, 223, var(--tw-border-opacity))
  }
  .\32xl\:hover\:border-secondary-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(182, 249, 208, var(--tw-border-opacity))
  }
  .\32xl\:hover\:border-secondary-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(135, 245, 178, var(--tw-border-opacity))
  }
  .\32xl\:hover\:border-secondary-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(88, 241, 148, var(--tw-border-opacity))
  }
  .\32xl\:hover\:border-secondary-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(40, 238, 118, var(--tw-border-opacity))
  }
  .\32xl\:hover\:border-secondary-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .\32xl\:hover\:border-secondary-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(13, 163, 72, var(--tw-border-opacity))
  }
  .\32xl\:hover\:border-secondary-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(9, 116, 51, var(--tw-border-opacity))
  }
  .\32xl\:hover\:border-secondary-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 68, 30, var(--tw-border-opacity))
  }
  .\32xl\:hover\:border-secondary-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(2, 21, 9, var(--tw-border-opacity))
  }
  .\32xl\:hover\:border-secondary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .\32xl\:hover\:border-accent-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity))
  }
  .\32xl\:hover\:border-accent-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity))
  }
  .\32xl\:hover\:border-accent-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity))
  }
  .\32xl\:hover\:border-accent-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity))
  }
  .\32xl\:hover\:border-accent-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity))
  }
  .\32xl\:hover\:border-accent-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity))
  }
  .\32xl\:hover\:border-accent-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity))
  }
  .\32xl\:hover\:border-accent-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity))
  }
  .\32xl\:hover\:border-accent-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity))
  }
  .\32xl\:hover\:border-accent-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity))
  }
  .\32xl\:hover\:border-shade-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(58, 58, 49, var(--tw-border-opacity))
  }
  .\32xl\:hover\:border-shade-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(45, 47, 53, var(--tw-border-opacity))
  }
  .\32xl\:hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .\32xl\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity))
  }
  .\32xl\:hover\:border-gray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity))
  }
  .\32xl\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity))
  }
  .\32xl\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity))
  }
  .\32xl\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity))
  }
  .\32xl\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity))
  }
  .\32xl\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity))
  }
  .\32xl\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity))
  }
  .\32xl\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity))
  }
  .\32xl\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity))
  }
  .\32xl\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity))
  }
  .\32xl\:hover\:border-brand-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity))
  }
  .\32xl\:hover\:border-brand-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity))
  }
  .\32xl\:hover\:border-brand-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity))
  }
  .\32xl\:hover\:border-brand-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity))
  }
  .\32xl\:hover\:border-brand-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity))
  }
  .\32xl\:hover\:border-brand-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity))
  }
  .\32xl\:hover\:border-brand-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity))
  }
  .\32xl\:hover\:border-brand-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity))
  }
  .\32xl\:hover\:border-brand-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity))
  }
  .\32xl\:hover\:border-brand-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity))
  }
  .\32xl\:hover\:border-transparent:hover {
    border-color: transparent
  }
  .\32xl\:hover\:border-current:hover {
    border-color: currentColor
  }
  .\32xl\:focus\:border-primary-50:focus, .\32xl\:focus\:border-primary-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .\32xl\:focus\:border-primary-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 246, 226, var(--tw-border-opacity))
  }
  .\32xl\:focus\:border-primary-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 230, 175, var(--tw-border-opacity))
  }
  .\32xl\:focus\:border-primary-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 213, 124, var(--tw-border-opacity))
  }
  .\32xl\:focus\:border-primary-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .\32xl\:focus\:border-primary-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 181, 22, var(--tw-border-opacity))
  }
  .\32xl\:focus\:border-primary-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(226, 154, 0, var(--tw-border-opacity))
  }
  .\32xl\:focus\:border-primary-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(175, 119, 0, var(--tw-border-opacity))
  }
  .\32xl\:focus\:border-primary-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 84, 0, var(--tw-border-opacity))
  }
  .\32xl\:focus\:border-primary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 73, var(--tw-border-opacity))
  }
  .\32xl\:focus\:border-secondary-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(206, 251, 223, var(--tw-border-opacity))
  }
  .\32xl\:focus\:border-secondary-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(182, 249, 208, var(--tw-border-opacity))
  }
  .\32xl\:focus\:border-secondary-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(135, 245, 178, var(--tw-border-opacity))
  }
  .\32xl\:focus\:border-secondary-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(88, 241, 148, var(--tw-border-opacity))
  }
  .\32xl\:focus\:border-secondary-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(40, 238, 118, var(--tw-border-opacity))
  }
  .\32xl\:focus\:border-secondary-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .\32xl\:focus\:border-secondary-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(13, 163, 72, var(--tw-border-opacity))
  }
  .\32xl\:focus\:border-secondary-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(9, 116, 51, var(--tw-border-opacity))
  }
  .\32xl\:focus\:border-secondary-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 68, 30, var(--tw-border-opacity))
  }
  .\32xl\:focus\:border-secondary-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(2, 21, 9, var(--tw-border-opacity))
  }
  .\32xl\:focus\:border-secondary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 210, 93, var(--tw-border-opacity))
  }
  .\32xl\:focus\:border-accent-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity))
  }
  .\32xl\:focus\:border-accent-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity))
  }
  .\32xl\:focus\:border-accent-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity))
  }
  .\32xl\:focus\:border-accent-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity))
  }
  .\32xl\:focus\:border-accent-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity))
  }
  .\32xl\:focus\:border-accent-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity))
  }
  .\32xl\:focus\:border-accent-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity))
  }
  .\32xl\:focus\:border-accent-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity))
  }
  .\32xl\:focus\:border-accent-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity))
  }
  .\32xl\:focus\:border-accent-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity))
  }
  .\32xl\:focus\:border-shade-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(58, 58, 49, var(--tw-border-opacity))
  }
  .\32xl\:focus\:border-shade-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(45, 47, 53, var(--tw-border-opacity))
  }
  .\32xl\:focus\:border-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
  }
  .\32xl\:focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity))
  }
  .\32xl\:focus\:border-gray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity))
  }
  .\32xl\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity))
  }
  .\32xl\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity))
  }
  .\32xl\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity))
  }
  .\32xl\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity))
  }
  .\32xl\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity))
  }
  .\32xl\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity))
  }
  .\32xl\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity))
  }
  .\32xl\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity))
  }
  .\32xl\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity))
  }
  .\32xl\:focus\:border-brand-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity))
  }
  .\32xl\:focus\:border-brand-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity))
  }
  .\32xl\:focus\:border-brand-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity))
  }
  .\32xl\:focus\:border-brand-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity))
  }
  .\32xl\:focus\:border-brand-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity))
  }
  .\32xl\:focus\:border-brand-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity))
  }
  .\32xl\:focus\:border-brand-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity))
  }
  .\32xl\:focus\:border-brand-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity))
  }
  .\32xl\:focus\:border-brand-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity))
  }
  .\32xl\:focus\:border-brand-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity))
  }
  .\32xl\:focus\:border-transparent:focus {
    border-color: transparent
  }
  .\32xl\:focus\:border-current:focus {
    border-color: currentColor
  }
  .\32xl\:border-opacity-0 {
    --tw-border-opacity: 0
  }
  .\32xl\:border-opacity-5 {
    --tw-border-opacity: 0.05
  }
  .\32xl\:border-opacity-10 {
    --tw-border-opacity: 0.1
  }
  .\32xl\:border-opacity-20 {
    --tw-border-opacity: 0.2
  }
  .\32xl\:border-opacity-25 {
    --tw-border-opacity: 0.25
  }
  .\32xl\:border-opacity-30 {
    --tw-border-opacity: 0.3
  }
  .\32xl\:border-opacity-40 {
    --tw-border-opacity: 0.4
  }
  .\32xl\:border-opacity-50 {
    --tw-border-opacity: 0.5
  }
  .\32xl\:border-opacity-60 {
    --tw-border-opacity: 0.6
  }
  .\32xl\:border-opacity-70 {
    --tw-border-opacity: 0.7
  }
  .\32xl\:border-opacity-75 {
    --tw-border-opacity: 0.75
  }
  .\32xl\:border-opacity-80 {
    --tw-border-opacity: 0.8
  }
  .\32xl\:border-opacity-90 {
    --tw-border-opacity: 0.9
  }
  .\32xl\:border-opacity-95 {
    --tw-border-opacity: 0.95
  }
  .\32xl\:border-opacity-100 {
    --tw-border-opacity: 1
  }
  .group:hover .\32xl\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0
  }
  .group:hover .\32xl\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05
  }
  .group:hover .\32xl\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1
  }
  .group:hover .\32xl\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2
  }
  .group:hover .\32xl\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25
  }
  .group:hover .\32xl\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3
  }
  .group:hover .\32xl\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4
  }
  .group:hover .\32xl\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5
  }
  .group:hover .\32xl\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6
  }
  .group:hover .\32xl\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7
  }
  .group:hover .\32xl\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75
  }
  .group:hover .\32xl\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8
  }
  .group:hover .\32xl\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9
  }
  .group:hover .\32xl\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95
  }
  .group:hover .\32xl\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1
  }
  .\32xl\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0
  }
  .\32xl\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05
  }
  .\32xl\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1
  }
  .\32xl\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2
  }
  .\32xl\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25
  }
  .\32xl\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3
  }
  .\32xl\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4
  }
  .\32xl\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5
  }
  .\32xl\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6
  }
  .\32xl\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7
  }
  .\32xl\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75
  }
  .\32xl\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8
  }
  .\32xl\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9
  }
  .\32xl\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95
  }
  .\32xl\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1
  }
  .\32xl\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0
  }
  .\32xl\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05
  }
  .\32xl\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1
  }
  .\32xl\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2
  }
  .\32xl\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25
  }
  .\32xl\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3
  }
  .\32xl\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4
  }
  .\32xl\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5
  }
  .\32xl\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6
  }
  .\32xl\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7
  }
  .\32xl\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75
  }
  .\32xl\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8
  }
  .\32xl\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9
  }
  .\32xl\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95
  }
  .\32xl\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1
  }
  .\32xl\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0
  }
  .\32xl\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05
  }
  .\32xl\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1
  }
  .\32xl\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2
  }
  .\32xl\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25
  }
  .\32xl\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3
  }
  .\32xl\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4
  }
  .\32xl\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5
  }
  .\32xl\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6
  }
  .\32xl\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7
  }
  .\32xl\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75
  }
  .\32xl\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8
  }
  .\32xl\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9
  }
  .\32xl\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95
  }
  .\32xl\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1
  }
  .\32xl\:rounded-none {
    border-radius: 0
  }
  .\32xl\:rounded-sm {
    border-radius: 1.5px
  }
  .\32xl\:rounded {
    border-radius: 3px
  }
  .\32xl\:rounded-md {
    border-radius: 4.5px
  }
  .\32xl\:rounded-lg {
    border-radius: 6px
  }
  .\32xl\:rounded-xl {
    border-radius: 9px
  }
  .\32xl\:rounded-2xl {
    border-radius: 12px
  }
  .\32xl\:rounded-3xl {
    border-radius: 18px
  }
  .\32xl\:rounded-full {
    border-radius: 9999px
  }
  .\32xl\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0
  }
  .\32xl\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }
  .\32xl\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
  }
  .\32xl\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }
  .\32xl\:rounded-t-sm {
    border-top-left-radius: 1.5px;
    border-top-right-radius: 1.5px
  }
  .\32xl\:rounded-r-sm {
    border-top-right-radius: 1.5px;
    border-bottom-right-radius: 1.5px
  }
  .\32xl\:rounded-b-sm {
    border-bottom-right-radius: 1.5px;
    border-bottom-left-radius: 1.5px
  }
  .\32xl\:rounded-l-sm {
    border-top-left-radius: 1.5px;
    border-bottom-left-radius: 1.5px
  }
  .\32xl\:rounded-t {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
  }
  .\32xl\:rounded-r {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
  }
  .\32xl\:rounded-b {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
  }
  .\32xl\:rounded-l {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
  }
  .\32xl\:rounded-t-md {
    border-top-left-radius: 4.5px;
    border-top-right-radius: 4.5px
  }
  .\32xl\:rounded-r-md {
    border-top-right-radius: 4.5px;
    border-bottom-right-radius: 4.5px
  }
  .\32xl\:rounded-b-md {
    border-bottom-right-radius: 4.5px;
    border-bottom-left-radius: 4.5px
  }
  .\32xl\:rounded-l-md {
    border-top-left-radius: 4.5px;
    border-bottom-left-radius: 4.5px
  }
  .\32xl\:rounded-t-lg {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
  }
  .\32xl\:rounded-r-lg {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
  }
  .\32xl\:rounded-b-lg {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px
  }
  .\32xl\:rounded-l-lg {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
  }
  .\32xl\:rounded-t-xl {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px
  }
  .\32xl\:rounded-r-xl {
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px
  }
  .\32xl\:rounded-b-xl {
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px
  }
  .\32xl\:rounded-l-xl {
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px
  }
  .\32xl\:rounded-t-2xl {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px
  }
  .\32xl\:rounded-r-2xl {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px
  }
  .\32xl\:rounded-b-2xl {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px
  }
  .\32xl\:rounded-l-2xl {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px
  }
  .\32xl\:rounded-t-3xl {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px
  }
  .\32xl\:rounded-r-3xl {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px
  }
  .\32xl\:rounded-b-3xl {
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px
  }
  .\32xl\:rounded-l-3xl {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px
  }
  .\32xl\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px
  }
  .\32xl\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px
  }
  .\32xl\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px
  }
  .\32xl\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px
  }
  .\32xl\:rounded-tl-none {
    border-top-left-radius: 0
  }
  .\32xl\:rounded-tr-none {
    border-top-right-radius: 0
  }
  .\32xl\:rounded-br-none {
    border-bottom-right-radius: 0
  }
  .\32xl\:rounded-bl-none {
    border-bottom-left-radius: 0
  }
  .\32xl\:rounded-tl-sm {
    border-top-left-radius: 1.5px
  }
  .\32xl\:rounded-tr-sm {
    border-top-right-radius: 1.5px
  }
  .\32xl\:rounded-br-sm {
    border-bottom-right-radius: 1.5px
  }
  .\32xl\:rounded-bl-sm {
    border-bottom-left-radius: 1.5px
  }
  .\32xl\:rounded-tl {
    border-top-left-radius: 3px
  }
  .\32xl\:rounded-tr {
    border-top-right-radius: 3px
  }
  .\32xl\:rounded-br {
    border-bottom-right-radius: 3px
  }
  .\32xl\:rounded-bl {
    border-bottom-left-radius: 3px
  }
  .\32xl\:rounded-tl-md {
    border-top-left-radius: 4.5px
  }
  .\32xl\:rounded-tr-md {
    border-top-right-radius: 4.5px
  }
  .\32xl\:rounded-br-md {
    border-bottom-right-radius: 4.5px
  }
  .\32xl\:rounded-bl-md {
    border-bottom-left-radius: 4.5px
  }
  .\32xl\:rounded-tl-lg {
    border-top-left-radius: 6px
  }
  .\32xl\:rounded-tr-lg {
    border-top-right-radius: 6px
  }
  .\32xl\:rounded-br-lg {
    border-bottom-right-radius: 6px
  }
  .\32xl\:rounded-bl-lg {
    border-bottom-left-radius: 6px
  }
  .\32xl\:rounded-tl-xl {
    border-top-left-radius: 9px
  }
  .\32xl\:rounded-tr-xl {
    border-top-right-radius: 9px
  }
  .\32xl\:rounded-br-xl {
    border-bottom-right-radius: 9px
  }
  .\32xl\:rounded-bl-xl {
    border-bottom-left-radius: 9px
  }
  .\32xl\:rounded-tl-2xl {
    border-top-left-radius: 12px
  }
  .\32xl\:rounded-tr-2xl {
    border-top-right-radius: 12px
  }
  .\32xl\:rounded-br-2xl {
    border-bottom-right-radius: 12px
  }
  .\32xl\:rounded-bl-2xl {
    border-bottom-left-radius: 12px
  }
  .\32xl\:rounded-tl-3xl {
    border-top-left-radius: 18px
  }
  .\32xl\:rounded-tr-3xl {
    border-top-right-radius: 18px
  }
  .\32xl\:rounded-br-3xl {
    border-bottom-right-radius: 18px
  }
  .\32xl\:rounded-bl-3xl {
    border-bottom-left-radius: 18px
  }
  .\32xl\:rounded-tl-full {
    border-top-left-radius: 9999px
  }
  .\32xl\:rounded-tr-full {
    border-top-right-radius: 9999px
  }
  .\32xl\:rounded-br-full {
    border-bottom-right-radius: 9999px
  }
  .\32xl\:rounded-bl-full {
    border-bottom-left-radius: 9999px
  }
  .\32xl\:border-solid {
    border-style: solid
  }
  .\32xl\:border-dashed {
    border-style: dashed
  }
  .\32xl\:border-dotted {
    border-style: dotted
  }
  .\32xl\:border-double {
    border-style: double
  }
  .\32xl\:border-none {
    border-style: none
  }
  .\32xl\:border-0 {
    border-width: 0
  }
  .\32xl\:border-2 {
    border-width: 2px
  }
  .\32xl\:border-4 {
    border-width: 4px
  }
  .\32xl\:border-8 {
    border-width: 8px
  }
  .\32xl\:border {
    border-width: 1px
  }
  .\32xl\:border-t-0 {
    border-top-width: 0
  }
  .\32xl\:border-r-0 {
    border-right-width: 0
  }
  .\32xl\:border-b-0 {
    border-bottom-width: 0
  }
  .\32xl\:border-l-0 {
    border-left-width: 0
  }
  .\32xl\:border-t-2 {
    border-top-width: 2px
  }
  .\32xl\:border-r-2 {
    border-right-width: 2px
  }
  .\32xl\:border-b-2 {
    border-bottom-width: 2px
  }
  .\32xl\:border-l-2 {
    border-left-width: 2px
  }
  .\32xl\:border-t-4 {
    border-top-width: 4px
  }
  .\32xl\:border-r-4 {
    border-right-width: 4px
  }
  .\32xl\:border-b-4 {
    border-bottom-width: 4px
  }
  .\32xl\:border-l-4 {
    border-left-width: 4px
  }
  .\32xl\:border-t-8 {
    border-top-width: 8px
  }
  .\32xl\:border-r-8 {
    border-right-width: 8px
  }
  .\32xl\:border-b-8 {
    border-bottom-width: 8px
  }
  .\32xl\:border-l-8 {
    border-left-width: 8px
  }
  .\32xl\:border-t {
    border-top-width: 1px
  }
  .\32xl\:border-r {
    border-right-width: 1px
  }
  .\32xl\:border-b {
    border-bottom-width: 1px
  }
  .\32xl\:border-l {
    border-left-width: 1px
  }
  .\32xl\:decoration-slice {
    -webkit-box-decoration-break: slice;
    box-decoration-break: slice
  }
  .\32xl\:decoration-clone {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
  }
  .\32xl\:box-border {
    box-sizing: border-box
  }
  .\32xl\:box-content {
    box-sizing: content-box
  }
  .\32xl\:cursor-auto {
    cursor: auto
  }
  .\32xl\:cursor-default {
    cursor: default
  }
  .\32xl\:cursor-pointer {
    cursor: pointer
  }
  .\32xl\:cursor-wait {
    cursor: wait
  }
  .\32xl\:cursor-text {
    cursor: text
  }
  .\32xl\:cursor-move {
    cursor: move
  }
  .\32xl\:cursor-help {
    cursor: help
  }
  .\32xl\:cursor-not-allowed {
    cursor: not-allowed
  }
  .\32xl\:disabled\:cursor-auto:disabled {
    cursor: auto
  }
  .\32xl\:disabled\:cursor-default:disabled {
    cursor: default
  }
  .\32xl\:disabled\:cursor-pointer:disabled {
    cursor: pointer
  }
  .\32xl\:disabled\:cursor-wait:disabled {
    cursor: wait
  }
  .\32xl\:disabled\:cursor-text:disabled {
    cursor: text
  }
  .\32xl\:disabled\:cursor-move:disabled {
    cursor: move
  }
  .\32xl\:disabled\:cursor-help:disabled {
    cursor: help
  }
  .\32xl\:disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed
  }
  .\32xl\:block {
    display: block
  }
  .\32xl\:inline-block {
    display: inline-block
  }
  .\32xl\:inline {
    display: inline
  }
  .\32xl\:flex {
    display: flex
  }
  .\32xl\:inline-flex {
    display: inline-flex
  }
  .\32xl\:table {
    display: table
  }
  .\32xl\:inline-table {
    display: inline-table
  }
  .\32xl\:table-caption {
    display: table-caption
  }
  .\32xl\:table-cell {
    display: table-cell
  }
  .\32xl\:table-column {
    display: table-column
  }
  .\32xl\:table-column-group {
    display: table-column-group
  }
  .\32xl\:table-footer-group {
    display: table-footer-group
  }
  .\32xl\:table-header-group {
    display: table-header-group
  }
  .\32xl\:table-row-group {
    display: table-row-group
  }
  .\32xl\:table-row {
    display: table-row
  }
  .\32xl\:flow-root {
    display: flow-root
  }
  .\32xl\:grid {
    display: grid
  }
  .\32xl\:inline-grid {
    display: inline-grid
  }
  .\32xl\:contents {
    display: contents
  }
  .\32xl\:list-item {
    display: list-item
  }
  .\32xl\:hidden {
    display: none
  }
  .\32xl\:flex-row {
    flex-direction: row
  }
  .\32xl\:flex-row-reverse {
    flex-direction: row-reverse
  }
  .\32xl\:flex-col {
    flex-direction: column
  }
  .\32xl\:flex-col-reverse {
    flex-direction: column-reverse
  }
  .\32xl\:flex-wrap {
    flex-wrap: wrap
  }
  .\32xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse
  }
  .\32xl\:flex-nowrap {
    flex-wrap: nowrap
  }
  .\32xl\:place-items-start {
    place-items: start
  }
  .\32xl\:place-items-end {
    place-items: end
  }
  .\32xl\:place-items-center {
    place-items: center
  }
  .\32xl\:place-items-stretch {
    place-items: stretch
  }
  .\32xl\:place-content-center {
    place-content: center
  }
  .\32xl\:place-content-start {
    place-content: start
  }
  .\32xl\:place-content-end {
    place-content: end
  }
  .\32xl\:place-content-between {
    place-content: space-between
  }
  .\32xl\:place-content-around {
    place-content: space-around
  }
  .\32xl\:place-content-evenly {
    place-content: space-evenly
  }
  .\32xl\:place-content-stretch {
    place-content: stretch
  }
  .\32xl\:place-self-auto {
    place-self: auto
  }
  .\32xl\:place-self-start {
    place-self: start
  }
  .\32xl\:place-self-end {
    place-self: end
  }
  .\32xl\:place-self-center {
    place-self: center
  }
  .\32xl\:place-self-stretch {
    place-self: stretch
  }
  .\32xl\:items-start {
    align-items: flex-start
  }
  .\32xl\:items-end {
    align-items: flex-end
  }
  .\32xl\:items-center {
    align-items: center
  }
  .\32xl\:items-baseline {
    align-items: baseline
  }
  .\32xl\:items-stretch {
    align-items: stretch
  }
  .\32xl\:content-center {
    align-content: center
  }
  .\32xl\:content-start {
    align-content: flex-start
  }
  .\32xl\:content-end {
    align-content: flex-end
  }
  .\32xl\:content-between {
    align-content: space-between
  }
  .\32xl\:content-around {
    align-content: space-around
  }
  .\32xl\:content-evenly {
    align-content: space-evenly
  }
  .\32xl\:self-auto {
    align-self: auto
  }
  .\32xl\:self-start {
    align-self: flex-start
  }
  .\32xl\:self-end {
    align-self: flex-end
  }
  .\32xl\:self-center {
    align-self: center
  }
  .\32xl\:self-stretch {
    align-self: stretch
  }
  .\32xl\:justify-items-start {
    justify-items: start
  }
  .\32xl\:justify-items-end {
    justify-items: end
  }
  .\32xl\:justify-items-center {
    justify-items: center
  }
  .\32xl\:justify-items-stretch {
    justify-items: stretch
  }
  .\32xl\:justify-start {
    justify-content: flex-start
  }
  .\32xl\:justify-end {
    justify-content: flex-end
  }
  .\32xl\:justify-center {
    justify-content: center
  }
  .\32xl\:justify-between {
    justify-content: space-between
  }
  .\32xl\:justify-around {
    justify-content: space-around
  }
  .\32xl\:justify-evenly {
    justify-content: space-evenly
  }
  .\32xl\:justify-self-auto {
    justify-self: auto
  }
  .\32xl\:justify-self-start {
    justify-self: start
  }
  .\32xl\:justify-self-end {
    justify-self: end
  }
  .\32xl\:justify-self-center {
    justify-self: center
  }
  .\32xl\:justify-self-stretch {
    justify-self: stretch
  }
  .\32xl\:flex-1 {
    flex: 1 1 0%
  }
  .\32xl\:flex-auto {
    flex: 1 1 auto
  }
  .\32xl\:flex-initial {
    flex: 0 1 auto
  }
  .\32xl\:flex-none {
    flex: none
  }
  .\32xl\:flex-grow-0 {
    flex-grow: 0
  }
  .\32xl\:flex-grow {
    flex-grow: 1
  }
  .\32xl\:flex-shrink-0 {
    flex-shrink: 0
  }
  .\32xl\:flex-shrink {
    flex-shrink: 1
  }
  .\32xl\:order-1 {
    order: 1
  }
  .\32xl\:order-2 {
    order: 2
  }
  .\32xl\:order-3 {
    order: 3
  }
  .\32xl\:order-4 {
    order: 4
  }
  .\32xl\:order-5 {
    order: 5
  }
  .\32xl\:order-6 {
    order: 6
  }
  .\32xl\:order-7 {
    order: 7
  }
  .\32xl\:order-8 {
    order: 8
  }
  .\32xl\:order-9 {
    order: 9
  }
  .\32xl\:order-10 {
    order: 10
  }
  .\32xl\:order-11 {
    order: 11
  }
  .\32xl\:order-12 {
    order: 12
  }
  .\32xl\:order-first {
    order: -9999
  }
  .\32xl\:order-last {
    order: 9999
  }
  .\32xl\:order-none {
    order: 0
  }
  .\32xl\:float-right {
    float: right
  }
  .\32xl\:float-left {
    float: left
  }
  .\32xl\:float-none {
    float: none
  }
  .\32xl\:clear-left {
    clear: left
  }
  .\32xl\:clear-right {
    clear: right
  }
  .\32xl\:clear-both {
    clear: both
  }
  .\32xl\:clear-none {
    clear: none
  }
  .\32xl\:font-sans {
    font-family: adrianna, sans-serif
  }
  .\32xl\:font-marvin-round {
    font-family: marvin-round, sans-serif
  }
  .\32xl\:font-thin {
    font-weight: 100
  }
  .\32xl\:font-extralight {
    font-weight: 200
  }
  .\32xl\:font-light {
    font-weight: 300
  }
  .\32xl\:font-normal {
    font-weight: 400
  }
  .\32xl\:font-medium {
    font-weight: 500
  }
  .\32xl\:font-semibold {
    font-weight: 600
  }
  .\32xl\:font-bold {
    font-weight: 700
  }
  .\32xl\:font-extrabold {
    font-weight: 800
  }
  .\32xl\:font-black {
    font-weight: 900
  }
  .\32xl\:h-0 {
    height: 0
  }
  .\32xl\:h-1 {
    height: 3px
  }
  .\32xl\:h-2 {
    height: 6px
  }
  .\32xl\:h-3 {
    height: 9px
  }
  .\32xl\:h-4 {
    height: 12px
  }
  .\32xl\:h-5 {
    height: 15px
  }
  .\32xl\:h-6 {
    height: 18px
  }
  .\32xl\:h-7 {
    height: 21px
  }
  .\32xl\:h-8 {
    height: 24px
  }
  .\32xl\:h-9 {
    height: 27px
  }
  .\32xl\:h-10 {
    height: 30px
  }
  .\32xl\:h-11 {
    height: 33px
  }
  .\32xl\:h-12 {
    height: 36px
  }
  .\32xl\:h-14 {
    height: 42px
  }
  .\32xl\:h-16 {
    height: 48px
  }
  .\32xl\:h-18 {
    height: 54px
  }
  .\32xl\:h-20 {
    height: 60px
  }
  .\32xl\:h-24 {
    height: 72px
  }
  .\32xl\:h-28 {
    height: 84px
  }
  .\32xl\:h-32 {
    height: 96px
  }
  .\32xl\:h-36 {
    height: 108px
  }
  .\32xl\:h-40 {
    height: 120px
  }
  .\32xl\:h-44 {
    height: 132px
  }
  .\32xl\:h-48 {
    height: 144px
  }
  .\32xl\:h-52 {
    height: 156px
  }
  .\32xl\:h-56 {
    height: 168px
  }
  .\32xl\:h-60 {
    height: 180px
  }
  .\32xl\:h-64 {
    height: 192px
  }
  .\32xl\:h-72 {
    height: 216px
  }
  .\32xl\:h-80 {
    height: 240px
  }
  .\32xl\:h-96 {
    height: 288px
  }
  .\32xl\:h-auto {
    height: auto
  }
  .\32xl\:h-px {
    height: 1px
  }
  .\32xl\:h-0\.5 {
    height: 1.5px
  }
  .\32xl\:h-1\.5 {
    height: 4.5px
  }
  .\32xl\:h-2\.5 {
    height: 7.5px
  }
  .\32xl\:h-3\.5 {
    height: 10.5px
  }
  .\32xl\:h-1\/2 {
    height: 50%
  }
  .\32xl\:h-1\/3 {
    height: 33.333333%
  }
  .\32xl\:h-2\/3 {
    height: 66.666667%
  }
  .\32xl\:h-1\/4 {
    height: 25%
  }
  .\32xl\:h-2\/4 {
    height: 50%
  }
  .\32xl\:h-3\/4 {
    height: 75%
  }
  .\32xl\:h-1\/5 {
    height: 20%
  }
  .\32xl\:h-2\/5 {
    height: 40%
  }
  .\32xl\:h-3\/5 {
    height: 60%
  }
  .\32xl\:h-4\/5 {
    height: 80%
  }
  .\32xl\:h-1\/6 {
    height: 16.666667%
  }
  .\32xl\:h-2\/6 {
    height: 33.333333%
  }
  .\32xl\:h-3\/6 {
    height: 50%
  }
  .\32xl\:h-4\/6 {
    height: 66.666667%
  }
  .\32xl\:h-5\/6 {
    height: 83.333333%
  }
  .\32xl\:h-full {
    height: 100%
  }
  .\32xl\:h-screen {
    height: 100vh
  }
  .\32xl\:h-screen-4\/5 {
    height: 80vh
  }
  .\32xl\:text-xs {
    font-size: 9px;
    line-height: 12px
  }
  .\32xl\:text-sm {
    font-size: 10.5px;
    line-height: 15px
  }
  .\32xl\:text-base {
    font-size: 12px;
    line-height: 18px
  }
  .\32xl\:text-lg {
    font-size: 13.5px;
    line-height: 21px
  }
  .\32xl\:text-xl {
    font-size: 15px;
    line-height: 21px
  }
  .\32xl\:text-2xl {
    font-size: 18px;
    line-height: 24px
  }
  .\32xl\:text-3xl {
    font-size: 22.5px;
    line-height: 27px
  }
  .\32xl\:text-4xl {
    font-size: 27px;
    line-height: 30px
  }
  .\32xl\:text-5xl {
    font-size: 36px;
    line-height: 1
  }
  .\32xl\:text-6xl {
    font-size: 45px;
    line-height: 1
  }
  .\32xl\:text-7xl {
    font-size: 54px;
    line-height: 1
  }
  .\32xl\:text-8xl {
    font-size: 72px;
    line-height: 1
  }
  .\32xl\:text-9xl {
    font-size: 96px;
    line-height: 1
  }
  .\32xl\:leading-3 {
    line-height: 9px
  }
  .\32xl\:leading-4 {
    line-height: 12px
  }
  .\32xl\:leading-5 {
    line-height: 15px
  }
  .\32xl\:leading-6 {
    line-height: 18px
  }
  .\32xl\:leading-7 {
    line-height: 21px
  }
  .\32xl\:leading-8 {
    line-height: 24px
  }
  .\32xl\:leading-9 {
    line-height: 27px
  }
  .\32xl\:leading-10 {
    line-height: 30px
  }
  .\32xl\:leading-none {
    line-height: 1
  }
  .\32xl\:leading-tight {
    line-height: 1.25
  }
  .\32xl\:leading-snug {
    line-height: 1.375
  }
  .\32xl\:leading-normal {
    line-height: 1.5
  }
  .\32xl\:leading-relaxed {
    line-height: 1.625
  }
  .\32xl\:leading-loose {
    line-height: 2
  }
  .\32xl\:list-inside {
    list-style-position: inside
  }
  .\32xl\:list-outside {
    list-style-position: outside
  }
  .\32xl\:list-none {
    list-style-type: none
  }
  .\32xl\:list-disc {
    list-style-type: disc
  }
  .\32xl\:list-decimal {
    list-style-type: decimal
  }
  .\32xl\:m-0 {
    margin: 0
  }
  .\32xl\:m-1 {
    margin: 3px
  }
  .\32xl\:m-2 {
    margin: 6px
  }
  .\32xl\:m-3 {
    margin: 9px
  }
  .\32xl\:m-4 {
    margin: 12px
  }
  .\32xl\:m-5 {
    margin: 15px
  }
  .\32xl\:m-6 {
    margin: 18px
  }
  .\32xl\:m-7 {
    margin: 21px
  }
  .\32xl\:m-8 {
    margin: 24px
  }
  .\32xl\:m-9 {
    margin: 27px
  }
  .\32xl\:m-10 {
    margin: 30px
  }
  .\32xl\:m-11 {
    margin: 33px
  }
  .\32xl\:m-12 {
    margin: 36px
  }
  .\32xl\:m-14 {
    margin: 42px
  }
  .\32xl\:m-16 {
    margin: 48px
  }
  .\32xl\:m-18 {
    margin: 54px
  }
  .\32xl\:m-20 {
    margin: 60px
  }
  .\32xl\:m-24 {
    margin: 72px
  }
  .\32xl\:m-28 {
    margin: 84px
  }
  .\32xl\:m-32 {
    margin: 96px
  }
  .\32xl\:m-36 {
    margin: 108px
  }
  .\32xl\:m-40 {
    margin: 120px
  }
  .\32xl\:m-44 {
    margin: 132px
  }
  .\32xl\:m-48 {
    margin: 144px
  }
  .\32xl\:m-52 {
    margin: 156px
  }
  .\32xl\:m-56 {
    margin: 168px
  }
  .\32xl\:m-60 {
    margin: 180px
  }
  .\32xl\:m-64 {
    margin: 192px
  }
  .\32xl\:m-72 {
    margin: 216px
  }
  .\32xl\:m-80 {
    margin: 240px
  }
  .\32xl\:m-96 {
    margin: 288px
  }
  .\32xl\:m-auto {
    margin: auto
  }
  .\32xl\:m-px {
    margin: 1px
  }
  .\32xl\:m-0\.5 {
    margin: 1.5px
  }
  .\32xl\:m-1\.5 {
    margin: 4.5px
  }
  .\32xl\:m-2\.5 {
    margin: 7.5px
  }
  .\32xl\:m-3\.5 {
    margin: 10.5px
  }
  .\32xl\:-m-0 {
    margin: 0
  }
  .\32xl\:-m-1 {
    margin: -3px
  }
  .\32xl\:-m-2 {
    margin: -6px
  }
  .\32xl\:-m-3 {
    margin: -9px
  }
  .\32xl\:-m-4 {
    margin: -12px
  }
  .\32xl\:-m-5 {
    margin: -15px
  }
  .\32xl\:-m-6 {
    margin: -18px
  }
  .\32xl\:-m-7 {
    margin: -21px
  }
  .\32xl\:-m-8 {
    margin: -24px
  }
  .\32xl\:-m-9 {
    margin: -27px
  }
  .\32xl\:-m-10 {
    margin: -30px
  }
  .\32xl\:-m-11 {
    margin: -33px
  }
  .\32xl\:-m-12 {
    margin: -36px
  }
  .\32xl\:-m-14 {
    margin: -42px
  }
  .\32xl\:-m-16 {
    margin: -48px
  }
  .\32xl\:-m-18 {
    margin: -54px
  }
  .\32xl\:-m-20 {
    margin: -60px
  }
  .\32xl\:-m-24 {
    margin: -72px
  }
  .\32xl\:-m-28 {
    margin: -84px
  }
  .\32xl\:-m-32 {
    margin: -96px
  }
  .\32xl\:-m-36 {
    margin: -108px
  }
  .\32xl\:-m-40 {
    margin: -120px
  }
  .\32xl\:-m-44 {
    margin: -132px
  }
  .\32xl\:-m-48 {
    margin: -144px
  }
  .\32xl\:-m-52 {
    margin: -156px
  }
  .\32xl\:-m-56 {
    margin: -168px
  }
  .\32xl\:-m-60 {
    margin: -180px
  }
  .\32xl\:-m-64 {
    margin: -192px
  }
  .\32xl\:-m-72 {
    margin: -216px
  }
  .\32xl\:-m-80 {
    margin: -240px
  }
  .\32xl\:-m-96 {
    margin: -288px
  }
  .\32xl\:-m-px {
    margin: -1px
  }
  .\32xl\:-m-0\.5 {
    margin: -1.5px
  }
  .\32xl\:-m-1\.5 {
    margin: -4.5px
  }
  .\32xl\:-m-2\.5 {
    margin: -7.5px
  }
  .\32xl\:-m-3\.5 {
    margin: -10.5px
  }
  .\32xl\:-m-128px {
    margin: -128px
  }
  .\32xl\:-m-61px {
    margin: -61px
  }
  .\32xl\:-m-24vw {
    margin: -24vw
  }
  .\32xl\:my-0 {
    margin-top: 0;
    margin-bottom: 0
  }
  .\32xl\:mx-0 {
    margin-left: 0;
    margin-right: 0
  }
  .\32xl\:my-1 {
    margin-top: 3px;
    margin-bottom: 3px
  }
  .\32xl\:mx-1 {
    margin-left: 3px;
    margin-right: 3px
  }
  .\32xl\:my-2 {
    margin-top: 6px;
    margin-bottom: 6px
  }
  .\32xl\:mx-2 {
    margin-left: 6px;
    margin-right: 6px
  }
  .\32xl\:my-3 {
    margin-top: 9px;
    margin-bottom: 9px
  }
  .\32xl\:mx-3 {
    margin-left: 9px;
    margin-right: 9px
  }
  .\32xl\:my-4 {
    margin-top: 12px;
    margin-bottom: 12px
  }
  .\32xl\:mx-4 {
    margin-left: 12px;
    margin-right: 12px
  }
  .\32xl\:my-5 {
    margin-top: 15px;
    margin-bottom: 15px
  }
  .\32xl\:mx-5 {
    margin-left: 15px;
    margin-right: 15px
  }
  .\32xl\:my-6 {
    margin-top: 18px;
    margin-bottom: 18px
  }
  .\32xl\:mx-6 {
    margin-left: 18px;
    margin-right: 18px
  }
  .\32xl\:my-7 {
    margin-top: 21px;
    margin-bottom: 21px
  }
  .\32xl\:mx-7 {
    margin-left: 21px;
    margin-right: 21px
  }
  .\32xl\:my-8 {
    margin-top: 24px;
    margin-bottom: 24px
  }
  .\32xl\:mx-8 {
    margin-left: 24px;
    margin-right: 24px
  }
  .\32xl\:my-9 {
    margin-top: 27px;
    margin-bottom: 27px
  }
  .\32xl\:mx-9 {
    margin-left: 27px;
    margin-right: 27px
  }
  .\32xl\:my-10 {
    margin-top: 30px;
    margin-bottom: 30px
  }
  .\32xl\:mx-10 {
    margin-left: 30px;
    margin-right: 30px
  }
  .\32xl\:my-11 {
    margin-top: 33px;
    margin-bottom: 33px
  }
  .\32xl\:mx-11 {
    margin-left: 33px;
    margin-right: 33px
  }
  .\32xl\:my-12 {
    margin-top: 36px;
    margin-bottom: 36px
  }
  .\32xl\:mx-12 {
    margin-left: 36px;
    margin-right: 36px
  }
  .\32xl\:my-14 {
    margin-top: 42px;
    margin-bottom: 42px
  }
  .\32xl\:mx-14 {
    margin-left: 42px;
    margin-right: 42px
  }
  .\32xl\:my-16 {
    margin-top: 48px;
    margin-bottom: 48px
  }
  .\32xl\:mx-16 {
    margin-left: 48px;
    margin-right: 48px
  }
  .\32xl\:my-18 {
    margin-top: 54px;
    margin-bottom: 54px
  }
  .\32xl\:mx-18 {
    margin-left: 54px;
    margin-right: 54px
  }
  .\32xl\:my-20 {
    margin-top: 60px;
    margin-bottom: 60px
  }
  .\32xl\:mx-20 {
    margin-left: 60px;
    margin-right: 60px
  }
  .\32xl\:my-24 {
    margin-top: 72px;
    margin-bottom: 72px
  }
  .\32xl\:mx-24 {
    margin-left: 72px;
    margin-right: 72px
  }
  .\32xl\:my-28 {
    margin-top: 84px;
    margin-bottom: 84px
  }
  .\32xl\:mx-28 {
    margin-left: 84px;
    margin-right: 84px
  }
  .\32xl\:my-32 {
    margin-top: 96px;
    margin-bottom: 96px
  }
  .\32xl\:mx-32 {
    margin-left: 96px;
    margin-right: 96px
  }
  .\32xl\:my-36 {
    margin-top: 108px;
    margin-bottom: 108px
  }
  .\32xl\:mx-36 {
    margin-left: 108px;
    margin-right: 108px
  }
  .\32xl\:my-40 {
    margin-top: 120px;
    margin-bottom: 120px
  }
  .\32xl\:mx-40 {
    margin-left: 120px;
    margin-right: 120px
  }
  .\32xl\:my-44 {
    margin-top: 132px;
    margin-bottom: 132px
  }
  .\32xl\:mx-44 {
    margin-left: 132px;
    margin-right: 132px
  }
  .\32xl\:my-48 {
    margin-top: 144px;
    margin-bottom: 144px
  }
  .\32xl\:mx-48 {
    margin-left: 144px;
    margin-right: 144px
  }
  .\32xl\:my-52 {
    margin-top: 156px;
    margin-bottom: 156px
  }
  .\32xl\:mx-52 {
    margin-left: 156px;
    margin-right: 156px
  }
  .\32xl\:my-56 {
    margin-top: 168px;
    margin-bottom: 168px
  }
  .\32xl\:mx-56 {
    margin-left: 168px;
    margin-right: 168px
  }
  .\32xl\:my-60 {
    margin-top: 180px;
    margin-bottom: 180px
  }
  .\32xl\:mx-60 {
    margin-left: 180px;
    margin-right: 180px
  }
  .\32xl\:my-64 {
    margin-top: 192px;
    margin-bottom: 192px
  }
  .\32xl\:mx-64 {
    margin-left: 192px;
    margin-right: 192px
  }
  .\32xl\:my-72 {
    margin-top: 216px;
    margin-bottom: 216px
  }
  .\32xl\:mx-72 {
    margin-left: 216px;
    margin-right: 216px
  }
  .\32xl\:my-80 {
    margin-top: 240px;
    margin-bottom: 240px
  }
  .\32xl\:mx-80 {
    margin-left: 240px;
    margin-right: 240px
  }
  .\32xl\:my-96 {
    margin-top: 288px;
    margin-bottom: 288px
  }
  .\32xl\:mx-96 {
    margin-left: 288px;
    margin-right: 288px
  }
  .\32xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto
  }
  .\32xl\:mx-auto {
    margin-left: auto;
    margin-right: auto
  }
  .\32xl\:my-px {
    margin-top: 1px;
    margin-bottom: 1px
  }
  .\32xl\:mx-px {
    margin-left: 1px;
    margin-right: 1px
  }
  .\32xl\:my-0\.5 {
    margin-top: 1.5px;
    margin-bottom: 1.5px
  }
  .\32xl\:mx-0\.5 {
    margin-left: 1.5px;
    margin-right: 1.5px
  }
  .\32xl\:my-1\.5 {
    margin-top: 4.5px;
    margin-bottom: 4.5px
  }
  .\32xl\:mx-1\.5 {
    margin-left: 4.5px;
    margin-right: 4.5px
  }
  .\32xl\:my-2\.5 {
    margin-top: 7.5px;
    margin-bottom: 7.5px
  }
  .\32xl\:mx-2\.5 {
    margin-left: 7.5px;
    margin-right: 7.5px
  }
  .\32xl\:my-3\.5 {
    margin-top: 10.5px;
    margin-bottom: 10.5px
  }
  .\32xl\:mx-3\.5 {
    margin-left: 10.5px;
    margin-right: 10.5px
  }
  .\32xl\:-my-0 {
    margin-top: 0;
    margin-bottom: 0
  }
  .\32xl\:-mx-0 {
    margin-left: 0;
    margin-right: 0
  }
  .\32xl\:-my-1 {
    margin-top: -3px;
    margin-bottom: -3px
  }
  .\32xl\:-mx-1 {
    margin-left: -3px;
    margin-right: -3px
  }
  .\32xl\:-my-2 {
    margin-top: -6px;
    margin-bottom: -6px
  }
  .\32xl\:-mx-2 {
    margin-left: -6px;
    margin-right: -6px
  }
  .\32xl\:-my-3 {
    margin-top: -9px;
    margin-bottom: -9px
  }
  .\32xl\:-mx-3 {
    margin-left: -9px;
    margin-right: -9px
  }
  .\32xl\:-my-4 {
    margin-top: -12px;
    margin-bottom: -12px
  }
  .\32xl\:-mx-4 {
    margin-left: -12px;
    margin-right: -12px
  }
  .\32xl\:-my-5 {
    margin-top: -15px;
    margin-bottom: -15px
  }
  .\32xl\:-mx-5 {
    margin-left: -15px;
    margin-right: -15px
  }
  .\32xl\:-my-6 {
    margin-top: -18px;
    margin-bottom: -18px
  }
  .\32xl\:-mx-6 {
    margin-left: -18px;
    margin-right: -18px
  }
  .\32xl\:-my-7 {
    margin-top: -21px;
    margin-bottom: -21px
  }
  .\32xl\:-mx-7 {
    margin-left: -21px;
    margin-right: -21px
  }
  .\32xl\:-my-8 {
    margin-top: -24px;
    margin-bottom: -24px
  }
  .\32xl\:-mx-8 {
    margin-left: -24px;
    margin-right: -24px
  }
  .\32xl\:-my-9 {
    margin-top: -27px;
    margin-bottom: -27px
  }
  .\32xl\:-mx-9 {
    margin-left: -27px;
    margin-right: -27px
  }
  .\32xl\:-my-10 {
    margin-top: -30px;
    margin-bottom: -30px
  }
  .\32xl\:-mx-10 {
    margin-left: -30px;
    margin-right: -30px
  }
  .\32xl\:-my-11 {
    margin-top: -33px;
    margin-bottom: -33px
  }
  .\32xl\:-mx-11 {
    margin-left: -33px;
    margin-right: -33px
  }
  .\32xl\:-my-12 {
    margin-top: -36px;
    margin-bottom: -36px
  }
  .\32xl\:-mx-12 {
    margin-left: -36px;
    margin-right: -36px
  }
  .\32xl\:-my-14 {
    margin-top: -42px;
    margin-bottom: -42px
  }
  .\32xl\:-mx-14 {
    margin-left: -42px;
    margin-right: -42px
  }
  .\32xl\:-my-16 {
    margin-top: -48px;
    margin-bottom: -48px
  }
  .\32xl\:-mx-16 {
    margin-left: -48px;
    margin-right: -48px
  }
  .\32xl\:-my-18 {
    margin-top: -54px;
    margin-bottom: -54px
  }
  .\32xl\:-mx-18 {
    margin-left: -54px;
    margin-right: -54px
  }
  .\32xl\:-my-20 {
    margin-top: -60px;
    margin-bottom: -60px
  }
  .\32xl\:-mx-20 {
    margin-left: -60px;
    margin-right: -60px
  }
  .\32xl\:-my-24 {
    margin-top: -72px;
    margin-bottom: -72px
  }
  .\32xl\:-mx-24 {
    margin-left: -72px;
    margin-right: -72px
  }
  .\32xl\:-my-28 {
    margin-top: -84px;
    margin-bottom: -84px
  }
  .\32xl\:-mx-28 {
    margin-left: -84px;
    margin-right: -84px
  }
  .\32xl\:-my-32 {
    margin-top: -96px;
    margin-bottom: -96px
  }
  .\32xl\:-mx-32 {
    margin-left: -96px;
    margin-right: -96px
  }
  .\32xl\:-my-36 {
    margin-top: -108px;
    margin-bottom: -108px
  }
  .\32xl\:-mx-36 {
    margin-left: -108px;
    margin-right: -108px
  }
  .\32xl\:-my-40 {
    margin-top: -120px;
    margin-bottom: -120px
  }
  .\32xl\:-mx-40 {
    margin-left: -120px;
    margin-right: -120px
  }
  .\32xl\:-my-44 {
    margin-top: -132px;
    margin-bottom: -132px
  }
  .\32xl\:-mx-44 {
    margin-left: -132px;
    margin-right: -132px
  }
  .\32xl\:-my-48 {
    margin-top: -144px;
    margin-bottom: -144px
  }
  .\32xl\:-mx-48 {
    margin-left: -144px;
    margin-right: -144px
  }
  .\32xl\:-my-52 {
    margin-top: -156px;
    margin-bottom: -156px
  }
  .\32xl\:-mx-52 {
    margin-left: -156px;
    margin-right: -156px
  }
  .\32xl\:-my-56 {
    margin-top: -168px;
    margin-bottom: -168px
  }
  .\32xl\:-mx-56 {
    margin-left: -168px;
    margin-right: -168px
  }
  .\32xl\:-my-60 {
    margin-top: -180px;
    margin-bottom: -180px
  }
  .\32xl\:-mx-60 {
    margin-left: -180px;
    margin-right: -180px
  }
  .\32xl\:-my-64 {
    margin-top: -192px;
    margin-bottom: -192px
  }
  .\32xl\:-mx-64 {
    margin-left: -192px;
    margin-right: -192px
  }
  .\32xl\:-my-72 {
    margin-top: -216px;
    margin-bottom: -216px
  }
  .\32xl\:-mx-72 {
    margin-left: -216px;
    margin-right: -216px
  }
  .\32xl\:-my-80 {
    margin-top: -240px;
    margin-bottom: -240px
  }
  .\32xl\:-mx-80 {
    margin-left: -240px;
    margin-right: -240px
  }
  .\32xl\:-my-96 {
    margin-top: -288px;
    margin-bottom: -288px
  }
  .\32xl\:-mx-96 {
    margin-left: -288px;
    margin-right: -288px
  }
  .\32xl\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px
  }
  .\32xl\:-mx-px {
    margin-left: -1px;
    margin-right: -1px
  }
  .\32xl\:-my-0\.5 {
    margin-top: -1.5px;
    margin-bottom: -1.5px
  }
  .\32xl\:-mx-0\.5 {
    margin-left: -1.5px;
    margin-right: -1.5px
  }
  .\32xl\:-my-1\.5 {
    margin-top: -4.5px;
    margin-bottom: -4.5px
  }
  .\32xl\:-mx-1\.5 {
    margin-left: -4.5px;
    margin-right: -4.5px
  }
  .\32xl\:-my-2\.5 {
    margin-top: -7.5px;
    margin-bottom: -7.5px
  }
  .\32xl\:-mx-2\.5 {
    margin-left: -7.5px;
    margin-right: -7.5px
  }
  .\32xl\:-my-3\.5 {
    margin-top: -10.5px;
    margin-bottom: -10.5px
  }
  .\32xl\:-mx-3\.5 {
    margin-left: -10.5px;
    margin-right: -10.5px
  }
  .\32xl\:-my-128px {
    margin-top: -128px;
    margin-bottom: -128px
  }
  .\32xl\:-mx-128px {
    margin-left: -128px;
    margin-right: -128px
  }
  .\32xl\:-my-61px {
    margin-top: -61px;
    margin-bottom: -61px
  }
  .\32xl\:-mx-61px {
    margin-left: -61px;
    margin-right: -61px
  }
  .\32xl\:-my-24vw {
    margin-top: -24vw;
    margin-bottom: -24vw
  }
  .\32xl\:-mx-24vw {
    margin-left: -24vw;
    margin-right: -24vw
  }
  .\32xl\:mt-0 {
    margin-top: 0
  }
  .\32xl\:mr-0 {
    margin-right: 0
  }
  .\32xl\:mb-0 {
    margin-bottom: 0
  }
  .\32xl\:ml-0 {
    margin-left: 0
  }
  .\32xl\:mt-1 {
    margin-top: 3px
  }
  .\32xl\:mr-1 {
    margin-right: 3px
  }
  .\32xl\:mb-1 {
    margin-bottom: 3px
  }
  .\32xl\:ml-1 {
    margin-left: 3px
  }
  .\32xl\:mt-2 {
    margin-top: 6px
  }
  .\32xl\:mr-2 {
    margin-right: 6px
  }
  .\32xl\:mb-2 {
    margin-bottom: 6px
  }
  .\32xl\:ml-2 {
    margin-left: 6px
  }
  .\32xl\:mt-3 {
    margin-top: 9px
  }
  .\32xl\:mr-3 {
    margin-right: 9px
  }
  .\32xl\:mb-3 {
    margin-bottom: 9px
  }
  .\32xl\:ml-3 {
    margin-left: 9px
  }
  .\32xl\:mt-4 {
    margin-top: 12px
  }
  .\32xl\:mr-4 {
    margin-right: 12px
  }
  .\32xl\:mb-4 {
    margin-bottom: 12px
  }
  .\32xl\:ml-4 {
    margin-left: 12px
  }
  .\32xl\:mt-5 {
    margin-top: 15px
  }
  .\32xl\:mr-5 {
    margin-right: 15px
  }
  .\32xl\:mb-5 {
    margin-bottom: 15px
  }
  .\32xl\:ml-5 {
    margin-left: 15px
  }
  .\32xl\:mt-6 {
    margin-top: 18px
  }
  .\32xl\:mr-6 {
    margin-right: 18px
  }
  .\32xl\:mb-6 {
    margin-bottom: 18px
  }
  .\32xl\:ml-6 {
    margin-left: 18px
  }
  .\32xl\:mt-7 {
    margin-top: 21px
  }
  .\32xl\:mr-7 {
    margin-right: 21px
  }
  .\32xl\:mb-7 {
    margin-bottom: 21px
  }
  .\32xl\:ml-7 {
    margin-left: 21px
  }
  .\32xl\:mt-8 {
    margin-top: 24px
  }
  .\32xl\:mr-8 {
    margin-right: 24px
  }
  .\32xl\:mb-8 {
    margin-bottom: 24px
  }
  .\32xl\:ml-8 {
    margin-left: 24px
  }
  .\32xl\:mt-9 {
    margin-top: 27px
  }
  .\32xl\:mr-9 {
    margin-right: 27px
  }
  .\32xl\:mb-9 {
    margin-bottom: 27px
  }
  .\32xl\:ml-9 {
    margin-left: 27px
  }
  .\32xl\:mt-10 {
    margin-top: 30px
  }
  .\32xl\:mr-10 {
    margin-right: 30px
  }
  .\32xl\:mb-10 {
    margin-bottom: 30px
  }
  .\32xl\:ml-10 {
    margin-left: 30px
  }
  .\32xl\:mt-11 {
    margin-top: 33px
  }
  .\32xl\:mr-11 {
    margin-right: 33px
  }
  .\32xl\:mb-11 {
    margin-bottom: 33px
  }
  .\32xl\:ml-11 {
    margin-left: 33px
  }
  .\32xl\:mt-12 {
    margin-top: 36px
  }
  .\32xl\:mr-12 {
    margin-right: 36px
  }
  .\32xl\:mb-12 {
    margin-bottom: 36px
  }
  .\32xl\:ml-12 {
    margin-left: 36px
  }
  .\32xl\:mt-14 {
    margin-top: 42px
  }
  .\32xl\:mr-14 {
    margin-right: 42px
  }
  .\32xl\:mb-14 {
    margin-bottom: 42px
  }
  .\32xl\:ml-14 {
    margin-left: 42px
  }
  .\32xl\:mt-16 {
    margin-top: 48px
  }
  .\32xl\:mr-16 {
    margin-right: 48px
  }
  .\32xl\:mb-16 {
    margin-bottom: 48px
  }
  .\32xl\:ml-16 {
    margin-left: 48px
  }
  .\32xl\:mt-18 {
    margin-top: 54px
  }
  .\32xl\:mr-18 {
    margin-right: 54px
  }
  .\32xl\:mb-18 {
    margin-bottom: 54px
  }
  .\32xl\:ml-18 {
    margin-left: 54px
  }
  .\32xl\:mt-20 {
    margin-top: 60px
  }
  .\32xl\:mr-20 {
    margin-right: 60px
  }
  .\32xl\:mb-20 {
    margin-bottom: 60px
  }
  .\32xl\:ml-20 {
    margin-left: 60px
  }
  .\32xl\:mt-24 {
    margin-top: 72px
  }
  .\32xl\:mr-24 {
    margin-right: 72px
  }
  .\32xl\:mb-24 {
    margin-bottom: 72px
  }
  .\32xl\:ml-24 {
    margin-left: 72px
  }
  .\32xl\:mt-28 {
    margin-top: 84px
  }
  .\32xl\:mr-28 {
    margin-right: 84px
  }
  .\32xl\:mb-28 {
    margin-bottom: 84px
  }
  .\32xl\:ml-28 {
    margin-left: 84px
  }
  .\32xl\:mt-32 {
    margin-top: 96px
  }
  .\32xl\:mr-32 {
    margin-right: 96px
  }
  .\32xl\:mb-32 {
    margin-bottom: 96px
  }
  .\32xl\:ml-32 {
    margin-left: 96px
  }
  .\32xl\:mt-36 {
    margin-top: 108px
  }
  .\32xl\:mr-36 {
    margin-right: 108px
  }
  .\32xl\:mb-36 {
    margin-bottom: 108px
  }
  .\32xl\:ml-36 {
    margin-left: 108px
  }
  .\32xl\:mt-40 {
    margin-top: 120px
  }
  .\32xl\:mr-40 {
    margin-right: 120px
  }
  .\32xl\:mb-40 {
    margin-bottom: 120px
  }
  .\32xl\:ml-40 {
    margin-left: 120px
  }
  .\32xl\:mt-44 {
    margin-top: 132px
  }
  .\32xl\:mr-44 {
    margin-right: 132px
  }
  .\32xl\:mb-44 {
    margin-bottom: 132px
  }
  .\32xl\:ml-44 {
    margin-left: 132px
  }
  .\32xl\:mt-48 {
    margin-top: 144px
  }
  .\32xl\:mr-48 {
    margin-right: 144px
  }
  .\32xl\:mb-48 {
    margin-bottom: 144px
  }
  .\32xl\:ml-48 {
    margin-left: 144px
  }
  .\32xl\:mt-52 {
    margin-top: 156px
  }
  .\32xl\:mr-52 {
    margin-right: 156px
  }
  .\32xl\:mb-52 {
    margin-bottom: 156px
  }
  .\32xl\:ml-52 {
    margin-left: 156px
  }
  .\32xl\:mt-56 {
    margin-top: 168px
  }
  .\32xl\:mr-56 {
    margin-right: 168px
  }
  .\32xl\:mb-56 {
    margin-bottom: 168px
  }
  .\32xl\:ml-56 {
    margin-left: 168px
  }
  .\32xl\:mt-60 {
    margin-top: 180px
  }
  .\32xl\:mr-60 {
    margin-right: 180px
  }
  .\32xl\:mb-60 {
    margin-bottom: 180px
  }
  .\32xl\:ml-60 {
    margin-left: 180px
  }
  .\32xl\:mt-64 {
    margin-top: 192px
  }
  .\32xl\:mr-64 {
    margin-right: 192px
  }
  .\32xl\:mb-64 {
    margin-bottom: 192px
  }
  .\32xl\:ml-64 {
    margin-left: 192px
  }
  .\32xl\:mt-72 {
    margin-top: 216px
  }
  .\32xl\:mr-72 {
    margin-right: 216px
  }
  .\32xl\:mb-72 {
    margin-bottom: 216px
  }
  .\32xl\:ml-72 {
    margin-left: 216px
  }
  .\32xl\:mt-80 {
    margin-top: 240px
  }
  .\32xl\:mr-80 {
    margin-right: 240px
  }
  .\32xl\:mb-80 {
    margin-bottom: 240px
  }
  .\32xl\:ml-80 {
    margin-left: 240px
  }
  .\32xl\:mt-96 {
    margin-top: 288px
  }
  .\32xl\:mr-96 {
    margin-right: 288px
  }
  .\32xl\:mb-96 {
    margin-bottom: 288px
  }
  .\32xl\:ml-96 {
    margin-left: 288px
  }
  .\32xl\:mt-auto {
    margin-top: auto
  }
  .\32xl\:mr-auto {
    margin-right: auto
  }
  .\32xl\:mb-auto {
    margin-bottom: auto
  }
  .\32xl\:ml-auto {
    margin-left: auto
  }
  .\32xl\:mt-px {
    margin-top: 1px
  }
  .\32xl\:mr-px {
    margin-right: 1px
  }
  .\32xl\:mb-px {
    margin-bottom: 1px
  }
  .\32xl\:ml-px {
    margin-left: 1px
  }
  .\32xl\:mt-0\.5 {
    margin-top: 1.5px
  }
  .\32xl\:mr-0\.5 {
    margin-right: 1.5px
  }
  .\32xl\:mb-0\.5 {
    margin-bottom: 1.5px
  }
  .\32xl\:ml-0\.5 {
    margin-left: 1.5px
  }
  .\32xl\:mt-1\.5 {
    margin-top: 4.5px
  }
  .\32xl\:mr-1\.5 {
    margin-right: 4.5px
  }
  .\32xl\:mb-1\.5 {
    margin-bottom: 4.5px
  }
  .\32xl\:ml-1\.5 {
    margin-left: 4.5px
  }
  .\32xl\:mt-2\.5 {
    margin-top: 7.5px
  }
  .\32xl\:mr-2\.5 {
    margin-right: 7.5px
  }
  .\32xl\:mb-2\.5 {
    margin-bottom: 7.5px
  }
  .\32xl\:ml-2\.5 {
    margin-left: 7.5px
  }
  .\32xl\:mt-3\.5 {
    margin-top: 10.5px
  }
  .\32xl\:mr-3\.5 {
    margin-right: 10.5px
  }
  .\32xl\:mb-3\.5 {
    margin-bottom: 10.5px
  }
  .\32xl\:ml-3\.5 {
    margin-left: 10.5px
  }
  .\32xl\:-mt-0 {
    margin-top: 0
  }
  .\32xl\:-mr-0 {
    margin-right: 0
  }
  .\32xl\:-mb-0 {
    margin-bottom: 0
  }
  .\32xl\:-ml-0 {
    margin-left: 0
  }
  .\32xl\:-mt-1 {
    margin-top: -3px
  }
  .\32xl\:-mr-1 {
    margin-right: -3px
  }
  .\32xl\:-mb-1 {
    margin-bottom: -3px
  }
  .\32xl\:-ml-1 {
    margin-left: -3px
  }
  .\32xl\:-mt-2 {
    margin-top: -6px
  }
  .\32xl\:-mr-2 {
    margin-right: -6px
  }
  .\32xl\:-mb-2 {
    margin-bottom: -6px
  }
  .\32xl\:-ml-2 {
    margin-left: -6px
  }
  .\32xl\:-mt-3 {
    margin-top: -9px
  }
  .\32xl\:-mr-3 {
    margin-right: -9px
  }
  .\32xl\:-mb-3 {
    margin-bottom: -9px
  }
  .\32xl\:-ml-3 {
    margin-left: -9px
  }
  .\32xl\:-mt-4 {
    margin-top: -12px
  }
  .\32xl\:-mr-4 {
    margin-right: -12px
  }
  .\32xl\:-mb-4 {
    margin-bottom: -12px
  }
  .\32xl\:-ml-4 {
    margin-left: -12px
  }
  .\32xl\:-mt-5 {
    margin-top: -15px
  }
  .\32xl\:-mr-5 {
    margin-right: -15px
  }
  .\32xl\:-mb-5 {
    margin-bottom: -15px
  }
  .\32xl\:-ml-5 {
    margin-left: -15px
  }
  .\32xl\:-mt-6 {
    margin-top: -18px
  }
  .\32xl\:-mr-6 {
    margin-right: -18px
  }
  .\32xl\:-mb-6 {
    margin-bottom: -18px
  }
  .\32xl\:-ml-6 {
    margin-left: -18px
  }
  .\32xl\:-mt-7 {
    margin-top: -21px
  }
  .\32xl\:-mr-7 {
    margin-right: -21px
  }
  .\32xl\:-mb-7 {
    margin-bottom: -21px
  }
  .\32xl\:-ml-7 {
    margin-left: -21px
  }
  .\32xl\:-mt-8 {
    margin-top: -24px
  }
  .\32xl\:-mr-8 {
    margin-right: -24px
  }
  .\32xl\:-mb-8 {
    margin-bottom: -24px
  }
  .\32xl\:-ml-8 {
    margin-left: -24px
  }
  .\32xl\:-mt-9 {
    margin-top: -27px
  }
  .\32xl\:-mr-9 {
    margin-right: -27px
  }
  .\32xl\:-mb-9 {
    margin-bottom: -27px
  }
  .\32xl\:-ml-9 {
    margin-left: -27px
  }
  .\32xl\:-mt-10 {
    margin-top: -30px
  }
  .\32xl\:-mr-10 {
    margin-right: -30px
  }
  .\32xl\:-mb-10 {
    margin-bottom: -30px
  }
  .\32xl\:-ml-10 {
    margin-left: -30px
  }
  .\32xl\:-mt-11 {
    margin-top: -33px
  }
  .\32xl\:-mr-11 {
    margin-right: -33px
  }
  .\32xl\:-mb-11 {
    margin-bottom: -33px
  }
  .\32xl\:-ml-11 {
    margin-left: -33px
  }
  .\32xl\:-mt-12 {
    margin-top: -36px
  }
  .\32xl\:-mr-12 {
    margin-right: -36px
  }
  .\32xl\:-mb-12 {
    margin-bottom: -36px
  }
  .\32xl\:-ml-12 {
    margin-left: -36px
  }
  .\32xl\:-mt-14 {
    margin-top: -42px
  }
  .\32xl\:-mr-14 {
    margin-right: -42px
  }
  .\32xl\:-mb-14 {
    margin-bottom: -42px
  }
  .\32xl\:-ml-14 {
    margin-left: -42px
  }
  .\32xl\:-mt-16 {
    margin-top: -48px
  }
  .\32xl\:-mr-16 {
    margin-right: -48px
  }
  .\32xl\:-mb-16 {
    margin-bottom: -48px
  }
  .\32xl\:-ml-16 {
    margin-left: -48px
  }
  .\32xl\:-mt-18 {
    margin-top: -54px
  }
  .\32xl\:-mr-18 {
    margin-right: -54px
  }
  .\32xl\:-mb-18 {
    margin-bottom: -54px
  }
  .\32xl\:-ml-18 {
    margin-left: -54px
  }
  .\32xl\:-mt-20 {
    margin-top: -60px
  }
  .\32xl\:-mr-20 {
    margin-right: -60px
  }
  .\32xl\:-mb-20 {
    margin-bottom: -60px
  }
  .\32xl\:-ml-20 {
    margin-left: -60px
  }
  .\32xl\:-mt-24 {
    margin-top: -72px
  }
  .\32xl\:-mr-24 {
    margin-right: -72px
  }
  .\32xl\:-mb-24 {
    margin-bottom: -72px
  }
  .\32xl\:-ml-24 {
    margin-left: -72px
  }
  .\32xl\:-mt-28 {
    margin-top: -84px
  }
  .\32xl\:-mr-28 {
    margin-right: -84px
  }
  .\32xl\:-mb-28 {
    margin-bottom: -84px
  }
  .\32xl\:-ml-28 {
    margin-left: -84px
  }
  .\32xl\:-mt-32 {
    margin-top: -96px
  }
  .\32xl\:-mr-32 {
    margin-right: -96px
  }
  .\32xl\:-mb-32 {
    margin-bottom: -96px
  }
  .\32xl\:-ml-32 {
    margin-left: -96px
  }
  .\32xl\:-mt-36 {
    margin-top: -108px
  }
  .\32xl\:-mr-36 {
    margin-right: -108px
  }
  .\32xl\:-mb-36 {
    margin-bottom: -108px
  }
  .\32xl\:-ml-36 {
    margin-left: -108px
  }
  .\32xl\:-mt-40 {
    margin-top: -120px
  }
  .\32xl\:-mr-40 {
    margin-right: -120px
  }
  .\32xl\:-mb-40 {
    margin-bottom: -120px
  }
  .\32xl\:-ml-40 {
    margin-left: -120px
  }
  .\32xl\:-mt-44 {
    margin-top: -132px
  }
  .\32xl\:-mr-44 {
    margin-right: -132px
  }
  .\32xl\:-mb-44 {
    margin-bottom: -132px
  }
  .\32xl\:-ml-44 {
    margin-left: -132px
  }
  .\32xl\:-mt-48 {
    margin-top: -144px
  }
  .\32xl\:-mr-48 {
    margin-right: -144px
  }
  .\32xl\:-mb-48 {
    margin-bottom: -144px
  }
  .\32xl\:-ml-48 {
    margin-left: -144px
  }
  .\32xl\:-mt-52 {
    margin-top: -156px
  }
  .\32xl\:-mr-52 {
    margin-right: -156px
  }
  .\32xl\:-mb-52 {
    margin-bottom: -156px
  }
  .\32xl\:-ml-52 {
    margin-left: -156px
  }
  .\32xl\:-mt-56 {
    margin-top: -168px
  }
  .\32xl\:-mr-56 {
    margin-right: -168px
  }
  .\32xl\:-mb-56 {
    margin-bottom: -168px
  }
  .\32xl\:-ml-56 {
    margin-left: -168px
  }
  .\32xl\:-mt-60 {
    margin-top: -180px
  }
  .\32xl\:-mr-60 {
    margin-right: -180px
  }
  .\32xl\:-mb-60 {
    margin-bottom: -180px
  }
  .\32xl\:-ml-60 {
    margin-left: -180px
  }
  .\32xl\:-mt-64 {
    margin-top: -192px
  }
  .\32xl\:-mr-64 {
    margin-right: -192px
  }
  .\32xl\:-mb-64 {
    margin-bottom: -192px
  }
  .\32xl\:-ml-64 {
    margin-left: -192px
  }
  .\32xl\:-mt-72 {
    margin-top: -216px
  }
  .\32xl\:-mr-72 {
    margin-right: -216px
  }
  .\32xl\:-mb-72 {
    margin-bottom: -216px
  }
  .\32xl\:-ml-72 {
    margin-left: -216px
  }
  .\32xl\:-mt-80 {
    margin-top: -240px
  }
  .\32xl\:-mr-80 {
    margin-right: -240px
  }
  .\32xl\:-mb-80 {
    margin-bottom: -240px
  }
  .\32xl\:-ml-80 {
    margin-left: -240px
  }
  .\32xl\:-mt-96 {
    margin-top: -288px
  }
  .\32xl\:-mr-96 {
    margin-right: -288px
  }
  .\32xl\:-mb-96 {
    margin-bottom: -288px
  }
  .\32xl\:-ml-96 {
    margin-left: -288px
  }
  .\32xl\:-mt-px {
    margin-top: -1px
  }
  .\32xl\:-mr-px {
    margin-right: -1px
  }
  .\32xl\:-mb-px {
    margin-bottom: -1px
  }
  .\32xl\:-ml-px {
    margin-left: -1px
  }
  .\32xl\:-mt-0\.5 {
    margin-top: -1.5px
  }
  .\32xl\:-mr-0\.5 {
    margin-right: -1.5px
  }
  .\32xl\:-mb-0\.5 {
    margin-bottom: -1.5px
  }
  .\32xl\:-ml-0\.5 {
    margin-left: -1.5px
  }
  .\32xl\:-mt-1\.5 {
    margin-top: -4.5px
  }
  .\32xl\:-mr-1\.5 {
    margin-right: -4.5px
  }
  .\32xl\:-mb-1\.5 {
    margin-bottom: -4.5px
  }
  .\32xl\:-ml-1\.5 {
    margin-left: -4.5px
  }
  .\32xl\:-mt-2\.5 {
    margin-top: -7.5px
  }
  .\32xl\:-mr-2\.5 {
    margin-right: -7.5px
  }
  .\32xl\:-mb-2\.5 {
    margin-bottom: -7.5px
  }
  .\32xl\:-ml-2\.5 {
    margin-left: -7.5px
  }
  .\32xl\:-mt-3\.5 {
    margin-top: -10.5px
  }
  .\32xl\:-mr-3\.5 {
    margin-right: -10.5px
  }
  .\32xl\:-mb-3\.5 {
    margin-bottom: -10.5px
  }
  .\32xl\:-ml-3\.5 {
    margin-left: -10.5px
  }
  .\32xl\:-mt-128px {
    margin-top: -128px
  }
  .\32xl\:-mr-128px {
    margin-right: -128px
  }
  .\32xl\:-mb-128px {
    margin-bottom: -128px
  }
  .\32xl\:-ml-128px {
    margin-left: -128px
  }
  .\32xl\:-mt-61px {
    margin-top: -61px
  }
  .\32xl\:-mr-61px {
    margin-right: -61px
  }
  .\32xl\:-mb-61px {
    margin-bottom: -61px
  }
  .\32xl\:-ml-61px {
    margin-left: -61px
  }
  .\32xl\:-mt-24vw {
    margin-top: -24vw
  }
  .\32xl\:-mr-24vw {
    margin-right: -24vw
  }
  .\32xl\:-mb-24vw {
    margin-bottom: -24vw
  }
  .\32xl\:-ml-24vw {
    margin-left: -24vw
  }
  .\32xl\:max-h-0 {
    max-height: 0
  }
  .\32xl\:max-h-1 {
    max-height: 3px
  }
  .\32xl\:max-h-2 {
    max-height: 6px
  }
  .\32xl\:max-h-3 {
    max-height: 9px
  }
  .\32xl\:max-h-4 {
    max-height: 12px
  }
  .\32xl\:max-h-5 {
    max-height: 15px
  }
  .\32xl\:max-h-6 {
    max-height: 18px
  }
  .\32xl\:max-h-7 {
    max-height: 21px
  }
  .\32xl\:max-h-8 {
    max-height: 24px
  }
  .\32xl\:max-h-9 {
    max-height: 27px
  }
  .\32xl\:max-h-10 {
    max-height: 30px
  }
  .\32xl\:max-h-11 {
    max-height: 33px
  }
  .\32xl\:max-h-12 {
    max-height: 36px
  }
  .\32xl\:max-h-14 {
    max-height: 42px
  }
  .\32xl\:max-h-16 {
    max-height: 48px
  }
  .\32xl\:max-h-18 {
    max-height: 54px
  }
  .\32xl\:max-h-20 {
    max-height: 60px
  }
  .\32xl\:max-h-24 {
    max-height: 72px
  }
  .\32xl\:max-h-28 {
    max-height: 84px
  }
  .\32xl\:max-h-32 {
    max-height: 96px
  }
  .\32xl\:max-h-36 {
    max-height: 108px
  }
  .\32xl\:max-h-40 {
    max-height: 120px
  }
  .\32xl\:max-h-44 {
    max-height: 132px
  }
  .\32xl\:max-h-48 {
    max-height: 144px
  }
  .\32xl\:max-h-52 {
    max-height: 156px
  }
  .\32xl\:max-h-56 {
    max-height: 168px
  }
  .\32xl\:max-h-60 {
    max-height: 180px
  }
  .\32xl\:max-h-64 {
    max-height: 192px
  }
  .\32xl\:max-h-72 {
    max-height: 216px
  }
  .\32xl\:max-h-80 {
    max-height: 240px
  }
  .\32xl\:max-h-96 {
    max-height: 288px
  }
  .\32xl\:max-h-104 {
    max-height: 272px
  }
  .\32xl\:max-h-px {
    max-height: 1px
  }
  .\32xl\:max-h-0\.5 {
    max-height: 1.5px
  }
  .\32xl\:max-h-1\.5 {
    max-height: 4.5px
  }
  .\32xl\:max-h-2\.5 {
    max-height: 7.5px
  }
  .\32xl\:max-h-3\.5 {
    max-height: 10.5px
  }
  .\32xl\:max-h-full {
    max-height: 100%
  }
  .\32xl\:max-h-screen {
    max-height: 100vh
  }
  .\32xl\:max-h-768px {
    max-height: 768px
  }
  .\32xl\:max-w-0 {
    max-width: 0
  }
  .\32xl\:max-w-none {
    max-width: none
  }
  .\32xl\:max-w-xs {
    max-width: 240px
  }
  .\32xl\:max-w-sm {
    max-width: 288px
  }
  .\32xl\:max-w-md {
    max-width: 296px
  }
  .\32xl\:max-w-lg {
    max-width: 384px
  }
  .\32xl\:max-w-xl {
    max-width: 372px
  }
  .\32xl\:max-w-2xl {
    max-width: 504px
  }
  .\32xl\:max-w-3xl {
    max-width: 496px
  }
  .\32xl\:max-w-4xl {
    max-width: 572px
  }
  .\32xl\:max-w-5xl {
    max-width: 768px
  }
  .\32xl\:max-w-6xl {
    max-width: 864px
  }
  .\32xl\:max-w-7xl {
    max-width: 960px
  }
  .\32xl\:max-w-full {
    max-width: 100%
  }
  .\32xl\:max-w-min {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content
  }
  .\32xl\:max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content
  }
  .\32xl\:max-w-prose {
    max-width: 65ch
  }
  .\32xl\:max-w-screen-sm {
    max-width: 640px
  }
  .\32xl\:max-w-screen-md {
    max-width: 768px
  }
  .\32xl\:max-w-screen-lg {
    max-width: 1024px
  }
  .\32xl\:max-w-screen-xl {
    max-width: 1280px
  }
  .\32xl\:max-w-screen-2xl {
    max-width: 1536px
  }
  .\32xl\:min-h-0 {
    min-height: 0
  }
  .\32xl\:min-h-full {
    min-height: 100%
  }
  .\32xl\:min-h-screen {
    min-height: 100vh
  }
  .\32xl\:min-h-672px {
    min-height: 672px
  }
  .\32xl\:min-h-686px {
    min-height: 686px
  }
  .\32xl\:min-w-0 {
    min-width: 0
  }
  .\32xl\:min-w-full {
    min-width: 100%
  }
  .\32xl\:min-w-min {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content
  }
  .\32xl\:min-w-max {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content
  }
  .\32xl\:min-w-1\/3 {
    min-width: 33.333333%
  }
  .\32xl\:min-w-1008px {
    min-width: 1008px
  }
  .\32xl\:object-contain {
    -o-object-fit: contain;
    object-fit: contain
  }
  .\32xl\:object-cover {
    -o-object-fit: cover;
    object-fit: cover
  }
  .\32xl\:object-fill {
    -o-object-fit: fill;
    object-fit: fill
  }
  .\32xl\:object-none {
    -o-object-fit: none;
    object-fit: none
  }
  .\32xl\:object-scale-down {
    -o-object-fit: scale-down;
    object-fit: scale-down
  }
  .\32xl\:object-bottom {
    -o-object-position: bottom;
    object-position: bottom
  }
  .\32xl\:object-center {
    -o-object-position: center;
    object-position: center
  }
  .\32xl\:object-left {
    -o-object-position: left;
    object-position: left
  }
  .\32xl\:object-left-bottom {
    -o-object-position: left bottom;
    object-position: left bottom
  }
  .\32xl\:object-left-top {
    -o-object-position: left top;
    object-position: left top
  }
  .\32xl\:object-right {
    -o-object-position: right;
    object-position: right
  }
  .\32xl\:object-right-bottom {
    -o-object-position: right bottom;
    object-position: right bottom
  }
  .\32xl\:object-right-top {
    -o-object-position: right top;
    object-position: right top
  }
  .\32xl\:object-top {
    -o-object-position: top;
    object-position: top
  }
  .\32xl\:opacity-0 {
    opacity: 0
  }
  .\32xl\:opacity-5 {
    opacity: .05
  }
  .\32xl\:opacity-10 {
    opacity: .1
  }
  .\32xl\:opacity-20 {
    opacity: .2
  }
  .\32xl\:opacity-25 {
    opacity: .25
  }
  .\32xl\:opacity-30 {
    opacity: .3
  }
  .\32xl\:opacity-40 {
    opacity: .4
  }
  .\32xl\:opacity-50 {
    opacity: .5
  }
  .\32xl\:opacity-60 {
    opacity: .6
  }
  .\32xl\:opacity-70 {
    opacity: .7
  }
  .\32xl\:opacity-75 {
    opacity: .75
  }
  .\32xl\:opacity-80 {
    opacity: .8
  }
  .\32xl\:opacity-90 {
    opacity: .9
  }
  .\32xl\:opacity-95 {
    opacity: .95
  }
  .\32xl\:opacity-100 {
    opacity: 1
  }
  .group:hover .\32xl\:group-hover\:opacity-0 {
    opacity: 0
  }
  .group:hover .\32xl\:group-hover\:opacity-5 {
    opacity: .05
  }
  .group:hover .\32xl\:group-hover\:opacity-10 {
    opacity: .1
  }
  .group:hover .\32xl\:group-hover\:opacity-20 {
    opacity: .2
  }
  .group:hover .\32xl\:group-hover\:opacity-25 {
    opacity: .25
  }
  .group:hover .\32xl\:group-hover\:opacity-30 {
    opacity: .3
  }
  .group:hover .\32xl\:group-hover\:opacity-40 {
    opacity: .4
  }
  .group:hover .\32xl\:group-hover\:opacity-50 {
    opacity: .5
  }
  .group:hover .\32xl\:group-hover\:opacity-60 {
    opacity: .6
  }
  .group:hover .\32xl\:group-hover\:opacity-70 {
    opacity: .7
  }
  .group:hover .\32xl\:group-hover\:opacity-75 {
    opacity: .75
  }
  .group:hover .\32xl\:group-hover\:opacity-80 {
    opacity: .8
  }
  .group:hover .\32xl\:group-hover\:opacity-90 {
    opacity: .9
  }
  .group:hover .\32xl\:group-hover\:opacity-95 {
    opacity: .95
  }
  .group:hover .\32xl\:group-hover\:opacity-100 {
    opacity: 1
  }
  .\32xl\:focus-within\:opacity-0:focus-within {
    opacity: 0
  }
  .\32xl\:focus-within\:opacity-5:focus-within {
    opacity: .05
  }
  .\32xl\:focus-within\:opacity-10:focus-within {
    opacity: .1
  }
  .\32xl\:focus-within\:opacity-20:focus-within {
    opacity: .2
  }
  .\32xl\:focus-within\:opacity-25:focus-within {
    opacity: .25
  }
  .\32xl\:focus-within\:opacity-30:focus-within {
    opacity: .3
  }
  .\32xl\:focus-within\:opacity-40:focus-within {
    opacity: .4
  }
  .\32xl\:focus-within\:opacity-50:focus-within {
    opacity: .5
  }
  .\32xl\:focus-within\:opacity-60:focus-within {
    opacity: .6
  }
  .\32xl\:focus-within\:opacity-70:focus-within {
    opacity: .7
  }
  .\32xl\:focus-within\:opacity-75:focus-within {
    opacity: .75
  }
  .\32xl\:focus-within\:opacity-80:focus-within {
    opacity: .8
  }
  .\32xl\:focus-within\:opacity-90:focus-within {
    opacity: .9
  }
  .\32xl\:focus-within\:opacity-95:focus-within {
    opacity: .95
  }
  .\32xl\:focus-within\:opacity-100:focus-within {
    opacity: 1
  }
  .\32xl\:hover\:opacity-0:hover {
    opacity: 0
  }
  .\32xl\:hover\:opacity-5:hover {
    opacity: .05
  }
  .\32xl\:hover\:opacity-10:hover {
    opacity: .1
  }
  .\32xl\:hover\:opacity-20:hover {
    opacity: .2
  }
  .\32xl\:hover\:opacity-25:hover {
    opacity: .25
  }
  .\32xl\:hover\:opacity-30:hover {
    opacity: .3
  }
  .\32xl\:hover\:opacity-40:hover {
    opacity: .4
  }
  .\32xl\:hover\:opacity-50:hover {
    opacity: .5
  }
  .\32xl\:hover\:opacity-60:hover {
    opacity: .6
  }
  .\32xl\:hover\:opacity-70:hover {
    opacity: .7
  }
  .\32xl\:hover\:opacity-75:hover {
    opacity: .75
  }
  .\32xl\:hover\:opacity-80:hover {
    opacity: .8
  }
  .\32xl\:hover\:opacity-90:hover {
    opacity: .9
  }
  .\32xl\:hover\:opacity-95:hover {
    opacity: .95
  }
  .\32xl\:hover\:opacity-100:hover {
    opacity: 1
  }
  .\32xl\:focus\:opacity-0:focus {
    opacity: 0
  }
  .\32xl\:focus\:opacity-5:focus {
    opacity: .05
  }
  .\32xl\:focus\:opacity-10:focus {
    opacity: .1
  }
  .\32xl\:focus\:opacity-20:focus {
    opacity: .2
  }
  .\32xl\:focus\:opacity-25:focus {
    opacity: .25
  }
  .\32xl\:focus\:opacity-30:focus {
    opacity: .3
  }
  .\32xl\:focus\:opacity-40:focus {
    opacity: .4
  }
  .\32xl\:focus\:opacity-50:focus {
    opacity: .5
  }
  .\32xl\:focus\:opacity-60:focus {
    opacity: .6
  }
  .\32xl\:focus\:opacity-70:focus {
    opacity: .7
  }
  .\32xl\:focus\:opacity-75:focus {
    opacity: .75
  }
  .\32xl\:focus\:opacity-80:focus {
    opacity: .8
  }
  .\32xl\:focus\:opacity-90:focus {
    opacity: .9
  }
  .\32xl\:focus\:opacity-95:focus {
    opacity: .95
  }
  .\32xl\:focus\:opacity-100:focus {
    opacity: 1
  }
  .\32xl\:disabled\:opacity-0:disabled {
    opacity: 0
  }
  .\32xl\:disabled\:opacity-5:disabled {
    opacity: .05
  }
  .\32xl\:disabled\:opacity-10:disabled {
    opacity: .1
  }
  .\32xl\:disabled\:opacity-20:disabled {
    opacity: .2
  }
  .\32xl\:disabled\:opacity-25:disabled {
    opacity: .25
  }
  .\32xl\:disabled\:opacity-30:disabled {
    opacity: .3
  }
  .\32xl\:disabled\:opacity-40:disabled {
    opacity: .4
  }
  .\32xl\:disabled\:opacity-50:disabled {
    opacity: .5
  }
  .\32xl\:disabled\:opacity-60:disabled {
    opacity: .6
  }
  .\32xl\:disabled\:opacity-70:disabled {
    opacity: .7
  }
  .\32xl\:disabled\:opacity-75:disabled {
    opacity: .75
  }
  .\32xl\:disabled\:opacity-80:disabled {
    opacity: .8
  }
  .\32xl\:disabled\:opacity-90:disabled {
    opacity: .9
  }
  .\32xl\:disabled\:opacity-95:disabled {
    opacity: .95
  }
  .\32xl\:disabled\:opacity-100:disabled {
    opacity: 1
  }
  .\32xl\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px
  }
  .\32xl\:outline-white {
    outline: 2px dotted #fff;
    outline-offset: 2px
  }
  .\32xl\:outline-black {
    outline: 2px dotted #000;
    outline-offset: 2px
  }
  .\32xl\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px
  }
  .\32xl\:focus-within\:outline-white:focus-within {
    outline: 2px dotted #fff;
    outline-offset: 2px
  }
  .\32xl\:focus-within\:outline-black:focus-within {
    outline: 2px dotted #000;
    outline-offset: 2px
  }
  .\32xl\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
  }
  .\32xl\:focus\:outline-white:focus {
    outline: 2px dotted #fff;
    outline-offset: 2px
  }
  .\32xl\:focus\:outline-black:focus {
    outline: 2px dotted #000;
    outline-offset: 2px
  }
  .\32xl\:overflow-auto {
    overflow: auto
  }
  .\32xl\:overflow-hidden {
    overflow: hidden
  }
  .\32xl\:overflow-visible {
    overflow: visible
  }
  .\32xl\:overflow-scroll {
    overflow: scroll
  }
  .\32xl\:overflow-x-auto {
    overflow-x: auto
  }
  .\32xl\:overflow-y-auto {
    overflow-y: auto
  }
  .\32xl\:overflow-x-hidden {
    overflow-x: hidden
  }
  .\32xl\:overflow-y-hidden {
    overflow-y: hidden
  }
  .\32xl\:overflow-x-visible {
    overflow-x: visible
  }
  .\32xl\:overflow-y-visible {
    overflow-y: visible
  }
  .\32xl\:overflow-x-scroll {
    overflow-x: scroll
  }
  .\32xl\:overflow-y-scroll {
    overflow-y: scroll
  }
  .\32xl\:overscroll-auto {
    -ms-scroll-chaining: chained;
    overscroll-behavior: auto
  }
  .\32xl\:overscroll-contain {
    -ms-scroll-chaining: none;
    overscroll-behavior: contain
  }
  .\32xl\:overscroll-none {
    -ms-scroll-chaining: none;
    overscroll-behavior: none
  }
  .\32xl\:overscroll-y-auto {
    overscroll-behavior-y: auto
  }
  .\32xl\:overscroll-y-contain {
    overscroll-behavior-y: contain
  }
  .\32xl\:overscroll-y-none {
    overscroll-behavior-y: none
  }
  .\32xl\:overscroll-x-auto {
    overscroll-behavior-x: auto
  }
  .\32xl\:overscroll-x-contain {
    overscroll-behavior-x: contain
  }
  .\32xl\:overscroll-x-none {
    overscroll-behavior-x: none
  }
  .\32xl\:p-0 {
    padding: 0
  }
  .\32xl\:p-1 {
    padding: 3px
  }
  .\32xl\:p-2 {
    padding: 6px
  }
  .\32xl\:p-3 {
    padding: 9px
  }
  .\32xl\:p-4 {
    padding: 12px
  }
  .\32xl\:p-5 {
    padding: 15px
  }
  .\32xl\:p-6 {
    padding: 18px
  }
  .\32xl\:p-7 {
    padding: 21px
  }
  .\32xl\:p-8 {
    padding: 24px
  }
  .\32xl\:p-9 {
    padding: 27px
  }
  .\32xl\:p-10 {
    padding: 30px
  }
  .\32xl\:p-11 {
    padding: 33px
  }
  .\32xl\:p-12 {
    padding: 36px
  }
  .\32xl\:p-14 {
    padding: 42px
  }
  .\32xl\:p-16 {
    padding: 48px
  }
  .\32xl\:p-18 {
    padding: 54px
  }
  .\32xl\:p-20 {
    padding: 60px
  }
  .\32xl\:p-24 {
    padding: 72px
  }
  .\32xl\:p-28 {
    padding: 84px
  }
  .\32xl\:p-32 {
    padding: 96px
  }
  .\32xl\:p-36 {
    padding: 108px
  }
  .\32xl\:p-40 {
    padding: 120px
  }
  .\32xl\:p-44 {
    padding: 132px
  }
  .\32xl\:p-48 {
    padding: 144px
  }
  .\32xl\:p-52 {
    padding: 156px
  }
  .\32xl\:p-56 {
    padding: 168px
  }
  .\32xl\:p-60 {
    padding: 180px
  }
  .\32xl\:p-64 {
    padding: 192px
  }
  .\32xl\:p-72 {
    padding: 216px
  }
  .\32xl\:p-80 {
    padding: 240px
  }
  .\32xl\:p-96 {
    padding: 288px
  }
  .\32xl\:p-px {
    padding: 1px
  }
  .\32xl\:p-0\.5 {
    padding: 1.5px
  }
  .\32xl\:p-1\.5 {
    padding: 4.5px
  }
  .\32xl\:p-2\.5 {
    padding: 7.5px
  }
  .\32xl\:p-3\.5 {
    padding: 10.5px
  }
  .\32xl\:py-0 {
    padding-top: 0;
    padding-bottom: 0
  }
  .\32xl\:px-0 {
    padding-left: 0;
    padding-right: 0
  }
  .\32xl\:py-1 {
    padding-top: 3px;
    padding-bottom: 3px
  }
  .\32xl\:px-1 {
    padding-left: 3px;
    padding-right: 3px
  }
  .\32xl\:py-2 {
    padding-top: 6px;
    padding-bottom: 6px
  }
  .\32xl\:px-2 {
    padding-left: 6px;
    padding-right: 6px
  }
  .\32xl\:py-3 {
    padding-top: 9px;
    padding-bottom: 9px
  }
  .\32xl\:px-3 {
    padding-left: 9px;
    padding-right: 9px
  }
  .\32xl\:py-4 {
    padding-top: 12px;
    padding-bottom: 12px
  }
  .\32xl\:px-4 {
    padding-left: 12px;
    padding-right: 12px
  }
  .\32xl\:py-5 {
    padding-top: 15px;
    padding-bottom: 15px
  }
  .\32xl\:px-5 {
    padding-left: 15px;
    padding-right: 15px
  }
  .\32xl\:py-6 {
    padding-top: 18px;
    padding-bottom: 18px
  }
  .\32xl\:px-6 {
    padding-left: 18px;
    padding-right: 18px
  }
  .\32xl\:py-7 {
    padding-top: 21px;
    padding-bottom: 21px
  }
  .\32xl\:px-7 {
    padding-left: 21px;
    padding-right: 21px
  }
  .\32xl\:py-8 {
    padding-top: 24px;
    padding-bottom: 24px
  }
  .\32xl\:px-8 {
    padding-left: 24px;
    padding-right: 24px
  }
  .\32xl\:py-9 {
    padding-top: 27px;
    padding-bottom: 27px
  }
  .\32xl\:px-9 {
    padding-left: 27px;
    padding-right: 27px
  }
  .\32xl\:py-10 {
    padding-top: 30px;
    padding-bottom: 30px
  }
  .\32xl\:px-10 {
    padding-left: 30px;
    padding-right: 30px
  }
  .\32xl\:py-11 {
    padding-top: 33px;
    padding-bottom: 33px
  }
  .\32xl\:px-11 {
    padding-left: 33px;
    padding-right: 33px
  }
  .\32xl\:py-12 {
    padding-top: 36px;
    padding-bottom: 36px
  }
  .\32xl\:px-12 {
    padding-left: 36px;
    padding-right: 36px
  }
  .\32xl\:py-14 {
    padding-top: 42px;
    padding-bottom: 42px
  }
  .\32xl\:px-14 {
    padding-left: 42px;
    padding-right: 42px
  }
  .\32xl\:py-16 {
    padding-top: 48px;
    padding-bottom: 48px
  }
  .\32xl\:px-16 {
    padding-left: 48px;
    padding-right: 48px
  }
  .\32xl\:py-18 {
    padding-top: 54px;
    padding-bottom: 54px
  }
  .\32xl\:px-18 {
    padding-left: 54px;
    padding-right: 54px
  }
  .\32xl\:py-20 {
    padding-top: 60px;
    padding-bottom: 60px
  }
  .\32xl\:px-20 {
    padding-left: 60px;
    padding-right: 60px
  }
  .\32xl\:py-24 {
    padding-top: 72px;
    padding-bottom: 72px
  }
  .\32xl\:px-24 {
    padding-left: 72px;
    padding-right: 72px
  }
  .\32xl\:py-28 {
    padding-top: 84px;
    padding-bottom: 84px
  }
  .\32xl\:px-28 {
    padding-left: 84px;
    padding-right: 84px
  }
  .\32xl\:py-32 {
    padding-top: 96px;
    padding-bottom: 96px
  }
  .\32xl\:px-32 {
    padding-left: 96px;
    padding-right: 96px
  }
  .\32xl\:py-36 {
    padding-top: 108px;
    padding-bottom: 108px
  }
  .\32xl\:px-36 {
    padding-left: 108px;
    padding-right: 108px
  }
  .\32xl\:py-40 {
    padding-top: 120px;
    padding-bottom: 120px
  }
  .\32xl\:px-40 {
    padding-left: 120px;
    padding-right: 120px
  }
  .\32xl\:py-44 {
    padding-top: 132px;
    padding-bottom: 132px
  }
  .\32xl\:px-44 {
    padding-left: 132px;
    padding-right: 132px
  }
  .\32xl\:py-48 {
    padding-top: 144px;
    padding-bottom: 144px
  }
  .\32xl\:px-48 {
    padding-left: 144px;
    padding-right: 144px
  }
  .\32xl\:py-52 {
    padding-top: 156px;
    padding-bottom: 156px
  }
  .\32xl\:px-52 {
    padding-left: 156px;
    padding-right: 156px
  }
  .\32xl\:py-56 {
    padding-top: 168px;
    padding-bottom: 168px
  }
  .\32xl\:px-56 {
    padding-left: 168px;
    padding-right: 168px
  }
  .\32xl\:py-60 {
    padding-top: 180px;
    padding-bottom: 180px
  }
  .\32xl\:px-60 {
    padding-left: 180px;
    padding-right: 180px
  }
  .\32xl\:py-64 {
    padding-top: 192px;
    padding-bottom: 192px
  }
  .\32xl\:px-64 {
    padding-left: 192px;
    padding-right: 192px
  }
  .\32xl\:py-72 {
    padding-top: 216px;
    padding-bottom: 216px
  }
  .\32xl\:px-72 {
    padding-left: 216px;
    padding-right: 216px
  }
  .\32xl\:py-80 {
    padding-top: 240px;
    padding-bottom: 240px
  }
  .\32xl\:px-80 {
    padding-left: 240px;
    padding-right: 240px
  }
  .\32xl\:py-96 {
    padding-top: 288px;
    padding-bottom: 288px
  }
  .\32xl\:px-96 {
    padding-left: 288px;
    padding-right: 288px
  }
  .\32xl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px
  }
  .\32xl\:px-px {
    padding-left: 1px;
    padding-right: 1px
  }
  .\32xl\:py-0\.5 {
    padding-top: 1.5px;
    padding-bottom: 1.5px
  }
  .\32xl\:px-0\.5 {
    padding-left: 1.5px;
    padding-right: 1.5px
  }
  .\32xl\:py-1\.5 {
    padding-top: 4.5px;
    padding-bottom: 4.5px
  }
  .\32xl\:px-1\.5 {
    padding-left: 4.5px;
    padding-right: 4.5px
  }
  .\32xl\:py-2\.5 {
    padding-top: 7.5px;
    padding-bottom: 7.5px
  }
  .\32xl\:px-2\.5 {
    padding-left: 7.5px;
    padding-right: 7.5px
  }
  .\32xl\:py-3\.5 {
    padding-top: 10.5px;
    padding-bottom: 10.5px
  }
  .\32xl\:px-3\.5 {
    padding-left: 10.5px;
    padding-right: 10.5px
  }
  .\32xl\:pt-0 {
    padding-top: 0
  }
  .\32xl\:pr-0 {
    padding-right: 0
  }
  .\32xl\:pb-0 {
    padding-bottom: 0
  }
  .\32xl\:pl-0 {
    padding-left: 0
  }
  .\32xl\:pt-1 {
    padding-top: 3px
  }
  .\32xl\:pr-1 {
    padding-right: 3px
  }
  .\32xl\:pb-1 {
    padding-bottom: 3px
  }
  .\32xl\:pl-1 {
    padding-left: 3px
  }
  .\32xl\:pt-2 {
    padding-top: 6px
  }
  .\32xl\:pr-2 {
    padding-right: 6px
  }
  .\32xl\:pb-2 {
    padding-bottom: 6px
  }
  .\32xl\:pl-2 {
    padding-left: 6px
  }
  .\32xl\:pt-3 {
    padding-top: 9px
  }
  .\32xl\:pr-3 {
    padding-right: 9px
  }
  .\32xl\:pb-3 {
    padding-bottom: 9px
  }
  .\32xl\:pl-3 {
    padding-left: 9px
  }
  .\32xl\:pt-4 {
    padding-top: 12px
  }
  .\32xl\:pr-4 {
    padding-right: 12px
  }
  .\32xl\:pb-4 {
    padding-bottom: 12px
  }
  .\32xl\:pl-4 {
    padding-left: 12px
  }
  .\32xl\:pt-5 {
    padding-top: 15px
  }
  .\32xl\:pr-5 {
    padding-right: 15px
  }
  .\32xl\:pb-5 {
    padding-bottom: 15px
  }
  .\32xl\:pl-5 {
    padding-left: 15px
  }
  .\32xl\:pt-6 {
    padding-top: 18px
  }
  .\32xl\:pr-6 {
    padding-right: 18px
  }
  .\32xl\:pb-6 {
    padding-bottom: 18px
  }
  .\32xl\:pl-6 {
    padding-left: 18px
  }
  .\32xl\:pt-7 {
    padding-top: 21px
  }
  .\32xl\:pr-7 {
    padding-right: 21px
  }
  .\32xl\:pb-7 {
    padding-bottom: 21px
  }
  .\32xl\:pl-7 {
    padding-left: 21px
  }
  .\32xl\:pt-8 {
    padding-top: 24px
  }
  .\32xl\:pr-8 {
    padding-right: 24px
  }
  .\32xl\:pb-8 {
    padding-bottom: 24px
  }
  .\32xl\:pl-8 {
    padding-left: 24px
  }
  .\32xl\:pt-9 {
    padding-top: 27px
  }
  .\32xl\:pr-9 {
    padding-right: 27px
  }
  .\32xl\:pb-9 {
    padding-bottom: 27px
  }
  .\32xl\:pl-9 {
    padding-left: 27px
  }
  .\32xl\:pt-10 {
    padding-top: 30px
  }
  .\32xl\:pr-10 {
    padding-right: 30px
  }
  .\32xl\:pb-10 {
    padding-bottom: 30px
  }
  .\32xl\:pl-10 {
    padding-left: 30px
  }
  .\32xl\:pt-11 {
    padding-top: 33px
  }
  .\32xl\:pr-11 {
    padding-right: 33px
  }
  .\32xl\:pb-11 {
    padding-bottom: 33px
  }
  .\32xl\:pl-11 {
    padding-left: 33px
  }
  .\32xl\:pt-12 {
    padding-top: 36px
  }
  .\32xl\:pr-12 {
    padding-right: 36px
  }
  .\32xl\:pb-12 {
    padding-bottom: 36px
  }
  .\32xl\:pl-12 {
    padding-left: 36px
  }
  .\32xl\:pt-14 {
    padding-top: 42px
  }
  .\32xl\:pr-14 {
    padding-right: 42px
  }
  .\32xl\:pb-14 {
    padding-bottom: 42px
  }
  .\32xl\:pl-14 {
    padding-left: 42px
  }
  .\32xl\:pt-16 {
    padding-top: 48px
  }
  .\32xl\:pr-16 {
    padding-right: 48px
  }
  .\32xl\:pb-16 {
    padding-bottom: 48px
  }
  .\32xl\:pl-16 {
    padding-left: 48px
  }
  .\32xl\:pt-18 {
    padding-top: 54px
  }
  .\32xl\:pr-18 {
    padding-right: 54px
  }
  .\32xl\:pb-18 {
    padding-bottom: 54px
  }
  .\32xl\:pl-18 {
    padding-left: 54px
  }
  .\32xl\:pt-20 {
    padding-top: 60px
  }
  .\32xl\:pr-20 {
    padding-right: 60px
  }
  .\32xl\:pb-20 {
    padding-bottom: 60px
  }
  .\32xl\:pl-20 {
    padding-left: 60px
  }
  .\32xl\:pt-24 {
    padding-top: 72px
  }
  .\32xl\:pr-24 {
    padding-right: 72px
  }
  .\32xl\:pb-24 {
    padding-bottom: 72px
  }
  .\32xl\:pl-24 {
    padding-left: 72px
  }
  .\32xl\:pt-28 {
    padding-top: 84px
  }
  .\32xl\:pr-28 {
    padding-right: 84px
  }
  .\32xl\:pb-28 {
    padding-bottom: 84px
  }
  .\32xl\:pl-28 {
    padding-left: 84px
  }
  .\32xl\:pt-32 {
    padding-top: 96px
  }
  .\32xl\:pr-32 {
    padding-right: 96px
  }
  .\32xl\:pb-32 {
    padding-bottom: 96px
  }
  .\32xl\:pl-32 {
    padding-left: 96px
  }
  .\32xl\:pt-36 {
    padding-top: 108px
  }
  .\32xl\:pr-36 {
    padding-right: 108px
  }
  .\32xl\:pb-36 {
    padding-bottom: 108px
  }
  .\32xl\:pl-36 {
    padding-left: 108px
  }
  .\32xl\:pt-40 {
    padding-top: 120px
  }
  .\32xl\:pr-40 {
    padding-right: 120px
  }
  .\32xl\:pb-40 {
    padding-bottom: 120px
  }
  .\32xl\:pl-40 {
    padding-left: 120px
  }
  .\32xl\:pt-44 {
    padding-top: 132px
  }
  .\32xl\:pr-44 {
    padding-right: 132px
  }
  .\32xl\:pb-44 {
    padding-bottom: 132px
  }
  .\32xl\:pl-44 {
    padding-left: 132px
  }
  .\32xl\:pt-48 {
    padding-top: 144px
  }
  .\32xl\:pr-48 {
    padding-right: 144px
  }
  .\32xl\:pb-48 {
    padding-bottom: 144px
  }
  .\32xl\:pl-48 {
    padding-left: 144px
  }
  .\32xl\:pt-52 {
    padding-top: 156px
  }
  .\32xl\:pr-52 {
    padding-right: 156px
  }
  .\32xl\:pb-52 {
    padding-bottom: 156px
  }
  .\32xl\:pl-52 {
    padding-left: 156px
  }
  .\32xl\:pt-56 {
    padding-top: 168px
  }
  .\32xl\:pr-56 {
    padding-right: 168px
  }
  .\32xl\:pb-56 {
    padding-bottom: 168px
  }
  .\32xl\:pl-56 {
    padding-left: 168px
  }
  .\32xl\:pt-60 {
    padding-top: 180px
  }
  .\32xl\:pr-60 {
    padding-right: 180px
  }
  .\32xl\:pb-60 {
    padding-bottom: 180px
  }
  .\32xl\:pl-60 {
    padding-left: 180px
  }
  .\32xl\:pt-64 {
    padding-top: 192px
  }
  .\32xl\:pr-64 {
    padding-right: 192px
  }
  .\32xl\:pb-64 {
    padding-bottom: 192px
  }
  .\32xl\:pl-64 {
    padding-left: 192px
  }
  .\32xl\:pt-72 {
    padding-top: 216px
  }
  .\32xl\:pr-72 {
    padding-right: 216px
  }
  .\32xl\:pb-72 {
    padding-bottom: 216px
  }
  .\32xl\:pl-72 {
    padding-left: 216px
  }
  .\32xl\:pt-80 {
    padding-top: 240px
  }
  .\32xl\:pr-80 {
    padding-right: 240px
  }
  .\32xl\:pb-80 {
    padding-bottom: 240px
  }
  .\32xl\:pl-80 {
    padding-left: 240px
  }
  .\32xl\:pt-96 {
    padding-top: 288px
  }
  .\32xl\:pr-96 {
    padding-right: 288px
  }
  .\32xl\:pb-96 {
    padding-bottom: 288px
  }
  .\32xl\:pl-96 {
    padding-left: 288px
  }
  .\32xl\:pt-px {
    padding-top: 1px
  }
  .\32xl\:pr-px {
    padding-right: 1px
  }
  .\32xl\:pb-px {
    padding-bottom: 1px
  }
  .\32xl\:pl-px {
    padding-left: 1px
  }
  .\32xl\:pt-0\.5 {
    padding-top: 1.5px
  }
  .\32xl\:pr-0\.5 {
    padding-right: 1.5px
  }
  .\32xl\:pb-0\.5 {
    padding-bottom: 1.5px
  }
  .\32xl\:pl-0\.5 {
    padding-left: 1.5px
  }
  .\32xl\:pt-1\.5 {
    padding-top: 4.5px
  }
  .\32xl\:pr-1\.5 {
    padding-right: 4.5px
  }
  .\32xl\:pb-1\.5 {
    padding-bottom: 4.5px
  }
  .\32xl\:pl-1\.5 {
    padding-left: 4.5px
  }
  .\32xl\:pt-2\.5 {
    padding-top: 7.5px
  }
  .\32xl\:pr-2\.5 {
    padding-right: 7.5px
  }
  .\32xl\:pb-2\.5 {
    padding-bottom: 7.5px
  }
  .\32xl\:pl-2\.5 {
    padding-left: 7.5px
  }
  .\32xl\:pt-3\.5 {
    padding-top: 10.5px
  }
  .\32xl\:pr-3\.5 {
    padding-right: 10.5px
  }
  .\32xl\:pb-3\.5 {
    padding-bottom: 10.5px
  }
  .\32xl\:pl-3\.5 {
    padding-left: 10.5px
  }
  .\32xl\:placeholder-primary-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-primary-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-primary-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-primary-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-primary-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-primary-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-primary-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 226, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-primary-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 226, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-primary-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 226, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-primary-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 230, 175, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-primary-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 230, 175, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-primary-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 230, 175, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-primary-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 213, 124, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-primary-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 213, 124, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-primary-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 213, 124, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-primary-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-primary-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-primary-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-primary-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 181, 22, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-primary-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 181, 22, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-primary-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 181, 22, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-primary-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 154, 0, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-primary-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 154, 0, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-primary-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 154, 0, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-primary-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(175, 119, 0, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-primary-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(175, 119, 0, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-primary-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(175, 119, 0, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-primary-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 84, 0, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-primary-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 84, 0, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-primary-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 84, 0, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-primary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-primary:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-primary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-secondary-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 251, 223, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-secondary-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 251, 223, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-secondary-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 251, 223, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-secondary-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 249, 208, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-secondary-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 249, 208, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-secondary-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 249, 208, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-secondary-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(135, 245, 178, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-secondary-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(135, 245, 178, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-secondary-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(135, 245, 178, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-secondary-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 241, 148, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-secondary-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 241, 148, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-secondary-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 241, 148, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-secondary-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 238, 118, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-secondary-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 238, 118, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-secondary-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 238, 118, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-secondary-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-secondary-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-secondary-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-secondary-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 163, 72, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-secondary-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 163, 72, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-secondary-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 163, 72, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-secondary-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(9, 116, 51, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-secondary-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(9, 116, 51, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-secondary-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(9, 116, 51, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-secondary-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 68, 30, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-secondary-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 68, 30, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-secondary-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 68, 30, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-secondary-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 21, 9, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-secondary-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 21, 9, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-secondary-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 21, 9, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-secondary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-secondary:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-secondary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-accent-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-accent-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-accent-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-accent-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-accent-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-accent-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-accent-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-accent-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-accent-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-accent-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-accent-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-accent-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-accent-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-accent-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-accent-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-accent-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-accent-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-accent-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-accent-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-accent-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-accent-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-accent-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-accent-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-accent-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-accent-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-accent-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-accent-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-accent-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-accent-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-accent-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-shade-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 58, 49, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-shade-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 58, 49, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-shade-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 58, 49, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-shade-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 47, 53, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-shade-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 47, 53, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-shade-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 47, 53, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-gray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-gray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-gray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-gray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-gray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-gray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-gray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-gray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-gray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-gray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-brand-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-brand-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-brand-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-brand-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-brand-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-brand-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-brand-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-brand-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-brand-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-brand-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-brand-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-brand-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-brand-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-brand-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-brand-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-brand-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-brand-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-brand-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-brand-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-brand-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-brand-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-brand-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-brand-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-brand-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-brand-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-brand-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-brand-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-brand-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-brand-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-brand-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity))
  }
  .\32xl\:placeholder-transparent::-moz-placeholder {
    color: transparent
  }
  .\32xl\:placeholder-transparent:-ms-input-placeholder {
    color: transparent
  }
  .\32xl\:placeholder-transparent::placeholder {
    color: transparent
  }
  .\32xl\:placeholder-current::-moz-placeholder {
    color: currentColor
  }
  .\32xl\:placeholder-current:-ms-input-placeholder {
    color: currentColor
  }
  .\32xl\:placeholder-current::placeholder {
    color: currentColor
  }
  .\32xl\:focus\:placeholder-primary-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-primary-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-primary-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-primary-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-primary-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-primary-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-primary-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 226, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-primary-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 226, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-primary-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 246, 226, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-primary-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 230, 175, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-primary-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 230, 175, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-primary-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 230, 175, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-primary-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 213, 124, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-primary-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 213, 124, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-primary-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 213, 124, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-primary-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-primary-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-primary-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-primary-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 181, 22, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-primary-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 181, 22, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-primary-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 181, 22, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-primary-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 154, 0, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-primary-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 154, 0, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-primary-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(226, 154, 0, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-primary-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(175, 119, 0, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-primary-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(175, 119, 0, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-primary-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(175, 119, 0, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-primary-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 84, 0, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-primary-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 84, 0, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-primary-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 84, 0, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-primary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-primary:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-primary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-secondary-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 251, 223, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-secondary-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 251, 223, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-secondary-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(206, 251, 223, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-secondary-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 249, 208, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-secondary-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 249, 208, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-secondary-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(182, 249, 208, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-secondary-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(135, 245, 178, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-secondary-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(135, 245, 178, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-secondary-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(135, 245, 178, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-secondary-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 241, 148, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-secondary-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 241, 148, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-secondary-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(88, 241, 148, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-secondary-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 238, 118, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-secondary-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 238, 118, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-secondary-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 238, 118, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-secondary-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-secondary-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-secondary-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-secondary-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 163, 72, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-secondary-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 163, 72, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-secondary-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(13, 163, 72, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-secondary-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(9, 116, 51, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-secondary-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(9, 116, 51, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-secondary-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(9, 116, 51, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-secondary-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 68, 30, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-secondary-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 68, 30, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-secondary-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 68, 30, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-secondary-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 21, 9, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-secondary-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 21, 9, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-secondary-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(2, 21, 9, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-secondary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-secondary:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-secondary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-accent-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-accent-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-accent-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-accent-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-accent-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-accent-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-accent-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-accent-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-accent-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-accent-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-accent-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-accent-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-accent-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-accent-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-accent-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-accent-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-accent-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-accent-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-accent-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-accent-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-accent-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-accent-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-accent-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-accent-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-accent-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-accent-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-accent-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-accent-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-accent-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-accent-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-shade-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 58, 49, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-shade-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 58, 49, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-shade-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 58, 49, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-shade-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 47, 53, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-shade-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 47, 53, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-shade-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(45, 47, 53, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-gray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-brand-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-brand-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-brand-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-brand-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-brand-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-brand-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-brand-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-brand-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-brand-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-brand-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-brand-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-brand-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-brand-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-brand-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-brand-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-brand-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-brand-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-brand-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-brand-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-brand-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-brand-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-brand-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-brand-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-brand-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-brand-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-brand-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-brand-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-brand-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-brand-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-brand-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity))
  }
  .\32xl\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent
  }
  .\32xl\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent
  }
  .\32xl\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent
  }
  .\32xl\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor
  }
  .\32xl\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: currentColor
  }
  .\32xl\:focus\:placeholder-current:focus::placeholder {
    color: currentColor
  }
  .\32xl\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0
  }
  .\32xl\:placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0
  }
  .\32xl\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0
  }
  .\32xl\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05
  }
  .\32xl\:placeholder-opacity-5:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05
  }
  .\32xl\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05
  }
  .\32xl\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1
  }
  .\32xl\:placeholder-opacity-10:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1
  }
  .\32xl\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1
  }
  .\32xl\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2
  }
  .\32xl\:placeholder-opacity-20:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2
  }
  .\32xl\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2
  }
  .\32xl\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25
  }
  .\32xl\:placeholder-opacity-25:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25
  }
  .\32xl\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25
  }
  .\32xl\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3
  }
  .\32xl\:placeholder-opacity-30:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3
  }
  .\32xl\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3
  }
  .\32xl\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4
  }
  .\32xl\:placeholder-opacity-40:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4
  }
  .\32xl\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4
  }
  .\32xl\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5
  }
  .\32xl\:placeholder-opacity-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5
  }
  .\32xl\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5
  }
  .\32xl\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6
  }
  .\32xl\:placeholder-opacity-60:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6
  }
  .\32xl\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6
  }
  .\32xl\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7
  }
  .\32xl\:placeholder-opacity-70:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7
  }
  .\32xl\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7
  }
  .\32xl\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75
  }
  .\32xl\:placeholder-opacity-75:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75
  }
  .\32xl\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75
  }
  .\32xl\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8
  }
  .\32xl\:placeholder-opacity-80:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8
  }
  .\32xl\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8
  }
  .\32xl\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9
  }
  .\32xl\:placeholder-opacity-90:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9
  }
  .\32xl\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9
  }
  .\32xl\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95
  }
  .\32xl\:placeholder-opacity-95:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95
  }
  .\32xl\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95
  }
  .\32xl\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1
  }
  .\32xl\:placeholder-opacity-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1
  }
  .\32xl\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1
  }
  .\32xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0
  }
  .\32xl\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0
  }
  .\32xl\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0
  }
  .\32xl\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05
  }
  .\32xl\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05
  }
  .\32xl\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05
  }
  .\32xl\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1
  }
  .\32xl\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1
  }
  .\32xl\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1
  }
  .\32xl\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2
  }
  .\32xl\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2
  }
  .\32xl\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2
  }
  .\32xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25
  }
  .\32xl\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25
  }
  .\32xl\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25
  }
  .\32xl\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3
  }
  .\32xl\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3
  }
  .\32xl\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3
  }
  .\32xl\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4
  }
  .\32xl\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4
  }
  .\32xl\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4
  }
  .\32xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5
  }
  .\32xl\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5
  }
  .\32xl\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5
  }
  .\32xl\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6
  }
  .\32xl\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6
  }
  .\32xl\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6
  }
  .\32xl\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7
  }
  .\32xl\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7
  }
  .\32xl\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7
  }
  .\32xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75
  }
  .\32xl\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75
  }
  .\32xl\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75
  }
  .\32xl\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8
  }
  .\32xl\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8
  }
  .\32xl\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8
  }
  .\32xl\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9
  }
  .\32xl\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9
  }
  .\32xl\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9
  }
  .\32xl\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95
  }
  .\32xl\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95
  }
  .\32xl\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95
  }
  .\32xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1
  }
  .\32xl\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1
  }
  .\32xl\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1
  }
  .\32xl\:pointer-events-none {
    pointer-events: none
  }
  .\32xl\:pointer-events-auto {
    pointer-events: auto
  }
  .\32xl\:static {
    position: static
  }
  .\32xl\:fixed {
    position: fixed
  }
  .\32xl\:absolute {
    position: absolute
  }
  .\32xl\:relative {
    position: relative
  }
  .\32xl\:sticky {
    position: -webkit-sticky;
    position: sticky
  }
  .\32xl\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
  }
  .\32xl\:inset-1 {
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px
  }
  .\32xl\:inset-2 {
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: 6px
  }
  .\32xl\:inset-3 {
    top: 9px;
    right: 9px;
    bottom: 9px;
    left: 9px
  }
  .\32xl\:inset-4 {
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px
  }
  .\32xl\:inset-5 {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px
  }
  .\32xl\:inset-6 {
    top: 18px;
    right: 18px;
    bottom: 18px;
    left: 18px
  }
  .\32xl\:inset-7 {
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px
  }
  .\32xl\:inset-8 {
    top: 24px;
    right: 24px;
    bottom: 24px;
    left: 24px
  }
  .\32xl\:inset-9 {
    top: 27px;
    right: 27px;
    bottom: 27px;
    left: 27px
  }
  .\32xl\:inset-10 {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px
  }
  .\32xl\:inset-11 {
    top: 33px;
    right: 33px;
    bottom: 33px;
    left: 33px
  }
  .\32xl\:inset-12 {
    top: 36px;
    right: 36px;
    bottom: 36px;
    left: 36px
  }
  .\32xl\:inset-14 {
    top: 42px;
    right: 42px;
    bottom: 42px;
    left: 42px
  }
  .\32xl\:inset-16 {
    top: 48px;
    right: 48px;
    bottom: 48px;
    left: 48px
  }
  .\32xl\:inset-18 {
    top: 54px;
    right: 54px;
    bottom: 54px;
    left: 54px
  }
  .\32xl\:inset-20 {
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px
  }
  .\32xl\:inset-24 {
    top: 72px;
    right: 72px;
    bottom: 72px;
    left: 72px
  }
  .\32xl\:inset-28 {
    top: 84px;
    right: 84px;
    bottom: 84px;
    left: 84px
  }
  .\32xl\:inset-32 {
    top: 96px;
    right: 96px;
    bottom: 96px;
    left: 96px
  }
  .\32xl\:inset-36 {
    top: 108px;
    right: 108px;
    bottom: 108px;
    left: 108px
  }
  .\32xl\:inset-40 {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px
  }
  .\32xl\:inset-44 {
    top: 132px;
    right: 132px;
    bottom: 132px;
    left: 132px
  }
  .\32xl\:inset-48 {
    top: 144px;
    right: 144px;
    bottom: 144px;
    left: 144px
  }
  .\32xl\:inset-52 {
    top: 156px;
    right: 156px;
    bottom: 156px;
    left: 156px
  }
  .\32xl\:inset-56 {
    top: 168px;
    right: 168px;
    bottom: 168px;
    left: 168px
  }
  .\32xl\:inset-60 {
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px
  }
  .\32xl\:inset-64 {
    top: 192px;
    right: 192px;
    bottom: 192px;
    left: 192px
  }
  .\32xl\:inset-72 {
    top: 216px;
    right: 216px;
    bottom: 216px;
    left: 216px
  }
  .\32xl\:inset-80 {
    top: 240px;
    right: 240px;
    bottom: 240px;
    left: 240px
  }
  .\32xl\:inset-96 {
    top: 288px;
    right: 288px;
    bottom: 288px;
    left: 288px
  }
  .\32xl\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto
  }
  .\32xl\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px
  }
  .\32xl\:inset-0\.5 {
    top: 1.5px;
    right: 1.5px;
    bottom: 1.5px;
    left: 1.5px
  }
  .\32xl\:inset-1\.5 {
    top: 4.5px;
    right: 4.5px;
    bottom: 4.5px;
    left: 4.5px
  }
  .\32xl\:inset-2\.5 {
    top: 7.5px;
    right: 7.5px;
    bottom: 7.5px;
    left: 7.5px
  }
  .\32xl\:inset-3\.5 {
    top: 10.5px;
    right: 10.5px;
    bottom: 10.5px;
    left: 10.5px
  }
  .\32xl\:-inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
  }
  .\32xl\:-inset-1 {
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px
  }
  .\32xl\:-inset-2 {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px
  }
  .\32xl\:-inset-3 {
    top: -9px;
    right: -9px;
    bottom: -9px;
    left: -9px
  }
  .\32xl\:-inset-4 {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px
  }
  .\32xl\:-inset-5 {
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px
  }
  .\32xl\:-inset-6 {
    top: -18px;
    right: -18px;
    bottom: -18px;
    left: -18px
  }
  .\32xl\:-inset-7 {
    top: -21px;
    right: -21px;
    bottom: -21px;
    left: -21px
  }
  .\32xl\:-inset-8 {
    top: -24px;
    right: -24px;
    bottom: -24px;
    left: -24px
  }
  .\32xl\:-inset-9 {
    top: -27px;
    right: -27px;
    bottom: -27px;
    left: -27px
  }
  .\32xl\:-inset-10 {
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px
  }
  .\32xl\:-inset-11 {
    top: -33px;
    right: -33px;
    bottom: -33px;
    left: -33px
  }
  .\32xl\:-inset-12 {
    top: -36px;
    right: -36px;
    bottom: -36px;
    left: -36px
  }
  .\32xl\:-inset-14 {
    top: -42px;
    right: -42px;
    bottom: -42px;
    left: -42px
  }
  .\32xl\:-inset-16 {
    top: -48px;
    right: -48px;
    bottom: -48px;
    left: -48px
  }
  .\32xl\:-inset-18 {
    top: -54px;
    right: -54px;
    bottom: -54px;
    left: -54px
  }
  .\32xl\:-inset-20 {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px
  }
  .\32xl\:-inset-24 {
    top: -72px;
    right: -72px;
    bottom: -72px;
    left: -72px
  }
  .\32xl\:-inset-28 {
    top: -84px;
    right: -84px;
    bottom: -84px;
    left: -84px
  }
  .\32xl\:-inset-32 {
    top: -96px;
    right: -96px;
    bottom: -96px;
    left: -96px
  }
  .\32xl\:-inset-36 {
    top: -108px;
    right: -108px;
    bottom: -108px;
    left: -108px
  }
  .\32xl\:-inset-40 {
    top: -120px;
    right: -120px;
    bottom: -120px;
    left: -120px
  }
  .\32xl\:-inset-44 {
    top: -132px;
    right: -132px;
    bottom: -132px;
    left: -132px
  }
  .\32xl\:-inset-48 {
    top: -144px;
    right: -144px;
    bottom: -144px;
    left: -144px
  }
  .\32xl\:-inset-52 {
    top: -156px;
    right: -156px;
    bottom: -156px;
    left: -156px
  }
  .\32xl\:-inset-56 {
    top: -168px;
    right: -168px;
    bottom: -168px;
    left: -168px
  }
  .\32xl\:-inset-60 {
    top: -180px;
    right: -180px;
    bottom: -180px;
    left: -180px
  }
  .\32xl\:-inset-64 {
    top: -192px;
    right: -192px;
    bottom: -192px;
    left: -192px
  }
  .\32xl\:-inset-72 {
    top: -216px;
    right: -216px;
    bottom: -216px;
    left: -216px
  }
  .\32xl\:-inset-80 {
    top: -240px;
    right: -240px;
    bottom: -240px;
    left: -240px
  }
  .\32xl\:-inset-96 {
    top: -288px;
    right: -288px;
    bottom: -288px;
    left: -288px
  }
  .\32xl\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px
  }
  .\32xl\:-inset-0\.5 {
    top: -1.5px;
    right: -1.5px;
    bottom: -1.5px;
    left: -1.5px
  }
  .\32xl\:-inset-1\.5 {
    top: -4.5px;
    right: -4.5px;
    bottom: -4.5px;
    left: -4.5px
  }
  .\32xl\:-inset-2\.5 {
    top: -7.5px;
    right: -7.5px;
    bottom: -7.5px;
    left: -7.5px
  }
  .\32xl\:-inset-3\.5 {
    top: -10.5px;
    right: -10.5px;
    bottom: -10.5px;
    left: -10.5px
  }
  .\32xl\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%
  }
  .\32xl\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%
  }
  .\32xl\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%
  }
  .\32xl\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%
  }
  .\32xl\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%
  }
  .\32xl\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%
  }
  .\32xl\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%
  }
  .\32xl\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%
  }
  .\32xl\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%
  }
  .\32xl\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%
  }
  .\32xl\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%
  }
  .\32xl\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%
  }
  .\32xl\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%
  }
  .\32xl\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%
  }
  .\32xl\:inset-y-0 {
    top: 0;
    bottom: 0
  }
  .\32xl\:inset-x-0 {
    right: 0;
    left: 0
  }
  .\32xl\:inset-y-1 {
    top: 3px;
    bottom: 3px
  }
  .\32xl\:inset-x-1 {
    right: 3px;
    left: 3px
  }
  .\32xl\:inset-y-2 {
    top: 6px;
    bottom: 6px
  }
  .\32xl\:inset-x-2 {
    right: 6px;
    left: 6px
  }
  .\32xl\:inset-y-3 {
    top: 9px;
    bottom: 9px
  }
  .\32xl\:inset-x-3 {
    right: 9px;
    left: 9px
  }
  .\32xl\:inset-y-4 {
    top: 12px;
    bottom: 12px
  }
  .\32xl\:inset-x-4 {
    right: 12px;
    left: 12px
  }
  .\32xl\:inset-y-5 {
    top: 15px;
    bottom: 15px
  }
  .\32xl\:inset-x-5 {
    right: 15px;
    left: 15px
  }
  .\32xl\:inset-y-6 {
    top: 18px;
    bottom: 18px
  }
  .\32xl\:inset-x-6 {
    right: 18px;
    left: 18px
  }
  .\32xl\:inset-y-7 {
    top: 21px;
    bottom: 21px
  }
  .\32xl\:inset-x-7 {
    right: 21px;
    left: 21px
  }
  .\32xl\:inset-y-8 {
    top: 24px;
    bottom: 24px
  }
  .\32xl\:inset-x-8 {
    right: 24px;
    left: 24px
  }
  .\32xl\:inset-y-9 {
    top: 27px;
    bottom: 27px
  }
  .\32xl\:inset-x-9 {
    right: 27px;
    left: 27px
  }
  .\32xl\:inset-y-10 {
    top: 30px;
    bottom: 30px
  }
  .\32xl\:inset-x-10 {
    right: 30px;
    left: 30px
  }
  .\32xl\:inset-y-11 {
    top: 33px;
    bottom: 33px
  }
  .\32xl\:inset-x-11 {
    right: 33px;
    left: 33px
  }
  .\32xl\:inset-y-12 {
    top: 36px;
    bottom: 36px
  }
  .\32xl\:inset-x-12 {
    right: 36px;
    left: 36px
  }
  .\32xl\:inset-y-14 {
    top: 42px;
    bottom: 42px
  }
  .\32xl\:inset-x-14 {
    right: 42px;
    left: 42px
  }
  .\32xl\:inset-y-16 {
    top: 48px;
    bottom: 48px
  }
  .\32xl\:inset-x-16 {
    right: 48px;
    left: 48px
  }
  .\32xl\:inset-y-18 {
    top: 54px;
    bottom: 54px
  }
  .\32xl\:inset-x-18 {
    right: 54px;
    left: 54px
  }
  .\32xl\:inset-y-20 {
    top: 60px;
    bottom: 60px
  }
  .\32xl\:inset-x-20 {
    right: 60px;
    left: 60px
  }
  .\32xl\:inset-y-24 {
    top: 72px;
    bottom: 72px
  }
  .\32xl\:inset-x-24 {
    right: 72px;
    left: 72px
  }
  .\32xl\:inset-y-28 {
    top: 84px;
    bottom: 84px
  }
  .\32xl\:inset-x-28 {
    right: 84px;
    left: 84px
  }
  .\32xl\:inset-y-32 {
    top: 96px;
    bottom: 96px
  }
  .\32xl\:inset-x-32 {
    right: 96px;
    left: 96px
  }
  .\32xl\:inset-y-36 {
    top: 108px;
    bottom: 108px
  }
  .\32xl\:inset-x-36 {
    right: 108px;
    left: 108px
  }
  .\32xl\:inset-y-40 {
    top: 120px;
    bottom: 120px
  }
  .\32xl\:inset-x-40 {
    right: 120px;
    left: 120px
  }
  .\32xl\:inset-y-44 {
    top: 132px;
    bottom: 132px
  }
  .\32xl\:inset-x-44 {
    right: 132px;
    left: 132px
  }
  .\32xl\:inset-y-48 {
    top: 144px;
    bottom: 144px
  }
  .\32xl\:inset-x-48 {
    right: 144px;
    left: 144px
  }
  .\32xl\:inset-y-52 {
    top: 156px;
    bottom: 156px
  }
  .\32xl\:inset-x-52 {
    right: 156px;
    left: 156px
  }
  .\32xl\:inset-y-56 {
    top: 168px;
    bottom: 168px
  }
  .\32xl\:inset-x-56 {
    right: 168px;
    left: 168px
  }
  .\32xl\:inset-y-60 {
    top: 180px;
    bottom: 180px
  }
  .\32xl\:inset-x-60 {
    right: 180px;
    left: 180px
  }
  .\32xl\:inset-y-64 {
    top: 192px;
    bottom: 192px
  }
  .\32xl\:inset-x-64 {
    right: 192px;
    left: 192px
  }
  .\32xl\:inset-y-72 {
    top: 216px;
    bottom: 216px
  }
  .\32xl\:inset-x-72 {
    right: 216px;
    left: 216px
  }
  .\32xl\:inset-y-80 {
    top: 240px;
    bottom: 240px
  }
  .\32xl\:inset-x-80 {
    right: 240px;
    left: 240px
  }
  .\32xl\:inset-y-96 {
    top: 288px;
    bottom: 288px
  }
  .\32xl\:inset-x-96 {
    right: 288px;
    left: 288px
  }
  .\32xl\:inset-y-auto {
    top: auto;
    bottom: auto
  }
  .\32xl\:inset-x-auto {
    right: auto;
    left: auto
  }
  .\32xl\:inset-y-px {
    top: 1px;
    bottom: 1px
  }
  .\32xl\:inset-x-px {
    right: 1px;
    left: 1px
  }
  .\32xl\:inset-y-0\.5 {
    top: 1.5px;
    bottom: 1.5px
  }
  .\32xl\:inset-x-0\.5 {
    right: 1.5px;
    left: 1.5px
  }
  .\32xl\:inset-y-1\.5 {
    top: 4.5px;
    bottom: 4.5px
  }
  .\32xl\:inset-x-1\.5 {
    right: 4.5px;
    left: 4.5px
  }
  .\32xl\:inset-y-2\.5 {
    top: 7.5px;
    bottom: 7.5px
  }
  .\32xl\:inset-x-2\.5 {
    right: 7.5px;
    left: 7.5px
  }
  .\32xl\:inset-y-3\.5 {
    top: 10.5px;
    bottom: 10.5px
  }
  .\32xl\:inset-x-3\.5 {
    right: 10.5px;
    left: 10.5px
  }
  .\32xl\:-inset-y-0 {
    top: 0;
    bottom: 0
  }
  .\32xl\:-inset-x-0 {
    right: 0;
    left: 0
  }
  .\32xl\:-inset-y-1 {
    top: -3px;
    bottom: -3px
  }
  .\32xl\:-inset-x-1 {
    right: -3px;
    left: -3px
  }
  .\32xl\:-inset-y-2 {
    top: -6px;
    bottom: -6px
  }
  .\32xl\:-inset-x-2 {
    right: -6px;
    left: -6px
  }
  .\32xl\:-inset-y-3 {
    top: -9px;
    bottom: -9px
  }
  .\32xl\:-inset-x-3 {
    right: -9px;
    left: -9px
  }
  .\32xl\:-inset-y-4 {
    top: -12px;
    bottom: -12px
  }
  .\32xl\:-inset-x-4 {
    right: -12px;
    left: -12px
  }
  .\32xl\:-inset-y-5 {
    top: -15px;
    bottom: -15px
  }
  .\32xl\:-inset-x-5 {
    right: -15px;
    left: -15px
  }
  .\32xl\:-inset-y-6 {
    top: -18px;
    bottom: -18px
  }
  .\32xl\:-inset-x-6 {
    right: -18px;
    left: -18px
  }
  .\32xl\:-inset-y-7 {
    top: -21px;
    bottom: -21px
  }
  .\32xl\:-inset-x-7 {
    right: -21px;
    left: -21px
  }
  .\32xl\:-inset-y-8 {
    top: -24px;
    bottom: -24px
  }
  .\32xl\:-inset-x-8 {
    right: -24px;
    left: -24px
  }
  .\32xl\:-inset-y-9 {
    top: -27px;
    bottom: -27px
  }
  .\32xl\:-inset-x-9 {
    right: -27px;
    left: -27px
  }
  .\32xl\:-inset-y-10 {
    top: -30px;
    bottom: -30px
  }
  .\32xl\:-inset-x-10 {
    right: -30px;
    left: -30px
  }
  .\32xl\:-inset-y-11 {
    top: -33px;
    bottom: -33px
  }
  .\32xl\:-inset-x-11 {
    right: -33px;
    left: -33px
  }
  .\32xl\:-inset-y-12 {
    top: -36px;
    bottom: -36px
  }
  .\32xl\:-inset-x-12 {
    right: -36px;
    left: -36px
  }
  .\32xl\:-inset-y-14 {
    top: -42px;
    bottom: -42px
  }
  .\32xl\:-inset-x-14 {
    right: -42px;
    left: -42px
  }
  .\32xl\:-inset-y-16 {
    top: -48px;
    bottom: -48px
  }
  .\32xl\:-inset-x-16 {
    right: -48px;
    left: -48px
  }
  .\32xl\:-inset-y-18 {
    top: -54px;
    bottom: -54px
  }
  .\32xl\:-inset-x-18 {
    right: -54px;
    left: -54px
  }
  .\32xl\:-inset-y-20 {
    top: -60px;
    bottom: -60px
  }
  .\32xl\:-inset-x-20 {
    right: -60px;
    left: -60px
  }
  .\32xl\:-inset-y-24 {
    top: -72px;
    bottom: -72px
  }
  .\32xl\:-inset-x-24 {
    right: -72px;
    left: -72px
  }
  .\32xl\:-inset-y-28 {
    top: -84px;
    bottom: -84px
  }
  .\32xl\:-inset-x-28 {
    right: -84px;
    left: -84px
  }
  .\32xl\:-inset-y-32 {
    top: -96px;
    bottom: -96px
  }
  .\32xl\:-inset-x-32 {
    right: -96px;
    left: -96px
  }
  .\32xl\:-inset-y-36 {
    top: -108px;
    bottom: -108px
  }
  .\32xl\:-inset-x-36 {
    right: -108px;
    left: -108px
  }
  .\32xl\:-inset-y-40 {
    top: -120px;
    bottom: -120px
  }
  .\32xl\:-inset-x-40 {
    right: -120px;
    left: -120px
  }
  .\32xl\:-inset-y-44 {
    top: -132px;
    bottom: -132px
  }
  .\32xl\:-inset-x-44 {
    right: -132px;
    left: -132px
  }
  .\32xl\:-inset-y-48 {
    top: -144px;
    bottom: -144px
  }
  .\32xl\:-inset-x-48 {
    right: -144px;
    left: -144px
  }
  .\32xl\:-inset-y-52 {
    top: -156px;
    bottom: -156px
  }
  .\32xl\:-inset-x-52 {
    right: -156px;
    left: -156px
  }
  .\32xl\:-inset-y-56 {
    top: -168px;
    bottom: -168px
  }
  .\32xl\:-inset-x-56 {
    right: -168px;
    left: -168px
  }
  .\32xl\:-inset-y-60 {
    top: -180px;
    bottom: -180px
  }
  .\32xl\:-inset-x-60 {
    right: -180px;
    left: -180px
  }
  .\32xl\:-inset-y-64 {
    top: -192px;
    bottom: -192px
  }
  .\32xl\:-inset-x-64 {
    right: -192px;
    left: -192px
  }
  .\32xl\:-inset-y-72 {
    top: -216px;
    bottom: -216px
  }
  .\32xl\:-inset-x-72 {
    right: -216px;
    left: -216px
  }
  .\32xl\:-inset-y-80 {
    top: -240px;
    bottom: -240px
  }
  .\32xl\:-inset-x-80 {
    right: -240px;
    left: -240px
  }
  .\32xl\:-inset-y-96 {
    top: -288px;
    bottom: -288px
  }
  .\32xl\:-inset-x-96 {
    right: -288px;
    left: -288px
  }
  .\32xl\:-inset-y-px {
    top: -1px;
    bottom: -1px
  }
  .\32xl\:-inset-x-px {
    right: -1px;
    left: -1px
  }
  .\32xl\:-inset-y-0\.5 {
    top: -1.5px;
    bottom: -1.5px
  }
  .\32xl\:-inset-x-0\.5 {
    right: -1.5px;
    left: -1.5px
  }
  .\32xl\:-inset-y-1\.5 {
    top: -4.5px;
    bottom: -4.5px
  }
  .\32xl\:-inset-x-1\.5 {
    right: -4.5px;
    left: -4.5px
  }
  .\32xl\:-inset-y-2\.5 {
    top: -7.5px;
    bottom: -7.5px
  }
  .\32xl\:-inset-x-2\.5 {
    right: -7.5px;
    left: -7.5px
  }
  .\32xl\:-inset-y-3\.5 {
    top: -10.5px;
    bottom: -10.5px
  }
  .\32xl\:-inset-x-3\.5 {
    right: -10.5px;
    left: -10.5px
  }
  .\32xl\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%
  }
  .\32xl\:inset-x-1\/2 {
    right: 50%;
    left: 50%
  }
  .\32xl\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%
  }
  .\32xl\:inset-x-1\/3 {
    right: 33.333333%;
    left: 33.333333%
  }
  .\32xl\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%
  }
  .\32xl\:inset-x-2\/3 {
    right: 66.666667%;
    left: 66.666667%
  }
  .\32xl\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%
  }
  .\32xl\:inset-x-1\/4 {
    right: 25%;
    left: 25%
  }
  .\32xl\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%
  }
  .\32xl\:inset-x-2\/4 {
    right: 50%;
    left: 50%
  }
  .\32xl\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%
  }
  .\32xl\:inset-x-3\/4 {
    right: 75%;
    left: 75%
  }
  .\32xl\:inset-y-full {
    top: 100%;
    bottom: 100%
  }
  .\32xl\:inset-x-full {
    right: 100%;
    left: 100%
  }
  .\32xl\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%
  }
  .\32xl\:-inset-x-1\/2 {
    right: -50%;
    left: -50%
  }
  .\32xl\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%
  }
  .\32xl\:-inset-x-1\/3 {
    right: -33.333333%;
    left: -33.333333%
  }
  .\32xl\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%
  }
  .\32xl\:-inset-x-2\/3 {
    right: -66.666667%;
    left: -66.666667%
  }
  .\32xl\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%
  }
  .\32xl\:-inset-x-1\/4 {
    right: -25%;
    left: -25%
  }
  .\32xl\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%
  }
  .\32xl\:-inset-x-2\/4 {
    right: -50%;
    left: -50%
  }
  .\32xl\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%
  }
  .\32xl\:-inset-x-3\/4 {
    right: -75%;
    left: -75%
  }
  .\32xl\:-inset-y-full {
    top: -100%;
    bottom: -100%
  }
  .\32xl\:-inset-x-full {
    right: -100%;
    left: -100%
  }
  .\32xl\:top-0 {
    top: 0
  }
  .\32xl\:right-0 {
    right: 0
  }
  .\32xl\:bottom-0 {
    bottom: 0
  }
  .\32xl\:left-0 {
    left: 0
  }
  .\32xl\:top-1 {
    top: 3px
  }
  .\32xl\:right-1 {
    right: 3px
  }
  .\32xl\:bottom-1 {
    bottom: 3px
  }
  .\32xl\:left-1 {
    left: 3px
  }
  .\32xl\:top-2 {
    top: 6px
  }
  .\32xl\:right-2 {
    right: 6px
  }
  .\32xl\:bottom-2 {
    bottom: 6px
  }
  .\32xl\:left-2 {
    left: 6px
  }
  .\32xl\:top-3 {
    top: 9px
  }
  .\32xl\:right-3 {
    right: 9px
  }
  .\32xl\:bottom-3 {
    bottom: 9px
  }
  .\32xl\:left-3 {
    left: 9px
  }
  .\32xl\:top-4 {
    top: 12px
  }
  .\32xl\:right-4 {
    right: 12px
  }
  .\32xl\:bottom-4 {
    bottom: 12px
  }
  .\32xl\:left-4 {
    left: 12px
  }
  .\32xl\:top-5 {
    top: 15px
  }
  .\32xl\:right-5 {
    right: 15px
  }
  .\32xl\:bottom-5 {
    bottom: 15px
  }
  .\32xl\:left-5 {
    left: 15px
  }
  .\32xl\:top-6 {
    top: 18px
  }
  .\32xl\:right-6 {
    right: 18px
  }
  .\32xl\:bottom-6 {
    bottom: 18px
  }
  .\32xl\:left-6 {
    left: 18px
  }
  .\32xl\:top-7 {
    top: 21px
  }
  .\32xl\:right-7 {
    right: 21px
  }
  .\32xl\:bottom-7 {
    bottom: 21px
  }
  .\32xl\:left-7 {
    left: 21px
  }
  .\32xl\:top-8 {
    top: 24px
  }
  .\32xl\:right-8 {
    right: 24px
  }
  .\32xl\:bottom-8 {
    bottom: 24px
  }
  .\32xl\:left-8 {
    left: 24px
  }
  .\32xl\:top-9 {
    top: 27px
  }
  .\32xl\:right-9 {
    right: 27px
  }
  .\32xl\:bottom-9 {
    bottom: 27px
  }
  .\32xl\:left-9 {
    left: 27px
  }
  .\32xl\:top-10 {
    top: 30px
  }
  .\32xl\:right-10 {
    right: 30px
  }
  .\32xl\:bottom-10 {
    bottom: 30px
  }
  .\32xl\:left-10 {
    left: 30px
  }
  .\32xl\:top-11 {
    top: 33px
  }
  .\32xl\:right-11 {
    right: 33px
  }
  .\32xl\:bottom-11 {
    bottom: 33px
  }
  .\32xl\:left-11 {
    left: 33px
  }
  .\32xl\:top-12 {
    top: 36px
  }
  .\32xl\:right-12 {
    right: 36px
  }
  .\32xl\:bottom-12 {
    bottom: 36px
  }
  .\32xl\:left-12 {
    left: 36px
  }
  .\32xl\:top-14 {
    top: 42px
  }
  .\32xl\:right-14 {
    right: 42px
  }
  .\32xl\:bottom-14 {
    bottom: 42px
  }
  .\32xl\:left-14 {
    left: 42px
  }
  .\32xl\:top-16 {
    top: 48px
  }
  .\32xl\:right-16 {
    right: 48px
  }
  .\32xl\:bottom-16 {
    bottom: 48px
  }
  .\32xl\:left-16 {
    left: 48px
  }
  .\32xl\:top-18 {
    top: 54px
  }
  .\32xl\:right-18 {
    right: 54px
  }
  .\32xl\:bottom-18 {
    bottom: 54px
  }
  .\32xl\:left-18 {
    left: 54px
  }
  .\32xl\:top-20 {
    top: 60px
  }
  .\32xl\:right-20 {
    right: 60px
  }
  .\32xl\:bottom-20 {
    bottom: 60px
  }
  .\32xl\:left-20 {
    left: 60px
  }
  .\32xl\:top-24 {
    top: 72px
  }
  .\32xl\:right-24 {
    right: 72px
  }
  .\32xl\:bottom-24 {
    bottom: 72px
  }
  .\32xl\:left-24 {
    left: 72px
  }
  .\32xl\:top-28 {
    top: 84px
  }
  .\32xl\:right-28 {
    right: 84px
  }
  .\32xl\:bottom-28 {
    bottom: 84px
  }
  .\32xl\:left-28 {
    left: 84px
  }
  .\32xl\:top-32 {
    top: 96px
  }
  .\32xl\:right-32 {
    right: 96px
  }
  .\32xl\:bottom-32 {
    bottom: 96px
  }
  .\32xl\:left-32 {
    left: 96px
  }
  .\32xl\:top-36 {
    top: 108px
  }
  .\32xl\:right-36 {
    right: 108px
  }
  .\32xl\:bottom-36 {
    bottom: 108px
  }
  .\32xl\:left-36 {
    left: 108px
  }
  .\32xl\:top-40 {
    top: 120px
  }
  .\32xl\:right-40 {
    right: 120px
  }
  .\32xl\:bottom-40 {
    bottom: 120px
  }
  .\32xl\:left-40 {
    left: 120px
  }
  .\32xl\:top-44 {
    top: 132px
  }
  .\32xl\:right-44 {
    right: 132px
  }
  .\32xl\:bottom-44 {
    bottom: 132px
  }
  .\32xl\:left-44 {
    left: 132px
  }
  .\32xl\:top-48 {
    top: 144px
  }
  .\32xl\:right-48 {
    right: 144px
  }
  .\32xl\:bottom-48 {
    bottom: 144px
  }
  .\32xl\:left-48 {
    left: 144px
  }
  .\32xl\:top-52 {
    top: 156px
  }
  .\32xl\:right-52 {
    right: 156px
  }
  .\32xl\:bottom-52 {
    bottom: 156px
  }
  .\32xl\:left-52 {
    left: 156px
  }
  .\32xl\:top-56 {
    top: 168px
  }
  .\32xl\:right-56 {
    right: 168px
  }
  .\32xl\:bottom-56 {
    bottom: 168px
  }
  .\32xl\:left-56 {
    left: 168px
  }
  .\32xl\:top-60 {
    top: 180px
  }
  .\32xl\:right-60 {
    right: 180px
  }
  .\32xl\:bottom-60 {
    bottom: 180px
  }
  .\32xl\:left-60 {
    left: 180px
  }
  .\32xl\:top-64 {
    top: 192px
  }
  .\32xl\:right-64 {
    right: 192px
  }
  .\32xl\:bottom-64 {
    bottom: 192px
  }
  .\32xl\:left-64 {
    left: 192px
  }
  .\32xl\:top-72 {
    top: 216px
  }
  .\32xl\:right-72 {
    right: 216px
  }
  .\32xl\:bottom-72 {
    bottom: 216px
  }
  .\32xl\:left-72 {
    left: 216px
  }
  .\32xl\:top-80 {
    top: 240px
  }
  .\32xl\:right-80 {
    right: 240px
  }
  .\32xl\:bottom-80 {
    bottom: 240px
  }
  .\32xl\:left-80 {
    left: 240px
  }
  .\32xl\:top-96 {
    top: 288px
  }
  .\32xl\:right-96 {
    right: 288px
  }
  .\32xl\:bottom-96 {
    bottom: 288px
  }
  .\32xl\:left-96 {
    left: 288px
  }
  .\32xl\:top-auto {
    top: auto
  }
  .\32xl\:right-auto {
    right: auto
  }
  .\32xl\:bottom-auto {
    bottom: auto
  }
  .\32xl\:left-auto {
    left: auto
  }
  .\32xl\:top-px {
    top: 1px
  }
  .\32xl\:right-px {
    right: 1px
  }
  .\32xl\:bottom-px {
    bottom: 1px
  }
  .\32xl\:left-px {
    left: 1px
  }
  .\32xl\:top-0\.5 {
    top: 1.5px
  }
  .\32xl\:right-0\.5 {
    right: 1.5px
  }
  .\32xl\:bottom-0\.5 {
    bottom: 1.5px
  }
  .\32xl\:left-0\.5 {
    left: 1.5px
  }
  .\32xl\:top-1\.5 {
    top: 4.5px
  }
  .\32xl\:right-1\.5 {
    right: 4.5px
  }
  .\32xl\:bottom-1\.5 {
    bottom: 4.5px
  }
  .\32xl\:left-1\.5 {
    left: 4.5px
  }
  .\32xl\:top-2\.5 {
    top: 7.5px
  }
  .\32xl\:right-2\.5 {
    right: 7.5px
  }
  .\32xl\:bottom-2\.5 {
    bottom: 7.5px
  }
  .\32xl\:left-2\.5 {
    left: 7.5px
  }
  .\32xl\:top-3\.5 {
    top: 10.5px
  }
  .\32xl\:right-3\.5 {
    right: 10.5px
  }
  .\32xl\:bottom-3\.5 {
    bottom: 10.5px
  }
  .\32xl\:left-3\.5 {
    left: 10.5px
  }
  .\32xl\:-top-0 {
    top: 0
  }
  .\32xl\:-right-0 {
    right: 0
  }
  .\32xl\:-bottom-0 {
    bottom: 0
  }
  .\32xl\:-left-0 {
    left: 0
  }
  .\32xl\:-top-1 {
    top: -3px
  }
  .\32xl\:-right-1 {
    right: -3px
  }
  .\32xl\:-bottom-1 {
    bottom: -3px
  }
  .\32xl\:-left-1 {
    left: -3px
  }
  .\32xl\:-top-2 {
    top: -6px
  }
  .\32xl\:-right-2 {
    right: -6px
  }
  .\32xl\:-bottom-2 {
    bottom: -6px
  }
  .\32xl\:-left-2 {
    left: -6px
  }
  .\32xl\:-top-3 {
    top: -9px
  }
  .\32xl\:-right-3 {
    right: -9px
  }
  .\32xl\:-bottom-3 {
    bottom: -9px
  }
  .\32xl\:-left-3 {
    left: -9px
  }
  .\32xl\:-top-4 {
    top: -12px
  }
  .\32xl\:-right-4 {
    right: -12px
  }
  .\32xl\:-bottom-4 {
    bottom: -12px
  }
  .\32xl\:-left-4 {
    left: -12px
  }
  .\32xl\:-top-5 {
    top: -15px
  }
  .\32xl\:-right-5 {
    right: -15px
  }
  .\32xl\:-bottom-5 {
    bottom: -15px
  }
  .\32xl\:-left-5 {
    left: -15px
  }
  .\32xl\:-top-6 {
    top: -18px
  }
  .\32xl\:-right-6 {
    right: -18px
  }
  .\32xl\:-bottom-6 {
    bottom: -18px
  }
  .\32xl\:-left-6 {
    left: -18px
  }
  .\32xl\:-top-7 {
    top: -21px
  }
  .\32xl\:-right-7 {
    right: -21px
  }
  .\32xl\:-bottom-7 {
    bottom: -21px
  }
  .\32xl\:-left-7 {
    left: -21px
  }
  .\32xl\:-top-8 {
    top: -24px
  }
  .\32xl\:-right-8 {
    right: -24px
  }
  .\32xl\:-bottom-8 {
    bottom: -24px
  }
  .\32xl\:-left-8 {
    left: -24px
  }
  .\32xl\:-top-9 {
    top: -27px
  }
  .\32xl\:-right-9 {
    right: -27px
  }
  .\32xl\:-bottom-9 {
    bottom: -27px
  }
  .\32xl\:-left-9 {
    left: -27px
  }
  .\32xl\:-top-10 {
    top: -30px
  }
  .\32xl\:-right-10 {
    right: -30px
  }
  .\32xl\:-bottom-10 {
    bottom: -30px
  }
  .\32xl\:-left-10 {
    left: -30px
  }
  .\32xl\:-top-11 {
    top: -33px
  }
  .\32xl\:-right-11 {
    right: -33px
  }
  .\32xl\:-bottom-11 {
    bottom: -33px
  }
  .\32xl\:-left-11 {
    left: -33px
  }
  .\32xl\:-top-12 {
    top: -36px
  }
  .\32xl\:-right-12 {
    right: -36px
  }
  .\32xl\:-bottom-12 {
    bottom: -36px
  }
  .\32xl\:-left-12 {
    left: -36px
  }
  .\32xl\:-top-14 {
    top: -42px
  }
  .\32xl\:-right-14 {
    right: -42px
  }
  .\32xl\:-bottom-14 {
    bottom: -42px
  }
  .\32xl\:-left-14 {
    left: -42px
  }
  .\32xl\:-top-16 {
    top: -48px
  }
  .\32xl\:-right-16 {
    right: -48px
  }
  .\32xl\:-bottom-16 {
    bottom: -48px
  }
  .\32xl\:-left-16 {
    left: -48px
  }
  .\32xl\:-top-18 {
    top: -54px
  }
  .\32xl\:-right-18 {
    right: -54px
  }
  .\32xl\:-bottom-18 {
    bottom: -54px
  }
  .\32xl\:-left-18 {
    left: -54px
  }
  .\32xl\:-top-20 {
    top: -60px
  }
  .\32xl\:-right-20 {
    right: -60px
  }
  .\32xl\:-bottom-20 {
    bottom: -60px
  }
  .\32xl\:-left-20 {
    left: -60px
  }
  .\32xl\:-top-24 {
    top: -72px
  }
  .\32xl\:-right-24 {
    right: -72px
  }
  .\32xl\:-bottom-24 {
    bottom: -72px
  }
  .\32xl\:-left-24 {
    left: -72px
  }
  .\32xl\:-top-28 {
    top: -84px
  }
  .\32xl\:-right-28 {
    right: -84px
  }
  .\32xl\:-bottom-28 {
    bottom: -84px
  }
  .\32xl\:-left-28 {
    left: -84px
  }
  .\32xl\:-top-32 {
    top: -96px
  }
  .\32xl\:-right-32 {
    right: -96px
  }
  .\32xl\:-bottom-32 {
    bottom: -96px
  }
  .\32xl\:-left-32 {
    left: -96px
  }
  .\32xl\:-top-36 {
    top: -108px
  }
  .\32xl\:-right-36 {
    right: -108px
  }
  .\32xl\:-bottom-36 {
    bottom: -108px
  }
  .\32xl\:-left-36 {
    left: -108px
  }
  .\32xl\:-top-40 {
    top: -120px
  }
  .\32xl\:-right-40 {
    right: -120px
  }
  .\32xl\:-bottom-40 {
    bottom: -120px
  }
  .\32xl\:-left-40 {
    left: -120px
  }
  .\32xl\:-top-44 {
    top: -132px
  }
  .\32xl\:-right-44 {
    right: -132px
  }
  .\32xl\:-bottom-44 {
    bottom: -132px
  }
  .\32xl\:-left-44 {
    left: -132px
  }
  .\32xl\:-top-48 {
    top: -144px
  }
  .\32xl\:-right-48 {
    right: -144px
  }
  .\32xl\:-bottom-48 {
    bottom: -144px
  }
  .\32xl\:-left-48 {
    left: -144px
  }
  .\32xl\:-top-52 {
    top: -156px
  }
  .\32xl\:-right-52 {
    right: -156px
  }
  .\32xl\:-bottom-52 {
    bottom: -156px
  }
  .\32xl\:-left-52 {
    left: -156px
  }
  .\32xl\:-top-56 {
    top: -168px
  }
  .\32xl\:-right-56 {
    right: -168px
  }
  .\32xl\:-bottom-56 {
    bottom: -168px
  }
  .\32xl\:-left-56 {
    left: -168px
  }
  .\32xl\:-top-60 {
    top: -180px
  }
  .\32xl\:-right-60 {
    right: -180px
  }
  .\32xl\:-bottom-60 {
    bottom: -180px
  }
  .\32xl\:-left-60 {
    left: -180px
  }
  .\32xl\:-top-64 {
    top: -192px
  }
  .\32xl\:-right-64 {
    right: -192px
  }
  .\32xl\:-bottom-64 {
    bottom: -192px
  }
  .\32xl\:-left-64 {
    left: -192px
  }
  .\32xl\:-top-72 {
    top: -216px
  }
  .\32xl\:-right-72 {
    right: -216px
  }
  .\32xl\:-bottom-72 {
    bottom: -216px
  }
  .\32xl\:-left-72 {
    left: -216px
  }
  .\32xl\:-top-80 {
    top: -240px
  }
  .\32xl\:-right-80 {
    right: -240px
  }
  .\32xl\:-bottom-80 {
    bottom: -240px
  }
  .\32xl\:-left-80 {
    left: -240px
  }
  .\32xl\:-top-96 {
    top: -288px
  }
  .\32xl\:-right-96 {
    right: -288px
  }
  .\32xl\:-bottom-96 {
    bottom: -288px
  }
  .\32xl\:-left-96 {
    left: -288px
  }
  .\32xl\:-top-px {
    top: -1px
  }
  .\32xl\:-right-px {
    right: -1px
  }
  .\32xl\:-bottom-px {
    bottom: -1px
  }
  .\32xl\:-left-px {
    left: -1px
  }
  .\32xl\:-top-0\.5 {
    top: -1.5px
  }
  .\32xl\:-right-0\.5 {
    right: -1.5px
  }
  .\32xl\:-bottom-0\.5 {
    bottom: -1.5px
  }
  .\32xl\:-left-0\.5 {
    left: -1.5px
  }
  .\32xl\:-top-1\.5 {
    top: -4.5px
  }
  .\32xl\:-right-1\.5 {
    right: -4.5px
  }
  .\32xl\:-bottom-1\.5 {
    bottom: -4.5px
  }
  .\32xl\:-left-1\.5 {
    left: -4.5px
  }
  .\32xl\:-top-2\.5 {
    top: -7.5px
  }
  .\32xl\:-right-2\.5 {
    right: -7.5px
  }
  .\32xl\:-bottom-2\.5 {
    bottom: -7.5px
  }
  .\32xl\:-left-2\.5 {
    left: -7.5px
  }
  .\32xl\:-top-3\.5 {
    top: -10.5px
  }
  .\32xl\:-right-3\.5 {
    right: -10.5px
  }
  .\32xl\:-bottom-3\.5 {
    bottom: -10.5px
  }
  .\32xl\:-left-3\.5 {
    left: -10.5px
  }
  .\32xl\:top-1\/2 {
    top: 50%
  }
  .\32xl\:right-1\/2 {
    right: 50%
  }
  .\32xl\:bottom-1\/2 {
    bottom: 50%
  }
  .\32xl\:left-1\/2 {
    left: 50%
  }
  .\32xl\:top-1\/3 {
    top: 33.333333%
  }
  .\32xl\:right-1\/3 {
    right: 33.333333%
  }
  .\32xl\:bottom-1\/3 {
    bottom: 33.333333%
  }
  .\32xl\:left-1\/3 {
    left: 33.333333%
  }
  .\32xl\:top-2\/3 {
    top: 66.666667%
  }
  .\32xl\:right-2\/3 {
    right: 66.666667%
  }
  .\32xl\:bottom-2\/3 {
    bottom: 66.666667%
  }
  .\32xl\:left-2\/3 {
    left: 66.666667%
  }
  .\32xl\:top-1\/4 {
    top: 25%
  }
  .\32xl\:right-1\/4 {
    right: 25%
  }
  .\32xl\:bottom-1\/4 {
    bottom: 25%
  }
  .\32xl\:left-1\/4 {
    left: 25%
  }
  .\32xl\:top-2\/4 {
    top: 50%
  }
  .\32xl\:right-2\/4 {
    right: 50%
  }
  .\32xl\:bottom-2\/4 {
    bottom: 50%
  }
  .\32xl\:left-2\/4 {
    left: 50%
  }
  .\32xl\:top-3\/4 {
    top: 75%
  }
  .\32xl\:right-3\/4 {
    right: 75%
  }
  .\32xl\:bottom-3\/4 {
    bottom: 75%
  }
  .\32xl\:left-3\/4 {
    left: 75%
  }
  .\32xl\:top-full {
    top: 100%
  }
  .\32xl\:right-full {
    right: 100%
  }
  .\32xl\:bottom-full {
    bottom: 100%
  }
  .\32xl\:left-full {
    left: 100%
  }
  .\32xl\:-top-1\/2 {
    top: -50%
  }
  .\32xl\:-right-1\/2 {
    right: -50%
  }
  .\32xl\:-bottom-1\/2 {
    bottom: -50%
  }
  .\32xl\:-left-1\/2 {
    left: -50%
  }
  .\32xl\:-top-1\/3 {
    top: -33.333333%
  }
  .\32xl\:-right-1\/3 {
    right: -33.333333%
  }
  .\32xl\:-bottom-1\/3 {
    bottom: -33.333333%
  }
  .\32xl\:-left-1\/3 {
    left: -33.333333%
  }
  .\32xl\:-top-2\/3 {
    top: -66.666667%
  }
  .\32xl\:-right-2\/3 {
    right: -66.666667%
  }
  .\32xl\:-bottom-2\/3 {
    bottom: -66.666667%
  }
  .\32xl\:-left-2\/3 {
    left: -66.666667%
  }
  .\32xl\:-top-1\/4 {
    top: -25%
  }
  .\32xl\:-right-1\/4 {
    right: -25%
  }
  .\32xl\:-bottom-1\/4 {
    bottom: -25%
  }
  .\32xl\:-left-1\/4 {
    left: -25%
  }
  .\32xl\:-top-2\/4 {
    top: -50%
  }
  .\32xl\:-right-2\/4 {
    right: -50%
  }
  .\32xl\:-bottom-2\/4 {
    bottom: -50%
  }
  .\32xl\:-left-2\/4 {
    left: -50%
  }
  .\32xl\:-top-3\/4 {
    top: -75%
  }
  .\32xl\:-right-3\/4 {
    right: -75%
  }
  .\32xl\:-bottom-3\/4 {
    bottom: -75%
  }
  .\32xl\:-left-3\/4 {
    left: -75%
  }
  .\32xl\:-top-full {
    top: -100%
  }
  .\32xl\:-right-full {
    right: -100%
  }
  .\32xl\:-bottom-full {
    bottom: -100%
  }
  .\32xl\:-left-full {
    left: -100%
  }
  .\32xl\:resize-none {
    resize: none
  }
  .\32xl\:resize-y {
    resize: vertical
  }
  .\32xl\:resize-x {
    resize: horizontal
  }
  .\32xl\:resize {
    resize: both
  }
  .\32xl\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
  }
  .\32xl\:shadow, .\32xl\:shadow-sm {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .\32xl\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
  }
  .\32xl\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
  }
  .\32xl\:shadow-lg, .\32xl\:shadow-md {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .\32xl\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)
  }
  .\32xl\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)
  }
  .\32xl\:shadow-2xl, .\32xl\:shadow-xl {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .\32xl\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25)
  }
  .\32xl\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)
  }
  .\32xl\:shadow-inner, .\32xl\:shadow-none {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .\32xl\:shadow-none {
    --tw-shadow: 0 0 transparent
  }
  .\32xl\:shadow-gray {
    --tw-shadow: 3px 3px #727272
  }
  .\32xl\:shadow-dark-gray, .\32xl\:shadow-gray {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .\32xl\:shadow-dark-gray {
    --tw-shadow: 4px 4px #2d2f35
  }
  .\32xl\:shadow-black {
    --tw-shadow: 3px 3px #000
  }
  .\32xl\:shadow-black, .group:hover .\32xl\:group-hover\:shadow-sm {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .group:hover .\32xl\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
  }
  .group:hover .\32xl\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
  }
  .group:hover .\32xl\:group-hover\:shadow, .group:hover .\32xl\:group-hover\:shadow-md {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .group:hover .\32xl\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
  }
  .group:hover .\32xl\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)
  }
  .group:hover .\32xl\:group-hover\:shadow-lg, .group:hover .\32xl\:group-hover\:shadow-xl {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .group:hover .\32xl\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)
  }
  .group:hover .\32xl\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25)
  }
  .group:hover .\32xl\:group-hover\:shadow-2xl, .group:hover .\32xl\:group-hover\:shadow-inner {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .group:hover .\32xl\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)
  }
  .group:hover .\32xl\:group-hover\:shadow-none {
    --tw-shadow: 0 0 transparent
  }
  .group:hover .\32xl\:group-hover\:shadow-gray, .group:hover .\32xl\:group-hover\:shadow-none {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .group:hover .\32xl\:group-hover\:shadow-gray {
    --tw-shadow: 3px 3px #727272
  }
  .group:hover .\32xl\:group-hover\:shadow-dark-gray {
    --tw-shadow: 4px 4px #2d2f35
  }
  .group:hover .\32xl\:group-hover\:shadow-black, .group:hover .\32xl\:group-hover\:shadow-dark-gray {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .group:hover .\32xl\:group-hover\:shadow-black {
    --tw-shadow: 3px 3px #000
  }
  .\32xl\:focus-within\: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 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .\32xl\:focus-within\: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 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .\32xl\:focus-within\: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 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .\32xl\:focus-within\: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 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .\32xl\:focus-within\: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 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .\32xl\:focus-within\: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 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .\32xl\:focus-within\: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 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .\32xl\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 transparent;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .\32xl\:focus-within\:shadow-gray:focus-within {
    --tw-shadow: 3px 3px #727272;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .\32xl\:focus-within\:shadow-dark-gray:focus-within {
    --tw-shadow: 4px 4px #2d2f35;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .\32xl\:focus-within\:shadow-black:focus-within {
    --tw-shadow: 3px 3px #000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .\32xl\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
  }
  .\32xl\:hover\:shadow-sm:hover, .\32xl\:hover\:shadow:hover {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .\32xl\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
  }
  .\32xl\:hover\: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)
  }
  .\32xl\:hover\:shadow-lg:hover, .\32xl\:hover\:shadow-md:hover {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .\32xl\:hover\: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)
  }
  .\32xl\:hover\: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)
  }
  .\32xl\:hover\:shadow-2xl:hover, .\32xl\:hover\:shadow-xl:hover {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .\32xl\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25)
  }
  .\32xl\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)
  }
  .\32xl\:hover\:shadow-inner:hover, .\32xl\:hover\:shadow-none:hover {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .\32xl\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 transparent
  }
  .\32xl\:hover\:shadow-gray:hover {
    --tw-shadow: 3px 3px #727272
  }
  .\32xl\:hover\:shadow-dark-gray:hover, .\32xl\:hover\:shadow-gray:hover {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .\32xl\:hover\:shadow-dark-gray:hover {
    --tw-shadow: 4px 4px #2d2f35
  }
  .\32xl\:hover\:shadow-black:hover {
    --tw-shadow: 3px 3px #000
  }
  .\32xl\:focus\:shadow-sm:focus, .\32xl\:hover\:shadow-black:hover {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .\32xl\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
  }
  .\32xl\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
  }
  .\32xl\:focus\:shadow-md:focus, .\32xl\:focus\:shadow:focus {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .\32xl\:focus\: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)
  }
  .\32xl\:focus\: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)
  }
  .\32xl\:focus\:shadow-lg:focus, .\32xl\:focus\:shadow-xl:focus {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .\32xl\:focus\: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)
  }
  .\32xl\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25)
  }
  .\32xl\:focus\:shadow-2xl:focus, .\32xl\:focus\:shadow-inner:focus {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .\32xl\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)
  }
  .\32xl\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 transparent
  }
  .\32xl\:focus\:shadow-gray:focus, .\32xl\:focus\:shadow-none:focus {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .\32xl\:focus\:shadow-gray:focus {
    --tw-shadow: 3px 3px #727272
  }
  .\32xl\:focus\:shadow-dark-gray:focus {
    --tw-shadow: 4px 4px #2d2f35
  }
  .\32xl\:focus\:shadow-black:focus, .\32xl\:focus\:shadow-dark-gray:focus {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
  }
  .\32xl\:focus\:shadow-black:focus {
    --tw-shadow: 3px 3px #000
  }
  .\32xl\: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(var(--tw-ring-offset-width)) var(--tw-ring-color)
  }
  .\32xl\:ring-0, .\32xl\:ring-1 {
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent)
  }
  .\32xl\: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)
  }
  .\32xl\: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)
  }
  .\32xl\:ring-2, .\32xl\:ring-4 {
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent)
  }
  .\32xl\: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)
  }
  .\32xl\: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)
  }
  .\32xl\:ring, .\32xl\:ring-8 {
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent)
  }
  .\32xl\: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)
  }
  .\32xl\:ring-inset {
    --tw-ring-inset: inset
  }
  .\32xl\:focus-within\: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(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 transparent)
  }
  .\32xl\:focus-within\: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 transparent)
  }
  .\32xl\:focus-within\: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 transparent)
  }
  .\32xl\:focus-within\: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 transparent)
  }
  .\32xl\:focus-within\: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 transparent)
  }
  .\32xl\:focus-within\: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 transparent)
  }
  .\32xl\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset
  }
  .\32xl\:focus\: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(var(--tw-ring-offset-width)) var(--tw-ring-color)
  }
  .\32xl\:focus\:ring-0:focus, .\32xl\:focus\:ring-1:focus {
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent)
  }
  .\32xl\:focus\: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)
  }
  .\32xl\:focus\: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)
  }
  .\32xl\:focus\:ring-2:focus, .\32xl\:focus\:ring-4:focus {
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent)
  }
  .\32xl\:focus\: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)
  }
  .\32xl\:focus\: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)
  }
  .\32xl\:focus\:ring-8:focus, .\32xl\:focus\:ring:focus {
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent)
  }
  .\32xl\:focus\: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)
  }
  .\32xl\:focus\:ring-inset:focus {
    --tw-ring-inset: inset
  }
  .\32xl\:ring-offset-primary-50, .\32xl\:ring-offset-primary-100 {
    --tw-ring-offset-color: #fff
  }
  .\32xl\:ring-offset-primary-200 {
    --tw-ring-offset-color: #fff6e2
  }
  .\32xl\:ring-offset-primary-300 {
    --tw-ring-offset-color: #ffe6af
  }
  .\32xl\:ring-offset-primary-400 {
    --tw-ring-offset-color: #ffd57c
  }
  .\32xl\:ring-offset-primary-500 {
    --tw-ring-offset-color: #ffc549
  }
  .\32xl\:ring-offset-primary-600 {
    --tw-ring-offset-color: #ffb516
  }
  .\32xl\:ring-offset-primary-700 {
    --tw-ring-offset-color: #e29a00
  }
  .\32xl\:ring-offset-primary-800 {
    --tw-ring-offset-color: #af7700
  }
  .\32xl\:ring-offset-primary-900 {
    --tw-ring-offset-color: #7c5400
  }
  .\32xl\:ring-offset-primary {
    --tw-ring-offset-color: #ffc549
  }
  .\32xl\:ring-offset-secondary-50 {
    --tw-ring-offset-color: #cefbdf
  }
  .\32xl\:ring-offset-secondary-100 {
    --tw-ring-offset-color: #b6f9d0
  }
  .\32xl\:ring-offset-secondary-200 {
    --tw-ring-offset-color: #87f5b2
  }
  .\32xl\:ring-offset-secondary-300 {
    --tw-ring-offset-color: #58f194
  }
  .\32xl\:ring-offset-secondary-400 {
    --tw-ring-offset-color: #28ee76
  }
  .\32xl\:ring-offset-secondary-500 {
    --tw-ring-offset-color: #11d25d
  }
  .\32xl\:ring-offset-secondary-600 {
    --tw-ring-offset-color: #0da348
  }
  .\32xl\:ring-offset-secondary-700 {
    --tw-ring-offset-color: #097433
  }
  .\32xl\:ring-offset-secondary-800 {
    --tw-ring-offset-color: #06441e
  }
  .\32xl\:ring-offset-secondary-900 {
    --tw-ring-offset-color: #021509
  }
  .\32xl\:ring-offset-secondary {
    --tw-ring-offset-color: #11d25d
  }
  .\32xl\:ring-offset-accent-50 {
    --tw-ring-offset-color: #fef2f2
  }
  .\32xl\:ring-offset-accent-100 {
    --tw-ring-offset-color: #fee2e2
  }
  .\32xl\:ring-offset-accent-200 {
    --tw-ring-offset-color: #fecaca
  }
  .\32xl\:ring-offset-accent-300 {
    --tw-ring-offset-color: #fca5a5
  }
  .\32xl\:ring-offset-accent-400 {
    --tw-ring-offset-color: #f87171
  }
  .\32xl\:ring-offset-accent-500 {
    --tw-ring-offset-color: #ef4444
  }
  .\32xl\:ring-offset-accent-600 {
    --tw-ring-offset-color: #dc2626
  }
  .\32xl\:ring-offset-accent-700 {
    --tw-ring-offset-color: #b91c1c
  }
  .\32xl\:ring-offset-accent-800 {
    --tw-ring-offset-color: #991b1b
  }
  .\32xl\:ring-offset-accent-900 {
    --tw-ring-offset-color: #7f1d1d
  }
  .\32xl\:ring-offset-shade-500 {
    --tw-ring-offset-color: #3a3a31
  }
  .\32xl\:ring-offset-shade-600 {
    --tw-ring-offset-color: #2d2f35
  }
  .\32xl\:ring-offset-white {
    --tw-ring-offset-color: #fff
  }
  .\32xl\:ring-offset-black {
    --tw-ring-offset-color: #000
  }
  .\32xl\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f9fafb
  }
  .\32xl\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f3f4f6
  }
  .\32xl\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e5e7eb
  }
  .\32xl\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d1d5db
  }
  .\32xl\:ring-offset-gray-400 {
    --tw-ring-offset-color: #9ca3af
  }
  .\32xl\:ring-offset-gray-500 {
    --tw-ring-offset-color: #6b7280
  }
  .\32xl\:ring-offset-gray-600 {
    --tw-ring-offset-color: #4b5563
  }
  .\32xl\:ring-offset-gray-700 {
    --tw-ring-offset-color: #374151
  }
  .\32xl\:ring-offset-gray-800 {
    --tw-ring-offset-color: #1f2937
  }
  .\32xl\:ring-offset-gray-900 {
    --tw-ring-offset-color: #111827
  }
  .\32xl\:ring-offset-brand-50 {
    --tw-ring-offset-color: #eff6ff
  }
  .\32xl\:ring-offset-brand-100 {
    --tw-ring-offset-color: #dbeafe
  }
  .\32xl\:ring-offset-brand-200 {
    --tw-ring-offset-color: #bfdbfe
  }
  .\32xl\:ring-offset-brand-300 {
    --tw-ring-offset-color: #93c5fd
  }
  .\32xl\:ring-offset-brand-400 {
    --tw-ring-offset-color: #60a5fa
  }
  .\32xl\:ring-offset-brand-500 {
    --tw-ring-offset-color: #3b82f6
  }
  .\32xl\:ring-offset-brand-600 {
    --tw-ring-offset-color: #2563eb
  }
  .\32xl\:ring-offset-brand-700 {
    --tw-ring-offset-color: #1d4ed8
  }
  .\32xl\:ring-offset-brand-800 {
    --tw-ring-offset-color: #1e40af
  }
  .\32xl\:ring-offset-brand-900 {
    --tw-ring-offset-color: #1e3a8a
  }
  .\32xl\:ring-offset-transparent {
    --tw-ring-offset-color: transparent
  }
  .\32xl\:ring-offset-current {
    --tw-ring-offset-color: currentColor
  }
  .\32xl\:focus-within\:ring-offset-primary-50:focus-within {
    --tw-ring-offset-color: #fff
  }
  .\32xl\:focus-within\:ring-offset-primary-100:focus-within {
    --tw-ring-offset-color: #fff
  }
  .\32xl\:focus-within\:ring-offset-primary-200:focus-within {
    --tw-ring-offset-color: #fff6e2
  }
  .\32xl\:focus-within\:ring-offset-primary-300:focus-within {
    --tw-ring-offset-color: #ffe6af
  }
  .\32xl\:focus-within\:ring-offset-primary-400:focus-within {
    --tw-ring-offset-color: #ffd57c
  }
  .\32xl\:focus-within\:ring-offset-primary-500:focus-within {
    --tw-ring-offset-color: #ffc549
  }
  .\32xl\:focus-within\:ring-offset-primary-600:focus-within {
    --tw-ring-offset-color: #ffb516
  }
  .\32xl\:focus-within\:ring-offset-primary-700:focus-within {
    --tw-ring-offset-color: #e29a00
  }
  .\32xl\:focus-within\:ring-offset-primary-800:focus-within {
    --tw-ring-offset-color: #af7700
  }
  .\32xl\:focus-within\:ring-offset-primary-900:focus-within {
    --tw-ring-offset-color: #7c5400
  }
  .\32xl\:focus-within\:ring-offset-primary:focus-within {
    --tw-ring-offset-color: #ffc549
  }
  .\32xl\:focus-within\:ring-offset-secondary-50:focus-within {
    --tw-ring-offset-color: #cefbdf
  }
  .\32xl\:focus-within\:ring-offset-secondary-100:focus-within {
    --tw-ring-offset-color: #b6f9d0
  }
  .\32xl\:focus-within\:ring-offset-secondary-200:focus-within {
    --tw-ring-offset-color: #87f5b2
  }
  .\32xl\:focus-within\:ring-offset-secondary-300:focus-within {
    --tw-ring-offset-color: #58f194
  }
  .\32xl\:focus-within\:ring-offset-secondary-400:focus-within {
    --tw-ring-offset-color: #28ee76
  }
  .\32xl\:focus-within\:ring-offset-secondary-500:focus-within {
    --tw-ring-offset-color: #11d25d
  }
  .\32xl\:focus-within\:ring-offset-secondary-600:focus-within {
    --tw-ring-offset-color: #0da348
  }
  .\32xl\:focus-within\:ring-offset-secondary-700:focus-within {
    --tw-ring-offset-color: #097433
  }
  .\32xl\:focus-within\:ring-offset-secondary-800:focus-within {
    --tw-ring-offset-color: #06441e
  }
  .\32xl\:focus-within\:ring-offset-secondary-900:focus-within {
    --tw-ring-offset-color: #021509
  }
  .\32xl\:focus-within\:ring-offset-secondary:focus-within {
    --tw-ring-offset-color: #11d25d
  }
  .\32xl\:focus-within\:ring-offset-accent-50:focus-within {
    --tw-ring-offset-color: #fef2f2
  }
  .\32xl\:focus-within\:ring-offset-accent-100:focus-within {
    --tw-ring-offset-color: #fee2e2
  }
  .\32xl\:focus-within\:ring-offset-accent-200:focus-within {
    --tw-ring-offset-color: #fecaca
  }
  .\32xl\:focus-within\:ring-offset-accent-300:focus-within {
    --tw-ring-offset-color: #fca5a5
  }
  .\32xl\:focus-within\:ring-offset-accent-400:focus-within {
    --tw-ring-offset-color: #f87171
  }
  .\32xl\:focus-within\:ring-offset-accent-500:focus-within {
    --tw-ring-offset-color: #ef4444
  }
  .\32xl\:focus-within\:ring-offset-accent-600:focus-within {
    --tw-ring-offset-color: #dc2626
  }
  .\32xl\:focus-within\:ring-offset-accent-700:focus-within {
    --tw-ring-offset-color: #b91c1c
  }
  .\32xl\:focus-within\:ring-offset-accent-800:focus-within {
    --tw-ring-offset-color: #991b1b
  }
  .\32xl\:focus-within\:ring-offset-accent-900:focus-within {
    --tw-ring-offset-color: #7f1d1d
  }
  .\32xl\:focus-within\:ring-offset-shade-500:focus-within {
    --tw-ring-offset-color: #3a3a31
  }
  .\32xl\:focus-within\:ring-offset-shade-600:focus-within {
    --tw-ring-offset-color: #2d2f35
  }
  .\32xl\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff
  }
  .\32xl\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000
  }
  .\32xl\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #f9fafb
  }
  .\32xl\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f3f4f6
  }
  .\32xl\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e5e7eb
  }
  .\32xl\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d1d5db
  }
  .\32xl\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #9ca3af
  }
  .\32xl\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #6b7280
  }
  .\32xl\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #4b5563
  }
  .\32xl\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #374151
  }
  .\32xl\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #1f2937
  }
  .\32xl\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #111827
  }
  .\32xl\:focus-within\:ring-offset-brand-50:focus-within {
    --tw-ring-offset-color: #eff6ff
  }
  .\32xl\:focus-within\:ring-offset-brand-100:focus-within {
    --tw-ring-offset-color: #dbeafe
  }
  .\32xl\:focus-within\:ring-offset-brand-200:focus-within {
    --tw-ring-offset-color: #bfdbfe
  }
  .\32xl\:focus-within\:ring-offset-brand-300:focus-within {
    --tw-ring-offset-color: #93c5fd
  }
  .\32xl\:focus-within\:ring-offset-brand-400:focus-within {
    --tw-ring-offset-color: #60a5fa
  }
  .\32xl\:focus-within\:ring-offset-brand-500:focus-within {
    --tw-ring-offset-color: #3b82f6
  }
  .\32xl\:focus-within\:ring-offset-brand-600:focus-within {
    --tw-ring-offset-color: #2563eb
  }
  .\32xl\:focus-within\:ring-offset-brand-700:focus-within {
    --tw-ring-offset-color: #1d4ed8
  }
  .\32xl\:focus-within\:ring-offset-brand-800:focus-within {
    --tw-ring-offset-color: #1e40af
  }
  .\32xl\:focus-within\:ring-offset-brand-900:focus-within {
    --tw-ring-offset-color: #1e3a8a
  }
  .\32xl\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent
  }
  .\32xl\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor
  }
  .\32xl\:focus\:ring-offset-primary-50:focus, .\32xl\:focus\:ring-offset-primary-100:focus {
    --tw-ring-offset-color: #fff
  }
  .\32xl\:focus\:ring-offset-primary-200:focus {
    --tw-ring-offset-color: #fff6e2
  }
  .\32xl\:focus\:ring-offset-primary-300:focus {
    --tw-ring-offset-color: #ffe6af
  }
  .\32xl\:focus\:ring-offset-primary-400:focus {
    --tw-ring-offset-color: #ffd57c
  }
  .\32xl\:focus\:ring-offset-primary-500:focus {
    --tw-ring-offset-color: #ffc549
  }
  .\32xl\:focus\:ring-offset-primary-600:focus {
    --tw-ring-offset-color: #ffb516
  }
  .\32xl\:focus\:ring-offset-primary-700:focus {
    --tw-ring-offset-color: #e29a00
  }
  .\32xl\:focus\:ring-offset-primary-800:focus {
    --tw-ring-offset-color: #af7700
  }
  .\32xl\:focus\:ring-offset-primary-900:focus {
    --tw-ring-offset-color: #7c5400
  }
  .\32xl\:focus\:ring-offset-primary:focus {
    --tw-ring-offset-color: #ffc549
  }
  .\32xl\:focus\:ring-offset-secondary-50:focus {
    --tw-ring-offset-color: #cefbdf
  }
  .\32xl\:focus\:ring-offset-secondary-100:focus {
    --tw-ring-offset-color: #b6f9d0
  }
  .\32xl\:focus\:ring-offset-secondary-200:focus {
    --tw-ring-offset-color: #87f5b2
  }
  .\32xl\:focus\:ring-offset-secondary-300:focus {
    --tw-ring-offset-color: #58f194
  }
  .\32xl\:focus\:ring-offset-secondary-400:focus {
    --tw-ring-offset-color: #28ee76
  }
  .\32xl\:focus\:ring-offset-secondary-500:focus {
    --tw-ring-offset-color: #11d25d
  }
  .\32xl\:focus\:ring-offset-secondary-600:focus {
    --tw-ring-offset-color: #0da348
  }
  .\32xl\:focus\:ring-offset-secondary-700:focus {
    --tw-ring-offset-color: #097433
  }
  .\32xl\:focus\:ring-offset-secondary-800:focus {
    --tw-ring-offset-color: #06441e
  }
  .\32xl\:focus\:ring-offset-secondary-900:focus {
    --tw-ring-offset-color: #021509
  }
  .\32xl\:focus\:ring-offset-secondary:focus {
    --tw-ring-offset-color: #11d25d
  }
  .\32xl\:focus\:ring-offset-accent-50:focus {
    --tw-ring-offset-color: #fef2f2
  }
  .\32xl\:focus\:ring-offset-accent-100:focus {
    --tw-ring-offset-color: #fee2e2
  }
  .\32xl\:focus\:ring-offset-accent-200:focus {
    --tw-ring-offset-color: #fecaca
  }
  .\32xl\:focus\:ring-offset-accent-300:focus {
    --tw-ring-offset-color: #fca5a5
  }
  .\32xl\:focus\:ring-offset-accent-400:focus {
    --tw-ring-offset-color: #f87171
  }
  .\32xl\:focus\:ring-offset-accent-500:focus {
    --tw-ring-offset-color: #ef4444
  }
  .\32xl\:focus\:ring-offset-accent-600:focus {
    --tw-ring-offset-color: #dc2626
  }
  .\32xl\:focus\:ring-offset-accent-700:focus {
    --tw-ring-offset-color: #b91c1c
  }
  .\32xl\:focus\:ring-offset-accent-800:focus {
    --tw-ring-offset-color: #991b1b
  }
  .\32xl\:focus\:ring-offset-accent-900:focus {
    --tw-ring-offset-color: #7f1d1d
  }
  .\32xl\:focus\:ring-offset-shade-500:focus {
    --tw-ring-offset-color: #3a3a31
  }
  .\32xl\:focus\:ring-offset-shade-600:focus {
    --tw-ring-offset-color: #2d2f35
  }
  .\32xl\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff
  }
  .\32xl\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000
  }
  .\32xl\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f9fafb
  }
  .\32xl\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f3f4f6
  }
  .\32xl\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e5e7eb
  }
  .\32xl\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d1d5db
  }
  .\32xl\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #9ca3af
  }
  .\32xl\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #6b7280
  }
  .\32xl\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #4b5563
  }
  .\32xl\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #374151
  }
  .\32xl\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #1f2937
  }
  .\32xl\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #111827
  }
  .\32xl\:focus\:ring-offset-brand-50:focus {
    --tw-ring-offset-color: #eff6ff
  }
  .\32xl\:focus\:ring-offset-brand-100:focus {
    --tw-ring-offset-color: #dbeafe
  }
  .\32xl\:focus\:ring-offset-brand-200:focus {
    --tw-ring-offset-color: #bfdbfe
  }
  .\32xl\:focus\:ring-offset-brand-300:focus {
    --tw-ring-offset-color: #93c5fd
  }
  .\32xl\:focus\:ring-offset-brand-400:focus {
    --tw-ring-offset-color: #60a5fa
  }
  .\32xl\:focus\:ring-offset-brand-500:focus {
    --tw-ring-offset-color: #3b82f6
  }
  .\32xl\:focus\:ring-offset-brand-600:focus {
    --tw-ring-offset-color: #2563eb
  }
  .\32xl\:focus\:ring-offset-brand-700:focus {
    --tw-ring-offset-color: #1d4ed8
  }
  .\32xl\:focus\:ring-offset-brand-800:focus {
    --tw-ring-offset-color: #1e40af
  }
  .\32xl\:focus\:ring-offset-brand-900:focus {
    --tw-ring-offset-color: #1e3a8a
  }
  .\32xl\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent
  }
  .\32xl\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor
  }
  .\32xl\:ring-offset-0 {
    --tw-ring-offset-width: 0px
  }
  .\32xl\:ring-offset-1 {
    --tw-ring-offset-width: 1px
  }
  .\32xl\:ring-offset-2 {
    --tw-ring-offset-width: 2px
  }
  .\32xl\:ring-offset-4 {
    --tw-ring-offset-width: 4px
  }
  .\32xl\:ring-offset-8 {
    --tw-ring-offset-width: 8px
  }
  .\32xl\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px
  }
  .\32xl\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px
  }
  .\32xl\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px
  }
  .\32xl\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px
  }
  .\32xl\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px
  }
  .\32xl\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px
  }
  .\32xl\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px
  }
  .\32xl\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px
  }
  .\32xl\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px
  }
  .\32xl\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px
  }
  .\32xl\:ring-primary-50, .\32xl\:ring-primary-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity))
  }
  .\32xl\:ring-primary-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 226, var(--tw-ring-opacity))
  }
  .\32xl\:ring-primary-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 230, 175, var(--tw-ring-opacity))
  }
  .\32xl\:ring-primary-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 213, 124, var(--tw-ring-opacity))
  }
  .\32xl\:ring-primary-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 197, 73, var(--tw-ring-opacity))
  }
  .\32xl\:ring-primary-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 181, 22, var(--tw-ring-opacity))
  }
  .\32xl\:ring-primary-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 154, 0, var(--tw-ring-opacity))
  }
  .\32xl\:ring-primary-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(175, 119, 0, var(--tw-ring-opacity))
  }
  .\32xl\:ring-primary-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 84, 0, var(--tw-ring-opacity))
  }
  .\32xl\:ring-primary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 197, 73, var(--tw-ring-opacity))
  }
  .\32xl\:ring-secondary-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 251, 223, var(--tw-ring-opacity))
  }
  .\32xl\:ring-secondary-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 249, 208, var(--tw-ring-opacity))
  }
  .\32xl\:ring-secondary-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(135, 245, 178, var(--tw-ring-opacity))
  }
  .\32xl\:ring-secondary-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 241, 148, var(--tw-ring-opacity))
  }
  .\32xl\:ring-secondary-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(40, 238, 118, var(--tw-ring-opacity))
  }
  .\32xl\:ring-secondary-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 210, 93, var(--tw-ring-opacity))
  }
  .\32xl\:ring-secondary-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 163, 72, var(--tw-ring-opacity))
  }
  .\32xl\:ring-secondary-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(9, 116, 51, var(--tw-ring-opacity))
  }
  .\32xl\:ring-secondary-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 68, 30, var(--tw-ring-opacity))
  }
  .\32xl\:ring-secondary-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 21, 9, var(--tw-ring-opacity))
  }
  .\32xl\:ring-secondary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 210, 93, var(--tw-ring-opacity))
  }
  .\32xl\:ring-accent-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity))
  }
  .\32xl\:ring-accent-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity))
  }
  .\32xl\:ring-accent-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity))
  }
  .\32xl\:ring-accent-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity))
  }
  .\32xl\:ring-accent-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity))
  }
  .\32xl\:ring-accent-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity))
  }
  .\32xl\:ring-accent-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity))
  }
  .\32xl\:ring-accent-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity))
  }
  .\32xl\:ring-accent-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity))
  }
  .\32xl\:ring-accent-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity))
  }
  .\32xl\:ring-shade-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(58, 58, 49, var(--tw-ring-opacity))
  }
  .\32xl\:ring-shade-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 47, 53, var(--tw-ring-opacity))
  }
  .\32xl\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity))
  }
  .\32xl\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity))
  }
  .\32xl\:ring-gray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity))
  }
  .\32xl\:ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity))
  }
  .\32xl\:ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity))
  }
  .\32xl\:ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity))
  }
  .\32xl\:ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity))
  }
  .\32xl\:ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity))
  }
  .\32xl\:ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity))
  }
  .\32xl\:ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity))
  }
  .\32xl\:ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity))
  }
  .\32xl\:ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity))
  }
  .\32xl\:ring-brand-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity))
  }
  .\32xl\:ring-brand-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity))
  }
  .\32xl\:ring-brand-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity))
  }
  .\32xl\:ring-brand-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity))
  }
  .\32xl\:ring-brand-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity))
  }
  .\32xl\:ring-brand-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity))
  }
  .\32xl\:ring-brand-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity))
  }
  .\32xl\:ring-brand-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity))
  }
  .\32xl\:ring-brand-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity))
  }
  .\32xl\:ring-brand-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity))
  }
  .\32xl\:ring-transparent {
    --tw-ring-color: transparent
  }
  .\32xl\:ring-current {
    --tw-ring-color: currentColor
  }
  .\32xl\:focus-within\:ring-primary-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-primary-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-primary-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 226, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-primary-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 230, 175, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-primary-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 213, 124, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-primary-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 197, 73, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-primary-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 181, 22, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-primary-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 154, 0, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-primary-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(175, 119, 0, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-primary-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 84, 0, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-primary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 197, 73, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-secondary-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 251, 223, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-secondary-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 249, 208, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-secondary-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(135, 245, 178, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-secondary-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 241, 148, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-secondary-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(40, 238, 118, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-secondary-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 210, 93, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-secondary-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 163, 72, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-secondary-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(9, 116, 51, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-secondary-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 68, 30, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-secondary-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 21, 9, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-secondary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 210, 93, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-accent-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-accent-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-accent-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-accent-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-accent-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-accent-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-accent-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-accent-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-accent-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-accent-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-shade-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(58, 58, 49, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-shade-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 47, 53, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-gray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-brand-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-brand-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-brand-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-brand-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-brand-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-brand-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-brand-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-brand-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-brand-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-brand-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity))
  }
  .\32xl\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent
  }
  .\32xl\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor
  }
  .\32xl\:focus\:ring-primary-50:focus, .\32xl\:focus\:ring-primary-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity))
  }
  .\32xl\:focus\:ring-primary-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 246, 226, var(--tw-ring-opacity))
  }
  .\32xl\:focus\:ring-primary-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 230, 175, var(--tw-ring-opacity))
  }
  .\32xl\:focus\:ring-primary-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 213, 124, var(--tw-ring-opacity))
  }
  .\32xl\:focus\:ring-primary-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 197, 73, var(--tw-ring-opacity))
  }
  .\32xl\:focus\:ring-primary-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 181, 22, var(--tw-ring-opacity))
  }
  .\32xl\:focus\:ring-primary-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 154, 0, var(--tw-ring-opacity))
  }
  .\32xl\:focus\:ring-primary-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(175, 119, 0, var(--tw-ring-opacity))
  }
  .\32xl\:focus\:ring-primary-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 84, 0, var(--tw-ring-opacity))
  }
  .\32xl\:focus\:ring-primary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 197, 73, var(--tw-ring-opacity))
  }
  .\32xl\:focus\:ring-secondary-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(206, 251, 223, var(--tw-ring-opacity))
  }
  .\32xl\:focus\:ring-secondary-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 249, 208, var(--tw-ring-opacity))
  }
  .\32xl\:focus\:ring-secondary-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(135, 245, 178, var(--tw-ring-opacity))
  }
  .\32xl\:focus\:ring-secondary-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(88, 241, 148, var(--tw-ring-opacity))
  }
  .\32xl\:focus\:ring-secondary-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(40, 238, 118, var(--tw-ring-opacity))
  }
  .\32xl\:focus\:ring-secondary-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 210, 93, var(--tw-ring-opacity))
  }
  .\32xl\:focus\:ring-secondary-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(13, 163, 72, var(--tw-ring-opacity))
  }
  .\32xl\:focus\:ring-secondary-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(9, 116, 51, var(--tw-ring-opacity))
  }
  .\32xl\:focus\:ring-secondary-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 68, 30, var(--tw-ring-opacity))
  }
  .\32xl\:focus\:ring-secondary-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 21, 9, var(--tw-ring-opacity))
  }
  .\32xl\:focus\:ring-secondary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 210, 93, var(--tw-ring-opacity))
  }
  .\32xl\:focus\:ring-accent-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity))
  }
  .\32xl\:focus\:ring-accent-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity))
  }
  .\32xl\:focus\:ring-accent-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity))
  }
  .\32xl\:focus\:ring-accent-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity))
  }
  .\32xl\:focus\:ring-accent-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity))
  }
  .\32xl\:focus\:ring-accent-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity))
  }
  .\32xl\:focus\:ring-accent-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity))
  }
  .\32xl\:focus\:ring-accent-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity))
  }
  .\32xl\:focus\:ring-accent-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity))
  }
  .\32xl\:focus\:ring-accent-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity))
  }
  .\32xl\:focus\:ring-shade-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(58, 58, 49, var(--tw-ring-opacity))
  }
  .\32xl\:focus\:ring-shade-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(45, 47, 53, var(--tw-ring-opacity))
  }
  .\32xl\:focus\:ring-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity))
  }
  .\32xl\:focus\:ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity))
  }
  .\32xl\:focus\:ring-gray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity))
  }
  .\32xl\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity))
  }
  .\32xl\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity))
  }
  .\32xl\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity))
  }
  .\32xl\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity))
  }
  .\32xl\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity))
  }
  .\32xl\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity))
  }
  .\32xl\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity))
  }
  .\32xl\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity))
  }
  .\32xl\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity))
  }
  .\32xl\:focus\:ring-brand-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity))
  }
  .\32xl\:focus\:ring-brand-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity))
  }
  .\32xl\:focus\:ring-brand-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity))
  }
  .\32xl\:focus\:ring-brand-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity))
  }
  .\32xl\:focus\:ring-brand-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity))
  }
  .\32xl\:focus\:ring-brand-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity))
  }
  .\32xl\:focus\:ring-brand-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity))
  }
  .\32xl\:focus\:ring-brand-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity))
  }
  .\32xl\:focus\:ring-brand-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity))
  }
  .\32xl\:focus\:ring-brand-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity))
  }
  .\32xl\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent
  }
  .\32xl\:focus\:ring-current:focus {
    --tw-ring-color: currentColor
  }
  .\32xl\:ring-opacity-0 {
    --tw-ring-opacity: 0
  }
  .\32xl\:ring-opacity-5 {
    --tw-ring-opacity: 0.05
  }
  .\32xl\:ring-opacity-10 {
    --tw-ring-opacity: 0.1
  }
  .\32xl\:ring-opacity-20 {
    --tw-ring-opacity: 0.2
  }
  .\32xl\:ring-opacity-25 {
    --tw-ring-opacity: 0.25
  }
  .\32xl\:ring-opacity-30 {
    --tw-ring-opacity: 0.3
  }
  .\32xl\:ring-opacity-40 {
    --tw-ring-opacity: 0.4
  }
  .\32xl\:ring-opacity-50 {
    --tw-ring-opacity: 0.5
  }
  .\32xl\:ring-opacity-60 {
    --tw-ring-opacity: 0.6
  }
  .\32xl\:ring-opacity-70 {
    --tw-ring-opacity: 0.7
  }
  .\32xl\:ring-opacity-75 {
    --tw-ring-opacity: 0.75
  }
  .\32xl\:ring-opacity-80 {
    --tw-ring-opacity: 0.8
  }
  .\32xl\:ring-opacity-90 {
    --tw-ring-opacity: 0.9
  }
  .\32xl\:ring-opacity-95 {
    --tw-ring-opacity: 0.95
  }
  .\32xl\:ring-opacity-100 {
    --tw-ring-opacity: 1
  }
  .\32xl\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0
  }
  .\32xl\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05
  }
  .\32xl\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1
  }
  .\32xl\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2
  }
  .\32xl\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25
  }
  .\32xl\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3
  }
  .\32xl\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4
  }
  .\32xl\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5
  }
  .\32xl\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6
  }
  .\32xl\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7
  }
  .\32xl\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75
  }
  .\32xl\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8
  }
  .\32xl\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9
  }
  .\32xl\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95
  }
  .\32xl\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1
  }
  .\32xl\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0
  }
  .\32xl\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05
  }
  .\32xl\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1
  }
  .\32xl\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2
  }
  .\32xl\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25
  }
  .\32xl\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3
  }
  .\32xl\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4
  }
  .\32xl\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5
  }
  .\32xl\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6
  }
  .\32xl\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7
  }
  .\32xl\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75
  }
  .\32xl\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8
  }
  .\32xl\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9
  }
  .\32xl\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95
  }
  .\32xl\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1
  }
  .\32xl\:fill-current {
    fill: currentColor
  }
  .\32xl\:stroke-current {
    stroke: currentColor
  }
  .\32xl\:stroke-0 {
    stroke-width: 0
  }
  .\32xl\:stroke-1 {
    stroke-width: 1
  }
  .\32xl\:stroke-2 {
    stroke-width: 2
  }
  .\32xl\:table-auto {
    table-layout: auto
  }
  .\32xl\:table-fixed {
    table-layout: fixed
  }
  .\32xl\:text-left {
    text-align: left
  }
  .\32xl\:text-center {
    text-align: center
  }
  .\32xl\:text-right {
    text-align: right
  }
  .\32xl\:text-justify {
    text-align: justify
  }
  .\32xl\:text-primary-50, .\32xl\:text-primary-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }
  .\32xl\:text-primary-200 {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 226, var(--tw-text-opacity))
  }
  .\32xl\:text-primary-300 {
    --tw-text-opacity: 1;
    color: rgba(255, 230, 175, var(--tw-text-opacity))
  }
  .\32xl\:text-primary-400 {
    --tw-text-opacity: 1;
    color: rgba(255, 213, 124, var(--tw-text-opacity))
  }
  .\32xl\:text-primary-500 {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-text-opacity))
  }
  .\32xl\:text-primary-600 {
    --tw-text-opacity: 1;
    color: rgba(255, 181, 22, var(--tw-text-opacity))
  }
  .\32xl\:text-primary-700 {
    --tw-text-opacity: 1;
    color: rgba(226, 154, 0, var(--tw-text-opacity))
  }
  .\32xl\:text-primary-800 {
    --tw-text-opacity: 1;
    color: rgba(175, 119, 0, var(--tw-text-opacity))
  }
  .\32xl\:text-primary-900 {
    --tw-text-opacity: 1;
    color: rgba(124, 84, 0, var(--tw-text-opacity))
  }
  .\32xl\:text-primary {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-text-opacity))
  }
  .\32xl\:text-secondary-50 {
    --tw-text-opacity: 1;
    color: rgba(206, 251, 223, var(--tw-text-opacity))
  }
  .\32xl\:text-secondary-100 {
    --tw-text-opacity: 1;
    color: rgba(182, 249, 208, var(--tw-text-opacity))
  }
  .\32xl\:text-secondary-200 {
    --tw-text-opacity: 1;
    color: rgba(135, 245, 178, var(--tw-text-opacity))
  }
  .\32xl\:text-secondary-300 {
    --tw-text-opacity: 1;
    color: rgba(88, 241, 148, var(--tw-text-opacity))
  }
  .\32xl\:text-secondary-400 {
    --tw-text-opacity: 1;
    color: rgba(40, 238, 118, var(--tw-text-opacity))
  }
  .\32xl\:text-secondary-500 {
    --tw-text-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-text-opacity))
  }
  .\32xl\:text-secondary-600 {
    --tw-text-opacity: 1;
    color: rgba(13, 163, 72, var(--tw-text-opacity))
  }
  .\32xl\:text-secondary-700 {
    --tw-text-opacity: 1;
    color: rgba(9, 116, 51, var(--tw-text-opacity))
  }
  .\32xl\:text-secondary-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 68, 30, var(--tw-text-opacity))
  }
  .\32xl\:text-secondary-900 {
    --tw-text-opacity: 1;
    color: rgba(2, 21, 9, var(--tw-text-opacity))
  }
  .\32xl\:text-secondary {
    --tw-text-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-text-opacity))
  }
  .\32xl\:text-accent-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity))
  }
  .\32xl\:text-accent-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity))
  }
  .\32xl\:text-accent-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity))
  }
  .\32xl\:text-accent-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity))
  }
  .\32xl\:text-accent-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity))
  }
  .\32xl\:text-accent-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity))
  }
  .\32xl\:text-accent-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity))
  }
  .\32xl\:text-accent-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity))
  }
  .\32xl\:text-accent-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity))
  }
  .\32xl\:text-accent-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity))
  }
  .\32xl\:text-shade-500 {
    --tw-text-opacity: 1;
    color: rgba(58, 58, 49, var(--tw-text-opacity))
  }
  .\32xl\:text-shade-600 {
    --tw-text-opacity: 1;
    color: rgba(45, 47, 53, var(--tw-text-opacity))
  }
  .\32xl\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }
  .\32xl\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity))
  }
  .\32xl\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity))
  }
  .\32xl\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity))
  }
  .\32xl\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity))
  }
  .\32xl\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity))
  }
  .\32xl\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity))
  }
  .\32xl\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity))
  }
  .\32xl\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity))
  }
  .\32xl\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity))
  }
  .\32xl\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity))
  }
  .\32xl\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity))
  }
  .\32xl\:text-brand-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity))
  }
  .\32xl\:text-brand-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity))
  }
  .\32xl\:text-brand-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity))
  }
  .\32xl\:text-brand-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity))
  }
  .\32xl\:text-brand-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity))
  }
  .\32xl\:text-brand-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity))
  }
  .\32xl\:text-brand-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity))
  }
  .\32xl\:text-brand-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity))
  }
  .\32xl\:text-brand-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity))
  }
  .\32xl\:text-brand-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity))
  }
  .\32xl\:text-transparent {
    color: transparent
  }
  .\32xl\:text-current {
    color: currentColor
  }
  .group:hover .\32xl\:group-hover\:text-primary-50, .group:hover .\32xl\:group-hover\:text-primary-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }
  .group:hover .\32xl\:group-hover\:text-primary-200 {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 226, var(--tw-text-opacity))
  }
  .group:hover .\32xl\:group-hover\:text-primary-300 {
    --tw-text-opacity: 1;
    color: rgba(255, 230, 175, var(--tw-text-opacity))
  }
  .group:hover .\32xl\:group-hover\:text-primary-400 {
    --tw-text-opacity: 1;
    color: rgba(255, 213, 124, var(--tw-text-opacity))
  }
  .group:hover .\32xl\:group-hover\:text-primary-500 {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-text-opacity))
  }
  .group:hover .\32xl\:group-hover\:text-primary-600 {
    --tw-text-opacity: 1;
    color: rgba(255, 181, 22, var(--tw-text-opacity))
  }
  .group:hover .\32xl\:group-hover\:text-primary-700 {
    --tw-text-opacity: 1;
    color: rgba(226, 154, 0, var(--tw-text-opacity))
  }
  .group:hover .\32xl\:group-hover\:text-primary-800 {
    --tw-text-opacity: 1;
    color: rgba(175, 119, 0, var(--tw-text-opacity))
  }
  .group:hover .\32xl\:group-hover\:text-primary-900 {
    --tw-text-opacity: 1;
    color: rgba(124, 84, 0, var(--tw-text-opacity))
  }
  .group:hover .\32xl\:group-hover\:text-primary {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-text-opacity))
  }
  .group:hover .\32xl\:group-hover\:text-secondary-50 {
    --tw-text-opacity: 1;
    color: rgba(206, 251, 223, var(--tw-text-opacity))
  }
  .group:hover .\32xl\:group-hover\:text-secondary-100 {
    --tw-text-opacity: 1;
    color: rgba(182, 249, 208, var(--tw-text-opacity))
  }
  .group:hover .\32xl\:group-hover\:text-secondary-200 {
    --tw-text-opacity: 1;
    color: rgba(135, 245, 178, var(--tw-text-opacity))
  }
  .group:hover .\32xl\:group-hover\:text-secondary-300 {
    --tw-text-opacity: 1;
    color: rgba(88, 241, 148, var(--tw-text-opacity))
  }
  .group:hover .\32xl\:group-hover\:text-secondary-400 {
    --tw-text-opacity: 1;
    color: rgba(40, 238, 118, var(--tw-text-opacity))
  }
  .group:hover .\32xl\:group-hover\:text-secondary-500 {
    --tw-text-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-text-opacity))
  }
  .group:hover .\32xl\:group-hover\:text-secondary-600 {
    --tw-text-opacity: 1;
    color: rgba(13, 163, 72, var(--tw-text-opacity))
  }
  .group:hover .\32xl\:group-hover\:text-secondary-700 {
    --tw-text-opacity: 1;
    color: rgba(9, 116, 51, var(--tw-text-opacity))
  }
  .group:hover .\32xl\:group-hover\:text-secondary-800 {
    --tw-text-opacity: 1;
    color: rgba(6, 68, 30, var(--tw-text-opacity))
  }
  .group:hover .\32xl\:group-hover\:text-secondary-900 {
    --tw-text-opacity: 1;
    color: rgba(2, 21, 9, var(--tw-text-opacity))
  }
  .group:hover .\32xl\:group-hover\:text-secondary {
    --tw-text-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-text-opacity))
  }
  .group:hover .\32xl\:group-hover\:text-accent-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity))
  }
  .group:hover .\32xl\:group-hover\:text-accent-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity))
  }
  .group:hover .\32xl\:group-hover\:text-accent-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity))
  }
  .group:hover .\32xl\:group-hover\:text-accent-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity))
  }
  .group:hover .\32xl\:group-hover\:text-accent-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity))
  }
  .group:hover .\32xl\:group-hover\:text-accent-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity))
  }
  .group:hover .\32xl\:group-hover\:text-accent-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity))
  }
  .group:hover .\32xl\:group-hover\:text-accent-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity))
  }
  .group:hover .\32xl\:group-hover\:text-accent-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity))
  }
  .group:hover .\32xl\:group-hover\:text-accent-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity))
  }
  .group:hover .\32xl\:group-hover\:text-shade-500 {
    --tw-text-opacity: 1;
    color: rgba(58, 58, 49, var(--tw-text-opacity))
  }
  .group:hover .\32xl\:group-hover\:text-shade-600 {
    --tw-text-opacity: 1;
    color: rgba(45, 47, 53, var(--tw-text-opacity))
  }
  .group:hover .\32xl\:group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }
  .group:hover .\32xl\:group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity))
  }
  .group:hover .\32xl\:group-hover\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity))
  }
  .group:hover .\32xl\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity))
  }
  .group:hover .\32xl\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity))
  }
  .group:hover .\32xl\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity))
  }
  .group:hover .\32xl\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity))
  }
  .group:hover .\32xl\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity))
  }
  .group:hover .\32xl\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity))
  }
  .group:hover .\32xl\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity))
  }
  .group:hover .\32xl\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity))
  }
  .group:hover .\32xl\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity))
  }
  .group:hover .\32xl\:group-hover\:text-brand-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity))
  }
  .group:hover .\32xl\:group-hover\:text-brand-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity))
  }
  .group:hover .\32xl\:group-hover\:text-brand-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity))
  }
  .group:hover .\32xl\:group-hover\:text-brand-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity))
  }
  .group:hover .\32xl\:group-hover\:text-brand-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity))
  }
  .group:hover .\32xl\:group-hover\:text-brand-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity))
  }
  .group:hover .\32xl\:group-hover\:text-brand-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity))
  }
  .group:hover .\32xl\:group-hover\:text-brand-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity))
  }
  .group:hover .\32xl\:group-hover\:text-brand-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity))
  }
  .group:hover .\32xl\:group-hover\:text-brand-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity))
  }
  .group:hover .\32xl\:group-hover\:text-transparent {
    color: transparent
  }
  .group:hover .\32xl\:group-hover\:text-current {
    color: currentColor
  }
  .\32xl\:focus-within\:text-primary-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-primary-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-primary-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 226, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-primary-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 230, 175, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-primary-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 213, 124, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-primary-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-primary-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 181, 22, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-primary-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(226, 154, 0, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-primary-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(175, 119, 0, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-primary-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 84, 0, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-primary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-secondary-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(206, 251, 223, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-secondary-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(182, 249, 208, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-secondary-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(135, 245, 178, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-secondary-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(88, 241, 148, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-secondary-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(40, 238, 118, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-secondary-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-secondary-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(13, 163, 72, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-secondary-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(9, 116, 51, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-secondary-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 68, 30, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-secondary-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(2, 21, 9, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-secondary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-accent-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-accent-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-accent-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-accent-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-accent-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-accent-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-accent-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-accent-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-accent-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-accent-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-shade-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(58, 58, 49, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-shade-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(45, 47, 53, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-gray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-brand-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-brand-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-brand-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-brand-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-brand-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-brand-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-brand-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-brand-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-brand-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-brand-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity))
  }
  .\32xl\:focus-within\:text-transparent:focus-within {
    color: transparent
  }
  .\32xl\:focus-within\:text-current:focus-within {
    color: currentColor
  }
  .\32xl\:hover\:text-primary-50:hover, .\32xl\:hover\:text-primary-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }
  .\32xl\:hover\:text-primary-200:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 226, var(--tw-text-opacity))
  }
  .\32xl\:hover\:text-primary-300:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 230, 175, var(--tw-text-opacity))
  }
  .\32xl\:hover\:text-primary-400:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 213, 124, var(--tw-text-opacity))
  }
  .\32xl\:hover\:text-primary-500:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-text-opacity))
  }
  .\32xl\:hover\:text-primary-600:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 181, 22, var(--tw-text-opacity))
  }
  .\32xl\:hover\:text-primary-700:hover {
    --tw-text-opacity: 1;
    color: rgba(226, 154, 0, var(--tw-text-opacity))
  }
  .\32xl\:hover\:text-primary-800:hover {
    --tw-text-opacity: 1;
    color: rgba(175, 119, 0, var(--tw-text-opacity))
  }
  .\32xl\:hover\:text-primary-900:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 84, 0, var(--tw-text-opacity))
  }
  .\32xl\:hover\:text-primary:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-text-opacity))
  }
  .\32xl\:hover\:text-secondary-50:hover {
    --tw-text-opacity: 1;
    color: rgba(206, 251, 223, var(--tw-text-opacity))
  }
  .\32xl\:hover\:text-secondary-100:hover {
    --tw-text-opacity: 1;
    color: rgba(182, 249, 208, var(--tw-text-opacity))
  }
  .\32xl\:hover\:text-secondary-200:hover {
    --tw-text-opacity: 1;
    color: rgba(135, 245, 178, var(--tw-text-opacity))
  }
  .\32xl\:hover\:text-secondary-300:hover {
    --tw-text-opacity: 1;
    color: rgba(88, 241, 148, var(--tw-text-opacity))
  }
  .\32xl\:hover\:text-secondary-400:hover {
    --tw-text-opacity: 1;
    color: rgba(40, 238, 118, var(--tw-text-opacity))
  }
  .\32xl\:hover\:text-secondary-500:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-text-opacity))
  }
  .\32xl\:hover\:text-secondary-600:hover {
    --tw-text-opacity: 1;
    color: rgba(13, 163, 72, var(--tw-text-opacity))
  }
  .\32xl\:hover\:text-secondary-700:hover {
    --tw-text-opacity: 1;
    color: rgba(9, 116, 51, var(--tw-text-opacity))
  }
  .\32xl\:hover\:text-secondary-800:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 68, 30, var(--tw-text-opacity))
  }
  .\32xl\:hover\:text-secondary-900:hover {
    --tw-text-opacity: 1;
    color: rgba(2, 21, 9, var(--tw-text-opacity))
  }
  .\32xl\:hover\:text-secondary:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-text-opacity))
  }
  .\32xl\:hover\:text-accent-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity))
  }
  .\32xl\:hover\:text-accent-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity))
  }
  .\32xl\:hover\:text-accent-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity))
  }
  .\32xl\:hover\:text-accent-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity))
  }
  .\32xl\:hover\:text-accent-400:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity))
  }
  .\32xl\:hover\:text-accent-500:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity))
  }
  .\32xl\:hover\:text-accent-600:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity))
  }
  .\32xl\:hover\:text-accent-700:hover {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity))
  }
  .\32xl\:hover\:text-accent-800:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity))
  }
  .\32xl\:hover\:text-accent-900:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity))
  }
  .\32xl\:hover\:text-shade-500:hover {
    --tw-text-opacity: 1;
    color: rgba(58, 58, 49, var(--tw-text-opacity))
  }
  .\32xl\:hover\:text-shade-600:hover {
    --tw-text-opacity: 1;
    color: rgba(45, 47, 53, var(--tw-text-opacity))
  }
  .\32xl\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }
  .\32xl\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity))
  }
  .\32xl\:hover\:text-gray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity))
  }
  .\32xl\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity))
  }
  .\32xl\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity))
  }
  .\32xl\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity))
  }
  .\32xl\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity))
  }
  .\32xl\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity))
  }
  .\32xl\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity))
  }
  .\32xl\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity))
  }
  .\32xl\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity))
  }
  .\32xl\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity))
  }
  .\32xl\:hover\:text-brand-50:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity))
  }
  .\32xl\:hover\:text-brand-100:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity))
  }
  .\32xl\:hover\:text-brand-200:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity))
  }
  .\32xl\:hover\:text-brand-300:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity))
  }
  .\32xl\:hover\:text-brand-400:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity))
  }
  .\32xl\:hover\:text-brand-500:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity))
  }
  .\32xl\:hover\:text-brand-600:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity))
  }
  .\32xl\:hover\:text-brand-700:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity))
  }
  .\32xl\:hover\:text-brand-800:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity))
  }
  .\32xl\:hover\:text-brand-900:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity))
  }
  .\32xl\:hover\:text-transparent:hover {
    color: transparent
  }
  .\32xl\:hover\:text-current:hover {
    color: currentColor
  }
  .\32xl\:focus\:text-primary-50:focus, .\32xl\:focus\:text-primary-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }
  .\32xl\:focus\:text-primary-200:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 246, 226, var(--tw-text-opacity))
  }
  .\32xl\:focus\:text-primary-300:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 230, 175, var(--tw-text-opacity))
  }
  .\32xl\:focus\:text-primary-400:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 213, 124, var(--tw-text-opacity))
  }
  .\32xl\:focus\:text-primary-500:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-text-opacity))
  }
  .\32xl\:focus\:text-primary-600:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 181, 22, var(--tw-text-opacity))
  }
  .\32xl\:focus\:text-primary-700:focus {
    --tw-text-opacity: 1;
    color: rgba(226, 154, 0, var(--tw-text-opacity))
  }
  .\32xl\:focus\:text-primary-800:focus {
    --tw-text-opacity: 1;
    color: rgba(175, 119, 0, var(--tw-text-opacity))
  }
  .\32xl\:focus\:text-primary-900:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 84, 0, var(--tw-text-opacity))
  }
  .\32xl\:focus\:text-primary:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 73, var(--tw-text-opacity))
  }
  .\32xl\:focus\:text-secondary-50:focus {
    --tw-text-opacity: 1;
    color: rgba(206, 251, 223, var(--tw-text-opacity))
  }
  .\32xl\:focus\:text-secondary-100:focus {
    --tw-text-opacity: 1;
    color: rgba(182, 249, 208, var(--tw-text-opacity))
  }
  .\32xl\:focus\:text-secondary-200:focus {
    --tw-text-opacity: 1;
    color: rgba(135, 245, 178, var(--tw-text-opacity))
  }
  .\32xl\:focus\:text-secondary-300:focus {
    --tw-text-opacity: 1;
    color: rgba(88, 241, 148, var(--tw-text-opacity))
  }
  .\32xl\:focus\:text-secondary-400:focus {
    --tw-text-opacity: 1;
    color: rgba(40, 238, 118, var(--tw-text-opacity))
  }
  .\32xl\:focus\:text-secondary-500:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-text-opacity))
  }
  .\32xl\:focus\:text-secondary-600:focus {
    --tw-text-opacity: 1;
    color: rgba(13, 163, 72, var(--tw-text-opacity))
  }
  .\32xl\:focus\:text-secondary-700:focus {
    --tw-text-opacity: 1;
    color: rgba(9, 116, 51, var(--tw-text-opacity))
  }
  .\32xl\:focus\:text-secondary-800:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 68, 30, var(--tw-text-opacity))
  }
  .\32xl\:focus\:text-secondary-900:focus {
    --tw-text-opacity: 1;
    color: rgba(2, 21, 9, var(--tw-text-opacity))
  }
  .\32xl\:focus\:text-secondary:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 210, 93, var(--tw-text-opacity))
  }
  .\32xl\:focus\:text-accent-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity))
  }
  .\32xl\:focus\:text-accent-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity))
  }
  .\32xl\:focus\:text-accent-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity))
  }
  .\32xl\:focus\:text-accent-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity))
  }
  .\32xl\:focus\:text-accent-400:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity))
  }
  .\32xl\:focus\:text-accent-500:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity))
  }
  .\32xl\:focus\:text-accent-600:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity))
  }
  .\32xl\:focus\:text-accent-700:focus {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity))
  }
  .\32xl\:focus\:text-accent-800:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity))
  }
  .\32xl\:focus\:text-accent-900:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity))
  }
  .\32xl\:focus\:text-shade-500:focus {
    --tw-text-opacity: 1;
    color: rgba(58, 58, 49, var(--tw-text-opacity))
  }
  .\32xl\:focus\:text-shade-600:focus {
    --tw-text-opacity: 1;
    color: rgba(45, 47, 53, var(--tw-text-opacity))
  }
  .\32xl\:focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }
  .\32xl\:focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity))
  }
  .\32xl\:focus\:text-gray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity))
  }
  .\32xl\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity))
  }
  .\32xl\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity))
  }
  .\32xl\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity))
  }
  .\32xl\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity))
  }
  .\32xl\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity))
  }
  .\32xl\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity))
  }
  .\32xl\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity))
  }
  .\32xl\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity))
  }
  .\32xl\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity))
  }
  .\32xl\:focus\:text-brand-50:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity))
  }
  .\32xl\:focus\:text-brand-100:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity))
  }
  .\32xl\:focus\:text-brand-200:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity))
  }
  .\32xl\:focus\:text-brand-300:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity))
  }
  .\32xl\:focus\:text-brand-400:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity))
  }
  .\32xl\:focus\:text-brand-500:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity))
  }
  .\32xl\:focus\:text-brand-600:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity))
  }
  .\32xl\:focus\:text-brand-700:focus {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity))
  }
  .\32xl\:focus\:text-brand-800:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity))
  }
  .\32xl\:focus\:text-brand-900:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity))
  }
  .\32xl\:focus\:text-transparent:focus {
    color: transparent
  }
  .\32xl\:focus\:text-current:focus {
    color: currentColor
  }
  .\32xl\:text-opacity-0 {
    --tw-text-opacity: 0
  }
  .\32xl\:text-opacity-5 {
    --tw-text-opacity: 0.05
  }
  .\32xl\:text-opacity-10 {
    --tw-text-opacity: 0.1
  }
  .\32xl\:text-opacity-20 {
    --tw-text-opacity: 0.2
  }
  .\32xl\:text-opacity-25 {
    --tw-text-opacity: 0.25
  }
  .\32xl\:text-opacity-30 {
    --tw-text-opacity: 0.3
  }
  .\32xl\:text-opacity-40 {
    --tw-text-opacity: 0.4
  }
  .\32xl\:text-opacity-50 {
    --tw-text-opacity: 0.5
  }
  .\32xl\:text-opacity-60 {
    --tw-text-opacity: 0.6
  }
  .\32xl\:text-opacity-70 {
    --tw-text-opacity: 0.7
  }
  .\32xl\:text-opacity-75 {
    --tw-text-opacity: 0.75
  }
  .\32xl\:text-opacity-80 {
    --tw-text-opacity: 0.8
  }
  .\32xl\:text-opacity-90 {
    --tw-text-opacity: 0.9
  }
  .\32xl\:text-opacity-95 {
    --tw-text-opacity: 0.95
  }
  .\32xl\:text-opacity-100 {
    --tw-text-opacity: 1
  }
  .group:hover .\32xl\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0
  }
  .group:hover .\32xl\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05
  }
  .group:hover .\32xl\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1
  }
  .group:hover .\32xl\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2
  }
  .group:hover .\32xl\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25
  }
  .group:hover .\32xl\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3
  }
  .group:hover .\32xl\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4
  }
  .group:hover .\32xl\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5
  }
  .group:hover .\32xl\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6
  }
  .group:hover .\32xl\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7
  }
  .group:hover .\32xl\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75
  }
  .group:hover .\32xl\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8
  }
  .group:hover .\32xl\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9
  }
  .group:hover .\32xl\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95
  }
  .group:hover .\32xl\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1
  }
  .\32xl\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0
  }
  .\32xl\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05
  }
  .\32xl\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1
  }
  .\32xl\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2
  }
  .\32xl\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25
  }
  .\32xl\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3
  }
  .\32xl\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4
  }
  .\32xl\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5
  }
  .\32xl\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6
  }
  .\32xl\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7
  }
  .\32xl\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75
  }
  .\32xl\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8
  }
  .\32xl\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9
  }
  .\32xl\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95
  }
  .\32xl\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1
  }
  .\32xl\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0
  }
  .\32xl\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05
  }
  .\32xl\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1
  }
  .\32xl\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2
  }
  .\32xl\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25
  }
  .\32xl\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3
  }
  .\32xl\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4
  }
  .\32xl\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5
  }
  .\32xl\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6
  }
  .\32xl\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7
  }
  .\32xl\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75
  }
  .\32xl\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8
  }
  .\32xl\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9
  }
  .\32xl\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95
  }
  .\32xl\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1
  }
  .\32xl\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0
  }
  .\32xl\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05
  }
  .\32xl\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1
  }
  .\32xl\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2
  }
  .\32xl\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25
  }
  .\32xl\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3
  }
  .\32xl\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4
  }
  .\32xl\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5
  }
  .\32xl\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6
  }
  .\32xl\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7
  }
  .\32xl\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75
  }
  .\32xl\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8
  }
  .\32xl\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9
  }
  .\32xl\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95
  }
  .\32xl\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1
  }
  .\32xl\:truncate {
    overflow: hidden;
    white-space: nowrap
  }
  .\32xl\:overflow-ellipsis, .\32xl\:truncate {
    text-overflow: ellipsis
  }
  .\32xl\:overflow-clip {
    text-overflow: clip
  }
  .\32xl\:italic {
    font-style: italic
  }
  .\32xl\:not-italic {
    font-style: normal
  }
  .\32xl\:uppercase {
    text-transform: uppercase
  }
  .\32xl\:lowercase {
    text-transform: lowercase
  }
  .\32xl\:capitalize {
    text-transform: capitalize
  }
  .\32xl\:normal-case {
    text-transform: none
  }
  .\32xl\:underline {
    text-decoration: underline
  }
  .\32xl\:line-through {
    text-decoration: line-through
  }
  .\32xl\:no-underline {
    text-decoration: none
  }
  .group:hover .\32xl\:group-hover\:underline {
    text-decoration: underline
  }
  .group:hover .\32xl\:group-hover\:line-through {
    text-decoration: line-through
  }
  .group:hover .\32xl\:group-hover\:no-underline {
    text-decoration: none
  }
  .\32xl\:focus-within\:underline:focus-within {
    text-decoration: underline
  }
  .\32xl\:focus-within\:line-through:focus-within {
    text-decoration: line-through
  }
  .\32xl\:focus-within\:no-underline:focus-within {
    text-decoration: none
  }
  .\32xl\:hover\:underline:hover {
    text-decoration: underline
  }
  .\32xl\:hover\:line-through:hover {
    text-decoration: line-through
  }
  .\32xl\:hover\:no-underline:hover {
    text-decoration: none
  }
  .\32xl\:focus\:underline:focus {
    text-decoration: underline
  }
  .\32xl\:focus\:line-through:focus {
    text-decoration: line-through
  }
  .\32xl\:focus\:no-underline:focus {
    text-decoration: none
  }
  .\32xl\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }
  .\32xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto
  }
  .\32xl\:diagonal-fractions, .\32xl\:lining-nums, .\32xl\:oldstyle-nums, .\32xl\:ordinal, .\32xl\:proportional-nums, .\32xl\:slashed-zero, .\32xl\:stacked-fractions, .\32xl\:tabular-nums {
    --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\:normal-nums {
    font-variant-numeric: normal
  }
  .\32xl\:ordinal {
    --tw-ordinal: ordinal
  }
  .\32xl\:slashed-zero {
    --tw-slashed-zero: slashed-zero
  }
  .\32xl\:lining-nums {
    --tw-numeric-figure: lining-nums
  }
  .\32xl\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums
  }
  .\32xl\:proportional-nums {
    --tw-numeric-spacing: proportional-nums
  }
  .\32xl\:tabular-nums {
    --tw-numeric-spacing: tabular-nums
  }
  .\32xl\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions
  }
  .\32xl\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions
  }
  .\32xl\:tracking-tighter {
    letter-spacing: -.05em
  }
  .\32xl\:tracking-tight {
    letter-spacing: -.025em
  }
  .\32xl\:tracking-normal {
    letter-spacing: 0
  }
  .\32xl\:tracking-wide {
    letter-spacing: .025em
  }
  .\32xl\:tracking-wider {
    letter-spacing: .05em
  }
  .\32xl\:tracking-widest {
    letter-spacing: .1em
  }
  .\32xl\:select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
  }
  .\32xl\:select-text {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
  }
  .\32xl\:select-all {
    -webkit-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all
  }
  .\32xl\:select-auto {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
  }
  .\32xl\:align-baseline {
    vertical-align: baseline
  }
  .\32xl\:align-top {
    vertical-align: top
  }
  .\32xl\:align-middle {
    vertical-align: middle
  }
  .\32xl\:align-bottom {
    vertical-align: bottom
  }
  .\32xl\:align-text-top {
    vertical-align: text-top
  }
  .\32xl\:align-text-bottom {
    vertical-align: text-bottom
  }
  .\32xl\:visible {
    visibility: visible
  }
  .\32xl\:invisible {
    visibility: hidden
  }
  .\32xl\:whitespace-normal {
    white-space: normal
  }
  .\32xl\:whitespace-nowrap {
    white-space: nowrap
  }
  .\32xl\:whitespace-pre {
    white-space: pre
  }
  .\32xl\:whitespace-pre-line {
    white-space: pre-line
  }
  .\32xl\:whitespace-pre-wrap {
    white-space: pre-wrap
  }
  .\32xl\:break-normal {
    overflow-wrap: normal;
    word-break: normal
  }
  .\32xl\:break-words {
    overflow-wrap: break-word
  }
  .\32xl\:break-all {
    word-break: break-all
  }
  .\32xl\:w-0 {
    width: 0
  }
  .\32xl\:w-1 {
    width: 3px
  }
  .\32xl\:w-2 {
    width: 6px
  }
  .\32xl\:w-3 {
    width: 9px
  }
  .\32xl\:w-4 {
    width: 12px
  }
  .\32xl\:w-5 {
    width: 15px
  }
  .\32xl\:w-6 {
    width: 18px
  }
  .\32xl\:w-7 {
    width: 21px
  }
  .\32xl\:w-8 {
    width: 24px
  }
  .\32xl\:w-9 {
    width: 27px
  }
  .\32xl\:w-10 {
    width: 30px
  }
  .\32xl\:w-11 {
    width: 33px
  }
  .\32xl\:w-12 {
    width: 36px
  }
  .\32xl\:w-14 {
    width: 42px
  }
  .\32xl\:w-16 {
    width: 48px
  }
  .\32xl\:w-18 {
    width: 54px
  }
  .\32xl\:w-20 {
    width: 60px
  }
  .\32xl\:w-24 {
    width: 72px
  }
  .\32xl\:w-28 {
    width: 84px
  }
  .\32xl\:w-32 {
    width: 96px
  }
  .\32xl\:w-36 {
    width: 108px
  }
  .\32xl\:w-40 {
    width: 120px
  }
  .\32xl\:w-44 {
    width: 132px
  }
  .\32xl\:w-48 {
    width: 144px
  }
  .\32xl\:w-52 {
    width: 156px
  }
  .\32xl\:w-56 {
    width: 168px
  }
  .\32xl\:w-60 {
    width: 180px
  }
  .\32xl\:w-64 {
    width: 192px
  }
  .\32xl\:w-72 {
    width: 216px
  }
  .\32xl\:w-80 {
    width: 240px
  }
  .\32xl\:w-96 {
    width: 288px
  }
  .\32xl\:w-auto {
    width: auto
  }
  .\32xl\:w-px {
    width: 1px
  }
  .\32xl\:w-0\.5 {
    width: 1.5px
  }
  .\32xl\:w-1\.5 {
    width: 4.5px
  }
  .\32xl\:w-2\.5 {
    width: 7.5px
  }
  .\32xl\:w-3\.5 {
    width: 10.5px
  }
  .\32xl\:w-1\/2 {
    width: 50%
  }
  .\32xl\:w-1\/3 {
    width: 33.333333%
  }
  .\32xl\:w-2\/3 {
    width: 66.666667%
  }
  .\32xl\:w-1\/4 {
    width: 25%
  }
  .\32xl\:w-2\/4 {
    width: 50%
  }
  .\32xl\:w-3\/4 {
    width: 75%
  }
  .\32xl\:w-1\/5 {
    width: 20%
  }
  .\32xl\:w-2\/5 {
    width: 40%
  }
  .\32xl\:w-3\/5 {
    width: 60%
  }
  .\32xl\:w-4\/5 {
    width: 80%
  }
  .\32xl\:w-1\/6 {
    width: 16.666667%
  }
  .\32xl\:w-2\/6 {
    width: 33.333333%
  }
  .\32xl\:w-3\/6 {
    width: 50%
  }
  .\32xl\:w-4\/6 {
    width: 66.666667%
  }
  .\32xl\:w-5\/6 {
    width: 83.333333%
  }
  .\32xl\:w-1\/12 {
    width: 8.333333%
  }
  .\32xl\:w-2\/12 {
    width: 16.666667%
  }
  .\32xl\:w-3\/12 {
    width: 25%
  }
  .\32xl\:w-4\/12 {
    width: 33.333333%
  }
  .\32xl\:w-5\/12 {
    width: 41.666667%
  }
  .\32xl\:w-6\/12 {
    width: 50%
  }
  .\32xl\:w-7\/12 {
    width: 58.333333%
  }
  .\32xl\:w-8\/12 {
    width: 66.666667%
  }
  .\32xl\:w-9\/12 {
    width: 75%
  }
  .\32xl\:w-10\/12 {
    width: 83.333333%
  }
  .\32xl\:w-11\/12 {
    width: 91.666667%
  }
  .\32xl\:w-full {
    width: 100%
  }
  .\32xl\:w-screen {
    width: 100vw
  }
  .\32xl\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content
  }
  .\32xl\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
  }
  .\32xl\:z-0 {
    z-index: 0
  }
  .\32xl\:z-10 {
    z-index: 10
  }
  .\32xl\:z-20 {
    z-index: 20
  }
  .\32xl\:z-30 {
    z-index: 30
  }
  .\32xl\:z-40 {
    z-index: 40
  }
  .\32xl\:z-50 {
    z-index: 50
  }
  .\32xl\:z-auto {
    z-index: auto
  }
  .\32xl\:focus-within\:z-0:focus-within {
    z-index: 0
  }
  .\32xl\:focus-within\:z-10:focus-within {
    z-index: 10
  }
  .\32xl\:focus-within\:z-20:focus-within {
    z-index: 20
  }
  .\32xl\:focus-within\:z-30:focus-within {
    z-index: 30
  }
  .\32xl\:focus-within\:z-40:focus-within {
    z-index: 40
  }
  .\32xl\:focus-within\:z-50:focus-within {
    z-index: 50
  }
  .\32xl\:focus-within\:z-auto:focus-within {
    z-index: auto
  }
  .\32xl\:focus\:z-0:focus {
    z-index: 0
  }
  .\32xl\:focus\:z-10:focus {
    z-index: 10
  }
  .\32xl\:focus\:z-20:focus {
    z-index: 20
  }
  .\32xl\:focus\:z-30:focus {
    z-index: 30
  }
  .\32xl\:focus\:z-40:focus {
    z-index: 40
  }
  .\32xl\:focus\:z-50:focus {
    z-index: 50
  }
  .\32xl\:focus\:z-auto:focus {
    z-index: auto
  }
  .\32xl\:isolate {
    isolation: isolate
  }
  .\32xl\:isolation-auto {
    isolation: auto
  }
  .\32xl\:gap-0 {
    gap: 0
  }
  .\32xl\:gap-1 {
    gap: 3px
  }
  .\32xl\:gap-2 {
    gap: 6px
  }
  .\32xl\:gap-3 {
    gap: 9px
  }
  .\32xl\:gap-4 {
    gap: 12px
  }
  .\32xl\:gap-5 {
    gap: 15px
  }
  .\32xl\:gap-6 {
    gap: 18px
  }
  .\32xl\:gap-7 {
    gap: 21px
  }
  .\32xl\:gap-8 {
    gap: 24px
  }
  .\32xl\:gap-9 {
    gap: 27px
  }
  .\32xl\:gap-10 {
    gap: 30px
  }
  .\32xl\:gap-11 {
    gap: 33px
  }
  .\32xl\:gap-12 {
    gap: 36px
  }
  .\32xl\:gap-14 {
    gap: 42px
  }
  .\32xl\:gap-16 {
    gap: 48px
  }
  .\32xl\:gap-18 {
    gap: 54px
  }
  .\32xl\:gap-20 {
    gap: 60px
  }
  .\32xl\:gap-24 {
    gap: 72px
  }
  .\32xl\:gap-28 {
    gap: 84px
  }
  .\32xl\:gap-32 {
    gap: 96px
  }
  .\32xl\:gap-36 {
    gap: 108px
  }
  .\32xl\:gap-40 {
    gap: 120px
  }
  .\32xl\:gap-44 {
    gap: 132px
  }
  .\32xl\:gap-48 {
    gap: 144px
  }
  .\32xl\:gap-52 {
    gap: 156px
  }
  .\32xl\:gap-56 {
    gap: 168px
  }
  .\32xl\:gap-60 {
    gap: 180px
  }
  .\32xl\:gap-64 {
    gap: 192px
  }
  .\32xl\:gap-72 {
    gap: 216px
  }
  .\32xl\:gap-80 {
    gap: 240px
  }
  .\32xl\:gap-96 {
    gap: 288px
  }
  .\32xl\:gap-px {
    gap: 1px
  }
  .\32xl\:gap-0\.5 {
    gap: 1.5px
  }
  .\32xl\:gap-1\.5 {
    gap: 4.5px
  }
  .\32xl\:gap-2\.5 {
    gap: 7.5px
  }
  .\32xl\:gap-3\.5 {
    gap: 10.5px
  }
  .\32xl\:gap-2\% {
    gap: 2%
  }
  .\32xl\:gap-4\% {
    gap: 4%
  }
  .\32xl\:gap-x-0 {
    -moz-column-gap: 0;
    column-gap: 0
  }
  .\32xl\:gap-x-1 {
    -moz-column-gap: 3px;
    column-gap: 3px
  }
  .\32xl\:gap-x-2 {
    -moz-column-gap: 6px;
    column-gap: 6px
  }
  .\32xl\:gap-x-3 {
    -moz-column-gap: 9px;
    column-gap: 9px
  }
  .\32xl\:gap-x-4 {
    -moz-column-gap: 12px;
    column-gap: 12px
  }
  .\32xl\:gap-x-5 {
    -moz-column-gap: 15px;
    column-gap: 15px
  }
  .\32xl\:gap-x-6 {
    -moz-column-gap: 18px;
    column-gap: 18px
  }
  .\32xl\:gap-x-7 {
    -moz-column-gap: 21px;
    column-gap: 21px
  }
  .\32xl\:gap-x-8 {
    -moz-column-gap: 24px;
    column-gap: 24px
  }
  .\32xl\:gap-x-9 {
    -moz-column-gap: 27px;
    column-gap: 27px
  }
  .\32xl\:gap-x-10 {
    -moz-column-gap: 30px;
    column-gap: 30px
  }
  .\32xl\:gap-x-11 {
    -moz-column-gap: 33px;
    column-gap: 33px
  }
  .\32xl\:gap-x-12 {
    -moz-column-gap: 36px;
    column-gap: 36px
  }
  .\32xl\:gap-x-14 {
    -moz-column-gap: 42px;
    column-gap: 42px
  }
  .\32xl\:gap-x-16 {
    -moz-column-gap: 48px;
    column-gap: 48px
  }
  .\32xl\:gap-x-18 {
    -moz-column-gap: 54px;
    column-gap: 54px
  }
  .\32xl\:gap-x-20 {
    -moz-column-gap: 60px;
    column-gap: 60px
  }
  .\32xl\:gap-x-24 {
    -moz-column-gap: 72px;
    column-gap: 72px
  }
  .\32xl\:gap-x-28 {
    -moz-column-gap: 84px;
    column-gap: 84px
  }
  .\32xl\:gap-x-32 {
    -moz-column-gap: 96px;
    column-gap: 96px
  }
  .\32xl\:gap-x-36 {
    -moz-column-gap: 108px;
    column-gap: 108px
  }
  .\32xl\:gap-x-40 {
    -moz-column-gap: 120px;
    column-gap: 120px
  }
  .\32xl\:gap-x-44 {
    -moz-column-gap: 132px;
    column-gap: 132px
  }
  .\32xl\:gap-x-48 {
    -moz-column-gap: 144px;
    column-gap: 144px
  }
  .\32xl\:gap-x-52 {
    -moz-column-gap: 156px;
    column-gap: 156px
  }
  .\32xl\:gap-x-56 {
    -moz-column-gap: 168px;
    column-gap: 168px
  }
  .\32xl\:gap-x-60 {
    -moz-column-gap: 180px;
    column-gap: 180px
  }
  .\32xl\:gap-x-64 {
    -moz-column-gap: 192px;
    column-gap: 192px
  }
  .\32xl\:gap-x-72 {
    -moz-column-gap: 216px;
    column-gap: 216px
  }
  .\32xl\:gap-x-80 {
    -moz-column-gap: 240px;
    column-gap: 240px
  }
  .\32xl\:gap-x-96 {
    -moz-column-gap: 288px;
    column-gap: 288px
  }
  .\32xl\:gap-x-px {
    -moz-column-gap: 1px;
    column-gap: 1px
  }
  .\32xl\:gap-x-0\.5 {
    -moz-column-gap: 1.5px;
    column-gap: 1.5px
  }
  .\32xl\:gap-x-1\.5 {
    -moz-column-gap: 4.5px;
    column-gap: 4.5px
  }
  .\32xl\:gap-x-2\.5 {
    -moz-column-gap: 7.5px;
    column-gap: 7.5px
  }
  .\32xl\:gap-x-3\.5 {
    -moz-column-gap: 10.5px;
    column-gap: 10.5px
  }
  .\32xl\:gap-x-2\% {
    -moz-column-gap: 2%;
    column-gap: 2%
  }
  .\32xl\:gap-x-4\% {
    -moz-column-gap: 4%;
    column-gap: 4%
  }
  .\32xl\:gap-y-0 {
    row-gap: 0
  }
  .\32xl\:gap-y-1 {
    row-gap: 3px
  }
  .\32xl\:gap-y-2 {
    row-gap: 6px
  }
  .\32xl\:gap-y-3 {
    row-gap: 9px
  }
  .\32xl\:gap-y-4 {
    row-gap: 12px
  }
  .\32xl\:gap-y-5 {
    row-gap: 15px
  }
  .\32xl\:gap-y-6 {
    row-gap: 18px
  }
  .\32xl\:gap-y-7 {
    row-gap: 21px
  }
  .\32xl\:gap-y-8 {
    row-gap: 24px
  }
  .\32xl\:gap-y-9 {
    row-gap: 27px
  }
  .\32xl\:gap-y-10 {
    row-gap: 30px
  }
  .\32xl\:gap-y-11 {
    row-gap: 33px
  }
  .\32xl\:gap-y-12 {
    row-gap: 36px
  }
  .\32xl\:gap-y-14 {
    row-gap: 42px
  }
  .\32xl\:gap-y-16 {
    row-gap: 48px
  }
  .\32xl\:gap-y-18 {
    row-gap: 54px
  }
  .\32xl\:gap-y-20 {
    row-gap: 60px
  }
  .\32xl\:gap-y-24 {
    row-gap: 72px
  }
  .\32xl\:gap-y-28 {
    row-gap: 84px
  }
  .\32xl\:gap-y-32 {
    row-gap: 96px
  }
  .\32xl\:gap-y-36 {
    row-gap: 108px
  }
  .\32xl\:gap-y-40 {
    row-gap: 120px
  }
  .\32xl\:gap-y-44 {
    row-gap: 132px
  }
  .\32xl\:gap-y-48 {
    row-gap: 144px
  }
  .\32xl\:gap-y-52 {
    row-gap: 156px
  }
  .\32xl\:gap-y-56 {
    row-gap: 168px
  }
  .\32xl\:gap-y-60 {
    row-gap: 180px
  }
  .\32xl\:gap-y-64 {
    row-gap: 192px
  }
  .\32xl\:gap-y-72 {
    row-gap: 216px
  }
  .\32xl\:gap-y-80 {
    row-gap: 240px
  }
  .\32xl\:gap-y-96 {
    row-gap: 288px
  }
  .\32xl\:gap-y-px {
    row-gap: 1px
  }
  .\32xl\:gap-y-0\.5 {
    row-gap: 1.5px
  }
  .\32xl\:gap-y-1\.5 {
    row-gap: 4.5px
  }
  .\32xl\:gap-y-2\.5 {
    row-gap: 7.5px
  }
  .\32xl\:gap-y-3\.5 {
    row-gap: 10.5px
  }
  .\32xl\:gap-y-2\% {
    row-gap: 2%
  }
  .\32xl\:gap-y-4\% {
    row-gap: 4%
  }
  .\32xl\:grid-flow-row {
    grid-auto-flow: row
  }
  .\32xl\:grid-flow-col {
    grid-auto-flow: column
  }
  .\32xl\:grid-flow-row-dense {
    grid-auto-flow: row dense
  }
  .\32xl\:grid-flow-col-dense {
    grid-auto-flow: column dense
  }
  .\32xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
  }
  .\32xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
  .\32xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }
  .\32xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }
  .\32xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr))
  }
  .\32xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr))
  }
  .\32xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr))
  }
  .\32xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr))
  }
  .\32xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr))
  }
  .\32xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr))
  }
  .\32xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr))
  }
  .\32xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr))
  }
  .\32xl\:grid-cols-none {
    grid-template-columns: none
  }
  .\32xl\:grid-cols-purchase-lg {
    grid-template-columns: 261px minmax(0, 1fr)
  }
  .\32xl\:grid-cols-purchase {
    grid-template-columns: 150px minmax(0, 1fr)
  }
  .\32xl\:auto-cols-auto {
    grid-auto-columns: auto
  }
  .\32xl\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content
  }
  .\32xl\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content
  }
  .\32xl\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr)
  }
  .\32xl\:col-auto {
    grid-column: auto
  }
  .\32xl\:col-span-1 {
    grid-column: span 1/span 1
  }
  .\32xl\:col-span-2 {
    grid-column: span 2/span 2
  }
  .\32xl\:col-span-3 {
    grid-column: span 3/span 3
  }
  .\32xl\:col-span-4 {
    grid-column: span 4/span 4
  }
  .\32xl\:col-span-5 {
    grid-column: span 5/span 5
  }
  .\32xl\:col-span-6 {
    grid-column: span 6/span 6
  }
  .\32xl\:col-span-7 {
    grid-column: span 7/span 7
  }
  .\32xl\:col-span-8 {
    grid-column: span 8/span 8
  }
  .\32xl\:col-span-9 {
    grid-column: span 9/span 9
  }
  .\32xl\:col-span-10 {
    grid-column: span 10/span 10
  }
  .\32xl\:col-span-11 {
    grid-column: span 11/span 11
  }
  .\32xl\:col-span-12 {
    grid-column: span 12/span 12
  }
  .\32xl\:col-span-full {
    grid-column: 1/-1
  }
  .\32xl\:col-start-1 {
    grid-column-start: 1
  }
  .\32xl\:col-start-2 {
    grid-column-start: 2
  }
  .\32xl\:col-start-3 {
    grid-column-start: 3
  }
  .\32xl\:col-start-4 {
    grid-column-start: 4
  }
  .\32xl\:col-start-5 {
    grid-column-start: 5
  }
  .\32xl\:col-start-6 {
    grid-column-start: 6
  }
  .\32xl\:col-start-7 {
    grid-column-start: 7
  }
  .\32xl\:col-start-8 {
    grid-column-start: 8
  }
  .\32xl\:col-start-9 {
    grid-column-start: 9
  }
  .\32xl\:col-start-10 {
    grid-column-start: 10
  }
  .\32xl\:col-start-11 {
    grid-column-start: 11
  }
  .\32xl\:col-start-12 {
    grid-column-start: 12
  }
  .\32xl\:col-start-13 {
    grid-column-start: 13
  }
  .\32xl\:col-start-auto {
    grid-column-start: auto
  }
  .\32xl\:col-end-1 {
    grid-column-end: 1
  }
  .\32xl\:col-end-2 {
    grid-column-end: 2
  }
  .\32xl\:col-end-3 {
    grid-column-end: 3
  }
  .\32xl\:col-end-4 {
    grid-column-end: 4
  }
  .\32xl\:col-end-5 {
    grid-column-end: 5
  }
  .\32xl\:col-end-6 {
    grid-column-end: 6
  }
  .\32xl\:col-end-7 {
    grid-column-end: 7
  }
  .\32xl\:col-end-8 {
    grid-column-end: 8
  }
  .\32xl\:col-end-9 {
    grid-column-end: 9
  }
  .\32xl\:col-end-10 {
    grid-column-end: 10
  }
  .\32xl\:col-end-11 {
    grid-column-end: 11
  }
  .\32xl\:col-end-12 {
    grid-column-end: 12
  }
  .\32xl\:col-end-13 {
    grid-column-end: 13
  }
  .\32xl\:col-end-auto {
    grid-column-end: auto
  }
  .\32xl\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr))
  }
  .\32xl\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr))
  }
  .\32xl\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr))
  }
  .\32xl\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr))
  }
  .\32xl\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr))
  }
  .\32xl\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr))
  }
  .\32xl\:grid-rows-none {
    grid-template-rows: none
  }
  .\32xl\:auto-rows-auto {
    grid-auto-rows: auto
  }
  .\32xl\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content
  }
  .\32xl\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content
  }
  .\32xl\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr)
  }
  .\32xl\:row-auto {
    grid-row: auto
  }
  .\32xl\:row-span-1 {
    grid-row: span 1/span 1
  }
  .\32xl\:row-span-2 {
    grid-row: span 2/span 2
  }
  .\32xl\:row-span-3 {
    grid-row: span 3/span 3
  }
  .\32xl\:row-span-4 {
    grid-row: span 4/span 4
  }
  .\32xl\:row-span-5 {
    grid-row: span 5/span 5
  }
  .\32xl\:row-span-6 {
    grid-row: span 6/span 6
  }
  .\32xl\:row-span-full {
    grid-row: 1/-1
  }
  .\32xl\:row-start-1 {
    grid-row-start: 1
  }
  .\32xl\:row-start-2 {
    grid-row-start: 2
  }
  .\32xl\:row-start-3 {
    grid-row-start: 3
  }
  .\32xl\:row-start-4 {
    grid-row-start: 4
  }
  .\32xl\:row-start-5 {
    grid-row-start: 5
  }
  .\32xl\:row-start-6 {
    grid-row-start: 6
  }
  .\32xl\:row-start-7 {
    grid-row-start: 7
  }
  .\32xl\:row-start-auto {
    grid-row-start: auto
  }
  .\32xl\:row-end-1 {
    grid-row-end: 1
  }
  .\32xl\:row-end-2 {
    grid-row-end: 2
  }
  .\32xl\:row-end-3 {
    grid-row-end: 3
  }
  .\32xl\:row-end-4 {
    grid-row-end: 4
  }
  .\32xl\:row-end-5 {
    grid-row-end: 5
  }
  .\32xl\:row-end-6 {
    grid-row-end: 6
  }
  .\32xl\:row-end-7 {
    grid-row-end: 7
  }
  .\32xl\:row-end-auto {
    grid-row-end: auto
  }
  .\32xl\:transform {
    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\:transform, .\32xl\: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
  }
  .\32xl\:transform-gpu {
    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\:transform-none {
    transform: none
  }
  .\32xl\:origin-center {
    transform-origin: center
  }
  .\32xl\:origin-top {
    transform-origin: top
  }
  .\32xl\:origin-top-right {
    transform-origin: top right
  }
  .\32xl\:origin-right {
    transform-origin: right
  }
  .\32xl\:origin-bottom-right {
    transform-origin: bottom right
  }
  .\32xl\:origin-bottom {
    transform-origin: bottom
  }
  .\32xl\:origin-bottom-left {
    transform-origin: bottom left
  }
  .\32xl\:origin-left {
    transform-origin: left
  }
  .\32xl\:origin-top-left {
    transform-origin: top left
  }
  .\32xl\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0
  }
  .\32xl\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5
  }
  .\32xl\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75
  }
  .\32xl\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9
  }
  .\32xl\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95
  }
  .\32xl\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1
  }
  .\32xl\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05
  }
  .\32xl\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1
  }
  .\32xl\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25
  }
  .\32xl\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5
  }
  .\32xl\:scale-x-0 {
    --tw-scale-x: 0
  }
  .\32xl\:scale-x-50 {
    --tw-scale-x: .5
  }
  .\32xl\:scale-x-75 {
    --tw-scale-x: .75
  }
  .\32xl\:scale-x-90 {
    --tw-scale-x: .9
  }
  .\32xl\:scale-x-95 {
    --tw-scale-x: .95
  }
  .\32xl\:scale-x-100 {
    --tw-scale-x: 1
  }
  .\32xl\:scale-x-105 {
    --tw-scale-x: 1.05
  }
  .\32xl\:scale-x-110 {
    --tw-scale-x: 1.1
  }
  .\32xl\:scale-x-125 {
    --tw-scale-x: 1.25
  }
  .\32xl\:scale-x-150 {
    --tw-scale-x: 1.5
  }
  .\32xl\:scale-y-0 {
    --tw-scale-y: 0
  }
  .\32xl\:scale-y-50 {
    --tw-scale-y: .5
  }
  .\32xl\:scale-y-75 {
    --tw-scale-y: .75
  }
  .\32xl\:scale-y-90 {
    --tw-scale-y: .9
  }
  .\32xl\:scale-y-95 {
    --tw-scale-y: .95
  }
  .\32xl\:scale-y-100 {
    --tw-scale-y: 1
  }
  .\32xl\:scale-y-105 {
    --tw-scale-y: 1.05
  }
  .\32xl\:scale-y-110 {
    --tw-scale-y: 1.1
  }
  .\32xl\:scale-y-125 {
    --tw-scale-y: 1.25
  }
  .\32xl\:scale-y-150 {
    --tw-scale-y: 1.5
  }
  .\32xl\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0
  }
  .\32xl\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5
  }
  .\32xl\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75
  }
  .\32xl\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9
  }
  .\32xl\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95
  }
  .\32xl\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1
  }
  .\32xl\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05
  }
  .\32xl\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1
  }
  .\32xl\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25
  }
  .\32xl\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5
  }
  .\32xl\:hover\:scale-x-0:hover {
    --tw-scale-x: 0
  }
  .\32xl\:hover\:scale-x-50:hover {
    --tw-scale-x: .5
  }
  .\32xl\:hover\:scale-x-75:hover {
    --tw-scale-x: .75
  }
  .\32xl\:hover\:scale-x-90:hover {
    --tw-scale-x: .9
  }
  .\32xl\:hover\:scale-x-95:hover {
    --tw-scale-x: .95
  }
  .\32xl\:hover\:scale-x-100:hover {
    --tw-scale-x: 1
  }
  .\32xl\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05
  }
  .\32xl\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1
  }
  .\32xl\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25
  }
  .\32xl\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5
  }
  .\32xl\:hover\:scale-y-0:hover {
    --tw-scale-y: 0
  }
  .\32xl\:hover\:scale-y-50:hover {
    --tw-scale-y: .5
  }
  .\32xl\:hover\:scale-y-75:hover {
    --tw-scale-y: .75
  }
  .\32xl\:hover\:scale-y-90:hover {
    --tw-scale-y: .9
  }
  .\32xl\:hover\:scale-y-95:hover {
    --tw-scale-y: .95
  }
  .\32xl\:hover\:scale-y-100:hover {
    --tw-scale-y: 1
  }
  .\32xl\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05
  }
  .\32xl\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1
  }
  .\32xl\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25
  }
  .\32xl\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5
  }
  .\32xl\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0
  }
  .\32xl\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5
  }
  .\32xl\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75
  }
  .\32xl\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9
  }
  .\32xl\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95
  }
  .\32xl\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1
  }
  .\32xl\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05
  }
  .\32xl\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1
  }
  .\32xl\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25
  }
  .\32xl\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5
  }
  .\32xl\:focus\:scale-x-0:focus {
    --tw-scale-x: 0
  }
  .\32xl\:focus\:scale-x-50:focus {
    --tw-scale-x: .5
  }
  .\32xl\:focus\:scale-x-75:focus {
    --tw-scale-x: .75
  }
  .\32xl\:focus\:scale-x-90:focus {
    --tw-scale-x: .9
  }
  .\32xl\:focus\:scale-x-95:focus {
    --tw-scale-x: .95
  }
  .\32xl\:focus\:scale-x-100:focus {
    --tw-scale-x: 1
  }
  .\32xl\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05
  }
  .\32xl\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1
  }
  .\32xl\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25
  }
  .\32xl\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5
  }
  .\32xl\:focus\:scale-y-0:focus {
    --tw-scale-y: 0
  }
  .\32xl\:focus\:scale-y-50:focus {
    --tw-scale-y: .5
  }
  .\32xl\:focus\:scale-y-75:focus {
    --tw-scale-y: .75
  }
  .\32xl\:focus\:scale-y-90:focus {
    --tw-scale-y: .9
  }
  .\32xl\:focus\:scale-y-95:focus {
    --tw-scale-y: .95
  }
  .\32xl\:focus\:scale-y-100:focus {
    --tw-scale-y: 1
  }
  .\32xl\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05
  }
  .\32xl\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1
  }
  .\32xl\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25
  }
  .\32xl\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5
  }
  .\32xl\:rotate-0 {
    --tw-rotate: 0deg
  }
  .\32xl\:rotate-1 {
    --tw-rotate: 1deg
  }
  .\32xl\:rotate-2 {
    --tw-rotate: 2deg
  }
  .\32xl\:rotate-3 {
    --tw-rotate: 3deg
  }
  .\32xl\:rotate-6 {
    --tw-rotate: 6deg
  }
  .\32xl\:rotate-12 {
    --tw-rotate: 12deg
  }
  .\32xl\:rotate-45 {
    --tw-rotate: 45deg
  }
  .\32xl\:rotate-90 {
    --tw-rotate: 90deg
  }
  .\32xl\:rotate-180 {
    --tw-rotate: 180deg
  }
  .\32xl\:-rotate-180 {
    --tw-rotate: -180deg
  }
  .\32xl\:-rotate-90 {
    --tw-rotate: -90deg
  }
  .\32xl\:-rotate-45 {
    --tw-rotate: -45deg
  }
  .\32xl\:-rotate-12 {
    --tw-rotate: -12deg
  }
  .\32xl\:-rotate-6 {
    --tw-rotate: -6deg
  }
  .\32xl\:-rotate-3 {
    --tw-rotate: -3deg
  }
  .\32xl\:-rotate-2 {
    --tw-rotate: -2deg
  }
  .\32xl\:-rotate-1 {
    --tw-rotate: -1deg
  }
  .\32xl\:hover\:rotate-0:hover {
    --tw-rotate: 0deg
  }
  .\32xl\:hover\:rotate-1:hover {
    --tw-rotate: 1deg
  }
  .\32xl\:hover\:rotate-2:hover {
    --tw-rotate: 2deg
  }
  .\32xl\:hover\:rotate-3:hover {
    --tw-rotate: 3deg
  }
  .\32xl\:hover\:rotate-6:hover {
    --tw-rotate: 6deg
  }
  .\32xl\:hover\:rotate-12:hover {
    --tw-rotate: 12deg
  }
  .\32xl\:hover\:rotate-45:hover {
    --tw-rotate: 45deg
  }
  .\32xl\:hover\:rotate-90:hover {
    --tw-rotate: 90deg
  }
  .\32xl\:hover\:rotate-180:hover {
    --tw-rotate: 180deg
  }
  .\32xl\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg
  }
  .\32xl\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg
  }
  .\32xl\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg
  }
  .\32xl\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg
  }
  .\32xl\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg
  }
  .\32xl\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg
  }
  .\32xl\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg
  }
  .\32xl\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg
  }
  .\32xl\:focus\:rotate-0:focus {
    --tw-rotate: 0deg
  }
  .\32xl\:focus\:rotate-1:focus {
    --tw-rotate: 1deg
  }
  .\32xl\:focus\:rotate-2:focus {
    --tw-rotate: 2deg
  }
  .\32xl\:focus\:rotate-3:focus {
    --tw-rotate: 3deg
  }
  .\32xl\:focus\:rotate-6:focus {
    --tw-rotate: 6deg
  }
  .\32xl\:focus\:rotate-12:focus {
    --tw-rotate: 12deg
  }
  .\32xl\:focus\:rotate-45:focus {
    --tw-rotate: 45deg
  }
  .\32xl\:focus\:rotate-90:focus {
    --tw-rotate: 90deg
  }
  .\32xl\:focus\:rotate-180:focus {
    --tw-rotate: 180deg
  }
  .\32xl\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg
  }
  .\32xl\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg
  }
  .\32xl\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg
  }
  .\32xl\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg
  }
  .\32xl\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg
  }
  .\32xl\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg
  }
  .\32xl\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg
  }
  .\32xl\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg
  }
  .\32xl\:translate-x-0 {
    --tw-translate-x: 0px
  }
  .\32xl\:translate-x-1 {
    --tw-translate-x: 3px
  }
  .\32xl\:translate-x-2 {
    --tw-translate-x: 6px
  }
  .\32xl\:translate-x-3 {
    --tw-translate-x: 9px
  }
  .\32xl\:translate-x-4 {
    --tw-translate-x: 12px
  }
  .\32xl\:translate-x-5 {
    --tw-translate-x: 15px
  }
  .\32xl\:translate-x-6 {
    --tw-translate-x: 18px
  }
  .\32xl\:translate-x-7 {
    --tw-translate-x: 21px
  }
  .\32xl\:translate-x-8 {
    --tw-translate-x: 24px
  }
  .\32xl\:translate-x-9 {
    --tw-translate-x: 27px
  }
  .\32xl\:translate-x-10 {
    --tw-translate-x: 30px
  }
  .\32xl\:translate-x-11 {
    --tw-translate-x: 33px
  }
  .\32xl\:translate-x-12 {
    --tw-translate-x: 36px
  }
  .\32xl\:translate-x-14 {
    --tw-translate-x: 42px
  }
  .\32xl\:translate-x-16 {
    --tw-translate-x: 48px
  }
  .\32xl\:translate-x-18 {
    --tw-translate-x: 54px
  }
  .\32xl\:translate-x-20 {
    --tw-translate-x: 60px
  }
  .\32xl\:translate-x-24 {
    --tw-translate-x: 72px
  }
  .\32xl\:translate-x-28 {
    --tw-translate-x: 84px
  }
  .\32xl\:translate-x-32 {
    --tw-translate-x: 96px
  }
  .\32xl\:translate-x-36 {
    --tw-translate-x: 108px
  }
  .\32xl\:translate-x-40 {
    --tw-translate-x: 120px
  }
  .\32xl\:translate-x-44 {
    --tw-translate-x: 132px
  }
  .\32xl\:translate-x-48 {
    --tw-translate-x: 144px
  }
  .\32xl\:translate-x-52 {
    --tw-translate-x: 156px
  }
  .\32xl\:translate-x-56 {
    --tw-translate-x: 168px
  }
  .\32xl\:translate-x-60 {
    --tw-translate-x: 180px
  }
  .\32xl\:translate-x-64 {
    --tw-translate-x: 192px
  }
  .\32xl\:translate-x-72 {
    --tw-translate-x: 216px
  }
  .\32xl\:translate-x-80 {
    --tw-translate-x: 240px
  }
  .\32xl\:translate-x-96 {
    --tw-translate-x: 288px
  }
  .\32xl\:translate-x-px {
    --tw-translate-x: 1px
  }
  .\32xl\:translate-x-0\.5 {
    --tw-translate-x: 1.5px
  }
  .\32xl\:translate-x-1\.5 {
    --tw-translate-x: 4.5px
  }
  .\32xl\:translate-x-2\.5 {
    --tw-translate-x: 7.5px
  }
  .\32xl\:translate-x-3\.5 {
    --tw-translate-x: 10.5px
  }
  .\32xl\:-translate-x-0 {
    --tw-translate-x: 0px
  }
  .\32xl\:-translate-x-1 {
    --tw-translate-x: -3px
  }
  .\32xl\:-translate-x-2 {
    --tw-translate-x: -6px
  }
  .\32xl\:-translate-x-3 {
    --tw-translate-x: -9px
  }
  .\32xl\:-translate-x-4 {
    --tw-translate-x: -12px
  }
  .\32xl\:-translate-x-5 {
    --tw-translate-x: -15px
  }
  .\32xl\:-translate-x-6 {
    --tw-translate-x: -18px
  }
  .\32xl\:-translate-x-7 {
    --tw-translate-x: -21px
  }
  .\32xl\:-translate-x-8 {
    --tw-translate-x: -24px
  }
  .\32xl\:-translate-x-9 {
    --tw-translate-x: -27px
  }
  .\32xl\:-translate-x-10 {
    --tw-translate-x: -30px
  }
  .\32xl\:-translate-x-11 {
    --tw-translate-x: -33px
  }
  .\32xl\:-translate-x-12 {
    --tw-translate-x: -36px
  }
  .\32xl\:-translate-x-14 {
    --tw-translate-x: -42px
  }
  .\32xl\:-translate-x-16 {
    --tw-translate-x: -48px
  }
  .\32xl\:-translate-x-18 {
    --tw-translate-x: -54px
  }
  .\32xl\:-translate-x-20 {
    --tw-translate-x: -60px
  }
  .\32xl\:-translate-x-24 {
    --tw-translate-x: -72px
  }
  .\32xl\:-translate-x-28 {
    --tw-translate-x: -84px
  }
  .\32xl\:-translate-x-32 {
    --tw-translate-x: -96px
  }
  .\32xl\:-translate-x-36 {
    --tw-translate-x: -108px
  }
  .\32xl\:-translate-x-40 {
    --tw-translate-x: -120px
  }
  .\32xl\:-translate-x-44 {
    --tw-translate-x: -132px
  }
  .\32xl\:-translate-x-48 {
    --tw-translate-x: -144px
  }
  .\32xl\:-translate-x-52 {
    --tw-translate-x: -156px
  }
  .\32xl\:-translate-x-56 {
    --tw-translate-x: -168px
  }
  .\32xl\:-translate-x-60 {
    --tw-translate-x: -180px
  }
  .\32xl\:-translate-x-64 {
    --tw-translate-x: -192px
  }
  .\32xl\:-translate-x-72 {
    --tw-translate-x: -216px
  }
  .\32xl\:-translate-x-80 {
    --tw-translate-x: -240px
  }
  .\32xl\:-translate-x-96 {
    --tw-translate-x: -288px
  }
  .\32xl\:-translate-x-px {
    --tw-translate-x: -1px
  }
  .\32xl\:-translate-x-0\.5 {
    --tw-translate-x: -1.5px
  }
  .\32xl\:-translate-x-1\.5 {
    --tw-translate-x: -4.5px
  }
  .\32xl\:-translate-x-2\.5 {
    --tw-translate-x: -7.5px
  }
  .\32xl\:-translate-x-3\.5 {
    --tw-translate-x: -10.5px
  }
  .\32xl\:translate-x-1\/2 {
    --tw-translate-x: 50%
  }
  .\32xl\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%
  }
  .\32xl\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%
  }
  .\32xl\:translate-x-1\/4 {
    --tw-translate-x: 25%
  }
  .\32xl\:translate-x-2\/4 {
    --tw-translate-x: 50%
  }
  .\32xl\:translate-x-3\/4 {
    --tw-translate-x: 75%
  }
  .\32xl\:translate-x-full {
    --tw-translate-x: 100%
  }
  .\32xl\:-translate-x-1\/2 {
    --tw-translate-x: -50%
  }
  .\32xl\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%
  }
  .\32xl\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%
  }
  .\32xl\:-translate-x-1\/4 {
    --tw-translate-x: -25%
  }
  .\32xl\:-translate-x-2\/4 {
    --tw-translate-x: -50%
  }
  .\32xl\:-translate-x-3\/4 {
    --tw-translate-x: -75%
  }
  .\32xl\:-translate-x-full {
    --tw-translate-x: -100%
  }
  .\32xl\:translate-y-0 {
    --tw-translate-y: 0px
  }
  .\32xl\:translate-y-1 {
    --tw-translate-y: 3px
  }
  .\32xl\:translate-y-2 {
    --tw-translate-y: 6px
  }
  .\32xl\:translate-y-3 {
    --tw-translate-y: 9px
  }
  .\32xl\:translate-y-4 {
    --tw-translate-y: 12px
  }
  .\32xl\:translate-y-5 {
    --tw-translate-y: 15px
  }
  .\32xl\:translate-y-6 {
    --tw-translate-y: 18px
  }
  .\32xl\:translate-y-7 {
    --tw-translate-y: 21px
  }
  .\32xl\:translate-y-8 {
    --tw-translate-y: 24px
  }
  .\32xl\:translate-y-9 {
    --tw-translate-y: 27px
  }
  .\32xl\:translate-y-10 {
    --tw-translate-y: 30px
  }
  .\32xl\:translate-y-11 {
    --tw-translate-y: 33px
  }
  .\32xl\:translate-y-12 {
    --tw-translate-y: 36px
  }
  .\32xl\:translate-y-14 {
    --tw-translate-y: 42px
  }
  .\32xl\:translate-y-16 {
    --tw-translate-y: 48px
  }
  .\32xl\:translate-y-18 {
    --tw-translate-y: 54px
  }
  .\32xl\:translate-y-20 {
    --tw-translate-y: 60px
  }
  .\32xl\:translate-y-24 {
    --tw-translate-y: 72px
  }
  .\32xl\:translate-y-28 {
    --tw-translate-y: 84px
  }
  .\32xl\:translate-y-32 {
    --tw-translate-y: 96px
  }
  .\32xl\:translate-y-36 {
    --tw-translate-y: 108px
  }
  .\32xl\:translate-y-40 {
    --tw-translate-y: 120px
  }
  .\32xl\:translate-y-44 {
    --tw-translate-y: 132px
  }
  .\32xl\:translate-y-48 {
    --tw-translate-y: 144px
  }
  .\32xl\:translate-y-52 {
    --tw-translate-y: 156px
  }
  .\32xl\:translate-y-56 {
    --tw-translate-y: 168px
  }
  .\32xl\:translate-y-60 {
    --tw-translate-y: 180px
  }
  .\32xl\:translate-y-64 {
    --tw-translate-y: 192px
  }
  .\32xl\:translate-y-72 {
    --tw-translate-y: 216px
  }
  .\32xl\:translate-y-80 {
    --tw-translate-y: 240px
  }
  .\32xl\:translate-y-96 {
    --tw-translate-y: 288px
  }
  .\32xl\:translate-y-px {
    --tw-translate-y: 1px
  }
  .\32xl\:translate-y-0\.5 {
    --tw-translate-y: 1.5px
  }
  .\32xl\:translate-y-1\.5 {
    --tw-translate-y: 4.5px
  }
  .\32xl\:translate-y-2\.5 {
    --tw-translate-y: 7.5px
  }
  .\32xl\:translate-y-3\.5 {
    --tw-translate-y: 10.5px
  }
  .\32xl\:-translate-y-0 {
    --tw-translate-y: 0px
  }
  .\32xl\:-translate-y-1 {
    --tw-translate-y: -3px
  }
  .\32xl\:-translate-y-2 {
    --tw-translate-y: -6px
  }
  .\32xl\:-translate-y-3 {
    --tw-translate-y: -9px
  }
  .\32xl\:-translate-y-4 {
    --tw-translate-y: -12px
  }
  .\32xl\:-translate-y-5 {
    --tw-translate-y: -15px
  }
  .\32xl\:-translate-y-6 {
    --tw-translate-y: -18px
  }
  .\32xl\:-translate-y-7 {
    --tw-translate-y: -21px
  }
  .\32xl\:-translate-y-8 {
    --tw-translate-y: -24px
  }
  .\32xl\:-translate-y-9 {
    --tw-translate-y: -27px
  }
  .\32xl\:-translate-y-10 {
    --tw-translate-y: -30px
  }
  .\32xl\:-translate-y-11 {
    --tw-translate-y: -33px
  }
  .\32xl\:-translate-y-12 {
    --tw-translate-y: -36px
  }
  .\32xl\:-translate-y-14 {
    --tw-translate-y: -42px
  }
  .\32xl\:-translate-y-16 {
    --tw-translate-y: -48px
  }
  .\32xl\:-translate-y-18 {
    --tw-translate-y: -54px
  }
  .\32xl\:-translate-y-20 {
    --tw-translate-y: -60px
  }
  .\32xl\:-translate-y-24 {
    --tw-translate-y: -72px
  }
  .\32xl\:-translate-y-28 {
    --tw-translate-y: -84px
  }
  .\32xl\:-translate-y-32 {
    --tw-translate-y: -96px
  }
  .\32xl\:-translate-y-36 {
    --tw-translate-y: -108px
  }
  .\32xl\:-translate-y-40 {
    --tw-translate-y: -120px
  }
  .\32xl\:-translate-y-44 {
    --tw-translate-y: -132px
  }
  .\32xl\:-translate-y-48 {
    --tw-translate-y: -144px
  }
  .\32xl\:-translate-y-52 {
    --tw-translate-y: -156px
  }
  .\32xl\:-translate-y-56 {
    --tw-translate-y: -168px
  }
  .\32xl\:-translate-y-60 {
    --tw-translate-y: -180px
  }
  .\32xl\:-translate-y-64 {
    --tw-translate-y: -192px
  }
  .\32xl\:-translate-y-72 {
    --tw-translate-y: -216px
  }
  .\32xl\:-translate-y-80 {
    --tw-translate-y: -240px
  }
  .\32xl\:-translate-y-96 {
    --tw-translate-y: -288px
  }
  .\32xl\:-translate-y-px {
    --tw-translate-y: -1px
  }
  .\32xl\:-translate-y-0\.5 {
    --tw-translate-y: -1.5px
  }
  .\32xl\:-translate-y-1\.5 {
    --tw-translate-y: -4.5px
  }
  .\32xl\:-translate-y-2\.5 {
    --tw-translate-y: -7.5px
  }
  .\32xl\:-translate-y-3\.5 {
    --tw-translate-y: -10.5px
  }
  .\32xl\:translate-y-1\/2 {
    --tw-translate-y: 50%
  }
  .\32xl\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%
  }
  .\32xl\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%
  }
  .\32xl\:translate-y-1\/4 {
    --tw-translate-y: 25%
  }
  .\32xl\:translate-y-2\/4 {
    --tw-translate-y: 50%
  }
  .\32xl\:translate-y-3\/4 {
    --tw-translate-y: 75%
  }
  .\32xl\:translate-y-full {
    --tw-translate-y: 100%
  }
  .\32xl\:-translate-y-1\/2 {
    --tw-translate-y: -50%
  }
  .\32xl\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%
  }
  .\32xl\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%
  }
  .\32xl\:-translate-y-1\/4 {
    --tw-translate-y: -25%
  }
  .\32xl\:-translate-y-2\/4 {
    --tw-translate-y: -50%
  }
  .\32xl\:-translate-y-3\/4 {
    --tw-translate-y: -75%
  }
  .\32xl\:-translate-y-full {
    --tw-translate-y: -100%
  }
  .\32xl\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px
  }
  .\32xl\:hover\:translate-x-1:hover {
    --tw-translate-x: 3px
  }
  .\32xl\:hover\:translate-x-2:hover {
    --tw-translate-x: 6px
  }
  .\32xl\:hover\:translate-x-3:hover {
    --tw-translate-x: 9px
  }
  .\32xl\:hover\:translate-x-4:hover {
    --tw-translate-x: 12px
  }
  .\32xl\:hover\:translate-x-5:hover {
    --tw-translate-x: 15px
  }
  .\32xl\:hover\:translate-x-6:hover {
    --tw-translate-x: 18px
  }
  .\32xl\:hover\:translate-x-7:hover {
    --tw-translate-x: 21px
  }
  .\32xl\:hover\:translate-x-8:hover {
    --tw-translate-x: 24px
  }
  .\32xl\:hover\:translate-x-9:hover {
    --tw-translate-x: 27px
  }
  .\32xl\:hover\:translate-x-10:hover {
    --tw-translate-x: 30px
  }
  .\32xl\:hover\:translate-x-11:hover {
    --tw-translate-x: 33px
  }
  .\32xl\:hover\:translate-x-12:hover {
    --tw-translate-x: 36px
  }
  .\32xl\:hover\:translate-x-14:hover {
    --tw-translate-x: 42px
  }
  .\32xl\:hover\:translate-x-16:hover {
    --tw-translate-x: 48px
  }
  .\32xl\:hover\:translate-x-18:hover {
    --tw-translate-x: 54px
  }
  .\32xl\:hover\:translate-x-20:hover {
    --tw-translate-x: 60px
  }
  .\32xl\:hover\:translate-x-24:hover {
    --tw-translate-x: 72px
  }
  .\32xl\:hover\:translate-x-28:hover {
    --tw-translate-x: 84px
  }
  .\32xl\:hover\:translate-x-32:hover {
    --tw-translate-x: 96px
  }
  .\32xl\:hover\:translate-x-36:hover {
    --tw-translate-x: 108px
  }
  .\32xl\:hover\:translate-x-40:hover {
    --tw-translate-x: 120px
  }
  .\32xl\:hover\:translate-x-44:hover {
    --tw-translate-x: 132px
  }
  .\32xl\:hover\:translate-x-48:hover {
    --tw-translate-x: 144px
  }
  .\32xl\:hover\:translate-x-52:hover {
    --tw-translate-x: 156px
  }
  .\32xl\:hover\:translate-x-56:hover {
    --tw-translate-x: 168px
  }
  .\32xl\:hover\:translate-x-60:hover {
    --tw-translate-x: 180px
  }
  .\32xl\:hover\:translate-x-64:hover {
    --tw-translate-x: 192px
  }
  .\32xl\:hover\:translate-x-72:hover {
    --tw-translate-x: 216px
  }
  .\32xl\:hover\:translate-x-80:hover {
    --tw-translate-x: 240px
  }
  .\32xl\:hover\:translate-x-96:hover {
    --tw-translate-x: 288px
  }
  .\32xl\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px
  }
  .\32xl\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 1.5px
  }
  .\32xl\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 4.5px
  }
  .\32xl\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 7.5px
  }
  .\32xl\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 10.5px
  }
  .\32xl\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px
  }
  .\32xl\:hover\:-translate-x-1:hover {
    --tw-translate-x: -3px
  }
  .\32xl\:hover\:-translate-x-2:hover {
    --tw-translate-x: -6px
  }
  .\32xl\:hover\:-translate-x-3:hover {
    --tw-translate-x: -9px
  }
  .\32xl\:hover\:-translate-x-4:hover {
    --tw-translate-x: -12px
  }
  .\32xl\:hover\:-translate-x-5:hover {
    --tw-translate-x: -15px
  }
  .\32xl\:hover\:-translate-x-6:hover {
    --tw-translate-x: -18px
  }
  .\32xl\:hover\:-translate-x-7:hover {
    --tw-translate-x: -21px
  }
  .\32xl\:hover\:-translate-x-8:hover {
    --tw-translate-x: -24px
  }
  .\32xl\:hover\:-translate-x-9:hover {
    --tw-translate-x: -27px
  }
  .\32xl\:hover\:-translate-x-10:hover {
    --tw-translate-x: -30px
  }
  .\32xl\:hover\:-translate-x-11:hover {
    --tw-translate-x: -33px
  }
  .\32xl\:hover\:-translate-x-12:hover {
    --tw-translate-x: -36px
  }
  .\32xl\:hover\:-translate-x-14:hover {
    --tw-translate-x: -42px
  }
  .\32xl\:hover\:-translate-x-16:hover {
    --tw-translate-x: -48px
  }
  .\32xl\:hover\:-translate-x-18:hover {
    --tw-translate-x: -54px
  }
  .\32xl\:hover\:-translate-x-20:hover {
    --tw-translate-x: -60px
  }
  .\32xl\:hover\:-translate-x-24:hover {
    --tw-translate-x: -72px
  }
  .\32xl\:hover\:-translate-x-28:hover {
    --tw-translate-x: -84px
  }
  .\32xl\:hover\:-translate-x-32:hover {
    --tw-translate-x: -96px
  }
  .\32xl\:hover\:-translate-x-36:hover {
    --tw-translate-x: -108px
  }
  .\32xl\:hover\:-translate-x-40:hover {
    --tw-translate-x: -120px
  }
  .\32xl\:hover\:-translate-x-44:hover {
    --tw-translate-x: -132px
  }
  .\32xl\:hover\:-translate-x-48:hover {
    --tw-translate-x: -144px
  }
  .\32xl\:hover\:-translate-x-52:hover {
    --tw-translate-x: -156px
  }
  .\32xl\:hover\:-translate-x-56:hover {
    --tw-translate-x: -168px
  }
  .\32xl\:hover\:-translate-x-60:hover {
    --tw-translate-x: -180px
  }
  .\32xl\:hover\:-translate-x-64:hover {
    --tw-translate-x: -192px
  }
  .\32xl\:hover\:-translate-x-72:hover {
    --tw-translate-x: -216px
  }
  .\32xl\:hover\:-translate-x-80:hover {
    --tw-translate-x: -240px
  }
  .\32xl\:hover\:-translate-x-96:hover {
    --tw-translate-x: -288px
  }
  .\32xl\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px
  }
  .\32xl\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -1.5px
  }
  .\32xl\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -4.5px
  }
  .\32xl\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -7.5px
  }
  .\32xl\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -10.5px
  }
  .\32xl\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%
  }
  .\32xl\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%
  }
  .\32xl\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%
  }
  .\32xl\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%
  }
  .\32xl\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%
  }
  .\32xl\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%
  }
  .\32xl\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%
  }
  .\32xl\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%
  }
  .\32xl\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%
  }
  .\32xl\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%
  }
  .\32xl\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%
  }
  .\32xl\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%
  }
  .\32xl\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%
  }
  .\32xl\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%
  }
  .\32xl\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px
  }
  .\32xl\:hover\:translate-y-1:hover {
    --tw-translate-y: 3px
  }
  .\32xl\:hover\:translate-y-2:hover {
    --tw-translate-y: 6px
  }
  .\32xl\:hover\:translate-y-3:hover {
    --tw-translate-y: 9px
  }
  .\32xl\:hover\:translate-y-4:hover {
    --tw-translate-y: 12px
  }
  .\32xl\:hover\:translate-y-5:hover {
    --tw-translate-y: 15px
  }
  .\32xl\:hover\:translate-y-6:hover {
    --tw-translate-y: 18px
  }
  .\32xl\:hover\:translate-y-7:hover {
    --tw-translate-y: 21px
  }
  .\32xl\:hover\:translate-y-8:hover {
    --tw-translate-y: 24px
  }
  .\32xl\:hover\:translate-y-9:hover {
    --tw-translate-y: 27px
  }
  .\32xl\:hover\:translate-y-10:hover {
    --tw-translate-y: 30px
  }
  .\32xl\:hover\:translate-y-11:hover {
    --tw-translate-y: 33px
  }
  .\32xl\:hover\:translate-y-12:hover {
    --tw-translate-y: 36px
  }
  .\32xl\:hover\:translate-y-14:hover {
    --tw-translate-y: 42px
  }
  .\32xl\:hover\:translate-y-16:hover {
    --tw-translate-y: 48px
  }
  .\32xl\:hover\:translate-y-18:hover {
    --tw-translate-y: 54px
  }
  .\32xl\:hover\:translate-y-20:hover {
    --tw-translate-y: 60px
  }
  .\32xl\:hover\:translate-y-24:hover {
    --tw-translate-y: 72px
  }
  .\32xl\:hover\:translate-y-28:hover {
    --tw-translate-y: 84px
  }
  .\32xl\:hover\:translate-y-32:hover {
    --tw-translate-y: 96px
  }
  .\32xl\:hover\:translate-y-36:hover {
    --tw-translate-y: 108px
  }
  .\32xl\:hover\:translate-y-40:hover {
    --tw-translate-y: 120px
  }
  .\32xl\:hover\:translate-y-44:hover {
    --tw-translate-y: 132px
  }
  .\32xl\:hover\:translate-y-48:hover {
    --tw-translate-y: 144px
  }
  .\32xl\:hover\:translate-y-52:hover {
    --tw-translate-y: 156px
  }
  .\32xl\:hover\:translate-y-56:hover {
    --tw-translate-y: 168px
  }
  .\32xl\:hover\:translate-y-60:hover {
    --tw-translate-y: 180px
  }
  .\32xl\:hover\:translate-y-64:hover {
    --tw-translate-y: 192px
  }
  .\32xl\:hover\:translate-y-72:hover {
    --tw-translate-y: 216px
  }
  .\32xl\:hover\:translate-y-80:hover {
    --tw-translate-y: 240px
  }
  .\32xl\:hover\:translate-y-96:hover {
    --tw-translate-y: 288px
  }
  .\32xl\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px
  }
  .\32xl\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 1.5px
  }
  .\32xl\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 4.5px
  }
  .\32xl\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 7.5px
  }
  .\32xl\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 10.5px
  }
  .\32xl\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px
  }
  .\32xl\:hover\:-translate-y-1:hover {
    --tw-translate-y: -3px
  }
  .\32xl\:hover\:-translate-y-2:hover {
    --tw-translate-y: -6px
  }
  .\32xl\:hover\:-translate-y-3:hover {
    --tw-translate-y: -9px
  }
  .\32xl\:hover\:-translate-y-4:hover {
    --tw-translate-y: -12px
  }
  .\32xl\:hover\:-translate-y-5:hover {
    --tw-translate-y: -15px
  }
  .\32xl\:hover\:-translate-y-6:hover {
    --tw-translate-y: -18px
  }
  .\32xl\:hover\:-translate-y-7:hover {
    --tw-translate-y: -21px
  }
  .\32xl\:hover\:-translate-y-8:hover {
    --tw-translate-y: -24px
  }
  .\32xl\:hover\:-translate-y-9:hover {
    --tw-translate-y: -27px
  }
  .\32xl\:hover\:-translate-y-10:hover {
    --tw-translate-y: -30px
  }
  .\32xl\:hover\:-translate-y-11:hover {
    --tw-translate-y: -33px
  }
  .\32xl\:hover\:-translate-y-12:hover {
    --tw-translate-y: -36px
  }
  .\32xl\:hover\:-translate-y-14:hover {
    --tw-translate-y: -42px
  }
  .\32xl\:hover\:-translate-y-16:hover {
    --tw-translate-y: -48px
  }
  .\32xl\:hover\:-translate-y-18:hover {
    --tw-translate-y: -54px
  }
  .\32xl\:hover\:-translate-y-20:hover {
    --tw-translate-y: -60px
  }
  .\32xl\:hover\:-translate-y-24:hover {
    --tw-translate-y: -72px
  }
  .\32xl\:hover\:-translate-y-28:hover {
    --tw-translate-y: -84px
  }
  .\32xl\:hover\:-translate-y-32:hover {
    --tw-translate-y: -96px
  }
  .\32xl\:hover\:-translate-y-36:hover {
    --tw-translate-y: -108px
  }
  .\32xl\:hover\:-translate-y-40:hover {
    --tw-translate-y: -120px
  }
  .\32xl\:hover\:-translate-y-44:hover {
    --tw-translate-y: -132px
  }
  .\32xl\:hover\:-translate-y-48:hover {
    --tw-translate-y: -144px
  }
  .\32xl\:hover\:-translate-y-52:hover {
    --tw-translate-y: -156px
  }
  .\32xl\:hover\:-translate-y-56:hover {
    --tw-translate-y: -168px
  }
  .\32xl\:hover\:-translate-y-60:hover {
    --tw-translate-y: -180px
  }
  .\32xl\:hover\:-translate-y-64:hover {
    --tw-translate-y: -192px
  }
  .\32xl\:hover\:-translate-y-72:hover {
    --tw-translate-y: -216px
  }
  .\32xl\:hover\:-translate-y-80:hover {
    --tw-translate-y: -240px
  }
  .\32xl\:hover\:-translate-y-96:hover {
    --tw-translate-y: -288px
  }
  .\32xl\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px
  }
  .\32xl\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -1.5px
  }
  .\32xl\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -4.5px
  }
  .\32xl\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -7.5px
  }
  .\32xl\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -10.5px
  }
  .\32xl\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%
  }
  .\32xl\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%
  }
  .\32xl\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%
  }
  .\32xl\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%
  }
  .\32xl\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%
  }
  .\32xl\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%
  }
  .\32xl\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%
  }
  .\32xl\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%
  }
  .\32xl\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%
  }
  .\32xl\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%
  }
  .\32xl\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%
  }
  .\32xl\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%
  }
  .\32xl\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%
  }
  .\32xl\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%
  }
  .\32xl\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px
  }
  .\32xl\:focus\:translate-x-1:focus {
    --tw-translate-x: 3px
  }
  .\32xl\:focus\:translate-x-2:focus {
    --tw-translate-x: 6px
  }
  .\32xl\:focus\:translate-x-3:focus {
    --tw-translate-x: 9px
  }
  .\32xl\:focus\:translate-x-4:focus {
    --tw-translate-x: 12px
  }
  .\32xl\:focus\:translate-x-5:focus {
    --tw-translate-x: 15px
  }
  .\32xl\:focus\:translate-x-6:focus {
    --tw-translate-x: 18px
  }
  .\32xl\:focus\:translate-x-7:focus {
    --tw-translate-x: 21px
  }
  .\32xl\:focus\:translate-x-8:focus {
    --tw-translate-x: 24px
  }
  .\32xl\:focus\:translate-x-9:focus {
    --tw-translate-x: 27px
  }
  .\32xl\:focus\:translate-x-10:focus {
    --tw-translate-x: 30px
  }
  .\32xl\:focus\:translate-x-11:focus {
    --tw-translate-x: 33px
  }
  .\32xl\:focus\:translate-x-12:focus {
    --tw-translate-x: 36px
  }
  .\32xl\:focus\:translate-x-14:focus {
    --tw-translate-x: 42px
  }
  .\32xl\:focus\:translate-x-16:focus {
    --tw-translate-x: 48px
  }
  .\32xl\:focus\:translate-x-18:focus {
    --tw-translate-x: 54px
  }
  .\32xl\:focus\:translate-x-20:focus {
    --tw-translate-x: 60px
  }
  .\32xl\:focus\:translate-x-24:focus {
    --tw-translate-x: 72px
  }
  .\32xl\:focus\:translate-x-28:focus {
    --tw-translate-x: 84px
  }
  .\32xl\:focus\:translate-x-32:focus {
    --tw-translate-x: 96px
  }
  .\32xl\:focus\:translate-x-36:focus {
    --tw-translate-x: 108px
  }
  .\32xl\:focus\:translate-x-40:focus {
    --tw-translate-x: 120px
  }
  .\32xl\:focus\:translate-x-44:focus {
    --tw-translate-x: 132px
  }
  .\32xl\:focus\:translate-x-48:focus {
    --tw-translate-x: 144px
  }
  .\32xl\:focus\:translate-x-52:focus {
    --tw-translate-x: 156px
  }
  .\32xl\:focus\:translate-x-56:focus {
    --tw-translate-x: 168px
  }
  .\32xl\:focus\:translate-x-60:focus {
    --tw-translate-x: 180px
  }
  .\32xl\:focus\:translate-x-64:focus {
    --tw-translate-x: 192px
  }
  .\32xl\:focus\:translate-x-72:focus {
    --tw-translate-x: 216px
  }
  .\32xl\:focus\:translate-x-80:focus {
    --tw-translate-x: 240px
  }
  .\32xl\:focus\:translate-x-96:focus {
    --tw-translate-x: 288px
  }
  .\32xl\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px
  }
  .\32xl\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 1.5px
  }
  .\32xl\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 4.5px
  }
  .\32xl\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 7.5px
  }
  .\32xl\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 10.5px
  }
  .\32xl\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px
  }
  .\32xl\:focus\:-translate-x-1:focus {
    --tw-translate-x: -3px
  }
  .\32xl\:focus\:-translate-x-2:focus {
    --tw-translate-x: -6px
  }
  .\32xl\:focus\:-translate-x-3:focus {
    --tw-translate-x: -9px
  }
  .\32xl\:focus\:-translate-x-4:focus {
    --tw-translate-x: -12px
  }
  .\32xl\:focus\:-translate-x-5:focus {
    --tw-translate-x: -15px
  }
  .\32xl\:focus\:-translate-x-6:focus {
    --tw-translate-x: -18px
  }
  .\32xl\:focus\:-translate-x-7:focus {
    --tw-translate-x: -21px
  }
  .\32xl\:focus\:-translate-x-8:focus {
    --tw-translate-x: -24px
  }
  .\32xl\:focus\:-translate-x-9:focus {
    --tw-translate-x: -27px
  }
  .\32xl\:focus\:-translate-x-10:focus {
    --tw-translate-x: -30px
  }
  .\32xl\:focus\:-translate-x-11:focus {
    --tw-translate-x: -33px
  }
  .\32xl\:focus\:-translate-x-12:focus {
    --tw-translate-x: -36px
  }
  .\32xl\:focus\:-translate-x-14:focus {
    --tw-translate-x: -42px
  }
  .\32xl\:focus\:-translate-x-16:focus {
    --tw-translate-x: -48px
  }
  .\32xl\:focus\:-translate-x-18:focus {
    --tw-translate-x: -54px
  }
  .\32xl\:focus\:-translate-x-20:focus {
    --tw-translate-x: -60px
  }
  .\32xl\:focus\:-translate-x-24:focus {
    --tw-translate-x: -72px
  }
  .\32xl\:focus\:-translate-x-28:focus {
    --tw-translate-x: -84px
  }
  .\32xl\:focus\:-translate-x-32:focus {
    --tw-translate-x: -96px
  }
  .\32xl\:focus\:-translate-x-36:focus {
    --tw-translate-x: -108px
  }
  .\32xl\:focus\:-translate-x-40:focus {
    --tw-translate-x: -120px
  }
  .\32xl\:focus\:-translate-x-44:focus {
    --tw-translate-x: -132px
  }
  .\32xl\:focus\:-translate-x-48:focus {
    --tw-translate-x: -144px
  }
  .\32xl\:focus\:-translate-x-52:focus {
    --tw-translate-x: -156px
  }
  .\32xl\:focus\:-translate-x-56:focus {
    --tw-translate-x: -168px
  }
  .\32xl\:focus\:-translate-x-60:focus {
    --tw-translate-x: -180px
  }
  .\32xl\:focus\:-translate-x-64:focus {
    --tw-translate-x: -192px
  }
  .\32xl\:focus\:-translate-x-72:focus {
    --tw-translate-x: -216px
  }
  .\32xl\:focus\:-translate-x-80:focus {
    --tw-translate-x: -240px
  }
  .\32xl\:focus\:-translate-x-96:focus {
    --tw-translate-x: -288px
  }
  .\32xl\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px
  }
  .\32xl\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -1.5px
  }
  .\32xl\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -4.5px
  }
  .\32xl\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -7.5px
  }
  .\32xl\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -10.5px
  }
  .\32xl\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%
  }
  .\32xl\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%
  }
  .\32xl\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%
  }
  .\32xl\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%
  }
  .\32xl\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%
  }
  .\32xl\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%
  }
  .\32xl\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%
  }
  .\32xl\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%
  }
  .\32xl\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%
  }
  .\32xl\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%
  }
  .\32xl\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%
  }
  .\32xl\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%
  }
  .\32xl\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%
  }
  .\32xl\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%
  }
  .\32xl\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px
  }
  .\32xl\:focus\:translate-y-1:focus {
    --tw-translate-y: 3px
  }
  .\32xl\:focus\:translate-y-2:focus {
    --tw-translate-y: 6px
  }
  .\32xl\:focus\:translate-y-3:focus {
    --tw-translate-y: 9px
  }
  .\32xl\:focus\:translate-y-4:focus {
    --tw-translate-y: 12px
  }
  .\32xl\:focus\:translate-y-5:focus {
    --tw-translate-y: 15px
  }
  .\32xl\:focus\:translate-y-6:focus {
    --tw-translate-y: 18px
  }
  .\32xl\:focus\:translate-y-7:focus {
    --tw-translate-y: 21px
  }
  .\32xl\:focus\:translate-y-8:focus {
    --tw-translate-y: 24px
  }
  .\32xl\:focus\:translate-y-9:focus {
    --tw-translate-y: 27px
  }
  .\32xl\:focus\:translate-y-10:focus {
    --tw-translate-y: 30px
  }
  .\32xl\:focus\:translate-y-11:focus {
    --tw-translate-y: 33px
  }
  .\32xl\:focus\:translate-y-12:focus {
    --tw-translate-y: 36px
  }
  .\32xl\:focus\:translate-y-14:focus {
    --tw-translate-y: 42px
  }
  .\32xl\:focus\:translate-y-16:focus {
    --tw-translate-y: 48px
  }
  .\32xl\:focus\:translate-y-18:focus {
    --tw-translate-y: 54px
  }
  .\32xl\:focus\:translate-y-20:focus {
    --tw-translate-y: 60px
  }
  .\32xl\:focus\:translate-y-24:focus {
    --tw-translate-y: 72px
  }
  .\32xl\:focus\:translate-y-28:focus {
    --tw-translate-y: 84px
  }
  .\32xl\:focus\:translate-y-32:focus {
    --tw-translate-y: 96px
  }
  .\32xl\:focus\:translate-y-36:focus {
    --tw-translate-y: 108px
  }
  .\32xl\:focus\:translate-y-40:focus {
    --tw-translate-y: 120px
  }
  .\32xl\:focus\:translate-y-44:focus {
    --tw-translate-y: 132px
  }
  .\32xl\:focus\:translate-y-48:focus {
    --tw-translate-y: 144px
  }
  .\32xl\:focus\:translate-y-52:focus {
    --tw-translate-y: 156px
  }
  .\32xl\:focus\:translate-y-56:focus {
    --tw-translate-y: 168px
  }
  .\32xl\:focus\:translate-y-60:focus {
    --tw-translate-y: 180px
  }
  .\32xl\:focus\:translate-y-64:focus {
    --tw-translate-y: 192px
  }
  .\32xl\:focus\:translate-y-72:focus {
    --tw-translate-y: 216px
  }
  .\32xl\:focus\:translate-y-80:focus {
    --tw-translate-y: 240px
  }
  .\32xl\:focus\:translate-y-96:focus {
    --tw-translate-y: 288px
  }
  .\32xl\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px
  }
  .\32xl\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 1.5px
  }
  .\32xl\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 4.5px
  }
  .\32xl\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 7.5px
  }
  .\32xl\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 10.5px
  }
  .\32xl\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px
  }
  .\32xl\:focus\:-translate-y-1:focus {
    --tw-translate-y: -3px
  }
  .\32xl\:focus\:-translate-y-2:focus {
    --tw-translate-y: -6px
  }
  .\32xl\:focus\:-translate-y-3:focus {
    --tw-translate-y: -9px
  }
  .\32xl\:focus\:-translate-y-4:focus {
    --tw-translate-y: -12px
  }
  .\32xl\:focus\:-translate-y-5:focus {
    --tw-translate-y: -15px
  }
  .\32xl\:focus\:-translate-y-6:focus {
    --tw-translate-y: -18px
  }
  .\32xl\:focus\:-translate-y-7:focus {
    --tw-translate-y: -21px
  }
  .\32xl\:focus\:-translate-y-8:focus {
    --tw-translate-y: -24px
  }
  .\32xl\:focus\:-translate-y-9:focus {
    --tw-translate-y: -27px
  }
  .\32xl\:focus\:-translate-y-10:focus {
    --tw-translate-y: -30px
  }
  .\32xl\:focus\:-translate-y-11:focus {
    --tw-translate-y: -33px
  }
  .\32xl\:focus\:-translate-y-12:focus {
    --tw-translate-y: -36px
  }
  .\32xl\:focus\:-translate-y-14:focus {
    --tw-translate-y: -42px
  }
  .\32xl\:focus\:-translate-y-16:focus {
    --tw-translate-y: -48px
  }
  .\32xl\:focus\:-translate-y-18:focus {
    --tw-translate-y: -54px
  }
  .\32xl\:focus\:-translate-y-20:focus {
    --tw-translate-y: -60px
  }
  .\32xl\:focus\:-translate-y-24:focus {
    --tw-translate-y: -72px
  }
  .\32xl\:focus\:-translate-y-28:focus {
    --tw-translate-y: -84px
  }
  .\32xl\:focus\:-translate-y-32:focus {
    --tw-translate-y: -96px
  }
  .\32xl\:focus\:-translate-y-36:focus {
    --tw-translate-y: -108px
  }
  .\32xl\:focus\:-translate-y-40:focus {
    --tw-translate-y: -120px
  }
  .\32xl\:focus\:-translate-y-44:focus {
    --tw-translate-y: -132px
  }
  .\32xl\:focus\:-translate-y-48:focus {
    --tw-translate-y: -144px
  }
  .\32xl\:focus\:-translate-y-52:focus {
    --tw-translate-y: -156px
  }
  .\32xl\:focus\:-translate-y-56:focus {
    --tw-translate-y: -168px
  }
  .\32xl\:focus\:-translate-y-60:focus {
    --tw-translate-y: -180px
  }
  .\32xl\:focus\:-translate-y-64:focus {
    --tw-translate-y: -192px
  }
  .\32xl\:focus\:-translate-y-72:focus {
    --tw-translate-y: -216px
  }
  .\32xl\:focus\:-translate-y-80:focus {
    --tw-translate-y: -240px
  }
  .\32xl\:focus\:-translate-y-96:focus {
    --tw-translate-y: -288px
  }
  .\32xl\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px
  }
  .\32xl\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -1.5px
  }
  .\32xl\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -4.5px
  }
  .\32xl\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -7.5px
  }
  .\32xl\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -10.5px
  }
  .\32xl\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%
  }
  .\32xl\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%
  }
  .\32xl\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%
  }
  .\32xl\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25%
  }
  .\32xl\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50%
  }
  .\32xl\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75%
  }
  .\32xl\:focus\:translate-y-full:focus {
    --tw-translate-y: 100%
  }
  .\32xl\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50%
  }
  .\32xl\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%
  }
  .\32xl\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%
  }
  .\32xl\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%
  }
  .\32xl\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%
  }
  .\32xl\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%
  }
  .\32xl\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%
  }
  .\32xl\:skew-x-0 {
    --tw-skew-x: 0deg
  }
  .\32xl\:skew-x-1 {
    --tw-skew-x: 1deg
  }
  .\32xl\:skew-x-2 {
    --tw-skew-x: 2deg
  }
  .\32xl\:skew-x-3 {
    --tw-skew-x: 3deg
  }
  .\32xl\:skew-x-6 {
    --tw-skew-x: 6deg
  }
  .\32xl\:skew-x-12 {
    --tw-skew-x: 12deg
  }
  .\32xl\:-skew-x-12 {
    --tw-skew-x: -12deg
  }
  .\32xl\:-skew-x-6 {
    --tw-skew-x: -6deg
  }
  .\32xl\:-skew-x-3 {
    --tw-skew-x: -3deg
  }
  .\32xl\:-skew-x-2 {
    --tw-skew-x: -2deg
  }
  .\32xl\:-skew-x-1 {
    --tw-skew-x: -1deg
  }
  .\32xl\:skew-y-0 {
    --tw-skew-y: 0deg
  }
  .\32xl\:skew-y-1 {
    --tw-skew-y: 1deg
  }
  .\32xl\:skew-y-2 {
    --tw-skew-y: 2deg
  }
  .\32xl\:skew-y-3 {
    --tw-skew-y: 3deg
  }
  .\32xl\:skew-y-6 {
    --tw-skew-y: 6deg
  }
  .\32xl\:skew-y-12 {
    --tw-skew-y: 12deg
  }
  .\32xl\:-skew-y-12 {
    --tw-skew-y: -12deg
  }
  .\32xl\:-skew-y-6 {
    --tw-skew-y: -6deg
  }
  .\32xl\:-skew-y-3 {
    --tw-skew-y: -3deg
  }
  .\32xl\:-skew-y-2 {
    --tw-skew-y: -2deg
  }
  .\32xl\:-skew-y-1 {
    --tw-skew-y: -1deg
  }
  .\32xl\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg
  }
  .\32xl\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg
  }
  .\32xl\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg
  }
  .\32xl\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg
  }
  .\32xl\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg
  }
  .\32xl\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg
  }
  .\32xl\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg
  }
  .\32xl\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg
  }
  .\32xl\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg
  }
  .\32xl\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg
  }
  .\32xl\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg
  }
  .\32xl\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg
  }
  .\32xl\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg
  }
  .\32xl\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg
  }
  .\32xl\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg
  }
  .\32xl\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg
  }
  .\32xl\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg
  }
  .\32xl\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg
  }
  .\32xl\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg
  }
  .\32xl\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg
  }
  .\32xl\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg
  }
  .\32xl\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg
  }
  .\32xl\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg
  }
  .\32xl\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg
  }
  .\32xl\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg
  }
  .\32xl\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg
  }
  .\32xl\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg
  }
  .\32xl\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg
  }
  .\32xl\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg
  }
  .\32xl\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg
  }
  .\32xl\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg
  }
  .\32xl\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg
  }
  .\32xl\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg
  }
  .\32xl\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg
  }
  .\32xl\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg
  }
  .\32xl\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg
  }
  .\32xl\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg
  }
  .\32xl\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg
  }
  .\32xl\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg
  }
  .\32xl\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg
  }
  .\32xl\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg
  }
  .\32xl\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg
  }
  .\32xl\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg
  }
  .\32xl\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg
  }
  .\32xl\:transition-none {
    transition-property: none
  }
  .\32xl\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
  }
  .\32xl\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
  }
  .\32xl\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
  }
  .\32xl\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
  }
  .\32xl\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
  }
  .\32xl\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
  }
  .\32xl\:ease-linear {
    transition-timing-function: linear
  }
  .\32xl\:ease-in {
    transition-timing-function: cubic-bezier(.4, 0, 1, 1)
  }
  .\32xl\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, .2, 1)
  }
  .\32xl\:ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
  }
  .\32xl\:duration-75 {
    transition-duration: 75ms
  }
  .\32xl\:duration-100 {
    transition-duration: .1s
  }
  .\32xl\:duration-150 {
    transition-duration: .15s
  }
  .\32xl\:duration-200 {
    transition-duration: .2s
  }
  .\32xl\:duration-300 {
    transition-duration: .3s
  }
  .\32xl\:duration-500 {
    transition-duration: .5s
  }
  .\32xl\:duration-700 {
    transition-duration: .7s
  }
  .\32xl\:duration-1000 {
    transition-duration: 1s
  }
  .\32xl\:delay-75 {
    transition-delay: 75ms
  }
  .\32xl\:delay-100 {
    transition-delay: .1s
  }
  .\32xl\:delay-150 {
    transition-delay: .15s
  }
  .\32xl\:delay-200 {
    transition-delay: .2s
  }
  .\32xl\:delay-300 {
    transition-delay: .3s
  }
  .\32xl\:delay-500 {
    transition-delay: .5s
  }
  .\32xl\:delay-700 {
    transition-delay: .7s
  }
  .\32xl\:delay-1000 {
    transition-delay: 1s
  }
  .\32xl\:animate-none {
    -webkit-animation: none;
    animation: none
  }
  .\32xl\:animate-spin {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite
  }
  .\32xl\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, .2, 1) infinite;
    animation: ping 1s cubic-bezier(0, 0, .2, 1) infinite
  }
  .\32xl\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
    animation: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite
  }
  .\32xl\:animate-bounce {
    -webkit-animation: bounce 1s infinite;
    animation: bounce 1s infinite
  }
  .\32xl\:mix-blend-normal {
    mix-blend-mode: normal
  }
  .\32xl\:mix-blend-multiply {
    mix-blend-mode: multiply
  }
  .\32xl\:mix-blend-screen {
    mix-blend-mode: screen
  }
  .\32xl\:mix-blend-overlay {
    mix-blend-mode: overlay
  }
  .\32xl\:mix-blend-darken {
    mix-blend-mode: darken
  }
  .\32xl\:mix-blend-lighten {
    mix-blend-mode: lighten
  }
  .\32xl\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge
  }
  .\32xl\:mix-blend-color-burn {
    mix-blend-mode: color-burn
  }
  .\32xl\:mix-blend-hard-light {
    mix-blend-mode: hard-light
  }
  .\32xl\:mix-blend-soft-light {
    mix-blend-mode: soft-light
  }
  .\32xl\:mix-blend-difference {
    mix-blend-mode: difference
  }
  .\32xl\:mix-blend-exclusion {
    mix-blend-mode: exclusion
  }
  .\32xl\:mix-blend-hue {
    mix-blend-mode: hue
  }
  .\32xl\:mix-blend-saturation {
    mix-blend-mode: saturation
  }
  .\32xl\:mix-blend-color {
    mix-blend-mode: color
  }
  .\32xl\:mix-blend-luminosity {
    mix-blend-mode: luminosity
  }
  .\32xl\:bg-blend-normal {
    background-blend-mode: normal
  }
  .\32xl\:bg-blend-multiply {
    background-blend-mode: multiply
  }
  .\32xl\:bg-blend-screen {
    background-blend-mode: screen
  }
  .\32xl\:bg-blend-overlay {
    background-blend-mode: overlay
  }
  .\32xl\:bg-blend-darken {
    background-blend-mode: darken
  }
  .\32xl\:bg-blend-lighten {
    background-blend-mode: lighten
  }
  .\32xl\:bg-blend-color-dodge {
    background-blend-mode: color-dodge
  }
  .\32xl\:bg-blend-color-burn {
    background-blend-mode: color-burn
  }
  .\32xl\:bg-blend-hard-light {
    background-blend-mode: hard-light
  }
  .\32xl\:bg-blend-soft-light {
    background-blend-mode: soft-light
  }
  .\32xl\:bg-blend-difference {
    background-blend-mode: difference
  }
  .\32xl\:bg-blend-exclusion {
    background-blend-mode: exclusion
  }
  .\32xl\:bg-blend-hue {
    background-blend-mode: hue
  }
  .\32xl\:bg-blend-saturation {
    background-blend-mode: saturation
  }
  .\32xl\:bg-blend-color {
    background-blend-mode: color
  }
  .\32xl\:bg-blend-luminosity {
    background-blend-mode: luminosity
  }
  .\32xl\:filter {
    --tw-blur: var(--tw-empty, /*!*/ /*!*/ );
    --tw-brightness: var(--tw-empty, /*!*/ /*!*/ );
    --tw-contrast: var(--tw-empty, /*!*/ /*!*/ );
    --tw-grayscale: var(--tw-empty, /*!*/ /*!*/ );
    --tw-hue-rotate: var(--tw-empty, /*!*/ /*!*/ );
    --tw-invert: var(--tw-empty, /*!*/ /*!*/ );
    --tw-saturate: var(--tw-empty, /*!*/ /*!*/ );
    --tw-sepia: var(--tw-empty, /*!*/ /*!*/ );
    --tw-drop-shadow: var(--tw-empty, /*!*/ /*!*/ );
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
  }
  .\32xl\:filter-none {
    filter: none
  }
  .\32xl\:blur-0 {
    --tw-blur: blur(0)
  }
  .\32xl\:blur-sm {
    --tw-blur: blur(4px)
  }
  .\32xl\:blur {
    --tw-blur: blur(8px)
  }
  .\32xl\:blur-md {
    --tw-blur: blur(12px)
  }
  .\32xl\:blur-lg {
    --tw-blur: blur(16px)
  }
  .\32xl\:blur-xl {
    --tw-blur: blur(24px)
  }
  .\32xl\:blur-2xl {
    --tw-blur: blur(40px)
  }
  .\32xl\:blur-3xl {
    --tw-blur: blur(64px)
  }
  .\32xl\:brightness-0 {
    --tw-brightness: brightness(0)
  }
  .\32xl\:brightness-50 {
    --tw-brightness: brightness(.5)
  }
  .\32xl\:brightness-75 {
    --tw-brightness: brightness(.75)
  }
  .\32xl\:brightness-90 {
    --tw-brightness: brightness(.9)
  }
  .\32xl\:brightness-95 {
    --tw-brightness: brightness(.95)
  }
  .\32xl\:brightness-100 {
    --tw-brightness: brightness(1)
  }
  .\32xl\:brightness-105 {
    --tw-brightness: brightness(1.05)
  }
  .\32xl\:brightness-110 {
    --tw-brightness: brightness(1.1)
  }
  .\32xl\:brightness-125 {
    --tw-brightness: brightness(1.25)
  }
  .\32xl\:brightness-150 {
    --tw-brightness: brightness(1.5)
  }
  .\32xl\:brightness-200 {
    --tw-brightness: brightness(2)
  }
  .\32xl\:contrast-0 {
    --tw-contrast: contrast(0)
  }
  .\32xl\:contrast-50 {
    --tw-contrast: contrast(.5)
  }
  .\32xl\:contrast-75 {
    --tw-contrast: contrast(.75)
  }
  .\32xl\:contrast-100 {
    --tw-contrast: contrast(1)
  }
  .\32xl\:contrast-125 {
    --tw-contrast: contrast(1.25)
  }
  .\32xl\:contrast-150 {
    --tw-contrast: contrast(1.5)
  }
  .\32xl\:contrast-200 {
    --tw-contrast: contrast(2)
  }
  .\32xl\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.05))
  }
  .\32xl\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06))
  }
  .\32xl\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06))
  }
  .\32xl\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1))
  }
  .\32xl\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08))
  }
  .\32xl\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15))
  }
  .\32xl\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 transparent)
  }
  .\32xl\:grayscale-0 {
    --tw-grayscale: grayscale(0)
  }
  .\32xl\:grayscale {
    --tw-grayscale: grayscale(100%)
  }
  .\32xl\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg)
  }
  .\32xl\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg)
  }
  .\32xl\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg)
  }
  .\32xl\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg)
  }
  .\32xl\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg)
  }
  .\32xl\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg)
  }
  .\32xl\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg)
  }
  .\32xl\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg)
  }
  .\32xl\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg)
  }
  .\32xl\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg)
  }
  .\32xl\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg)
  }
  .\32xl\:invert-0 {
    --tw-invert: invert(0)
  }
  .\32xl\:invert {
    --tw-invert: invert(100%)
  }
  .\32xl\:saturate-0 {
    --tw-saturate: saturate(0)
  }
  .\32xl\:saturate-50 {
    --tw-saturate: saturate(.5)
  }
  .\32xl\:saturate-100 {
    --tw-saturate: saturate(1)
  }
  .\32xl\:saturate-150 {
    --tw-saturate: saturate(1.5)
  }
  .\32xl\:saturate-200 {
    --tw-saturate: saturate(2)
  }
  .\32xl\:sepia-0 {
    --tw-sepia: sepia(0)
  }
  .\32xl\:sepia {
    --tw-sepia: sepia(100%)
  }
  .\32xl\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty, /*!*/ /*!*/ );
    --tw-backdrop-brightness: var(--tw-empty, /*!*/ /*!*/ );
    --tw-backdrop-contrast: var(--tw-empty, /*!*/ /*!*/ );
    --tw-backdrop-grayscale: var(--tw-empty, /*!*/ /*!*/ );
    --tw-backdrop-hue-rotate: var(--tw-empty, /*!*/ /*!*/ );
    --tw-backdrop-invert: var(--tw-empty, /*!*/ /*!*/ );
    --tw-backdrop-opacity: var(--tw-empty, /*!*/ /*!*/ );
    --tw-backdrop-saturate: var(--tw-empty, /*!*/ /*!*/ );
    --tw-backdrop-sepia: var(--tw-empty, /*!*/ /*!*/ );
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
  }
  .\32xl\:backdrop-filter-none {
    -webkit-backdrop-filter: none;
    backdrop-filter: none
  }
  .\32xl\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0)
  }
  .\32xl\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5)
  }
  .\32xl\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75)
  }
  .\32xl\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9)
  }
  .\32xl\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95)
  }
  .\32xl\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1)
  }
  .\32xl\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05)
  }
  .\32xl\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1)
  }
  .\32xl\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25)
  }
  .\32xl\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5)
  }
  .\32xl\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2)
  }
  .\32xl\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0)
  }
  .\32xl\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5)
  }
  .\32xl\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75)
  }
  .\32xl\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1)
  }
  .\32xl\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25)
  }
  .\32xl\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5)
  }
  .\32xl\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2)
  }
  .\32xl\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0)
  }
  .\32xl\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%)
  }
  .\32xl\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg)
  }
  .\32xl\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg)
  }
  .\32xl\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg)
  }
  .\32xl\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg)
  }
  .\32xl\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg)
  }
  .\32xl\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg)
  }
  .\32xl\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg)
  }
  .\32xl\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg)
  }
  .\32xl\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg)
  }
  .\32xl\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg)
  }
  .\32xl\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg)
  }
  .\32xl\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0)
  }
  .\32xl\:backdrop-invert {
    --tw-backdrop-invert: invert(100%)
  }
  .\32xl\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0)
  }
  .\32xl\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5)
  }
  .\32xl\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1)
  }
  .\32xl\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5)
  }
  .\32xl\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2)
  }
  .\32xl\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0)
  }
  .\32xl\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%)
  }
  .\32xl\:text-shadow {
    text-shadow: 0 1px 4px #000
  }
  .\32xl\:text-shadow-black {
    text-shadow: 3px 3px #000, -3px 3px #000, 3px -3px #000, -3px -3px #000, 7px 7px #000
  }
  .\32xl\:line-solid {
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid
  }
  .\32xl\:line-double {
    -webkit-text-decoration-style: double;
    text-decoration-style: double
  }
  .\32xl\:line-dotted {
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted
  }
  .\32xl\:line-dashed {
    -webkit-text-decoration-style: dashed;
    text-decoration-style: dashed
  }
  .\32xl\:line-wavy {
    -webkit-text-decoration-style: wavy;
    text-decoration-style: wavy
  }
  .\32xl\:line-primary-50, .\32xl\:line-primary-100 {
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff
  }
  .\32xl\:line-primary-200 {
    -webkit-text-decoration-color: #fff6e2;
    text-decoration-color: #fff6e2
  }
  .\32xl\:line-primary-300 {
    -webkit-text-decoration-color: #ffe6af;
    text-decoration-color: #ffe6af
  }
  .\32xl\:line-primary-400 {
    -webkit-text-decoration-color: #ffd57c;
    text-decoration-color: #ffd57c
  }
  .\32xl\:line-primary-500 {
    -webkit-text-decoration-color: #ffc549;
    text-decoration-color: #ffc549
  }
  .\32xl\:line-primary-600 {
    -webkit-text-decoration-color: #ffb516;
    text-decoration-color: #ffb516
  }
  .\32xl\:line-primary-700 {
    -webkit-text-decoration-color: #e29a00;
    text-decoration-color: #e29a00
  }
  .\32xl\:line-primary-800 {
    -webkit-text-decoration-color: #af7700;
    text-decoration-color: #af7700
  }
  .\32xl\:line-primary-900 {
    -webkit-text-decoration-color: #7c5400;
    text-decoration-color: #7c5400
  }
  .\32xl\:line-primary-DEFAULT {
    -webkit-text-decoration-color: #ffc549;
    text-decoration-color: #ffc549
  }
  .\32xl\:line-secondary-50 {
    -webkit-text-decoration-color: #cefbdf;
    text-decoration-color: #cefbdf
  }
  .\32xl\:line-secondary-100 {
    -webkit-text-decoration-color: #b6f9d0;
    text-decoration-color: #b6f9d0
  }
  .\32xl\:line-secondary-200 {
    -webkit-text-decoration-color: #87f5b2;
    text-decoration-color: #87f5b2
  }
  .\32xl\:line-secondary-300 {
    -webkit-text-decoration-color: #58f194;
    text-decoration-color: #58f194
  }
  .\32xl\:line-secondary-400 {
    -webkit-text-decoration-color: #28ee76;
    text-decoration-color: #28ee76
  }
  .\32xl\:line-secondary-500 {
    -webkit-text-decoration-color: #11d25d;
    text-decoration-color: #11d25d
  }
  .\32xl\:line-secondary-600 {
    -webkit-text-decoration-color: #0da348;
    text-decoration-color: #0da348
  }
  .\32xl\:line-secondary-700 {
    -webkit-text-decoration-color: #097433;
    text-decoration-color: #097433
  }
  .\32xl\:line-secondary-800 {
    -webkit-text-decoration-color: #06441e;
    text-decoration-color: #06441e
  }
  .\32xl\:line-secondary-900 {
    -webkit-text-decoration-color: #021509;
    text-decoration-color: #021509
  }
  .\32xl\:line-secondary-DEFAULT {
    -webkit-text-decoration-color: #11d25d;
    text-decoration-color: #11d25d
  }
  .\32xl\:line-accent-50 {
    -webkit-text-decoration-color: #fef2f2;
    text-decoration-color: #fef2f2
  }
  .\32xl\:line-accent-100 {
    -webkit-text-decoration-color: #fee2e2;
    text-decoration-color: #fee2e2
  }
  .\32xl\:line-accent-200 {
    -webkit-text-decoration-color: #fecaca;
    text-decoration-color: #fecaca
  }
  .\32xl\:line-accent-300 {
    -webkit-text-decoration-color: #fca5a5;
    text-decoration-color: #fca5a5
  }
  .\32xl\:line-accent-400 {
    -webkit-text-decoration-color: #f87171;
    text-decoration-color: #f87171
  }
  .\32xl\:line-accent-500 {
    -webkit-text-decoration-color: #ef4444;
    text-decoration-color: #ef4444
  }
  .\32xl\:line-accent-600 {
    -webkit-text-decoration-color: #dc2626;
    text-decoration-color: #dc2626
  }
  .\32xl\:line-accent-700 {
    -webkit-text-decoration-color: #b91c1c;
    text-decoration-color: #b91c1c
  }
  .\32xl\:line-accent-800 {
    -webkit-text-decoration-color: #991b1b;
    text-decoration-color: #991b1b
  }
  .\32xl\:line-accent-900 {
    -webkit-text-decoration-color: #7f1d1d;
    text-decoration-color: #7f1d1d
  }
  .\32xl\:line-shade-500 {
    -webkit-text-decoration-color: #3a3a31;
    text-decoration-color: #3a3a31
  }
  .\32xl\:line-shade-600 {
    -webkit-text-decoration-color: #2d2f35;
    text-decoration-color: #2d2f35
  }
  .\32xl\:line-white {
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff
  }
  .\32xl\:line-black {
    -webkit-text-decoration-color: #000;
    text-decoration-color: #000
  }
  .\32xl\:line-gray-50 {
    -webkit-text-decoration-color: #f9fafb;
    text-decoration-color: #f9fafb
  }
  .\32xl\:line-gray-100 {
    -webkit-text-decoration-color: #f3f4f6;
    text-decoration-color: #f3f4f6
  }
  .\32xl\:line-gray-200 {
    -webkit-text-decoration-color: #e5e7eb;
    text-decoration-color: #e5e7eb
  }
  .\32xl\:line-gray-300 {
    -webkit-text-decoration-color: #d1d5db;
    text-decoration-color: #d1d5db
  }
  .\32xl\:line-gray-400 {
    -webkit-text-decoration-color: #9ca3af;
    text-decoration-color: #9ca3af
  }
  .\32xl\:line-gray-500 {
    -webkit-text-decoration-color: #6b7280;
    text-decoration-color: #6b7280
  }
  .\32xl\:line-gray-600 {
    -webkit-text-decoration-color: #4b5563;
    text-decoration-color: #4b5563
  }
  .\32xl\:line-gray-700 {
    -webkit-text-decoration-color: #374151;
    text-decoration-color: #374151
  }
  .\32xl\:line-gray-800 {
    -webkit-text-decoration-color: #1f2937;
    text-decoration-color: #1f2937
  }
  .\32xl\:line-gray-900 {
    -webkit-text-decoration-color: #111827;
    text-decoration-color: #111827
  }
  .\32xl\:line-brand-50 {
    -webkit-text-decoration-color: #eff6ff;
    text-decoration-color: #eff6ff
  }
  .\32xl\:line-brand-100 {
    -webkit-text-decoration-color: #dbeafe;
    text-decoration-color: #dbeafe
  }
  .\32xl\:line-brand-200 {
    -webkit-text-decoration-color: #bfdbfe;
    text-decoration-color: #bfdbfe
  }
  .\32xl\:line-brand-300 {
    -webkit-text-decoration-color: #93c5fd;
    text-decoration-color: #93c5fd
  }
  .\32xl\:line-brand-400 {
    -webkit-text-decoration-color: #60a5fa;
    text-decoration-color: #60a5fa
  }
  .\32xl\:line-brand-500 {
    -webkit-text-decoration-color: #3b82f6;
    text-decoration-color: #3b82f6
  }
  .\32xl\:line-brand-600 {
    -webkit-text-decoration-color: #2563eb;
    text-decoration-color: #2563eb
  }
  .\32xl\:line-brand-700 {
    -webkit-text-decoration-color: #1d4ed8;
    text-decoration-color: #1d4ed8
  }
  .\32xl\:line-brand-800 {
    -webkit-text-decoration-color: #1e40af;
    text-decoration-color: #1e40af
  }
  .\32xl\:line-brand-900 {
    -webkit-text-decoration-color: #1e3a8a;
    text-decoration-color: #1e3a8a
  }
  .\32xl\:line-transparent {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent
  }
  .\32xl\:line-current {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor
  }
  .\32xl\:caps-normal {
    font-variant-caps: normal
  }
  .\32xl\:caps-small {
    font-variant-caps: small-caps
  }
  .\32xl\:caps-all-small {
    font-variant-caps: all-small-caps
  }
  .\32xl\:caps-petite {
    font-variant-caps: petite-caps
  }
  .\32xl\:caps-unicase {
    font-variant-caps: unicase
  }
  .\32xl\:caps-titling {
    font-variant-caps: titling-caps
  }
  .\32xl\:nums-normal {
    font-variant-numeric: normal
  }
  .\32xl\:nums-ordinal {
    font-variant-numeric: ordinal
  }
  .\32xl\:nums-slashed-zero {
    font-variant-numeric: slashed-zero
  }
  .\32xl\:nums-lining {
    font-variant-numeric: lining-nums
  }
  .\32xl\:nums-oldstyle {
    font-variant-numeric: oldstyle-nums
  }
  .\32xl\:nums-proportional {
    font-variant-numeric: proportional-nums
  }
  .\32xl\:nums-tabular {
    font-variant-numeric: tabular-nums
  }
  .\32xl\:nums-diagonal-fractions {
    font-variant-numeric: diagonal-fractions
  }
  .\32xl\:nums-stacked-fractions {
    font-variant-numeric: stacked-fractions
  }
  .\32xl\:ligatures-normal {
    font-variant-ligatures: normal
  }
  .\32xl\:ligatures-none {
    font-variant-ligatures: none
  }
  .\32xl\:ligatures-common {
    font-variant-ligatures: common-ligatures
  }
  .\32xl\:ligatures-no-common {
    font-variant-ligatures: no-common-ligatures
  }
  .\32xl\:ligatures-discretionary {
    font-variant-ligatures: discretionary-ligatures
  }
  .\32xl\:ligatures-no-discretionary {
    font-variant-ligatures: no-discretionary-ligatures
  }
  .\32xl\:ligatures-historical {
    font-variant-ligatures: historical-ligatures
  }
  .\32xl\:ligatures-no-historical {
    font-variant-ligatures: no-historical-ligatures
  }
  .\32xl\:ligatures-contextual {
    font-variant-ligatures: contextual
  }
  .\32xl\:ligatures-no-contextual {
    font-variant-ligatures: no-contextual
  }
  .\32xl\:text-rendering-auto {
    text-rendering: auto
  }
  .\32xl\:text-optimize-legibility {
    text-rendering: optimizeLegibility
  }
  .\32xl\:text-optimize-speed {
    text-rendering: optimizeSpeed
  }
  .\32xl\:text-geometric-precision {
    text-rendering: geometricPrecision
  }
}
/*# sourceMappingURL=maps/app.css.map */
nav {
  position: fixed;
  top: 46px;
}
[data-modal] {
  display: none;
}